/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 4.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

#steps-container li.disabled a {
    color: darkgray !important;
}
.picker__select--month.browser-default {
    float: right;
    margin-right: 2em;
}
.picker__select--month.browser-default,
.picker__select--year.browser-default {
    position: relative;
    pointer-events: all;
    height: 2em;
    opacity: 1;
    border: 1px solid #f2f2f2;
}
.picker__nav--prev, .picker__nav--next {
    padding: .7em 1.25em;
}
.picker__nav--next {
    padding-left: 1em;
}
.picker__nav--prev {
    padding-right: 1em;
}
.picker__select--month.browser-default {
    margin-right: 2.5em;
}
.hidden {
    display: none;
}
.input-field span.suffix {
    position: absolute;
    top: 12px;
    right: 15px;
}
#content #confirm-actions {
    margin-bottom: 15px;
}
#confirm-actions button.right {
    margin-left: 10px;
}
table .table-action {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
table .table-action i {
    line-height: 30px;
    font-size: 1rem;
    pointer-events: none;
}
h1 span.logo-text {
    line-height: 1;
}
.header-btn {
    margin: 1.14rem 0 0.912rem 0.8rem;
}
td, th {
    padding: 7px 5px;
}
.modal {
    width: 40%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: black !important;
}
#contracts-table tbody td, .upper {
    text-transform: uppercase;
}

.loaded.done #loader-wrapper {
    transition: none;
}

.loaded #loader-wrapper.ajax-loading {
    visibility: visible;
    transform: translateY(0);
    background-color: rgba(103, 103, 103, 0.5);
    transition: none;
}

.loaded #loader-wrapper.ajax-loading > #loader {
    opacity: 1;
}

.dataTables_filter {
    display: none;
}

#contract-filters-block input {
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

#estimate-filters-block input {
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

#contract-filters-block h4.header2 {
    margin: 1.14rem 0 0 0;
}

#main {
    min-height: calc(100% - 116px);
}

.tabs-vertical .tabs {
    height: auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.tabs-vertical .tab {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    float: left;
    text-align: left;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
}

.tabs-vertical .tab a.active {
    -moz-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    -webkit-transition: border-color .5s ease;
    transition: border-color .5s ease;
    border-right: 3px solid #7280ce;
    color: #3f51b5;
}

.tabs-vertical .tab a {
    color: #3f51b5;
    display: block;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color 0.28s ease;
    -moz-transition: color 0.28s ease;
    -o-transition: color 0.28s ease;
    -ms-transition: color 0.28s ease;
    transition: color 0.28s ease;
    padding: 0 10px;
}

.tabs-vertical .tab a:hover {
    color: #8591d5;
}

.tabs-vertical .tab.disabled a {
    color: #8591d5;
    cursor: default;
}

.tabs-vertical .tabs .tab a.active {
    background-color: rgba(132, 132, 132, 0.22);
}

.tabs-vertical .indicator {
    display: none;
}

#swal2-input {
    width: auto;
    margin: 1em 2em 0;
}

#swal2-input.swal2-inputerror {
    box-shadow: none !important;
}
