.bg-f5f5f5{
	background: #f5f5f5 !important;
}

.bg-f9f9f9{
	background: #f9f9f9 !important;
}

.font-14{
	font-size: 0.875rem;
}
.font-22{
  font-size: 1.2rem;
}

.font-24{
  font-size: 1.5rem !important;
}
.font-32{
  font-size: 2rem !important;
}

.hidden{
	display: none;
}

.bg-f5f5f5{
	background: #f5f5f5 !important;
}

.bg-f9f9f9{
	background: #f9f9f9 !important;
}

.ul_large_list li{
	line-height: 1.8;
}

.custom_accordion.accordion > .card > .card-header{
	padding:0;
}

.custom_accordion .accordion_header{
	font-weight: bold;
	padding: 10px 16px;
	font-size: 1.2rem;
	margin:0;
}

.no-decoration{
	text-decoration: none !important;
}

a.normal_text_link{
	color: inherit;
}
a.normal_text_link:hover{
	color:#007bff;
}



.custom_header{
	font-size: 28px;
	font-weight: 600;
}

#full_page_loader{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,0.5);
  z-index:10000;
}
#full_page_loader .spinner{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#fff;
}
.bold-600{
	font-weight: 600 !important;
}


.btn-primary {
    color: #fff;
    background-color: #542680;
    border-color: #542680;
}
.badge-light {
    color: #212529;
    background-color: #ecf6ff;
    border: 1px solid #aad7ff;
}

.overflow_x_scroll{
  overflow-x: auto;
}

.btn-primary:focus, 
.btn-primary.focus,
.btn-primary:hover, 
.btn-check:active+.btn-primary, 
.btn-check:checked+.btn-primary, 
.btn-primary.active, .btn-primary:active, 
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle{
 	 color: #fff;
    background-color: #615fce;
    border-color: #615fce;

 }

 .btn-primary:not(:disabled):not(.disabled):active:focus, 
 .btn-primary:not(:disabled):not(.disabled).active:focus, 
 .show > .btn-primary.dropdown-toggle:focus{
    box-shadow: 0 0 0 0.2rem rgb(237 225 255);
 }

.help-text{
  color:red;
  font-size: 14px;  
}


 /**/
.form_style_1 label{
	font-weight: 600;
}




/* CropIT Starts */

.preview_div{
	padding: 16px 10px;
    background: #fbfbfb;
    border-radius: 5px;
    border: 1px solid #eee;
}
.cropit-image-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 0px solid #ccc;
  border-radius: 3px;
  margin-top: 7px;
/*  width: 250px;
  height: 250px;*/
  cursor: move;
}

.cropit-image-background {
  opacity: .2;
  cursor: auto;
  max-width: inherit !important;
}

.image-size-label {
  margin-top: 10px;
}

.cropit-slider-wrapper {
  margin-top: 10px ;
  text-align: center;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  transition: opacity 0.25s;
  display: inline-block;
  max-width:350px;
  background: rgba(0, 0, 0, .5);
  border-radius: 25px;
  padding: 4px 25px;
  color:#ddd;
  position: relative;
}
.cropit-preview.cropit-image-loaded{
	margin: 0 auto !important;
}
.cropit-slider-wrapper * {
    vertical-align: middle;
}

.cropit-slider-wrapper .cropit-image-zoom-input {
    width: 130px;
    margin: 0 5px;
    position: relative;
}
.cropit-slider-wrapper .cropit-image-zoom-input.custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2px;
    background: #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    display: inline;
}
.cropit-slider-wrapper .cropit-btn:hover{
	color:#fff;
	cursor: pointer;
}

/* Translucent background image */
.cropit-preview-background {
  opacity: .2;
}

.cropit-image-preview-container{
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
  text-align: center;
  background:rgba(0,0,0,0.7);
}



.cropit-slider-wrapper .cropit-image-zoom-input.custom::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2px;
    background: #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.cropit-slider-wrapper .cropit-image-zoom-input.custom::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #fbfbfb;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
    cursor: pointer;
}

 .cropit-slider-wrapper .cropit-image-zoom-input.custom::-webkit-slider-thumb:active {
    background: #fbfbfb;
}


 .cropit-slider-wrapper .cropit-image-zoom-input.custom::-moz-range-thumb:active {
    background: #fbfbfb;
}

/* CropIT Ends  */



/* File Upload */
.input_image_preview_container{
	margin-left: -10px;
	margin-right: -10px;
}
.input_image_preview_container img{
	margin: 10px;
	border: 1px solid #ddd;

}
.input_image_preview_container img:first-child{
}
/* File Upload ENDS */



/* AJAX FILE UPLOAD */
.file_uploaded_div{
  background-color: #fff;
  border: 1px solid #dcdcdc;
  font-weight: bold;  
  overflow-y: hidden;
  padding: 4px 4px 4px 8px;
  margin-bottom:5px;
}
.inline-thin-progressbar{
  height: 10px;
  width: 125px;
  margin-bottom: 0px;
  display: inline-block;
  box-shadow: none;
  border: 1px solid #bbb;
  background: #fff;

}
.inline-thin-progressbar .progress-bar{
  font-size: 10px;
  line-height: 8px;
}
.file_uploaded_div .delete{
  cursor: pointer;
  color:#666;
}
.file_uploaded_div .delete:hover{
  color:#222;
}

.file_uploaded_div_image{
	margin-bottom: 15px;
	margin-right: 15px;
	position: relative;
	display: inline-block;
	padding:0px !important;
}

.file_uploaded_div_image img{
	min-height:230px;
	height: 230px;
	min-width: 50px;
	background: #eee;
}

.file_uploaded_div_image .inline-thin-progressbar{
	position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  right: 0;
  display: inline-flex;
  /*transform: translate(5%);*/
  box-shadow: 0px 0px 24px -2px #212529;

}

.file_uploaded_div_image .delete{
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 0px 6px;
  background-color: rgba(0,0,0,0.5);
  margin: 0 !important;
  color: #fff;
}
.file_uploaded_div_image .delete:hover{
	color:#eee;
	background-color: rgba(0,0,0,0.9);
}

/* AJAX FILE UPLOAD ENDS */
.list-group.ecg_data_list{

}
.list-group-item.active{
  color: #fff;
  background-color: #28a745;
  border-color: #c1c1c1;
}

.ecg_data_list .list-group-item{
  padding: 0.2rem 0.6rem;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dc3545;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #28a745;
}

input:focus + .slider {
  box-shadow: 0 0 1px #28a745;
}

input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 26px;
}

.slider.round:before {
  border-radius: 50%;
}