﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body, html, form {
    height: 100%;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide VCG 20160111 se saca para 100%*/
/*input,
select,
textarea {
    max-width: 280px;
}*/



.backcolor-enabled {
    background-color: LightGrey;
}

.miTabla {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d3d3d3;
    background: #fefefe;
    /*width: 70%;*/
    margin-top: 10px;
    font: 12px/15px "Helvetica Neue",Arial, Helvetica, sans-serif;
    color: #555;
}


.footer {
    width: 100%;
    min-height: 40px;
    background-color: #eeeeee;
    border-top: 1px solid rgba(85, 85, 85, 0.18);
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    position: fixed;
    z-index: 999;
}

.titulos {
    box-sizing: border-box;
    color: #428bca;
    display: block;
    font-family: Questrial, sans-serif;
    font-size: 22px;
    font-weight: 100;
    height: 39px;
    line-height: 39.6px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
}

.SubTitulos {
    box-sizing: border-box;
    color: rgb(131, 131, 131);
    display: block;
    font-family: Questrial, sans-serif;
    font-size: 14px;
    font-weight: 100;
    /*height:15px;*/
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid silver;
    margin-bottom: 10px;
}

.lnkTitulos, a.lnkTitulos {
    color: #666 !important;
}

    .lnkTitulos:hover {
        color: #e6ae7e;
    }

.login {
    width: 300px;
    text-align: center;
    margin: auto;
}

.imagen_login {
    height: 95px;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 80px;
}

.imagen_galeria {
    height: 95px;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 10px;
}

.titulo_login {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    vertical-align: middle;
    color: #ffffff;
    background-color: #005991;
    font-size: 16px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.caja_texto {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    background-color: #e7e7e7;
}

.banda {
    padding-left: 10px;
    padding-top: 15px;
    background-color: #e7e7e7;
    padding-bottom: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.boton_login {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #005991;
    border: none;
    color: white;
    height: 30px;
    width: 100px;
    border-style: none;
}

    .boton_login:hover {
        background-color: #066cac;
        color: #f6f3f3;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        text-decoration: none;
    }

.boton_login_html {
    border-radius: 118px 118px 118px 118px;
    -moz-border-radius: 118px 118px 118px 118px;
    -webkit-border-radius: 118px 118px 118px 118px;
    background-color: #005991;
    border: none;
    color: white;
    height: 30px;
    width: 100px;
    border-style: none;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 25px;
}

    .boton_login_html:hover {
        background-color: #066cac;
        color: #f6f3f3;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        text-decoration: none;
    }

.divItems {
    text-align: center;
    padding-top: 70px;
    width: 60%;
    margin: auto;
}

.itemMenu {
    margin-bottom: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: -1px;
    background-color: transparent;
    /*background-color: #005991;*/
    border: 1px solid #DDD;
    height: 80px;
    width: 80px;
    padding: 15px 15px 15px 15px;
    margin-left: 10px;
    margin-top: 10px;
}

    .itemMenu:hover {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25);
        background-color: gray;
        color: #f6f3f3;
        -moz-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-decoration: none;
    }

.calendario {
    height: 30px;
    width: 38px;
    background-image: url(../images/calendar.bmp);
    background-repeat: no-repeat;
    background-position: center center;
}



/*MENU OPCIONES SISTEMA*/
#menu {
    list-style-type: none;
    /*margin: 5px 120px 5px 120px;*/
    /*border: 1px solid #222;
    background-color: rgba(91, 91, 91, 0.84);
    /*background-color: #111;
    background-image: linear-gradient(#1C1C1C, #585858);
    border-radius: 6px;
    box-shadow: 0 1px 1px #777;*/
    opacity: 0.9;
    height: 38px;
}

    #menu:before,
    #menu:after {
        content: "";
        display: table;
    }

    #menu:after {
        clear: both;
    }

    #menu li {
        float: left;
        /*border-right: 1px solid rgba(91, 91, 91, 0.84);*/
        /*border-right: 1px solid #222;
    box-shadow: 1px 0 0 #444;*/
        position: relative;
    }

    #menu a {
        float: left;
        padding: 14px 10px;
        /*color: #999;*/
        color: white;
        font: bold 12px Arial, Helvetica;
        /*text-shadow: 0 1px 0 #000;*/
    }

    #menu li:hover > a {
        color: #fafafa;
    }

    *html #menu li a:hover { /* IE6 only */
        color: #fafafa;
    }

    #menu ul {
        margin: 20px 0 0 0;
        _margin: 0; /*IE6 only*/
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 38px;
        left: 0;
        z-index: 1;
        background: #444;
        background: linear-gradient(#444, #111);
        box-shadow: 0 -1px 0 rgba(255,255,255,.3);
        border-radius: 3px;
        transition: all .2s ease-in-out;
        padding: 0px;
    }

    #menu li:hover > ul {
        opacity: 1;
        visibility: visible;
        margin: 0;
    }

    #menu ul ul {
        top: 0;
        /*left: 130px;*/
        left: 100%;
        margin: 0 0 0 0;
        _margin: 0; /*IE6 only*/
        box-shadow: -1px 0 0 rgba(255,255,255,.3);
    }

    #menu ul li {
        float: none;
        display: block;
        border: 0;
        _line-height: 0; /*IE6 only*/
        box-shadow: 0 1px 0 #111, 0 2px 0 #666;
    }

        #menu ul li:last-child {
            box-shadow: none;
        }

    #menu ul a {
        padding: 10px;
        /*width: 130px;*/
        _height: 10px; /*IE6 only*/
        display: block;
        white-space: nowrap;
        float: none;
        text-transform: none;
    }

        #menu ul a:hover {
            background-color: #0186ba; /* #0186ba;*/
            background-image: linear-gradient(#04acec, #0186ba);
        }

    #menu ul li:first-child > a {
        border-radius: 3px 3px 0 0;
    }

        #menu ul li:first-child > a:after {
            content: '';
            position: absolute;
            left: 10px;
            top: -6px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #444;
        }

    #menu ul ul li:first-child a:after {
        left: -6px;
        top: 50%;
        margin-top: -6px;
        border-left: 0;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-right: 6px solid #3b3b3b;
    }

    #menu ul li:first-child a:hover:after {
        border-bottom-color: #04acec;
    }

    #menu ul ul li:first-child a:hover:after {
        border-right-color: #0299d3;
        border-bottom-color: transparent;
    }

    #menu ul li:last-child > a {
        border-radius: 0 0 3px 3px;
    }

#menu-trigger { /* Hide it initially */
    display: none;
}

@media screen and (max-width: 600px) {

    #menu-wrap {
        position: relative;
    }

        #menu-wrap * {
            box-sizing: border-box;
        }

    #menu-trigger {
        display: block; /* Show it now */
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        padding: 0 0 0 35px;
        border: 1px solid #222;
        color: #fafafa;
        font-weight: bold;
        background-color: #111;
        /* Multiple backgrounds here, the first is base64 encoded */
        background: url(data:image/png;base64,iVBOR...) no-repeat 10px center, linear-gradient(#444, #111);
        border-radius: 6px;
        box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    }

    #menu {
        margin: 0;
        padding: 10px;
        position: absolute;
        top: 40px;
        width: 100%;
        z-index: 1;
        display: none;
        box-shadow: none;
    }

        #menu:after {
            content: '';
            position: absolute;
            left: 25px;
            top: -8px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #444;
        }

        #menu ul {
            position: static;
            visibility: visible;
            opacity: 1;
            margin: 0;
            background: none;
            box-shadow: none;
        }

            #menu ul ul {
                margin: 0 0 0 20px !important;
                box-shadow: none;
            }

        #menu li {
            position: static;
            display: block;
            float: none;
            border: 0;
            margin: 5px;
            box-shadow: none;
        }

        #menu ul li {
            margin-left: 20px;
            box-shadow: none;
        }

        #menu a {
            display: block;
            float: none;
            padding: 0;
            color: #999;
        }

            #menu a:hover {
                color: #fafafa;
            }

        #menu ul a {
            padding: 0;
            width: auto;
        }

            #menu ul a:hover {
                background: none;
            }

        #menu ul li:first-child a:after,
        #menu ul ul li:first-child a:after {
            border: 0;
        }
}

@media screen and (min-width: 600px) {
    #menu {
        display: block !important;
    }
}

/* iPad */
.no-transition {
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none;
}

#menu li:hover > .no-transition {
    display: block;
}

.icono_cygnus {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
}


.hidden {
    display: none;
}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }


/*COMBO*/

.combo {
    position: relative;
    border: 1px solid #428bca;
    width: 120px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.img_circular {
    margin-right: 10px;
    margin-top: 5px;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .8);
}

/*** BEGIN    Para carga Engranajes        **/
.load123 {
    position: relative;
    margin: 50px auto;
    width: 100px;
    height: 80px;
}

.gear {
    position: absolute;
    z-index: -10;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 5s infinite;
    animation: spin 5s infinite;
}

.two {
    left: 40px;
    width: 80px;
    height: 80px;
    -webkit-animation: spin-reverse 5s infinite;
    animation: spin-reverse 5s infinite;
}

.three {
    top: 45px;
    left: -10px;
    width: 60px;
    height: 60px;
}

@-webkit-keyframes spin {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    50% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    50% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.lil-circle {
    position: absolute;
    border-radius: 50%;
    box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
    width: 100px;
    height: 100px;
    opacity: .65;
}

.blur-circle {
    position: absolute;
    top: -19px;
    left: -19px;
}

.text {
    color: lightgray;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
/*** END    Para carga Engranajes        **/


/*** BEGIN    Para Estado liquidado        **/

.chkRojo {
    width: 20px;
    height: 20px;
    background-image: url(../images/Cancel-48.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.chkVerde {
    width: 20px;
    height: 20px;
    background-image: url(../images/Checked-48.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

/*** END    Para Estado liquidado        **/




.bordeDerecha {
    border-right-color: #5D7B9D;
    border-right-width: 1px;
    border-right-style: solid;
}

.notfirst:hover {
    background-color: #5D7B9D;
}


.turno-input {
    font-family: Tahoma, 'Segoe UI', Arial, Sans-Serif;
    font-size: 11px;
    width: 30px;
    height: 18px;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

/*********  modificaciones a bootstrap  ************/
.input_titulo_120 {
    font-size: 11px !important;
    min-width: 120px;
    text-align: left;
}

.input_titulo_80 {
    font-size: 11px !important;
    min-width: 80px;
    text-align: left;
}

.cygnus_estilo {
    font-size: 11px !important;
    font-family: Tahoma, 'Segoe UI', Arial, Sans-Serif;
}

.cygnus_input {
    font-size: 11px !important;
    font-family: Tahoma, 'Segoe UI', Arial, Sans-Serif;
}

.th_cygnus {
    color: WhiteSmoke;
    background-color: #5D7B9D;
    font-weight: bold;
    height: 35px;
}

.th_cygnus_center {
    text-align: center;
    color: WhiteSmoke;
    background-color: #5D7B9D;
    font-weight: bold;
    height: 35px;
}

.table-sm td {
    padding: 0px !important;
}

.td_rut {
    text-align: center;
    width: 80px;
    overflow: hidden;
}

.td_nombre {
    width: 200px;
    overflow: hidden;
}

.td_jornada {
    width: 60px;
    overflow: hidden;
}

.td_dobleTurno {
    width: 50px;
    overflow: hidden;
}

.td_cygnus_input {
    width: 30px;
    overflow: hidden;
}

.turno_licencia {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url(images/L-10x10.gif);
}

.turno_licencia {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-image: url(images/V-10x10.gif);
}

.turno_ausente {
    border-bottom: lightgrey 1px solid !important;
    background-color: #ff0000 !important;
    font-weight: bold !important;
    color: #ffff99 !important;
}

.agregarTrabajador {
    height: 16px;
    margin: auto;
}
/* #5D7B9D  */

.buscarTrabajador {
    background-color: #5D7B9D;
    height: 16px;
    margin: auto;
}

.cuadroBusqueda {
    border-radius: 5px;
    border: 1px solid #428bca;
}


.modalAccionesTitulos {
    color: #FFFFFF;
    background-color: #5D7B9D;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    display: block !important;
    padding: 0px !important;
}

.closeW {
    position: absolute;
    top: 1px;
    right: 5px;
    color: #ffffff !important;
    margin: 0px !important;
    padding: 0px !important;
}

.divBuscar {
    visibility: hidden;
    width: 600px;
    font-size: 11px;
    border-bottom: 2px solid gray;
    border-top: 2px solid gray;
    margin-top: 5px;
    padding-bottom: 5px;
}

/*** BEGIN    Para carga Engranajes        **/
.load123 {
    position: relative;
    margin: 50px auto;
    width: 100px;
    height: 80px;
}

.gear {
    position: absolute;
    z-index: -10;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 5s infinite;
    animation: spin 5s infinite;
}

.two {
    left: 40px;
    width: 80px;
    height: 80px;
    -webkit-animation: spin-reverse 5s infinite;
    animation: spin-reverse 5s infinite;
}

.three {
    top: 45px;
    left: -10px;
    width: 60px;
    height: 60px;
}

@-webkit-keyframes spin {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    50% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    50% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.lil-circle {
    position: absolute;
    border-radius: 50%;
    box-shadow: inset 0 0 10px 2px gray, 0 0 50px white;
    width: 100px;
    height: 100px;
    opacity: .65;
}

.blur-circle {
    position: absolute;
    top: -19px;
    left: -19px;
}

.text {
    color: lightgray;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
/*** END    Para carga Engranajes        **/


/*** BEGIN  Para graficos       **/
.easypiechart {
    position: relative;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 20px auto 10px auto;
}

    .easypiechart .percent {
        display: block;
        position: absolute;
        font-size: 26px;
        top: 38px;
        width: 120px;
    }

#easypiechart-blue .percent {
    color: #30a5ff;
}

#easypiechart-teal .percent {
    color: #1ebfae;
}

#easypiechart-orange .percent {
    color: #ffb53e;
}

#easypiechart-red .percent {
    color: #ef4040;
}