.rel {
    position: relative;
}

.hdr_sign_btn {
    margin-left: 3px;
}

.flags .dropdown-toggle {
    float: left;
    display: inline-block;
}

.flags img.main {
    margin-top: 0;
    display: inline;
    float: left;
}

.flags img {
    width: 30px;
}

.flags a {
    color: #999999;
}

header .dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 17px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 40px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.flags .dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 10px;
    white-space: nowrap;
}

.main-nav {
    float: right !important;
}

.navbar-default .navbar-nav > .active > a {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    color: #0091e1;
    border-bottom: 3px solid #0091e1;
    margin-bottom: -1px;
}

.navbar {
    margin-bottom: 0;
}

header .form-group {
    margin-bottom: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #767676;
    font-size: 19px;
    line-height: 21px;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a :focus {
        color: #0091e1;
    }

.navbar-default {
    background: #fff !important;
    background-repeat: repeat-x;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.15) inset, 0 0 0 rgba(0, 0, 0, 0.075);
}

.navbar-default {
    background-color: #F8F8F8;
    border-color: #fff;
    border-top: 1px solid #d9d9d9;
}

.border {
    border-bottom: 2px solid #D9D9D9;
}

.color {
    background-color: #F2F2F2;
}





.main_body_sec {
    background: #f2f2f2;
}





.tabbuttons {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
}

    .tabbuttons li {
        border-bottom: 1px solid #EEEEEE;
        border-left: 1px solid #EEEEEE;
        border-right: 1px solid #EEEEEE;
        overflow: hidden;
        padding: 9px 0;
        position: relative;
        transition: all 0.5s ease 0s;
    }

        .tabbuttons li:hover {
            background: none repeat scroll 0 0 #0091E1;
            /*box-shadow: -5px -2px 0 2px #0070AB inset;*/
            transition: all 0.5s ease 0s;
        }

        .tabbuttons li a {
            padding-left: 20px;
            color: #2b2b2b;
            transition: all 0.5s;
        }

            .tabbuttons li a:hover {
                transition: all 0.5s;
            }

ul.tabbuttons li:hover a {
    color: #fff !important;
    transition: all 0.5s;
}

    ul.tabbuttons li:hover a span.hiden {
        right: 0;
        visibility: visible;
        transition: all 0.5s;
    }

div.websites h3.blue {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #EEEEEE;
    border-top: 3px solid #0091E1;
    display: block;
    font-size: 30px;
    margin-top: 0;
    padding: 15px 10px;
    margin-bottom: 0;
}


.btn-red:hover, .btn-red:focus {
    background-image: linear-gradient(to bottom, #dc3417 0%, #dc3417 100%);
    background-position: 0 0;
    color: #fff;
    text-shadow: 0 0 0 #fff;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome'; /* essential for enabling glyphicon */
    content: "\f00d"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #fff; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; /* adjust as needed, taken from bootstrap.css */
    color: #333;
}

#accordionB .panel-heading {
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
}

#accordionB .accordion-toggle {
    background: none repeat scroll 0 0 #015710;
    border-bottom: 3px solid #008056;
    color: #FFFFFF;
    display: block;
    font-size: 23px;
    padding: 10px 15px;
}

    #accordionB .accordion-toggle.collapsed {
        background: none repeat scroll 0 0 #FFFFFF;
        border-bottom: 3px solid #EEEEEE;
        color: #008056;
        display: block;
        font-size: 23px;
        padding: 10px 15px;
    }

.acbimg {
    padding: 3px;
    background: #fff;
    border: 1px solid #ddd;
}

#accordionB h3 {
    margin-top: 6px;
    margin-bottom: 5px;
}

#accordionB .panel.panel-default {
    margin-top: 0;
}

#accordionB .panel-group, #accordionB .panel {
    border-radius: 0;
}

#accordionB .panel-body {
    padding: 15px 15px 0;
}


.socwidth {
    width: auto;
    padding: 20px;
    font-size: 30px;
}

.copyright {
    background: #f8f8f8;
    padding-top: 25px;
    padding-bottom: 30px;
}

.copyr {
    text-align: center;
}

p.copyr a:hover {
    color: #025e7e;
}

.ftr_bdr {
    border-right: 1px solid #e6e6e6;
    min-height: 250px;
}



.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #fff !important;
    border-bottom: 3px solid #0091E1;
}

.small-blue-arrow {
    display: none;
    bottom: -12px;
    position: absolute;
    right: 45%;
}

/* CSS3 Hover Effects */
/*GROW*/
.grow img {
    width: 115px;
    height: 78px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

    .grow img:hover {
        width: 135px;
        height: 98px;
    }

/*PIC*/
.pic {
    height: 78px;
    width: 115px;
    overflow: hidden;
    border: 3px solid white;
    float: left;
    margin-top: 7px;
}

    .pic:hover {
        cursor: pointer;
    }



/*Mega Menu Content*/

.block {
    border-color: #D7D7D7;
    border-style: solid;
    border-width: 1px 1px 3px;
}


/* Bootstrap Overrides */





/*browser hacks*/


.block1 {
    min-height: 290px;
    border: 1px solid #ddd;
}

/*#signin .modal-header > h3 {
    margin: 0;
    text-align: center;
}

#signin {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    #signin label {
        display: block;
        margin-bottom: 5px;
        font-weight: normal;
    }

    #signin .form-horizontal .control-label {
        float: left;
        margin-right: 10px;
        padding-top: 5px;
        text-align: right;
        width: 160px;
    }

    #signin .form-horizontal .control-group {
        margin-bottom: 15px;
    }

    #signin .form-horizontal .controls {
        margin-left: 180px;
    }

    #signin .well {
        background-image: linear-gradient(to bottom, #F5F5F5 0%, #F5F5F5 100%);
        background-repeat: repeat-x;
        border-color: #F5F5F5;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
        margin-bottom: 0;
    }

    #signin .modal-body {
        padding: 20px 20px 0 20px;
        position: relative;
    }

    #signin legend {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
        border-image: none;
        border-style: none none solid;
        border-width: 0 0 1px;
        color: #333333;
        display: block;
        font-size: 17px;
        line-height: inherit;
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }

    #signin .nav-tabs {
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 15px;
    }*/


h4 a img {
    border-left: 1px solid #fff;
}

.dropdown-menu.megamenu.row {
    margin-top: 0;
}


.rightcolumn h2 {
    margin-top: 0;
}

.blueh {
    background: none repeat scroll 0 0 #0091E1;
    border-bottom: 3px solid #0070AB;
    color: #FFFFFF;
    font-size: 30px;
    padding: 13px 24px;
    width: auto;
}

.second_menu_sec {
    border-bottom: 2px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-top: 20px;
    margin-bottom: 50px;
}

.second_menu_srch {
    border-radius: 4px;
    width: 285px;
    height: 40px;
    border: 1px solid #d4d4d4;
    float: right;
    margin: 18px 15px 0 0;
}

    .second_menu_srch input[type="text"] {
        float: left;
        width: 80%;
        height: 40px;
        line-height: 40px;
        background: none;
        border: none;
        outline: none;
        padding-left: 10px;
        color: #ccc;
        font-style: italic;
    }

    .second_menu_srch input[type="button"] {
        float: right;
        width: 18%;
        height: 40px;
        line-height: 40px;
        background: url(../images/nav_serch.png) no-repeat center;
        border: none;
        outline: none;
    }

.second_menu li {
    border-right: 1px solid #efefef;
}

.second_menu > li > a {
    font-size: 24.5px !important;
    padding: 30px !important;
}

    .second_menu > li > a:hover, .second_menu > li > a.active {
        background: none repeat scroll 0 0 #0091E1 !important;
        border-bottom: 5px solid #00607F !important;
        color: #FFFFFF !important;
        margin-bottom: -3px;
    }

.second_menu_sec .navbar-collapse {
    padding: 0 !important;
}




.ddt_btn a img {
    padding: 0 !important;
}

.nav > li.ddt_btn a {
    background: none repeat scroll 0 0 #DDDDDD;
    border-bottom: 3px solid #A2A2A2 !important;
    padding: 22px 30px !important;
}

.dashed_btn {
    background: url(../images/dashed_bg.jpg) no-repeat 93% center #0091E1;
    border-bottom: 3px solid #0070AB;
    color: #FFFFFF;
    font-size: 30px;
    padding: 9px 24px;
    width: 211px;
    display: block;
    margin-bottom: 15px;
}

    .dashed_btn:hover {
        color: #fff;
    }


.dashboard-wrapper .left-sidebar .widget {
    background: #fafafa;
    border: 1px solid #e0dede;
    clear: both;
    margin-top: 0;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .dashboard-wrapper .left-sidebar .widget .widget-header {
        background-color: #eaeaea;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eaeaea));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #fdfdfd, #eaeaea);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #fdfdfd, #eaeaea);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #fdfdfd, #eaeaea);
        /* IE10 */
        background-image: -o-linear-gradient(top, #fdfdfd, #eaeaea);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #fdfdfd, #eaeaea);
        -webkit-border-radius: 2px 2px 0 0;
        -moz-border-radius: 2px 2px 0 0;
        border-radius: 2px 2px 0 0;
        border-bottom: 1px solid #e0dede;
        min-height: 24px;
        line-height: 24px;
        padding: 10px;
        float: left;
        width: 100%;
    }



    .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_length {
        float: left;
    }


    .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTable .sorting_desc {
        background: url("../img/sorting_desc.png") no-repeat scroll right center rgba(0, 0, 0, 0);
        cursor: pointer;
    }

.mnuSec2 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

    .mnuSec2 li {
        display: inline-block;
        list-style: none outside none;
        margin-left: 5px;
    }

        .mnuSec2 li a {
            background: none repeat scroll 0 0 #EAEAEA;
            padding: 4px 10px;
        }

[data-icon]:before {
    content: attr(data-icon);
    font-family: 'icomoon';
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}

.btn {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.mnuSec2 ul {
    margin: 0;
}

.mnuSec2 li a:hover, .mnuSec2 li a.slct {
    background: none repeat scroll 0 0 #3693CF;
    color: #FFFFFF;
    display: block;
}



.dashboard-wrapper .left-sidebar .widget .widget-header .title {
    color: #333333;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

.dashboard-wrapper .left-sidebar .widget .widget-header span.tools {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
}



.dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_length select {
    height: 30px;
    margin-bottom: 0;
    width: 80px;
}

select[multiple], select[size] {
    height: auto;
}

select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    width: 220px;
}

select, input[type="file"] {
    height: 34px;
    line-height: 34px;
}

.dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_filter {
    float: right;
}

.dashboard-wrapper .left-sidebar .widget .widget-body {
    border-radius: 0 0 2px 2px;
    padding: 10px;
}


.bluRow {
    background: #0070AB;
    color: #FFFFFF;
}

.show_select {
    padding: 4px;
}

#data-table_length label, #data-table_filter label {
    font-weight: 400;
}


.dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_info {
    float: left;
    margin-bottom: 5px;
}


.dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate {
    float: right;
    margin: 5px 0;
}

.table-responsive {
    display: inline-block;
    width: 100%;
}

/*second level page */

.topbanner {
    background: url(../images/greenbannerbg.jpg) repeat;
}

    .topbanner h1 {
        color: #fff;
        font-size: 90px;
        text-align: center;
        padding: 100px 0;
    }

.breadcrumbs {
    background: #fff;
    padding: 5px 0;
}

.maincont {
    background: #f2f2f2;
}

.tab-content {
    background: none repeat scroll 0 0 #FFFFFF;
}

.slbutton a {
    background: none repeat scroll 0 0 #CCCCCC;
    display: inline-block;
    font-size: 27px;
    padding: 37px 38px;
    vertical-align: top;
    color: #fff;
    border-bottom: 3px solid #939393;
    transition: all 0.5s;
}

    .slbutton a:hover {
        background: none repeat scroll 0 0 #4da680;
        display: inline-block;
        color: #fff;
        font-size: 27px;
        padding: 37px 38px;
        vertical-align: top;
        border-bottom: 3px solid #3e8566;
        transition: all 0.5s;
    }

.slbutton {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

.slicon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    display: inline-block;
    margin-top: 22px;
    padding: 4px;
    vertical-align: top;
    width: 70px;
}

.sltext {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    display: inline-block;
    margin: 0 -4px;
    padding: 5px 5px 5px 40px;
    width: 680px;
    position: relative;
}

    .sltext h2 {
        margin-bottom: 5px;
        margin-top: 5px;
    }

.slrow {
    margin-bottom: 10px;
}

.slbanner {
    border: 1px solid #CCCCCC;
    margin-bottom: 25px;
    margin-left: -13px;
    margin-top: 30px;
    position: relative;
}

.arrowin {
    left: -1px;
    position: absolute;
    top: 43px;
}

.arrowout {
    position: absolute;
    right: -9px;
    top: 44px;
}


/*Dashboard */
.dashboard-wrapper .left-sidebar .widget .widget-body .icomoon-icons-container li:hover {
    background: white;
    cursor: pointer;
}

.dashboard-wrapper .left-sidebar .widget .widget-body #dt_example {
    /* Sorting */
}

    .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_length {
        float: left;
    }

        .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_length select {
            width: 80px;
            height: 30px;
            margin-bottom: 0;
        }

    .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_filter {
        float: right;
    }

        .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_filter input {
            width: 160px;
            margin-bottom: 0;
        }

    .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_info {
        float: left;
        margin-bottom: 5px;
    }

    .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate {
        margin: 5px 0;
        float: right;
    }

        .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .first, .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .previous, .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .next, .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .paginate_active, .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .last, .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .paginate_button {
            background-color: #e6e6e6;
            /* Fallback Color */
            background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e6e6e6));
            /* Saf4+, Chrome */
            background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
            /* Chrome 10+, Saf5.1+, iOS 5+ */
            background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
            /* FF3.6 */
            background-image: -ms-linear-gradient(top, #f2f2f2, #e6e6e6);
            /* IE10 */
            background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
            /* Opera 11.10+ */
            background-image: linear-gradient(top, #f2f2f2, #e6e6e6);
            border-left: 1px solid #d9d9d9;
            border-top: 1px solid #d9d9d9;
            border-bottom: 1px solid #d9d9d9;
            padding: 7px 10px;
        }

            .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .first:hover, .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .previous:hover, .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .next:hover, .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .paginate_active:hover, .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .last:hover, .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .paginate_button:hover {
                background: #f9f9f9;
                cursor: pointer;
            }

        .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .last {
            border-right: 1px solid #d9d9d9;
        }

        .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTables_paginate .paginate_active {
            background: #f9f9f9;
        }

    .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTable .sorting {
        cursor: pointer;
        background: url(../img/sorting.png) no-repeat center right;
    }

    .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTable .sorting_asc {
        cursor: pointer;
        background: url(../img/sorting_asc.png) no-repeat center right;
    }

    .dashboard-wrapper .left-sidebar .widget .widget-body #dt_example .dataTable .sorting_desc {
        cursor: pointer;
        background: url(../img/sorting_desc.png) no-repeat center right;
    }

.dashboard-wrapper .right-sidebar {
    width: 240px;
    margin-left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

/*third level page */
.tlvlmain .tab-content {
    padding: 10px 80px 20px 20px;
}

ul.tlvlul {
    display: inline-block;
    list-style-image: url("if/greentick.png");
    width: 360px;
    margin-top: 20px;
}

    ul.tlvlul li {
        margin-bottom: 15px;
    }

#tlvlTab.nav-tabs {
    background: none repeat scroll 0 0 #74B899;
    padding-top: 4px;
}

    #tlvlTab.nav-tabs li a {
        color: #fff;
        border-bottom: 0 solid #fff;
        border-radius: 0;
    }

        #tlvlTab.nav-tabs li a:hover {
            color: #74B899;
            border-bottom: 0 solid #fff;
            background: #fff;
        }

    #tlvlTab.nav-tabs li.active a {
        color: #74B899;
    }

.tlvlmain {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.row.tablinks {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 20px 20px;
    width: 100%;
}

    .row.tablinks .col-xs-4 {
        border-top: 1px solid #ccc;
    }

        .row.tablinks .col-xs-4 h2 {
            margin-top: 30px;
        }

p.tlink a {
    color: #606060;
}

    p.tlink a:hover {
        color: #74b899;
        text-decoration: none;
    }

p.tlink {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 6px;
    font-size: 18px;
}

p.ttext {
    font-size: 15px;
    margin-bottom: 20px;
}

.row.gtablinks {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 20px 20px;
    width: 100%;
    background: #51a680;
}

    .row.gtablinks h3 {
        background: #fff;
        color: #51a680;
        font-size: 19px;
        font-weight: bold;
        padding: 5px;
        border-bottom: 3px solid #ccc;
        margin-bottom: 25px;
    }


        .row.gtablinks .col-xs-4 h2 {
            margin-top: 30px;
        }

p.gtlink a {
    color: #fff;
}

    p.gtlink a:hover {
        color: #606060;
        text-decoration: none;
    }

p.gtlink {
    border-bottom: 1px solid #7fc3a7;
    padding-bottom: 8px;
    font-size: 18px;
}

.fbProxyElement {
    position: fixed !important;
    pointer-events: auto !important;
}

.chrome .navbar-form.navbar-right:last-child {
    margin-left: -43px;
    margin-top: -52px;
    margin-right: 26px;
}


@media screen and (min-width: 768px) and (max-width: 999px) {
    .navbar-nav > li > a {
        padding: 15px 5px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }

    .high_video {
        margin-top: 20px;
    }

    .high_video_Sec {
        margin-top: 10px;
    }

    .second_menu > li > a {
        padding: 30px 10px !important;
        font-size: 12px;
    }

    .second_menu_srch {
        width: 187px;
    }

    div.footer h3 {
        font-size: 20px;
    }

    ul.footer a {
        font-size: 14px;
    }
}



@media screen and (max-width: 767px) {

    .main-nav {
        float: none !important;
    }

    .second_menu_srch {
        float: left;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .form-group {
        margin-top: 0;
    }

    .logo {
        position: inherit;
        width: 35%;
    }

    .high_video {
        margin-top: 20px;
    }

    div.footer h3 {
        text-align: center;
    }

    .footer li {
        width: 100%;
        text-align: center;
    }

    ul.footer {
        padding-left: 0;
        !important;
    }

    .ftr_bdr {
        min-height: auto;
    }

    .ftr_sm {
        text-align: center;
    }
}


@media screen and (max-width: 767px) {
    #data-table_length, #data-table_filter {
        width: 100%;
    }

    .mnuSec2 ul {
        padding: 0;
    }
}

.modal-header .close {
    margin-top: -3px !important;
}

.modal.custom-gsfc-modal {
    background: none;
    border: 0;
    box-shadow: none;
}



.lnkSelect {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.customModal {
    width: 60% !important;
    left: 20%;
    display: block;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
}
.container {
    width: 100% !important;
}
.gridview {
    background-color: #FFFFFF;
    width: 90%;
    font-size: 12px;
    border: 1px solid #e4e4e4;
}

.gridview th {
    background: #ffffff;
    padding: 5px;
    border-bottom: 1px solid #5a5a5a;
    border-top: 1px solid #5a5a5a;
    text-align: left;
}
.tdLink {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.noDisplay {
    display: none;
}

.msg {
    display: inline;
    color: #cb2b19;
}



[id^="msg_"] {
    color: #cb2b19;
}


#divRedasteriskAdminRT {
    display: inline;
}

.btnGrid {
    margin: 6px;
}

.noDisplay {
    display: none;
}
.Grid td {
    background-color: #F2F2F2;
    color: black;
    font-size: 10pt;
    line-height: 200%;
}

.Grid th {
    background-color: dimgrey;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}

.SecondLevelGrid td {
    background-color: blanchedalmond;
    color: black;
    font-size: 10pt;
    line-height: 200%;
}

.SecondLevelGrid th {
    background-color: dimgrey;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}

.ChildGrid td {
    background-color: #F2F2F2;
    color: black;
    font-size: 10pt;
    line-height: 200%;
}

.ChildGrid th {
    background-color: dimgrey !important;
    color: White;
    font-size: 10pt;
    line-height: 200%;
}

.sltext table, .content table {
    width: 0%;
}

.gridSubHeader {
    font-size: 14px;
    font-weight: bold;
    color: #187cb8;
}
#tblApplications {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.centerAlign {
    text-align: center;
}

.leftAlign {
    text-align: left;
}



.testBg {
    background-color: yellow;
}



.darkDiv {
    background-color: #5a5a5a;
}
.profile_account_body {
    height: 1000px;
    overflow-y: scroll;
}


#Profschool_chosen {
    width: 100% !important;
    margin-top: 1px;
}

#Profschool_chosen a span {
    font-size: 14px !important;
}

#Profschool_chosen .chosen-single {
    height: 33px;
    padding-top: 5px;
}

#Profschool_chosen div {
    padding-top: 5px;
}

label {
    font-weight: 500;
}


.dualModal {
    background: none;
    border: none;
    box-shadow: none;
    height: auto;
}

#ProfeulaCUY {
    margin-top: 10px;
}

.pointer {
    cursor: pointer;
}


.nodisplay {
    display: none;
}

.notValid, .notValidConfirm {
}

.redAlways {
    color: red;
}

/*default to hide in parent partial view*/
#confirmProfilePW {
    color: #ffffff;
}

.tdDetail {
    text-align: left !important;
    font-size: 1.4em;
}

h5 {
    color: #13856e;
}

.lfAlign {
    text-align: left;
}
.modal-dialog, .modal-footer {
    background-color: #ffffff;
}

.modal-open {
    padding-right: 0px;
}
.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills > li {
    float: none;
}

.ux-modal-close {
    position: absolute !important;
    top: 15px; 
    right: 25px; 
    cursor: pointer;
}
.no-border-bottom {
    border-bottom: none !important;
}
#iFrameDiv {
    overflow-x: scroll;
    overflow-y: hidden;
}
iframe {   
    border: none;
    width: 100%;
}
.iframe-loader {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 375px;
    z-index: 9999;
    background: url(../images/Preloader_1.gif) center no-repeat #fff;
    background-size: 50px 50px;
}
.checsIFrame, #iFrameDiv {
    transition: opacity 0.1s ease-in-out;
    opacity: 1;
    z-index:1100;
    position: relative;
}
.skip-margin-top{
    margin-top:-10px !important;
}
.container{
    position: relative !important;
}

.modal-backdrop-iframe {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1030;
   /* overflow-x: hidden;*/
    padding-right: 15px;
}
.dropdown-menu {
    z-index: 1500 !important;
}
.modal {
    z-index: 2500 !important;
}
.modal-backdrop{
    z-index: 1200 !important;
}
html{
    overflow-x: hidden !important;
}