/* custom form for report */
.special-form {
	/* margin-bottom: -5px !important; */
}

.report-modal {
	/* width: 800px !important; */
}

.no-border-table > thead > tr > th, 
.no-border-table > tbody > tr > th, 
.no-border-table > tfoot > tr > th, 
.no-border-table > thead > tr > td, 
.no-border-table > tbody > tr > td, 
.no-border-table > tfoot > tr > td {
    padding: 0 15px;
}

#modal-ecg-report textarea {
	resize: none;
}

/* Align elemen in ul to bottom of container*/
.bottom-li {
	position:absolute !important;
	bottom:0;
}


html,
body {
  /* height: 100%; */
  /* The html and body elements cannot have any padding or margin. */
}

.freeTextArea {
	width: 100% !important;
}

.my_panel_footer {
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	/*float: right;*/
}

#s2id_country {
	display: inline !important;
}

.clickableRow {
	cursor: pointer;
}

.img_ecg_layout {
	left: 0;
	position:relative;
}

.background_ecg_layout {
	background-position:center;
	background-repeat:repeat;
}

.modal-select{
	width: 100% !important;	
}

.ecg-rel-scan {
	position: relative;
}

.panel-color {
	background: #e5e5e5 !important;
}

.spinner_2 {
	top: 50% !important;
	z-index: 3;
}


.list-no-margin {
	margin-bottom:0;
	background-color:#b6c2c9;
	color:#fff;
	font-size: 14px;
	/* border: 1px solid #b6c2c9;
	border-top-left-radius: 0px;*/
	border-top-right-radius: 3px;
	/*border-bottom-left-radius: 0px;*/
	border-bottom-right-radius: 3px; 
}

.list-no-margin > li {
    padding-right: 0;
    padding-left: 0;
	width: 100px;
}

.dropdown-menu-little {
	min-width: 98px;
}

.form-error {
	min-height: 35px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
	width: 100% !important;
}

.form-group.required label:after {
  content:"*";
  color:red;
}

.select2-container .select2-selection--single {
	height: 34px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	line-height: 34px !important;
}

/* fix for SweetAlert2 with Bootstrap 3
   https://github.com/sweetalert2/sweetalert2/issues/834 */
.swal2-popup {
    font-size: 1.6rem !important;
}
