::placeholder {
    color: #999999;
    opacity: 1;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #999999;
    font-size: 12px;
}

::-ms-input-placeholder {
    color: #999999;
    font-size: 12px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}

/*
@media (min-width: 1600px) {
    .container-fluid {
        max-width: 1600px;
    }
}
*/
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-sm-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 576px) {
    .col-xs-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 767px) {
    .form-check-input {
        margin-top: 0.1rem;
    }
}

a:focus, .page-link:focus {
    outline: 0;
    box-shadow: none;
}

img {
    max-width: 100%;
}

.container, .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.form-control {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #e5edf5;
    border: 1px solid #ced4da;
    color: #00011f;
    -webkit-box-shadow: inset 0px 8px 22px -6px rgba(238, 238, 238, 1);
    -moz-box-shadow: inset 0px 8px 22px -6px rgba(238, 238, 238, 1);
    box-shadow: inset 0px 8px 22px -6px rgba(238, 238, 238, 1);
    padding: 20px 15px;
}

select.form-control {
    padding: 10px 10px;
    height: 42px;
}

textarea.form-control {
    padding: 10px 15px;
}

.form-control:focus {
    border: 1px solid #a3b5c5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-group label {
    margin-bottom: 10px;
}

.nav-pills .nav-link {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 15px 40px;
}

.btn {
    font-family: "sinkin_sans600semibold";
    padding: 15px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn.active, .btn:active, .btn.focus, .btn:focus {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.nav-pills .nav-link.active {
    color: #505050;
    background: #ffffff;
    border: 2px solid #faa931;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:focus, .btn-primary:hover {
    border-color: #faa931;
    color: #faa931;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.btn-primary:active, .btn-primary:focus, .btn-primary:focus, .btn-primary:hover {
    border-color: #faa931;
    color: #faa931;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.btn-primary-inverse {
    display: inline-block;
    background: #f3a81b;
    padding: 15px 20px;
    color: #000;
    font-size: 11px;
    border-radius: 5px;
    font-weight: 700;
}

.btn-primary-inverse:hover, .btn-primary-inverse:active {
    border-color: #faa931;
    color: #faa931;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}


.btn a {
    text-decoration: none;
}

.btn i {
    vertical-align: middle;
}

.btn-success {
    color: #FFFFFF;
    font-size: 12px;
    background: #2f9000;
}

.btn-success:hover, .btn-success:active {
    background: #0b5d00;
}

.btn-success i {
    font-size: 22px;
    vertical-align: middle;
}

.btn-secondary {
    font-family: "sinkin_sans600semibold";
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
    color: #FFFFFF;
    font-size: 12px;
    background: #59c7f3;
    border-color: #59c7f3;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle,
.btn-secondary:hover, .btn-secondary:active {
    background-color: #313e68;
    border-color: #313e68;
    box-shadow: none;
}

.btn-secondary i {
    font-size: 22px;
    vertical-align: middle;
}

.btn-danger, .nav-pills .nav-link.danger {
    color: #ffffff;
    border-color: #cf021b;
    background: #cf021b;
}

.btn.btn-md {
    padding: 10px 30px;
    font-size: 12px;
}

.btn.btn-lg {
    padding: 20px 45px;
    font-size: 16px;
}

.input-group-text {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

a.input-group-text:hover, a.input-group-text:active {
    text-decoration: none;
}

.input-group .btn {
    padding: 8px 10px;
    font-size: 11px;
}

.input-group .btn i {
    font-size: 14px;
}

input {
    padding: 0.1rem 0.5rem;
}

a:focus, input:focus, select:focus, button:focus {
    outline: none;
}

.card {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    border: 0 none;
    margin-bottom: 20px;
}

.card.card-mini .card-header, .card.card-mini .card-body, .card.card-mini .card-footer {
    padding: 0;
}

.card.card-small .card-header, .card.card-small .card-body, .card.card-small .card-footer {
    padding: 5px;
}

.card .card-header {
    background: #e5edf5;
    border: 0 none;
}

/**
  *  tooltip
  * ----------------------------
  */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0)
}

.tooltip.show, .tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    opacity: 1 !important;
    background: #fff;
    padding: 10px;
    line-height: 1.2em;
    font-family: nudistaregular, sans-serif;
    font-size: 12px;
    color: #313e68;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    border: 0 none;
    white-space: normal;
}

.bs-tooltip-left .tooltip-inner {
    -webkit-box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
}

.bs-tooltip-right .tooltip-inner {
    -webkit-box-shadow: -2px 1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 1px 6px rgba(0, 0, 0, 0.3);
}

.bs-tooltip-bottom .tooltip-inner {
    -webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
}

.tooltip-inner ol, .tooltip-inner ul {
    text-align: left;
    padding-left: 20px;
    margin: 5px 0;
}

.tooltip-inner ol li {
    width: 175px;
    white-space: normal;
}

.tooltip-inner ul li {
    width: 100%;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #ffffff;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #ffffff;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #ffffff;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #ffffff;
}

.modal-content, .modal-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.modal-header .close {
    font-size: 30px;
    padding: 6px 12px;
}

.modal.full-width .modal-dialog {
    max-width: 95%;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 650px;
    }

    .modal.full-width .modal-dialog {
        max-width: 95%;
    }
}

.nav-tabs:empty {
    display: none;
}

.table tr td, .table tr th {
    border-top: 0 none;
    padding: 8px;
}

.table tr td {
    border-bottom: 1px solid #dcdedf;
}

.table.table-detail {
    border-top: 1px dotted #dcdedf;
}

.table.table-detail tr th {
    font-weight: 600;
}

.table.table-detail tr th, .table.table-detail tr td {
    border-bottom: 1px dotted #dee2e6;
}

.list-group .list-group-item {
    padding: .5rem .75rem;
    border-color: #bac7d3;
    background: transparent;
}

.list-group-item:first-child, .list-group-item:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.color {
    width: 200px;
}

.color .input-group-text i {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    vertical-align: text-top;
    width: 16px;
    border: 1px solid #ced4da;
}

.pagination .page-link {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.alert {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert a:hover {
    text-decoration: underline;
}

.alert-info {
    background: #caebf6;
    color: #000000;
}

.alert .a-icon {
    margin-right: 5px;
}

.alert.alert-with-icon {
    padding-left: 40px;
}

.alert.alert-with-icon .a-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.alert.alert-with-icon .a-icon i {
    font-size: 18px;
    color: #2b738b;
}

.tab-content {
    border: 1px solid #dee2e6;
    border-top: 0;
    background: #ffffff;
    padding: .5rem 1rem;
}

.nav-tabs .nav-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.inline .form-check {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.inline .form-check .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.text-success {
    color: #2f9000
}

.text-danger {
    color: #cf021b
}

.text-primary {
    color: #283e86
}

.text-info {
    color: #4c94b1
}

.nowrap {
    white-space: nowrap
}

/**
 * bootstrap select
 */
.bootstrap-select:focus, .bootstrap-select:active,
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: 0 !important;
}

.bootstrap-select > .dropdown-toggle {
    outline: 0;
    box-shadow: none;
    padding-top: 0;
    padding-left: 20px !important;
    padding-bottom: 0;
    font-size: 14px;
    color: #4c94b1 !important;
    background-color: transparent !important;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bootstrap-select > .dropdown-toggle:active {
    outline: 0;
    background-color: transparent !important;
    color: #4c94b1 !important;
}

.bootstrap-select .dropdown-toggle::after {
    position: absolute;
    font-weight: 900;
    border: 0 none;
    font-family: "Font Awesome\ 5 Free";
    top: 10px;
    content: "\f078";
    width: 14px;
    height: 20px;
    font-size: 12px;
    left: -6px;
    color: #4c94b1;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bootstrap-select > .dropdown-toggle:focus, .bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:focus::after, .bootstrap-select > .dropdown-toggle:hover::after {
    color: #283e86 !important;
    outline: 0 !important;
}

.bootstrap-select .dropdown-menu > li > a:focus, .bootstrap-select .dropdown-menu > li > a:hover,
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.bootstrap-select .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

.select-picker .dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.bootstrap-select {
    width: auto !important;
}

.bootstrap-select .dropdown-toggle {
    padding: 0px 10px;
}

.bootstrap-select .dropdown-toggle::after {
    top: 3px;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.badge {
    display: inline-block;
    font-weight: 400;
    font-size: 10px;
    border-radius: 11px;
    min-width: 16px;
    height: 16px;
    line-height: 10px;
}

.badge.badge-primary {
    font-size: 10px;
    background: #faa931;
    padding: 2px 7px;
    color: #704a1c;
    height: auto;
}

.badge.badge-primary:hover {
    background: #000000;
}

@media (max-width: 1199px) {
    .btn, .nav-pills .nav-link {
        padding: 13px 35px;
    }
}

@media (max-width: 767px) {
    .btn-primary, .nav-pills .nav-link {
        padding: 10px 20px;
    }
}