body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f0f0f0;
}

/*************************************************
************************ LOGIN********************
**************************************************/
.login-content h1 {
    font-size: 80px;
    margin: 80px 0 50px;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
}

.login-content form {
    text-align: left;
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.login-content form h2 {
    font-size: 40px;
    margin: 0 0 20px;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
}

.login-content form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #16a085;
}

.login-content form label span {
    color: #E74C3C;
    margin-left: 5px;
}

.login-content form i {
    font-size: 18px;
}

/*************************************************
******************* MASTER PAGE********************
**************************************************/
#contenedor_vistas {
    margin-top: 70px;
}

#contenedor_vistas .breadcrumb-wrapper {
    background-color: #E5E5E5;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 0;
    margin-bottom: 30px;
}

#contenedor_vistas .breadcrumb-wrapper h2 {
    float: left;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: #555555;
}

#contenedor_vistas .breadcrumb-wrapper .breadcrumb {
    float: right;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 3px 0 0;
}

#contenedor_vistas .breadcrumb-wrapper .breadcrumb > li {
    font-size: 14px;
    font-weight: 600;
}

#contenedor_vistas .breadcrumb-wrapper .breadcrumb > li a {
    color: #16a085;
}

#contenedor_vistas .breadcrumb-wrapper .breadcrumb > .active {
    color: #777777;
    font-weight: 700;
}

#contenedor_vistas .breadcrumb-wrapper .breadcrumb > li + li::before {
    color: #AAAAAA;
    content: "\f101";
    padding: 0 8px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

#contenedor_vistas .contenido {
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 25px 150px 25px;
}

#contenedor_vistas .well-highlight {
    background-color: #E5E5E5;
    padding: 30px 25px 1px;
    border-left: 5px solid #16A085;
}

#contenedor_vistas .well-green {
    background-color: #16a085;
    color: #ffffff;
}

/*INICIO*/
.inicio_page_title {
    background-color: #555555;
    margin-bottom: 60px;
}

.inicio_page_title .content_titulo {
    padding: 45px 0 50px 0;
    overflow: hidden;
}

.inicio_page_title .content_titulo i.icono {
    font-size: 50px;
    border: 2px solid #16A085;
    color: #16a085;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding-top: 20px;
    transition: 0.3s ease-in-out 0s;
    text-align: center;
    float: left;
}

.inicio_page_title .content_titulo div.bienvenida {
    font-size: 80px;
    font-weight: 700;
    float: left;
    margin-left: 10px;
    line-height: 1;
    padding-top: 3px;
    color: #ffffff;
}

.inicio_page .text-highlight {
    background-color: #E5E5E5;
    padding: 40px 25px 60px;
    border-left: 5px solid #16A085;
}

.inicio_page .text-highlight i {
    color: #AAAAAA;
    font-size: 30px;
    margin-bottom: 10px;
}

.inicio_page .text-highlight p {
    font-style: italic;
    color: #555555;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 12px;
}

.inicio_page .text-highlight span {
    text-align: left;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    display: block;
    color: #16a085;
}

/*************************************************
*************** REPORTES****************
**************************************************/
.content-parametros {
    background-color: #053f2c;
    color: #fff;
}

.bootstrap-datetimepicker-widget {
    color: #333;
}

.jarviswidget {
    background-color: #fff;
    display: block;
    position: relative;
}

.jarviswidget > header {
    background: #119178;
    border: 1px solid #119178;
    color: #ffffff;
}

.jarviswidget > header h2 {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 100%;
    letter-spacing: 0;
    line-height: 34px;
    margin: 0 0 0 10px;
    position: relative;
    width: auto;
}

.jarviswidget .fondo-body {
    border-bottom: 2px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: block;
    padding: 13px 13px 0;
    position: relative;
}

.jarviswidget .fondo-body .widget-body {
    height: 250px;
    width: 100%;
}

.cuadro {
    display: inline-block;
    margin-right: 10px;
    width: 150px;
}

.cuadro a {
    text-decoration: none;
}

.cuadro a .optionMenu {
    background-color: #119178;
    border: 1px solid #119178;
    border-radius: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 26px;
    width: 100%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.75) !important;
}

.cuadro a .optionMenu .circle {
    background-color: #fff;
    border-radius: 50%;
    height: 80px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}

.cuadro a .optionMenu .circle i {
    font-size: 37px;
    line-height: 100%;
    color: #16a085;
}

.cuadro a .optionMenu .textOptionMenu {
    color: #fff;
    font-size: 15px;
    font-weight: lighter;
    padding-top: 8px;
    text-align: center;
}

.cuadro a:hover .optionMenu {
    background-color: #16a085;
    box-shadow: none !important;
    border: none;
}

.cuadro a:hover .optionMenu .circle {
    background-color: #fff;
}

.cuadro a:hover .optionMenu .circle i {
    color: #16a085;
}

.cuadro a:hover .optionMenu .textOptionMenu {
    color: #FFF;
}

.tblResultadosReporte {
    width: 100%;
    color: #FFF;
}

.tblResultadosReporte th,
.tblResultadosReporte td {
    padding: 5px 10px;
}

.tblResultadosReporte th {
    font-size: 18px;
    text-align: left;
}

.tblResultadosReporte td {
    font-size: 18px;
    text-align: right;
}

.tblResultadosReporte .total {
    border-top: 1px double #FFF;
}

/*************************************************
*************** GLOBALES****************
**************************************************/
#search {
    margin-top: 30px;
    margin-bottom: 40px;
}

#search .mensageSearch {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-right: 100px;
    padding-top: 5px;
    text-align: right;
}

/*************************************************
*************** ORDENES DE ESTUDIO****************
**************************************************/
.contenedor-verde {
    background-color: #16a085;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.contenedor-verde label {
    color: #ffffff;
}

#table_Catalogo_estudios tbody tr {
    cursor: pointer;
}

#table_Catalogo_estudios tbody tr.estudio_selected {
    background-color: #608276;
    color: #fff;
}

#table_estudios_solicitados {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

#table_estudios_solicitados thead tr {
    background-color: #eee;
    background-image: -moz-linear-gradient(center top, #e2e2e2 0, #c9c9c9 100%) !important;
    background-image: -webkit-gradient(center top, #e2e2e2 0, #c9c9c9 100%) !important;
}

#table_estudios_solicitados tbody td {
    vertical-align: middle;
}

.btnTables {
    font-size: 18px;
    padding: 0 5px;
}

.fila_desactivada {
    color: #B7B5B5;
}

.fila_desactivada td {
    padding: 13px 8px !important;
}

.filaagregar {
    background-color: #fff;
    border-color: #ddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    overflow: hidden;
    position: relative;
}

.filaagregar a i {
    background: #f1f1f1 none repeat scroll 0 0;
    border-right: 1px solid #ddd;
    font-size: 18px;
    padding: 10px 13px;
}

.content-btnGuardar {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #555555;
    padding: 8px 5px;
    text-align: right;
}

.content-btnGuardar #btnGuardar {
    width: auto;
}

/*************************************************
*************** RESULTADOS ORDENES ESTUDIO********
**************************************************/

.input100{
    width: 100px;
    display: inline-block;
    margin: 0 3px 5px;
}

.input150{
    width: 150px;
    display: inline-block;
    margin: 0 3px 5px;
}

.label_result{
    display: inline-block;
    font-weight: 800;
    margin-bottom: 4px;
    min-width: 128px;
}
.text_result{
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}

.label_text{
    display: inline-block;
    font-weight:500;
    min-width: 128px;
}


.hr_polidx{
    border-width: 3px 0 0;
    border-color: #16a085 currentcolor currentcolor;
}
.subtitle-resultados{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

/*************************************************
*************** REGISTRAR PACIENTE****************
**************************************************/
#edadPaciente {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-radius: 5px;
    color: #3c763d;
    max-width: 200px;
    padding: 7px 10px;
    display: none;
}

/*LOADING*/
#loading {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    color: #ffffff;
    display: none;
    font-size: 30px;
    height: 100%;
    padding-top: 15%;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    vertical-align: middle;
}

#loading i {
    font-size: 110px;
    margin-bottom: 10px;
}

/*BOOTSTRAP*/
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left;
}

.form-group::after,
.form-group::before {
    clear: both;
    content: " ";
    display: table;
}

.form-group label {
    padding-top: 7px;
}

.navbar-default {
    background-color: #ffffff;
    border-bottom: 1px solid #DDDDDD;
}

.navbar-default .navbar-brand {
    color: #555555;
    padding: 25px;
    font-weight: 600;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
    padding-bottom: 25px;
    padding-top: 25px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #16a085;
    color: #ffffff;
}

.navbar-default .navbar-nav > li.active > a {
    background-color: #16a085;
    color: #ffffff;
}

.bg-info {
    background-color: #16a085;
    color: #ffffff;
}

a {
    color: #434242;
}

a:hover {
    color: #555555;
}

.btn {
    position: relative;
}

.btn-default {
    background-color: #434242;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-width: 2px;
    color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: #555555;
    border-color: #555555;
    color: #fff;
}

.btn-default-light {
    background-color: #F0F0F0;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-width: 2px;
    color: #333;
}

.btn-default-light:hover,
.btn-default-light:focus,
.btn-default-light:active {
    background-color: rgba(0, 0, 0, 0.125);
    border-color: rgba(0, 0, 0, 0.125);
    color: #333;
}


.btn-primary {
    color: #ffffff;
    background-color: #16a085;
    border-color: #119178;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #ffffff;
    background-color: #119178;
    border-color: #119178;
}

.btn-danger {
    color: #ffffff;
    background-color: #C0392B;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-width: 2px;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
    color: #ffffff;
    background-color: #A3271A;
    border-color: #A3271A;
}

.btn-warning {
    color: #ffffff;
    background-color: #E67E22;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-width: 2px;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
    color: #ffffff;
    background-color: #D67118;
    border-color: #D67118;
    border-bottom-width: 2px;
}

.btn-info {
    color: #ffffff;
    background-color: #3498DB;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-width: 2px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active {
    color: #ffffff;
    background-color: #2280BF;
    border-color: #2280BF;
}

.btn-link {
    color: #16a085;
}

.btn-link:hover {
    color: #119178;
}

.pagination {
    border-radius: 0;
    margin: 0;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #F9F9F9;
    color: #555555;
    font-weight: bold;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    color: #16a085;
    background-color: #F9F9F9;
}

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover {
    background-color: #16a085;
    color: #ffffff;
    border-color: #16a085;
}

table{
    font-size: 12px;
}
table td {
    vertical-align: middle !important;
}

.modal-header {
    background-color: #434242;
    border-bottom: 1px solid #555555;
    color: #ffffff;
    padding: 15px;
}

.modal-header h4 {
    text-transform: uppercase;
}

.fa-add {
    color: #e8e5e5;
    font-size: 13px !important;
    position: absolute;
    right: 8px;
    top: 9px;
}

input.error {
    border: 1px solid red;
}

.error {
    color: red;
    font-size: 12px;
}
