/*!
 * 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.
 */

body {
    background-color: #f8f8f8;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
.highlightmarks { color: red; }
#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 0px;    //0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.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 , #side-menu > li > a:active, #side-menu > li > a:focus, #side-menu > li > a:hover {
    background-color: #1e282c;
    border-left: 3px solid #3c8dbc;
}

.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: 250px;
       /* margin-top: 50px; */
    }

    .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: 14px;
    font-weight :bold;
}
.panel-green {
    border-color: #5cb85c;
}
.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-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:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}
.panel-yellow a:hover {
    color: #df8a13;
}
.navbar { background-color: #ba0707; }
.sidebar-search { background-color: #222d32; }
#page-wrapper  { background-color: #ecf0f5; padding: 14px 30px; }
#main-content 
{ border: 1px solid #c5bebe; border-radius: 5px; background-color: #ffffff; padding: 10px; }
.page-header { text-transform: uppercase; color: #2574ab; font-size: 16px; }
.panel-default > .panel-heading { text-transform: uppercase; background-color: #fff; font-size: 14px; color: #000;}
.panel-default { border-color: #dbcdcd; }
label { font-weight: 400; }
.btn-default { background-color: #2574ab; color: #ffffff; }
.remove-item { cursor:pointer; color: #2574ab; }
#errors { color: red; font-weight: bold; }
.clear { clear:both; margin-bottom: 20px; }
.custom-search-form, .navbar-default .navbar-brand { color: #ffffff; }
/*.profile-picture 
{ border-radius: 50%; width:60px; height:60px; 
}*/
.profile-picture {
    border-radius: 20%;
    width:50px;
    height: 50px;
}
.custom-search-form { font-weight: 900; line-height: 1; }
.sidebar-header { background: #1a2226 none repeat scroll 0 0; color: #fff; padding: 10px 25px 10px 15px; }
#side-menu, #wrapper { background-color: #222d32; }
#side-menu  a { color: #fff; }
.nav-second-level { background: #2c3b41 none repeat scroll 0 0; }
#side-menu .nav-second-level li a { color: #8aa4af;  }
#side-menu .nav-second-level li a:hover, #side-menu  .nav-second-level li a.active { background: #2c3b41 none repeat scroll 0 0; color:#ffffff; border:0px; }
#wrapper .navbar-default .navbar-brand:hover { color: #ffffff; }
#wrapper .navbar-default .navbar-brand { font-size: 20px; font-weight: bold; }

.paginate a { padding: 5px; }

.form-control {   height: 28px;padding: 3px 9px;  }
#login-page-from .form-control {   height: 34px;padding: 3px 9px;  }
form .row {margin-bottom:3px;}
a.ui-datepicker-prev,
a.ui-datepicker-next
{
    display: none;  
}
.mandatory { color:red; padding-right:5px; }
body label { font-weight: 600; }
.icons { cursor:pointer; color: #aa3425; }
.top1{
    background-color: #337ab7;
    border-top: none;
    color: #fff;
}

a {
    color: #fff;
}
.top2{
    background-color: #5cb85c;
    border-top: none;
}
.panel-green a {
    color: #fff;
}
.top3{
    background-color: #f0ad4e;
    border-top: none;
}
.panel-yellow a {
    color: #fff;
}
.panel-footer a{
    color: #fff;
}
.top4{
    background-color: #d9534f;
    border-top: none;
}
.panel-red a {
    color: #fff;
}
.top5{
    background-color: #f0ad4e;
    border-top: none;
}
.panel-primary :hover{
    background-color: #328ab7;
}
.panel-green :hover{
    background-color: #84c477;
}
.panel-yellow :hover{
    background-color: #e5a244;

}
.panel-red :hover{
    background-color: #e8635f;
}
.fa {
    color:#2574ab;
}
.index_fa{
    color:#fff;
}
.fa_menu{
    color:#fff;
}
.fa_dashboard{
    color:#fff;
}
.btn1 .btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.btn_tab {
    margin-right: 5px;
}

.btn1 {
    display: inline-block;
    padding: 0px 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
a:focus, a {
    color: #555;
}
.test{
    color: #000;
    text-decoration: underline;
}
.container #loginbox{
    background-image:(url:school_management.jpg);
}
.panel-clr3 {
    border-color: #ba0707;
}
.panel-clr2 {
    border-color: #ba0707;
}
.col-with-divider div[class*="col-"]:first-child {
    border: 0 none;
}
.view-details2 {
    background-color: #ba0707;
    border:  solid #ba0707;
    text-decoration: none;
    color: #fff;
}
.panel-clr2 > .panel-heading {
    background-color: #ba0707;
    border-color: #ba0707;
    color: #fff;
    padding: 12px 10px;
}
.panel1 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.dropdown_pad {
    padding-bottom: 10px !important;
}
.dropdown_pad > #session_id {
    border: 2px solid #ba0707;
}
.event_table_height {
    height: 240px !important;
}
.absent {
    color: #E05451;
}
.panel-clr3 > .panel-heading {
    background-color: #ba0707;
    border-color: #ba0707;
    color: #fff;
    padding: 18px 7px 9;
}
.pad-nill select {
    padding: 5px;
    height: 28px;
}

.form-control {
    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;
}
.pad-nill {
    padding: 0px;
}
.timetable > .table.table-bordered.table-inverse > thead > tr > th {
    min-width: 130px !important;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table-bordered-hidden > thead > tr > th {
    background: #eee none repeat scroll 0 0 !important;
    color: #333 !important;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
}
.timetable {
    height: 240px;
    overflow: auto;
}
.notification {
    background-color: #ba0707;
    border-radius: 5px;
    color: #fff;
    font-family: Courier New;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
}
.view-details1, .view-details2, .view-details3 {
    border-radius: 25px;
    box-shadow: 0 2px 1px 0px #333;
    color: #fff;
    display: block;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    padding: 4px 0;
    text-align: center;
    width: 97px;
}
#page-wrapper {
    background-color: #f0f1f2;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #d9edf7;
}
.fa {
    color: #edf1f3; 
    /*color: darkgrey; */
}
img {
    vertical-align: middle;
    width: 70px;
}

/*    Tabs      */
/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #bfbfbf;
    background-color: #fff;
}

/* Style the links inside the tab */
div.tab a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */


/* Create an active/current tablink class */


/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border:none;
    border-top: none;
}
#main-content .page-header { margin-top: 10px; }
form .btn-default { display:block; }
/* search button alignment*/
.cust_btn{margin-top: 25px;}
.btn-default :hover{
    background-color: #2574ab;
}
.col-xs-9
{
    position:relative;
    min-height:0px;
    padding-right:0px;
    padding-left:0px
}
.fa_icons {
    color: #2574ab; 
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
}
.pull-right {
    margin-right: 10px;
}
.highlight a{
    color:#328ab7;
    
}
.errmsg
{
color: #E05451;
}
#co-scholastic-exam hr { color: #bce8f1; }
.subject-time { margin-bottom: 5px; }



#criteria_table td {
    padding: 5px;
}
.char_cer{
    margin-bottom: -40px;
    margin-left: 224px;
}
.leav_cer{
    margin-bottom: -45px;
    margin-left: 306px;
}
#timetable_create .form-control {
    height: 30px;
    padding: 2px 10px;
}
#bulk_student_edit .form-control {
    padding: 5px;
}    
#bulk_student_edit td { 
    padding: 3px;
}

.hrblue { border-top: 5px solid #5BC0DE; }
.trdarkblue { background: #428B9B; color: #ffffff; }
.trlightblue { background: #5BC0DE; color: #ffffff; }
#co-scholastic-exam .multiselect-container, #send_custom_notification .multiselect-container { max-width: 300px; max-height: 300px; overflow-y: scroll; overflow-x: hidden; }
.btn-darkblue, .btn-darkblue:hover { background-color: #034f84; color: #ffffff; }
.btn-grey, .btn-grey:hover { background-color: #484f4f; color: #ffffff; }
#manage-exam .panel-body .table .btn { margin-top: 9px; margin-right: 5px; }
#manage-exam .panel-body .table .btn-xs { font-size: 13px; }
.icon-bar {
  position: fixed;
  top: 50%;
  right: 50px;
}
.btn-lightpink {
    background-color: #F08080; color: #fff;
}

.consolidate_table>tbody>tr>td{
    border-top:none;
    padding-bottom:40px;
}
.btn-purple { background-color: #8B008B; color: #fff;}
.btn-darkpink { background-color:#FF69B4; color: #fff;}

.image-preview-input-pdf, .image-preview-input, .image-preview-input2, .image-preview-input3, .image-preview-input4, .image-preview-input5, .image-preview-input6, .image-preview-input7 {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input-pdf input[type=file], .image-preview-input input[type=file], .image-preview-input2 input[type=file],.image-preview-input3 input[type=file],.image-preview-input4 input[type=file],.image-preview-input5 input[type=file],.image-preview-input6 input[type=file],.image-preview-input7 input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.image-preview-input-title-pdf, .image-preview-input-title {
    margin-left:2px;
}
.page-breadcrumb .fa {
    color: #2574ab;
}
.reports-body {
    overflow-x: scroll;
    background-color: #ffffff;
    margin:8px;
    padding:10px;
}
.reports .align-left {
    text-align: left;
    padding-left: 20px;
}
.reports .marks {
    width: 60px;
}
.reports table {
    border: 0px;
    font-size:12px;
    border-spacing: 0;
    border-collapse: collapse;
}
.reports th {
    border: 1px solid grey;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    min-width: 50px;
}    
.reports td {
    border: 1px solid grey;
    padding: 2px;
    text-align: center;
}
.reports .report_button {
    text-align: right;
}
.reports .report_table td { border: 0px; }



.btn-purple:hover, .btn-darkpink:hover, .btn-lightpink:hover{
    color:white !important;
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
    color: black;
    opacity: .65;
    background-color: #2574ab;
}