/* Import CSS */
@import "admin.css";
@import "alert.css";
@import "billing.css";
@import "brand.css";
@import "chart.css";
@import "client.css";
@import "column.css";
@import "documentation.css";
@import "error.css";
@import "export.css";
@import "file.css";
@import "fitting.css";
@import "font-awesome.css";
@import "http.css";
@import "image.css";
@import "home.css";
@import "link.css";
@import "login.css";
@import "modal.css";
@import "nav-tabs.css";
@import "navbar.css";
@import "notification.css";
@import "pagination.css";
@import "payment-condition.css";
@import "price.css";
@import "profile.css";
@import "observation.css";
@import "sap.css";
@import "sat.css";
@import "search.css";
@import "select2.min.css";
@import "sidebar.css";
@import "situation.css";
@import "repair.css";
@import "tax.css";
@import "user.css";

/* Custom CSS */
body {
    background-color: #fff;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
}

table {
    font-size: 14px;
}

table thead {
    background-color: #949494;
    border-color: #949494;
    color: #fff;
}

table thead tr th a,
table thead tr th a:hover,
table thead tr th a:visited,
table thead tr th a:focus,
table thead tr th a:link {
    color: #fff;
}

table tbody tr:hover {
    background-color: #ccc;
}

th, td {
    text-align: left;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table > tbody > tr > td.center {
    text-align: center;
}

a,
a:hover,
a:visited,
a:focus,
a:link {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

textarea {
    resize: none;
}

ul {
    padding-left: 0;
}

li {
    list-style-type: none;
}

sup.required {
    color: #ff0000;
}

.message {
    font-weight: bold;
    color: #ff0000;
}

#container {
    padding-left: 1%;
    padding-right: 1%;
}

div.form-group {
    margin-bottom: 15px;
}

input.form-control {
    width: 100% !important;
}

div.panel,
table.table,
input.form-control,
input.btn,
button.btn {
    font-size: 12px;
}

input[type = date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=text], textarea {
    padding: 0 12px;
    text-transform: uppercase;
}

.buttons,
.delete {
    text-align: center;
}

#buttons,
#buttons input[type = button],
#buttons input[type = submit] {
    margin-bottom: 10px;
    min-width: auto;
    width: auto;
}

.input {
    padding: 6px 0;
}

.btn {
    padding: 6px 12px;
    text-align: center;
    border-color: #ccc;
}

.alert {
    top: 51px;
    /*position: absolute;*/
    width: 100%;
    z-index: 1;
}

#loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 175%;
    z-index: 1051;
    background-color: rgba(148, 148, 148, 0.6);
}

#loader span {
    position: absolute;
    top: 50%;
    left: 50%;
}

.btn-create {
    width: auto !important;
}

.btn-default {
    width: 100%;
}

.btn-search {
    color: #fff !important;
}

.btn-default,
.btn-default:hover,
.btn-default[disabled]:hover,
.btn-default:visited,
.btn-default:focus,
.btn-default:active,
.btn-default:link,
.btn-default:active:focus {
    border-color: #949494;
    background-color: #949494;
    color: #fff;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:visited,
.btn-danger:focus,
.btn.-danger:active,
.btn-danger:link,
.btn-danger:active:focus {
    width: 100%;
    border-color: #ff0000;
    background-color: #ff0000;
    color: #fff;
}

.panel-default {
    box-shadow: none;
}

.panel-default .panel-heading {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #949494;
    border-color: #949494;
}

.panel-default .panel-body {
    /*padding: 30px;*/
    color: #000;
}

.panel-default .panel-footer {
    border-top: none;
    background-color: transparent;
    text-align: center;
}

.results {
    text-align: left;
    margin-bottom: 30px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.options {
    text-align: right;
}

td.options {
    text-align: center;
    width: 15px;
}

.view-option,
.update-option,
.delete-option {
    color: #000;
}

.view-option:hover,
.view-option:visited,
.view-option:focus,
.view-option:active,
.view-option:link,
.update-option:hover,
.update-option:visited,
.update-option:focus,
.update-option:active,
.update-option:link,
.delete-option:hover,
.delete-option:visited,
.delete-option:focus,
.delete-option:active,
.delete-option:link,
.option:hover,
.option:visited,
.option:focus,
.option:active,
.option:link {
    color: #000;
    text-decoration: none;
}

small {
    font-size: 12px;
}

.invalid-feedback,
.delete-option,
.delete-option:hover,
.delete-option:visited,
.delete-option:focus,
.delete-option:active,
.delete-option:link {
    color: #A91818;
}

.option {
    color: #000;
}

.status {
    text-align: center;
    width: 70px;
}

.status-icon {
    width: 15px;
    cursor: pointer;
}

.folder,
.folder-in,
.file {
    width: auto;
}

.folder-icon,
.folder-in-icon,
.file-icon {
    width: 20px;
}

.folder-back-icon,
.xls-icon {
    width: 35px;
}

span.fas {
    cursor: pointer;
}

.display-none {
    display: none;
}

/* Input search */
#custom-search-input {
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    padding: 0 8px 0 10px;
    border-left: 1px solid #949494;
}

#custom-search-input .fa-search {
    font-size: 14px;
    color: #000;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #949494;
    color: #fff;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.padding-left {
    padding-left: 0;
}

.padding-right {
    padding-right: 0;
}

div.select-material .col-md-6:first-child {
    padding-left: 0;
}

div.select-material .col-md-6:last-child {
    padding-right: 0;
}

li.active {
    font-weight: bold;
}

.navbar-form {
    padding: 10px 0;
}

@media screen and (max-width: 991px) {
    button.btn-default,
    input.btn-default {
        width: 100%;
    }

    div.select-material .col-md-6:first-child {
        padding-right: 0;
        margin-bottom: 12.5px;
    }

    div.select-material .col-md-6:last-child {
        padding-left: 0;
        margin-top: 12.5px;
    }
}

/* Table responsive */
@media screen and (max-width: 991px) {
    table {
        width: 100%;
    }

    thead {
        display: none;
    }

    table tbody tr:hover {
        background-color: #fff;
    }

    tr:nth-of-type(2n) {
        background-color: inherit;
    }

    tr td:first-child {
        background: #ddd;
        font-weight: bold;
    }

    tbody td {
        display: block;
        text-align: center;
    }

    tbody td:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }

    .status {
        width: auto;
    }

    td.options {
        text-align: center;
        width: auto;
    }

    /*input.form-control {*/
    /*    text-align: center;*/
    /*}*/
}

@media screen and (max-width: 767px) {
    .results {
        margin-bottom: 0;
    }
}

