﻿.flex {
    display: flex;
}
.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}
.small-box>.inner {
    padding: 10px
}
.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none
}
.small-box>.small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0
}
.small-box p {
    font-size: 15px
}
.small-box p>small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px
}
.small-box h3,
.small-box p {
    z-index: 5;
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15)
}
.small-box:hover {
    text-decoration: none;
    color: #f9f9f9
}
.small-box:hover .icon {
    font-size: 95px
}
@media (max-width: 767px) {
    .small-box {
        text-align: center
    }
    .small-box .icon {
        display: none
    }
    .small-box p {
        font-size: 12px
    }
}
.box {
    position: relative;
    border-radius: 5px;
    background: #ffffff;    
    margin-bottom: 10px;
    padding-left:15px;
    padding-right:15px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}
.weight-700 {
    font-weight: 700;
}
/*
.box.box-primary {
    border-top-color: #3c8dbc
}
.box.box-info {
    border-top-color: #00c0ef
}
.box.box-danger {
    border-top-color: #dd4b39
}
.box.box-warning {
    border-top-color: #f39c12
}
.box.box-success {
    border-top-color: #00a65a
}
.box.box-default {
    border-top-color: #d2d6de
}
    */
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none
}
.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0
}
.box .nav-stacked>li:last-of-type {
    border-bottom: none
}
.box.height-control .box-body {
    max-height: 300px;
    overflow: auto
}
.box .border-right {
    border-right: 1px solid #f4f4f4
}
.box .border-left {
    border-left: 1px solid #f4f4f4
}
.box.box-solid {
    border-top: 0
}
.auto-heigth-div {
    height: 100vh !important;
    min-height: 500px !important;
    max-height: calc(100vh - 100px) !important;
    width: 100%;
    border: 0px !important;
}
.box-header>.pn-filter {
    float: left; 
    /*height: 29px; */
    padding-top: 3px;
}
.box-header>.pn-options {
    text-align: right; 
    font-size: 20px;  
    /*height: 29px;*/
}


.box.box-solid>.box-header .btn.btn-default {
    background: transparent
}
.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
    background: rgba(0, 0, 0, 0.1)
}
.box.box-solid.box-default {
    border: 1px solid #d2d6de
}
.box.box-solid.box-default>.box-header {
    color: #444;
    background: #d2d6de;
    background-color: #d2d6de
}
.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
    color: #444
}
.box.box-solid.box-primary {
    border: 1px solid #3c8dbc
}
.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc
}
.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
    color: #fff
}
.box.box-solid.box-info {
    border: 1px solid #00c0ef
}
.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #00c0ef;
    background-color: #00c0ef
}
.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
    color: #fff
}
.box.box-solid.box-danger {
    border: 1px solid #dd4b39
}
.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #dd4b39;
    background-color: #dd4b39
}
.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
    color: #fff
}
.box.box-solid.box-warning {
    border: 1px solid #f39c12
}
.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12
}
.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
    color: #fff
}
.box.box-solid.box-success {
    border: 1px solid #00a65a
}
.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a
}
.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
    color: #fff
}
.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none
}
.box.box-solid[class*='bg']>.box-header {
    color: #fff
}
.box .box-group>.box {
    margin-bottom: 5px
}
.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em
}
.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px
}
.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5)
}
.box-title-sm {
    font-size: 20px !important;
}
.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3
}
.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84
}
.btn-box-tool.btn:active {
    box-shadow: none
}
.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.box-body>.table {
    margin-bottom: 0
}
.box-body .fc {
    margin-top: 5px
}
.box-body .full-width-chart {
    margin: -19px
}
.box-body.no-padding .full-width-chart {
    margin: -9px
}
.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px
}
.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0
}
.content {
    min-height: 250px;
    padding: 4px 8px;
    margin-right: auto;
    margin-left: auto;    
}
.content-header {
    position: relative;
    padding: 8px 8px 0 8px;
}
div.col-lg-1, div.col-lg-10, div.col-lg-11, div.col-lg-12, div.col-lg-2, div.col-lg-3, div.col-lg-4, div.col-lg-5, div.col-lg-6, div.col-lg-7, div.col-lg-8, div.col-lg-9,
div.col-md-1, div.col-md-10, div.col-md-11, div.col-md-12, div.col-md-2, div.col-md-3, div.col-md-4, div.col-md-5, div.col-md-6, div.col-md-7, div.col-md-8, div.col-md-9,
div.col-sm-1, div.col-sm-10, div.col-sm-11, div.col-sm-12, div.col-sm-2, div.col-sm-3, div.col-sm-4, div.col-sm-5, div.col-sm-6, div.col-sm-7, div.col-sm-8, div.col-sm-9,
div.col-xs-1, div.col-xs-10, div.col-xs-11, div.col-xs-12, div.col-xs-2, div.col-xs-3, div.col-xs-4, div.col-xs-5, div.col-xs-6, div.col-xs-7, div.col-xs-8, div.col-xs-9 {
    padding-right: 8px;
    padding-left: 8px;
}
div.px-3.col-lg-1, div.px-3.col-lg-10, div.px-3.col-lg-11, div.px-3.col-lg-12, div.px-3.col-lg-2, div.px-3.col-lg-3, div.px-3.col-lg-4, div.px-3.col-lg-5, div.px-3.col-lg-6, div.px-3.col-lg-7, div.px-3.col-lg-8, div.px-3.col-lg-9,
div.px-3.col-md-1, div.px-3.col-md-10, div.px-3.col-md-11, div.px-3.col-md-12, div.px-3.col-md-2, div.px-3.col-md-3, div.px-3.col-md-4, div.px-3.col-md-5, div.px-3.col-md-6, div.px-3.col-md-7, div.px-3.col-md-8, div.px-3.col-md-9,
div.px-3.col-sm-1, div.px-3.col-sm-10, div.px-3.col-sm-11, div.px-3.col-sm-12, div.px-3.col-sm-2, div.px-3.col-sm-3, div.px-3.col-sm-4, div.px-3.col-sm-5, div.px-3.col-sm-6, div.px-3.col-sm-7, div.px-3.col-sm-8, div.px-3.col-sm-9,
div.px-3.col-xs-1, div.px-3.col-xs-10, div.px-3.col-xs-11, div.px-3.col-xs-12, div.px-3.col-xs-2, div.px-3.col-xs-3, div.px-3.col-xs-4, div.px-3.col-xs-5, div.px-3.col-xs-6, div.px-3.col-xs-7, div.px-3.col-xs-8, div.px-3.col-xs-9 {
    padding-right: 3px;
    padding-left: 3px;
}
table.table-auto {
    width: auto;
}
@media screen and (max-width: 767px) {    
    .table-responsive {
        margin-bottom: 0px;
        border: 0px;
        overflow: auto;
        max-height: none !important;
    }
}
.nav-tabs-custom-sm>.nav-tabs>li>a {
    padding: 6px 12px !important;
    font-size: 12px !important;
}
.nav-tabs-custom {
    margin-bottom: 0px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px
}
.nav-tabs-custom>.nav-tabs {
    margin: 0;
    border-bottom-color: #f4f4f4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
/*.nav-tabs-custom>.nav-tabs>li {
    border-top: 3px solid transparent;
    margin-bottom: -2px;
    margin-right: 5px
}*/
.nav-tabs-custom>.nav-tabs>li>a {
    color: #444;
    border-radius: 0
}
.nav-tabs-custom>.nav-tabs>li>a.text-muted {
    color: #999
}
.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li>a:hover {
    background: transparent;
    margin: 0
}
.nav-tabs-custom>.nav-tabs>li>a:hover {
    color: #999
}

    .nav-tabs-custom > .nav-tabs > li a.active,
    .nav-tabs-custom > .nav-tabs > li.active {
        border-top-color: #3c8dbc
    }
/*.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
    background-color: rgba(232, 232, 232, 0.5);
    color: #444
}*/
.nav-tabs-custom>.nav-tabs>li.active>a {
    border-top-color: transparent;
    border-left-color: #f4f4f4;
    border-right-color: #f4f4f4
}
.nav-tabs-custom>.nav-tabs>li:first-of-type {
    margin-left: 0
}
.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
    border-left-color: transparent
}
.nav-tabs-custom>.nav-tabs.pull-right {
    float: none!important
}
.nav-tabs-custom>.nav-tabs.pull-right>li {
    float: right
}
.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type {
    margin-right: 0
}
.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type>a {
    border-left-width: 1px
}
.nav-tabs-custom>.nav-tabs.pull-right>li:first-of-type.active>a {
    border-left-color: #f4f4f4;
    border-right-color: transparent
}
.nav-tabs-custom>.nav-tabs>li.header {
    line-height: 35px;
    padding: 0 10px;
    font-size: 20px;
    color: #444
}
.nav-tabs-custom>.nav-tabs>li.header>.fa,
.nav-tabs-custom>.nav-tabs>li.header>.glyphicon,
.nav-tabs-custom>.nav-tabs>li.header>.ion {
    margin-right: 5px
}
.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 10px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.nav-tabs-custom .dropdown.open>a:active,
.nav-tabs-custom .dropdown.open>a:focus {
    background: transparent;
    color: #999
}
.row {
    margin-right: -5px;
    margin-left: -5px;
}
.margin {
    margin-bottom: 15px !important;
}
.img-responsive {
    max-height: 250px;
    margin: 0 auto;
    padding: 5px;
}
.header-doc  {
    padding-top: 0px;
    padding-bottom:4px;
    border-bottom: 0px;
}
.header-doc > button {
    position: relative;
    bottom: -4px;
}
.img-90-hv {
    width: auto;
    height: 90px;
}
.height-90 {
    height: 90px;
}
.font-header-red {
    font-size: 29px;
    color: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.margin-notas {
    margin-bottom: 3px !important;
}
.border-row-not {        
    border-radius: 5px;
    margin-left: 5px; 
    margin-right: 5px;     
}
.input-group {
    width : 100%;    
}
.input-xsm {
    height: 20px;
    padding: 2px 5px;
    font-size: 10px;
}
.pn-group {
    margin: 0 5px 5px 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}
.hide {
    display: none;
}
.textbox {
    width: 100% !important;
}
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
  margin-top: 5px;
}
.ui-draggable .ibox-title {
  cursor: move;
}
.ellipsis-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid solid;
  border-width: 0px 0px 3px 0px;
  color: inherit;
  margin-bottom: 10px;
  padding: 14px 15px 7px;
  height: 48px;
}
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-title .label {
  float: left;
  margin-left: 4px;
}
body.rtls .ibox-title h5 {
  float: right;
}
.skin-1 .ibox-title,
.skin-1 .ibox-content {
  border-width: 1px;
}
.skin-2 .ibox-title {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  margin-bottom: 1px;
}
.skin-2 .ibox-title,
.skin-2 .ibox-content {
  border-width: 1px;
}
.skin-3 .ibox-title,
.skin-3 .ibox-content {
  border-width: 1px;
}
/* UI Sortable */
.ui-sortable .ibox-title {
  cursor: move;
}
.space-right {
    color: white !important;
}
.profile-username {
    margin-top: 5px;
    margin-bottom: 3px;
}
.circle {    
    padding: 4px;
    line-height: 4.428571;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table-responsive {
    margin-bottom: 0px;
}
.link-img {    
    padding-right: 5px;
}
/*
.link-img:hover {
    cursor: pointer; 
    padding-right: 5px;
    width: auto;
    height: 110%;
}
*/
.cell-img {
    min-width: 110px;
    padding: 0px 18px !important;
}
.width-10 {
    width: 10px;
}

.remove-link {
    color: red; 
    font-size: 33px; 
    cursor: pointer; 
    vertical-align: middle;
}
/*
.remove-link:hover {
    color: red; 
    font-size: 38px; 
    cursor: pointer; 
    vertical-align: middle;
}*/
.check-link {
    color: green; 
    font-size: 33px; 
    cursor: pointer; 
    vertical-align: middle;
}
/*.check-link:hover {
    color: green; 
    font-size: 38px; 
    cursor: pointer; 
    vertical-align: middle;
}*/
.check-down {
    color: blue;
    font-size: 33px;
    cursor: pointer;
    vertical-align: middle;
}
/*.check-down:hover {
    color: blue;
    font-size: 38px;
    cursor: pointer;
    vertical-align: middle;
}*/
@media (min-width: 768px) {
    .modal-lg {
        width: 900px !important;
    }
}
@media (min-width: 992px) {
    .modal-lg-1000 {
        width: 1000px !important;
    }

    .modal-lg-1050 {
        width: 1050px !important;
    }

    .modal-lg-1150 {
        width: 1150px !important;
    }

    .modal-lg-900 {
        width: 900px !important;
    }

    .modal-lg-800 {
        width: 800px !important;
    }

    .modal-lg-750 {
        width: 750px !important;
    }

    .modal-lg {
        width: 1100px !important;
    }

   .modal-xlg {
        width: 1300px !important;
    }
}
@media (max-width: 1200px) {
    .modal-lg-1150 {
        width: 100% !important;
    }
}
#OpenCalendario:hover {
    cursor: pointer;
    box-shadow: 0 1px 1px rgb(255, 255, 255) inset, 0 0 25px red !important;
}
.bold {
    font-weight: bold !important;
}
.contenedorTablaScrollY {
    padding: 0 0 3px 0;
    position: relative;
}
.contenedorTabla {
    width: auto;
    padding-right: 17px;
}
.control-label-sm {
    font-size: 12px !important
}
.panel-sm> .panel-heading {
    font-size: 12px !important;
    padding: 7px 12px !important;
}
.modal-title-sm{
    font-size: 17px;  
}
.list-table {
    min-width: 400px;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    border: 1px solid #2a6496;
}
.table-list {
    margin-bottom: 0px;
}
.list-table thead tr {
    background-color: rgb(42 100 150 / 0.7);
    color: white;
}
.table-list tr td {
    padding: 5px !important;
}
.font-24 {
    font-size: 24px !important;
    vertical-align: middle;
    color: #1d4568;
}
.file-preview {
    border: none !important;
    padding: 0px !important;
}
.iframe-auto-heigth {
    height: 100vh !important;
    min-height: 500px !important;
    max-height: calc(100vh - 80px) !important;
    width: 100%;
    border: 0px !important;
}
.modal-dialog {
    margin: 5px auto;
}
.inline {
    display: inline;
}
.pointer {
    cursor: pointer;
}
.pointer:hover, .pointer:active {
    text-decoration: none !important;
}
.content-back .iconify {
    font-size: 20px;
}
.content-back {
    margin: 0px 11px;
    font-size: 15px;
    background-color: white;
    padding: 8px 15px;
    border-radius: 5px;
}
.popover-title {
    font-weight: 500;
    padding: 6px 12px;
}
div.popover {
    max-width: 700px;
    z-index: 1520;
}
    div.popover div.popover-content {
        padding: 5px 9px;
    }
.btn {
    margin-bottom: 0px;
}
button.not-btn-sedi {
    background: none;
    border: 0;
    padding: 0 3px;
    display: flex;
    align-items: center;
}
button.not-btn {
    background: none;
    border: 0;
    padding: 0 3px;    
}
    button.not-btn[disabled],
    button.not-btn-sedi[disabled] {
        cursor: not-allowed;
    }
        button.not-btn[disabled] > i,
        button.not-btn-sedi[disabled] > i {
            color: #777272 !important;
        }
    button.not-btn:focus,
    button.not-btn-sedi:focus {
        outline: 0;
    }
    button.not-btn > i,
    button.not-btn-sedi > i {
        font-size: 20px;
        color: #2a6496;
    }
.yellow {
    color: #ffc107 !important;
}
.blue {
    color: #2a6496 !important;
}
.red {
    color: red !important;
}
.orange {
    color: orangered !important;
}
.green {
    color: green !important;
}
.black {
    color: black !important;
}
.font-4 {
    font-size: 4px !important;
}
.font-5 {
    font-size: 5px !important;
}
.font-6 {
    font-size: 6px !important;
}
.font-7 {
    font-size: 7px !important;
}
.font-8 {
    font-size: 8px !important;
}
.font-9 {
    font-size: 9px !important;
}
.font-10 {
    font-size: 10px !important;
}
.font-11 {
    font-size: 11px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-21 {
    font-size: 21px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-23 {
    font-size: 23px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-25 {
    font-size: 25px !important;
}
.font-26 {
    font-size: 26px !important;
}
.font-27 {
    font-size: 27px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-29 {
    font-size: 29px !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-31 {
    font-size: 31px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-33 {
    font-size: 33px !important;
}
.min-heigth-300 {
    min-height: 350px;
}
.width-10 {
    min-width: 10px;
    max-width: 10px;
    width: 10px;
}
.width-20 {
    min-width: 20px;
    max-width: 20px;
    width: 20px;
}
.width-30 {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
}
.max-width-30 {
    max-width: 30px;
}
.width-40 {
    min-width: 40px;
    max-width: 40px;
    width: 40px;
}
.max-width-40 {
    max-width: 40px;
}
.width-50 {
    min-width: 50px;
    max-width: 50px;
    width: 50px;
}
.max-width-50 {
    max-width: 50px;
}
.width-60 {
    min-width: 60px;
    max-width: 60px;
    width: 60px;
}
.max-width-60 {
    max-width: 60px;
}
.width-70 {
    min-width: 70px;
    max-width: 70px;
    width: 70px;
}
.width-75 {
    min-width: 75px;
    max-width: 75px;
    width: 75px;
}
.max-width-70 {
    max-width: 70px;
}
.width-80 {
    min-width: 80px;
    max-width: 80px;
    width: 80px;
}
.max-width-80 {
    max-width: 80px;
}
.width-90 {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
}
.max-width-90 {
    max-width: 90px;
}
.width-100 {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}
.max-width-100 {
    max-width: 100px;
}
.width-110 {
    min-width: 110px;
    max-width: 110px;
    width: 110px;
}
.max-width-110 {
    max-width: 110px;
}
.width-120 {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
}
.max-width-120 {
    max-width: 120px;
}
.width-130 {
    min-width: 130px;
    max-width: 130px;
    width: 130px;
}
.max-width-130 {
    max-width: 130px;
}
.width-140 {
    min-width: 140px;
    max-width: 140px;
    width: 140px;
}
.max-width-140 {
    max-width: 140px;
}
.width-150 {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
}
.max-width-150 {
    max-width: 150px;
}
.width-160 {
    min-width: 160px;
    max-width: 160px;
    width: 160px;
}
.width-45 {
    width: 45px;
    max-width: 45px;
    min-width: 45px;
}
.max-width-160 {
    max-width: 160px;
}
.width-170 {
    min-width: 170px;
    max-width: 170px;
    width: 170px;
}
.max-width-170 {
    max-width: 170px;
}
.width-200 {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
}
.width-220 {
    min-width: 220px;
    max-width: 220px;
    width: 220px;
}
.width-230 {
    min-width: 230px;
    max-width: 230px;
    width: 230px;
}
.width-250 {
    min-width: 250px;
    max-width: 250px;
    width: 250px;
}
.width-300 {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
}
.max-width-300 {
    max-width: 300px;
}
.max-width-350 {
    max-width: 350px;
}
.max-width-400 {
    max-width: 400px;
}
.max-width-500 {
    max-width: 500px;
}
.max-width-600 {
    max-width: 600px;
}
.max-width-700 {
    max-width: 700px;
}
.max-width-800 {
    max-width: 800px;
}
.max-width-900 {
    max-width: 900px;
}
.max-width-1000 {
    max-width: 1000px;
}
.max-width-1100 {
    max-width: 1100px;
}
.max-width-1200 {
    max-width: 1200px;
}
.max-width-1300 {
    max-width: 1300px;
}
.max-width-1400 {
    max-width: 1400px;
}
.max-width-1500 {
    max-width: 1500px;
}
.max-width-1600 {
    max-width: 1600px;
}
.max-width-1700 {
    max-width: 1700px;
}
.max-width-1800 {
    max-width: 1800px;
}
.max-width-1900 {
    max-width: 1900px;
}
.max-width-2000 {
    max-width: 2000px;
}
.hr-torre {
    margin: 2px 0 2px 0;
}
.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 15px;
    max-height: 16px;
}
.auto-heigth-260 {
    max-height: calc(100vh - 260px);
}
.auto-heigth-290 {
    max-height: calc(100vh - 290px);
}
.auto-heigth-330 {
    max-height: calc(100vh - 330px);
}
.auto-heigth-200 {
    max-height: calc(100vh - 200px);
}
.max-height-100 {
    max-height: calc(100vh - 100px);
}
.max-height-150 {
    max-height: calc(100vh - 150px);
}
.max-height-200 {
    max-height: calc(100vh - 200px);
}
.max-height-250 {
    max-height: calc(100vh - 250px);
}
.max-height-300 {
    max-height: calc(100vh - 300px);
}
.max-height-350 {
    max-height: calc(100vh - 350px);
}
.max-height-400 {
    max-height: calc(100vh - 400px);
}
.max-height-450 {
    max-height: calc(100vh - 450px);
}
.max-height-500 {
    max-height: calc(100vh - 500px);
}

.toggle.ios .toggle-handle {
    border-radius: 15px;
    background-color: white;
    margin-top: -8px;
}
.theme-inv .toggle-group .btn-default, .toggle-group a.btn-default:link, .toggle-group a.btn-default:visited {
    background-color: #909aa0;
}
@media (min-width: 992px) {    
   .modal-mlg {
        width: 1260px !important;
    }
}
table[ng-table] td[title="'Opciones'"] {
    white-space: nowrap;
}
table[ng-table] td[title="'Estado'"] {
    white-space: nowrap;
}
toggle[on] .toggle-group .btn-default, .toggle-group a.btn-default:link, .toggle-group a.btn-default:visited {
    background-color: #ffffff;
}
.ace_editor {
    height: 350px;
}

.nav-pills.nav-wizard {
    margin-left: 5px;
}
.nav-pills.nav-wizard > li {
    position: relative;
    overflow: visible;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    cursor: pointer;
}
.nav-pills.nav-wizard > li + li {
    margin-left: 0;
}
.nav-pills.nav-wizard > li:first-child {
    border-left: 0;
}
.nav-pills.nav-wizard > li:first-child a {
    border-radius: 5px 0 0 5px;
}
.nav-pills.nav-wizard > li:last-child {
    border-right: 0;
}
.nav-pills.nav-wizard > li:last-child a {
    border-radius: 0 5px 5px 0;
}
.nav-pills.nav-wizard > li a {
    border-radius: 0;
    background-color: #eee;
    cursor: pointer;
}
    .nav-pills.nav-wizard > li:not(:last-child) a::before {
        position: absolute;
        top: 0px;
        right: -15px;
        width: 0px;
        height: 0px;
        content: '';
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent transparent transparent #eee;
        z-index: 150;
    }
    .nav-pills.nav-wizard > li:not(:first-child) a::after {
        position: absolute;
        top: 0px;
        left: -15px;
        width: 0px;
        height: 0px;
        content: '';
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: #eee #eee #eee transparent;
        z-index: 150;
    }
.nav-pills.nav-wizard > li:hover a:before {
    border-color: transparent transparent transparent #aaa;
}
.nav-pills.nav-wizard > li:hover a:after {
    border-color: #aaa #aaa #aaa transparent;
}
.nav-pills.nav-wizard > li:hover a {
    background-color: #aaa;
    color: #fff;
}
.nav-pills.nav-wizard > li a.active::before {
    border-color: transparent transparent transparent #2a6496;
}
.nav-pills.nav-wizard > li a.active::after {
    border-color: #2a6496 #2a6496 #2a6496 transparent;
}
.nav-pills.nav-wizard > li a.active {
    background-color: #2a6496;
    color: white;
}
.nav-pills.nav-wizard > li > a {
    padding: 6px 11px;
    font-size: 14px;
    height: 30px;
}

.nav-tabs-wizard > .tab-content {
    padding: 0;
    padding-top: 8px;
}
.nav-tabs-wizard {
    box-shadow: none;
}
.max-width-110 {
    max-width: 110px;
}
@media screen and (max-width: 767px) {
    .thumb-qr {
        position: initial !important;
        top: initial !important;
    }
    .col-qr {
        margin-top: initial !important;
        margin-bottom: 8px;
    }  
}
tr.status-error-notas > td:nth-child(1) {
    background-color: rgba(248, 215, 218, 0.6);
}

.dropdown-menu-op {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-item-op {
    display: block !important;
    width: 100% !important;
    padding: 0.25rem 1.5rem !important;
    clear: both !important;
    font-weight: 300 !important;
    font-size: 13.5px !important;
    color: #212529 !important;
    text-align: inherit !important;
    white-space: nowrap !important;
    background-color: transparent !important;
    border: 0 !important;
}

a.dropdown-item-op > i{
    font-size: 17px;
    text-align: center;
}
.dropdown-menu-op > li.disabled {
    background-color: #eee;
}
.dropdown-menu > li > a.dropdown-item-op {
    padding: 6px 10px !important;
    padding-right: 23px !important;
    margin: 1px 0px !important;
}
.dropdown-menu li a.dropdown-item-op i {
    width: 30px !important;
}
.dropdown-item-op:hover, .dropdown-item-op:focus {    
    background-color: #F0F0F0 !important;
}

.dropdown-item-op.disabled, .dropdown-item-op:disabled {
    color: #6c757d !important;
    pointer-events: none !important;
    background-color: transparent !important;
}

.dropdown-menu .divider.divider-op {
    height: 0;
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
table tr.context {
    background: #ffe28d !important;
    font-weight: bold;
}
    table tr.context td {
        background: #ffe28d !important;
        font-weight: bold;
    }
tr.tr-context-menu-active {
    background: #ffe28d !important;
    font-weight: bold;
}
    tr.tr-context-menu-active td {
        background: #ffe28d !important;
        font-weight: bold;
    }
.context {
    background: #ffe28d !important;
    font-weight: bold;
}
.tr-context-menu-active {
    background: #ffe28d !important;
    font-weight: bold;
}

tr[context-menu] {
    cursor: alias !important;
}
.dropdown-header-op {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.input-group-not-btn {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 0 4px 4px 0;
    border-left: 0;
    /*width: 30px;*/
    text-align: center;
}
.input-group-not-btn > button {
    margin-bottom: 0px;
    padding: 3px 6px;
}
.input-group-not-btn > button.not-btn {
    height: 28px;
    width: auto;
}
.comment-icon {
    color: rgba(42, 100, 150, 0.7);
    font-size: 19px;
    position: relative;
    top: -5.5px;
    left: -12.5px;
}


.error-email {
    border-color: #ff8f8f !important;
    box-shadow: 0 1px 1px rgb(255, 255, 255) inset, 0 0 8px #ff8f8f !important;
    outline: 0 none !important;
}
.ml-1 {
    margin-left: 1px !important;
}
.ml-2 {
    margin-left: 2px !important;
}
.ml-3 {
    margin-left: 3px !important;
}
.ml-4 {
    margin-left: 4px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-6 {
    margin-left: 6px !important;
}
.ml-7 {
    margin-left: 7px !important;
}
.ml-8 {
    margin-left: 8px !important;
}
.ml-9 {
    margin-left: 9px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-11 {
    margin-left: 11px !important;
}
.ml-12 {
    margin-left: 12px !important;
}
.ml-13 {
    margin-left: 13px !important;
}
.ml-14 {
    margin-left: 14px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-16 {
    margin-left: 16px !important;
}
.ml-17 {
    margin-left: 17px !important;
}
.ml-18 {
    margin-left: 18px !important;
}
.ml-19 {
    margin-left: 19px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-6 {
    margin-right: 6px !important;
}
.mr-7 {
    margin-right: 7px !important;
}
.mr-8 {
    margin-right: 8px !important;
}
.mr-9 {
    margin-right: 9px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-11 {
    margin-right: 11px !important;
}
.mr-12 {
    margin-right: 12px !important;
}
.mr-13 {
    margin-right: 13px !important;
}
.mr-14 {
    margin-right: 14px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-1 {
    margin-top: 1px !important;
}
.mt-2 {
    margin-top: 2px !important;
}
.mt-3 {
    margin-top: 3px !important;
}
.mt-4 {
    margin-top: 4px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-6 {
    margin-top: 6px !important;
}
.mt-7 {
    margin-top: 7px !important;
}
.mt-8 {
    margin-top: 8px !important;
}
.mt-9 {
    margin-top: 9px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
 /*   *//*
div.modal-content {
    box-shadow: none;
    position: relative;
    flex-direction: column;
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

div.modal-header {
    padding: 13px 0 10px 0;
    margin: 0 13px 0 13px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #FFFFFF;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

div.modal-body {
    padding: 13px 15px;
    background-color: #FFFFFF;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

div.modal-footer {
    padding: 13px 0 13px 0;
    margin: 0 13px 0 13px;
    border-top: 1px solid #e5e5e5;
    text-align: right;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #FFFFFF;
    border-radius: 0 0 .3rem .3rem;
}
          */



ul.nav-pills-icon.nav-wizard {
    margin-left: 5px;
}

    ul.nav-pills-icon.nav-wizard > li {
        position: relative;
        overflow: visible;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        cursor: pointer;
        float: left;
    }

        ul.nav-pills-icon.nav-wizard > li + li {
            margin-left: 0;
        }

        ul.nav-pills-icon.nav-wizard > li:first-child {
            border-left: 0;
        }

            ul.nav-pills-icon.nav-wizard > li:first-child a {
                border-radius: 5px 0 0 5px;
                padding: 6px 7px 6px 12px;
            }

        ul.nav-pills-icon.nav-wizard > li:last-child {
            border-right: 0;
        }

            ul.nav-pills-icon.nav-wizard > li:last-child a {
                border-radius: 0 5px 5px 0;
                padding: 6px 12px 6px 7px;
            }

        ul.nav-pills-icon.nav-wizard > li a {
            border-radius: 0;
            background-color: #eee;
            cursor: pointer;
        }

        ul.nav-pills-icon.nav-wizard > li > a > i {
            font-size: 18px;            
        }

        ul.nav-pills-icon.nav-wizard > li .nav-arrow {
            position: absolute;
            top: 0px;
            right: -15px;
            width: 0px;
            height: 0px;            
            border-style: solid;
            border-width: 30px 0 0 15px;
            border-color: transparent transparent transparent #eee;
        }
        ul.nav-pills-icon.nav-wizard > li:not(:last-child) a[data-toggle]::before {
            position: absolute;
            top: 0px;
            right: -15px;
            width: 0px;
            height: 0px;
            content: '';
            border-style: solid;
            border-width: 30px 0 0 15px;
            border-color: transparent transparent transparent #eee;
        }
        ul.nav-pills-icon.nav-wizard > li:not(:last-child).white a[data-toggle]::before {
            border-color: transparent transparent transparent white;
        }
        ul.nav-pills-icon.nav-wizard > li:not(:last-child) a[data-toggle].active::before,
        ul.nav-pills-icon.nav-wizard > li:not(:last-child).active a[data-toggle]::before {
            border-color: transparent transparent transparent #2a6496;
        }
        ul.nav-pills-icon.nav-wizard > li .nav-wedge {
            position: absolute;
            top: 0px;
            left: -15px;
            width: 0px;            
            height: 0px;
            border-style: solid;
            border-width: 30px 0 0 15px;
            border-color: #eee #eee #eee transparent;
        }
        ul.nav-pills-icon.nav-wizard > li:not(:first-child) a[data-toggle]::after {
            position: absolute;
            top: 0px;
            left: -15px;
            width: 0px;
            content: '';
            height: 0px;
            border-style: solid;
            border-width: 30px 0 0 15px;
            border-color: #eee #eee #eee transparent;
        }
        ul.nav-pills-icon.nav-wizard > li:not(:first-child).white a[data-toggle]::after {
            border-color: white white white transparent;
        }
        
        ul.nav-pills-icon.nav-wizard > li:not(:first-child) a[data-toggle].active::after,
        ul.nav-pills-icon.nav-wizard > li:not(:first-child).active a[data-toggle]::after {
            border-color: #2a6496 #2a6496 #2a6496 transparent;
        }
        ul.nav-pills-icon.nav-wizard > li:hover .nav-arrow,
        ul.nav-pills-icon.nav-wizard > li:hover:not(:last-child) a[data-toggle]::before {
            border-color: transparent transparent transparent #aaa;
        }
        ul.nav-pills-icon.nav-wizard > li:hover:not(:last-child) a[data-toggle].active::before {
            border-color: transparent transparent transparent #2a6496;
        }
        ul.nav-pills-icon.nav-wizard > li:hover:not(:first-child) a[data-toggle].active::after {
            border-color: #2a6496 #2a6496 #2a6496 transparent;
        }
        ul.nav-pills-icon.nav-wizard > li:hover .nav-wedge,
        ul.nav-pills-icon.nav-wizard > li:hover:not(:first-child) a[data-toggle]::after {
            border-color: #aaa #aaa #aaa transparent;
        }

        ul.nav-pills-icon.nav-wizard > li:hover a {
            background-color: #aaa;
            color: #fff;
        }

        ul.nav-pills-icon.nav-wizard > li.active .nav-arrow
        ul.nav-pills-icon.nav-wizard > li a.active .nav-arrow {
            border-color: transparent transparent transparent #2a6496;
        }

        ul.nav-pills-icon.nav-wizard > li.active .nav-wedge,
        ul.nav-pills-icon.nav-wizard > li a.active .nav-wedge {
            border-color: #2a6496 #2a6496 #2a6496 transparent;
        }

        ul.nav-pills-icon.nav-wizard > li.active a,
        ul.nav-pills-icon.nav-wizard > li a.active {
            background-color: #2a6496;
            color: #fff;
        }

        ul.nav-pills-icon.nav-wizard > li.success .nav-wedge {
            border-color: #28a745 #28a745 #28a745 transparent;
        }
        ul.nav-pills-icon.nav-wizard > li.success:not(:first-child) a[data-toggle]::after {
            border-color: #28a745 #28a745 #28a745 transparent;
        }
        
        ul.nav-pills-icon.nav-wizard > li.success a {
            background-color: #28a745;
            border-color: #28a745;
            color: #fff;
        }

        ul.nav-pills-icon.nav-wizard > li > a {
            padding: 6px 11px;
            font-size: 14px;
            height: 30px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

@media only screen and (max-width: 660px) {
    .nav-pills-icon.nav-wizard > li > a {
        padding: 6px;        
    }
    .nav-pills-icon.nav-wizard > li > a > i {        
        margin-right: 0px;
    }
    .nav-pills-icon.nav-wizard > li > a > span {
        display: none;
    }
    .nav-pills-icon.nav-wizard {
        margin-top: 7px;
    }
}

div.opciones.bottom > a {
    bottom: -1px;
    top: unset;
}
div.opciones.bottom {
    border-radius: 5px 0 0 0;
}

div.opciones {
    background: #ffffff;
    width: 300px;
    min-height: 120px;
    position: fixed;
    z-index: 800;
    border-radius: 0 0 0 5px;
    right: -300px;
    border: 1px solid #225179;
    top: 60px;
    transition: 0.5s;
}
    div.opciones .opciones-body {
        padding: 5px;
    }

div.opciones div.opciones-swatch-wrap {
    margin: 10px;
    position: relative;
}

    div.opciones h4 {
        background-color: #1D212A;
        color: #fff;
        padding: 2px 0 5px 10px;
        margin: 0;
        line-height: 30px;
        font-size: 13px;
    }

    div.opciones > a {
        background-color: #ffffff;
        display: block;
        height: 45px;
        position: absolute;
        left: -45px;
        top: -1px;
        width: 45px;
        font-size: 17px;
        line-height: 40px;
        color: #225179;
        text-align: center;
        text-decoration: none;
        border-radius: 5px 0 0 5px;
        border: 1px solid #225179;
        border-right: 0px;
    }

        div.opciones > a i {
            font-size: 24px;
            vertical-align: middle;
            cursor: pointer;
            top: 2px;
            position: relative;
        }

        div.opciones > a:hover {
            text-decoration: none;
        }

.title-opciones {
    text-align: center;
    height: 40px;
    padding: 10px 0;
    background-color: #f0f3f3;
    font-size: 17px;
    margin-bottom: 7px;
}
.optiones-footer {
    margin: 4px 0px;
}
.content-group {
    background-color: #F0F3F3;
    border: 1px solid #eee;
    padding: 5px;
    padding-right: 0px;
    border-radius: 4px;
}
.content-overflow {
    padding-right: 8px;
    min-height: 430px;
    overflow-y: auto;
    max-height: 430px;
}
.content-group-item {
    padding: 5px;
    border-radius: 4px;
    background-color: white;
    display: block;
    margin: 8px 0;
    font-size: 11px;
}
.content-group-item:hover {
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.content-overflow::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}
.content-overflow::-webkit-scrollbar-track {
    background: hsla(0,0%,100%,.1);
}
.content-overflow::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
}
.overflow-sedi {
    overflow: auto;
    padding: 2px 4px;
}
.overflow-sedi::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}
.overflow-sedi::-webkit-scrollbar-track {
    background: hsla(0,0%,100%,.1);
}
.overflow-sedi::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
}
.pn-options .input-sm + .form-control-feedback {
    font-size: 15px;
}
table.table {
    margin-bottom: 8px;
}
.thead-frozen {
    position: sticky;
    top: 0;
    background: #f2f2f2;
    z-index: 20;
}
    .thead-frozen th,
    .thead-frozen td {
        background: #f2f2f2;
    }
    .tfoot-frozen {
        position: sticky;
        bottom: 0;
        background: #f2f2f2;
        z-index: 19;
    }
        .tfoot-frozen th,
        .tfoot-frozen td {
            background: #f2f2f2;
        }
.scroll-sedi::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}
.scroll-sedi::-webkit-scrollbar-track {
    background: hsla(0,0%,100%,.1);
}
.scroll-sedi::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
}
.table-responsive::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}
.table-responsive::-webkit-scrollbar-track {
    background: hsla(0,0%,100%,.1);
}
.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
}
.nav.nav-sedi.nav-pills-custom .nav-link i,
.nav.nav-sedi.nav-pills-custom .nav-link span {
    font-size: 15px;
}
.nav.nav-sedi.nav-pills-custom .nav-link {
    border-radius: 5px;
    background: #ffffff;
    padding: 5px 13px;
    box-shadow: 0px 1px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.nav.nav-sedi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    flex-direction: column;
    gap: 6px;
}

    .nav.nav-sedi::after {
        display: none;
    }

    .nav.nav-sedi::before {
        display: none;
    }

    .nav.nav-sedi.nav-pills-custom .nav-link.active {
        background-color: #2a6496;
        color: #fff;
        text-decoration: none;
    }
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-1 {
    margin-bottom: 1px !important;
}
.mb-2 {
    margin-bottom: 2px !important;
}
.mb-3 {
    margin-bottom: 3px !important;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-6 {
    margin-bottom: 6px !important;
}
.mb-7 {
    margin-bottom: 7px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}
.mb-9 {
    margin-bottom: 9px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-11 {
    margin-bottom: 11px !important;
}
.mb-12 {
    margin-bottom: 12px !important;
}
.mb-13 {
    margin-bottom: 13px !important;
}
.mb-14 {
    margin-bottom: 14px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mr-0 {
    margin-right: 0px !important;
}

.mr-1 {
    margin-right: 1px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-6 {
    margin-right: 6px !important;
}

.mr-7 {
    margin-right: 7px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mr-9 {
    margin-right: 9px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-11 {
    margin-right: 11px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.mr-13 {
    margin-right: 13px !important;
}

.mr-14 {
    margin-right: 14px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 1px !important;
}

.pb-2 {
    padding-bottom: 2px !important;
}

.pb-3 {
    padding-bottom: 3px !important;
}

.pb-4 {
    padding-bottom: 4px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-6 {
    padding-bottom: 6px !important;
}

.pb-7 {
    padding-bottom: 7px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}
.pb-9 {
    padding-bottom: 9px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-11 {
    padding-bottom: 11px !important;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.pb-13 {
    padding-bottom: 13px !important;
}

.pb-14 {
    padding-bottom: 14px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pt-0 {
    padding-top: 0px !important;
}
.pt-1 {
    padding-top: 1px !important;
}
.pt-2 {
    padding-top: 2px !important;
}
.pt-3 {
    padding-top: 3px !important;
}
.pt-4 {
    padding-top: 4px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-6 {
    padding-top: 6px !important;
}
.pt-7 {
    padding-top: 7px !important;
}
.pt-8 {
    padding-top: 8px !important;
}
.pt-9 {
    padding-top: 9px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-11 {
    padding-top: 11px !important;
}
.pt-12 {
    padding-top: 12px !important;
}
.pt-13 {
    padding-top: 13px !important;
}
.pt-14 {
    padding-top: 14px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-16 {
    padding-top: 16px !important;
}
.pl-0 {
    padding-left: 0px !important;
}

.pl-1 {
    padding-left: 1px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pl-3 {
    padding-left: 3px !important;
}

.pl-4 {
    padding-left: 4px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-6 {
    padding-left: 6px !important;
}

.pl-7 {
    padding-left: 7px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pl-9 {
    padding-left: 9px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-11 {
    padding-left: 11px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pl-13 {
    padding-left: 13px !important;
}

.pl-14 {
    padding-left: 14px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-16 {
    padding-left: 16px !important;
}
.pr-0 {
    padding-right: 0px !important;
}

.pr-1 {
    padding-right: 1px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.pr-3 {
    padding-right: 3px !important;
}

.pr-4 {
    padding-right: 4px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-6 {
    padding-right: 6px !important;
}

.pr-7 {
    padding-right: 7px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pr-9 {
    padding-right: 9px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-11 {
    padding-right: 11px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.pr-13 {
    padding-right: 13px !important;
}

.pr-14 {
    padding-right: 14px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-16 {
    padding-right: 16px !important;
}
.label-tipo1 {
    padding: 0px 5px;
    color: white;
    border-radius: 5px;
    font-weight: 100;
    margin-left: 4px;
}
.pointer:hover {
    cursor: pointer;
}
.label-sedi {
    padding: 2px 5px;
    border-radius: 4px;
    margin-left: 5px;
    color: white;
    position: relative;
    top: -4px;
    margin-bottom: 0px;
    font-weight: 100;
}
.label-sedi1 {
    padding: 2px 5px;
    border-radius: 4px;    
    color: white;    
    margin-bottom: 0px;
    font-weight: 100;
}
.cell-frozen-l-0 {
    position: sticky;
    left: 0px;
    background: white;    
}     
.index {
    z-index: 399;
}
table.table-nowrap tbody tr td,
table.table-nowrap tbody tr th,
table.table-nowrap thead tr td,
table.table-nowrap thead tr th,
table.table-nowrap tfoot tr td,
table.table-nowrap tfoot tr th {
    white-space: nowrap;
}
.box-control {
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 7px;
    padding: 23px 20px 20px 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.box-settings {
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 7px;
    padding: 6px 8px;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}
.label-title {
    font-size: 19px;
    font-weight: bold;
    color: #508aaf;
    margin-bottom: 0px;
}
.label-title2 {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 5px;
}
.icon-box {
    font-size: 3rem;
    float: left;
    margin-right: 14px;
    color: #2a6496;
}
.pt-0 {
    padding-top: 0px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.pr-0 {
    padding-right: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}
.input-xs + .form-control-feedback,
.input-xs + div + .form-control-feedback {
    height: 24px;
    width: 24px;
    line-height: 24px;
}
.has-feedback .form-control.input-xs {
    padding-right: 30px;
}

input.uppercase {
    text-transform: uppercase;
}
::-webkit-input-placeholder {
    text-transform: none;
}
:-moz-placeholder {
    text-transform: none;
}
::-moz-placeholder {
    text-transform: none;
}
:-ms-input-placeholder {
    text-transform: none;
}
::placeholder {
    text-transform: none;
}

input.lowercase {
    text-transform: lowercase;
}

::-webkit-input-placeholder {
    text-transform: none;
}

:-moz-placeholder {
    text-transform: none;
}

::-moz-placeholder {
    text-transform: none;
}

:-ms-input-placeholder {
    text-transform: none;
}

::placeholder {
    text-transform: none;
}
.table-hover > tbody > tr:hover td {
    background-color: #f2f9ff !important;
}
.col-hover {
    background-color: #f2f9ff !important;
}

button.arrow-acordion {
    float: right;    
}

.title-bg {
    border-radius: 5px;
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #4979a3;
    margin: 4px 0;
    text-align: center;
    color: #4979a3;
    font-weight: 600;
    font-size: 0.9rem;
}

.title-bg button.arrow-acordion i {
    position: relative;
    right: 0px;
}

.not-btn > i {
    font-size: 18px;
    color: #1f7bb6;
}

button.arrow-acordion i:before {
    content: "\f325";
}

button.arrow-acordion.collapsed i:before {
    content: "\f322";
    color: red;
}

.rem-75 {
    font-size: 0.75rem;
}

div.border-0 {
    border: 0px !important;
}

.div.border-0 {
    border: 0px !important;
}

.m-0 {
    margin-bottom: 0px;
}

.rem-75 {
    font-size: 0.75rem;
}
.display-center {
    display: flex;
    align-items: center;
}
address {
    margin-bottom: 0px;
}

.input-search-group {
    max-width: 450px;
    margin-bottom: 0px;
}

.input-search {
    height: 25px;
    background-color: #f1f3f4;
    border: 0px;
    box-shadow: none;
    font-size: 13px;
}

.input-search-group > span {
    height: 25px;
    width: 35px;
    margin-top: -4px;
    font-size: 14px;
}

.input-search-group > .form-control-feedback {
    left: 0;
    right: auto;
}

.input-search:focus {
    border: 0px !important;
    border-color: #777;
    box-shadow: 0px 1px 1px white inset, 0px 0px 4px #777 !important;
}

.has-feedback .input-search {
    padding-left: 35px !important;
}
.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
}
.flex-row > div {    
    font-size: 0.8rem;
}

.flex-row > div .title {
    margin-right: 3px;
    margin-bottom: 0;
    font-size: 0.75rem;
}
.box-sedi {
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 8px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 0px 1px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}
.box-sedi-2 {
    border-radius: 5px;
    background: #ffffff;    
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 1px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}

.box-sedi-transparent > div.content-flex,
.box-sedi > div.content-flex,
.box-sedi-2 > div.content-flex {
    padding: 10px 0;
    display: flex;
    color: #555;
}

.box-sedi-transparent > div.content-block,
.box-sedi > div.content-block,
.box-sedi-2 > div.content-block {
    padding: 10px 0;
    color: #555;
}
.box-title-sedi {
    font-weight: 700;
    font-size: 18px;
}
input[type=checkbox].checkbox-sedi-15 {
    width: 15px;
    height: 15px;
    margin: 0;
}
input[type=checkbox].checkbox-sedi-20 {
    width: 20px;
    height: 20px;
    margin: 0;
}
input[type=checkbox].checkbox-sedi-25 {
    width: 25px;
    height: 25px;
    margin: 0;
}

div.opciones-bottom.opened {
    right: -1px !important;
}

div.opciones-bottom {
    right: -320px !important;
}

div.opciones-bottom {
    background: #ffffff;
    width: 320px;
    position: fixed;
    bottom: 0;
    z-index: 300;
    border-radius: 5px 0 0 0;
    right: -320px;
    border: 1px solid #225179;
    transition: 1s;
    max-height: calc(100vh - 61px);
}

    div.opciones-bottom.opened {
        right: 218px;
    }

    div.opciones-bottom h4,
    div.opciones-bottom h3 {
        color: #fff;
        padding: 2px 0 5px 10px;
        margin: 0;
        line-height: 20px;
        font-size: 13px;
    }

    div.opciones-bottom a.opciones-link {
        background-color: #ffffff;
        display: block;
        height: 45px;
        position: absolute;
        right: 318px;
        bottom: -1px;
        width: 45px;
        font-size: 17px;
        line-height: 40px;
        color: #225179;
        text-align: center;
        text-decoration: none;
        border-radius: 5px 0 0 5px;
        border: 1px solid #225179;
        border-right: 0px;
        cursor: pointer;
    }

        div.opciones-bottom a.opciones-link i {
            font-size: 24px;
            vertical-align: middle;
            cursor: pointer;
        }

        div.opciones-bottom a.opciones-link:hover {
            text-decoration: none;
        }

    div.opciones-bottom .content-opciones-body {
        border-radius: 7px;
        bottom: 0;
        margin: 10px 13px;
        max-height: calc(100vh - 175px);
        padding: 0 5px;
        overflow-y: auto;
    }

    div.opciones-bottom .content-opciones-header h4,
    div.opciones-bottom .content-opciones-header h3 {
        text-align: center;
        padding: 10px 0;
        background-color: #f0f3f3;
        font-size: 17px;
        margin: 10px 13px;
        font-weight: 600;
        border-radius: 8px;
        display: block;
        color: #333;
    }

.btn-closed {
    position: absolute;
    right: 21px;
    top: 16px;
}
.height-10 {
    height: 10px;
}
.height-15 {
    height: 15px;
}
.height-16 {
    height: 16px;
}
.height-17 {
    height: 17px;
}
.height-20 {
    height: 20px;
}

.height-30 {
    height: 30px;
}

.height-40 {
    height: 40px;
}

.height-50 {
    height: 50px;
}

.height-60 {
    height: 60px;
}

.height-70 {
    height: 70px;
}

.height-80 {
    height: 80px;
}

.height-90 {
    height: 90px;
}

.height-100 {
    height: 100px;
}

.height-110 {
    height: 110px;
}

.height-120 {
    height: 120px;
}

.height-130 {
    height: 130px;
}

.height-140 {
    height: 140px;
}

.height-150 {
    height: 150px;
}

.height-160 {
    height: 160px;
}

.height-170 {
    height: 170px;
}

.height-180 {
    height: 180px;
}

.height-190 {
    height: 190px;
}

.height-200 {
    height: 200px;
}

.height-210 {
    height: 210px;
}

.height-220 {
    height: 220px;
}

.height-230 {
    height: 230px;
}

.height-240 {
    height: 240px;
}

.height-250 {
    height: 250px;
}

.height-260 {
    height: 260px;
}

.height-270 {
    height: 270px;
}

.height-280 {
    height: 280px;
}

.height-290 {
    height: 290px;
}

.height-300 {
    height: 300px;
}

.height-310 {
    height: 310px;
}

.height-320 {
    height: 320px;
}

.height-330 {
    height: 330px;
}

.height-340 {
    height: 340px;
}

.height-350 {
    height: 350px;
}

.height-360 {
    height: 360px;
}

.height-370 {
    height: 370px;
}

.height-380 {
    height: 380px;
}

.height-390 {
    height: 390px;
}

.height-400 {
    height: 400px;
}

.height-410 {
    height: 410px;
}

.height-420 {
    height: 420px;
}

.height-430 {
    height: 430px;
}

.height-440 {
    height: 440px;
}

.height-450 {
    height: 450px;
}

.height-460 {
    height: 460px;
}

.height-470 {
    height: 470px;
}

.height-480 {
    height: 480px;
}

.height-490 {
    height: 490px;
}

.height-500 {
    height: 500px;
}
.nav-pills-icon.nav-wizard > li.white .nav-wedge {
    border-color: #fff #eee #eee transparent;
}

.nav-pills-icon.nav-wizard > li.white .nav-wedge {
    border-color: #fff #eee #eee transparent;
}

.nav-pills-icon.nav-wizard > li.white > a {
    background-color: #fff;
}

.nav-pills-icon.nav-wizard > li.white .nav-arrow {
    border-color: transparent transparent transparent #fff;
}
table.table-striped-2 tbody tr:nth-of-type(2n + 0) {
    background-color: rgba(0,0,0,.05);
}


.arrow-sedi::after {
    border-right-color: #f2f2f2 !important;
}
.popover-sedi {
    min-width: 300px;
    background-color: #f2f2f2;
    padding: 0;
}
.popover-body-sedi {
    padding: 0.75rem;
}
@media (max-width: 767px) {
    div.opciones-left.opened {
        left: -1px !important;
    }

    div.opciones-left {
        left: -320px !important;
    }
}

div.opciones-left {
    background: #ffffff;
    width: 320px;
    height: 100vh;
    position: fixed;
    top: 61px;
    z-index: 300;
    border-radius: 0 0 5px 0;
    left: -101px;
    border: 1px solid #225179;
    transition: 1s;
    max-height: calc(100vh - 61px);
}

    div.opciones-left.opened {
        left: 218px;
    }

.sidebar-mini div.opciones-left.opened {
    left: 49px;
}

.sidebar-mini div.opciones-left {
    left: -270px;
}

div.opciones-left h4,
div.opciones-left h3 {
    color: #fff;
    padding: 2px 0 5px 10px;
    margin: 0;
    line-height: 20px;
    font-size: 13px;
}

div.opciones-left a.opciones-link {
    background-color: #ffffff;
    display: block;
    height: 45px;
    position: absolute;
    left: 318px;
    top: -1px;
    width: 45px;
    font-size: 17px;
    line-height: 40px;
    color: #225179;
    text-align: center;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    border: 1px solid #225179;
    border-left: 0px;
    cursor: pointer;
}

    div.opciones-left a.opciones-link i {
        font-size: 24px;
        vertical-align: middle;
        cursor: pointer;
    }

    div.opciones-left a.opciones-link:hover {
        text-decoration: none;
    }

div.content-opciones-header h4,
div.content-opciones-header h3 {
    text-align: center;
    padding: 10px 0;
    background-color: #f0f3f3;
    font-size: 17px;
    margin: 10px 13px;
    font-weight: 600;
    border-radius: 8px;
    display: block;
    color: #333;
}

div.content-opciones-body {
    border-radius: 7px;
    bottom: 0;
    margin: 10px 13px;
    max-height: calc(100vh - 210px);
    padding: 0 5px;
    overflow-y: auto;
}

    div.content-opciones-body::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    div.content-opciones-body::-webkit-scrollbar-track {
        background: hsla(0,0%,100%,.1);
    }

    div.content-opciones-body::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,.2);
    }
.alert {
    box-shadow: 0px 1px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}
.bg-transp {
    background: none;
    background-color: transparent;
    box-shadow: none;
}
@media print {
    .print_hide {
        display: none;
        visibility: hidden;
    }
}
.radiobox-sedi-20 {
    margin: 0 !important;
    width: 20px;
    height: 20px;
}
div.backg-trasparent,
.backg-trasparent,
.tab-content.backg-trasparent {
    background: transparent;
    box-shadow: none;
}
.input-documento > input[type=text] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.input-documento > button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.border-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
.transparent {
    background: transparent !important;
    background-color: transparent !important;
}
.text-wrap {
    overflow-wrap: anywhere;
}
.line-1 {
    line-height: 1;
}