﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif !important;
    color: #4e4e4e;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    color: #4e4e4e;
    line-height: 1.25 !important;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

a {
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}


.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

    .btn-transparent:hover {
        border-color: rgba(255, 255, 255, 0.5);
    }

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    min-width: fit-content;
}
/*Page Loader*/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://studentimuedu.sharepoint.com/sites/StdPortalStaging/SiteAssets/img/load.gif') 50% 50% no-repeat rgb(249,249,249);
    background-size: 5%;
}

.dashboard-loader {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://studentimuedu.sharepoint.com/sites/StdPortalStaging/SiteAssets/img/load.gif') 50% 50% no-repeat rgb(249,249,249);
}


/*Hide Default elements of SP*/
.ms-backgroundImage {
    background-image: none !important;
}

#s4-workspace {
    min-height: 50px !important;
}

#s4-titlerow, #sideNavBox {
    display: none !important;
}

#s4-bodyContainer {
    padding-bottom: 0px !important;
}

/*Ribbon fixed*/
#suiteBar *, #s4-ribbonrow * {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: content-box;
}

/*Status bar*/
#DeltaPageStatusBar {
    position: absolute !important;
    margin-top: 0px !important;
    z-index: 30000 !important;
}

#contentBox {
    margin-right: 0px !important;
    margin-left: 0px !important;
    min-width: 0px !important;
}

#contentRow {
    padding-top: 0px !important;
    min-height: 500px;
}

.navbar > .container-fluid .navbar-brand {
    margin-left: 0 !important;
}
/*Button Toggle*/
.navbar-header input[type=button], .navbar-header input[type=reset], .navbar-header input[type=submit], .navbar-header button {
    min-width: 0em !important;
}

button.navbar-toggle {
    background-color: transparent !important;
}

.navbar-toggle .icon-bar {
    background-color: #015e85;
}
/* not support on  IE */
/* a.dropdown-toggle i{
    float:right;
    font-size: 21px;
} */
/* a.dropdown-toggle span{
    float:right;
    font-size: 21px;
} */
li span.fa {
    font-size: 17px;
    margin-left: 5px;
}

input[type=button]:active, input[type=reset]:active, input[type=submit]:active, button:active {
    border-color: #ffa500 !important;
    border-radius: 0px !important;
    background-color: transparent;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover {
    background-color: transparent;
    border-color: #ffa500 !important;
    border-radius: 0px !important;
}

.s4-clust {
    right: 8px;
}

#fullscreenmode > a > span, #exitfullscreenmode > a > span {
    width: 30px !important;
    height: 30px !important;
    padding-left: 9px !important;
    margin-top: 2px;
}

#sideNavBox, #DeltaPlaceHolderSearchArea {
    display: none;
}

#divSlider .ms-webpart-chrome-title {
    display: none !important;
}
/*js-callout*/
.js-callout-closeButton {
    width: 26px !important;
    height: 26px !important;
}

.ms-newdoc-callout-text {
    font-size: 16px !important;
}
/*Drag and Drop div*/
.ms-dnd-dropbox {
    top: 0px !important;
    left: 0px !important;
}

.OptionsContainer .ms-dnd-dropbox:nth-child(1) {
    top: 330px !important;
    left: 12px !important;
}
/*Text styles format on Ribbon*/
.ms-rte-stylePreviewBoxInner {
    background-color: transparent !important;
}
/* hide show top ribbon */
#slideUP {
    position: absolute;
    z-index: 9999;
    left: 98%;
}

#SPUsername {
    text-transform: uppercase;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clsHeadertxt a {
    font-weight: 500 !important;
    font-size: 13px !important;
    color: #015e85;
}

    .clsHeadertxt a:hover {
        text-decoration: none !important;
        color: #ff7200 !important;
    }
/*LOG OUT USER*/
.dropbtn {
    padding: 16px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
}

    .dropbtn:hover {
        text-decoration: none !important;
        color: #ff7200 !important;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 150px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9998;
    right: 16px;
}

    .dropdown-content a {
        color: black;
        padding: 3px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

#idSearch > input {
    width: 76% !important;
    border-radius: 5px;
    outline: none !important;
}

#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

    #custom-search-input .search-query {
        width: 100%;
        padding-right: 3px;
        padding-left: 15px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 0;
    }

    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: absolute;
        right: 0;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #D9230F;
        cursor: unset;
        z-index: 2;
    }

.search-query:focus {
    z-index: 0;
}

.container {
    /* color:#fff !important; */
    border: 1px solid transparent !important;
    background-color: transparent !important;
}
/*=======NAVIGATION=======*/
#s4-bodyContainer .navbar {
    position: inherit;
    z-index: 999;
}

#DeltaTopNavigation {
    z-index: 1;
    float: right !important;
    padding-right: 0px !important;
    /* margin-top: -57px; */
}

#navdiv {
    border-radius: 0px;
    margin-bottom: 0px;
    margin-bottom: -20px;
}

.navbar-nav {
    padding: 20px 0px; /*padding:20px 30px*/
}

.nav .navbar-nav li:not(:last-child) {
    padding: 0 10px 0 10px;
    content: '|';
    color: #015e85;
}

.navbar-right .dropdown-menu {
    right: auto !important;
    left: auto;
}
/* nav link text */
.menu-item-text {
    text-transform: uppercase;
}

    .menu-item-text, .menu-item-text:visited {
        font-size: 13px;
        color: #015e85;
    }

        .menu-item-text:hover {
            font-size: 13px;
            color: #ff7200;
        }

.navbar-nav > .open > a:hover, .navbar-nav > .active > a:hover {
    background-color: transparent !important;
    color: #ff7200;
}

.navbar-nav > li:not(:last-child) {
    padding: 0px 0px;
    border-right: 1px solid #015e85;
}

/* padding-bottom: 15px; */
.navbar-nav > li > a {
    padding: 0px 20px !important;
}
/* .nav > li a:after{
    padding: 0 10px 0 10px;
    content: "|";
    color:#015e85;
} */
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.ms-core-listMenu-selected:link, .ms-core-listMenu-selected:visited, .ms-core-listMenu-selected {
    background-color: transparent !important;
}

.ms-core-listMenu-selected {
    font-weight: 400 !important;
}

#btnNav {
    margin-top: 31px;
}

.navbar-collapse, .navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}
/* Nav dropdown */
.navbar-nav .dropdown-menu {
    background-color: rgba(218, 227, 243,1); /*rgba(218, 227, 243,.85)*/
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
    margin-top: 20px !important;
}

.dropdown i {
    margin-left: 5px;
}
/* Make Navigation Toggle on Desktop Hover */
/* .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
    margin-top:0px;
} */
.dropdown-menu li {
    padding: 5px 5px;
}
/*LOGO*/
#navdiv .navbar-brand {
    padding: 0px 0px !important;
}

#idSiteLogo {
    width: 50%;
    margin-top: -30px;
    margin-left: 41px;
}

#idSiteLogo2 {
    margin: 0 auto;
    /* width: 38%; */
    padding: 5px 0px 10px 0px;
    max-width: 150px;
}

/*SP DEfault ribbon set to hidden*/
#ms-designer-ribbon {
    height: 0px;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

/*DeltaPlaceHolderMain*/
#DeltaPlaceHolderMain {
    margin-top: 10px;
}

/***********************
********* Footer ******
************************/
#bottom {
    background: #f5f5f5;
    border-bottom: 5px solid #ff7200;
    font-size: 14px;
}

    #bottom h3 {
        margin-top: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 22px;
        color: #000;
    }

    #bottom ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #bottom ul li {
            display: block;
            padding: 5px 0;
        }

            #bottom ul li a {
                color: #808080;
            }

                #bottom ul li a:hover {
                    color: #ff7200;
                }

    #bottom .widget {
        margin-bottom: 0;
    }

#idContactContents div a:hover {
    color: #ff7200;
}

#footer {
    color: #fff;
    background: black;
}

    #footer a {
        color: #fff;
        text-decoration: none;
    }

        #footer a:hover {
            /* color: #ff7200; */
        }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer ul > li {
            display: inline-block;
            margin-left: 15px;
        }

.custom:after {
    display: none;
}

.rounded-media {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

    .rounded-corners:hover, .rounded-media:hover {
        transform: scale(1.1);
    }

.rounded-corners {
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

#footer-content, #footer-content-responsive {
    padding-top: 2px;
    padding-right: 20px;
    /* text-align: right; */
    border-top: 2px solid;
}


/*===== Home Page CSS =====*/
/*SP Internal*/
.ms-WPBorder {
    border: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #4e4e4e;
}

a {
    color: #ff7200;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

table {
    /* width: 100%; */
    border-collapse: collapse;
}

.js-webpart-titleCell {
    display: none !important;
}

.ms-tileview-tile-content, .ms-tileview-tile-detailsBox, .ms-promlink-body {
    width: 100% !important;
}


/*Section #main-slider*/

/*Section #quick-link*/
.ms-tileview-tile-root {
    height: 150px !important;
}

.ms-tileview-tile-content, .ms-tileview-tile-detailsBox, .ms-promlink-body {
    width: 100% !important;
}

.ms-tileview-tile-titleSmallCollapsed, .ms-tileview-tile-titleMediumCollapsed {
    display: grid !important;
    padding-top: 7px;
}

hr {
    border-top: 1px solid black;
    border-bottom: 1px solid #fff;
}

@media (max-width: 700px) {
    .responsive-footer {
        display: block !important;
    }
}
/* ===============================================================Mobile css================================================================= */
/* Extra small devices (portrait phones, less than 480px) */
@media (max-width: 480px) {
    #slideUP {
        position: absolute;
        z-index: 9999;
        left: 90%;
    }

    .navbar-right .dropdown-menu {
        margin-top: 0px !important;
        right: auto !important;
        left: auto !important;
        height: auto !important;
    }

    .dropdown-menu li a .menu-item-text {
        color: #ffffff !important;
    }

    .dropdown-menu > li > a:hover {
        background-color: #015e85 !important;
    }

    #idtopHeader {
        width: 100% !important;
        padding: 0 0 !important;
    }

    .navbar-nav .dropdown-menu {
        margin-top: 0px !important;
    }

    .clsHeadertxt a {
        font-weight: 500 !important;
        color: #ff7200 !important;
        font-size: 13px !important;
    }

        .clsHeadertxt a:hover {
            text-decoration: none !important;
        }

    #idtopHeader h5, #idSearch {
        text-align: center !important;
        font-size: 12px;
    }

    #navdiv {
        margin-right: 0px !important;
    }
        /* Navigation */
        #navdiv div {
            padding: 0 1px !important;
            margin: 0 0 !important;
        }

    #collapseButton .navbar-toggle {
        margin-right: 22px !important;
        margin-top: 4px !important;
    }

    .navbar-collapse {
        background-color: rgb(23, 22, 22) !important;
    }

    #btnNav {
        margin-top: 0px !important;
    }

    ul.navbar-nav {
        padding: 0px 30px !important;
    }

    .navbar-nav > li {
        padding: 0px 0px;
        border: none !important;
        width: 100%;
        padding: 10px 3px 10px 5px !important;
    }

    .menu-item-text, .menu-item-text:visited {
        font-size: 13px;
    }

    .navbar-nav .dropdown-menu {
        background-color: #171616;
    }

    .navbar-nav > li:not(:last-child) {
        border: none !important;
    }
}

@media only screen and (max-width : 768px) {
    .navbar-right .dropdown-menu {
        right: auto !important;
        left: auto !important;
        height: auto !important;
    }

    .navbar-nav > li {
        padding: 0px 0px;
        border: none !important;
        width: 100%;
        padding: 10px 3px 10px 5px !important;
    }
    /* #idtopHeader{
        width:100% !important;
        padding: 0 0 !important;
    }
    .navbar-nav .dropdown-menu {
        margin-top:0px !important;
    }
    h5.clsHeadertxt a{
        font-weight: 500 !important;
    }
    #idtopHeader h5, #idSearch{
        text-align: center !important;
        font-size:10px;
    }
    #navdiv{
        margin-right:0px !important; 
    }*/
    /* Navigation */
    /* #navdiv div{
        padding: 0 1px !important;
    } */
    /* #collapseButton .navbar-toggle{
        margin-right: 22px !important;
        margin-top: 4px !important;
    } */
    /* .navbar-collapse{
        background-color: rgb(23, 22, 22) !important;
    } */
    /* #btnNav {
        margin-top: 0px !important;
    }
    ul.navbar-nav{
        padding: 0px 30px !important;
    }
    .navbar-nav > li{
        padding:10px 0 !important;
    }
    .menu-item-text, .menu-item-text:visited {
        font-size: 13px;
    }
    .navbar-nav .dropdown-menu {
        background-color:#171616;
    }
    .navbar-nav > li:not(:last-child) {
        padding: 0px 0px;
        border:none !important;
    } */

    /* footer */
    .clsFooterTitle,
    .clsFooterBody {
        text-align: center !important;
        padding: 0px 0px !important;
        margin-left: 0px !important;
    }

    .clsFooterBody {
        margin-bottom: 20px;
    }

    a.fa {
        padding-left: 3px !important;
    }
}

@media only screen and (min-device-width : 640px) and (max-device-width : 812px) and (orientation : landscape) {
    #slideUP {
        position: absolute;
        z-index: 9999;
        left: 97.5%;
    }

    #idSearch > input {
        width: 60% !important;
    }

    #DeltaTopNavigation {
        margin-top: 0px !important;
    }

    .navbar-nav > li > a {
        padding: 0px 11px !important;
    }

    #idSiteLogo {
        width: 50%;
        margin-top: -21px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    nav.navbar .container {
        width: 100%
    }

    #idSearch > input {
        width: 60% !important;
        margin-top: 5px;
    }

    #slideUP {
        position: absolute;
        z-index: 9999;
        left: 97.5%;
    }

    #DeltaTopNavigation {
        /* margin-top: -36px; */
    }

    #idSiteLogo {
        width: 50%;
        margin-top: -21px;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #slideUP {
        position: absolute;
        z-index: 9999;
        left: 97.5%;
    }

    #idSearch > input {
        width: 60% !important;
    }

    #DeltaTopNavigation {
        margin-top: 0px !important;
    }

    #idSiteLogo {
        width: 50%;
        margin-top: -21px;
    }

    .navbar-nav > li > a {
        padding: 0px 6px !important;
    }

    a.fa {
        padding-left: 3px !important;
    }
}


/* added by jomar for Qualified examinee link */
.cls-qe {
    margin-left: 10px !important;
}

    .cls-qe a {
        color: #666 !important;
        margin-left: 2px;
    }

        .cls-qe a:visited {
            color: #663399 !important;
            text-decoration: none !important;
        }

        .cls-qe a:hover {
            color: #0072c6 !important;
            text-decoration: none !important;
        }
