body#body-platform {
	overflow-y: scroll;
}
th {
	font-weight: 600;
}
.main-header {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.main-sidebar {
	top: 60px !important;
}
.fa-bars::before {
	content: "\f0c9";
}
.fa-file-alt::before {
	content: "\f15c";
}

.main-header .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}
.img-platform-logo {
	max-height: 45px;
	max-width: 200px;
	margin: 0;
}
#QuestionList .card-body > .row:not(:last-child) {
	border-bottom: 1px solid #f0f0f0; 
}
#QuestionList .card-body > .row {
	line-height: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (max-width: 767px) {
	#QuestionList .card-body > .row {
		line-height: 22px;
	}
}

.btn .material-icons {
	vertical-align: top;
	margin-left: 4px;
	margin-right: 4px;
}
.invoice-col address {
	line-height: 1.3;
}
/******************************************************/
/*********** Assessment *************/
.small-box.bg-purple .mdl-button--raised {
	box-shadow: none;
}
/* --------- Assessment Form ---------*/
.blue-border {
	border: 1px solid #cde6ff;
}
h4.custom-title	 {
	font-size: 20px;
	color: #515151;
	font-weight: 400 !important;
	font-family: Open Sans;
}
#ExamForm label:not(.error) {
	font-size: 16px;
	color: #636363;
}
#ExamForm label.mdl-switch__label {
	font-size: 14px;
}

#ExamForm .input-group {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.question-group {
	font-weight: 500;	
}
.question-title {
	color: var(--indigo);
	font-weight: 500;	
	
}
@media (max-width: 576px) {
	.question-Thumb {
		text-align: center;
	}
	.card-repeater > div {
		font-size: 15px;
	}
	.question-Thumb img {
		margin-left: auto;
		margin-right: auto;
		max-height: 250px;
	}

	#SaveQuestion_Submit {
		
		
		
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
}
/*** exam done ***/

#AssessmentList.done {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	min-height: 300px;
}
#AssessmentList.done .spinn{
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	min-height: 300px;
}
.large-print-btn {
	line-height: 37px;
}
.large-print-btn i { 
	vertical-align: middle !important;
	padding-left: 10px;
	padding-right: 10px;
}
.text-note {
	font-size: 15px;
	color: #636363;
}
@media (max-width: 576px) {
	#ExamForm label:not(.error) {
		font-size: 15px;
	}
	.text-note {
		font-size: 14px;
	}
	.label-font-sm {
		font-size: 12px !important;
		letter-spacing: -0.5px !important;
	}
	#ExamForm label.mdl-switch__label {
		font-size: 14px;
	}
}
/**** Child Assessment form for paitent *****/
/***************** Assessment Report ***************/
.report-logo {
	max-height: 100px;
	padding-right: 20px;
	padding-left: 20px;
}
.fa-circle::before {
    content: "\f111";
}
.block-01 {
	border: 1pt dashed #212529;	
}
.circle-head::before {
	font-family: 'Font Awesome 5 Solid';
	font-weight: 900;
	font-style: normal;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    vertical-align: top;
     padding-top: 5px;
     font-size: 6pt;
     
     display: inline-block;
     line-height: 1.6;
}
.check-list {
	padding: 0;
}
.check-list li {
	list-style: none;
}
.check-list li::before {
	font-family: 'Font Awesome 5 Solid';
	font-weight: 900;
	font-style: normal;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    vertical-align: top;
    padding-top: 1pt;
    font-size: 10pt;
    display: inline-block;
}
.check-list.left li::before {
	padding-right: 10px;
}
.check-list.right li::before {
	padding-left: 10px;
}
.circle-list {
	padding: 0;
}
.circle-list li {
	list-style: none;
}
.circle-list li::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	font-style: normal;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;

    content: "\f111";
    vertical-align: top;
    padding-top: 1pt;
    font-size: 6pt;
}
.print-fixed-bottom-right {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.print-fixed-bottom-left {
	position: fixed;
	bottom: 30px;
	left: 30px;
}
@media (pointer:none), (pointer:coarse) {

	.print-fixed-bottom-left, .print-fixed-bottom-right  {

	  padding: 1em;
	  font-size: 2em;
	  line-height: 2em;
	}
	.print-fixed-bottom-left i, .print-fixed-bottom-right i {
		line-height: 1.2em;
		font-size: 1.6em !important;
	}
}.dropzone-block
{
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    padding-bottom:5px;
    position: relative;
    
}
.dropzone-block.dz-dragenter  {
    border-style: solid;
}
.my-preview {
    position:relative;
    height:120px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.dz-preview {
    width:140px;
    height:120px;
    display:inline-block;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
    margin-left: 10px;
}





.dropzone-notes {

    font-size: 80%;
    line-height: 1.3;
    padding-right: 8.5px;
    padding-left: 8.5px;

}
@media (min-width: 768px) and (max-width: 991px) {
    .dropzone-notes {
        font-size: 68% !important;
    }
}

/*#FarFarAwayTest .img-block {
    width:120px;
    height:120px;
    display:inline-block;
    border-radius:4px;
    
}*/
/***** preview Template css **********/
.dz-preview .dz-image {
    width:140px;
    height:120px;
    overflow: hidden !important;
    border-radius: 10px;
}
.dz-preview .img-block {
    width:140px;
    height:120px;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
    
}
.dz-preview:hover .img-block {
    filter: blur(2px);
    transform: scale(1.05, 1.05);
}
.dz-preview .dz-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;

}

/*** VIP ***/
.control-btn-size {
    position: relative; /* remove to enable drag and drop */
    display: block;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    width: 111px;
    /*height: 27px;*/
}
.add-pic-btn {
    white-space: nowrap;
    left: 0;
}
/*********************/
.control-btn-size label.error {
    font-size: 12px;
    display: block;
}
.dropzone-block .file-upload
{
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    transform: scale(1.4);
}
.dz-preview .dz-remove
{
    position:absolute;
    top:-5px;
    left:-5px;
    z-index:70;
    background-color:red;
    width:20px;
    height:20px;
    font-size:0;
    border-radius:50%;
    opacity:0.8;
    line-height:20px;
    color: white;
    opacity: 0.7;
    cursor: pointer;
    
}
.dz-preview .dz-remove:hover {
    text-decoration:none;
    opacity: 0.9;
}
.dz-preview .dz-remove i {
    line-height:20px;
}
.dz-preview .dz-remove i::before {
    font-size: 10px !important;
    color: #fff !important;
}

.fa-remove::before {
  content: "\f00d";
}
.dz-preview .dz-details .data-dz-size, .dz-preview .dz-details .data-dz-name {

    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    text-align: center;
    padding: 0 5px 0 5px;
    margin: 25px 10px 0 10px;
    display: inline-block;
    direction: ltr;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 400;
    transition: 0.2s ease-in-out;
    opacity: 0;

}
.dz-preview:hover .dz-details .data-dz-size, .dz-preview:hover .dz-details .data-dz-name {
    opacity: 1;
}
.dz-preview:hover .dz-details .data-dz-size:hover, .dz-preview:hover .dz-details .data-dz-name:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
/************************************/
.lock-bg { 
    
    z-index: 1050;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
 }
.pop-message {

    position: absolute;
    display: block;
    overflow: hidden;

    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto; 
    margin-right: auto; 

    width: 500px;

    z-index: 1060;
    max-width: 600px;
    padding: 1px;
    line-height: 1.42857143;
    text-align: start;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
} 

.pop-message .pop-title {
    padding: 2px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #d9534f;
    line-height: 28px;
}
.pop-message .pop-title i {
    
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;

}
.pop-message .pop-title i:before {
    color: #d9534f;
    font-size: 20px;
    line-height: 28px;
}
.fa-times-circle-o:before {
  content: "\f057";
}
.pop-message .pop-content {
    padding: 9px 14px;
    font-size: 90%;

}
.pop-message .pop-content strong{

    font-size: 95%;
}
.pop-message .pop-content strong span{
    padding-left: 3px;
}
.pop-message  .btn-close {
    
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    background-color: #d9534f;
    touch-action: manipulation;
    display: inline-block;
    float: left;
    font-weight: 600;
    border: 1px solid #d43f3a;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 10px;
    width: 100px;
}
.btn-close:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
@-webkit-keyframes messageIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes messageIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.messageIn {
  -webkit-animation-name: messageIn;
  animation-name: messageIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/************ Custom theme **********************/

/*
.dropzone .dropzone-block .add-pic-btn {
    
    display:none;
}
.dropzone.dz-started .dropzone-block .add-pic-btn
{
    display:block;
}
*/
/* to do */
.dropzone.dz-max-files-reached .add-pic-btn {     
    opacity:0;
    visibility:hidden;
}





    .invoice-col address {
        font-size: 13px;
    }

    .large-print-btn span.EN {
        display: none !important;
    }




.circle-head::before, .circle-list li::before {
    padding-Left: 10px; 
}
