
.inv_header > div.center{text-align: center;}
.inv_header > div > img{max-height: 75px;}
.chosen-container-multi .chosen-choices,.chosen-container-multi .chosen-choices li.search-field input[type="text"]{min-height: 25px;}
.dataTables_info,.dataTables_paginate{display: inline-block;}
.dataTables_length,.dataTables_filter{display: inline-block;}
.dataTables_paginate{float: right;}
.dataTables_filter{float: right;}
.form-horizontal .text-left{text-align: left;}
.panel .panel-heading{padding: 5px;}
.panel .panel-heading>li{margin-bottom: 0;}
.panel .wysihtml5-sandbox{border: none !important;}
.my-panel{margin-bottom:5px;border-radius: 0;}
.height_450{max-height: 450px;overflow-y: auto;}
.line-through{text-decoration: line-through !important;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{cursor: pointer;}
.modal-body .Editor-container{margin-top: 0;}
.as_table .pstatus{
  border-radius: 0.25em;
  padding: 2px;
}
.as_table .pstatus .badge{margin-bottom: 3px;}
.bg-white{background-color: #FFF !important;color: #000 !important;}
.no-borders{border: none;}

/*.tt_w span{display: block !important;}*/
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 100%;
  margin: 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
  text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}

.file_upload img{
  max-height: 50px;
  height: auto;
}
.file_upload .change{margin-left: 10px;}
.file_upload.document .prev{margin-top: 7px;}
.hide_crud_header .flexigrid .mDiv{display: none !important;}
.hide_crud_header .flexigrid div.form-div{border-top: 1px solid #ccc}
.box-body.no-padding .dataTables_length,.box-body.no-padding .dataTables_info{padding-left: 15px;}
.box-body.no-padding .dataTables_filter,.box-body.no-padding .dataTables_paginate{padding-right: 15px;}
@media(min-device-width:800px){.table-responsive{overflow-x: visible;}}

.frb-group {
	margin: 15px 0;
}

.frb ~ .frb {
	margin-top: 15px;
}

.frb input[type="radio"]:empty,
.frb input[type="checkbox"]:empty {
	display: none;
}

.frb input[type="radio"] ~ label:before,
.frb input[type="checkbox"] ~ label:before {
	font-family: FontAwesome;
	content: '\f096';
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 15px;
	font-size: 22px;
}

.frb input[type="radio"]:checked ~ label:before,
.frb input[type="checkbox"]:checked ~ label:before {
	content: '\f046';
}

.frb input[type="radio"] ~ label,
.frb input[type="checkbox"] ~ label {
	position: relative;
	cursor: pointer;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #f2f2f2;
}

.frb input[type="radio"] ~ label:focus,
.frb input[type="radio"] ~ label:hover,
.frb input[type="checkbox"] ~ label:focus,
.frb input[type="checkbox"] ~ label:hover {
	box-shadow: 0px 0px 3px #333;
}

.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
	color: #fafafa;
}

.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
	background-color: #f2f2f2;
}

.frb.frb-default input[type="radio"]:checked ~ label,
.frb.frb-default input[type="checkbox"]:checked ~ label {
	color: #333;
}

.frb.frb-primary input[type="radio"]:checked ~ label,
.frb.frb-primary input[type="checkbox"]:checked ~ label {
	background-color: #337ab7;
}

.frb.frb-success input[type="radio"]:checked ~ label,
.frb.frb-success input[type="checkbox"]:checked ~ label {
	background-color: #5cb85c;
}

.frb.frb-info input[type="radio"]:checked ~ label,
.frb.frb-info input[type="checkbox"]:checked ~ label {
	background-color: #5bc0de;
}

.frb.frb-warning input[type="radio"]:checked ~ label,
.frb.frb-warning input[type="checkbox"]:checked ~ label {
	background-color: #f0ad4e;
}

.frb.frb-danger input[type="radio"]:checked ~ label,
.frb.frb-danger input[type="checkbox"]:checked ~ label {
	background-color: #d9534f;
}

.frb input[type="radio"]:empty ~ label span,
.frb input[type="checkbox"]:empty ~ label span {
	display: inline-block;
}

.frb input[type="radio"]:empty ~ label span.frb-title,
.frb input[type="checkbox"]:empty ~ label span.frb-title {
	font-size: 16px;
	font-weight: 700;
	margin: 5px 5px 5px 50px;
}

.frb input[type="radio"]:empty ~ label span.frb-description,
.frb input[type="checkbox"]:empty ~ label span.frb-description {
	font-weight: normal;
	font-style: italic;
	color: #999;
	margin: 5px 5px 5px 50px;
}

.frb input[type="radio"]:empty:checked ~ label span.frb-description,
.frb input[type="checkbox"]:empty:checked ~ label span.frb-description {
	color: #fafafa;
}

.frb.frb-default input[type="radio"]:empty:checked ~ label span.frb-description,
.frb.frb-default input[type="checkbox"]:empty:checked ~ label span.frb-description {
	color: #999;
}

.certificate {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}
.certificate .watermark{
  position: absolute;
  width: 100%;
  margin: auto;
  top: -200px;
  opacity: 0.15;
}
.certificate .header{padding-bottom: 30px;}
.certificate .header img{max-height: 100px;}
.certificate .ref{padding-left: 60px;}
.certificate .title{
  font-family: 'Dancing Script';
  text-align: center;
  font-size: 40px;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
.certificate .body{
  text-align: center;
  margin-bottom: 30px;
}
.certificate.pdf .body{
  margin: 100px 20px;
}
.certificate .seal{
  position: absolute;
  height: 200px;
  right: 100px;
  bottom: -100px;
}
@media print{
  .certificate{
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    page-break-inside: avoid;
  }
}
@media (min-width: 1200px){
  .modal-lg{
    width: 1140px;
  }
}
.form-horizontal .editableform .control-group{
  margin-left: 0;
  margin-right: 0;
}
.marks_table td:nth-child(2){text-align: center;}
.marks_table td:nth-child(3){text-align: center;}
.marks_table td:nth-child(4){text-align: center;}
.marks_table td:nth-child(5){text-align: center;}
.marks_table td:nth-child(6){text-align: center;}
.marks_table td input{cursor: pointer;}

.paper-lookup-page .well div>*{
  padding: 0.5rem;
  margin: 0;
}
.paper-lookup-page .well div.row:not(:last-child){
  border-bottom: 1px solid #333;
}
.paper-lookup-page .row{margin: 0;}
.paper-lookup-page fieldset{margin-top: 10px;}
.paper-lookup-page fieldset legend{margin-bottom: 10px;}
.spacing-div{line-height: 1;}
