﻿/*BEGIN FONT FAMILY
  ------------------------------------------*/

@font-face {
    font-family: 'Museo300';
    src: url('../Content/SharpSansDisplayNo-Semibold.woff2') format('woff2');
    src: url('../Content/SharpSansDisplayNo-Semibold.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo500';
    src: url('../Content/SharpSansDisplayNo-Medium.woff2') format('woff2');
    src: url('../Content/SharpSansDisplayNo-Medium.woff') format('woff'); 
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Museo700';
    src: url('../Content/SharpSansDisplayNo-Bold.woff2') format('woff2');
    src: url('../Content/SharpSansDisplayNo-Bold.woff') format('woff');   
    font-weight: normal;
    font-style: normal;
}

/*END FONT FAMILY
  ------------------------------------------*/


/** DEFAULT BEGIN 
    ---------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
}

p {
    font-size: 16px;
}

.margin {
    margin-bottom: 45px;
}

.bg-1 {
    background-color: #fff; /* Green */
    color: #000;
}

.bg-2 {
    background-color: #fff; /* Dark Blue */
    color: #333;
}

.bg-3 {
    background-color: #ffffff; /* White */
    color: #555555;
}

.bg-4 {
    background-color: #b6a59e; /* Black Gray */
    color: #fff;
}

.container-fluid {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar {
    padding-top: 5px;
    padding-bottom: 0px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

.navbar-nav li a:hover {
    color: #fff !important;
    /*color: #009dcd;*/
    }

.navbar-nav-sub li a:hover {
    color: #009dcd !important;
    /*color: #009dcd;*/
    }

.navbar-default {
    background-color: #da291c;
    border-bottom: 1px solid #fff;
}

.nav {
    font-family: 'Museo700';
    font-size: medium;
    color: #da291c;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}


.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 30px;
}

.voffset5 {
    margin-top: 40px;
}

.voffset6 {
    margin-top: 60px;
}

.voffset7 {
    margin-top: 80px;
}

.voffset8 {
    margin-top: 100px;
}

.voffset9 {
    margin-top: 150px;
}

.gridHeader {
    font-family: 'Museo700';
    font-size: large;
    color: #364347;
    background-color: #f5f5f5;
}

.logoutLabel, .loginLabel {
    color: #fff;
    font-family: 'Museo300';
    font-size: small;
}

.th {
    background-color: #f5f5f5;
}

.formLabel {
    font-family: "Museo700";
    font-weight: normal;
    line-height: 1.2;
    color: #364347;
    font-size: medium;
}

legend {
    font-family: "Museo700";
    font-weight: normal;
    line-height: 1.2;
    color: #706661;
    font-size: x-large;
}

.mediumNormal {
    font-weight: normal;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 85%;
}

.label-as-badge {
    border-radius: 2em;
    font-size: 15px;
}



.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #da291c;
    color: #262626;
    text-decoration: none;
}

.img-center {
    margin: 0 auto;
}

img {
    border-width: thick;
    border-color: #fff;
}




.gap-right {
    margin-right: 20px;
}

.gap-LeftRight {
    margin-right: 10px;
    margin-left: 10px;
}

/*** END DEFAULT 
    ---------------------------------------------------***/

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-variant: normal;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    color: #364347;
    font-family: 'Museo700';
}

h1 {
    font-size: 1.3em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 2.0em;
    font-family: 'Museo700';
    margin-top: 0px;
    color: #364347;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.1em;
    color: #364347;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}



.footer {
    font-family: 'Museo700';
    font-size: 1.3em;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    background-color: #f9ad91;
}

.container-fluid {
    padding: 40px 0 0;
}

.failureNotification {
    font-family: 'Museo700';
    font-weight: normal;
    line-height: 1.2;
    color: #da291c;
    font-size: medium;
}

.failureNotificationLarge {
    font-family: 'Museo700';
    font-weight: normal;
    line-height: 1.2;
    color: #da291c;
    font-size: large;
}

.panel {
    border-radius: 0px;
}



/** CONTROL
 ------------------------------------*/


.whiteLink {
    font-family: 'Museo700';
    font-weight: normal;
    line-height: 1.2;
    color: #ffffff;
    font-size: medium;
}

label {
    font-family: "Museo700";
    font-weight: normal;
    line-height: 1.2;
    color: #364347;
    font-size: medium;
}

.btn {
    border-radius: 0px;
    font-family: "Museo700";
    font-size: medium;
}

.btn-embossed {
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

    .btn-embossed:hover,
    .btn-embossed:focus {
        top: 2px;
        position: relative;
    }

    .btn-embossed.btn-primary {
        -webkit-box-shadow: 0 5px #009dcd;
        box-shadow: 0 5px #009dcd;
        font-family: 'Museo700';
    }

        .btn-embossed.btn-primary:hover,
        .btn-embossed.btn-primary:focus {
            -webkit-box-shadow: 0 3px #009dcd;
            box-shadow: 0 3px #009dcd;
            background: #02baf2;
        }

        .btn-embossed.btn-primary.active,
        .btn-embossed.btn-primary:active {
            -webkit-box-shadow: 0 0 #009dcd;
            box-shadow: 0 0 #009dcd;
            top: 5px;
            background: #02baf2;
            border-color: #02baf2;
        }

    .btn-embossed.btn-danger {
        -webkit-box-shadow: 0 5px #cc0000;
        box-shadow: 0 5px #cc0000;
    }

        .btn-embossed.btn-danger:hover,
        .btn-embossed.btn-danger:focus {
            -webkit-box-shadow: 0 3px #cc0000;
            box-shadow: 0 3px #cc0000;
            background: #f84545;
        }

        .btn-embossed.btn-danger.active,
        .btn-embossed.btn-danger:active {
            -webkit-box-shadow: 0 0 #cc0000;
            box-shadow: 0 0 #cc0000;
            top: 5px;
            background: #f84545;
            border-color: #f84545;
        }

    .btn-embossed.btn-warning {
        -webkit-box-shadow: 0 5px #f3bc65;
        box-shadow: 0 5px #f3bc65;
    }

        .btn-embossed.btn-warning:hover,
        .btn-embossed.btn-warning:focus {
            -webkit-box-shadow: 0 3px #f3bc65;
            box-shadow: 0 3px #f3bc65;
            background: #fad46b;
        }

        .btn-embossed.btn-warning.active,
        .btn-embossed.btn-warning:active {
            -webkit-box-shadow: 0 0 #f3bc65;
            box-shadow: 0 0 #f3bc65;
            top: 5px;
            background: #fad46b;
            border-color: #fad46b;
        }

    .btn-embossed.btn-success {
        -webkit-box-shadow: 0 5px #28948c;
        box-shadow: 0 5px #28948c;
    }

        .btn-embossed.btn-success:hover,
        .btn-embossed.btn-success:focus {
            -webkit-box-shadow: 0 3px #28948c;
            box-shadow: 0 3px #28948c;
            background: #3eb5ac;
        }

        .btn-embossed.btn-success.active,
        .btn-embossed.btn-success:active {
            -webkit-box-shadow: 0 0 #28948c;
            box-shadow: 0 0 #28948c;
            top: 5px;
            background: #3eb5ac;
            border-color: #3eb5ac;
        }

    .btn-embossed.btn-purple {
        -webkit-box-shadow: 0 5px #9175bd;
        box-shadow: 0 5px #9175bd;
    }

        .btn-embossed.btn-purple:hover,
        .btn-embossed.btn-purple:focus {
            -webkit-box-shadow: 0 3px #9175bd;
            box-shadow: 0 3px #9175bd;
            background: #a88cd5;
        }

        .btn-embossed.btn-purple.active,
        .btn-embossed.btn-purple:active {
            -webkit-box-shadow: 0 0 #9175bd;
            box-shadow: 0 0 #9175bd;
            top: 5px;
            background: #a88cd5;
            border-color: #a88cd5;
        }

    .btn-embossed.btn-orange {
        -webkit-box-shadow: 0 5px #e96300;
        box-shadow: 0 5px #e96300;
    }

        .btn-embossed.btn-orange:hover,
        .btn-embossed.btn-orange:focus {
            -webkit-box-shadow: 0 3px #e96300;
            box-shadow: 0 3px #e96300;
            background: #f58410;
        }

        .btn-embossed.btn-orange.active,
        .btn-embossed.btn-orange:active {
            -webkit-box-shadow: 0 0 #e96300;
            box-shadow: 0 0 #e96300;
            top: 5px;
            background: #f58410;
            border-color: #f58410;
        }

.btn-primary {
    color: #ffffff;
    background-color: #333333;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.hover {
        color: #ffffff;
        background-color: #35c8f5;
        border-color: #35c8f5;
    }

    .btn-primary:active,
    .btn-primary.active {
        background: #009dcd;
        border-color: #009dcd;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #b3eafb;
        border-color: #b3eafb;
    }


.btn-circle.btn-xl {
    width: 75px;
    height: 75px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 50px;
    border: solid 5px #c9c9c9;
}

.icon-left{
    float:left;
    padding: 5px 25px 5px 5px;
    color:#4ECABE;
}
.text{
    text-align:left;
    
}

.icon-center{
    float:left;
    padding: 5px 25px 5px 100px;
    color:#4ECABE;
}



.text h4{
    padding-top:5px;
}

.text-center{
    text-align: center;
    
}

.museo-font{
    font-family: 'Museo500';
}

h7 {
    font-size: 1.1em;
    color: red;
}

.error {
    font-family: Museo700;
    font-size: medium;
    color: #cc0000;
}

.radioPopUp input[type="radio"]{
    
    margin-right:10px;
    color: #cc0000;
}

.modal-dialog-center{
    margin-top: 200px;
}

.modal-header-danger {
    background-color:#f5f5f5;
    border-bottom: 1px solid #333;
}

.modal-footer-danger {
    background-color:#f5f5f5;
    border-top: 1px solid #f5f5f5;
}

.modal-body-danger {
    background-color:#f5f5f5;
}

.modal-lg-x{
    width:90%;
}

.panel-center{
    margin: auto;
    width: 80%;
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 55%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #cc0000;
}

.header-text h2 {
    font-size: 30px;
    color:#009dcd; 
}

.header-text h3 {
    font-size: 24px;
    color:#009dcd; 
}

.header-text h2 span {
    background: rgba(0, 0, 0, 0.4);
    border-radius:    10px 10px 10px 10px;
	padding: 10px;
    color:#fff;
}

.header-text h3 span {
    background: rgba(0, 0, 0, 0.4);
    border-radius:    10px 10px 10px 10px;
	padding: 10px;
    color:#fff;
}


.carousel-division {
    background: rgba(0, 0, 0, 0.4);
    border-radius:    10px 10px 10px 10px;
    color:#fff;
    padding: 10px;

}

.div-center{
    margin-left: 36%
}

.div-left{
    margin-left: 2%
}


/* Circle */


.circle-green {
    background: #59b507;
    border-radius: 100px;
    color: white;
    height: 100px;
    font-weight: bold;
    width: 100px;
    vertical-align: middle;
    text-align: center;
    border:4px solid black;
    padding: 30px 3px 0 3px;   
}

.circle-yellow {
    background: #f8f406;
    border-radius: 100px;
    color: white;
    height: 100px;
    font-weight: bold;
    width: 100px;
    vertical-align: middle;
    text-align: center;
    border:4px solid black;  
    padding: 30px 3px 0 3px;  
}

.background-white
{
    background-color: #f3bc65;
}

.font-red{
    color:#da291c
}

.panel-heading-white {
    color: #333;
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 0px;
    /*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.panel-heading-white-borderbottom {
    color: #333;
    background-color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}

.panel-body {
    padding: 15px;
    padding-top: 10px;
}

.small-gray
{
    font-size: 14px;
    color: #777777;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    padding-bottom: 5px;
}

.checkbox hidden
{
    visibility: hidden
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: 0px;
}







