@font-face {
    font-family: 'WorkSans-Light';
    src: url('../fonts/WorkSans-Light/WorkSans-Light.eot');
    src: url('../fonts/WorkSans-Light/WorkSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Light/WorkSans-Light.woff2') format('woff2'), url('../fonts/WorkSans-Light/WorkSans-Light.woff') format('woff'), url('../fonts/WorkSans-Light/WorkSans-Light.ttf') format('truetype'), url('../fonts/WorkSans-Light/WorkSans-Light.svg#WorkSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans-Regular';
    src: url('../fonts/WorkSans-Regular/WorkSans-Regular.eot');
    src: url('../fonts/WorkSans-Regular/WorkSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Regular/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular/WorkSans-Regular.woff') format('woff'), url('../fonts/WorkSans-Regular/WorkSans-Regular.ttf') format('truetype'), url('../fonts/WorkSans-Regular/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans-Medium';
    src: url('../fonts/WorkSans-Medium/WorkSans-Medium.eot');
    src: url('../fonts/WorkSans-Medium/WorkSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Medium/WorkSans-Medium.woff2') format('woff2'), url('../fonts/WorkSans-Medium/WorkSans-Medium.woff') format('woff'), url('../fonts/WorkSans-Medium/WorkSans-Medium.ttf') format('truetype'), url('../fonts/WorkSans-Medium/WorkSans-Medium.svg#WorkSans-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('../fonts/WorkSans-SemiBold/WorkSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-SemiBold/WorkSans-SemiBold.woff') format('woff'), url('../fonts/WorkSans-SemiBold/WorkSans-SemiBold.ttf') format('truetype'), url('../fonts/WorkSans-SemiBold/WorkSans-SemiBold.svg#WorkSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "WorkSans-Regular", Helvetica, Arial, sans-serif;
    letter-spacing: -0.5px;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-size: 0.9375rem;
}

label {
    font-family: "WorkSans-SemiBold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.contraer_text {
  word-break: break-word !important;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
        padding-right: 0;
    }
}
/*Agregado ultimo jesus*/
.ant-select-open .ant-select-selection{
    box-shadow: none !important;
}
.ant-input:focus{
    box-shadow: none !important;
}

.ant-form-item{
    margin-bottom: 0px !important;
}

.has-success .form-control{
    box-shadow:none !important;
}
.has-error .form-control{
    box-shadow: none !important;
}

.control-group {
    position: relative !important;
    display: table !important;
    /* border-collapse: separate; */
}
/*Agregado ultimo jesus*/
.has-error .form-control{
    border-color:#f5222d !important;
}
.ant-select-disabled{
    color:#555 !important;
}
.ant-select-disabled .ant-select-selection{
    background:  #e9e9e9  !important;
}
.ant-input-disabled{
    color:#555 !important;
}
.ant-input[disabled]{
    color:#555 !important;
    background: #e9e9e9  !important;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: inherit;
  /* color: #E1251B; */
  color: #2CC2E4;
  border: 0;
  /*border-bottom: 1px solid #E1251B;*/
  border-bottom: 1px solid #2CC2E4; 
}

strong {
    font-family: "WorkSans-SemiBold", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h5 {
    font-size: 16px;
}

.pb-0 {
    padding-bottom: 0!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-15 {
    margin-bottom: 15px!important;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.form-text {
    display: block;
    margin-top: 3px;
}


/* HEADER PRINCIPAL */

.header-principal {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-brand {
    font-family: "WorkSans-Light", Helvetica, Arial, sans-serif;
    font-size: 38px;
    height: auto;
    padding: 8px 0px;
}

a.navbar-brand {
    color: #044799;
}

a:hover.navbar-brand {
    color: #044799;
}

a .logo-principal {
    float: left;
    padding-right: 10px;
    padding-top: 2px;
    line-height: 31px;
    letter-spacing: -2px;
}

a .nombre-logo-principal {
    font-family: "WorkSans-Regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    float: left;
    text-transform: uppercase;
    border-left: 1px solid #333333;
    padding: 3px 10px 0;
    line-height: 14px;
}

@media (max-width: 767px) {
    a.navbar-brand {
        color: rgba(255, 255, 255, .5);
        padding: 12px 15px 7px;
        line-height: 31px;
    }
    .navbar-principal .dropdown-menu>li>a:focus,
    .navbar-principal .dropdown-menu>li>a:hover {
        color: #044799;
        text-decoration: none;
        background-color: rgba(255, 255, 255, .3);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
    }
}


/* NAV PRINCIPAL */

.navbar-principal {
    background-color: #fff;
    border-color: #fff;
}

.navbar-principal .navbar-brand:hover,
.navbar-principal .navbar-brand:focus {
    color: #044799;
    background-color: transparent;
}

.navbar-principal .navbar-text {
    color: #9d9d9d;
}

.navbar-principal .navbar-nav>li>a {
    color: rgba(255, 255, 255, .5);
}

.navbar-principal .navbar-nav>li>a:hover,
.navbar-principal .navbar-nav>li>a:focus {
    color: #044799;
    background-color: transparent;
}

.navbar-principal .navbar-nav>.active>a,
.navbar-principal .navbar-nav>.active>a:hover,
.navbar-principal .navbar-nav>.active>a:focus {
    color: #044799;
    background-color: transparent;
}

.navbar-principal .navbar-nav>.disabled>a,
.navbar-principal .navbar-nav>.disabled>a:hover,
.navbar-principal .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-principal .navbar-toggle {
    border-color: rgba(255, 255, 255, .5);
}

.navbar-principal .navbar-toggle:hover,
.navbar-principal .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-principal .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, .5);
}

.navbar-principal .navbar-collapse,
.navbar-principal .navbar-form {
    border-color: rgba(255, 255, 255, .5);
}

.navbar-principal .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-principal .dropdown-menu {
    min-width: 200px;
    top: 90%;
}

.navbar-principal .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media (max-width: 767px) {
    .navbar-principal .navbar-nav>.open>a,
    .navbar-principal .navbar-nav>.open>a:hover,
    .navbar-principal .navbar-nav>.open>a:focus {
        color: #fff;
        background-color: rgba(255, 255, 255, .3);
    }
    .navbar-principal .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .navbar-principal .navbar-nav>li>a {
        padding-top: 16px;
        padding-bottom: 13px;
    }
    .navbar-principal .navbar-nav>li:first-child>a {
        padding-left: 0;
    }
}

.caret {
    margin-bottom: 4px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #337ab7;
}


/* TABLE */

.container-table-custom table,
.table-custom {
    margin-bottom: 6px;
    font-size: 13px;
}

.container-table-custom table>thead>tr>th,
.table-custom>thead>tr>th,
th {
    font-family: "WorkSans-Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.container-table-custom table>thead>tr>th,
.table-custom>thead>tr>th {
    background-color: #2CC2E4;
    color: #ffffff;
    border: 0;
    text-transform: uppercase;
    line-height: 1.2;
}

.container-table-custom table>thead tr,
.table-custom>thead tr {
    border: 1px solid #E1251B;
}

.container-table-custom .ant-table-thead>tr>th,
.container-table-custom .ant-table-tbody>tr>td {
    padding: 8px;
}

.table-hover>tbody>tr:hover {
    background-color: rgba(220, 53, 69, .1);
}

.checkbox-table {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 0;
}

.table-requisitos {
    font-size: 13px;
    text-align: justify;
}

.table-requisitos>thead>tr>th {
    font-family: "WorkSans-SemiBold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

h3.subtitle-custom {
    font-family: "WorkSans-Medium", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-top: 10px;
}

table.dataTable {
    font-size: 13px;
}

.label {
    padding: .2em .6em .2em;
    font-weight: normal;
    font-size: 90%;
    border-radius: 1em;
}

.datos-confirmar .form-group {
    margin-bottom: 0;
}

.color-ok {
    color: #5cb85c;
}

.circle-ok {
    color: #e4f4da;
}


/* CONTENIDO */

.page-header-custom {
    margin-bottom: 0;
}

h1.title-custom {
    font-family: "WorkSans-Regular", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #E1251B;
    margin-bottom: 10px;
    margin-top: 10px;
}

h2.subtitle-custom {
    font-family: "WorkSans-Light", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-top: 10px;
    color: #E1251B;
}

h3.title-tabs-custom {
    font-family: "WorkSans-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

h4.title-seccion-custom {
    font-family: "WorkSans-Medium", Helvetica, Arial, sans-serif;
    font-size: 14px;
}


/* BUTTONS */


/* btn-default-custom */

.btn-default-custom {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-default-custom:focus,
.btn-default-custom.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #5a6268;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(108, 117, 125, .5);
}

.btn-default-custom:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-default-custom:active,
.btn-default-custom.active,
.open>.dropdown-toggle.btn-default-custom {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-default-custom:active:hover,
.btn-default-custom.active:hover,
.open>.dropdown-toggle.btn-default-custom:hover,
.btn-default-custom:active:focus,
.btn-default-custom.active:focus,
.open>.dropdown-toggle.btn-default-custom:focus,
.btn-default-custom:active.focus,
.btn-default-custom.active.focus,
.open>.dropdown-toggle.btn-default-custom.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #5a6268;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(108, 117, 125, .5);
}

.btn-default-custom:active,
.btn-default-custom.active,
.open>.dropdown-toggle.btn-default-custom {
    background-image: none;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(108, 117, 125, .5);
}

.btn-default-custom.disabled:hover,
.btn-default-custom[disabled]:hover,
fieldset[disabled] .btn-default-custom:hover,
.btn-default-custom.disabled:focus,
.btn-default-custom[disabled]:focus,
fieldset[disabled] .btn-default-custom:focus,
.btn-default-custom.disabled.focus,
.btn-default-custom[disabled].focus,
fieldset[disabled] .btn-default-custom.focus {
    background-color: #6c757d;
    border-color: #6c757d;
}


/* btn-primary-custom */

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: rgb(187, 187, 187);
    margin-right: 5px;
}

.btn-white:focus,
.btn-white.focus {
    color: #000;
    background-color: rgb(227, 227, 227);
    border-color: rgb(187, 187, 187);
    outline: 0;
    box-shadow: 0 0 0 3px rgba(187, 187, 187, .5)
}

.btn-white:hover {
    color: #000;
    background-color: rgb(227, 227, 227);
    border-color: rgb(187, 187, 187);
}

.btn-green-custom {
    color: #000000;
    background-color: #b6d7a8;
    border-color: #444444;
    margin-right: 5px;
}

.btn-green-custom:focus,
.btn-green-custom.focus {
    color: #000000;
    background-color: #b6d7a8;
    border-color: #444444;
    outline: 0;
    box-shadow: 0 0 0 3px #829a79dd
}


.btn-primary-custom {
    color: #fff;
    background-color: #E1251B;
    border-color: #E1251B;
    margin-right: 5px;
}

.btn-primary-custom:focus,
.btn-primary-custom.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5)
}

.btn-primary-custom:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-primary-custom:active,
.btn-primary-custom.active,
.open>.dropdown-toggle.btn-primary-custom {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5)
}

.btn-primary-custom:active:hover,
.btn-primary-custom.active:hover,
.open>.dropdown-toggle.btn-primary-custom:hover,
.btn-primary-custom:active:focus,
.btn-primary-custom.active:focus,
.open>.dropdown-toggle.btn-primary-custom:focus,
.btn-primary-custom:active.focus,
.btn-primary-custom.active.focus,
.open>.dropdown-toggle.btn-primary-custom.focus {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5)
}

.btn-primary-custom:active,
.btn-primary-custom.active,
.open>.dropdown-toggle.btn-primary-custom {
    background-image: none;
}

.btn-primary-custom.disabled:hover,
.btn-primary-custom[disabled]:hover,
fieldset[disabled] .btn-primary-custom:hover,
.btn-primary-custom.disabled:focus,
.btn-primary-custom[disabled]:focus,
fieldset[disabled] .btn-primary-custom:focus,
.btn-primary-custom.disabled.focus,
.btn-primary-custom[disabled].focus,
fieldset[disabled] .btn-primary-custom.focus {
    background-color: #E1251B;
    border-color: #E1251B;
}


/* btn-secondary-custom */

.btn-secondary-custom {
    color: #E1251B;
    background-color: transparent;
    background-image: none;
    /*border-color: #E1251B; */
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-secondary-custom:focus,
.btn-secondary-custom.focus {
    color: #ffffff;
    background-color: #E1251B;
    border-color: #E1251B;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5);
}

.btn-secondary-custom:hover {
    color: #fff;
    background-color: #E1251B;
    border-color: #E1251B;
}

.btn-secondary-custom:active,
.btn-secondary-custom.active,
.open>.dropdown-toggle.btn-secondary-custom {
    color: #ffffff;
    background-color: #E1251B;
    border-color: #E1251B;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5);
}

.btn-secondary-custom:active:hover,
.btn-secondary-custom.active:hover,
.open>.dropdown-toggle.btn-secondary-custom:hover,
.btn-secondary-custom:active:focus,
.btn-secondary-custom.active:focus,
.open>.dropdown-toggle.btn-secondary-custom:focus,
.btn-secondary-custom:active.focus,
.btn-secondary-custom.active.focus,
.open>.dropdown-toggle.btn-secondary-custom.focus {
    color: #ffffff;
    background-color: #E1251B;
    border-color: #E1251B;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5);
}

.btn-secondary-custom:active,
.btn-secondary-custom.active,
.open>.dropdown-toggle.btn-secondary-custom {
    background-image: none;
}

.btn-secondary-custom.disabled:hover,
.btn-secondary-custom[disabled]:hover,
fieldset[disabled] .btn-secondary-custom:hover,
.btn-secondary-custom.disabled:focus,
.btn-secondary-custom[disabled]:focus,
fieldset[disabled] .btn-secondary-custom:focus,
.btn-secondary-custom.disabled.focus,
.btn-secondary-custom[disabled].focus,
fieldset[disabled] .btn-secondary-custom.focus {
    background-color: transparent;
    border-color: #E1251B;
    color: #E1251B;
}


/* btn-link-custom */

.btn-link-custom {
    font-weight: normal;
    color: #E1251B;
    border-radius: 0;
    text-decoration: underline;
}

.btn-link-custom,
.btn-link-custom:active,
.btn-link-custom.active,
.btn-link-custom[disabled],
fieldset[disabled] .btn-link-custom {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link-custom,
.btn-link-custom:hover,
.btn-link-custom:focus,
.btn-link-custom:active {
    border-color: transparent;
}

.btn-link-custom:hover,
.btn-link-custom:focus {
    color: #d9534f;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link-custom[disabled]:hover,
fieldset[disabled] .btn-link-custom:hover,
.btn-link-custom[disabled]:focus,
fieldset[disabled] .btn-link-custom:focus {
    color: #777;
    text-decoration: none;
}


/* btn-icon */

.btn-icon {
    padding: 0 1px;
    line-height: 0;
    font-size: 16px;
}

a.btn-icon {
    color: #E1251B;
}

.form-row {
    overflow: hidden;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}


/* TABS */

.nav-tabs-custom {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
}

.nav-tabs-custom .nav-tabs {
    background-repeat: repeat-x;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 10px 10px 0 10px;
}

.nav-tabs-custom .nav>li>a {
    position: relative;
    display: block;
    padding: 6px 15px;
}

.nav-tabs-custom>.tab-content {
    background: #fff;
    padding: 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nav-tabs-custom>.nav-tabs>li>a {
    font-family: "WorkSans-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.nav-tabs-custom>.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active>a:focus,
.nav-tabs-custom>.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
}

.nav-tabs-custom .nav-tabs>li>a:hover {
    border-color: #ccc #ccc #ddd;
}


/* TABS INTERNO */

.nav-tabs-custom2 .tab-content {
    padding-top: 15px;
}

.nav-tabs-custom2 .nav-tabs>li>a {
    font-family: "WorkSans-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 15px;
    border-top: solid 3px transparent;
    padding: 6px 15px;
}

.nav-tabs-custom2 .nav-tabs>li.active>a,
.nav-tabs-custom2 .nav-tabs>li.active>a:focus,
.nav-tabs-custom2 .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-top: solid 3px #E1251B;
}


/* TABS VERTICAL */

.nav-tabs-vertical-custom {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.nav-tabs-vertical-custom .nav-tabs-vertical {
    /*background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;*/
    background-color: #f5f5f5;
    /*border-right: 1px solid #ddd;
  border-top: 1px solid #6c757d;
  border-bottom: 1px solid #6c757d;
  border-left: 1px solid #6c757d;*/
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding: 10px 0px 10px 10px;
}

.nav-tabs-vertical-custom>.tab-content {
    background: #fff;
    padding: 15px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /*border-right: 1px solid #6c757d;
  border-top: 1px solid #6c757d;
  border-bottom: 1px solid #6c757d;*/
    width: 100%;
    overflow-y: hidden;
}

.nav-tabs-vertical-custom>.nav-tabs--left {
    margin: 0;
}

.nav-tabs-vertical-custom>.nav-tabs--left .nav-link {
    -webkit-transition: border-color .125s ease-in;
    transition: border-color .125s ease-in;
    white-space: nowrap;
}

.nav-tabs--left .nav-link {
    -webkit-transition: border-color .125s ease-in;
    transition: border-color .125s ease-in;
    white-space: nowrap;
}

.nav-tabs--left .nav-item+.nav-item {
    margin-top: .25rem;
}

.nav-tabs--left {
    margin: 0 15px;
}

.nav-tabs-vertical-custom .nav-tabs-vertical>li {
    float: left;
    margin-right: -1px;
}

.nav-tabs-vertical>li.active>a,
.nav-tabs-vertical>li.active>a:focus,
.nav-tabs-vertical>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs-vertical-custom>.nav-tabs-vertical>li.active>a,
.nav-tabs-vertical-custom>.nav-tabs-vertical>li.active>a:focus,
.nav-tabs-vertical-custom>.nav-tabs-vertical>li.active>a:hover {
    border-bottom-color: #ddd;
    border-left-color: #ddd;
    border-top-color: #ddd;
    border-right-color: transparent;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
}

.nav-tabs-vertical-custom>.nav-tabs-vertical>li>a:hover {
    border-color: #ccc #ddd #ccc #ccc;
}

.nav-tabs-vertical-custom>.nav-tabs-vertical>li>a {
    font-family: "WorkSans-SemiBold", Helvetica, Arial, sans-serif;
    font-size: 15px;
    /*text-transform: uppercase;*/
    margin-top: 2px;
    margin-right: 0;
    line-height: 1.42857143;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid transparent;
}

.nav-tabs--vertical {
    border-bottom: none;
    border-right: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}

.d-flex {
    display: flex !important;
}


/* PANEL */

.panel-custom {
    /*border-color: #6c757d;*/
}

.panel-custom .panel-heading {
    font-family: "WorkSans-Medium", Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 9px 15px;
}

.panel-custom>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}


/* PAGINATION */

.pagination-custom {
    text-align: right;
}

.pagination {
    margin-top: 0;
    margin-bottom: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #555;
    border-color: #555;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #555;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #bbb;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-info {
    padding-top: 12px;
}


/* MODAL */

.modal-custom .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #E1251B;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-custom h4.modal-title {
    font-family: "WorkSans-Regular", Helvetica, Arial, sans-serif;
    color: #ffffff;
}

.modal-custom .close {
    font-size: 27px;
    color: #ffffff;
    opacity: 0.6;
}

.modal-custom .close:focus,
.modal-custom .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}

.modal-custom .modal-footer {
    text-align: center;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.title-rojo {
    margin-top: 0;
    margin-bottom: 0;
    color: #E1251B;
    line-height: 1.3;
}


/* CONTENIDO PRINCIPAL */

.contenido-principal {
    margin-top: 150px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.contenido-interno {
    /*padding-top: 130px;
    padding-bottom: 15px;*/
    width: 100%;
}

@media (max-width: 765px){
    .contenido-interno {
        padding-top: 40px;
        padding-bottom: 15px;
        width: 100%;
    }
  }

@media (min-width: 770px){
    
    .contenido-interno {
        padding-top: 130px;
        padding-bottom: 15px;
        width: 100%;
    }

  }
/* FOOTER */

.footer-principal {
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 100%;
    background-color: #575756;
}

.container .text-muted {
    margin: 20px 0;
}

.footer-principal .text-muted {
    font-size: 12px;
    color: #9d9d9d;
}

@media (max-width: 767px) {
    .contenido-principal {
    margin-top: 90px;
    padding-top: 10px;
    padding-bottom: 15px;
}
    .container .text-muted {
        margin: 13px 0;
    }
    .cant-reg .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}


/* PAGE ERROR */

.page-error {
    margin-top: 100px;
}

.page-error h3 {
    font-family: "WorkSans-SemiBold", Helvetica, Arial, sans-serif;
    color: #E1251B;
    margin-top: 0px;
}

.page-error a {
    color: #E1251B;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .page-error {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .page-error .error-icono {
        text-align: right;
    }
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (30px * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-open .modal {
    overflow-x: visible;
    overflow-y: visible;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 5px;
        margin-bottom: 0;
        text-align: right;
    }
}


/* DATETIMEPICKER */

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #E1251B;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    font-family: "WorkSans-SemiBold", Helvetica, Arial, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
}

.bootstrap-datetimepicker-widget .table-condensed>thead>tr>th {
    font-family: "WorkSans-SemiBold", Helvetica, Arial, sans-serif;
    padding: 5px;
    text-transform: uppercase;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #E1251B;
}

.bootstrap-datetimepicker-widget table td span {
    text-transform: uppercase;
}

.bootstrap-datetimepicker-widget a {
    color: #dc3545!important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #E1251B;
}

.bootstrap-datetimepicker-widget .btn-primary {
    color: #fff;
    background-color: #E1251B;
    border-color: #E1251B;
}

.bootstrap-datetimepicker-widget .btn-primary:focus,
.bootstrap-datetimepicker-widget .btn-primary.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5);
}

.bootstrap-datetimepicker-widget .btn-primary:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.bootstrap-datetimepicker-widget .btn-primary:active,
.bootstrap-datetimepicker-widget .btn-primary.active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5);
}


/* MULTISELECT */

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 220px;
    width: 100%;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}


/* TOOLTIP */

.tooltip {
    z-index: 9999999;
}


/* PANEL BÚSQUEDA */

.panel-busqueda {
    margin-bottom: 0;
}

.panel-busqueda .panel-heading:hover {
    background-color: #ddd;
}

.panel-busqueda .panel-title {
    text-align: center;
    font-size: 14px;
}

.panel-busqueda .panel-title a {
    display: block;
}

.panel-busqueda .panel-title a:hover,
.panel-busqueda .panel-title a:focus {
    text-decoration: none;
}

.panel-busqueda .panel-body {
    background-color: #f5f5f5;
}


/* PANEL DE ACCESO DIRECTO */

.thumbnail {
    text-align: center;
}

a.thumbnail {
    text-decoration: none;
    color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #E1251B;
    color: #E1251B;
}

.thumbnail h3 {
    font-family: "WorkSans-Regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 15px;
    margin-bottom: 0;
}

.acceso {
    background-color: #f3f4f7;
    padding: 20px;
}


/* BANNER */

.banner-principal {
    background-color: #E1251B;
    height: 400px;
    padding-top: 200px;
    background-image: url(../img/home-5.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
    color: #ffffff;
    text-align: center;
}

.banner-principal h1 {
    font-family: "WorkSans-Light", Helvetica, Arial, sans-serif;
    font-size: 50px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.banner-principal p.lead {
    font-family: "WorkSans-Light", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.3;
}

.well-sm {
    overflow: hidden;
    margin-bottom: 15px;
}

.well-sm .form-group {
    margin-bottom: 0;
}

.well-sm .form-control-static {
    min-height: 26px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .well-sm .form-horizontal .control-label {
        padding-top: 2px;
        margin-bottom: 0;
        text-align: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .acceso {
        background-color: #f3f4f7;
        padding: 20px 5px;
    }
    .navbar-principal .navbar-nav>li>a {
        font-size: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-principal {
        height: 300px;
        padding-top: 100px;
    }
    .banner-principal p.lead {
        font-family: "WorkSans-Light", Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 1.3;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 20px;
        padding-left: 20px;
    }
    .navbar-principal .navbar-nav>li>a {
        font-size: 11px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 767px) {
    .banner-principal {
        height: 350px;
        padding-top: 110px;
    }
    .banner-principal p.lead {
        font-family: "WorkSans-Light", Helvetica, Arial, sans-serif;
        font-size: 15px;
        line-height: 1.3;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.nav-justified {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.nav-justified>li>a {
    font-family: "WorkSans-Medium", Helvetica, Arial, sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 0;
    color: #333;
    text-align: center;
    background-color: #e5e5e5;
    /* Old browsers */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    background-repeat: repeat-x;
    /* Repeat the gradient */
}

.nav-justified>.active>a,
.nav-justified>.active>a:hover,
.nav-justified>.active>a:focus {
    background-color: #ddd;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
}

.nav-justified>li>a:hover,
.nav-justified>li>a:focus {
    background-image: none;
}

.nav-justified>li:first-child>a {
    border-radius: 4px 4px 0 0;
}

.nav-justified>li:last-child>a {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
    }
    .nav-justified>li>a {
        border-right: 1px solid #d5d5d5;
        border-left: 1px solid #fff;
    }
    .nav-justified>li:first-child>a {
        border-left: 0;
        border-radius: 4px 0 0 4px;
    }
    .nav-justified>li:last-child>a {
        border-right: 0;
        border-radius: 0 4px 4px 0;
    }
}

input,
textarea,
select,
button {
    letter-spacing: -0.5px!important;
}


/* CHOSEN MULTISELECT TAGS */

.chosen-container {
    width: 100%!important;
    font-size: 14px;
}

.chosen-container-multi .chosen-choices {
    font-family: "WorkSans-Regular", Helvetica, Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 5px;
    min-height: 34px;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    font-family: "WorkSans-Regular", Helvetica, Arial, sans-serif;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.chosen-container .chosen-results li.highlighted {
    background-color: #337ab7;
    background-image: none;
    color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice {
    font-size: 13px;
    color: #fff;
    border: 1px solid #2e6da4;
    background-color: #337ab7;
    background-image: none;
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


/* TAGS INPUT */

.bootstrap-tagsinput {
    width: 100%;
    padding: 3px 6px;
    min-height: 34px;
}

.bootstrap-tagsinput .label {
    border-radius: .25em;
    padding: 4px 6px 3px;
}

.bootstrap-tagsinput .label-info {
    border: 1px solid #2e6da4;
    background-color: #337ab7;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block;
    letter-spacing: normal;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 2px 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.btn-group .dropdown-menu>li>a:focus,
.btn-group .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus,
.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a.active {
    color: #ffffff;
    text-decoration: none;
    background-color: #E1251B;
}

@media (min-width: 768px) {
    .form-inline .form-group-doc {
        display: inline-block;
        margin-bottom: 15px;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .form-inline .form-group-doc {
        display: block;
        margin-bottom: 15px;
        vertical-align: middle;
    }
}

.disabled,
.disabled:hover,
.disabled:focus,
a.disabled:hover,
a.disabled:focus,
a.disabled.active {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .55;
}

fieldset {
    margin-bottom: 20px;
}

fieldset:last-child {
    margin-bottom: 0px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #E1251B;
    outline: 0;
}


/* ESTADOS */

.estado-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-family: "WorkSans-SemiBold", Helvetica, Arial, sans-serif;
}


/* FORM STATIC */

.form-static .form-group {
    margin-bottom: 0;
}


/* CARD */

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

a.link-card {
    background-color: #E1251B;
    color: #ffffff;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
    margin-bottom: 20px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a.link-card:hover {
    text-decoration: none;
    color: #E1251B;
    background-color: #ffffff;
    border: 1px solid #E1251B;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
    font-family: "WorkSans-Medium", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -20px;
    right: -20px;
    font-size: 70px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.o-hidden {
    overflow: hidden !important;
}

.text-white {
    color: #fff!important;
}

.mr-5,
.mx-5 {
    margin-right: 44px!important;
}

.float-right {
    float: right !important;
}

.panel-primary>a:hover .panel-footer {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #ffffff;
    background-color: #337ab7;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green>a:hover .panel-footer {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #ffffff;
    background-color: #5cb85c;
}

.panel-green>a {
    color: #5cb85c;
}

.panel-green>.panel-heading {
    border-color: #5cb85c;
    color: white;
    background-color: #5cb85c;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow>a:hover .panel-footer {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #ffffff;
    background-color: #f0ad4e;
}

.panel-yellow>a {
    color: #f0ad4e;
}

.panel-yellow>.panel-heading {
    border-color: #f0ad4e;
    color: white;
    background-color: #f0ad4e;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red>a:hover .panel-footer {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #ffffff;
    background-color: #d9534f;
}

.panel-red>a {
    color: #d9534f;
}

.panel-red>.panel-heading {
    border-color: #d9534f;
    color: white;
    background-color: #d9534f;
}

.huge {
    font-family: "WorkSans-Light", Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
}

.icon-acceso {
    opacity: .4;
}


/* MODAL IMPRIMIR TICKET */

@media (min-width: 768px) {
    .modal-imprimir {
        width: 340px;
        font-size: 12px;
    }
}

.internal-content {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    z-index: 999 !important;
}

.required::before {
    display: inline-block;
    margin-right: 4px;
    color: #f5222d;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*';
}

.required-matrix::before {
    display: inline-block;
    margin-right: 4px;
    color: #ffffff;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*';
}

.required-matrix-red::before {
    display: inline-block;
    margin-right: 4px;
    color: #E1251B;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: '*';
}

.ant-select {
    width: 100%;
}


/*border color of input and text area*/

textarea:focus,
input:focus,
input[type]:focus {
    border-color: rgb(255, 0, 13) !important;
    outline: 0 none !important;
}

agm-map {
    height: 300px;
}

.control-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.control-list li {
  list-style: none;
  margin-bottom: 5px;
  width: 100%;
}

.control-list-item {
  display: flex;
  width: 100%;
}

.control-list-item__control {
  margin-left: 5px;
  margin-right: 5px;
  width: 100%;
}

.control-list-item__option span.ant-radio + * {
  display: none !important;
}

.control-list-item__option .ant-radio-wrapper {
  margin-right: 0 !important;
}

.control-list-item--new .control-list-item__control {
  padding-right: 10px;
}
.control-list-item--new .control-list-item__control .ant-input:hover {
  border: 1px solid #d9d9d9;
}

.control-list-item--new .control-list-item__control textarea:focus,
.control-list-item--new .control-list-item__control input:focus,
.control-list-item--new .control-list-item__control input[type]:focus {
  border: 1px solid #d9d9d9 !important;
}

.panel--seccion-formato {
  background: #ECECEC;
}

.panel--pregunta-formato {
}

.opciones-pregunta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid #ddd;
  padding-left: 15px;
  padding-right: 15px;
}

.row--pregunta {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.opciones-seccion {
  width: 100%;
}

.opciones-seccion .ant-btn-group {
  width: 100%;
  display: flex;
}

.opcion-seccion-opt-2 {
  width: 20% !important;
}

.formato-titulo {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.formato-seccion {
  background: #ECECEC;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.formato-seccion__titulo {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.formato-seccion__descripcion {
  font-size: 15px;
  margin-bottom: 10px;
}

.formato-pregunta {
  background: white;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 5px;
}

.formato-pregunta__titulo {
  margin-bottom: 5px;
}

.formato-pregunta__descripcion {
  margin-bottom: 5px;
}

.tabla-dinamico {
  width: 100%;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e8e8e8;
}

.tabla-dinamico>thead>tr>th {
  background-color: #E1251B;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  line-height: 1.2;
  border-right: 1px solid #e8e8e8;
  padding: 8px;
}

.tabla-dinamico thead > tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}

.tabla-dinamico>thead tr {
  border: 1px solid #E1251B;
}

.tabla-dinamico > tr {
  transition: all 0.3s, height 0s;
}

.tabla-dinamico tbody > tr {
  border-right: 1px solid #e8e8e8;
}

.tabla-dinamico tbody > tr > td {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}
.tabla-dinamico tbody tr td textarea,
.tabla-dinamico tbody tr td input{
  border: 1px solid #d9d9d9;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  resize: none;
}
.tabla-dinamico tbody tr td .ant-select,
.tabla-dinamico tbody tr td .ant-select-selection{
  min-width: 174px;
}

form .ant-select, form .ant-cascader-picker{
    width: 100% !important;
}
.tabla-dinamico tbody tr td:first-child {
  padding: 8px;
}

.row--pregunta-a .ant-form-item-control,
.row--pregunta .ant-form-item-control {
  line-height: 0 !important;
}
.row--pregunta-a .ant-form-item,
.row--pregunta .ant-form-item {
  margin-bottom: 0 !important;
}

.form-actividad-economica-upload label{
  vertical-align: top !important;
}

.steps-action {
  padding-top: 15px;
  display: flex;
  text-align: right;
  justify-content: space-between;
}

.steps-content {
  padding: 15px 0 0;
}

.footer-formato-virtual {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}

.footer-formato-virtual button {
  margin-left: 10px;
}

.ant-checkbox-group .ant-form-item label {
  display: block;
}
.ant-checkbox-group-item {
  display: block !important;
}
.container-table-custom-per td {
  padding: 8px;
  border: 1px solid #e8e8e8;
}

.card-grupo-postular .ant-radio-wrapper-checked {
  background: #E1251B;
  padding: 8px 0;
}

.card-grupo-postular .ant-radio-group {
  width: 100%;
}

.card-grupo-postular .ant-radio-wrapper .ant-card {
  width: 100%;
}
.card-grupo-postular .ant-radio-wrapper .ant-card-body {
  white-space: normal;
}
.card-grupo-postular .ant-radio-wrapper span {
  display: block;
}
.card-grupo-postular .ant-radio-wrapper span.ant-radio-inner {
  display: none;
}

.grupo-options {
  display: flex;
  align-items: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
}
.grupo-options .ant-radio-wrapper {
  width: 32%;
  margin-bottom: 10px;
}
.item-regla {
  margin-bottom: 10px;
}
.item-filtro {
  margin-bottom: 10px;
}
/*
.ck-editor__editable_inline {
  min-height: 150px;
}
*/
.navbar {
  margin-bottom: 0px;
}
