/*GLOBAL*/

body {
    /*            padding-top: 70px;*/
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #ececec;
    min-width:970px;
}

* {
    font-family: Verdana, Geneva, sans-serif;
    box-sizing: border-box;
}

.haas-main-container {
    padding-right: 15px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}


/*TYPOGRAHY*/
.page-title {
    font-size: 16px;
    font-weight: 700;
    color: #3d79b5;  /* DS 02/15/17 */
    margin-bottom:20px;
}

.section-title {
    font-size: 12px;
    font-weight: 700;
    color: #3d79b5;  /* DS 02/15/17 */
    margin-bottom:20px;
}

h1 .subtitle {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 300;
}


h1 {
    /*font-family: 'Roboto', Arial, Helvetica, sans-serif;*/
    /*font-size: 22px;
    font-weight: 300;*/
    color: #3d79b5;  /* DS 02/15/17 */
}

h2 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: #505050;
}

h4 {}

h3,
h4,
p,
ul,
ol {
    font-size: 12px;
    line-height: 13px;
}

.success-message{
    font-size: .8em;
    font-weight:bold;
    color: green;
}

.fail-message{
    font-size: .8em;
    font-weight:bold;
    color: red;
}
/*NAVIGATION*/

.top-nav {
    overflow: hidden;
    height:54px;
    padding-right:10px;
}

/*Removed from Gui*/
/*.form-control {       
    width: 130px;
    height: 29px;
    padding-left: 9px;
    padding-right: 24px;
    border: 1px solid #d7d7d7;
    color: #898989;
    border-radius: 0px;
    letter-spacing: .04em;
    font: normal 10px Verdana, sans-serif;
    background: url(../assets/images/search.png) no-repeat right 5px bottom 5px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}*/

.navbar-brand {
    /*height: auto;*/
    padding: 0px 10px;
}

.img-logo {
    display: block;
    width: 150px;
    height: 55px;
    background: url(../Content/images/logo-no-subline.svg) 0 15px/140px auto no-repeat;
    background-position:center;
}

.sub-logo {
    background:url(../Content/images/secondary_banner_institutes_testing.jpg) no-repeat;
} 

.navbar {
    border-bottom: 3px solid #d7d7d7;
    background-color: #fff;
    margin-bottom: 0px;
}

.nav>li {
    padding: 0px;
}

.nav>li>a {
    padding: 0px;
}

.navbar-nav>li>a {
    padding: 0px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 2px solid transparent;
}


.navbar-nav>li>a>.caret {
    display: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #0971ce;
    border-bottom: 2px solid #0971ce;
    background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -10px;
    right: 14px;
    padding: 0px;
    background-color: #eee;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
}

.navbar-nav>li>.dropdown-menu>li {
    min-height: 34px;
    border: 1px solid #ccc;
    border-bottom: none;
}

.navbar-nav>li>.dropdown-menu>li>a {
    line-height: 34px;
    font-size: 12px;
}

.navbar-nav>li>.dropdown-menu>li>a:hover {
    color: #0971ce;
}



/*PAGE CONTENT*/



.page-wrapper {
    min-height: calc(100vh - 200px);
    padding-bottom: 60px;
}

.white-box {
    background-color: #fff;
}

.page-header {
    height: 93px;
    width: 100%;
    text-align: center;
    margin: 0 0 6px;  /*Changed this to decrease space to breadcrumbs*/
    overflow: hidden;
    background-position: center center;
}

.page-header h1 {
    margin-top 37px;
    line-height: 64px;
    color: #fff;
    text-shadow: 2px 5px 2px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 2px 5px 2px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 2px 5px 2px rgba(0, 0, 0, 0)
}

ul.haas-nav-left {
    margin-left: 32px;
}

.nav.nav-stacked >li {
    padding: 0px 15px;
}

.nav.nav-stacked > li > a {
    color: #7d7d7d;
    display: block;
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 2px;
}

.nav.nav-stacked >li>a:focus,
.nav.nav-stacked >li>a:hover {
    text-decoration: underline;
    background-color: transparent;
}

/* FORM STYLE */
    .basic-grey {
        /*margin-left: auto;
        margin-right: auto;*/
        max-width: 800px; /*Controls the max width of the form. Can be tweaked locally for smaller forms (like Login)*/
        padding: 8px 15px 15px 8px;
        font-size: 11px;
        /*border: 0px solid #E4E4E4;*/
    }

    .basic-grey label {
        display: block;
        margin: 0px;
        color: black;
        font-weight: normal;
    }

    .basic-grey .control-label {
        text-align: left;
        padding: 0;
    }

    .basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey input[type="password"], .basic-grey input[type="tel"], .basic-grey input[type="datetime"], .basic-grey input[type="number"], .basic-grey textarea, basic-grey checkbox .list-box, .basic-grey select {
        border: 1px solid #DADADA;
        color: black;
        height: 25px;
        margin: 0px 0px 0px 0px;
        outline: 0 none;
        padding: 2px 2px 2px 6px;
        width: 95%;
        font-size: 11px;
        /*line-height: 15px;*/
        max-width: 500px;
        background:white;
        background-color:white;
    }

    .basic-grey textarea {
        padding: 5px 3px 3px 5px;
        height: 100px;
        font-size: 11px;
    }
    
    .basic-grey .form-group {
            margin:8px 0px 0px 0px;
        }


/* REMOVE BULLETS FROM VALIDATIONSUMMARY */
 .validation-summary-errors ul { 
    list-style: none;
    display: inline;
    margin: 0 12px 0 0;
}

 .validation-summary-errors li {
     color:red;
     font-size:.9em;
 }

 /* MAKE FORM VALIDATION MESSAGES SMALLER */
 .text-danger {
     font-size:.9em;
 }


/*FOOTER*/

.footer-content {
    height: 64px;
    text-align: center;
    margin-bottom: 62px;
    padding: 0px 24px;
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f3f3f3), color-stop(80%, lightgrey));
    background-image: -webkit-linear-gradient(#f3f3f3 10%, lightgrey 80%);
    background-image: linear-gradient(#f3f3f3 10%, lightgrey 80%);
}

.footer-content > h2 {
    margin-top: 0px;
    line-height: 64px;
    display: block;
}

.footer-content > p,
.footer-content > ul,
.footer-content > ul > li {
    line-height: 16px;
    display: inline-block;
}

.footer-content span {
    color: #7d7d7d;
}

.footer-content > h2 {
    margin-right: 24px;
}

.footer-content>ul.nav>li {
    padding: 0px;
}

.footer-content>ul.nav>li>a {
    color: #7d7d7d;
    font-size: 11px;
}

.footer-content>ul.nav>li>a:hover {
    text-decoration: underline;
    background-color: transparent;
}


/*MEDIA QUERIES*/


/* Extra small devices (phones, less than 768px) */


/* No media query since this is the default in Bootstrap */


/* Small devices (tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .haas-main-container {
        padding-right: 20px;
        padding-left: 5px;
    }
    .navbar-collapse {
        padding-right: 0px;
    }
    .navbar>.container .navbar-brand {
        margin-left: -10px;
    }
    .nav.navbar-nav.navbar-right {
        margin-right: 0px;
    }
    form.nav.navbar-nav.navbar-right {
        margin-right: -15px;
    }
    li.dropdown > a:hover ~ .dropdown-menu,
    li.dropdown:hover .dropdown-menu {
        display: block;
    }
    .footer-content {
        text-align: left;
        margin-bottom: 40px;
    }
    .footer-content > h2 {
        display: inline-block;
    }
    .footer-content > p,
    .footer-content > ul,
    .footer-content > ul > li {
        line-height: 64px;
        display: inline-block;
    }
}




/* Medium devices (desktops, 992px and up) */

@media only screen and (min-width: 992px) {}


/* Custom query to keep .haas-main-container width consistent (desktops, 1077px and up) */

@media only screen and (min-width: 1077px) {
    .haas-main-container {
        width: 1077px;
    }
}


/* Large devices (large desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {}

