/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
    font-family: chalk;
    src: url(../../fonts/erasdust.ttf);
}
.chalk_font{
    font-family: chalk;
    font-size: 35px;
    padding-top: 15px;
}

body {
    background-color: #f8f8f8;
    font-family:century gothic !important;
}
.main_container{
        font-family: century gothic;
}
#wrapper {
    width: 100%;
}

.page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    .page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}
@media(max-width:768px) {
    .navbar-default.sidebar {
     min-height: 0px !important;
    }
    .greeting{
        text-align: center;
    }
    .navbar-default .navbar-brand {
        height: 90px;
    }
}
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 240px;
        margin-top: 143px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.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;
}


/* CUSTOM Css for like wordpress menu
@media (min-width: 12000px) {
    .nav>li>ul {
        position: absolute;
        left: 250px;
        background-color: #EEEEEE;
        width: 100%;
    }
    ul.nav.nav-second-level {
        min-width: 200px;
        width: 100%;
    }
    .page-wrapper {
        position: relative;
        left: 250px;
        margin: 0px;
        width: calc(100% - 250px);
    }
}
*/

/*Custom Admin Design Start*/
.navbar {
    min-height: 92px;
}
.info_bar{
    position: relative;
    height: 46px;
    width: 100%;
    /* border: 1px solid; */
    background-color: #01499E;
    font-family: century gothic;
}
.menu_fa{
    font-size: 22px !important; 
    float: right;
}
li.top_nav a {
    background-color: #1155BA !important;
    color: white;
}
.greeting .chalk_font {
    color: black;
}
.greeting h5 {
    color: #cccccc;
}
.greeting {
    padding-right: 15px;
    padding-top: 3px;
}
.user_info .link {
    padding-right: 5px;
}
.user_info a {
    padding-top: 8px;
    color: white;
    text-decoration: none;
    cursor: default;
    display: block;
    float: left;
}

.user_info span.fa.arrow {
    padding-top: 3px;
}
.user_info label {
    padding-right: 10px;
    font-weight: normal;
}
.user_info {
float:right;
}
span.bar {
    padding-right: 10px;
}
span.status {
    float: right;
    /*background-color: grey;*/
    color: white;
    font-weight: normal;
    border-radius: 50%;
    width: 19px;
    text-align: center;
}
.sidebar a i {
    font-size: 22px;
    font-weight: normal;
    width: 30px;
    text-align: left;
}
li.dropdown a:hover {
    color: #2866C1;
}
li.dropdown a {
    color: white;
}
ul.dropdown-menu li a {
    color: #333;
    width: 100%;
}

i.menu_fa.fa.fa-bars.fa-2 {
    text-align: right;
    display: none;
    padding-right: 0px;
    color: white;
}
span.status i {
    font-size: 15px;
    text-align: center;
    width: 15px;
}
.nav>li>a {
    padding: 13px 15px;
    font-family: century gothic;
}
a {
    color: #8A8A8A;
}
a.active{
    color: #2866C1;
}
.page-header {
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-top: 0px;
    margin-left: 0px;
    background: -webkit-linear-gradient(#cacaca, #e2e2e2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cacaca, #e2e2e2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cacaca, #e2e2e2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#cacaca, #e2e2e2); /* Standard syntax (must be last) */
}
div.page-wrapper .row {
    margin: 0px;
}
div.page-wrapper .row .col-lg-12{
    padding:0px;
    padding-bottom:20px;
}
div.page-wrapper {
    padding: 0px;
    /* border: 1px solid; */
    margin-top: 5px;
}
div.page-wrapper-full-width {
margin:0px;
}
.main_container {
    border: 1px solid #ccc;
    min-height: 400px;
    background-color: white;
    padding: 0;
    width: 99%;
    float: right;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: -4px;
    padding-bottom: 30px;

}
.controls {
    position: absolute;
    bottom: -12px;
    right: 50px;
}

.navbar-default.sidebar {
    background: -webkit-linear-gradient(#FFF,#FFF, #DCDCDC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFF,#FFF, #DCDCDC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFF,#FFF, #DCDCDC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFF,#FFF, #DCDCDC); /* Standard syntax (must be last) */
    /*min-height: 600px;*/
        min-height: 460px;
}
.top_nav {
    float: left;
    text-transform: uppercase;
    padding-left: 15px;
    padding-top: 12px;
    /* width: 250px; */
}
.top_nav span.link {
    color: white;
}
.submit_info ol {
    color: #333;
}
.submit_info p {
    color: #00459F;
    font-weight:bold;
    /* font-family: cursive; */
}
.submit_info hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
ol {
    counter-reset: list;
    margin: 0;
}

ol > li {
    list-style: none;
    position: relative;
    content: counter(list, number) ") ";
}
ol > li:before {
    counter-increment: list;
    content: counter(list, decimal) ") ";
    position: absolute;
    left: -1.4em;
    
}
.guidance_box {
    background-color: #00459F;
}
.guidance_box h4 {
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}
.guidance_box p {
    color: white;
    margin-bottom: 25px;
}
.form span {
    padding: 0px;
}
.checkbox {
    padding-left: 20px;
}

.form .form-group span {
    font-size: 13px;
    font-weight: bold;
}
.links a {
    text-decoration: none;
    color: white;
}
.btn-group {
    margin-top: 10px;
}
.btn_theme_full {
    width: 100%;
    position: relative;
    background: -webkit-linear-gradient(#0260E6, #2A67BD);
    background: -o-linear-gradient(#0260E6, #2A67BD);
    background: -moz-linear-gradient(#0260E6, #2A67BD);
    background: linear-gradient(#0260E6, #2A67BD);
    border-color: #307CE8;
    color: white;
    border-radius: 2px;
    height: 28px;
}
.tGgrid .btn_theme_full {
   top: 22px;
}
.controls_update {
    text-align: center;
    border: 1px solid;
    border-top: 0px;
    border-color: #ccc;
    margin-bottom: 10px;
}
.controls_update .btn_theme {
    position: relative;
    top: 12px;
}
.normal-text {
font-weight:normal !important;
}
/*Telerik Style Override*/
html body .riSingle .riTextBox[type="text"] {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
    width: 100%;
    border-radius: 0px;
    border-left: 6px solid #0061C8;
    border-top: 0px solid #eee;
    border-bottom: 0px;
    font-size: 13px;
    box-shadow: inset 0 0 1px #999999;
    height: 28px;
    padding: 5px;
    padding-bottom: 8px;
    font-family: century gothic;
}
.RadPicker {
    width: 100% !important;
}
caption {
    padding-top: 0px;
    padding-bottom: 0px;
}
span.bar {
    padding-right: 10px;
    padding-left: 15px;
    font-size: 20px;
}
.program {
    float: right;
    padding-right: 25px;
}
.btn_logout {
    cursor: pointer !important;
}
.RadComboBox .rcbReadOnly .rcbInput {
    cursor: default;
    font-family: century gothic;
    font-size: 13px;
}
.RadComboBoxDropDown_Metro .rcbHovered {
    color: black;
    background-color: #e8e8e8;
    font-family: century gothic;
    font-size: 13px;
}
.RadComboBoxDropDown_Metro .rcbItem {
    font-family: century gothic;
    font-size: 13px;
}
.modal-body {    
    padding-top: 0px;
    padding-bottom: 25px;
}
.modal-body h4.page-header {
    border: 1px solid #E5E5E5;
    margin-top: 15px;
    margin-bottom: 2px;
}
.modal-footer {
    padding-top: 26px;
}
.content {
    overflow-x: auto;
    padding-bottom: 30px;
}
.completed {
    background-color: #09A91D;
}
.incomplete {
        background-color: #C12828;
}

/*Loading Background*/
/*.load_background {
    position: absolute;
    width: 100%;
    height: 105%;
    z-index: 9;
    background-color: transparent;
}*/
.load_background {
    z-index: 999999999999;
     position:fixed; 
     top:0%; left:0%;
     height: 100%;
     width: 100%;
    background-color: rgba(196, 216, 253, 0.22);
}
.load_progress {
    top: 48%;
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin: 5%;
}
.progress_container {
    position: absolute;
    border: 1px solid #ccc;
    width: 25%;
    margin: 0 auto;
    background-color: white;
    border-radius: 5px;
    left: 35%;
    top: 45%;
    box-shadow: 3px 3px 6px #ccc;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 0.4s linear infinite;
    -o-animation: progress-bar-stripes 0.4s linear infinite;
    animation: progress-bar-stripes 0.4s linear infinite;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #0749A6;
}
.complete .fa-check:before {
    content: "\f00c";
}
.incomplete .fa-check:before {
    content: "\f00d";
}
.popover{
    color:#333;
    width:auto; 
    max-width: 300px;
}
.no-padding {
padding:0px;
}
.no-left-padding {
padding-left:0px;
}
.no-right-padding {
padding-right:0px;
}
