body{
    background-color: #f1f4f5;
}

/* spinner fa fa-icon */

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

 :root .fa-rotate-90,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-flip-horizontal,
 :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

.overlay {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 223;
    background-color: transparent;
}

.overlay-content {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
}

div.table {
    display: table;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
}

div.table.thead {
    display: table;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    margin-bottom: 0px;
}

form.tr,
div.tr {
    display: table-row
}

span.th {
    font-weight: bold;
}

span.td {
    /*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
    border-top: 1px solid #ccc;
}

span.th,
span.td {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
}

.ajaxSubmit {
    padding-bottom: 5px;
    height: 100%;
}

.editForm {
    height: 90%;
}

span.form-inline {
    margin: 3px;
    display: inline-block;
    border: 3px solid #68ae04;
    padding: 3px;
}


/*.form-inline input[type="checkbox"], input[type="radio"]{
margin: 5px;
}
.ajaxSubmit .form-inline .form-control {
	display: inline-block;
	width: 48%;
	vertical-align: middle;
}
.ajaxSubmit .form-group{
    vertical-align: baseline;
    overflow: auto;
}
.form-full{
    width: auto !important;
}*/

.center {
    text-align: center;
    font-size: 18px;
}

th.center {
    font-weight: bold;
    vertical-align: middle !important;
}

.receipt-body {
    background-color: #fff;
    clear: both;
}

.title {
    padding: 5px;
}

.active_item {
    background: blanchedalmond;
}

#fee_details {
    max-height: 150px;
    overflow: auto;
    background: #68ae00 none repeat scroll 0% 0%;
    color: white;
    padding: 3px;
    opacity: .8;
}

@media (min-width:768px) {
    .container {
        width: 97%;
    }
}

.table_thin td,
.table_thin>tbody>tr>td,
.table_thin>tbody>tr>th,
.table_thin>tfoot>tr>td,
.table_thin>tfoot>tr>th,
.table_thin>thead>tr>td,
.table_thin>thead>tr>th {
    padding: 5px;
    white-space: nowrap;
}

.table_full_thin td,
.table_full_thin>tbody>tr>td,
.table_full_thin>tbody>tr>th,
.table_full_thin>tfoot>tr>td,
.table_full_thin>tfoot>tr>th,
.table_full_thin>thead>tr>td,
.table_full_thin>thead>tr>th {
    padding: 2px !important;
    white-space: nowrap;
}

.table {
    margin-bottom: 0px !important;
}

.letterhead {
    border-bottom: 3px solid;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 1.3;
}

.letterhead img {
    width: 100px;
}

.letterhead-details {
    display: inline-block;
}

.right {
    float: right;
}

.page-break {
    page-break-after: always;
}

.page-break .panel {
    border: 40px solid transparent !important;
    border-image: url("../../upload/school_media/passport/logo.gif") 40 218 22 220 repeat repeat !important;
    /*url("../../upload/school_media/passport/logo.gif") 62 40 10 40 repeat repeat !important;url("../../upload/school_media/passport/logo.gif") 52 20 22 20 repeat repeat !important;*/
    border-width: 30px;
    border-style: solid;
    border-color: -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
}
/*
.ribbon-inner {
    background: #fff;
    margin: 0 auto;
    padding: 0em 0em;
    text-align: center;
    width: 100%;
}

.ribbon {
    color: #fff;
    margin: -1px 0 20px;
    position: relative;
    background: rgb(104, 174, 0)/* rgb(92, 184, 92) */
    ;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
}

.ribbon.both_ribbon h3 {
    margin: 0;
    color: #fff;
    font-weight: 400;
    background: transparent;
    padding: 0px;
}

div.both_ribbon {
    text-align: center;
    color: #000;
    padding: 10px 9px 10px 10px;
    width: 100%;
}

div.both_ribbon::before {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: -1px;
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgb(30, 124, 0);
}

div.both_ribbon::after {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    right: -1px;
    content: "";
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(30, 124, 0);
}

.ribbon-one.graph {
    margin-bottom: 2em;
}
*/
.nav-timer {
    float: right;
    margin-top: -45px;
    border-radius: 4px;
    margin-right: -12px;
}


/* #calcB{
	height: 72%;
	overflow-y: scroll;
} */

#altData {
    position: fixed;
    margin-left: 40%;
}

/*.question_container {
    padding: 4px;
    height: 35%;
    overflow-y: scroll;
}

.option_container {
    padding: 4px;
    height: 35%;
    overflow-y: scroll;
}*/
.option_container {
    margin-top: 20px;
}
.op {
    padding: 4px;
}

.question_div {
    display: none;
    border-top: 1px solid #dddddd;
    padding: 3px;
    padding-bottom: 15vh;
    max-height: 60vh;
    overflow: auto;
}

.footer_buttons {
    position: fixed;
    bottom: 0px;
    background: #ffffff;
    width: 100%;
    height: auto;
    /* 80px; */
    padding: 4px;
    border-top: 1px solid #dddddd;
}

.qbtn {
    cursor: pointer;
    width: 40px;
    border-radius: 5px;
    background-color: #212121;
    color: #ffffff;
    float: left;
    font-size: 15px;
    padding: 2px;
    text-align: center;
    margin: 5px;
}

.save_answer_signal {
    float: right;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color: #666666;
    margin: 2px;
}

#photograph {
    width: 150px;
    height: 150px;
}


/* liveclassroom */

.arrow_box {
    position: relative;
    background: #d50f29;
    border: 0px solid #f5e131;
    border-radius: 3px;
}

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(213, 15, 41, 0);
    border-bottom-color: #d50f29;
    border-width: 10px;
    margin-left: -5px;
}

.class_text_board {
    width: 100%;
    height: 500px;
    float: left;
}

.class_comment_board {
    width: 100%;
    height: 470px;
    border-radius: 10px;
    float: right;
}

#comment_box {
    width: 100%;
    height: 370px;
    overflow-y: scroll;
    padding: 5px;
    background: white;
}

.comment_send .form-control-feedback {
    pointer-events: unset !important;
}

.comment_send .form-control-feedback {
    position: absolute;
    z-index: 2;
    bottom: 60px;
    right: 15px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

#username_comment {
    color: #666666;
    font-size: 11px;
}

.comment_send {
    border-radius: 5px;
    outline: none;
}

.class_heading {
    width: 100%;
    height: 35px;
    font-size: 14px;
    color: #ffffff !important;
    padding: 5px 25px 0px;
    border-radius: 8px 8px 0px 0px;
    display: inline-block;
}

.liveclass .panel {
    background-color: transparent !important;
}

#page::after {
    content: ' ';
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0;
    left: 20px;
    border-left: 1px solid #F8D3D3;
}

#page {
    width: 0px;
    height: 400px;
    overflow-y: scroll;
    line-height: 30px;
    font-size: 14px;
    padding: 5px 25px 27px;
    position: relative;
    outline: none;
    background: white;
    background: -webkit-linear-gradient(top, #dfe8ec 0%, #ffffff 8%) 0 0px;
    background: -moz-linear-gradient(top, #dfe8ec 0%, #ffffff 8%) 0 0px;
    background: linear-gradient(center top, #dfe8ec 0%, #ffffff 8%) 0 0px;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    -ms-background-size: 100% 30px;
    background-size: 100% 30px;
}

#page_res {
    float: right;
    color: #000;
    font-size: 12px;
}

.div_exp_corr {
    background: #E0FFE0;
    display: none;
}

.div_exp_wrong {
    background: #FF9D9D;
    display: none;
}

#stat_box {
    width: 210px;
    height: 100px;
    border: 0px solid #dddddd;
    float: left;
    margin-left: 20px;
}

#stat_head {
    width: 210px;
    height: 30px;
    background: #ec5c0d;
    font-family: arial;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 4px 0px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

#stat_val {
    width: 210px;
    height: 66px;
    background: #eeeeee;
    font-family: arial;
    font-size: 40px;
    color: #212121;
    text-align: center;
    padding: 4px 0px 0px 0px;
    border-radius: 0px 0px 4px 4px;
}

.text-top-right {
    float: right;
    text-align: right;
}

.fa {
    vertical-align: middle;
}

.left {
    text-align: left;
}

.sub-heading:after {
    content: ":";
}

.revenuew {
    background-color: #F5FBFC;
    margin: 5px;
    padding: 5px;
}

.border-top {
    border-top: 10px solid #68ae04;
    display: block;
    text-transform: uppercase;
    background: white;
}


/*.sr-only{
    display:inline !important;
    position: relative;
}*/

.hidden {
    display: none !important;
}

.container {
    padding: 0px !important;
}

.page-content .panel-body {
    padding: 0px !important;
}

.breadcrumb label {
    display: inline-block !important;
}

.dataTables_filter {
    display: inline-block;
    float: right;
}

.ajaxLoad .panel-actions {
    /*position: fixed;*/
}

#editForm {
    max-height: 70vh;
    overflow: auto;
}

.sub-heading {
    padding: 5px;
}

strong {
    font-weight: bold !important;
}

.select2-container {
    width: auto !important;
}

.select2-container--default {
    z-index: inherit;
}

.select2-container--open {
    z-index: 900000 !important;
}

#edifForm .select2-container {
    z-index: 99700 !important;
}

.cordHelper {
    padding: 0.5em;
    margin-left: 20%;
    border: 3px solid #ccc;
    border-radius: 0 1em 1em 1em;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
}

.live-preview {
    width: 12em;
    height: 12em;
    padding: 0.5em;
    border: 3px solid #f90;
    border-radius: 1em;
    margin: 0 auto;
}

#preview {
    overflow: auto;
}

.form-group .select2-container {
    width: 100% !important;
}

#all-result .col-sm-1,
#all-result .col-sm-9,
#all-result .col-sm-2 {
    display: inline-block;
}

.all-result.black .table tfoot th,
.all-result.black .table thead th,
.all-result.black .table th,
.all-result.black .table td {
    color: black !important;
}

.maxh-100 {
    max-height: 100px;
    overflow-y: scroll;
}

.maxw-400,
.maxw .select2 {
    width: 400px !important;
    max-width: 400px;
    overflow-x: auto;
}

.form-inline .form-group {
    z-index: 1;
}

a.refresh_data,i.refresh_data {
    font-size: 30px;
    z-index: 9;
    right: 0;
    bottom: 100%;
    padding: 10px;
    position: absolute;
    cursor: pointer;
    background: transparent;
}

label::after {
    content: ' : ';
}

th.break-words {
    height: 80px;
}

div.break-words {
    white-space: normal;
    font-weight: bold;
    margin-top: -50px;
    /*
    position: relative;
    width: 30px; 
    height: max-content;
    transform: rotate(45deg);
    transform-origin: left bottom 0; 
    overflow-wrap: normal;
    font-size: 12px;
    font-weight: bold;
    margin-top: -50px;*/
}

.single-result-barcode {
    max-width: 100%;
}

.single-result .pt-10 {
    padding-top: 10px;
}

.avatar .dropify-wrapper{
    width: 150px;
    border-radius: 100%;
    height: 150px;
}
.avatar.dp {
    width: auto;
    margin-left: 25%;
    margin-right: 25%;
}
.panel-actions{
    display: none;
}
.img-circle{
    height: auto;
    border-radius: 100%;
}
.dropify-wrapper input {
    width: 100% !important;
}


td .fa {
    font-size: 18px;
}
.tooltip.fade.show.bs-tooltip-bottom{
    display: none;
}




.glow {
  color: #fff !important;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 30px #e60073, 0 0 4px #e60073, 0 0 5px #e60073, 0 0 6px #e60073, 0 0 7px #e60073;
  }
  to {
    text-shadow: 0 0 2px #fff, 0 0 3px #ff4d4d, 0 0 4px #ff4d4d, 0 0 50px #ff4d4d, 0 0 60px #ff4da6, 0 0 44px #ff4da6, 0 0 8px #ff4da6;
  }
}


.result_logo,.result_student_logo{
    max-width: 100px;
    max-height: 100px;
}

.fit{
    min-height: 100%;
}
.bordered{
    border: 1px solid black;
}
.card,.shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.ajaxProcessing{
    padding: 12px;
    position: fixed;
    z-index: 10000000000;
    width: 100vw;
    height: 100vh;
    border-radius: 5px;
    /* height: auto; */
    /* left: 0; */
    top: 0;
    background: transparent;
}
.ajaxProcessing center{
    height: inherit;
}
.ajaxProcessing img{
    width: 80px;
    border-radius: 500px;
    margin-top: 40vh;
}



.chainedNavLoading {
    background: url(../images/spinner.gif) no-repeat center right !important;
    background-size: 20% !important;
}
