@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700';

html {
    width: 100%;
    height: 100%;
    box-sizing: padding-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    box-sizing: padding-box;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0px auto;
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background-image: url("../images/scroll.svg");
    border: none;
}

::-webkit-scrollbar-thumb {
    background-color: #80E1C8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #888888;
}


#frame_image {
    float: left;
    position: absolute;
    top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    background-color: #000000;
    z-index: 50;
    border: 0px !Important;
}

#frame_image .consola_selected {
    outline: 1px solid #80E1C8;
}

#frame_image .consola_none {
    outline: 1px solid #000000;
}

.table_frame_image {
    background-color: #000000;
    border: 0px !Important;
}

.table_frame_image_loader {
    background-color: #cccccc;
    /*D75A4A*/
    height: 4px !important;
}

.arrow {
    height: 4px !important;
    margin: 0px;
    padding: 0px;
}

.DicomLoaded {
    margin: 0px;
    padding: 0px;
    background-color: #80E1C8;
    cursor: pointer;
}

.JPGLoaded {
    margin: 0px;
    padding: 0px;
    background-color: #888888;
    cursor: pointer;
    height: 4px !Important;

}

.JPGActive {
    margin: 0px;
    padding: 0px;
    background-color: #D75A4A;
    cursor: pointer;
    height: 4px !Important;

}

.none {
    border: 2px solid #111111;
    cursor: pointer;
}

* {
    box-sizing: border-box;
    box-sizing: padding-box;
}

aside,
article,
section,
nav {
    display: block;
    margin: 0;
    padding: 0;
}


/* LOGIN */
#logologin {
    width: 224px;
    margin: 0px auto;
    margin-top: 8%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #ededed;
    padding: 0px;
    list-style: none;
}


#login {
    width: 224px;
    margin: 0px auto;
    margin-top: 1%;
    height: 300px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #ededed;
    padding: 0px;
    list-style: none;
}

#login li {
    width: 90%;
    padding: 10px;
    margin: 0px auto;
    margin-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #ffffff;
}

#login li input {
    width: 100%;
    text-align: center;
    border: none;
    background: none;
    font-family: 'Roboto Condensed', sans-serif;
}

#login li:first-child {
    background: none;
    border: none;
    text-align: center;
}

#login li:first-child img {
    width: 90%;
    margin: 0px auto;
}

#login .enviar_login {
    background: #80E1C8;
    text-align: center;
    font-size: 13px;
    border: none;
    color: #111111;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 20px;
}


/* HEADER */
header {
    float: left;
    width: 224px;
    height: 60px;
    background: #888;
}

header img {
    vertical-align: middle;
    margin: 0px auto;
    float: left;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
}

.contenedor_datos {
    top: 50%;
    left: 5px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    position: relative;
    color: #111111;
    font-size: 13px;
    float: left;
}

/* NAV */
nav {
    overflow: hidden;
    height: 60px;
}

#reporte_nav {
    width: 100%;
    overflow: hidden;
    padding-right: 5px;
}

#reporte_nav a {
    float: right;
    width: 43px;
    height: 100%;
    margin-left: 5px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
    font-size: 10px;
    color: #3A414A;
    text-decoration: none;
    line-height: 22px;
}

#reporte_nav a img {
    width: 43px;
    height: 38px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#inicio_nav {
    width: 100%;
    overflow: hidden;
    padding-right: 5px;
    background: #888;
    height: 60px;
    border-left: 1px solid #757C7F;
}

.login_bloque {
    width: 140px;
    float: right;
    height: 60px;
    border-left: 1px solid #757C7F;
}

.busqueda_bloque {
    height: 60px;
    float: left;
}

.busqueda_bloque ul {
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
    height: 100%;
}

.busqueda_bloque ul li {
    float: left;
    height: 50%;
    width: 33.3%;
    padding-left: 5px;
    border-right: 1px solid #757C7F;
    border-bottom: 1px solid #757C7F;
}

.busqueda_bloque ul li input {
    background: none;
    border: none;
    font-size: 13px;
    color: #BFC3C7;
    font-style: italic;
    padding: 3px;
    width: 100%;
    padding-top: 7px;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #555;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #555;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #555;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555;
}


.img_buscar {

    height: 60px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background: none;
    background-image: url('../images/lupa.svg');
    border: none;
    cursor: pointer;
}

/* DESPLEGABLE NAV */
nav select {
    background-color: #888;
    display: block;
    float: left;
    height: 30px;
    width: 100%;
    font-size: 13px;
    color: #BFC3C7;
    font-style: italic;
    border: none;
}

nav select:hover {
    background: #555555;
}

nav select:focus {
    outline-width: 0;
    outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    nav select {
        padding-right: 18px;
    }
}

nav label {
    position: relative;
    width: 100%;
    border: none;
}


/* ASIDE */
aside {
    float: left;
    height: 100%;
    overflow: hidden;
    width: 224px;
    background: #111111;
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    top: 60px;
}

aside h1 {
    font-size: 13px;
    color: #80E1C8;
    font-weight: 700;
    margin: 0px;
}

aside hr {
    height: 0px;
    border: 1px solid #151515;
    margin: 20px;
}

.aside_boton {
    width: 100%;
    height: 40px;
    box-sizing: padding-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.boton_datos {
    top: 50%;
    left: 5px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    position: relative;
    color: #111111;
    font-size: 13px;
    float: left;
    text-decoration: none;
}

.aside_boton img {
    height: 40px;
    float: right;
}

.select_description {
    font-size: 12px;
    font-weight: 200;
    font-style: italic;
    color: #888888;
    text-align: center;
    margin-top: 5px;
    float: left;
    width: 100%;
}


/* DESPLEGABLE ASIDE */
aside select {
    -webkit-border-radius: 4px;
    cursor: pointer;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #888888;
    display: block;
    float: left;
    height: 40px;
    width: 100%;
    padding: 5px;
    font-size: 15px !important;
    margin-top: 5px;
    color: #111111;
    border: none;
    font-weight: 700;
}

aside select:hover {
    background: #555555;
}

aside select:focus {
    outline-width: 0;
    outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    aside select {
        padding-right: 18px;
    }
}

aside label {
    position: relative;
    width: 100%;
    border: none;
}

aside .tabla_img {
    width: 211px;
    height: 400px;
    overflow-y: scroll;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

aside .tabla_img li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100px;
    height: 100px;
    border: 2px solid #111111;
}

aside .tabla_img li img {
    cursor: hand;
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

aside .tabla_img .selected {
    border: 2px solid #80E1C8;
}

/* SECTION */
section {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.textbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}

.textbox_tools {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    padding: 5px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 50px;
}

/*NATALIA */
/* tuve que sacarle el borde*/

.textbox_area {
    height: 80%;
    padding: 0px;
    background-color: #FFFFFF;
    /*border: 1px solid #dddddd; border-top:none;*/
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

section #inicio {
    background: #000000;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

#inicio .paginas {
    cursor: pointer;
    width: 260px;
    height: 26px;
    border-top: 3px solid #80E1C8;
    margin-left: 5px;
}

.paginas ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
}

.paginas ul li {
    width: 30px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    float: left;
    color: #BFC3C7;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #888888;
    margin-left: 2px;
}

section #inicio table {
    width: 100%;
    padding: 10px;
    border-spacing: 0px;
}

section #inicio table td,
th {
    border-left: 1px solid #1C1F23;
    margin: 0px;
    text-align: center;
    height: 35px;
}

section #inicio table td:last-child,
th:last-child {
    border-right: 1px solid #1C1F23;
}

section #inicio table th {
    border-top: 1px solid #1C1F23;
}

section #inicio table th {
    color: #888888;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

section #inicio table td {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    background: #888888;
}

.td_left {
    text-align: left !important;
    text-indent: 5px;
}

section .tools {
    width: 70px;
    height: 100%;
    background: #888;
    float: right;
    overflow: hidden;
}

section .tools {
    width: 70px;
    height: 100%;
    background: #888;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: absolute;
    right: 0px;
}

section .tools li {
    height: 6.66%;
    float: left;
}

section .tools li img {
    height: 100%;
}

.control_section {
    width: 100%;
    border: 0px;
    float: left;
    bottom: 0;
    position: absolute;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.control_section li {
    float: left;
    height: 90%;
    margin-left: 5px;
    margin-top: 2px;
    cursor: pointer;
}

.control_section li img {
    height: 100%;
}

.preset {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 45px;
    background: #D75A4A;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

.tools_aside {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.tools_aside li {
    width: 33.3%;
    float: left;
    list-style: none;
    margin: 0px;
    fill: #888888;
    padding: 0px;
}

.tools_aside li:hover {
    fill: #80E1C8;
}

.tools_aside li .disabled {
    fill: #222222;
}

.tools_aside li svg {
    width: 100%;
}

.control_aside {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

.control_aside li {
    width: 25%;
    float: left;
    list-style: none;
    margin: 0px;
    fill: #888888;
    padding: 0px;
}

.control_aside li:hover {
    fill: #80E1C8;
}

.control_aside li svg {
    width: 100%;
}

#control_aside_meditech {
    width: 100%;
    margin: 0px;
    padding: 0px;
}


section hr {
    width: 1px;
    height: 20px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #888;
}


/*{ background: #80E1C8; }*/


/*#888888*/
.grey {
    background: #888888 !IMPORTANT;
}

.green {
    background: #80E1C8 !IMPORTANT;
    color: #111111 !IMPORTANT;
}

.green td {
    background: #80E1C8 !IMPORTANT;
    color: #111111 !IMPORTANT;
}

.red {
    background: #D75A4A !IMPORTANT;
}

.grey:hover {
    background: #555555 !IMPORTANT;
}

.green:hover {
    background: #555555 !IMPORTANT;
}

.red:hover {
    background: #555555 !IMPORTANT;
}

#black {
    background: #000000 !important;
}




@media (min-width: 1260px) {
    .busqueda_bloque {
        width: 85%;
    }
}

@media (min-width: 1000px) {
    .busqueda_bloque {
        width: 80%;
    }

    .busqueda_bloque ul {
        width: 85%;
    }
}

@media (min-width: 760px) {
    .busqueda_bloque {
        width: 70%;
    }

    .busqueda_bloque ul {
        width: 81%;
    }
}

@media (max-height: 820px) {
    aside .tabla_img {
        height: 350px;
    }
}

@media (max-height: 720px) {
    aside .tabla_img {
        height: 300px;
    }
}


#pie {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    height: 60px;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #eee;
    float: left;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    color: #999999;
}

#pie_texto {
    height: 30px;
    margin: auto;
    line-height: 30px;
    list-style: none;
    text-align: center;
}

.hidden {
    display: none;
}