/*.table-striped > tbody > tr:nth-child(odd) {
    background-color: #29b2f7!important;
    color: white;
}*/

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


#calendar {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 10px;
}


.btn-link-horario {
    color: white
}
.btn-link-horario:hover, .btn-link-horario:focus {
    color: white;
}

.btn-link-usuario {
    color: #777;
}

.btn-link-usuario:hover, .btn-link-usuario:focus {
    color: #777;
}


.lblPolitica {
    font-size: 12px !important;
    padding-left: 10px;
}

.panel {
    margin-bottom: 10px !important;
}


.panel-body.fichajes {
    padding: 5px 15px 5px 15px!important;
}


.table > tbody > tr.Total > th {
    background-color: #a5a5a5 !important;
    color: white;
}

 
.table > tbody > tr > th {
    background-color: #29b2f7!important;
    color: white;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle !important;
}


div.dataTables_paginate {
    float: right;
    margin: 0;
}

.datatables-footer {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pagination {
    margin: 0!important;
    
}

 .datatables-footer .dataTables_info {
    font-size: 12px;
    padding-top: 0;
    margin-top: 6px;
}

.rounded-circle {
    border-radius: 50% !important;
}


ul.nav-main {
    border-top: 2px solid #e6e7e8;
    margin-right: 0;
}


select.registerPages {
    height: 35px !important;
    padding: 5px !important;
}


.modal500scroll {
    height: 500px;
    overflow-y: scroll ;
    overflow-x: hidden !important;
}

.modal550scroll {
    height: 550px;
    overflow-y: scroll;
    overflow-x:no-display;
}

.modal600scroll {
    height: 600px;
    overflow-y: scroll;
    overflow-x: no-display;
}

.modal650scroll {
    height: 600px;
    overflow-y: scroll;
    overflow-x: no-display;
}



.presence-title h1 {
    margin-bottom: 10px !important;
    text-align: left !important;
}

.breadcrumb {
    background-color: transparent !important;
    padding: 0 !important;
    margin-bottom: 5px !important;
    font-size: 12px !important;
}



.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-spinner div {
        transform-origin: 32px 32px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}



#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #29B2f7;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=90);
    opacity: 0.90;
    z-index: 103000 !important;
}


#processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 103001 !important;
    /*background-color: #fff;*/
    /*border: solid 1px #000;*/
}



.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -15px;
  position: relative;
  z-index: 2;
  cursor:pointer;
}


.lbl_login {
    font-family: "Quicksand", Arial, sans-serif;
    font-weight: 100;
    color: #1e3864;
    text-align: center;
    margin-bottom: 0;
    font-size: 19px;
}

.lbl_RecordarPWD {
    font-family: "Quicksand", Arial, sans-serif;
    font-weight: 100;
    color: #1e3864;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px !important;
}


a.boton-Presence:hover{
    text-decoration:none !important;
}


.boton-Presence {
    width: 100%;
    font-family: "Quicksand", Arial, sans-serif;
    font-weight: 500;
    color: #29b2f7 !important;
    text-align: center;
    font-size: 19px;
    border-radius: 3px;
    padding: 7px !important;
    background: transparent;
    margin-bottom: 20px;
    border: 1px solid #29B2f7 !important;
    background: none !important;
    display: inline-block;
}


.modal {
    z-index: 10000!important;
}

.dropdown-menu {
    z-index: 10001!important;
}

.mVertical {
    text-align: center;
    padding: 0 !important;
}

    .mVertical:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.mVertical-dialog {
    display: inline-block !important;
    text-align: left;
    vertical-align: middle!important;
}



.modal-header {
    border-radius: 5px 5px 0 0!important;
}


.modal-header-danger {
    background-color: #d2322d!important;
}

.modal-header-primary {
    background-color: #29b2f7 !important;
}

.modal-header-warning {
    background-color: #efa740 !important;
}

.modal-title-danger, .modal-title-primary, .modal-title-warning {
    color: white !important;
}

.modal-footer {
    background-color: #f5f5f5 !important;
    border-radius: 0 0 5px 5px !important;
    margin-top: -5px !important;
    text-align:left;
}

.modal-body {
    position: relative;
    padding-bottom: 3px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
}

.alert {
    margin-bottom: 10px !important;
}



.panel {
    margin-top: 10px !important;
}
    .jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 10px;
    height: 10px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
    position: absolute;
    left: 10px;
    border-radius: 3px;
    background: #1ab394;
    padding: 3px;
    color: white;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    box-sizing: content-box;
}


.user-default.u36 {
    font-size: 14px;
    height: 35px;
    line-height: 37px;
    width: 35px;
}

.user-default.u75 {
    font-size: 25px;
    height: 75px;
    line-height: 90px;
    width: 76px;
}

.user-default {
    background: #00b1ff;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    width: 45px;
    border-radius: 50%;
    white-space: nowrap;
    text-transform: uppercase;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}


@media (min-width: 1200px) {
    .modal-lg {
        width: 1100px;
    }
}

.modal-md {
    width: 700px;
}

.rowModalNuevo {
    margin-left: 0px !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rowModal {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.rowIframe {

    margin-right: 25px !important;
    margin-bottom: 50px !important;
}


.ndfHFb-c4YZDc-Wrql6b {
    display: none !important;
}





btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer
}

.fileinput {
    margin-bottom: 9px;
    display: inline-block
}

    .fileinput .form-control {
        padding-top: 7px;
        padding-bottom: 5px;
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text
    }

    .fileinput .thumbnail {
        overflow: hidden;
        display: inline-block;
        margin-bottom: 5px;
        vertical-align: middle;
        text-align: center
    }

        .fileinput .thumbnail > img {
            max-height: 100%
        }

    .fileinput .btn {
        vertical-align: middle
    }

.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists {
    display: none
}

.fileinput-inline .fileinput-controls {
    display: inline
}

.fileinput-filename {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden
}

.form-control .fileinput-filename {
    vertical-align: bottom
}

.fileinput.input-group {
    display: table
}

    .fileinput.input-group > * {
        position: relative;
        z-index: 2
    }

    .fileinput.input-group > .btn-file {
        z-index: 1
    }

.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file {
    border-radius: 0 4px 4px 0
}

    .fileinput-new.input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-file.btn-sm {
        border-radius: 0 3px 3px 0
    }

    .fileinput-new.input-group .btn-file.btn-lg, .fileinput-new .input-group .btn-file.btn-lg {
        border-radius: 0 6px 6px 0
    }

.form-group.has-warning .fileinput .fileinput-preview {
    color: #8a6d3b
}

.form-group.has-warning .fileinput .thumbnail {
    border-color: #faebcc
}

.form-group.has-error .fileinput .fileinput-preview {
    color: #a94442
}

.form-group.has-error .fileinput .thumbnail {
    border-color: #ebccd1
}

.form-group.has-success .fileinput .fileinput-preview {
    color: #3c763d
}

.form-group.has-success .fileinput .thumbnail {
    border-color: #d6e9c6
}

.input-group-addon:not(:first-child) {
    border-left: 0
}

.widget-calendar {
    display: table;
    width: 100%;
}

.widget-calendar .widget-calendar-col {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.widget-calendar .calendar-icon {
    /*margin-right: 15px;*/
    font-size: 30px!important;
    font-size: 4.2rem;
    width: 40px;
    height: 40px;
}

.widget-calendar .widget-calendar-col.widget-calendar-col-icon {
    width: 1%;
}

.widget-calendar .widget-calendar-col {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.widget-calendar .calendar {    
    word-break: break-all;
}

.widget-calendar .calendar .title {
    margin: 0;
    font-size: 14px!important;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    font-weight: 500;
}

.widget-calendar .calendar .info {
    font-size: 14px;
    font-size: 1.4rem;
    /*line-height: 30px;
    line-height: 3rem;*/
}
.panel .calendar {
    margin-bottom: 5px!important;
}

.p-lg {
    padding: 30px;
}

.red-bg, .bg-danger {
    background-color: #ed5565 !important;
    color: #ffffff;
}

.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}



.round.round-sm {
    height: 15px;
    width: 15px;
    line-height: 15px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7em;
}

.round.amarillo {
    background-color: yellow;
}

.round.rojo {
    background-color: red;
}

.round.verde {
    background-color: green;
}

.round.azul {
    background-color: darkblue;
}

.btn-listado {
    padding: 0px!important;
}


.FichajesMinHeight {
    min-height: 110px !important;
    padding: 15px 10px 5px 10px !important;
}


.FichajesPadding {
    padding-left: 0px !important;
    padding-right: 2px !important;
}

.form-group {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}




.input-daterange .input-group-addon-button {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: solid #cccccc;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: medium;
    border-width: 1px 0;
    border-left-width: 0px;
    margin-left: -5px;
    margin-right: -5px;
}



a.menuActivo {
    color: #29b2f7 !important;
    font-weight: bold;
}

select2-results {
    z-index: 1000000 !important;
}


.panel-body .NoPaddingHorizontal {
    padding-left: 0px !important;
    padding-right: 0px !important;
}



