body{
    background:#EEEEEE;
}
h1,h2,h3,h4,h5,h6{
    color:#333333;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small,
.h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small,
.h6 .small, .h6 small, h1 .small, h1 small, h2 .small,
h2 small, h3 .small, h3 small, h4 .small, h4 small,
h5 .small, h5 small, h6 .small, h6 small{
    color:#454545;
}
.blockUI h6, .blockUI h5, .blockUI h4,
.blockUI h3, .blockUI h2, .blockUI h1{
  color:#ffffff;
}
hr{
    border-color:#ddd;
    margin:3px 0;
}
a{
    cursor:pointer;
    color:#454545;
}
a:hover{
    color:#333333;
}
a:focus, audio:focus, .btn:focus {
    outline: none;
}
/*left-sidebar*/
.hiruko-left{
    height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
}
/*Navbar*/
.navbar{
    border-radius:0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.navbar-inverse{
    background:#000000;

}
.nav > li{
    /*font-size:1.1em;*/
    transition:0.5s;
    border-right:1px solid #272727;
}
.nav > li:last-child{
    border-right:none;
}
.nav > li:hover{
    background:#252525;
    transition:0.5s;
}
.nav > li.danger:hover{
    background:#db3746;
    transition:0.5s;
}
.navbar-inverse .navbar-nav > li > a{
    color:#f5f5f5;
    padding:15px;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color:#fff;
}
.btn{
    /*font-size:1.1em;*/
    border-radius:2px;
    transition:0.5s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    text-shadow:none !important;
}
button.form-control{
    height:34px;
}
/*.btn > .glyphicon{
    margin-right:5px;
}*/
.btn:hover{
    transition:0.2s;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-primary{
    background:#438CCA;
    border:1px solid #438CCA;
}
.btn-send{
    padding:5px 30px;
}
.btn-send-record{
    width:100%;
}
.input-pet{
    color:#333;
}
input.search-previous{
    border:none;
    background:transparent;
    width:100%;
    color:#333;
    border-bottom: 1px solid #434857;
}
input.search-previous:focus{
    border-bottom: 2px solid #438CCA;
}
input.search-previous::-moz-placeholder{
    color: #888;
}
input.search-previous::-webkit-input-placeholder{
    color: #888;
}
textarea.form-control{
    font-size:1.2em;
    background: #fff;
}
textarea{
    color:#333;
}
.form-control{
    background:transparent;
}
.glyphicon{
    font-size:1.2em;
}
.panel{
    border-color:transparent;
    border-radius:3px;
    box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.1);
}
.panel-default > .panel-heading{
    background:#ffffff;
    color:#333333;
    border-color:#000;
    border-radius:5px;
}
.panel-body{
    background:#ffffff;
    color:#333333;
}
.panel-group .panel{
    border-radius:5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body{
    border-top:1px solid #ddd;
}
.well{
    background:#ffffff;
    border:1px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.1);
    color:#333333;
}
.list-group-item{
    border-radius:0;
    background:transparent;
    border-color:#dddddd;
    color:#454545;
    padding:5px 15px;
}
.list-group-item h5,.list-group-item h6{
    margin:0;
    padding:0;
}
a.list-group-item, button.list-group-item{
    color:#454545;
}
.comentarios{
    min-height:150px;
}
.close-icon{
    position:absolute;
    top:0;
    right:0;
    margin-top: 10px;
    margin-right: 10px;
}
/* Tab */
.tab-pane{
    /*max-height:300px;
    max-height:calc(100vh - 150px);
    overflow-y: auto;*/
}
.tab-pane-reading{
    /*max-height:300px;
    max-height:calc(100vh - 320px);
    overflow-y: auto;*/
}
.tab-pane-readingrv{
    /*max-height:300px;
    max-height:calc(100vh - 180px);
    overflow-y: auto;*/
}
.tab-content>.active {
    display: contents;
}
.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
}
.nav-tabs > li{
    border-right:transparent;
}
.nav > li > a {
    padding: 8px 12px 8px 0;
}
.nav-tabs > li > a{
    font-size:1.1em;
    background: transparent;
    border-color:transparent;
    color:#454545;
    border-radius:2px 2px 0 0;
}
.nav-tabs > li:hover, .nav-tabs > li > a:hover {
    background: transparent;
    border-color:transparent;
    color:#454545;
    border-radius:2px 2px 0 0;
}
.nav-tabs > li.active{
    background: transparent;
    border-color:transparent;
    color:#454545;
    border-radius:2px 2px 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus{
    background: transparent;
    border-color:transparent;
    border-bottom:4px solid #438CCA;
    color:#333;
}
.nav-tabs > li.active > a:hover{
    background: transparent;
    border-color:transparent;
    border-bottom:4px solid #438CCA;
}
/* Panel */
.panel-primary > .panel-heading{
    background:#ffffff;
    border-radius:0;
    border-bottom:transparent;
}
.panel-heading{
    padding:5px 15px;
}
.panel-heading h4{
    text-align: left;
}
.panel-body table{
    font-size:1.2em;
}
/* Recording */
.buttonRecorder{
    float:left;
    width:40px;
    min-width:20px;
    margin-right:30px;
}
.btnRecorder{
    max-width:40px;
    cursor:pointer;
}
.btnStop{
    max-width: 40px;
    cursor:pointer;
}
.textRecord{
    float:left;
    min-height:25px;
}
.controles{
    float:left;
}
#time-display{
    font-size:2em;
    float:left;
    margin-right:20px;/* footer */
    color:#454545;
}
/*
#recording{
    font-size:1.2em;
    vertical-align: middle;
    color:#454545;
}
#recording img{
    float:left;
    margin-right:3px;
}
#recording-list{
    color:#fff;
    margin-top:10px;
}
.resultRecording{
    display:block;
    margin:5px 0;
    padding:0;
    border-bottom:1px solid #dddddd;
    background:transparent;

}

.resultRecording a{
    font-size:1.6em;
    margin:20px 10px 0 0;
    color:#454545;
}
.resultRecording a:lastchild{
    margin:20px 0 0 0;
}
.resultRecording:last-child{
    border-bottom:none;
}*/
/* seleccionar medico en lectura */
.listRequestOpinion{
    font-size:1.2em;
    list-style: none;
    border-bottom:1px solid #dddddd;
}
.listRequestOpinion:last-child{
    border-bottom:1px solid transparent;
}
.listRequestOpinion > a > .glyphicon{
    font-size:0.9em;
}

/*Material switch*/
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
    margin-right:10px;
    margin-left:10px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
/* Modal */

.modal-dialog{
    width:50%;
    min-width:500px;
}
.modal-lg{
    width:90%;
}
.modal-sm{
    width:300px;
}
.modal-full{
    width:100%;
    height:100vh;
    margin:0;
    padding:0;
}
.modal-full > .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}
.modal-content{
    background:#ffffff;
    color:#333333;
}
.modal-header{
    border-bottom: none;
}
.modal-footer{
    border-top:none;
}
.modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}

.modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.close {
    color: #fff;
    float: right;
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    opacity:1;
}
.close:hover{
    color: #fff;
    opacity:0.7;
}
/*orden medica*/
#closer{
    text-align:right;
    margin:10px 10px 0 0;
}
/* table */
.table > thead > tr > th{
    border-bottom: 2px solid #dddddd;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td{
    border-bottom: 1px solid #dddddd;
    color:#333;
}
/*heredados*/
.hir_body{
    background:#30343E;
}
.table-responsive{
    background:#30343E;
}
.table{
    color:#333;
}
.table > thead{
    background:#fff;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td{
    border:1px solid #1a1c21;
}
/*respuestas interconsulta */
.respuestas{
    color:#438CCA;
    font-size:1.3em !important;
}
.rm-responses{
    font-size:1.5em;
}
/* Datos clinicos*/
.clinical-data{
    font-size:1.1em;
}
/*helpers*/
.spacer{
    margin-bottom:20px;
}
/*tooltip*/
.tooltip{
    font-size:1.1em;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
  border-width: 5px 5px 0;
}
.tooltip-inner {
  color: #000;
  background: #dadada;
  border: solid 1px #dadada;
}
@media (max-width: 1650px) {
    .btn, .btn.glyphicon{
        font-size:0.85em;
    }
    .nav-tabs > li > a{
        font-size:0.8em;
    }

}
@media (min-width: 2500px) {
    body{
        font-size:200%;
    }
}
label.radio-inline{
    color:#333;
}
.label{
    font-size:0.85em;
}
/* Empleado para mostrar la orden medica y el editor por defecto en lectura */
.readingBox{
    height:calc(50vh - 40px);
    border:1px solid red;
}
/* Editor RV */
.editorRV-container{
    background:#E6E6E6;
    padding:15px;
}
.editorRV{
    border:1px solid #fff;
    font-size:18px;
    padding:10px;
    margin-top:60px;
    height:calc(100vh - 200px);
    overflow-y: scroll;
    background:#f9f9f9;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    color:#333333;
}
/* Adendum */
.report-container{
  background:#E6E6E6;
  padding:15px;
  border-bottom:20px solid #F1F1F1;
}
.report{
    height:calc(100vh - 350px);
    background:#fff;
    padding:10px;
    overflow-y: scroll;
    font-size:1.1em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.playlist-adendum{
    max-height:80px;
    overflow-y: scroll;
}
/* Encuesta mamografia */
.encuesta-mammo, #datos{
  background:#fff;
  color:#333;
}
.table-mammo > thead > tr > th{
  background:#000;
  color:#fff;
}
/* Actualizaciones */
.code_num{
  background:#fff;
  color:#333;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.code_num h1{
  color:#333;
}
.code_num > navbar-nav{
  border-bottom:1px solid #f9f9f9;
}
.code_num .nav > li{
  border-right:1px solid #fff;
}
.code_num ul li:hover{
  background:transparent;
}
.studies-group{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.update-study input,
.update-study select,
.update-study textarea{
  margin-bottom:10px;
}
label{
  font-weight:normal;
}
.nav > li > a.btn:focus,
.nav > li > a.btn:hover,
.nav > li > a.btn:active {
    text-decoration: none;
    background-color: #438CCA;
    border:none;
}
/* Checkbox - Radio style */
.checkbox label,
.radio label,
.control-label {
  font-size:1.2em;
}
.checkbox,
.checkbox-column {
    padding-left: 20px; }
.checkbox label,
.checkbox-column label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before,
.checkbox-column label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after,
.checkbox-column label::after{
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"],
.checkbox-column input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox-column input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox-column input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label,
.checkbox-column input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox-column input[type="checkbox"]:disabled + label::before{
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 0px;
}

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }

.mCustomScrollbar{
    overflow-x: hidden;
}
/* recorder */
.prev-rec{
    border-bottom:1px solid #dddddd;
}
.hiruko-recorder{
    width:100%;
    min-width:300px;
    height:100px;
    background:#ffffff;
    /*border:1px solid #ffffff;
    border-radius:2px;
    box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.1);*/
    padding:5px 10px;
}

.recorder-top{
    margin:0;
    padding:0;
    width:100%;
    height:15px;
}
.label-recording{
    margin:0;
    padding:0 2px;
    font-size: 0.8em;
    background:#D2423B;
    font-weight:normal;
    text-transform:uppercase;
    vertical-align: top;
}
.label-limit{
    margin:0;
    padding:0 2px;
    font-size: 0.8em;
    background:#D2423B;
    font-weight:normal;
    text-transform:uppercase;
}
.wave{
    height:35px;
    width:70%;
    float:left;
}
.record-time{
    height:35px;
    width:30%;
    float:left;
}
.record-time p{
    color:#f9f9f9;
    font-size:2em;
    margin:0;
    padding:0;
}
.controls-recorder{
    text-align: center;
    width:100%;
    height:40px;
    float:left;
}
.controls-recorder img{
    text-align: center;
    cursor:pointer;
}
.btn-record{
    width:35px;
    margin:5px 5px 0 5px;
}
.btn-stop, .btn-cancel{
    width:30px;
    margin-top:5px;
}
.record-list{
    color:#f9f9f9;
}
hr.record-divider{
    margin:0;
    padding:0;
    border-top:1px solid #363945;
}
h5.record-user{
    margin:0;
    padding:0;
}
/* ajuste iconos grabadora para chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .label-recording > .fa {
        position: relative;
        top: -5px;
    }
}
/* texto enriquecido para mostrar junto con orden medica*/
.rich-text-container{
    height: calc(50vh - 80px);
    border:1px solid #f0f0f0;
    font-size:18px;
    padding:10px;
    margin-top:60px;
    overflow-y: scroll;
    background:#f9f9f9;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    color:#333333;
}
.medical-order-container{
    height: calc(50vh - 130px);
    border:1px solid #f0f0f0;
    font-size:18px;
    padding:10px;
    margin-top:5px;
    overflow-y: scroll;
    background:#f9f9f9;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    color:#333333;
}
.medical-order-container object img{
    width:100% !important;
    height: auto !important;
}
/* Session dialog */
.modal-session{
    width: 600px !important;
}
.callout{
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
 }
 .callout-danger{
    border-left-color: #E53935;
 }
 .callout-danger h4{
	color: #E53935;
	font-size:3em;
 }
.study-no-available{
    background: #C62828;
    padding:20px;
    display: none;
}
.study-no-available h4{
    color: white;
    margin: 0;
    padding: 0;
}