@charset "UTF-8";
.loader{
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #2abcb8; /* Blue */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
}
.examinations .panel-body {
/*    height: 170px; */
    padding: 2px;
}

.examinations .row {
    margin-left: -1px;
    margin-right: -1px;
}
.examinations .col-xs-1,.examinations .col-sm-1,.examinations .col-md-1,.examinations .col-lg-1,
.examinations .col-xs-2,.examinations .col-sm-2,.examinations .col-md-2,.examinations .col-lg-2,
.examinations .col-xs-3,.examinations .col-sm-3,.examinations .col-md-3,.examinations .col-lg-3,
.examinations .col-xs-4,.examinations .col-sm-4,.examinations .col-md-4,.examinations .col-lg-4,
.examinations .col-xs-5,.examinations .col-sm-5,.examinations .col-md-5,.examinations .col-lg-5,
.examinations .col-xs-6,.examinations .col-sm-6,.examinations .col-md-6,.examinations .col-lg-6,
.examinations .col-xs-7,.examinations .col-sm-7,.examinations .col-md-7,.examinations .col-lg-7,
.examinations .col-xs-8,.examinations .col-sm-8,.examinations .col-md-8,.examinations .col-lg-8,
.examinations .col-xs-9,.examinations .col-sm-9,.examinations .col-md-9,.examinations .col-lg-9,
.examinations .col-xs-10,.examinations .col-sm-10,.examinations .col-md-10,.examinations .col-lg-10,
.examinations .col-xs-11,.examinations .col-sm-11,.examinations .col-md-11,.examinations .col-lg-11,
.examinations .col-xs-12,.examinations .col-sm-12,.examinations .col-md-12,.examinations .col-lg-12 {
	padding-left: 1px;
	padding-right: 1px;
}
.examinations .panel-heading {
    height: 55px;
    padding: 4px;
}
.examinations .panel-heading .middle{
	line-height: 1em;
}
.examination .next,
.examination .prev {
    font-size: 1.4em;
}
.input.file input {
	border: none;
	padding: 0;
}
.examinations .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.examinations .item{
	position: relative;

}
.examinations .overlay{
  transition: .3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.examinations .overImage{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.examinations .item:hover .image {
  opacity: 0.7;
}

.examinations .item:hover .overlay {
  opacity: 1;
}
.examinations .overlay.visible {
  opacity: 1;
}

#viewRequestModal .modal-content,
#viewImageModal .modal-content {
    margin: auto;
    display: block;
    margin-top: 30px;
    width: 80%;
    max-width: 1280px;
}
#viewImageModal .modal-content img{
	margin: 0 auto;
	max-height: 800px;
}
#viewImageModal .modal-content .caption {
    margin: auto;
    display: block;
    width: 98%;
    text-align: center;
    padding: 10px 0;
    height: 50px;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
#viewImageModal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#viewImageModal .close:hover,
#viewImageModal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
#viewImageModal .image{
	margin: 0 auto;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    #viewImageModal .modal-content {
        width: 100%;
    }
}

.box-header > .box-tools {
    position: relative;
    right: 0;
    top: 0;
    float: right;
}
kbd.big{
	font-size: 1.5em;
}
.breadcrumb a{
	font-size: 1.6em;
}
.panel.examination {
	margin-bottom: 10px;
}
/*
.other-images .item{
    min-height: 120px;
}

@media only screen and (max-width: 1180px){
	.other-images .item{
	    min-height: 100px;
	}
}

*/
.examinationsQuickAdd select{
	padding: 4px;
}
.patientsSearch .form-controls.dentist .form-group input{
	margin-top: 3px;
}
.patientsSearch .form-controls.dentist .form-group input,
.examinationsQuickAdd .form-controls.dentist .form-group input{
	min-width: 500px;
}

@media only screen and (max-width: 768px){
	.patientsSearch .form-controls.dentist .form-group input,
	.examinationsQuickAdd .form-controls.dentist .form-group input{
	    min-width: 320px;
	}
}
.bold {
	font-weight: bold;
}

.table-hover > tbody > tr:hover {
	background-color: #e0e0e0;
}
tbody tr:first-child,
tbody tr:nth-child(2n+3) {
	background: #F5F5F5;
}
thead tr{
	background-color: #222d32;
}
thead tr a, thead tr {
	color: #b8c7ce;
}

.panel-default > .panel-heading kbd {
	padding: 0px 4px;
	font-size: 110%;
	color: #fff;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
}
.logo-mini,
.logo-lg{
	padding: 3px;
}

.logo-mini img{
	width: auto;
	height: 30px;
	display: block;
	margin: 5px auto;
}
.logo-lg img{
	width: auto;
	height: 43px;
	display: block;
	margin: 0 auto;
}
input.datepicker {
	padding: 6px 12px;
	border-radius: 0;
}
.serverName{
	margin-left: 5px;
	margin-top: 16px;
	color: #fff;
}

.requestedExamination legend {
    margin-bottom: 0;
}
.requestedExamination div.radio {
    margin-top: 0;
}
.teeth .btn-group {
    padding: 6px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.modalless{
    top:0;
    left:auto;
    bottom:auto;
    right:0;
}

label:has(:checked) {
    font-weight: bold;
}
.btn.active.disabled {
    font-weight: bold;
}
.teeth .btn.active {
    border: 1px solid black;
}