a {
    cursor: pointer;
}

a.expand {
    background: #666;
    color: #ccc;
    display: block;
    font-size: 22px;
    height: 20px;
    line-height: 12px;
    margin-top: -10px;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    width: 21px;
    border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    text-decoration: none;
    font-weight: normal;
}

a.expand:hover {
    color: #fff;
    text-decoration: none;
}

.dz-max-files-reached {
    pointer-events: none;
    cursor: default;
}
.dz-preview {
    pointer-events: all;
}

.bg-dark-grey a.expand {
    background:#fff;
    color:#666;
    padding:3px 4px;
}

.bg-dark-grey a.expand:hover {
    color:#000;
}

.table-responsive {
    margin-bottom:0;
}

.table .table {
    margin-bottom:0;
}

.table .desc {
    width:40%;
    position:relative;
}

.table.att-table thead tr th,
.table.att-table thead tr td,
.table.att-table tfoot tr th,
.table.att-table tfoot tr td,
.table.att-table tbody tr th,
.table.att-table tr th,
.table.att-table tbody tr td,
.table.att-table tr td
{
    padding:10px 3px;
}

.input-group input[type="text"], .input-group .form-control {
    background: none;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {

}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {

}

.sub-label {
    padding:6px 12px;
    font-size:13px;
    display:inline-block;
}

.rounded-circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
}

.border {
    border:1px solid #eee !important;
}

.border-bottom {
    border-bottom:1px solid #eee !important;
}

.border-top {
    border-top:1px solid #eee !important;
}

.no-border {
    border:0px solid #000 !important;
}

.no-border-left {
    border-left:0px solid #000 !important;
}

.no-border-right {
    border-right:0px solid #000 !important;
}

.no-outline {
    outline: none !important;
}

.no-background {
    background:transparent !important;
}

.no-shadow {
    box-shadow: none !important;
    -web-kit-box-shadow: none !important;
    -mox-box-shadow: none !important;
    -o-box-shadow: none !important;
}

.shadow {
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -o-box-shadow:0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.no-text-shadow {
    text-shadow: none !important;
    -web-kit-text-shadow: none !important;
    -mox-text-shadow: none !important;
    -o-text-shadow: none !important;
}

.report-header img {
    width:100%;
}

.form-control-feedback {
    pointer-events: auto;
    cursor: pointer;
    z-index: 100;
}

#filterMenu {
    margin-top:30px;
}

#filterMenu i {
    font-size:20px;
}

#filterMenu .input-group-btn {
    height:33px;
}

#filterInput {
    background: #fff;
    padding:5px 10px;
    height:33px;
}

button#search-btn {
    font-size:13px;
    padding:5px 10px;
    height:33px;
}

.sidebar .dropdown-menu {
    max-width:200px;
    width:200px;
}

.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}

.disabled a {
    pointer-events: none;
}

.notifications-menu .dropdown-menu,
.messages-menu .dropdown-menu,
.tasks-menu .dropdown-menu {
    width: 270px;
    max-width: 270px;
}

.item.messageItem .message {
    border: 1px solid #ccc;
    border-radius: 10px;
    float: left;
    height: 55px;
    padding: 5px 10px;
    width: 50%;
}

.message-footer .input-group input[type="text"], .message-footer .input-group .form-control {
    padding-left:10px;
}

.sidebar .menu .list i {
    font-size: 20px;
    height:28px;width:20px;
}

.sidebar .menu .list i.fa {
    margin-top: 5px;
}

.sidebar .menu .list a span {
    margin:6px 0 2px 12px;
}

button .sr-only {
    display:none;
}

.table .dropdown-menu {
    top:45px;
}

.dropdown-menu:before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "▼";
    color:#fff;
    padding: 12px 8px;
    right: 5px;
    top: -5px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    transform: rotate(180deg);
}

.table .dropdown-menu:before {
    right:auto;
    left:19px;
}

.btn-group .dropdown-menu:before {
    right:-2px;
}

.btn-group.messages .dropdown-menu:before {
    right:105px;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {

}

.toggle.btn {
    min-width: 130px;
}

.ui-select-bootstrap .ui-select-choices-row > span {
    padding:3px 10px;
}
.ui-select-multiple.ui-select-bootstrap {
    padding-left:12px;
    padding-bottom:1px;
    min-height:34px;
}

.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;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.ql-menu:hover {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.6);
    box-shadow: 0 0 15px rgba(0,0,0,.6);
}

.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%;
}

.classAmt .input-group {
    margin-bottom:10px;
}

.classAmt .input-group .input-group-addon {
    background: #eee;
    border: 1px solid #ccc;
    padding: 3px 10px;
    width: 100px;
    color:#000;
}

.classAmt .input-group .input-group-addon label {
    float:left;
    margin:0;
    height:22px;
}

#classesA .col-sm-4:first-child label,
#classesE .col-sm-4:first-child label {
    margin: 5px 10px;
}

.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;
}

.schedule-container {
    border: 1px solid #eee;
}

.schedule .times .label,
.schedule .times .input {
    color: #000;
    float: left;
    font-size: 100%;
    height: 14px;
    line-height: 14px;
    width: 50px;
}

.time .btn.btn-default {

}

.schedule .times .input {
    width: auto;
}

.schedule .times .input-group {
    margin-top: 21px;
}

table.compact tr:nth-child(2n-1) {
    display:none;
}

/* 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: 15px 0;
    padding: 25px 0 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-top: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 15px 5px 0;
    position: relative;
}

.quarter-label {
    background: #fff none repeat scroll 0 0;
    left: 7px;
    padding: 0 3px;
    position: absolute;
    top: -12px;
}

.quarter-fieldset .col-xs-12 {

}

.months-fieldset .quarter-fieldset:last-child {
    margin: 0;
}

.quarter-fieldset label {

}

.receiptFeeTypes {
    background-color: #fafafa;
    border: 1px solid #ddd;
    margin: 0;
    padding: 10px 10px 2px;
}

.otherFees {
    margin: -10px 0 10px;
    padding: 0 10px !important;
}

.table.feeReceipt .table-header {

}

.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;
}

@media screen and (max-width: 320px) {
    .btn { padding:6px 11px;}
}

@media screen and (max-width: 500px) {
    .mobile-quicklinks {
        display: inline-block;
        margin: 0 auto;
        padding: 10px 0;
        width: 100%;
    }

    .ql-menu {
        margin-bottom: 20px;
    }

    .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%;
    }

    .sidebar-mini .mobile-quicklinks {
        margin: 59px 0 0 300px;
        display: block;
        width: auto;
        clear:both;
    }

    .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%;
    }
}
/*url("../img/login-bg.gif") */
@media screen and (max-width: 500px) {
    .mobile-quicklinks {
        background: linear-gradient(to bottom, transparent 0%, transparent 80%, #ECF0F5 100%) 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: 59px;
    }
}
/*, url("../img/login-bg-desktop-bf.gif")*/
@media screen and (min-width: 501px) {
    .mobile-quicklinks {
        background: linear-gradient(to bottom, transparent 0%, transparent 80%, #ECF0F5 100%) no-repeat fixed center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-top: 59px;
    }
    section.content.dashboard {
        margin-top:0;
    }
}

@media only screen and (max-width: 800px) {
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: inherit;
    }

    .responsive td.operations {
        width:auto;
    }

    .responsive > tbody > tr {
        position:relative;
    }

    .responsive > tbody > tr > td:first-child, .responsive > tbody > tr.expanding > td.check {
        padding: 0 !important;
        position: absolute;
        z-index: 1;
        border:0px solid;
        left:10px;
        top:13px;
    }

    .responsive > tbody > tr.expanding > td.check {
        top:30px;
        left:20px;
    }

    .responsive > tbody > tr.expanding > td:last-child {
        display:none;
    }

    .responsive > tbody > tr > td:nth-child(3)::before, .responsive > tbody > tr > td.check::before {
        content:"";
    }

    .responsive > tbody > tr > td {
        min-height:20px;
        line-height:20px;
    }

    .responsive > tbody > tr > td:nth-child(3) {
        padding-left: 53px !important;
        min-height:37px;
        line-height:37px;
    }

    .responsive.table td.edit img, .responsive.table td.edit a { float:none; }
    .responsive.table td.edit a.edit, .responsive.table td a.edit { position:absolute; right:10px; }

    .pagination > li > a {
        padding:5px;
    }
}

@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%;
    }
}

.show-print {
    display: none !important;
}

@media print {
    section.content.print {
        margin:0;
    }
    .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;
    }
}

table.footable > thead > tr > th span.footable-sort-indicator {
    float: right;
}

.footable-sort-indicator {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footable > thead > tr > th > span.footable-sort-indicator::before {
    content: "\e150";
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator::before {
    content: "\e155";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator::before {
    content: "\e156";
}

#live-class {
    margin:0;
    padding:0;
    max-height:100vh;
}
iframe {
    height:100vh !important;
}

ul.users-list {
    list-style: none;
    padding:0;
}

ul.users-list li {
    width:25%;
    text-align: center;
    float:left;
}

ul.users-list li img, ul.users-list li a {
    clear: both;
    display: block;
    margin: 0 auto;
}

