@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700,500,300);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3b3f42;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8f8d8d;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

/* Type File*/
.file-field {
    height: 45px;
}

.file-field .button {
    border: 1px solid #0000;
}

/* Modal FullScreem */
.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* MODAL FULLSCREEN */
.modal.modal-fullscreen .modal-content {
    height: auto;
    height: 100vh;
    border-radius: 0;
    border: none; 
}

.modal.modal-fullscreen .modal-body {
    overflow-y: auto; 
}

.modal-1366 {
    max-width: 1366px;
    margin: 5px auto;
}

.full_modal-dialog {
    width: 98% !important;
    height: 98% !important;
    min-width: 98% !important;
    min-height: 92% !important;
    max-width: 98% !important;
    max-height: 92% !important;
    padding: 0 !important;
}

.full_modal-content {
    height: 99% !important;
    min-height: 99% !important;
    max-height: 99% !important;
}
/* eof Modal FullScreen*/


/* Override form-control */
.form-control {
    display: block;
    width: 100%;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #666161 !important;
    border-radius: 0rem;
    height: 35px;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

label {
    color: #000000;
    font-weight: 500;
}

label {
    display: inline-block;
    margin-bottom: 0.08rem;
}

/* Override Navs */
.nav-tabs {
    border-bottom: 2px solid #005599;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #495057 #838383 #fff !important;
}

/* Override SmartWizard*/
.sw-theme-arrows>.nav .nav-link {
    position: relative;
    height: 100%;
    padding: 10px;
    margin-right: 30px;
    margin-left: -30px;
    padding-left: 50px;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}