/* BUTTONS */
div.action-row {
	padding: 0 0 15px 0;
}

.btn[disabled] {
	pointer-events: auto;
}

button.btn-basic {
    margin-left: 20px;
}

/* BODY */
body {
	background-color: #235577 !important;
}


body.login h1, body.login h2 {
	color: white;
}

.login-info{
	margin-top: 85px;
}

.login-info h1, .login-info h2{
	color: white
}

main.column {
	position: relative;
}

@media only screen and (min-width: 992px) {
	main, .main {
    	min-height: 90vh !important;
    	padding: 25px 25px 55px 25px !important;
    }
}

/* LOGIN */
#loginForm .btn[disabled] {
	opacity: 0.3;
	background-color: #235577;
	pointer-events: auto;
}
body.login {
	background-color: #427095 !important;
}
body.login footer {
	color: white;
	font-size: 0.9em;
	text-align: center;
    bottom: 0;
    padding-top: 1px;	
}
body.login footer hr {
	border-top: 1px solid #eeeeee;
}

/* HEADER */
/* Added title in header */ 
header .profile .dropdown-menu span {
	display: inline;
}
header h2.header-title {
    text-align: left;
	margin: 6px auto 0 0;
	color: #b0c715;
}

/* ASIDE */
/* Get smallest aside menu and bigger letter */
aside {
	max-width: 250px;
	font-size: 17px;
}
@media only screen and (min-width: 992px) {
	header .brand {
		min-width: 250px;
    	max-width: 250px;
	}
}

/* FORM */
.box .form-group {
	padding-bottom: 2px;
}
.form-control {
	height: 31px;
}
/* Added border in inputs */
.box .form-control, .box .btn {
	border: 1px solid #bbb;
    margin: 0 0 6px 0;
}

/* Border for some inputs */
label.border-left {
	padding-bottom: 4px;
    border-left: 1px solid black;
}

.form-horizontal div.form-value-constant {
	margin-top: 2px;
	font-style: italic;
}
.form-horizontal div.form-value-constant {
	margin-top: 2px;
	font-style: italic;
}
.form-horizontal .form-group-header {
	border-bottom-width: 2px;
}

.radio-active {
    position: absolute;
    top: 6px;
    left: -2px;
}

/* CALIPER */
.caliper-size {
	justify-content: center; 
	margin: 15px auto auto 0px;
	padding-left: 10px;
}

/* ASSETS */
.asset {
	float: right;
	margin: 0px auto auto 5px;
	padding-left: 10px;
}

.assets-content{

}

.assets-separator {
	float: right;
	margin: 15px auto auto 20px;
}

.asset-audio {
	display: table;
	height: 45px;
}
.asset-audio .asset-audio-wrapper {
	text-align: center;
    display: table-cell; 
    vertical-align: middle;
    border: 3px solid #83AFDC;
    border-radius: 8px;
}

.asset-image img {
	height: 45px;
	border: 1px solid black;
}

.size-38x38, .wh38 {
    width: 38px;
    height: 38px;
}

/* TABLE */
/* Table body */
section.table-responsive {
	margin: 0 0 20px 0;
	overflow: visible;
}
table.table {
    margin: 0 0;
}
table.table thead > tr > th {
    padding: 6px 6px;
}
table.table > tbody > tr > td {
	padding: 0px;
}
table.table .circle {
	width: 15px;
	height: 15px;
}
table.table tr.high-priority .circle {
	background-color: #d9534f;
}
table.table tr.medium-priority .circle {
	background-color: #5cb85c;
}
table.table tr.low-priority .circle {
	background-color: #5cb85c;
}

table.table td.actions span.glyphicon {
	margin-top: 1px;
    margin-left: 5px;
}	

/* Labels for status that take all width */
.label-block {
	display: block;
	padding: 6px;
	font-size: 85%;
}

/* Labels for status that are alligned in height */
.label-height {
	margin-bottom: 2px;
}

/* Icons actions */
.box .action-buttons {
    margin-top: 25px;
}
div.icon-action-circular {
	margin-bottom: 3px;
}
.icon-action-circular span.glyphicon {
    width: 25px;
    height: 25px;
    background-color: #9b9d9e;
    border-radius: 100%;
    margin-left: 5px;
}

.icon-action-circular span.glyphicon:before {
    position: absolute;
    top: 6px;
    left: 6px;
    color: #FFFFFF;
}
.icon-action-circular span.glyphicon.glyphicon-file:before {
	left: 7px;
}
.icon-action-circular span.glyphicon.glyphicon-plus:before {
	left: 7px;
}
.icon-action-circular span.glyphicon.glyphicon-minus:before {
	top: 5px;
}
.icon-action-circular span.glyphicon:hover {
    background-color: #427095;
}

.icon-action-circular span.glyphicon.glyphicon-remove:hover {
    background-color: #ff4d4d;
}

.icon-action-circular span.glyphicon.glyphicon-ok:hover {
    background-color: #5cd65c;
}


.icon-action-circular.no-link {
	margin-bottom: 3px;
}
.icon-action-circular.no-link span.glyphicon {
	background-color: white;
}
.icon-action-circular.no-link span.glyphicon:hover {
	background-color: white;
    cursor: auto;
}

.icon-action span {
    width: 0; /* 32px */
    height: 32px;
}
.icon-action span:before {
    position: absolute;
    top: 9px;
    left: 10px; /* 29px */
    color: #58585a;
}
.icon-action span:hover:before {
    color: #427095;
}
	
/* Pagination */
.pagination {
	float: left;
	/* margin: auto 1.5em; display: inline; */
}
.pagination span {
	cursor: pointer;
}
#plot-pagination .pagination {
	margin: 15px 0 0 0;
}

.plot-warning-message {
    margin: 15px 0 0 0;
    color: #ff0600;
    font-weight: normal;
    font-style: italic;
}

/* PROFILE */
.profileCursor {
	cursor: pointer;
}

/* BOX */
.box {
	padding: 15px;
	margin-bottom: 20px;
}
.box .submit-row .form-group {
	border: 0;
	margin: 0;
    padding: 0;
}

/* ECG PLOT */
#ecg-plot-container {
	overflow-x: none;
}

.no-padding{
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.remove-margin{
	margin: 0 0 -10px 0 !important;
}

/* ECG form AQRS style*/
label.aqrs-style-1 {
	font-size: 14px;
}

label.aqrs-style-2{
	font-size: 16px;
}

@media (max-width: 1455px){
	label.aqrs-style-1{
		font-size: 12px;
	}
	
	label.aqrs-style-2{
		font-size: 12px;
	}
}

@media (max-width: 1355px){
	label.aqrs-style-1{
		font-size: 10px;
	}
	
	label.aqrs-style-2{
		font-size: 10px;
	}
}

/* */

img.plot-image-container {
	max-height: 100%;
    width: 100%;
    border: 0px;
}

/* FOOTER */
footer {
	font-size: 0.9em;
	text-align: center;
    bottom: 0;
    padding-top: 1px;
}
footer hr {
	border-top: 1px solid #222222;
}

/* ERROR BOX */
#error-box {
	margin-top: 200px;
	margin-top: 26vh;
}
#error-box h2 {
	text-align: center;
	font-size: 60px;
}
#error-box h2 em.code {
	color: red;
}
#error-box p {
	text-align: center;
	font-size: 25px;
}
#error-box .message {
	color: grey
}

/*Personalized Device icon for Menu*/
.custom-icon-device{
	background-image: url("../images/device_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    max-width:100%;
	max-height:100%;
	padding-right: 10px;
	padding-left: 8px;
	margin-right: 10px;
}

li:hover a .custom-icon-device { 
    background-image: url("../images/device_icon_selected.png");
}

li.active:hover a .custom-icon-device { 
    background-image: url("../images/device_icon_active_selected.png");
}

li.active a .custom-icon-device { 
    background-image: url("../images/device_icon_active.png");
}

li.active a span{
	color: #b0c715;
}

li.active:hover a span{
	color: #555;
}

/*Use default cursor for disable option list instead of not-allowed*/
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: default;
}

/*Styles for blockUI puglin*/
div.growlUI { 
	background: url(../images/attention.png) no-repeat 10px -4px ;
}
div.growlUI h1 { 
	color: yellow; 
	padding: 1px 1px 1px 75px; 
	text-align: left; 
	font-size: medium; 
	margin-top: 4px;
	margin-bottom: 4px;
}
div.growlUI h2 { 
	color: white; 
	padding: 1px 1px 1px 75px; 
	text-align: left; 
	font-size: medium; 
	margin-top: 4px;
	margin-bottom: 4px;
}
div.growlUI h2 { 
	font-size: small 
}

/* Datatable css extension */

.dataTables_wrapper .dataTables_processing {
	width: 30%;
    margin-left: -13%;
    margin-top: -8px;
    padding: 0 0 0 0;
    background: white;
    border: 3px solid #92D050;
    border-radius: 6px;
    height: 28px;
    top: 0px;
 } 
 
 /*  Form css extension to center the label */ 
.form-horizontal{
 	padding-top: 9px;
 }

.cursor-default {
	pointer-events: none;
}