﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-image: url(Images/time.jpg);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea,
.chosen-container-single {
    max-width: 280px;
}
 */

/*Vadim*/
.navbar-fixed-top {
    background-color: white;
    border-color: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

/* Truncación de descripción en tablas */
.descripcion-truncada {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    line-height: 1.5;
}

/* Fix para datepicker z-index */
.datepicker {
    z-index: 9999 !important;
}

.navbar-brand {
    color: white;
}

    .navbar-brand.pragmaLogo {
        /*background: url('Images/logo.png') no-repeat scroll center center;*/
        width: 110px;
        height: 50px;
    }

.navbar-fixed-top .navbar-nav > li > a {
    color: black;
}

    .navbar-fixed-top .navbar-nav > li > a:hover, .navbar-fixed-top .navbar-nav > li > a:focus {
        color: black;
    }

@media (min-width: 1121px) {
    .navbar-nav {
    }
}

.marginTop {
    margin-top: 20px;
}

.marginRight {
    margin-right: 20px;
}

.controls.readonly {
    padding-top: 5px;
}

tr.group,
tr.group:hover,
tr.group td,
tr.group:hover td {
    background-color: #ddd !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 2px solid lightGray;
}

.inlineColumn {
    display: inline-block;
    white-space: nowrap;
}

.listStyleNone, .listStyleNone ul {
    list-style-type: none !important;
}

.required:after {
    content: " *";
    color: #f00;
    margin-top: 5px;
}

.chosen-container ul.chosen-choices {
    max-height: 80px;
    overflow-y: auto;
}

.spinner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #2a05a2;
    background: transparent;
    border-top-color: #efef;
    border-bottom-color: #efef;
    border-left-color: #2a05a2;
    animation: spin 1.5s linear infinite;
    position: relative;
}


html {
    font: normal 22px / 24px 'Lato';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 20px;
}

a {
    background: transparent
}

    a:active,
    a:hover {
        outline: 0
    }

.panel-title a {
    cursor: pointer;
}

h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #3c4b68;
}

.container {
    background-color: rgba(255, 255, 255, 0.85);
}

body > .container {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

/* Body */
body {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-size: cover;
    background-color: white;
    font-family: 'Lato', sans-serif;
    margin: 0;
}
/* float */
.no-float {
    float: none !important;
}

.float-l {
    float: left !important;
}

.float-r {
    float: right !important;
}

.transparent {
    background: transparent !important;
}

.color-Practia-Orange {
    color: #fd572d !important;
}

.color-Practia-Yelow {
    color: #fcb326 !important;
}

.color-Practia-Red {
    color: #d51e1e !important;
}

.color-Practia-Turquise {
    color: #48a89d !important;
}

.color-Practia-Violet {
    color: #3c4b68 !important;
}

.color-Practia-Violet2 {
    color: #507899 !important;
}

.color-white {
    color: white !important;
}
/* Background */
.bg-Practia-Orange {
    background-color: #fd572d !important;
}


/*Cambio en tabla cliente*/
.largeText {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 200px;
    white-space: normal;
}


.bg-Practia-Yelow {
    background-color: #fcb326 !important;
}

.bg-Practia-Red {
    background-color: #d51e1e !important;
}

.bg-Practia-Turquise {
    background-color: #48a89d !important;
}

.bg-Practia-Violet {
    background-color: #3c4b68 !important;
}

.bg-Practia-Violet2 {
    background-color: #507899 !important;
}

.bg-white {
    background-color: white !important;
}
/* Border */
.border-Practia-Orange {
    border-color: #fd572d !important;
    border-style: solid !important;
    border-width: 2px !important;
}

.border-Practia-Yelow {
    border-color: #fcb326 !important;
    border-style: solid !important;
    border-width: 2px !important;
}

.border-Practia-Red {
    border-color: #d51e1e !important;
    border-style: solid !important;
    border-width: 2px !important;
}

.border-Practia-Turquise {
    border-color: #48a89d !important;
    border-style: solid !important;
    border-width: 2px !important;
}

.border-Practia-Violet {
    border-color: #3c4b68 !important;
    border-style: solid !important;
    border-width: 2px !important;
}

.border-Practia-Violet2 {
    border-color: #507899 !important;
    border-style: solid !important;
    border-width: 2px !important;
}

.border-white {
    border-color: white !important;
}
/* Margin */
.no-margin {
    margin: 0 !important;
}

.margin-center {
    display: table;
    margin: 0 auto !important;
}

.margin {
    margin: 15px;
}

.margin-r {
    margin-right: 15px;
}

.margin-l {
    margin-left: 15px;
}

.margin-t {
    margin-top: 15px;
}

.margin-b {
    margin-bottom: 15px;
}

.margin-lr {
    margin-left: 15px;
    margin-right: 15px;
}

.margin-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* Margin X2 */
.margin-x2 {
    margin: 30px;
}

.margin-x2-r {
    margin-right: 30px;
}

.margin-x2-l {
    margin-left: 30px;
}

.margin-x2-t {
    margin-top: 30px;
}

.margin-x2-b {
    margin-bottom: 30px;
}

.margin-x2-lr {
    margin-left: 30px;
    margin-right: 30px;
}

.margin-x2-tb {
    margin-top: 30px;
    margin-bottom: 30px;
}
/* Padding */
.no-padding {
    padding: 0 !important;
}

.padding {
    padding: 15px;
}

.padding-r {
    padding-right: 15px;
}

.padding-l {
    padding-left: 15px;
}

.padding-t {
    padding-top: 15px;
}

.padding-b {
    padding-bottom: 15px;
}

.padding-lr {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-tb {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* Padding X2 */
.padding-x2 {
    padding: 30px;
}

.padding-x2-r {
    padding-right: 30px;
}

.padding-x2-l {
    padding-left: 30px;
}

.padding-x2-t {
    padding-top: 30px;
}

.padding-x2-b {
    padding-bottom: 30px;
}

.padding-x2-lr {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-x2-tb {
    padding-top: 30px;
    padding-bottom: 30px;
}

.w100-perc {
    width: 100%;
}

.half {
    width: 50%;
}

.inline {
    display: inline-block;
    width: auto;
}
/* Navegation */
.dropdown-toggle .badge {
    background-color: #d51e1e !important;
    margin: -6px 0 0 5px;
}
/* DataTables */

.dataTables_scrollHead > div,
.dataTables_scrollBody > table {
    min-width: 100%;
}

.table-condensed > thead > tr > th {
    white-space: nowrap;
}

.dataTables_filter {
    text-align: right !important;
    margin-bottom: 15px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.dataTables_filter label {
    font-weight: normal;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-end !important;
    width: 100%;
}

.dataTables_filter label input {
    margin-left: 10px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 250px;
    font-size: 18px;
    background: white;
    box-shadow: none;
}

.dataTables_wrapper {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    overflow: hidden;
}

.dataTables_wrapper .row {
    margin: 0 !important;
}

.dataTables_wrapper .row .col-sm-6 {
    padding: 0 !important;
}

.dataTables_wrapper .row .col-sm-6:last-child {
    text-align: right !important;
}


.table-summaries {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    margin-bottom: 10px;
    padding: 10px 0;
}

.summary-item {
    text-align: center;
}

.summary-label {
    font-size: 22px;
    color: #666;
    margin-bottom: 2px;
}

.summary-value {
    font-size: 20px;
    font-weight: bold;
    color: #3c4b68;
}

.dataTables_length label select {
    margin-left: 10px;
    margin-right: 10px;
}

.dataTables_info {
    display: none;
}

.DataTable tr.group {
    background-color: #ddd !important;
    cursor: pointer;
    text-align: center;
}

    .DataTable tr.group:hover {
        background-color: #3c5a73 !important;
        color: white !important;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 3px 10px;
    vertical-align: middle;
}

.DataTable tr .label-default {
    background-color: transparent;
}

.DataTable tr .label-danger {
    background-color: #d65379;
    color: #ffffff;
    margin: -4px -10px;
    padding: 4px 10px 7px;
}

table .list-group-item.text-nowrap > label {
    text-align: left;
    width: 90px;
}

table .list-group-item.text-nowrap > span {
    text-align: right;
}

/* TABS */
.tab-content {
    background-image: -webkit-linear-gradient(top, #3c5a73 0%, #3c5a73 100%);
    background-image: -o-linear-gradient(top, #3c5a73 0%, #3c5a73 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c5a73), to(#3c5a73));
    background-image: linear-gradient(to bottom, #3c5a73 0%, #3c5a73 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c5a73', endColorstr='#ff3c5a73', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    background: #f8f8f8 none repeat scroll 0 0;
    border-color: #dddddd;
    border-image: none;
    border-style: none solid solid;
    border-width: 1px;
    padding: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #f8f8f8 !important;
}

/* Modal */
.modal-dialog {
    z-index: 1041;
}

    .modal-dialog textarea {
        min-height: 150px
    }

#modalCambioAlcance textarea, #editCambioAlcanceModal textarea {
    min-height: 50px !important
}

.modal-header {
    background: #3c4b68 none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 4px 4px 0 0;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

    .modal-header .modal-title {
        color: #ffffff;
    }

    .modal-header .close {
        color: #ffffff;
    }

        .modal-header .close:hover, .modal-header .close:focus {
            color: #ffffff;
        }
/* Breadcrumb */

.breadcrumb {
    margin: 5px 0
}

    .breadcrumb.inverse * {
        color: white;
        font-size: 1.1em;
    }

    .breadcrumb > li + li::before {
        color: #3c5a73;
        content: "> ";
        font-weight: 900;
        padding: 0 5px;
    }
/* Lines */

/*.topLine,*/
.hr {
    background-image: url(Images/hr.png);
    background-position: center center;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: auto;
    background-color: white;
    height: 3px;
    display: block;
}

/* Forms */
.btn {
    -moz-user-select: none;
    background-image: none !important;
    border: 1px solid transparent !important;
    text-shadow: 0 0 0 transparent !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.input-group-addon {
    border: 2px solid #cccccc;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 7px 0 0;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    font-size: 14px;
    margin-bottom: 0;
}

textarea {
    border: 2px solid #cccccc;
    border-radius: 5px;
    padding: 1%;
    resize: vertical;
    width: 100%;
}

.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #cccccc;
}

fieldset {
    border: 2px solid #cecece;
    border-radius: 5px;
    margin: 0;
    min-width: 0;
    padding: 0;
}

legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #e8e8e8 none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-radius: 5px;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    display: block;
    font-size: 18px;
    line-height: inherit;
    margin: 1%;
    padding: 5px 15px;
    width: 100%;
}

.form-control:focus {
    border-color: #48a89d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(72, 168, 157);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(72, 168, 157, 0.52);
}

::-moz-selection, ::selection {
    border-color: #48a89d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(72, 168, 157);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(72, 168, 157, 0.52);
}

.input-group .input-group.w100-perc .form-control {
    border-top: 0 none !important;
    border-radius: 0;
}

/* Notify */
.scrollable-menu {
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
    z-index: 0;
    width: 320px !important;
}

.track-Practia {
    width: 10px;
    background: transparent;
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

    .track-Practia:hover,
    .track-Practia.dragging {
        background: #d9d9d9;
        background: rgba(0, 0, 0, 0.15);
    }

.handle-Practia {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track-Practia:hover .handle-Practia,
.track-Practia.dragging .handle-Practia {
    width: 10px;
}

[data-notify="container"][class*="alert-Practia-"] {
    background-color: rgb(255, 255, 238);
    border-width: 0px;
    border-left: 15px solid rgb(255, 179, 40);
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

[data-notify="container"].alert-Practia-info {
    border-left-color: rgb(255, 179, 40);
}

[data-notify="container"].alert-Practia-danger {
    border-left-color: rgb(255, 103, 76);
}

[data-notify="container"][class*="alert-Practia-"] > [data-notify="title"] {
    color: rgb(80, 80, 57);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
}

[data-notify="container"][class*="alert-Practia-"] > [data-notify="message"] {
    font-weight: 400;
}

[data-notify="progressbar"] .progress-bar {
    background-color: rgb(255, 179, 40) !important;
    background-image: none;
}

[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.popover {
    border: 2px solid rgba(0, 0, 0, 0.2);
}
/* HR Linea Practia*/
hr.line {
    background: transparent;
    height: 1px;
    margin: 30px 0;
}
/* Custom checkbox */
.switch {
    line-height: 45px;
}

    .switch > label span {
        height: 16px;
        left: 130%;
        position: absolute;
        top: -23px;
    }

    .switch > input[type="checkbox"] {
        display: none;
    }

    .switch > label {
        cursor: pointer;
        height: 0px;
        position: relative;
        width: 40px;
    }

        .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;
        }

        .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;
        }

    .switch > input[type="checkbox"]:checked + label::before {
        background: inherit;
        opacity: 0.5;
    }

    .switch > input[type="checkbox"]:checked + label::after {
        background: inherit;
        left: 20px;
    }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.help-block {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    background: #ffe1e1;
    padding: 0 10px;
    border-radius: 3px;
    line-height: 25px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.input-group-addon i {
    width: 14px;
}

.input-group-addon .chosen-container {
    /*border-left: 0 none !important;*/
}

.input-group .chosen-container a {
    /*border-left: 0 none !important;*/
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    margin: 0 0 0 -2px;
    width: 100%;
}

.form-control-feedback.glyphicon-remove.glyphicon {
    color: #d51e1e !important;
}

.form-group dt {
    float: left;
    padding: 0 8px 0 0;
    width: auto;
}

dd {
    color: #696260;
    /*font-size: 1.1em;*/
    font-weight: normal;
    margin-left: 0;
}

dt {
    color: #428e85 !important;
    border-bottom: 1px solid #e2dfdf;
}

/* bs components*/
.bs-component {
    position: relative;
}

    .bs-component .modal {
        bottom: auto;
        display: block;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
        z-index: 1;
    }

    .bs-component .modal-dialog {
        width: 90%;
    }

    .bs-component .popover {
        display: inline-block;
        margin: 20px;
        position: relative;
        width: 220px;
    }

.source-button {
    display: block !important;
    margin: 20px auto;
    width: 50px;
}

.bs-component .navbar-nav,
.bs-component .navbar-fixed-top,
.bs-component .navbar-fixed-bottom {
    position: relative !important;
    max-width: 100%;
    z-index: 99;
}

.bs-component .navbar .container {
    max-width: 100% !important;
}

.bs-component.icons img {
    display: inline-block;
    position: relative;
    visibility: visible;
    width: 8%;
    margin: 2%;
}

.bs-component.colors span {
    padding: 5px 6px;
    margin: 5px;
    display: inline-block;
    color: white;
    width: 15%;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.bs-component.colors .row-border span {
    color: black;
}
/* Custom Media */
@media (max-width: 954px) {
    .dropdown-menu .divider {
        display: none;
    }

    .dropdown-menu > li > a {
        border-top: 1px solid #3c5a73 !important;
        color: #3c5a73;
        display: block;
        padding: 13px 20px !important;
    }

    .navbar-nav > li > a {
        border-top: 1px solid #3c5a73 !important;
    }

    .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
        padding: 5px 3px;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 5px;
        margin-left: 5px;
        margin-top: 5px;
    }
}

/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #ffffff;
    background-color: #507899;
    border-color: #3276b1;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #eeeeee;
        background-color: #235d8c;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333333;
            background-color: #235d8c;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #333333;
    }

.btn-primary {
    color: #ffffff;
    background-color: #3c5a73;
    border-color: #3c5a73;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #ffffff;
        background-color: #d51e1e;
        border-color: #d51e1e;
    }

    .btn-primary:hover {
        color: #ffffff;
        background-color: #9f1431;
        border-color: #801027;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #9f1431;
        border-color: #801027;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #ffffff;
            background-color: #801027;
            border-color: #440815;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #3c4b68;
        border-color: #b61638;
    }

    .btn-primary .badge {
        color: #3c4b68;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #549900;
    border-color: #41968c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #ffffff;
        background-color: #3a847c;
        border-color: #1b3d39;
    }

    .btn-success:hover {
        color: #ffffff;
        background-color: #3a847c;
        border-color: #2f6c65;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #3a847c;
        border-color: #2f6c65;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #ffffff;
            background-color: #2f6c65;
            border-color: #1b3d39;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #49a89d;
        border-color: #41968c;
    }

    .btn-success .badge {
        color: #49a89d;
        background-color: #ffffff;
    }

.btn-info {
    color: #ffffff;
    background-color: #48a89d;
    border-color: #61bcb2;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #ffffff;
        background-color: #349c90;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #ffffff;
        background-color: #349c90;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #349c90;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #ffffff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #48a89d;
        border-color: #61bcb2;
    }

    .btn-info .badge {
        color: #48a89d;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #fcb326;
    border-color: #fcb326;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #ffffff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d51e1e;
    border-color: #d51e1e;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #ffffff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #ffffff;
    }

.btn-link {
    color: #3c4b68;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #89112a;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}


.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a.btnSalir {
        display: block;
        padding: 3px 5px !important;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #d51e1e;
        white-space: nowrap;
        text-align: left;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 10px 15px !important;
        clear: both;
        color: black;
        font-weight: normal;
        line-height: 1.42857143;
        white-space: nowrap;
        text-align: left;
    }

        .dropdown-menu > li > a.btnSalir:hover,
        .dropdown-menu > li > a.btnSalir:focus {
            text-decoration: none;
            color: #48a89d;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #3c4b68;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 1121px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #3c4b68;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 1121px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 1121px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #3c4b68;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 1121px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 1121px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 1121px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 1121px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 1121px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 1121px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 1121px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 1121px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }


/* images carga horas */

.table .imgExpand {
    background: url('Images/expand.png') no-repeat scroll center center;
    width: 12px;
    height: 12px;
    border: 0px;
    cursor: pointer;
    margin-left: 4px;
    display: inline-block;
}

.table .imgCollapse {
    background: url('Images/collapse.png') no-repeat scroll center center;
    width: 12px;
    height: 12px;
    border: 0px;
    cursor: pointer;
    margin-left: 4px;
    display: inline-block;
}

.table tr.group, .table .group > td > label {
    cursor: pointer;
}

.cargaHorasLabel {
    width: 350px;
}

h4, .h4 {
    font-size: 26px;
}

.nav > li > a {
    line-height: 40px;
    white-space: nowrap;
    text-align: left;
}

.dropdown-menu {
    min-width: 135px;
}

form#logoutForm {
    display: block;
    position: relative;
    line-height: 40px;
}

    form#logoutForm a {
        position: relative;
        display: block;
        padding: 10px 20px;
        text-decoration: none;
    }

.table thead {
    background-color: #d6d6d6;
}

    .table thead tr th:hover {
        background-color: rgba(0, 0, 0, 0.075);
    }

table.dataTable caption {
    position: absolute;
    top: -46px;
    background: transparent;
    color: #3c4b68;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
}

.modal.fade.ui-draggable-dragging {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}
/*.progress-bar {
    min-width: 45px;
}*/
.pro-title {
    font-size: 16px;
}

.porcentajelabel {
    position: absolute;
    left: -45px;
}

input[class="createSeg"][type="radio"] {
    display: none;
}

.clasificacion {
    direction: rtl;
    unicode-bidi: bidi-override;
    font-size: 120%;
}

label[class="cali"]:hover,
label[class="cali"]:hover ~ label {
    color: red;
}

input[class="createSeg"][type="radio"]:checked ~ label {
    color: red;
}

/* ========================================
   Estilos específicos para tablas de Ausencias
   ======================================== */

/* Padding general de celdas en tablas de ausencias */
.tableContactosCliente td, 
.tableContactosCliente th {
    padding: 4px 6px;
}

/* Botones en tablas de ausencias */
.tableContactosCliente .btn {
    padding: 2px 6px;
}

/* Columnas de fechas */
.tableContactosCliente th:nth-child(2), /* Fecha Inicio */
.tableContactosCliente td:nth-child(2),
.tableContactosCliente th:nth-child(3), /* Fecha Fin */
.tableContactosCliente td:nth-child(3),
.tableContactosCliente th:nth-child(12), /* Fecha reintegro previsto */
.tableContactosCliente td:nth-child(12) {
    width: 70px;
}

/* Días laborales */
.tableContactosCliente th:nth-child(4),
.tableContactosCliente td:nth-child(4) {
    width: 30px;
}

/* Certificado */
.tableContactosCliente th:nth-child(10),
.tableContactosCliente td:nth-child(10) {
    width: 125px !important;
}

/* Columna de botones de acciones */
.tableContactosCliente th:nth-child(11),
.tableContactosCliente td:nth-child(11) {
    width: 60px;
}

/* Reducir espacio entre botones */
.tableContactosCliente .d-inline-block {
    margin: 0 1px;
}
