@charset "UTF-8"; 
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: 'Radio Canada Big', sans-serif;
    font-size: 1.25em
}
.control-label {
    font-weight: 600
}
.btn{
    transition: all 300ms ease-out;
}
.btn * {
    transition: all 300ms ease-out;
}

.btn:active, .btn:hover {
    transition: all 300ms ease-out;
}

.alert {
    font-size: 100% !important;
}

tr.trCheck > td {
    background-color: #fff592 !important;
}

.label-top-margin {
    margin-top: 19px;
}

.loaddiv {
    padding: 10px;
    background: #EEE;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.contentBox {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding: 2px;
}

.loading {
    -webkit-animation: rotateSpinner 2.2s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

.loading:after {
    content: '\f013';
    font-family: FontAwesome;
    font-size: 16px;
}

.noresize {
    resize: none;
}

.vresize {
    resize: vertical;
}

.hresize {
    resize: horizontal;
}

@-webkit-keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotateSpinner {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes swapSpinner {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg)
    }
}

@-moz-keyframes swapSpinner {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(180deg)
    }
}

@-webkit-keyframes dancing-dots-jump {
    0% {
        top: 0;
    }

    55% {
        top: 0;
    }

    60% {
        top: -10px;
    }

    80% {
        top: 3px;
    }

    90% {
        top: -2px;
    }

    95% {
        top: 1px;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes dancing-dots-jump {
    0% {
        top: 0;
    }

    55% {
        top: 0;
    }

    60% {
        top: -10px;
    }

    80% {
        top: 3px;
    }

    90% {
        top: -2px;
    }

    95% {
        top: 1px;
    }

    100% {
        top: 0;
    }
}

span.jumping-dots > span {
    -webkit-animation: dancing-dots-jump 1800ms infinite;
    padding: 1px;
    position: relative;
}

span.jumping-dots > span:nth-child(2) {
    -webkit-animation-delay: 100ms;
}

span.jumping-dots > span:nth-child(3) {
    -webkit-animation-delay: 300ms;
}

.ui-autocomplete-loading {
    background: white url("../../scripts/images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.ui-autocomplete {
    z-index: 99999;
    max-height: 200px;
    overflow: auto;
    box-sizing: border-box;
}

.dashboard:before {
    content: "\f0e4" !important;
    font-family: FontAwesome;
}

.dashboard b {
    background: #3ac378;
}

.catalog:before {
    content: "\f1b3" !important;
    font-family: FontAwesome;
}

.catalog b {
    background: #D43939;
}

.diagnostics:before {
    content: "\f0c3" !important;
    font-family: FontAwesome;
}

.diagnostics b {
    background: #A83939;
}

.dockets:before {
    content: "\f02d" !important;
    font-family: FontAwesome;
}

.dockets b {
    background: #A83939;
}

.marks_entry:before {
    content: "\f6a3" !important;
    font-family: FontAwesome;
}

.marks_entry b {
    background: #D43939;
}

.sales:before {
    content: "\f07a" !important;
    font-family: FontAwesome;
}

.sales b {
    background: #8549e2;
}

.reports:before {
    content: "\f201" !important;
    font-family: FontAwesome;
}

.reports b {
    background: #561414;
}

.master:before {
    content: "\f1de" !important;
    font-family: FontAwesome;
}

.master b {
    background: #31b0d5;
}

.customer:before {
    content: "\f0c0" !important;
    font-family: FontAwesome;
}

.customer b {
    background: #FF9800;
}

.contact:before {
    content: "\f2a0" !important;
    font-family: FontAwesome;
}

.contact b {
    background: #F44336;
}

.settings:before {
    content: "\f0ad" !important;
    font-family: FontAwesome;
}

.settings b {
    background: #a59413;
}

.users:before {
    content: "\f007" !important;
    font-family: FontAwesome;
}

.users b {
    background: #A769CC;
}

.privileges:before {
    content: "\f200" !important;
    font-family: FontAwesome;
}

.privileges b {
    background: #4CAF50;
}

.alerts:before {
    content: "\f0a2" !important;
    font-family: FontAwesome;
}

.alerts b {
    background: #316ac5;
}

.students b {
    background: #316ac5;
}

.students:before {
    content: "\f19d" !important;
    font-family: FontAwesome;
}

.salary:before {
    content: "\f0d6" !important;
    font-family: FontAwesome;
}

.salary b {
    background: #d49400;
}

.rating-input span {
    font-size: 20px;
    color: #D43939;
}

.big-icon {
    font-size: 18px !important;
    display: block !important;
    text-align: center !important;
}

.big {
    font-size: 16px !important;
}

.modBtn {
    display: block;
    text-align: center;
    width: 20px;
    height: 20px;
    color: #FFF;
    margin: 0 auto;
    border-radius: 3px;
    background: #A05454;
    font-size: 10px;
    line-height: 20px;
}

.modBtn:hover i {
    -webkit-animation: rotateSpinner 0.2s linear;
    color: #FFF;
}

.modBtn:active i, .modBtn:focus i {
    color: #FFF;
}

.active-record {
    color: #239647 !important;
    font-size: 18px !important;
    display: block !important;
    text-align: center !important;
}

.deactive-record {
    color: #A6A7A5 !important;
    font-size: 18px !important;
    display: block !important;
    text-align: center !important;
}

.adminpage {
    text-align: right;
    float: right;
}

.adminpage ul {
    margin: 2px 0;
}

.tab-sort {
    float: right;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 8px;
    height: 14px;
    margin-top: 2px;
}

.tab-sort a {
    position: absolute;
    height: 6px;
}

.tab-sort a:first-child {
    top: 0
}

.tab-sort a:last-child {
    bottom: 0;
}

.acrodiantr {
    display: none;
}

.hidetr {
    display: none !important;
}

.showtr {
    display: table-row !important;
}

.compulsury {
    font-size: 12px !important;
    line-height: 12px;
    color: #ff6565;
}

.tooltip_icon {
    padding: 0px 8px;
    cursor: pointer;
    color: #3A9231;
}

.tooltip_icon:hover {
    color: #B98219;
}

.red {
    color: red
}

#msgbox {
    font: 500 14px Tahoma, sans-serif;
    clear: both;
}

.ui-datepicker-month, .ui-datepicker-year {
    color: #333;
}

.ui-datepicker-title > span {
    color: #FFF;
}

.datepicker_box {
    pointer-events: none;
}

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

div.ui-datepicker {
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 400 !important
}

.no-margin-t-b {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

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

#loadcontent {
    min-height: 350px;
}

#curentmenu a span {
    font-weight: 700 !important;
    color: #ffe682;
}

@media print {
    body {
        overflow: auto !important;
        height: auto !important;
    }

    .hidden-print, #search_form, button, .btn {
        display: none !important;
    }

    .table-responsive {
        width: 100%;
    }

    .table-responsive table tr td {
        white-space: normal;
    }

    .table-responsive table tr th {
        white-space: normal;
    }

    input, select {
        padding: 0 !important;
        border: 0 !important;
        height: auto !important
    }
}

.table thead tr td, .table thead tr th{
    background-color: #ffff99 !important;
    font-weight: 700
}

.btn-group input[type="radio"] {
    display: none
}

.btn-group .active:before {
    content: '\f00c';
    font-family: FontAwesome;
}

#captcha {
    width: 0px;
    height: 0px;
    padding: 0px;
}

.fixed_head_tab thead tr {
    position: sticky;
    top: 0;
}

.input-xs, .form-horizontal .form-group-xs .form-control {
    height: 20px;
    padding: 1px 6px;
    font-size: 12px;
    line-height: 0.5;
    border-radius: 0;
}
.pps td, .pps strong{background-color: #ff7b4c !important}
.result_back td, .result_back strong{background-color: #36b7ff !important}