.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #19486b !important;
}

hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 2px solid #25597f !important;
}

.main-header .logo .logo-lg img {
    width: 90% !important;
}

.login {
    height: 100vh;
    background: url('../images/bg-login-nuevo.jpg') no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.login .navbar-laravel {
    background-color: rgba(240, 248, 255, 0);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}

.invalid-feedback {
    font-size: 100% !important;
    color: #63daf5 !important;
}

.empresa-nombre {
    display: inline-block;
    width: 70%;
    height: 50px;
    padding: 5px;
    color: #FFF;
    font-size: 3vh;
    font-weight: bold;
    text-align: left;
}

.empresa-wrapper {
    display: inline-block;
    width: 40%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF !important;
    text-align: center;
    border: 1px solid rgba(218, 206, 208, 0.55) !important;
    box-shadow: 0 0 5px #fff;
    background-image: url('../images/empresa-nombre.gif');
    background-position: top center;
    background-size: 100% 100%;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
    text-align: center;
}

.card {
    background-color: rgba(22, 51, 88, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    color: #FFFFFF !important;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    background-color: rgba(3, 15, 31, 0.25) !important;
    color: #FFFFFF !important;
    text-align: center !important;
    font-size: 1.2rem !important;
    font-weight: initial !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgba(39, 100, 181, .8) inset !important;
    box-shadow: 0 0 0 30px rgba(39, 100, 181, .8) inset !important;
    /* background-color: rgba(39, 100, 181, 0.4) !important; */
    background-image: none !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

.card .form-control {
    color: #FFFFFF !important;
    background-color: rgba(39, 100, 181, 0.4) !important;
    border: 1px solid rgba(218, 206, 208, 0.55) !important;
}

.card .form-control:focus {
    color: #FFFFFF !important;
    background-color: rgba(24, 180, 226, 0.46) !important;
    border: 1px solid rgba(255, 255, 255, 0.77) !important;
}

.card .btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: rgba(3, 15, 31, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.58) !important;
    border: 1px solid !important;
    background-image: none !important;
}

.card .btn-link {
    color: #FFFFFF !important;
    background-color: transparent;
    background-image: none !important;
}

.card .btn-link:hover, .card .btn-link:focus, .card .btn-link:active, .card .btn-link:visited, .card .btn-link:focus-within{
    color: #FFFFFF !important;
    background-color: transparent;
    background-image: none !important;
    text-shadow: 0px 0px 5px #05ffff;
    text-decoration: none !important;
}

.card .btn-primary:hover {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, .5);
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, .5);
    color: #fff !important;
    background-color: rgba(3, 15, 31, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.58) !important;
    border: 1px solid !important;
    background-image: none !important;
}

.back {
    height: 85vh;
    /* background: #1e282c; */
}

.small-box h3 {
    color: #4e4e50 !important;
}

.user-name {
    float: right;
    margin-top: -5px;
    min-width: 100px;
    height: 17px;
    text-transform: capitalize;
}

.user-role {
    float: right;
    margin-top: -3px;
    min-width: 100px;
    height: 17px;
    font-size: 70%;
    text-transform: capitalize;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #a7c0e8 !important;
    text-align: center;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer a {
    color: #333 !important;
    font-weight: bold;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer a:hover {
    color: #19486B !important;
    font-weight: bold;
}

.search-input {
    float: right;
    width: 65%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    border-top: 1px #ccc solid;
    border-right: 1px transparent;
    border-bottom: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-radius: 3px 0 0 3px;
    white-space: nowrap;
    vertical-align: middle;
}

.search-button {
    float: right;
    width: 30%;
    padding: 6px 5px;
    border-radius: 0 3px 3px 0;
}

#no-result-box {
    display: none;
}

.no-result {
    color: #ea4966;
    background: #FFF;
    padding: 3vh 2vw;
    text-align: center;
    border: 1px solid #9fc3e6;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #ccc;
}

.no-result h3 {
    margin: 0;
}

em {
    color: #126ca0;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

.content-wrapper,
.right-side {
    background: url('../images/bg-wrapper.fw.png') no-repeat center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;
}

.box {
    padding: 10px !important;
}

.box.box-primary {
    /* border-top-color: #3c8dbc !important; */
    box-shadow: 3px 3px 7px #555 !important;
}

.btn{
    border: none !important;
    background-image: url('../images/bg-buttons.fw.png');
    background-position: top center;
    background-size: 100% 100%;
    transition: 300ms linear;
}

.btn:hover, .btn:active, .btn.hover {
    border: none !important;
    background-image: url('../images/bg-buttons-act.fw.png');
    background-position: top center;
    background-size: 100% 100%;
}

.btn-xs{
    padding: 6px 5px !important;
    margin: 2px 0;
}

.btn-bg{
    border: none !important;
    background-image: url('../images/bg-buttons.fw.png');
    background-position: top center;
    background-size: 100% 100%;
}

.btn-bg:hover, .btn-bg:active, .btn-bg.hover {
    border: none !important;
    background-image: url('../images/bg-buttons-act.fw.png');
    background-position: top center;
    background-size: 100% 100%;
}

.btn-success {
    background-color: #28997f !important;
    border-color: #26a56a !important;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
    background-color: #19c19a !important;
    border-color: #26a56a !important;
}

.btn-primary {
    background-color: #487088;
    border-color: #1598e4;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: rgb(43, 148, 209);
}

.sidebar-menu>li {
    white-space: normal !important;
}

.box-wrapper {
    color: #FFFFFF;
    float: right;
    width: 100%;
    padding: 15px 15px;
    text-align: center;
    border: 1px solid #5b90a9;
    border-radius: 5px;
    background-color: #365476;
    background-image: url('../images/bg-box-general.gif');
    background-size: 100% 100%;
}

.box-wrapper-light {
    color: #FFFFFF;
    float: right;
    width: 100%;
    height: 255px;
    margin-bottom: 15px !important;
    padding: 15px 15px;
    text-align: center;
    border: 1px solid #5b90a9;
    border-radius: 5px;
    background-color: #6183a6;
    background-image: url('../images/bg-box-light-general.gif');
    background-size: 100% 100%;
}



.on-use{
    background-image: url('../images/bg-box-light2.gif') !important;
    background-size: 100% 100%;
}

.toogle-btn {
    font-size: 1.8vw;
}

.emp-act {
    background-color: #365476;
    background-image: url('../images/bg-box-active.gif');
    background-size: 100% 100%;
}

.emp-no-act{
    background-color: #365476;
    background-image: url('../images/bg-box.gif');
    background-size: 100% 100%;
}

.switch{
    background-image: url('../images/off.fw.png');
    background-position: top left;
}

.section-wrapper {
    background-color: #6183A6;
    width: 100%;
    height: 6vw;
    font-size: 1.8vw;
}

.section-general {
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    color: #FFFFFF;
    background-color: #6183A6;
    line-height: 6vw;
    font-size: 1.8vw;
}

.section-title {
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    color: #FFFFFF;
    background-color: #6183A6;
    line-height: 4vw;
    font-size: 1.8vw;
}

.section-msj-sug {
    width: 100%;
    margin: 10px 0px;
    padding: 15px 0;
    color: #FFFFFF;
    background-color: #6183A6;
    line-height: 3vw;
    font-size: 1.4vw;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 5px #00ffe7;
}

.msj-error{
    background-image: url('../images/bg-box-light-error.gif');
    background-size: 100% 100%;
}

.msj-error .error{
    color: #FFFF00;
}

.section-msj-small {
    width: 100%;
    margin: 10px 0px;
    padding: 15px 0;
    color: #FFFFFF;
    background-color: #6183A6;
    line-height: initial !important;
    font-size: initial !important;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 5px #00ffe7;
}

.section-general h2,
.section-general h3 {
    color: #FFFFFF !important;
}

.msj-ejecutando{
    display: inline-block;
    width: 72%;
    line-height: 1vw;
}

.msj-loading{
    display: inline-block;
    width: 25%;
    vertical-align: text-bottom;
}

.msj-loading img{
    margin: 0 auto;
}

.toogle-inact {
    color: #c7c7c7;
}

.description-wrapper {
    background-color: #6183A6;
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    text-align: justify;
}

.bar{
    width: 90%;
    height: 11px;
    margin: 5px auto;
    border-radius: 3px;
    background-image: url('../images/bar-bg.fw.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.bar-progres{
    position: relative;
    left: -100%;
}

/*-------------------------TAGS ____________________________*/

td>.btn-show,
td>.btn-show:link {
    color: #444;
    background-color: rgba(90, 38, 86, 0.2);
    border-color: rgba(90, 38, 86, 0.6);
}

td>.btn-show:hover,
td>.btn-show:active,
td>.btn-show:focus {
    color: #444;
    background-color: rgba(90, 38, 86, 0.4);
    border-color: rgba(90, 38, 86, 0.6);
}

td>.btn-edit,
td>.btn-edit:link {
    color: #444;
    background-color: rgba(90, 38, 86, 0.4);
    border-color: rgba(90, 38, 86, 0.6);
}

td>.btn-edit:hover,
td>.btn-edit:active,
td>.btn-edit:focus {
    color: #444;
    background-color: rgba(90, 38, 86, 0.6);
    border-color: rgba(90, 38, 86, 0.6);
}

td>.btn-delete,
td>.btn-delete:link {
    color: #444;
    background-color: rgba(90, 38, 86, 0.6);
    border-color: rgba(90, 38, 86, 0.6);
}

td>.btn-delete:hover,
td>.btn-delete:active,
td>.btn-delete:focus {
    color: #444;
    background-color: rgba(90, 38, 86, 0.8);
    border-color: rgba(90, 38, 86, 0.6);
}

.label {
    padding: 1vh 1vw !important;
    margin: 3px 0;
    display: inline-block;
    /* border: none !important; */
    background-image: url('../images/bg-labels.fw.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.label.bg-blue {
    background-color: rgba(0, 116, 183, 0.2) !important;
    border: 1px solid rgba(0, 116, 183, 0.8) !important;
}

.bg-orange {
    background-color: rgba(255, 133, 27, 0.6) !important;
    padding: 1.1vh 1.1vw !important;
    border: 1px solid rgba(255, 133, 27, 0.8);
}

.bg-gray {
    color: #000;
    background-color: rgba(210, 214, 222, 0.7) !important;
    border: 1px solid rgba(210, 214, 222, 0.8) !important;
}

.bg-gray-light {
    border: 1px solid rgba(247, 247, 247, 0.8) !important;
    background-color: rgba(247, 247, 247, 0.7)';

}

.bg-black {
    background-color: rgba(17, 17, 17, 0.7) !important;
    border: 1px solid rgba(17, 17, 17, 0.8) !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #ff6666 !important;
    border: 1px solid rgba(221, 76, 57, 0.8) !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: rgba(243, 157, 18, 0.7) !important;
    border: 1px solid rgba(243, 157, 18, 0.8) !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: rgba(0, 191, 239, 0.7) !important;
    border: 1px solid rgba(0, 191, 239, 0.8) !important;
}

.bg-blue {
    background-color: rgba(0, 116, 183, 0.7) !important;
    border: 1px solid rgba(0, 116, 183, 0.8) !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: rgba(60, 141, 188, 0.7) !important;
    border: 1px solid rgba(60, 141, 188, 0.8) !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: rgba(0, 166, 91, 0.7) !important;
    border: 1px solid rgba(0, 166, 91, 0.8) !important;
}

.bg-navy {
    background-color: rgba(0, 31, 63, 0.7) !important;
    border: 1px solid rgba(0, 31, 63, 0.8) !important;
}

.bg-teal {
    background-color: rgba(57, 204, 204, 0.7) !important;
    border: 1px solid rgba(57, 204, 204, 0.8) !important;
}

.bg-olive {
    background-color: rgba(61, 153, 112, 0.7) !important;
    border: 1px solid rgba(61, 153, 112, 0.8);
}

.bg-lime {
    background-color: rgba(1, 255, 111, 0.7) !important;
    border: 1px solid rgba(1, 255, 111, 0.8) !important;
}

/* .bg-orange {
    background-color: rgba(255, 133, 27, 0.7) !important;
    border: 1px solid rgba(255, 133, 27, 0.8) !important;
} */

.bg-fuchsia {
    background-color: rgba(240, 18, 188, 0.7) !important;
    border: 1px solid rgba(240, 18, 188, 0.8) !important;
}

.bg-purple {
    background-color: rgba(96, 92, 168, 0.7) !important;
    border: 1px solid rgba(96, 92, 168, 0.8) !important;
}

.bg-maroon {
    background-color: rgba(216, 27, 96, 0.7) !important;
    border: 1px solid rgba(216, 27, 96, 0.8) !important;
}

.bg-gray-active {
    color: #000;
    background-color: rgba(181, 187, 200, 0.7) !important;
    border: 1px solid rgba(181, 187, 200, 0.8) !important;
}

.bg-black-active {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 1px solid rgba(0, 0, 0, 0.8) !important;
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: rgba(211, 56, 36, 0.7) !important;
    border: 1px solid rgba(211, 56, 36, 0.8) !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: rgba(219, 139, 11, 0.7) !important;
    border: 1px solid rgba(219, 139, 11, 0.8) !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
    background-color: rgba(0, 166, 208, 0.7) !important;
    border: 1px solid rgba(0, 166, 208, 0.8) !important;
}

.bg-blue-active {
    background-color: rgba(0, 84, 132, 0.7) !important;
    border: 1px solid rgba(0, 84, 132, 0.8) !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: rgba(53, 124, 165, 0.7) !important;
    border: 1px solid rgba(53, 124, 165, 0.8) !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: rgba(0, 141, 75, 0.7) !important;
    border: 1px solid rgba(0, 141, 75, 0.8) !important;
}

.bg-navy-active {
    background-color: rgba(0, 26, 53, 0.7) !important;
    border: 1px solid rgba(0, 26, 53, 0.8) !important;
}

.bg-teal-active {
    background-color: rgba(48, 187, 187, 0.7) !important;
    border: 1px solid rgba(48, 187, 187, 0.8) !important;
}

.bg-olive-active {
    background-color: rgba(54, 135, 98, 0.7) !important;
    border: 1px solid rgba(54, 135, 98, 0.8) !important;
}

.bg-lime-active {
    background-color: rgba(0, 231, 100, 0.7) !important;
    border: 1px solid rgba(0, 231, 100, 0.8) !important;
}

.bg-orange-active {
    background-color: rgba(255, 120, 1, 0.7) !important;
    border: 1px solid rgba(255, 120, 1, 0.8) !important;
}

.bg-fuchsia-active {
    background-color: rgba(219, 14, 175, 0.7) !important;
    border: 1px solid rgba(219, 14, 175, 0.8) !important;
}

.bg-purple-active {
    background-color: rgba(86, 82, 153, 0.7) !important;
    border: 1px solid rgba(86, 82, 153, 0.8) !important;
}

.bg-maroon-active {
    background-color: rgba(202, 25, 90, 0.7) !important;
    border: 1px solid rgba(202, 25, 90, 0.8) !important;
}

/*---------------------------------------------------------------------*/

.table>thead {
    background: #25597f;
    color: #FFFFFF;
}

.table>thead>tr>th {
    vertical-align: middle !important;
}
/* botones de acciones */

.table>thead:first-child>tr:last-child>th {
    width: 5vw;
    vertical-align: middle !important;
}

td>a {
    width: 100%;
}

td>.btn-warning {
    background-color: rgba(18, 179, 243, 0.7);
    border-color: rgba(18, 179, 243, 0.8);
}

td>.btn-warning:hover,
td>.btn-warning:active,
td>.btn-warning:active:hover,
td>.btn-warning:focus,
td>.btn-warning:link {
    color: #fff;
    background-color: rgba(18, 139, 187, 0.8);
    border-color: rgba(18, 139, 187, 0.9);
}

td>.btn-primary,
td>.btn-primary:link {
    background-color: #487088;
    border-color: #1598e4;
}

td>.btn-primary:hover,
td>.btn-primary:active,
td>.btn-primary:focus {
    background-color: rgb(43, 148, 209);
}

td>.btn-danger:hover,
td>.btn-danger:active,
td>.btn-danger:focus,
td>.btn-danger:link {
    background-color: rgba(215, 58, 37, 0.8);
    border-color: rgba(215, 58, 37, 0.9);
}

.loading_abc {
    display: none;
    width: 100%;
    text-align: center;
    height: 30vh;
    vertical-align: middle;
    line-height: 30vh;
}

.box-multiple {
    background: #FFF;
    padding: 1vh 1vw 1vh 0.5vw;
    border: 1px solid #d2d6de;
    height: 20vh;
    min-width: 10vw;
    overflow-x: auto;
}

.abc .form-group {
    vertical-align: top;
    margin-right: 1vw;
}

.box-multiple input[type=checkbox] {
    margin-right: 3px;
}

.msj-abc {
    display: none;
    color: #de0c0c;
    background: #FFF;
    padding: 1vh 2vw;
    margin-bottom: 2vh;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.actions {
    width: 5vw;
}

.empresas {
    table-layout: fixed;
    width: 100%;
}

.cont-emp{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.cont-emp>div{
    margin-bottom: 20px;
}
th {
    text-align: center;
    vertical-align: text-top !important;
}

td:last-child {
    width: 5% !important;
}

.empresas td div {
    /* table-layout: fixed; */
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    height: 85px;
    text-align: justify;
    vertical-align: middle !important;
}

.empresas td #description {
    float: left;
    width: 100%;
    height: 100px;
    margin-top: -92px;
    margin-bottom: -10px;
    z-index: 999;
    opacity: 0.5;
}

.empresas td.actions {
    white-space: initial;
}

#temp-msj {
    display: none;
    position: fixed;
    width: 15%;
    background: #FFF;
    border: 1px solid #b1c8dc;
    border-radius: 7px;
    box-shadow: 2px 2px 5px #777;
    padding: 5px 7px;
    text-align: justify;
}

.title-dates{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    width: 100%;
    height: auto;
}

.title-dates h4{
    display: inline-block;
    margin-right: 20px;
}

.title-dates>i{
    color: #19486b !important;
    margin: 10px 0;
    line-height: 1.1;
    font-size: 20px;
    cursor: pointer;
}

.wrap-form-dates{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    height: 0;
    /* transform: scaleY(0);
    transition: transform .7s ease-in; */
}

.wrap-form-dates form{
    align-self: flex-end;
}

.input-group-text{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.input-group-text input{
    width: 40%;
    margin-left: 15px;
    margin-right: -5px;
    height: 32px;
    border-top: 1px solid #365476;
    border-right: none;
    border-left: 1px solid #365476;
    border-bottom: 1px solid #365476;
    padding-right: 5px;
}

.input-group-text input[type=checkbox]{
    width: 17px;
    height: 17px;
}
/*
.form-group, .btn{
    opacity: 0;
} */

.modal-footer>.btn{
    opacity: 1;
}

.modal-footer>.btn-default {
    background-color: #f4f4f4;
    color: #ffffff;
    border-color: #ddd;
}

.appear{
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.wrap-list{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 1px solid #25597f;
    border-bottom: 1px solid #25597f;
}

.date-out{
    height: 28px;
    padding: 3px 5px;
    margin: 5px;
    border: 1px solid #25597f;
    border-radius: 4px;
}

.date-new{
    animation-name: new;
    animation-duration: 2s;
    animation-delay: -1s;
    animation-iteration-count: 10;
}

@keyframes new{
    0%{ box-shadow: 0 0 0px #25597f; }
    50% { box-shadow: 0 0 7px #25597f; }
    100% { box-shadow: 0 0 0px #25597f; }
}

.date-out>.delete{
    color: #e80700;
    padding-left: 5px;
    cursor: pointer;
}

.date-out:hover{
    background: #accdff;
    transition: background 1s ease-in;
}

.error-msj{
    display: none;
    padding: 5px 10px;
    color: #FFF;
    background-color: #ff6666;
    border-radius: 4px;
}

.exist{
    background: #c3d5ff;
    box-shadow: 0px 0px 4px #0013fd;
}

.warning-msj{
    display: none;
    position: absolute;
    left: 30%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 30px;
    background: rgba(71, 117, 169, 0.9);
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: 4px 4px 6px #999;
}

.warning-msj>h4{
    color: #FFF !important;
    /* font-weight: bold !important; */
}

#erase-date{
    box-shadow: 0px 0px 10px #FFF;
    margin-left: 10px;
}

.chevron-down{
    transform: rotate(0deg);
    transition: transform .5s ease-in;
}
.chevron-up{
    transform: rotate(-180deg);
    transition: transform .5s ease-in;
}

.check-msj{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 3px 0;
    padding: 20px;
    background-image: url('../images/bg-box-light-sup.gif'), url('../images/bg-box-light-inf.gif');
    background-color: #6183a6;
    background-position: top, bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}

.check-msj i{
    margin-right: 10px;
}
.check-msj h3,.check-msj h4,.check-msj h5{
    display: inline-block;
    color: #FFFFFF !important;
    margin: 0 20px;
}

.check-msj .msj-loading{
    float: left;
    width: 4%;
}
.msj-loading{
    display: none;
}

.upload-error{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 3px 0;
    padding: 20px;
    background-image: url('../images/bg-box-light-error-sup.gif'), url('../images/bg-box-light-error-inf.gif');
    background-color: #6183a6;
    background-position: top, bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}

.wrap-error-msj{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.wrap-error-msj h2, .wrap-error-msj h3{
    color: #FFFFFF !important;
    margin: 0 20px;
}

.container-msj{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.555);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    box-shadow: 4px 4px 6px #333333;
}
.wrap-error-list{
    width: 100%;
}

.wrap-error-list h3{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 8px;
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.555);
    border-radius: 4px;
    border: 1px solid rgba(255, 88, 88, 0.68);
    box-shadow: 4px 4px 6px #333333;
}

.wrap-error-list h4{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px;
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, 0.555);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    box-shadow: 4px 4px 6px #333333;
}

.wrap-error-list h4>img{
    margin: 0 20px;
    max-width: 40px;
}

.upload-error>hr{
    width: 100%;
    border-top: 2px solid #ffffff !important;
}
.upload-error>h3{
    color: #FFFFFF !important;
}
.upload-error>h4{
    color: #FF66 !important;
    background-color: #FFFFFF !important;
}
