﻿html {
    -ms-overflow-style: scrollbar;
}

body {
    font-size: 11px;
    line-height:  1.42857143;
    zoom: 100%;
}

.box {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
}

* html .box {
    position: absolute;
}

h1 {
    font-size: 28px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 33px;
}

h3 {
    font-size: 20px;
    line-height: 27px;
}

h4 {
    line-height: 25px;
}

h5 {
    line-height: 20px;
}

h6 {
    line-height: 18px;
}

.table-grid > tbody > tr > td {
    padding: 3px;
}

.span-with-margin {  
    margin-left:5px;
    margin-right:5px;
}
.span-like-label {
    display: inline-block;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size:11px;
    line-height:1.42857143;
    font-weight:bold;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;

}

h1, h2, h3, h4, h5, h6 {
    color: #585f69;
    margin-top: 5px;
    text-shadow: none;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}

.page-header-master {
    background-color: #e3e3e3;
    /*margin-bottom: 15px; 
    border-bottom: 5px double #004A8C;*/
}

.title {
    display: block;
    float: left;
    text-align: left;
    padding-left: 15px;
    width: auto;
}

.title-graphic {
    float: right;
}

a {
    color: #004A8C;
    font-weight: bold;
}

    a:focus,
    a:hover,
    a:active {
        color: #ce8120;
        text-decoration: underline;
    }

.a-like-label {
    display: inline-block;
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-size:11px;
    line-height:1.42857143;
    font-weight:bold;
    color: #ce8120;
    font-weight: bold;
}

.text-link {
     color: #004A8C;
    text-decoration: underline !important;	

}

.text-font
{
	font-weight :bold !important;
	color:white;
}

.text-font
{
	font-weight :bold !important;
	color:white;
}

.headline {
    display: block;
    margin: 0px 0 5px 0;
}

    .headline h2 {
        font-size: 22px;
    }

    .headline h2,
    .headline h3,
    .headline h4 {
        margin: 0 0 -2px 0;
        padding-bottom: 0px;
        display: inline-block;
    }

.headline-md {
    margin-bottom: 15px;
}

    .headline-md h2 {
        font-size: 21px;
    }



 /*Navigation Bar*/

 .loggedInAs {
    text-align: right; 
    margin-top: 10px; 
    float: right; 
    width: 200px;
}

.title-center {
    float:left;
    margin-top: 8px; 
    width: calc(100% - 500px);
    text-align: center;
}

.navbar-default .navbar-brand {
    color: #fff !important;
    padding-left: 30px;
    font-size: 26px;
    font-weight: bold;
   
}

.navbar-brand-black {
    color: #004A8B !important;
    font-size: 30px;
    font-weight: bold;
}

.navbar-default {
    background-color: #444 !important;
    border-color: #444 !important;
}

.navbar {
    min-height: 20px !important;
     border-radius: 0px  !important;
}

/*.navbar .nav {
    margin-right: 0;
    float: right;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
    box-shadow: 0 2px 10px rgba(0,0,0,.25);
}*/

    .navbar .nav > li {
        display: block;
        position: relative;
    }

    .navbar .nav > li {
        display: block;
    }

.navbar-default .navbar-nav > li > a {
    color: #fff !important;  
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #fff !important;
        background-color: #3684c7 !important;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    text-decoration: none;
    background-color: #3684c7 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .navbar-default .navbar-nav > .active > a:hover {
        background: #3684c7 !important;
        color: #fff !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.nav > li > a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.divider {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.dropdown-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.dropdown-menu .active > a {
    background: #3684c7 !important;
    color: #fff;
    filter: none !important;
}

    .dropdown-menu .active > a:hover {
        background: #3684c7 !important;
        color: #fff;
    }


.dropdown-menu li > a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background: #3684c7 !important;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: none !important;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    /*.dropdown-submenu:hover > .dropdown-menu {
                display: block;
            }*/

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.428571429;
                color: #333333;
                white-space: normal;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        color: #ce8120;
        font-size: 18px;
    }

.navbar-right {
    padding-right: 25px;
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

        .dropdown-menu-large > li {
            margin-bottom: 30px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 15px !important;
        }
}
/*End Nav Bar*/

.banner {
    background-image: url('../images/TopBanner.png');
    background-repeat: repeat;
    height:112px;
    text-align:center;
}

.color-red {
    color: #FF0000;
}

.error-message {
    font-size: 11px;
}

@media screen and (min-width: 30em ) {
    .form-panel-width {
        width: 100%;
    }
}

.modal-dialog {
    width: 60%;
}


/*Footer*/
.footer {
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 0 0 0 0;
    background-color: #383838;
}



    .footer .footer-block .footer-title {
        /*padding: 0 0 8px 0;
        margin: 0 0 10px 0;*/
        text-transform: uppercase;
        color: #f2f2f2;
        font-family: "Raleway", sans-serif;
        font-weight: bold;
    }

    .footer .footer-block .footer-content {
        color: #d4d4d4;
     /*line-height: 20px;*/
        font-family: "Open Sans", sans-serif;
        padding-bottom: 0px;
    }

        .footer .footer-block .footer-content a {
            color: #c9c9c9;
        }

    .footer .copyright {
        height: 25px;
        width: 100%;
        font-size: 11px;
        font-family: "Open Sans", sans-serif;
        background-color: #303030;
        color: #FFF;
        /*padding-top: 5px;*/
    }

        .footer .copyright:before {
            position: absolute;
            display: block;
            content: '';
            height: 1px;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

.footer-wrapper {
    position: relative;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
}

    .footer-wrapper:after {
        content: "";
        position: absolute;
        left: -50%;
        top: -8px;
        width: 2000px;
        height: 359px;
        margin-left: 0;
        z-index: -1;
    }

.social-icons i {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    color: #333;
    border-radius: 2px;
}

    .social-icons i:focus,
    .social-icons i:hover {
        background: #ce8120;
        color: #fff;
    }

/*End Footer*/

/*-----Course Box---*/


.w-box + .w-box {
    MARGIN-TOP: 20px;
}

.w-box-header {
    PADDING-BOTTOM: 1px;
    LINE-HEIGHT: 32px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    BACKGROUND: gray;
    HEIGHT: 25px;
    COLOR: #fff;
    FONT-SIZE: 12px;
    PADDING-TOP: 0px;
}

    .w-box-header .toggle-group {
        POSITION: relative;
        LINE-HEIGHT: 21px;
        MARGIN-TOP: 7px;
        HEIGHT: 21px;
    }

    .w-box-header H4 {
        TEXT-TRANSFORM: uppercase;
        MARGIN: 0px;
        DISPLAY: inline-block;
        FONT-SIZE: 11px;
        FONT-WEIGHT: 700;
    }

    .w-box-header .btn-toolbar {
        MARGIN: 0px;
    }

    .w-box-header .nav-tabs {
        BORDER-BOTTOM: medium none;
        POSITION: relative;
        BORDER-LEFT: medium none;
        MARGIN: 0px;
        BORDER-TOP: medium none;
        TOP: 11px;
        BORDER-RIGHT: medium none;
    }

        .w-box-header .nav-tabs LI {
            LIST-STYLE-TYPE: none;
            LIST-STYLE-IMAGE: none;
        }

            .w-box-header .nav-tabs LI A {
                BORDER-BOTTOM: medium none;
                BORDER-LEFT: medium none;
                PADDING-BOTTOM: 5px;
                PADDING-LEFT: 8px;
                PADDING-RIGHT: 8px;
                COLOR: #fff;
                BORDER-TOP: medium none;
                BORDER-RIGHT: medium none;
                PADDING-TOP: 5px;
            }

                .w-box-header .nav-tabs LI A:hover {
                    TEXT-DECORATION: none;
                }

            .w-box-header .nav-tabs LI.active A {
                COLOR: #333;
            }

.w-box-content {
    BORDER-BOTTOM: #ccc 1px solid;
    BORDER-LEFT: #ccc 1px solid;
    BACKGROUND: #fff;
    BORDER-TOP: #ccc 0px solid;
    BORDER-RIGHT: #ccc 1px solid;
}

.cnt_a.w-box-content {
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 10px;
    PADDING-TOP: 10px;
}

.cnt_b.w-box-content {
    PADDING-BOTTOM: 20px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 20px;
    PADDING-TOP: 20px;
}

.cnt_no_pad.w-box-content .cke_chrome {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
}

.w-box-content TABLE {
    MARGIN-BOTTOM: 0px;
}

.w-box-content PRE.inside_pre {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    MARGIN-BOTTOM: 0px;
    BORDER-TOP: medium none;
    BORDER-RIGHT: medium none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
}

.w-box-content .no-th TR:first-child TD {
    BORDER-TOP: medium none;
}

.w-box-content TABLE .img-avatar {
    MAX-WIDTH: 40px;
}

.w-box-footer {
    BORDER-BOTTOM: #ccc 1px solid;
    BORDER-LEFT: #ccc 1px solid;
    PADDING-BOTTOM: 12px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND: #f9f9f9;
    BORDER-TOP: #ccc 0px solid;
    BORDER-RIGHT: #ccc 1px solid;
    PADDING-TOP: 12px;
    box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -ms-box-shadow: inset 0 1px 0 #fff;
}

    .w-box-footer .pagination {
        MARGIN: 0px;
        HEIGHT: 22px;
        FONT-SIZE: 11px;
    }

    .w-box-footer .input-append {
        MARGIN: 0px;
    }

    .w-box-footer .pagination A {
        LINE-HEIGHT: 20px;
    }

    .w-box-footer .f-text {
        PADDING-BOTTOM: 0px;
        MARGIN: 0px;
        PADDING-LEFT: 12px;
        PADDING-RIGHT: 12px;
        FONT-SIZE: 12px;
        PADDING-TOP: 0px;
    }

    .w-box-footer .f-center {
        TEXT-ALIGN: center;
        PADDING-BOTTOM: 0px;
        PADDING-LEFT: 10px;
        PADDING-RIGHT: 10px;
        PADDING-TOP: 0px;
    }

.content-hide.w-box-content {
    DISPLAY: none;
}

.w-box .table THEAD TH {
    BACKGROUND-COLOR: #f0f3f5 !important;
}

.w-box .table TFOOT TH {
    BACKGROUND-COLOR: #f0f3f5 !important;
}

.w-box .table .sorting_desc {
    BACKGROUND-COLOR: #dce3e7 !important;
}

.w-box .table .sorting_asc {
    BACKGROUND-COLOR: #dce3e7 !important;
}

.w-box .table-vam TD {
    VERTICAL-ALIGN: middle;
}

.w-box .table-vam TH {
    VERTICAL-ALIGN: middle;
}

.w-box-blue .w-box-header {
    BACKGROUND: #208bbd;
}

.w-box-blue .table THEAD TH {
    BACKGROUND-COLOR: #ebf2f6 !important;
}

.w-box-blue .table TFOOT TH {
    BACKGROUND-COLOR: #ebf2f6 !important;
}

.w-box-blue .table .sorting_desc {
    BACKGROUND-COLOR: #d4e3eb !important;
}

.w-box-blue .table .sorting_asc {
    BACKGROUND-COLOR: #d4e3eb !important;
}

.w-box-orange .w-box-header {
    BACKGROUND: #dd8500;
}

.w-box-orange .table THEAD TH {
    BACKGROUND-COLOR: #fff8ee !important;
}

.w-box-orange .table TFOOT TH {
    BACKGROUND-COLOR: #fff8ee !important;
}

.w-box-orange .table .sorting_desc {
    BACKGROUND-COLOR: #ffebcc !important;
}

.w-box-orange .table .sorting_asc {
    BACKGROUND-COLOR: #ffebcc !important;
}

.w-box-green .w-box-header {
    BACKGROUND: #60a020;
}

.w-box-header .label {
    BACKGROUND: #fff;
    COLOR: #555;
    text-shadow: none;
}

.w-box-header .icon-minus {
    CURSOR: pointer;
}

.w-box-header .icon-plus {
    CURSOR: pointer;
}

.w-box-header [class*='icsw16-'] {
    MARGIN-TOP: 9px;
}

.w-box-header [class*='splashy-'] {
    MARGIN-TOP: 9px;
}

.l-box {
    BACKGROUND: #fff;
}



.jQ-list {
    POSITION: relative;
    HEIGHT: 420px;
    OVERFLOW: hidden;
}

    .jQ-list > UL {
        LIST-STYLE-TYPE: none;
        HEIGHT: 100%;
        OVERFLOW: auto;
        LIST-STYLE-IMAGE: none;
    }

    .jQ-list UL {
        PADDING-BOTTOM: 0px;
        MARGIN: 0px;
        PADDING-LEFT: 0px;
        PADDING-RIGHT: 0px;
        PADDING-TOP: 0px;
    }

    .jQ-list LI {
        LIST-STYLE-TYPE: none;
        DISPLAY: block;
        CLEAR: both;
        LIST-STYLE-IMAGE: none;
    }

    .jQ-list > UL > LI LI {
        PADDING-BOTTOM: 4px;
        LIST-STYLE-TYPE: none;
        MARGIN: 0px;
        PADDING-LEFT: 8px;
        PADDING-RIGHT: 8px;
        DISPLAY: block;
        CLEAR: both;
        OVERFLOW: hidden;
        BORDER-TOP: #f3f3f3 1px solid;
        LIST-STYLE-IMAGE: none;
        PADDING-TOP: 4px;
    }

        .jQ-list > UL > LI LI:first-child {
            BORDER-TOP: medium none;
        }

    .jQ-list > UL > LI H4 {
        BORDER-BOTTOM: #e2e2e2 1px solid;
        PADDING-BOTTOM: 6px;
        MARGIN: 0px;
        PADDING-LEFT: 10px;
        PADDING-RIGHT: 10px;
        BACKGROUND: #f3f3f3;
        FONT-SIZE: 12px;
        BORDER-TOP: #e2e2e2 1px solid;
        PADDING-TOP: 6px;
        width: 100%;
    }

        .jQ-list > UL > LI H4 SPAN {
            FONT-WEIGHT: normal;
        }

    .jQ-list > UL > LI.sticky_header H4 {
        Z-INDEX: 10;
        POSITION: absolute;
        TOP: 0px;
    }

    .jQ-list UL IMG {
        DISPLAY: block;
        FLOAT: left;
        MARGIN-RIGHT: 10px;
    }

    .jQ-list .list-username {
        PADDING-BOTTOM: 0px;
        MARGIN: 0px;
        PADDING-LEFT: 0px;
        PADDING-RIGHT: 0px;
        DISPLAY: block;
        COLOR: #555;
        PADDING-TOP: 4px;
    }

    .jQ-list .list-info {
        DISPLAY: block;
        COLOR: #777;
        FONT-SIZE: 11px;
    }

        .jQ-list .list-info SPAN {
            FONT-WEIGHT: 700;
        }

    .jQ-list UL IMG + .list-username {
        PADDING-LEFT: 60px;
    }

        .jQ-list UL IMG + .list-username + .list-info {
            PADDING-LEFT: 60px;
        }

    .jQ-list UL IMG + .list-info {
        PADDING-LEFT: 60px;
    }

.jQ-list-scroll {
    HEIGHT: 535px;
}

    .jQ-list-scroll #list_buttons {
        Z-INDEX: 100;
        POSITION: absolute;
        WIDTH: 30px;
        BACKGROUND: #e2e2e2;
        HEIGHT: 100%;
        TOP: 0px;
        BORDER-RIGHT: #e2e2e2 1px solid;
        LEFT: 0px;
    }

        .jQ-list-scroll #list_buttons SPAN {
            TEXT-ALIGN: center;
            PADDING-BOTTOM: 4px;
            PADDING-LEFT: 0px;
            PADDING-RIGHT: 0px;
            DISPLAY: block;
            FONT-SIZE: 12px;
            CURSOR: pointer;
            PADDING-TOP: 4px;
        }

            .jQ-list-scroll #list_buttons SPAN:hover {
                BACKGROUND: #e2e2e2;
            }

        .jQ-list-scroll #list_buttons + UL {
            MARGIN-LEFT: 31px;
        }

		/* Added by Radhika*/
		 .jQ-list-scroll #list_buttons1 {
        Z-INDEX: 100;
        POSITION: absolute;
        WIDTH: 30px;
        BACKGROUND: #f2f2f2;
        HEIGHT: 100%;
        TOP: 0px;
        BORDER-RIGHT: #e2e2e2 1px solid;
        LEFT: 0px;
    }

        .jQ-list-scroll #list_buttons1 SPAN {
            TEXT-ALIGN: center;
            PADDING-BOTTOM: 4px;
            PADDING-LEFT: 0px;
            PADDING-RIGHT: 0px;
            DISPLAY: block;
            FONT-SIZE: 12px;
            CURSOR: pointer;
            PADDING-TOP: 4px;
        }

            .jQ-list-scroll #list_buttons1 SPAN:hover {
                BACKGROUND: #e2e2e2;
            }

        .jQ-list-scroll #list_buttons1 + UL {
            MARGIN-LEFT: 31px;
        }
/*End Course box*/

/*Tabs*/
nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color: #fff;
    border: none;
    background: #ce8120;
}

    .nav-tabs li.active a,
    .nav-tabs li.active a:hover,
    .nav-tabs > .active > a,
    .nav-tabs > .active > a:hover,
    .nav-tabs > .active > a:focus {
        background: #ce8120;
        color: #fff;
    }


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #ce8120;
    color: #fff;
}

.nav-tabs > li > a:hover {
    background: #ce8120;
    color: #fff;
}

/*End Tabs*/

/*Buttons*/
.btn-orange {
    color: #fff;
    background-color: #ce8120;
    border-color: #bf910c;
}

    .btn-orange:hover,
    .btn-orange:focus,
    .btn-orange:active,
    .btn-orange.active,
    .open > .dropdown-toggle.btn-orange {
        color: #fff;
        background-color: #ce8120;
        border-color: #bf910c;
    }

	.btn-blue {
    color: #fff;
    background-color: #3684c7;
    border-color: #3684c7;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active,
    .btn-blue.active,
    .open > .dropdown-toggle.btn-blue {
        color: #fff;
        background-color: #3684c7;
        border-color: #3684c7;
    }

/*End Buttons*/

.section-lines {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin-bottom: 40px;
    background-color: #f9f9f9;
}


/*Panels*/

.panel-primary {
    border-color: #3684c7;
    margin-bottom: 5px !important;
}

.panel-info {
    margin-bottom: 5px !important;
}

.panel-group {
    margin-bottom: 5px !important;
}

.panel-body-sm-pad {
     padding: 5px
}

.panel-body-no-top-pad {
    padding-top: 0px !important;
}

.panel-body-no-bottom-pad {
    padding-bottom: 0px !important;
}

.panel-heading, .panel-footer {
    padding: 5px 15px 5px 15px !important;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #3684c7;
        border-color: #3684c7;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #3684c7;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #3684c7;
    }

.panel .panel-heading-link a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 1.2em;
    float: right;
    background-color: #3684c7;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: -5px;
    margin-right: -15px;
    width: 33px;
    text-align: center;
    background-color: #3684c7;
    height: 20px;
}

.panel-heading-square {
    border-radius: 0px !important;
    height: 28px;
}

.panel .panel-heading-square a:after {
    margin-top: -5px;
}

.panel .panel-heading-link a.collapsed:after {
    content: "\f105";
    height: 20px;
}

.panel .panel-heading-link a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
#panel-body-attachments{
    padding: 5px;
}
#panel-body-results {
    padding: 5px;
}
/*End panels*/
.main-header {
    background-color: #f1f1f1;
    border-bottom: solid 1px #ddd;
    color: #000;
    position: relative;
    padding-top: 15px;
}

    .main-header.main-header-inverse .page-title,
    .main-header.main-header-inverse .breadcrumb a,
    .main-header.main-header-inverse .breadcrumb a,
    .main-header.main-header-inverse .breadcrumb {
        color: #000;
    }

        .main-header.main-header-inverse .breadcrumb li {
            color: #ce8120;
        }

        .main-header.main-header-inverse .breadcrumb a:hover {
            border-bottom: solid 1px #000;
        }

        .main-header.main-header-inverse .breadcrumb > li + li:before {
            color: #666;
        }

    .main-header .page-title {
        margin: 0;
        padding: 0;
        line-height: 100%;
        font-size: 1.8em;
        display: inline-block;
        padding-top: 5px;
    }

.breadcrumb {
    background-color: #f1f1f1;
}

/*Sidebar*/
#sidebar {
    height: 100%;
    background: #fff;
}

    #sidebar .nav {
        width: 100%;
    }

    #sidebar li {
        border: 0 #f2f2f2 solid;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
    }

        #sidebar li > a {
            color: #585f69;
        }

            #sidebar li > a:hover {
                background: #ce8120;
                color: #fff !important;
            }


.subSidebarList {
    background-color: #e3e3e3 !important;
    padding-left: 20px;
}

    .subSidebarList a {
        background-color: #e3e3e3 !important;
        padding-left: 20px;
    }

        .subSidebarList:hover, .subSidebarList a:hover {
            background-color: #ce8120 !important;
        }

.nav-list .active, .nav-list .active a {
    background-color: #ce8120 !important;
}

.sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
}

.sidebar-nav .navbar {
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
}

    .sidebar-nav .navbar ul {
        float: none;
        display: block;
    }

    .sidebar-nav .navbar li {
        border: 0 #f2f2f2 solid;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        float: none;
        display: block;
    }

        .sidebar-nav .navbar li a {
            padding-top: 12px;
            padding-bottom: 12px;
            background-color: #EEE;
            color: #585f69 !important;
        }

        .sidebar-nav .navbar li > a:hover {
            background-color: red;
            color: #fff;
        }




@media (min-width: 1220px) {
    .affix-title {
        border-bottom: 1px solid #ecf0f1;
        padding-bottom: 10px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse {
        padding: 0;
    }

    .sidebar-nav .navbar li a:hover {
        background-color: #428bca;
        color: white;
    }

    .sidebar-nav .navbar li a > .caret {
        margin-top: 8px;
    }
}

/*End sidebar*/

.mini-submenu {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    padding-top: 1px;
    padding-left: 4px;
    width: 20px;
    height: 20px;
}

    .mini-submenu:hover {
        cursor: pointer;
    }

    .mini-submenu .icon-bar {
        border-radius: 1px;
        display: block;
        height: 2px;
        width: 22px;
        margin-top: 3px;
    }

    .mini-submenu .icon-bar {
        background-color: #000;
    }

#slide-submenu {
    background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}

    #slide-submenu:hover {
        background: #ce8120;
        display: inline-block;
        padding: 0 8px;
        border-radius: 4px;
        cursor: pointer;
        color: #fff;
    }

.mini-submenu:hover {
    cursor: pointer;
}

.mini-submenu .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    margin-top: 3px;
}

.mini-submenu .icon-bar {
    background-color: #000;
}

#slide-submenu {
    background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    cursor: pointer;
}

/*list_marquee*/
.list_marquee a {
    color: red;
    background: url(../images/bullet2.png) 0 3px no-repeat;
    padding: 0 0 0 15px;
    font-weight: bold;
}

.list_marquee li a:hover {
    text-decoration: underline;
}
/*End list_marquee*/

/*News block*/
.news01 {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    border-bottom: 1px dotted #e3e3e3;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .news01 .lbox {
        width: 25%;
        float: left;
        margin: 0 2% 0 0;
        padding: 0;
    }

        .news01 .lbox .mbox {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
            background: #ce8120;
            border-radius: 3px;
        }

            .news01 .lbox .mbox p.date {
                margin: 0;
                padding: 0;
                text-align: center;
                color: #fff;
                font-size: 21px;
                font-weight: normal;
                border-bottom: #fff 1px solid;
            }

            .news01 .lbox .mbox p.month {
                margin: 0;
                padding: 0;
                text-align: center;
                color: #fff;
                font-size: 21px;
                font-weight: normal;
            }

    .news01 .rbox {
        width: 70%;
        float: left;
        margin: 0;
        padding-left: 10px;
    }

        .news01 .rbox .srow01 {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
        }

            .news01 .rbox .srow01 p.newstitle {
                margin: 0;
                padding: 0;
                color: #131313;
                text-align: left;
                font-weight: normal;
            }

            .news01 .rbox .srow01 p.newscont {
                margin: 0;
                padding: 0;
                color: #7c7c7c;
                text-align: left;
                font-weight: normal;
            }

            .news01 .rbox .srow01 p.more {
                margin: 0;
                padding: 0;
                color: #3684c7;
                text-align: left;
                font-weight: normal;
            }

                .news01 .rbox .srow01 p.more a {
                    color: #3684c7;
                    text-decoration: none;
                }

                    .news01 .rbox .srow01 p.more a:hover {
                        color: #3684c7;
                        text-decoration: underline;
                    }
/*End News block*/

/*Calender*/
time.icon {
    font-size: 0.9em; /* change icon size */
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: rotate(0deg) skewY(0deg);
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
}

    time.icon * {
        display: block;
        width: 100%;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        text-align: center;
    }

    time.icon strong {
        position: absolute;
        top: 0;
        padding: 0.4em 0;
        color: #fff;
        background-color: #ce8120;
        border-bottom: 1px dashed #f37302;
    }

    time.icon em {
        position: absolute;
        bottom: 0.1em;
        color: #ce8120;
    }

    time.icon span {
        width: 100%;
        font-size: 2.8em;
        letter-spacing: -0.05em;
        padding-top: 0.8em;
        color: #2f2f2f;
    }

    time.icon:hover, time.icon:focus {
        -webkit-animation: swing 0.6s ease-out;
        animation: swing 0.6s ease-out;
    }

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(0deg) skewY(0deg);
    }

    20% {
        -webkit-transform: rotate(12deg) skewY(4deg);
    }

    60% {
        -webkit-transform: rotate(-9deg) skewY(-3deg);
    }

    80% {
        -webkit-transform: rotate(6deg) skewY(-2deg);
    }

    100% {
        -webkit-transform: rotate(0deg) skewY(0deg);
    }
}

@keyframes swing {
    0% {
        transform: rotate(0deg) skewY(0deg);
    }

    20% {
        transform: rotate(12deg) skewY(4deg);
    }

    60% {
        transform: rotate(-9deg) skewY(-3deg);
    }

    80% {
        transform: rotate(6deg) skewY(-2deg);
    }

    100% {
        transform: rotate(0deg) skewY(0deg);
    }
}
/*End Calender*/

.county {
    color: #333;
}

.content-page {
    background: #fff !important;
    padding-top: 0px;
}

.contact-map {
    height: 400px;
}

.contacts.contacts-social-icons i {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 18px;
    background-color: #383838;
    color: #fff;
    border-radius: 2px;
}

    .contacts.contacts-social-icons i:focus,
    .contacts.contacts-social-icons i:hover {
        background: #ce8120;
        color: #fff;
    }


/*Main Title*/
.h2-section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
}

.i-section-title {
    background: transparent;
    height: 20px;
    text-align: center;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid #F0F0F0;
    width: 50%;
}

    .i-section-title i, .i-section-title i.fa {
        background: #fff;
        width: 40px;
        font-size: 32px;
        padding-top: 10px;
        border-radius: 50%;
        height: 40px;
        color: #D8D8D8;
        padding: 0 20px;
        line-height: 40px;
        display: inline;
    }
/*End Main Title*/

/*FAQ blocks*/
.faq-block {
    text-align: left;
    background: #585f69;
    margin-bottom: 10px;
    padding: 30px 20px 20px;
    height: 160px;
}

    .faq-block.first {
        background: #696f77;
    }

    .faq-block.second {
        background: #707780;
    }

    .faq-block.third {
        background: #787f88;
    }

    .faq-block i {
        color: #fff;
        float: left;
        font-size: 30px;
        min-width: 45px;
        padding-top: 10px;
    }

    .faq-block .inner-faq-b {
        overflow: hidden;
    }

        .faq-block .inner-faq-b h2,
        .faq-block .inner-faq-b h3 {
            font-size: 21px;
            margin-bottom: 8px;
        }

        .faq-block .inner-faq-b h4 {
            color: #fff;
            font-size: 17px;
            margin-bottom: 2px;
        }

        .faq-block .inner-faq-b h2,
        .faq-block .inner-faq-b h3,
        .faq-block .inner-faq-b p {
            color: #fff;
        }
/*End FAQ blocks*/


.form-date {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-date:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


.form-group-admin {
    OVERFLOW: auto; 
    CLIP: rect(10px 500px 10px 500px); 
    padding: 0px 20px 0px 20px; 
    margin-bottom: -15px;
}

.checkbox .bold {
font-weight: bold;
}

.form-group {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.table {
    margin-bottom: 0px !important;
}

.table .district-county {
    padding-left: 20px;
}
.required-chkbox
{	outline: 1px solid #FFCC66
	}

/*.required-field {
border: 1px solid #66afe9;
}*/

.dropdown-field {
padding-top:6px;
}

.margin-bottom-20 {
margin-bottom: 20px;
}
.margin-bottom-30 {
margin-bottom: 30px;
}

.app-name {
font-size: 40px;
color:white !important;

}

.marque-title {
    color:#ce8120; font-weight: bold;
}

.disabled-field {
color: #ccc;
}
/*Nish Added*/
.small-box {
  background-color:#f5f5f5;
  position: relative;
  display: block;
   margin: 0px -12px 5px -12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 6px;
  border-top-color: rgb(227, 227, 227);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: rgb(227, 227, 227);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgb(227, 227, 227);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(227, 227, 227);
  border-left-style: solid;
  border-left-width: 1px
}
.small-box > .inner {
  padding: 0px;
}
    .small-box > .span {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 0 0;
  white-space: nowrap;
  padding: 0;
    }
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box label {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 1px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 1px 0;
  white-space: nowrap;
  padding: 0;
}
    .small-box h4 {
        line-height:inherit;
        font-size: 11px;
        margin-left:5px;
        text-align:center;
    }
.small-box h5 {
  color:#f9f9f9;
  font-size: inherit;
  font-weight: bold;
  margin: 0 0 1px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 11px;
  margin-top: 1px;
}
.small-box h3,
.small-box p,
.small-box label
{
  z-index: 5px;
}
.small-box .icon {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
/*.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}*/
.small-box:hover .icon {
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

.progress-bar {
  -webkit-transition: width 2.5s ease-in-out;
  transition: width 2.5s ease-in-out;
}

INPUT.text_highlight_green
{
	background-color: #99cc66;
}

INPUT.text_highlight_red
{
	background-color: #ff6b66;
}

/* Used for error messages on Look-up tables  */
.lookupAlert {
    display: inline-block;
    width: auto;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

/*RPadige Added - Custom Colored Panels- Reports Tab */

huge {
    font-size: 50px;
    line-height: normal;
}



.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

/*Added by RADHIKA*/
.well-new{
	 background-color:aliceblue;
}

.well well-lg
{
	 background-color:aliceblue;
}
.well well-md
{
	 background-color:aliceblue;
}
.well well-sm
{
	 background-color:aliceblue;
}

.well-qars {
    margin-bottom: 5px;
    padding: 2px;
}


/* Font Bold- for control-label class (optional)- Added by Radhika*/
.tbold{
font-weight:bold;
}

.form-horizontal > .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.form-horizontal > .form-group .col-xs-1,
.form-horizontal > .form-group .col-sm-1,
.form-horizontal > .form-group .col-md-1,
.form-horizontal > .form-group .col-lg-1,
.form-horizontal > .form-group .col-xs-2,
.form-horizontal > .form-group .col-sm-2,
.form-horizontal > .form-group .col-md-2,
.form-horizontal > .form-group .col-lg-2,
.form-horizontal > .form-group .col-xs-3,
.form-horizontal > .form-group .col-sm-3,
.form-horizontal > .form-group .col-md-3,
.form-horizontal > .form-group .col-lg-3,
.form-horizontal > .form-group .col-xs-4,
.form-horizontal > .form-group .col-sm-4,
.form-horizontal > .form-group .col-md-4,
.form-horizontal > .form-group .col-lg-4,
.form-horizontal > .form-group .col-xs-5,
.form-horizontal > .form-group .col-sm-5,
.form-horizontal > .form-group .col-md-5,
.form-horizontal > .form-group .col-lg-5,
.form-horizontal > .form-group .col-xs-6,
.form-horizontal > .form-group .col-sm-6,
.form-horizontal > .form-group .col-md-6,
.form-horizontal > .form-group .col-lg-6,
.form-horizontal > .form-group .col-xs-7,
.form-horizontal > .form-group .col-sm-7,
.form-horizontal > .form-group .col-md-7,
.form-horizontal > .form-group .col-lg-7,
.form-horizontal > .form-group .col-xs-8,
.form-horizontal > .form-group .col-sm-8,
.form-horizontal > .form-group .col-md-8,
.form-horizontal > .form-group .col-lg-8,
.form-horizontal > .form-group .col-xs-9,
.form-horizontal > .form-group .col-sm-9,
.form-horizontal > .form-group .col-md-9,
.form-horizontal > .form-group .col-lg-9,
.form-horizontal > .form-group .col-xs-10,
.form-horizontal > .form-group .col-sm-10,
.form-horizontal > .form-group .col-md-10,
.form-horizontal > .form-group .col-lg-10,
.form-horizontal > .form-group .col-xs-11,
.form-horizontal > .form-group .col-sm-11,
.form-horizontal > .form-group .col-md-11,
.form-horizontal > .form-group .col-lg-11,
.form-horizontal > .form-group .col-xs-12,
.form-horizontal > .form-group .col-sm-12,
.form-horizontal > .form-group .col-md-12,
.form-horizontal > .form-group .col-lg-12 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.alert {
    padding: 3px !important;
    margin-bottom: 5px !important;
}
#uploadPanel{
    padding: 2px;
    margin-bottom: 2px;
}
