@charset "UTF-8";
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;    
}
/*label{
    font-size:13px;
}*/
.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;
}
.m-t-md-input{
    margin-top: 24px;
}
.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;
}
.master:before{
    content: "\f1de" !important;
    font-family: FontAwesome;
}
.master b{
    background: #31b0d5;
}
.settings:before{
    content: "\f0ad" !important;
    font-family: FontAwesome;
}
.settings b{
    background: #a59413;
}
.users:before{
    content: "\f2be" !important;
    font-family: FontAwesome;
}
.users b{
    background: #A769CC;
}
.privileges:before{
    content: "\f200" !important;
    font-family: FontAwesome;
}
.privileges b{
    background: #4CAF50;
}
.bookings:before{
    content: "\f145" !important;
    font-family: FontAwesome;
}
.bookings b{
    background: #316ac5;
}
.statistics:before{
    content: "\f080" !important;
    font-family: FontAwesome;
}
.statistics 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;
}
.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: 9px !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;
}
.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
    }
}
#Ejsk12 a{
    margin-right: 11px;
    margin-left: 7px;
    color: #FFEB3B;
    font-size: 13px;
}
@media (max-width: 767px){
    .navbar-brand{
        font-size: 18px !important;
        font-weight: 400;
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}
.syshead{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 35px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
    color: #FFF
}
.lsecs{
    display: table;
}
.lsecs div{
    display: table-cell;
    vertical-align: middle;
}
.infocountsr{
    font-size: 36px;
    color: #FFF;
    font-weight: 300;
    font-family: 'Roboto';
    display: block;
}
.righBs{
    display: table;
}

#resPonsfeed{
    margin: 0 auto;
}
#bookDetails small{
    font-size: 18px;
    display: block
}
.countBtn{
    font-size: 80px;
}
.msgRsps span{
    font-size: 40px;
    font-weight: 300;
    padding: 10px 0px 20px 0px;
}
.bkdtls tr td{
    text-align: left;
    font-size: 16px;
    font-weight: 300
}
.bkdtls tr td:last-child{
    text-align: right
}
.infinite_rotor_div {
    -webkit-animation: infiniteRotate 2s linear infinite;
    animation: infiniteRotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.rtrBox {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spinRtr 1.5s ease-in-out infinite;
    animation: spinRtr 1.5s ease-in-out infinite;
    stroke-linecap: round
}
@-webkit-keyframes infiniteRotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes infiniteRotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@-webkit-keyframes spinRtr {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}
@keyframes spinRtr {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}
.header a img{display: block; padding: 5px 0;}
.bg-light {position: relative}
.bg-light:after {position: absolute;content: '';width: 100%;height: 1px;background: #d6d6d6;left: 0;}
.scrollable {margin-bottom: 50px;}
.footerLink{margin: 0;padding: 0; margin-top: 15px;}
.footerLink a{color: #000; font-size: 12px;}

.list-group-item, p {
    font-size: 12px;
    line-height: 17px;
    padding: 20px;
}
.text-muted {
    font-size: 12px;
    line-height: 17px;
}
