
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th, .table td {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 3px;
    padding-left: 3px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table th {
    font-weight: bold
}

.table thead th {
    vertical-align: bottom
}

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed th, .table-condensed td {
    padding: 4px 5px
}

.table-bordered {
    border: 1px solid #ddd;
    /*border-collapse: separate;*/
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd
}

.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}

.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0
}

.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    /*background-color: #f5f5f5*/
}

table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0
}

.table td.span1, .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0
}

.table td.span2, .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0
}

.table td.span3, .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0
}

.table td.span4, .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0
}

.table td.span5, .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0
}

.table td.span6, .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0
}

.table td.span7, .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0
}

.table td.span8, .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0
}

.table td.span9, .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0
}

.table td.span10, .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0
}

.table td.span11, .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0
}

.table td.span12, .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0
}

.table tbody tr.success td {
    background-color: #dff0d8
}

.table tbody tr.error td {
    background-color: #f2dede
}

.table tbody tr.warning td {
    background-color: #fcf8e3
}

.table tbody tr.info td {
    background-color: #d9edf7
}

.table-hover tbody tr.success:hover td {
    /*background-color: #d0e9c6*/
}

.table-hover tbody tr.error:hover td {
    /*background-color: #ebcccc*/
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3
}

.table-striped tbody tr:nth-child(odd):hover td {
    background-color: #F9F9F9;
}

label, input, button, select, textarea {
    /*font-size: 11px;*/
    font-size: 15px;
    font-weight: normal;
    /*line-height: 20px*/
}

input, button, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pd-12{
    padding: 12px;
}

label.form-check-label {
    display: inline-table;
    /*margin-bottom: 5px*/
}

label {
    display: block;
    /*margin-bottom: 5px*/
}

.field-label{
    font-weight: 600;
    letter-spacing: normal;
    color: #052436!important;
    font-size: 0.9rem!important;


}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    display: inline-block;
    padding: 4px 6px;
    /*margin-bottom: 10px;*/
    font-size: 11px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}

input, textarea, .uneditable-input {
    /*width: 206px;*/
    /*width: 100%;*/
}

textarea {
    height: auto
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    /*background-color: #fff;*/
    border: 1px solid #aaa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-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 linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    margin-left: 0px;
    /*margin-left: 4px;*/
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6)
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    *margin-top: 0;
    line-height: normal
}
/*, input[type="radio"], input[type="checkbox"]*/
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"] {
    width: auto
}

select {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px
}

select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc
}

select[multiple], select[size] {
    height: auto
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    /*outline: thin dotted #333;*/
    /*outline: 5px auto -webkit-focus-ring-color;*/
    outline-offset: -2px
}

.media, .media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1
}

.media, .media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media .pull-left {
    margin-right: 10px
}

.media .pull-right {
    margin-left: 10px
}

.media-list {
    margin-left: 0;
    list-style: none
}

.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 13px;
    /*font-weight: bold;*/
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}

.label:empty, .badge:empty {
    display: none
}

a.label:hover, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-white, .badge-white {
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0.5rem;
    flex-direction: column;
    min-width: 0;
    position: relative;
    color: black;
}

.label-white[href], .badge-white[href] {
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0.5rem;
    flex-direction: column;
    min-width: 0;
    position: relative;
    color: black;
}

.label-important, .badge-important {
    background-color: #b94a48
}

.label-important[href], .badge-important[href] {
    background-color: #953b39
}

.label-warning, .badge-warning {
    background-color: #FE9900
}

.label-warning[href], .badge-warning[href] {
    background-color: #FE9900
}

.label-green,
.badge-green {
    background-color: #27AE60;
}

.label-green[href],
.badge-green[href] {
    background-color: #27AE60;
}

.label-darkgreen,
.badge-darkgreen {
    background-color: #16A085;
}

.label-darkgreen[href],
.badge-darkgreen[href] {
    background-color: #16A085;
}

.label-purple,
.badge-purple {
    background-color: #A569BD;
}

.label-purple[href],
.badge-purple[href] {
    background-color: #A569BD;
}

.label-success, .badge-success {
    background-color: #468847
}

.label-success[href], .badge-success[href] {
    background-color: #356635
}

.label-info, .badge-info {
    background-color: #3a87ad
}

.label-info[href], .badge-info[href] {
    background-color: #2d6987
}

.label-inverse, .badge-inverse {
    background-color: #333
}

.label-inverse[href], .badge-inverse[href] {
    background-color: #1a1a1a
}

.btn .label, .btn .badge {
    position: relative;
    top: -1px
}

.btn-mini .label, .btn-mini .badge {
    top: 0
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #2d353c
}

.form-control:focus {
    color: #2d353c;
    background-color: #fff;
    border-color: #5db0ff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 143, 226, .25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}


.blinkimg {
    animation: blink 1.8s;
    animation-iteration-count: infinite;
}


tbody tr:hover td {
    /*background-color: #EAF2F8 !important;*/
    background-color: #EAF2F8;
}


/*MENU PRINCIPAL PANEL*/
.pd {
    padding: 5px 15px 15px 15px;
}

.containerMenu {
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
    grid-gap: 20px;
}

.containerMenu > * {
    grid-column: col-start / span 12;
}

.menuPanelCard {
    list-style: none;
    margin: 0em !important;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
    font-size: 12px;
}

.menuPanelCard .carbon-example {
    border: 1px solid #e3e3e3;
}

.menuPanelCard > .carbon-example:hover {
    background: #eff7ff;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.menuPanel {
    list-style: none;
    margin: 0em !important;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.menuPanel > li {
    /*border: 1px solid #ffe066;*/
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 15px 15px;
    vertical-align: middle;
    text-align: center;
}

.menuPanel > li:hover {
    background: #eff7ff;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/*.menuPanel > li:hover .pd > img {*/
/*    filter: brightness(0) invert(1);*/
/*}*/

/*.menuPanel > li:hover .tituloicon {*/
/*    color: #FE9900;*/
/*}*/

/*.menuPanel > li:hover .icondesc {*/
/*    color: white;*/
/*}*/

.menuPanel .iconimage {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.menuPanel .iconimage img {
    height: 80px;
}

.menuPanel .iconname {
    font-weight: bold;
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 10px;
}

.menuPanel .tituloicon {
    font-size: 15px;
    margin: 0;
    font-family: inherit;
    font-weight: bold !important;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

.menuPanel .icondesc {
    font-weight: normal;
    font-size: 10px;
    line-height: 5px;
}


.menuPanelFavoritos {
    list-style: none;
    margin: 0em !important;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
}

.menuPanelFavoritos > li {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 15px 15px;
    vertical-align: middle;
    text-align: center;
}

.menuPanelFavoritos .iconimage {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.menuPanelFavoritos .iconimage img {
    height: 65px;
}

.menuPanelFavoritos .iconname {
    font-weight: bold;
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 10px;
}

.menuPanelFavoritos .tituloicon {
    font-size: 15px;
    margin: 0;
    font-family: inherit;
    font-weight: bold !important;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

.menuPanelFavoritos .icondesc {
    font-weight: normal;
    font-size: 10px;
    line-height: 5px;
}

.menuPanelFavoritos > li:hover {
    background: #eff7ff;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}


.containerFile {
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
    grid-gap: 20px;
}

.containerFile > * {
    grid-column: col-start / span 12;
}

.menuFile {
    list-style: none;
    margin: 0em !important;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.menuFile > li {
    /*border: 1px solid #ffe066;*/
    /*border-radius: 5px;*/
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 15px 15px;
    vertical-align: middle;
    text-align: center;
}

.menuFile > li:hover {
    /*background: #999;*/
    /*background: #9cb539;*/
    /*background: #13c2c2;*/
    /*background: #00cfdd;*/
    background: rgba(90, 141, 238, 0.15);
    color: white;
    /*color: #5a8dee;*/
    cursor: pointer;

    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    /*border: 2.5px solid #859a2f;*/
    /*background-image: linear-gradient(to bottom, #038fde , #20C997);*/
}

.menuFile .iconimage {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.menuFile .iconimage img {
    height: 80px;
}

.menuFile .iconname {
    font-weight: bold;
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 10px;
}

.menuFile .icondesc {
    font-weight: normal;
    font-size: 10px;
    line-height: 5px;
}

.subtitulo {
    font-size: 14px;
    line-height: 20px;
    color: rgb(0, 0, 24);
    margin: 0px 3px 0px 0px;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 15rem;
    height: 15rem;
    vertical-align: text-bottom;
    border: 50px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 15rem;
    height: 15rem;
    border-width: 50px;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 15rem;
    height: 15rem;
    vertical-align: text-bottom;
    border-radius: 50%;
    opacity: 66%;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 15rem;
    height: 15rem;
}

.modal-body {
    overflow-y: auto;
}

div.online-indicator {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-color: #0fcc45;
    border-radius: 50%;
    position: relative;
}

span.blink-online {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #0fcc45;
    opacity: 0.7;
    border-radius: 50%;

    animation: blink 1s linear infinite;
}

div.offline-indicator {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-color: #ba2121;
    border-radius: 50%;
    position: relative;
}

span.blink-offline {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #ba2121;
    opacity: 0.7;
    border-radius: 50%;
    animation: blink 1s linear infinite;
}

/*Animations*/

@keyframes blink {
    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}

#page-loader .preloader-interior {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1C3247;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#page-loader .preloader-interior:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00501f;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#page-loader .preloader-interior:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #F8B334;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.avatar-offline {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.btn-mini {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10.5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.backgrounmarcaagua {
    min-height: 80vh;
    background: url('/static/images/coverbalcon.png') no-repeat fixed;
    background-size: 260px;
    background-position: 98% 90%;
}

.normal-input {
    color: black;
    width: 100%;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: initial;
}

.tablaBusquedaSearch td {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 3px;
    padding-left: 3px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ffffff;
!important;
    border-left: transparent;
}

.tablaBusquedaSearch tbody tr.info:hover td {
    background-color: #F8F9F9 !important;
}

.tablaBusquedaSearch tbody tr.info td {
    background-color: transparent !important;
}

.tablaHoverOculto tbody tr.info:hover td {
    background-color: transparent !important;
}

#idbuscador {
    width: 30%;
    padding: 3px 15px;
    float: right;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: -4px;
    background: #f1f1f1;
    color: #8A8E8F;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

body {
    font-family: 'Roboto', sans-serif;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}


.thumbnails {
    /*margin-left: -20px;*/
    list-style: none;
    *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
    display: table;
    line-height: 0;
    content: "";
}

.thumbnails:after {
    clear: both;
}

.row-fluid .thumbnails {
    margin-left: 0;
}

.thumbnails > li {
    float: left;
    margin-bottom: 20px;
    /*margin-left: 20px;*/
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    background: white;
    /*border: 1px solid #ddd;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
    border-color: #0088cc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #555555;
}

.breadcrumb2 {
    /*background: #eee !important; */
    padding: 5px 15px;
    margin: 0 0 0;
!important;
    list-style: none;
    /*background-color: #f5f5f5;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
}

.breadcrumb2 > li {
    display: inline-block;
    *display: inline;
    text-shadow: 0 1px 0 #fff;
    *zoom: 1
}

.breadcrumb2 > li > .divider {
    padding: 0 5px;
    color: #ccc
}

.breadcrumb2 > .active {
    color: #999
}

.text-error {
    color: #b94a48;
}

a.text-error:hover {
    color: #953b39;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.label-important,
.badge-important {
    background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
    background-color: #953b39;
}

.texto-gris {
    color: #7C7C7C;
}

.texto-blue {
    color: #1c3247;
}

.texto-azul {
    color: #264763;
}

.texto-azul-claro {
    color: #3c7aa0;
}


.texto-naranja {
    color: #FE9900;
}

.btn-cerrar-modal {
    color: white;
    width: 19px;
    height: 25px;
    border-radius: 100%;
    background: #1c3247;
    margin-right: 30px;
    margin-bottom: 5px;
    transition: .3s;
    opacity: 100%;
    font-size: 19px;
}


table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

.table th, .table td {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 3px;
    padding-left: 3px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table th {
    font-weight: bold
}

.table thead th {
    vertical-align: bottom
}

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed th, .table-condensed td {
    padding: 4px 5px
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd
}

.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}

.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0
}

.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    /*background-color: #f5f5f5*/
}

table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0
}

.table td.span1, .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0
}

.table td.span2, .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0
}

.table td.span3, .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0
}

.table td.span4, .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0
}

.table td.span5, .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0
}

.table td.span6, .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0
}

.table td.span7, .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0
}

.table td.span8, .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0
}

.table td.span9, .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0
}

.table td.span10, .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0
}

.table td.span11, .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0
}

.table td.span12, .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0
}

.table tbody tr.success td {
    background-color: #dff0d8
}

.table tbody tr.error td {
    background-color: #f2dede
}

.table tbody tr.warning td {
    background-color: #fcf8e3
}

.table tbody tr.info td {
    background-color: #d9edf7
}

.table-hover tbody tr.success:hover td {
    /*background-color: #d0e9c6*/
}

.table-hover tbody tr.error:hover td {
    /*background-color: #ebcccc*/
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3
}

.table-striped tbody tr:nth-child(odd):hover td {
    background-color: #F9F9F9;
}

[class^="icon-"], [class*=" icon-"] {
    /*display: inline-block;*/
    /*width: 12px;*/
    /*height: 12px;*/
    /*margin-top: 1px;*/
    /**margin-right: .3em;*/
    /*line-height: 14px;*/
    /*background-image: url("../images/glyphicons-halflings.png");*/
    /*background-position: 14px 14px;*/
    /*background-repeat: no-repeat*/
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
    /*background-image: url("../images/glyphicons-halflings-white.png")*/
}

.icon-glass {
    background-position: 0 0
}

.icon-music {
    background-position: -24px 0
}

.icon-search {
    background-position: -48px 0
}

.icon-envelope {
    background-position: -72px 0
}

.icon-heart {
    background-position: -96px 0
}

.icon-star {
    background-position: -120px 0
}

.icon-star-empty {
    background-position: -144px 0
}

.icon-user {
    background-position: -168px 0
}

.icon-film {
    background-position: -192px 0
}

.icon-th-large {
    background-position: -216px 0
}

.icon-th {
    background-position: -240px 0
}

.icon-th-list {
    background-position: -264px 0
}

.icon-ok {
    background-position: -288px 0
}

.icon-remove {
    background-position: -312px 0
}

.icon-zoom-in {
    background-position: -336px 0
}

.icon-zoom-out {
    background-position: -360px 0
}

.icon-off {
    background-position: -384px 0
}

.icon-signal {
    background-position: -408px 0
}

.icon-cog {
    background-position: -432px 0
}

.icon-trash {
    background-position: -456px 0
}

.icon-home {
    background-position: 0 -24px
}

.icon-file {
    background-position: -24px -24px
}

.icon-time {
    background-position: -48px -24px
}

.icon-road {
    background-position: -72px -24px
}

.icon-download-alt {
    background-position: -96px -24px
}

.icon-download {
    background-position: -120px -24px
}

.icon-upload {
    background-position: -144px -24px
}

.icon-inbox {
    background-position: -168px -24px
}

.icon-play-circle {
    background-position: -192px -24px
}

.icon-repeat {
    background-position: -216px -24px
}

.icon-refresh {
    background-position: -240px -24px
}

.icon-list-alt {
    background-position: -264px -24px
}

.icon-lock {
    background-position: -287px -24px
}

.icon-flag {
    background-position: -312px -24px
}

.icon-headphones {
    background-position: -336px -24px
}

.icon-volume-off {
    background-position: -360px -24px
}

.icon-volume-down {
    background-position: -384px -24px
}

.icon-volume-up {
    background-position: -408px -24px
}

.icon-qrcode {
    background-position: -432px -24px
}

.icon-barcode {
    background-position: -456px -24px
}

.icon-tag {
    background-position: 0 -48px
}

.icon-tags {
    background-position: -25px -48px
}

.icon-book {
    background-position: -48px -48px
}

.icon-bookmark {
    background-position: -72px -48px
}

.icon-print {
    background-position: -96px -48px
}

.icon-camera {
    background-position: -120px -48px
}

.icon-font {
    background-position: -144px -48px
}

.icon-bold {
    background-position: -167px -48px
}

.icon-italic {
    background-position: -192px -48px
}

.icon-text-height {
    background-position: -216px -48px
}

.icon-text-width {
    background-position: -240px -48px
}

.icon-align-left {
    background-position: -264px -48px
}

.icon-align-center {
    background-position: -288px -48px
}

.icon-align-right {
    background-position: -312px -48px
}

.icon-align-justify {
    background-position: -336px -48px
}

.icon-list {
    background-position: -360px -48px
}

.icon-indent-left {
    background-position: -384px -48px
}

.icon-indent-right {
    background-position: -408px -48px
}

.icon-facetime-video {
    background-position: -432px -48px
}

.icon-picture {
    background-position: -456px -48px
}

.icon-pencil {
    background-position: 0 -72px
}

.icon-map-marker {
    background-position: -24px -72px
}

.icon-adjust {
    background-position: -48px -72px
}

.icon-tint {
    background-position: -72px -72px
}

.icon-edit {
    background-position: -96px -72px
}

.icon-share {
    background-position: -120px -72px
}

.icon-check {
    background-position: -144px -72px
}

.icon-move {
    background-position: -168px -72px
}

.icon-step-backward {
    background-position: -192px -72px
}

.icon-fast-backward {
    background-position: -216px -72px
}

.icon-backward {
    background-position: -240px -72px
}

.icon-play {
    background-position: -264px -72px
}

.icon-pause {
    background-position: -288px -72px
}

.icon-stop {
    background-position: -312px -72px
}

.icon-forward {
    background-position: -336px -72px
}

.icon-fast-forward {
    background-position: -360px -72px
}

.icon-step-forward {
    background-position: -384px -72px
}

.icon-eject {
    background-position: -408px -72px
}

.icon-chevron-left {
    background-position: -432px -72px
}

.icon-chevron-right {
    background-position: -456px -72px
}

.icon-plus-sign {
    background-position: 0 -96px
}

.icon-minus-sign {
    background-position: -24px -96px
}

.icon-remove-sign {
    background-position: -48px -96px
}

.icon-ok-sign {
    background-position: -72px -96px
}

.icon-question-sign {
    background-position: -96px -96px
}

.icon-info-sign {
    background-position: -120px -96px
}

.icon-screenshot {
    background-position: -144px -96px
}

.icon-remove-circle {
    background-position: -168px -96px
}

.icon-ok-circle {
    background-position: -192px -96px
}

.icon-ban-circle {
    background-position: -216px -96px
}

.icon-arrow-left {
    background-position: -240px -96px
}

.icon-arrow-right {
    background-position: -264px -96px
}

.icon-arrow-up {
    background-position: -289px -96px
}

.icon-arrow-down {
    background-position: -312px -96px
}

.icon-share-alt {
    background-position: -336px -96px
}

.icon-resize-full {
    background-position: -360px -96px
}

.icon-resize-small {
    background-position: -384px -96px
}

.icon-plus {
    background-position: -408px -96px
}

.icon-minus {
    background-position: -433px -96px
}

.icon-asterisk {
    background-position: -456px -96px
}

.icon-exclamation-sign {
    background-position: 0 -120px
}

.icon-gift {
    background-position: -24px -120px
}

.icon-leaf {
    background-position: -48px -120px
}

.icon-fire {
    background-position: -72px -120px
}

.icon-eye-open {
    background-position: -96px -120px
}

.icon-eye-close {
    background-position: -120px -120px
}

.icon-warning-sign {
    background-position: -144px -120px
}

.icon-plane {
    background-position: -168px -120px
}

.icon-calendar {
    background-position: -192px -120px
}

.icon-random {
    width: 16px;
    background-position: -216px -120px
}

.icon-comment {
    background-position: -240px -120px
}

.icon-magnet {
    background-position: -264px -120px
}

.icon-chevron-up {
    background-position: -288px -120px
}

.icon-chevron-down {
    background-position: -313px -119px
}

.icon-retweet {
    background-position: -336px -120px
}

.icon-shopping-cart {
    background-position: -360px -120px
}

.icon-folder-close {
    background-position: -384px -120px
}

.icon-folder-open {
    width: 16px;
    background-position: -408px -120px
}

.icon-resize-vertical {
    background-position: -432px -119px
}

.icon-resize-horizontal {
    background-position: -456px -118px
}

.icon-hdd {
    background-position: 0 -144px
}

.icon-bullhorn {
    background-position: -24px -144px
}

.icon-bell {
    background-position: -48px -144px
}

.icon-certificate {
    background-position: -72px -144px
}

.icon-thumbs-up {
    background-position: -96px -144px
}

.icon-thumbs-down {
    background-position: -120px -144px
}

.icon-hand-right {
    background-position: -144px -144px
}

.icon-hand-left {
    background-position: -168px -144px
}

.icon-hand-up {
    background-position: -192px -144px
}

.icon-hand-down {
    background-position: -216px -144px
}

.icon-circle-arrow-right {
    background-position: -240px -144px
}

.icon-circle-arrow-left {
    background-position: -264px -144px
}

.icon-circle-arrow-up {
    background-position: -288px -144px
}

.icon-circle-arrow-down {
    background-position: -312px -144px
}

.icon-globe {
    background-position: -336px -144px
}

.icon-wrench {
    background-position: -360px -144px
}

.icon-tasks {
    background-position: -384px -144px
}

.icon-filter {
    background-position: -408px -144px
}

.icon-briefcase {
    background-position: -432px -144px
}

.icon-fullscreen {
    background-position: -456px -144px
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle {
    *margin-bottom: -3px
}

.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}

.form-horizontal .control-group {
    margin-bottom: 0;
}

.form-search {
    margin-bottom: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.row-fluid {
    margin-bottom: 10px;
}

.imp-codigo {
    width: 200px;
}

.imp-descripcion {
    width: 300px;
}

.imp-persona {
    width: 300px;
}

.imp-ruc {
    width: 130px;
}

.imp-comprobantes {
    width: 140px;
}

.imp-number {
    width: 100px;
}

.imp-numbersmall {
    width: 55px;
    text-align: center
}

.imp-numbermed-center {
    width: 100px;
    text-align: center
}

.imp-numbermed-right {
    width: 100px;
    text-align: right
}

.imp-numbermed-right-small {
    width: 50px;
    text-align: right
}

.imp-moneda {
    width: 100px;
    text-align: right;
}

.imp-anio {
    width: 50px;
    text-align: center
}

.imp-cedula {
    width: 110px;
}

.imp-email {
    width: 50%;
}

.imp-10 {
    width: 10%;
}

.imp-12 {
    width: 12%;
}

.imp-25 {
    width: 25%;
}

.imp-50 {
    width: 50%;
}

.imp-75 {
    width: 75%;
}

.imp-100 {
    width: 100%;
}

table {
    background: white;
}

table thead tr th {
    background: #f0f0f0;
}

.btn-link-periodos {
    color: #ffffff;
    font-weight: 500;
    text-decoration: underline
}

.btn-link-periodos:hover {
    color: #FE9900;
    font-weight: 700;
}

.listaPeriodosMenu {
    position: relative;
    height: 400px !important;
    overflow-x: auto !important;
    width: 473px; !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .listaPeriodosMenu {
        width: 100% !important;
        height: 350px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 767px) {
    .listaPeriodosMenu {
        width: 100% !important;
        height: 300px !important;
        font-size: 11px !important;
    }
}

.listaNotiMenu {
    position: relative;
    height: 320px !important;
    overflow-x: auto !important;
    width: 350px !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .listaNotiMenu {
        width: 100% !important;
        height: 500px !important;
    }
}

@media (max-width: 767px) {
    .listaNotiMenu {
        width: 100%;
    !important;
        height: 500px;
    !important;
    }
}

.barranaranja {
    border-left: 4px solid #e9ecef;
    border-left-color: #FE9900;
    line-height: 21px;
    margin-bottom: 10px;
!important;
    margin-left: 12px;
!important;
}

.headtitle {
    /*border-radius: 0.25rem;*/
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
    /*background-color: #fff;*/
    border-left: 4px solid #e9ecef;
    /*margin-bottom: 0rem;*/
    border-left-color: #FE9900;
    /* padding: 1rem; */
    line-height: 21px;
    /*width: 350px;*/
    font-size: 20px;
    margin-bottom: 10px;
!important;
    margin-left: 12px;
!important;
}

.headtitle h3 {
    margin-left: 6px;
    padding-top: 6px;
    margin-bottom: 1px;
    font-weight: bold;
}

.headtitle h6 {
    margin-left: 6px;
    margin-bottom: 1px;
    color: #7C7C7C;
}

.headtitlenobar {
    /*border-radius: 0.25rem;*/
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
    /*background-color: #fff;*/
    /*margin-bottom: 0rem;*/
    /* padding: 1rem; */
    line-height: 21px;
    /*width: 350px;*/
    font-size: 20px;
    margin-bottom: 10px;
!important;
}

.headtitlenobar h3 {
    margin-left: 6px;
    padding-top: 6px;
    margin-bottom: 1px;
    font-weight: bold;
}

.headtitlenobar h6 {
    margin-left: 6px;
    margin-bottom: 1px;
    color: #7C7C7C;
}


.dataTables_filter {
    padding-bottom: 15px;
}

.table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #E5E8E8 !important;
}

.panelbody {
    padding: 5px;
!important;
}

@media (min-width: 1200px){
    .panelbody {
        /* margin-left: -18px; */
        margin-left: -9px;
        *zoom: 1;
    }
}

.dropdown-item a{
    width: 100%; !important;
}

.modal-header{
    padding: 11px 11px; !important;
    padding-bottom: 1px; !important;
}

.btn-orange {
    border-radius: 20px !important;
    /*font-size: 12px;*/
    font-weight: 400 !important;
    background-color: #FE9900 !important;
    border-color: #FE9900 !important;
    color: #fff !important;
    /*width: 180px;*/
    padding: 5px 18px 5px 18px !important;
    transition: background-color .3s ease, color .3s ease !important;
}

.btn-orange:hover {
    background-color: rgb(239, 143, 0)!important;
    color: #fff!important;
}

.btn-cian-secondary {
    background-color: #D3DEE8!important;
    color: #1F354A!important;
    border-color:#D3DEE8!important;
    /*font-size: 12px;*/
    /*width: 180px;*/
    font-weight: 400!important;
    border-radius: 20px!important;
    padding: 5px 18px 5px 18px!important;
    transition: background-color .3s ease , border-color .3s ease , color .3s ease !important;
}

.btn-cian-secondary:hover {
    background-color: #1F354A!important;
    border-color:#1F354A!important;
    color: white!important;
}

.btn-expand{
    width: 180px;
}

.btn-outline-orange {
    color: #5c596d;
}

.btn-outline-orange:hover {
    background-color: #FE9900!important;
    border-color: #FE9900!important;
    color: #fff !important;
}

.btn-outline-orange-active {
    background-color: rgb(239, 143, 0)!important;
    border-color: #FE9900!important;
    color: #fff!important;
}

.btn-rosa {
    border-radius: 20px;
    /*font-size: 12px;*/
    font-weight: 400;
    background-color: #ff7bac;
    border-color: #F4ECF7;
    color: #fff;
    /*width: 180px;*/
    padding: 5px 18px 5px 18px;
}

.btn-rosa:hover {
    background-color: #ff7bac78;
    color: #fff;
}

.btn-cian-opacity{
    background-color: #92BDDF!important;
    color: #1F354A!important;
    border-color:#92BDDF!important;
    font-weight: 400!important;
}
.btn-cian-opacity:hover {
    background-color: #9bc7ee !important;
    border-color:#9bc7ee!important;
}

.text-rosa{
    color: #ff7bac;
}

/* Tamaño responsive adicionales de table*/
.w-3 {
    width: 3% !important;
}

.w-2 {
    width: 2% !important;
}

.w-1 {
    width: 1% !important;
}
.w-05 {
    width: 0.5% !important;
}
.w-03 {
    width: 0.3% !important;
}
.w-02 {
    width: 0.2% !important;
}
.w-01 {
    width: 0.1% !important;
}

/* Tamaño de letras adicionales*/
.fs-35{
    font-size: .90rem;
}

/* Saltos de linea personalizados*/
.lh-15{
    line-height: 1rem!important;
}

/* Acordion editado con flechas de color naranja y demas estilos*/
.nav-container { /* Permite mantener letras y botones en una misma liena texto a la izquierda y botones a la derecha*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-btn-white {
    background-color: #ffffff !important;
}

.accordion-btn-white:not(.collapsed) {
    box-shadow: inset 0 -1px 0 #e1e1e1;
}

/* Cambiar la ubicación inicial de la flecha */
.accordion-btn-white.collapsed::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FE9900'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: rotate(-90deg); /* Cambia el ángulo para ajustar la ubicación inicial apuntando hacia la derecha */
}

.accordion-btn-white:not(.collapsed)::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FE9900'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    transform: rotate(0deg); /* Posición de flecha hacia abajo */
}



.accordion-btn-default {
    background-color: #ffffff !important;
}

.accordion-btn-default:not(.collapsed) {
    box-shadow: inset 0 -1px 0 #e1e1e1;
}

/* Cambiar la ubicación inicial de la flecha */
.accordion-btn-default.collapsed::after {
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FE9900'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");*/
    transform: rotate(-90deg); /* Cambia el ángulo para ajustar la ubicación inicial apuntando hacia la derecha */
}

.accordion-btn-default:not(.collapsed)::after {
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FE9900'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");*/
    transform: rotate(0deg); /* Posición de flecha hacia abajo */
}


.list-group-item-white {
    border: 1px solid #D6EAF8;
    color: #5c5776;
    display: block;
    padding: 12px 6px;
    position: relative;
    border-color: #f1f1f1;
}
.list-group-item-white.active {
    background-color: #ffffff!important;
    color: #1c3247;
    font-weight: bold!important;
    border-color: #f1f1f1!important;
    z-index: 2!important;
}
.list-group-item-white:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item-white:focus, .list-group-item-white:hover {
    background-color: #ffffff;
    color: #1c3247;
    font-weight: bold;
    text-decoration: none;
    z-index: 1
}


/*Diseño de flecha izquierda <i class="arrow-item"></i> */
.arrow-content {
    display: flex;
    flex-direction: column;
}

.arrow-text {
    position: relative;
    display: block;
    padding-left: 14px
}

.arrow-item {
    position: relative;
}

.arrow-item:before {
    content: " ";
    position: absolute;
    z-index: 2;
    left: 0;
    width: 5px;
    height: 5px;
    bottom: -13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1.7px solid #FE9900;
    border-right: 1.7px solid #FE9900;
    background: transparent;
}


/*Diseño de flecha izquierda <i class="arrow-item"></i> */
.arrow-item-md {
    position: relative;
}

.arrow-item-md:before {
    content: " ";
    position: absolute;
    z-index: 2;
    left: 0;
    width: 10px;
    height: 10px;
    bottom: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #FE9900;
    border-right: 2px solid #FE9900;
    background: transparent;
}

/* Menú de opciones con ofcanvas*/

.offcanvas-header {
    background-color: #1c3247;
    height: 68px;
    align-items: center;
    border-bottom: 10px solid #FE9900 ;
}

#offcanvasRightLabel {
    font-size: 15px;
    color: white;
    font-family: 'Arial',
    sans-serif;
    padding-top: 12px;
}

.item-option {
    padding-left: 20px; padding-bottom: 15px; padding-top: 15px
}
.item-option:hover,
.accordion-button:hover{
    background-color: #D6EAF8;
}
.accordion-item-white {
    background-color: #fff;
    border: 1px solid rgba(155, 155, 155, 0.42);
}
.accordion-button-white {
    background-color: #fff;
}
.btn-close-oc {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/.75rem auto no-repeat !important;
    border: 0;
    border-radius: .25rem;
    box-sizing: content-box;
    color: #fff;
    height: .75rem;
    opacity: 1;
    font-weight: bold;
    padding: .25em;
    width: .75rem
}

/* Menú de opciones con ofcanvas*/

/* Menu fijo en cualquier lugar despues de tamaño sm controlado con clase caja-menu por jquery*/
@media (min-width: 768px) {
    .caja-menu-flotante {
        position: sticky;
        position: -webkit-sticky;
        /*position:fixed;*/
        /*z-index: 1000;*/
        top: 25px;
    }
}
/* Diseño de boton horario*/

.btn-orange-1{
    background-color: #F47303!important;
    color: white!important;
}
.btn-orange-1:hover{
    border:1px solid #ec6f02!important;
    background-color: #ec6f02!important;
    color: white!important;
}

.btn-primary-old{
    border:1px solid #182F44;
    background-color: #182F44;
    color: white!important;
}
.btn-primary-old:hover{
    border:1px solid #182F44;
    background-color: #182F44;
    color: white!important;
}

.btn-blue-orange-1{
    border:1px solid #182F44!important;
    background-color: #182F44!important;
    color: white!important;
}
.btn-blue-orange-1:hover{
    border:1px solid #FE9900!important;
    background-color: #FE9900!important;
    color: white!important;
}

/* Diseño de boton horario*/
.btn-blue-old{
    border-radius: 8px;
    background-color: #182F44;
    color: white!important;
}
.btn-blue-old:hover{
    border:1px solid #182F44;
    background-color: #182F44;
    color: white!important;
}

.bg-primary-old{
    background-color: #182F44!important;
    color: white!important;
}

.blue-border{
    border-color: #182F44!important;
}

.btn-blue-old-active h6, .btn-blue-old:hover h6{
    color: white!important;
}

.form-select{
    padding: .3rem 1.3rem .3rem 0.6rem!important;
    color:#444!important;
    font-size: 14px;
    background-position: right .3rem center;
    border: 1px solid #ccc!important;
}

.form-select option {
    font-size: 14px; /* Tamaño de fuente para las opciones */
}

.text-blue-opacity{
    color: #052436!important;
}

.btn-close-blue {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/.75rem auto no-repeat;
    border: 0;
    background-color:#1C3247 ;
    border-radius: 50%;
    box-sizing: content-box;
    color: white;
    height: .75rem;
    padding: .655em;
    width: .75rem
}

.btn-close-blue:hover {
    color: #79758f;
    opacity: .75;
    text-decoration: none
}

.text-cian-opacity{
    color: #052435!important;
}

.text-blue-shadow{
    color: #006ea8 !important;
}

.text-purple{
    color: #8c68cd !important;
}

.text-teal{
    color: #20c997 !important;
}

.text-indigo{
    color: #8540f5 !important;
}

.text-orange{
    color: #F48303!important;
}

.btn-scale:hover {
    transform: scale(1.1)!important;
    transition: 0.2s ease-in-out!important;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15)!important;
}

.text-justify {
  text-align: justify !important;
}
.border-radius-modal{
    border-radius: 17px!important;
}