body {
    overflow-x: hidden;
    font-size: 14px;
}

.bg-brown, .navbar-brown {
    background-color: #562f21;
    border-color: #562f21;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #b2965e;    
}

.bg-img-login {
     width: 100%;
     min-height: 100vh;
     background-color: #000;
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     right: 0;
     display: flex;
     justify-content: center;
}

td, th {
    vertical-align: middle !important;
}

div.dataTables_wrapper div.dataTables_length select {
    min-width: 60px;
}

.input-file {
    padding: 1em;
    height: 65px;
}

/**
 * Wizard
 */

.form-wizard {
    margin-top: 45px;
}
.form-wizard .steps-progress {
    display: block;
    background: #ebebeb;
    width: auto;
    height: 10px;
    margin: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.form-wizard .steps-progress .progress-indicator {
    background: #00a651;
    width: 0%;
    height: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.form-wizard.no-margin .tab-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-wizard .modal-wizard ul {
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
}
.form-wizard .modal-wizard ul > li {
    display: table-cell;
    width: 1%;
    text-align: center;
    position: relative;
}
.form-wizard .modal-wizard ul > li a {
    position: relative;
    display: block;
    padding-top: 35px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.form-wizard .modal-wizard ul > li a span {
    position: absolute;
    display: block;
    background: #fff;
    color: #525252;
    line-height: 35px;
    text-align: center;
    margin-top: -57.5px;
    left: 50%;
    margin-left: -17.5px;
    width: 35px;
    height: 35px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.form-wizard .modal-wizard ul > li.completed a {
    color: #00a651;
}
.form-wizard .modal-wizard ul > li.completed a span {
    background: #00a651;
    color: #fff;
    -moz-box-shadow: 0px 0px 0px 5px #00a651;
    -webkit-box-shadow: 0px 0px 0px 5px #00a651;
    box-shadow: 0px 0px 0px 5px #00a651;
}
.form-wizard .modal-wizard ul > li.disabled a {
    color: rgba(142, 144, 148, 0.5);
}
.form-wizard .modal-wizard ul > li.disabled a span {
    background: #f5f5f6;
    color: rgba(142, 144, 148, 0.5);
    -moz-box-shadow: 0px 0px 0px 5px #f5f5f6;
    -webkit-box-shadow: 0px 0px 0px 5px #f5f5f6;
    box-shadow: 0px 0px 0px 5px #f5f5f6;
}
.form-wizard .modal-wizard ul > li > a.active,
.form-wizard .modal-wizard ul > li > a.current {
    font-weight: bold;
    color: #fff;
}
.form-wizard .modal-wizard ul > li.active > a span,
.form-wizard .modal-wizard ul > li > a.current span,
.form-wizard .modal-wizard ul > li a:hover span {
    background: #32918c;
    color: #fff;
    -moz-box-shadow: 0px 0px 0px 5px #32918c;
    -webkit-box-shadow: 0px 0px 0px 5px #32918c;
    box-shadow: 0px 0px 0px 5px #32918c;
}
.form-wizard .tab-content {
    margin-top: 15px;
}
.form-wizard .tab-content .pager .first a {
    margin-right: 10px;
}
.form-wizard .tab-content .pager .last a {
    margin-left: 10px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager:before, .pager:after {
    display: table;
    content: " ";
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.pager .previous>a, .pager .previous>span {
    float: left;
}
.pager .next>a, .pager .next>span {
    float: right;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ddd;
}

.modal-body .form-wizard {
    margin-top: 0;
}
.modal-body .pager li > a,
.modal-body .pager li > span {
    color: #fff;
    min-width: 130px;
    border-radius: 0.25rem;
    border-color: #1573dc;
    background-color: #1573dc;
    text-decoration: none;
}
.modal-body .pager li > a:focus,
.modal-body .pager li > a:hover {
    background-color: #125eb3;
    border-color: #125eb3;
}
.modal-body .pager .disabled > a,
.modal-body .pager .disabled > a:focus,
.modal-body .pager .disabled > a:hover,
.modal-body .pager .disabled > span {
    color: #969696;
    background-color: #f4f4f4;
    border-color: #969696;
}
.modal-wizard {
    margin: -15px -15px 30px;
    padding: 45px 0 30px;
    background-color: #333c4a;
}
.modal-wizard ul > li a span {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 18px;
    margin-top: -45.5px;
    box-shadow: 0 0 0 5px #ebebeb;
}
.modal-wizard ul > li > a.active ~ li a span {
    background-color: #252c36;
    box-shadow: 0 0 0 5px #252c36;
}
.form-wizard .steps-progress,
.form-wizard .steps-progress .progress-indicator {
    background-color: #333c4a;
    border-radius: 0;
}
