/* Import CSS */
@import "appointment.css";
@import "client.css";
@import "datatable.css";
@import "daterangepicker.css";
@import "file.css";
@import "font.css";
@import "home.css";
@import "interest.css";
@import "jodit.css";
@import "log.css";
@import "login.css";
@import "manager.css";
@import "modal.css";
@import "navbar.css";
@import "news.css";
@import "pagination.css";
@import "solution.css";
@import "select2.css";
@import "sidebar.css";
@import "switch.css";
@import "table.css";

/* Custom CSS */
* {
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #f5f5f5;
    background-image: url('/img/background/ubintia.png');
    background-position: center;
    background-size: 35%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-size: 14px;
    overflow-x: hidden;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #979797;
    opacity: 0.3;
}

a,
a:hover,
a:visited,
a:active,
a:focus,
a:active:focus,
a:link {
    color: #949494;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
    color: #080a34;
}

input:active:focus,
input:focus,
select:active:focus,
select:focus,
textarea:active:focus,
textarea:focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

textarea {
    resize: none;
}

ul.list-group {
    margin-bottom: 0;
}

li {
    list-style-type: none;
}

li.active {
    font-weight: bold;
}

sup.required {
    color: #dc3545;
}

small {
    font-size: 12px;
}

span.fas {
    cursor: pointer;
    font-size: 13px;
}

span.fa-spin {
    font-size: 42px;
}

span.fa-search {
    color: #949494;
}

span.disabled {
    cursor: auto;
    opacity: 0.3;
}

::-webkit-scrollbar,
.display-none {
    display: none;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.margin-top {
    margin-top: 15px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.margin-left {
    margin-left: 15px;
}

.margin-right {
    margin-right: 15px;
}

.padding-left {
    padding-left: 0;
}

.padding-right {
    padding-right: 0;
}

.fa-2x {
    font-size: 1.6em;
}

#app {
    width: 100%;
}

.container {
    max-width: 100%;
    width: 100%;
    padding-top: 53px;
    padding-left: 240px;
    padding-right: 0;
    transition: all 0.4s ease 0s;
}

.container .row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.container div.title {
    position: fixed;
    width: 100%;
    height: 55px;
    background-color: #e0e0e4;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 17px 0 0 20px;
    color: #080a34;
    z-index: 2;
}

.container div.page-content {
    padding-top: 55px;
}

.container hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card {
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 15px;
    border-radius: 0;
}

.card-header {
    padding: 15px;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.card-body .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px !important;
    position: relative;
}

.form-group span {
    padding-left: 0;
    padding-right: 0;
}


label.col-form-label,
p.col-form-label {
    padding-left: 0;
    font-weight: normal;
    color: #1e22aa;
}

p.col-form-label {
    text-align: left !important;
}

label[for="state"] {
    font-weight: bold;
    color: #080a34;
    padding-top: 7px;
    padding-left: 0;
    margin-bottom: 10px !important;
}

.badge {
    font-size: 12px;
}

.form-control {
    box-shadow: none !important;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    color: #080a34;
    font-size: 12px;
}

.form-control:focus {
    border-color: #080a34;
}

.form-control[readonly] {
    background-color: #fff;
}

input.form-control {
    height: 33px;
}

p.form-control {
    border: none;
}

input[type="text"],
input[type="time"],
input[type="password"] {
    padding-left: 15px;
}

input[type = date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="range"] {
    width: 100%;
}

.input-group-text {
    width: 38px;
    height: 33px;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f5f5f5
}

.input-group-text i {
    margin: 0 auto;
}

.buttons {
    text-align: right;
}

.delete {
    text-align: center;
}

.col-md-12 > .alert {
    margin-left: 2%;
    margin-right: 2%;
}

.alert {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    z-index: 1;
    text-align: justify;
}

.alert-warning {
    position: initial;
    width: 100%;
}

.input {
    padding: 6px 0;
}

.view-options {
    display: inline;
}

.results,
.total,
.options {
    margin-top: 15px;
    margin-bottom: 15px;
}

.results,
.total {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    color: #080a34;
}

.options {
    text-align: right;
}

.options .btn,
.options .btn:active,
.options .btn:active:focus,
.options .btn:focus,
.options .btn:focus-visible,
.options .btn:hover,
.options .btn:link,
.options .btn:visited,
.options .btn[disabled]:hover {
    width: auto !important;
    min-width: 195px;
}

.btn,
.btn:active,
.btn:active:focus,
.btn:focus,
.btn:focus-visible,
.btn:hover,
.btn:link,
.btn:visited,
.btn[disabled]:hover {
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    box-shadow: none;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    outline: none;
}

.btn-primary,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:hover,
.btn-primary:link,
.btn-primary:visited,
.btn-primary[disabled]:hover {
    border: 1px solid #1e22aa;
    background-color: #1e22aa;
    color: #fff;
}

.btn-default,
.btn-default:active,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:focus-visible,
.btn-default:hover,
.btn-default:link,
.btn-default:visited,
.btn-default[disabled]:hover {
    border: transparent;
    background-color: transparent;
    color: #1e22aa;
}

.btn-option,
.btn-option:active,
.btn-option:active:focus,
.btn-option:focus,
.btn-option:focus-visible,
.btn-option:hover,
.btn-option:link,
.btn-option:visited,
.btn-option[disabled]:hover {
    width: auto !important;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #949494;
}

.form-group.buttons {
    display: flex;
    margin-right: 60px;
}

.form-group.buttons .col-md-6 {
    text-align: right;
}

form .inputs .col-md-6:nth-child(1) {
    padding-left: 0;
    padding-right: 5px;
}

form .inputs .col-md-6:nth-child(2) {
    padding-left: 5px;
    padding-right: 0;
}

form .inputs .col-md:nth-child(1) {
    padding-left: 0;
    padding-right: 5px;
}

form .inputs .col-md:nth-child(2) {
    padding-left: 5px;
    padding-right: 0;
}

span.legend,
span.file,
span#file {
    font-style: italic;
    font-size: 12px;
}

span.label {
    padding: 5px;
    font-weight: normal;
    font-size: 12px;
}

.invalid-feedback,
.form-group.row .invalid-feedback {
    display: block;
}

.required-fields,
.invalid-feedback {
    padding-left: 0;
    color: #dc3545;
}

.create-option,
.update-option,
.delete-option {
    color: #949494;
    cursor: pointer;
    text-decoration: none;
}

.create-option:hover,
.create-option:active,
.create-option:focus,
.create-option:active:focus {
    color: #007bff;
}

.update-option:hover,
.update-option:active,
.update-option:focus,
.update-option:active:focus {
    color: #d39e00;
}

.delete-option:hover,
.delete-option:active,
.delete-option:focus,
.delete-option:active:focus {
    color: #dc3545;
}

.nav-tabs .nav-link {
    width: auto;
    max-width: 100%;
    text-align: center;
    font-size: 13px;
    color: #080a34;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px;
}

.tooltip {
    font-size: 12px;
}

.tooltip-inner {
    width: auto;
    max-width: 250px;
    text-align: left !important;
    padding: 5px;
}

@media screen and (max-width: 991px) {
    .card {
        margin-left: 0;
        margin-right: 0;
    }

    form .col-md-12 .buttons .col-md-6:nth-child(1),
    form .col-md-12 .buttons .col-md-6:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }

    form .inputs .col-md-6:nth-child(1) {
        padding-right: 0;
        margin-bottom: 5px;
    }

    form .inputs .col-md-6:nth-child(2) {
        padding-left: 0;
        margin-top: 5px;
    }

    .form-group.buttons {
        margin-right: 10px;
    }

    .form-group.buttons .col-md-6 {
        text-align: center;
    }

    .view-options {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .col-md-4 {
        width: 100%;
    }

    .offset-md-6 {
        margin-left: 0;
    }

    .offset-md-8 {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 0;
    }

    .options {
        text-align: center;
    }

    .table-responsive {
        border: none;
    }

    .form-group.buttons {
        display: block;
        margin-right: 0;
    }

    .form-group.buttons .col-md-6:nth-child(1) {
        margin-right: 0;
    }

    .form-group.buttons .col-md-6:nth-child(2) {
        margin-left: 0;
    }


    .btn-default {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .col-md {
        flex: 0 0 auto;
    }
}
