* { padding: 0; margin: 0; }
html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
    font-family: Open Sans;
}

body{
    background-color: #E3E3E3;
}

.div-left-background-login{
    height: 100%;
    width: 75%;
    display: inline-flex;
    background-image: url("/static/images/coty-24-bkgd-v2 1.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
}
.div-center-image{
    display: block;
    margin: auto;
}
.div-right-login{
    height: 100%;
    width: 24%;
    display: inline-flex;
    vertical-align: top;
    text-align: right;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
}
.div-right-login div{
    margin: auto;
}
.div-right-login a{
    background-color: #0062BA;
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 16px;
    display: block;
    font-weight: 700;
    border-radius: 6px;
    line-height: 22px;
    letter-spacing: 0em;
    width: 336px;
    text-align: center;
    padding: 8px 10px 13px 10px;
    margin-top: 1em;
    text-decoration: none;
}
.div-right-login a svg{
    margin-left: 1em;
    position: relative;
    top: 5px;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #0062BA;
    overflow: hidden;
    color: #FFFFFF;
}

.topnav .img-nav{
    display: inline-block;
    padding: 1em 2em 1em 2em;
}

.topnav .right{
    float: right;
    position: relative;
    top: 2em;
    padding: 0 1.5em 0 0;
}

.topnav .right a{
    display: inline-block;
}

.topnav .right img{
    display: block;
    margin: auto;
}

.topnav span{
    bottom: 1em;
    position: relative;
}

/* Style the links inside the navigation bar */
.topnav a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 1.3em 0 1.3em;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    bottom: 1em;
}

/* Add a color to the active/current link */
.topnav a.active {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
}

h1{
    font-size: 24px;
}
h2{
    font-size: 20px;
}
h3{
    font-size: 16px;
    font-weight: 700;
}

.container{
    margin: 2.5em;
    color: #373737;
}

.title{
    margin-bottom: 1em;
}

.sections{
    display: flex;
    
}

.sections div{
    width: auto;
    flex-grow: 100;
}

.form-upload{
    margin-bottom: 1em;
}

.form-select{
    display: block;
    width: 90%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input{
    display: block;
    width: 90%;
    padding: 0.375rem 0.3rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 0.075rem solid #ddd;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0,0,0,.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 2.5rem;
    display: block;
}

.file input {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity = 0);
    opacity: 0;
}

.file-custom:before {
    position: absolute;
    right: -0.075rem;
    top: 0.75rem;
    background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M12 7.50003V11C12 11.2652 11.8946 11.5196 11.7071 11.7071C11.5196 11.8947 11.2652 12 11 12H1C0.734784 12 0.48043 11.8947 0.292893 11.7071C0.105357 11.5196 0 11.2652 0 11V7.50003C0 7.36742 0.0526785 7.24024 0.146447 7.14647C0.240215 7.05271 0.367392 7.00003 0.5 7.00003C0.632608 7.00003 0.759785 7.05271 0.853553 7.14647C0.947321 7.24024 1 7.36742 1 7.50003V11H11V7.50003C11 7.36742 11.0527 7.24024 11.1464 7.14647C11.2402 7.05271 11.3674 7.00003 11.5 7.00003C11.6326 7.00003 11.7598 7.05271 11.8536 7.14647C11.9473 7.24024 12 7.36742 12 7.50003ZM3.85375 3.35378L5.5 1.7069V7.50003C5.5 7.63264 5.55268 7.75981 5.64645 7.85358C5.74021 7.94735 5.86739 8.00003 6 8.00003C6.13261 8.00003 6.25979 7.94735 6.35355 7.85358C6.44732 7.75981 6.5 7.63264 6.5 7.50003V1.7069L8.14625 3.35378C8.24007 3.4476 8.36732 3.50031 8.5 3.50031C8.63268 3.50031 8.75993 3.4476 8.85375 3.35378C8.94757 3.25996 9.00028 3.13271 9.00028 3.00003C9.00028 2.86735 8.94757 2.7401 8.85375 2.64628L6.35375 0.146277C6.30731 0.0997888 6.25217 0.0629094 6.19147 0.0377473C6.13077 0.0125851 6.06571 -0.000366211 6 -0.000366211C5.93429 -0.000366211 5.86923 0.0125851 5.80853 0.0377473C5.74783 0.0629094 5.69269 0.0997888 5.64625 0.146277L3.14625 2.64628C3.05243 2.7401 2.99972 2.86735 2.99972 3.00003C2.99972 3.13271 3.05243 3.25996 3.14625 3.35378C3.24007 3.4476 3.36732 3.50031 3.5 3.50031C3.63268 3.50031 3.75993 3.4476 3.85375 3.35378Z'/%3E%3C/svg%3E" );
    background-repeat: no-repeat;
    z-index: 6;
    display: block;
    content: "";
    height: 0.7rem;
    padding: 0.5rem;
    margin-right: 1em;
    line-height: 1.5;
    color: #373737;
    background-color: #ffffff;
    border-radius: 0 0.25rem 0.25rem 0;
}

.btn{
    text-align: center;
    display: flex;
    flex-grow: 0 !important;
}

.separator{
    margin: 0 2em 0 2em;
}

.btn-procesar{
    height: 2.5em;
    padding: 6px 16px 6px 16px;
    border-radius: 4px;
    gap: 8px;
    background-color: #0062BA;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: auto;
    border: 0;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
}

.align-bottom{
    margin-top: 1.3em;
}

.btn-limpiar{
    width: 10em;
    height: 2.5em;
    padding: 6px 16px 6px 16px;
    border-radius: 4px;
    gap: 8px;
    background-color: #F35E4B;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: auto;
    margin-top: 1.3em;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
}

.dataTable{
    text-align: left !important;
}

.dataTable th{
    background-color: #0062BA;
    color: #fff;
    text-align: left !important;
}

.dataTable th:first-child{
    border-top-left-radius: 3px;
}

.dataTable th:last-child{
    border-top-right-radius: 3px;
}

.dataTable tbody{
    border: none !important;
}

.dataTable tbody tr{
    background-color: #FFFFFF !important;
    color: #373737 !important;
}

.table-result{
    color:#373737 !important;
}
.dataTable tbody tr td{
    text-align: left !important;
    border-bottom: 1px #DDDDDD solid;
}

.dt-paging-button{
    border: 1px #373737 solid !important;
    background-color: #FFFFFF !important;
    width: 39px;
    height: 40px;
    text-align: center !important;
    margin: 0 !important;
    border-radius: 0px !important;
}
div.dt-container .dt-paging .dt-paging-button:hover{
    color: #373737 !important;
}

.dt-paging-button:hover{
    background-color: #DDDDDD !important;
    background: #dddddd !important;
    color: #373737 !important;
}

div.dt-container .dt-paging .dt-paging-button.current{
    background-color: #0062BA !important;
    color: #ffffff !important;
}

div.dt-container .dt-paging .dt-paging-button.current:hover{
    background-color: #0062BA !important;
    color: #ffffff !important;
}

div.dt-container .dt-paging .dt-paging-button.first{
    display: none !important;
}

div.dt-container .dt-paging .dt-paging-button.last{
    display: none !important;
}

.error-msg{
    display: none;
    font-size: 0.8rem;
    color: #F35E4B;
}

.error-msg.show{
    display: block;
}

.error{
    border: 1px red solid;
}

.ellipsis{
    display: none !important;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 680px; /* Could be more or less, depending on screen size */
    text-align: center;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .modal-header{
    margin: 2rem auto;
  }

  .modal-body{
    margin: 2rem;
  }

  .modal-footer{
    margin-bottom: 2rem;
  }

.sections.fixed div{
    width: 320px;
    flex-grow: 0;
}

.sections.fixed .btn{
    width: auto;
}

.btn-cancelar{
    height: 2.5em;
    padding: 6px 16px 6px 16px;
    border-radius: 4px;
    gap: 8px;
    background-color: #ffffff;
    color: #232227;
    text-decoration: none;
    text-align: center;
    margin: auto;
    border: 1px #373737 solid;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
}

.mrg-rg{
    margin-right: 1rem;
}

.modal.loader{
    z-index: 9999999999999999;
}
.modal.loader img{
    display: block;
    margin: auto;    
}

