/* Sidebar */

.main-sidebar {
	background-image: url("../img/sidebar-bg.jpg");
	background-position: center top;
	background-size: cover;
}

.main-header .logo {
	background: none !important;
}

.sidebar .sidebar-menu > li > a {
	color: #fff;/*#b8c7ce*/
}

.sidebar .sidebar-menu > li:hover > a,
.sidebar .sidebar-menu > li.active > a {
	background: rgba(0,0,0,0.2);
	border-left-color: transparent;
	color: #fff;
}

.sidebar .sidebar-menu > li > .treeview-menu {
	background: rgba(0,0,0,0.2);
	margin: 0;
}

/* /Sidebar */

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
}

.login-page,
.register-page {
    background: #eee url("../img/login-bg-desktop-bf.gif") no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 80vh;
    }
.login-page-mobile,
.register-page-mobile {
    background: #eee url("../img/login-bg.gif") no-repeat fixed center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 80vh;
    }
/*.login-logo,
.register-logo {
    color: #fff;
}*/

.login-logo,
.register-logo {
    color: #fff;
    margin: 0;
    font-size:20px;
    padding:5px 0;
}

.login-box {
    margin: 20vh auto 0 auto;
    width:220px;
}

.login-box-body {
    padding:10px;
    background:rgba(9, 0, 0, 0.6) none repeat scroll 0 0;
}

.login-box-body .btn-primary {
    padding:6px;
}

.login-box-msg, .register-box-msg {
    padding:0 5px 5px;
    color:#fff;
}

.login-box-body label {
    color:#fff;
}

.login-box-body .col-xs-4.no-padding {
    width:100%;
    padding:0 30px !important;
}

.fc-today{
    background: #eee !important;
}

.info-box-icon > img {
    vertical-align: top;
    border-radius: 2px 0 0 2px;
    height: 100%;
}

.info-box {
    border: 1px solid #cccccc;
}

.info-box {
    color: #555;
}

.info-box-icon {
    height: 88.5px;
    width: 88.5px;
}

@media screen and (max-width: 768px) {

}

.form-control {
    width: 100%;
}

#addDefaultPeriod .datepicker-months thead,
#editDefaultPeriod .datepicker-months thead {
    display: none;
}

#addDefaultPeriod .datepicker-months,
#editDefaultPeriod .datepicker-months {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 5px !important;
}

.input-group.classAmt {
    float: left;
    margin-bottom: 5px;
    padding: 0 10px;
}
.input-group.classAmt .input-group-addon {
    background: #f1f1f1;
    border-radius: 3px 0 0 3px;
    min-width:40%;
    text-align: left;
}
.input-group.classAmt .input-group-addon label {
    margin: 0;
}

.chooseOr {
    line-height:1.5;
    margin:6px 0;
    display:block;
}

.ui-autocomplete {
    /* will be fixed by options.outHeight */
    max-height: 300px;
    min-height: 30px;
    overflow-y: auto;
    max-width: 400px;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 0;
    z-index: 9999;
    background:#fff;
    border:1px solid #d2d6de;
    padding:5px 10px;
}
.ui-autocomplete li {
    list-style: none;
    list-style-image: none;
}
.ui-helper-hidden-accessible {
    display: none;
}
.ui-menu-add {
    text-align: center;
}
.ui-menu-group {
    margin-right: 10px;
    text-align: right;
    color: red;
}
.ui-state-hover,
.ui-state-focus,
.ui-state-active {
    border: none;
    background: none;
    cursor: pointer;
}
/* Scrollbar Styles */
::-webkit-scrollbar {
    background-color: transparent;
    width: 15px;
}
::-webkit-scrollbar-thumb {
    background: #aaa;
    min-height: 20px;
}
::-webkit-scrollbar-track {
    background: #ddd;
}

.months-fieldset {
    border: 1px solid #ddd;
    margin: 0 -5px 15px;
    padding: 25px 30px 0;
    position: relative;
}
.months-label {
    background: #fff;
    left: 12px;
    padding: 0 3px;
    position: absolute;
    top: -10px;
    width: auto;
}
.payDueOnly {
    background: #fff;
    padding: 0 3px;
    position: absolute;
    right: 12px;
    top: -10px;
    width: auto;
}
.payOtherFee {
    background: #fff;
    bottom: -15px;
    padding: 0 3px;
    position: absolute;
    right: 12px;
    width: auto;
}
.quarter-fieldset {
    border: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 15px 10px 10px;
    position: relative;
}
.quarter-label {
    background: #fff none repeat scroll 0 0;
    left: 15px;
    padding: 0 3px;
    position: absolute;
    top: -12px;
}

.quarter-fieldset .col-xs-12 {
    float:none;
}

.months-fieldset .quarter-fieldset:last-child {
    margin:0;
}

.quarter-fieldset label {
    margin: 0;
    padding: 0 3px;
    font-size:12px;
}

.receiptFeeTypes {
    background-color: #fafafa;
    border: 1px solid #ddd;
    margin: 0 -5px;
    padding: 15px 15px 0;
}

.feePayment .input-group-addon {
    background:#f1f1f1;
    border-radius: 3px 0 0 3px;
    font-weight:bold;
}


.general-input-group {
    width: 100%;
}

.general-input-group .input-group-addon {
    background:#f1f1f1;
    border-radius: 3px 0 0 3px;
    font-weight:bold;
    min-width: 35%;
}
.general-input-group input {
    border-radius: 0 3px 3px 0;
}

.no-float {
    float: none !important;
}

.block {
    display: block !important;
}

.flex {
    display: flex !important;
}

.inline {
    display: inline !important;
}

.no-margin{
    margin: 0 !important;
}
.no-margin-left{
    margin-left: 0 !important;
}
.no-margin-right{
    margin-right: 0 !important;
}
.no-margin-top{
    margin-top: 0 !important;
}
.no-margin-bottom{
    margin-bottom: 0 !important;
}

.no-padding{
    padding: 0 !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}
.no-padding-top{
    padding-top: 0 !important;
}
.no-padding-bottom{
    padding-bottom: 0 !important;
}

.no-border {
    border:0px solid #fff;
}

.no-border-radius {
    border-radius: 0;
}

.no-tb-border {
    border-top:0px solid #fff;
    border-bottom:0px solid #fff;
}

.no-top-border {
    border-top:0px solid #fff !important;
}

.border-top {
    border-top: 1px solid #999 !important;
}

.border-bottom {
    border-bottom: 1px solid #999 !important;
}

.strong {
    font-weight: bold;
}

.show-print {
	display: none !important;
}

.print .control-label {
    margin-bottom: 0;
    padding-bottom: 7px;
    padding-top: 7px;
}

.print .table-header {
    border:1px solid #d2d6de;
    background: #f1f1f1;
    padding-top:5px;
    padding-bottom:5px;
    font-weight: bold;
}

.print .table-footer {
    border-top:1px solid #d2d6de;
}

.print .no-hover:hover {
    background-color: #fff;
}

.print .feeInfo-label {
    width: 50%;
    float: left;
}

.print .feeInfo-value {
    width: 50%;
    float: left;
}

.print .feeInfo-right .feeInfo-label {
    width: 70%;
    float: left;
}

.print .feeInfo-right .feeInfo-value {
    width: 30%;
    float: left;
}

.receiptDetails {
    max-width: 100px;
    font-size: 12px;
}

@media screen and (min-width: 1280px) {
    .print .feeInfo-left {
        width: 50%;
        float: left;
    }

    .print .feeInfo-right {
        width: 50%;
        float: right;
    }
}

@media print {
    .box,
    .box-body,
    h1,
    p,
	a{
        border: 0 none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .box .box-header,
    .main-footer {
        display: none;
    }

    .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: 2px !important;
    }
	
	.show-print{
		display: block !important;
	}

    .no-print {
        display: none !important;
    }
}

.tcForm label {
    text-align: left !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td,
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    vertical-align: middle;
}

.importExcel .box-body {
    overflow-x: auto;
}

.importExcel .box-body table {
    width:200%;
    max-width:200%;
}

.users-list > li {
    width:20%;
}

/*** CSS Modifications ***/

@media (max-width:767px){
    .mailbox .search-form .input-group {
        margin-top: 10px;
        width: 100%;
    }
}
@media (min-width:768px) and (max-width:821px){
    .mailbox .pad .btn-group {
        width: 43%;
    }
}
@media (max-width:440px){
    .box.list-view .box-title {
        width: 50%;
    }
}
@media (max-width:410px){
    .fc-toolbar .fc-right {
        float: left !important;
        margin-top: 10px !important;
    }
}

/*** /CSS Modifications ***/

/*** CSS Modifications - 2 ***/

.nav-tabs-custom .tab-content {
    padding: 20px;
}

#theFilters {
    background-color: #ecf0f5;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
    float: none;
    clear: both;
}

#theFilters select, #theFilters input {
    border: 1px solid #ccc;
    margin-bottom: 2px;
    width: 100%;
}

.theFilters-toggle {
    float: none ! important;
    display: flex ! important;
    margin-bottom: 10px;
    clear: both;
}

.main-header .navbar .navbar-custom-menu {
    padding: 0;
}

.navbar-custom-menu ul.dropdown-menu li.header {
    background-color: #fbfbfb !important;
}

.tasks-menu .menu {
    height: auto !important;
    max-height: 100% !important;
}

.table-responsive th, .table-responsive td {
    white-space: nowrap;
}

.tasks-menu .menu li i {
    background-color: #3c8dbc;
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 35px;
}

.tasks-menu .menu li a {
    padding: 0 !important;
}

.control-sidebar-heading {
    border-bottom: 1px solid #666;
    margin-top: 0;
}

.setting-option {
    /*background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.6);*/
    color: #666;
    width: 100%;
}

.setting-row {
    margin-bottom: 6px;
}

.user-settings {
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 100;
    height: 100%;
}

.user-settings .user-settings-toggle {
    background-color: #222D32;
    border-radius: 0 0 0 100%;
    height: 35px;
    position: absolute !important;
    right: 0;
    width: 37px;
    z-index: 9999;
}

.user-settings-toggle a {
    color: #fff;
    display: flex;
    padding: 8px 0 0 13px !important;
}

#user-settings-pane {
    background-color: #222d32;
    color: #b8c7ce;
    padding: 15px;
    min-width: 250px;
    max-height: 100%;
}

.user-settings #user-settings-pane h3 {
    color: #fff;
}

.box-tools-input {
    border: 1px solid #ececec;
    border-radius: 2px;
    color: #555;
    height: 25px;
    line-height: 20px;
    width: 100px;
    padding: 3px;
}

.schedule-row {
    display: flex !important;
    margin-bottom: 10px;
}
.schedule-day {
    border: 1px solid #eee;
    border-left: 5px solid #3c8dbc;
    padding: 5px !important;
    text-align: center;
}
.schedule-day-info {
    display: block;
    position: relative;
    top: 12%;
}
.schedule-title {
    display: block;
    font-weight: bold;
    width: 100%;
}
.schedule-subtitle {
    display: block;
}
.schedule-entry {
    background-color: #fff;
    border: 1px solid #eee;
    border-left: none;
    display: table-cell !important;
    padding: 15px 5px;
    text-align: center;
    width: auto !important;
}
.schedule-entry:nth-child(2n) {

}
.schedule-subject {
    background-color: #eee;
    border-radius: 3px;
    display: block;
    text-align: center;
}
.schedule-entries {
    display: table !important;
}

.holidays-list .the-holiday {
    cursor: default;
    padding: 6px 10px;
}
.holidays-list .the-holiday .holiday-date {
    margin-right: 10px;
    min-width: 80px;
}
.holidays-list .the-holiday .holiday-day {
    min-width: 80px;
}

.schedule-container {
    border: 1px solid #eee;
    width: 95%;
}

.schedule {
    border-bottom: 1px solid #eee;
    display: inline-block;
}

.ui-select-container .form-control,
.ui-select-bootstrap > .ui-select-choices{
    width: 95% !important;
}
.ui-select-container, .ui-select-match {
    background-color: transparent !important;
    box-shadow: none !important;
}

@media screen and (max-width: 1280px) {

    .table-responsive {
        overflow-x: scroll;
    }

}

@media screen and (max-width: 765px) {

    /*.main-header .logo {
        float: left;
        width: 30%;
    }

    .main-header .navbar {
        float: left;
        width: 70%;
    }*/

    .the-large-logo {
        display: none !important;
    }

    .the-small-logo {
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
        display: inline-block;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
    }

    .nav .academic-year {
        display:none;
    }

    .the-small-logo:hover,
    .the-small-logo:active,
    .the-small-logo:focus {
        color: #fff;
    }

    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 50px;
		padding-bottom: 120px;
    }

    .setting-row {
        padding: 0 15px;
    }

    .no-padding-left {
        padding-left: 0;

    }

    .no-padding-right {

        padding-right: 0;
    }

    aside.control-sidebar {
        padding: 50px 0 10px !important;
    }

    .assignment-subject {
        margin-bottom: 10px;
    }

}

@media screen and (min-width: 766px) {

    .the-small-logo {
        display: none;
    }

    #user-settings-pane {
        width: 320px;
    }

    aside.control-sidebar {
        padding: 10px 0 !important;
        width: 320px;
        right: -320px;
    }

}

@media screen and (max-width: 500px) {

    /*.main-header .navbar .navbar-custom-menu a {
        padding: 15px 12px;
    }*/

    .action-buttons a, .action-buttons button {
        padding: 3px 6px;
    }

    section.content > .box > .box-header > .box-title {
        display: none;
    }

    section.content > .box > .box-header {
        clear: both;
        float: none;
        min-height: 40px;
    }

    .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
        color: #444444;
        overflow: hidden;
        padding: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .box-tools-relative {
        position: relative !important;
    }
	
}

@media screen and (max-width: 990px) {
	.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
		border: 0 none;
		padding: 0;
		right: 0;
		width: 200px;
	}
	.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
		height: 50px;
		width: 50px;
	}
	.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
		height: auto;
	}
}

@media screen and (max-width: 319px) {

    .main-header .navbar .navbar-custom-menu,
    .main-header .navbar a.sidebar-toggle{
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .action-buttons a, .action-buttons .btn-group {
        clear: both;
        float: none !important;
        margin: 0;
        width: 100%;
    }

    .action-buttons .btn-group button:first-child {
        padding-left: 55px;
        width: 85%;
    }

    .action-buttons .btn-group button.dropdown-toggle {
        width: 15%;
    }

    .clear-button {
        display: none;
    }

}

@media screen and (min-width: 330px) {

    .filter-toggle {
        margin-right: 3%;
    }

}

@media screen and (max-width: 400px) {

    .hidden-xss {
        display: none;
    }

    .holidays-list .the-holiday .holiday-day,
    .holidays-list .the-holiday .holiday-date {
        font-size: 10px;
        min-width: auto;
    }

}

/*** /CSS Modifications - 2***/

/* time schedule */

.schedule .times .label,
.schedule .times .input {
    color: #000;
    float: left;
    font-size: 100%;
    height: 14px;
    line-height: 14px;
    width: 50px;
}

.time .btn.btn-default {
    margin-top: -5px;
}

.schedule .times .input {
    width: auto;
}

.schedule .times .input input,
.schedule .input button {
    margin-top:32px;
}

.ui-sortable-helper, .sortable tr {
    cursor: move;
}

.clubWith option:disabled {
    color: #999;
    text-decoration: line-through;
	display: none;
}

table.compact tr:nth-child(2n-1) {
  display: none;
}

table.timepicker button {
  margin-top: -4px;
  min-height: 35px;
}

.drop-zone { border: dotted 3px lightgray; }
/* Default class applied to drop zones on over */
.nv-file-over { border: dotted 3px red; }

canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px;
}

/* Quick Links on mobile */

@media screen and (max-width: 500px) {
    .mobile-quicklinks {
        display: inline-block;
        margin: 0 auto;
        padding: 10px 0;
        width: 100%;
    }

    .ql-menu {
        margin-bottom: 50px;
    }

    .ql-container {
        width: 33.33%;
    }

    .ql-data i {
        display: block;
        font-size: 35px;
        margin-top: -20%;
    }

    .ql-data span {
        display: block;
        font-size: 10px;
        margin-top: 6%;
    }
}

@media screen and (min-width: 501px) {
    .mobile-quicklinks {
        display: inline-block;
        margin: 0 auto;
        padding: 15px;
        width: 100%;
    }

    .ql-container {
        width: 25%;
    }

    .ql-menu div {
        margin-top: 0 !important;
    }

    .ql-data i {
        display: block;
        font-size: 40px;
        margin-top: -20%;
    }

    .ql-data span {
        display: block;
        font-size: 12px;
        margin-top: 6%;
    }
}

@media screen and (max-width: 500px)  {
    .mobile-quicklinks {
        background: linear-gradient(to bottom, transparent 0%, transparent 80%, #ECF0F5 100%), url("../img/login-bg.gif") no-repeat fixed center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: calc(100vh - 50px);
        margin-top: -15px;
    }
}

@media screen and (min-width: 501px)  {
    .mobile-quicklinks {
        background: linear-gradient(to bottom, transparent 0%, transparent 80%, #ECF0F5 100%), url("../img/login-bg-desktop-bf.gif") no-repeat fixed center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-top: -15px;
    }
}

/*@media screen and (max-width: 767px)  {
    .content-wrapper {
        background: #eee url("../img/signin-bg.jpg") no-repeat fixed center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}*/

@media screen and (min-width: 1024px) {
    .ql-container {
        width: 16%;
    }

    .ql-data i {
        display: block;
        font-size: 35px;
        margin-top: -20%;
    }

    .ql-data span {
        display: block;
        font-size: 10px;
        margin-top: 6%;
    }
}

@media screen and (min-width: 1280px) {
    .ql-container {
        width: 15%;
    }
}

.ql-container {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.ql-menu {
    border-radius: 50%;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.ql-menu::after {
    content: "";
}

.ql-menu div {
    color: #fff;
    float: left;
    line-height: 1em;
    margin-top: -0.5em;
    padding-top: 50%;
    text-align: center;
    width: 100%;
}


/* /Quick Links on mobile */


.fc-widget-header th span {
    white-space: normal;
}
.fc-widget-header th.fc-today span {
    color: #fff;
}

.fc-day-grid-event {
    border-radius: 5px;
    margin: 1px 3px 0;
    padding: 0 5px;
}

.box-body.table-responsive {
    overflow:visible;
}

.examReportTable div {
    border-right: 1px solid #ccc;
    min-height: 21px;
}
.examReportTable tr td:last-child div,
.examReportTable tr th:last-child div {
    border: 0 none;
}

.subjectHead {
    background-color: #eee;
    display: block;
    margin-bottom: 5px;
    padding: 4px 0;
}

.marksgroup {
    display: flex;
    border: 0 none !important;
}

section.content > .box {
    margin-bottom: 10%;
}

.repeat-separate::after {
    content: ", ";
}

.repeat-separate:last-child::after {
    content: "";
}