/*@import url('https://fonts.googleapis.com/css?family=Nunito');*/


/* @import url('https://fonts.googleapis.com/css?family=Poppins:400&display=swap'); */

@font-face {
    font-family: "Segoe UI Historic";
    src: url('../font/Segoe ui historic.ttf');
}

* {
    font-family: 'Segoe UI Historic', sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }

    .navbar-brand {
        margin-left: -20px;
    }
}

@media (min-width: 1500px) {
    .navbar-brand {
        margin-left: 0px;
    }
}

body {
    background-color: #f7f6f6;
    font-family: 'Segoe UI Historic', sans-serif;
    font-size: 13px;
    color: #3c4859;
}

.bootstrap-select>.dropdown-toggle {
    width: auto;
    min-width: 80px;
}

.title-table {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.bold {
    font-weight: bold;
}

.custom-tables {
    width: 100%;
    color: black;
    font-size: 13px;
}

.custom-tables-2 {
    width: 100%;
    color: black;
    font-size: 13px;
}

.custom-tables-3 {
    width: 100%;
    color: black;
    font-size: 13px;
}

.custom-tables-4 {
    width: 100%;
    color: black;
    font-size: 12px;
}

.custom-tables-5 {
    width: 100%;
    color: black;
    font-size: 12px;
}

.custom-tables-6 {
    width: 100%;
    color: black;
    font-size: 13px;
}

.custom-tables-report {
    width: 100%;
    color: black;
    font-size: 13px;
}

.follow-up {
    max-width: 200px;
}

.custom-tables td,
th {
    padding: 5px;
}

.custom-tables-2 td,
th {
    padding: 5px;
}

.custom-tables-3 td,
th {
    padding: 2px;
}

.custom-tables-4 td,
th {
    padding: 0px
}

.custom-tables-5 td,
th {
    padding: 0px
}

.custom-tables-6 td,
th {
    padding: 1.5px
}

.custom-tables-report td,
th {
    padding: 2px
}

.custom-tables td,
th {
    border-bottom: 2px solid #eeeeef;
}

.custom-tables-2 td,
th {
    border-bottom: 2px solid #eeeeef;
    border-left: 2px solid #eeeeef;
    border-top: 2px solid #eeeeef;
    border-right: 2px solid #eeeeef;
}

.custom-tables-3 td {
    border-bottom: 2px solid #eeeeef;
}

.custom-tables-4 td,
th {
    border-bottom: 1px solid #eeeeef;
    border-top: 1px solid #eeeeef;
    border-left: 1px solid #eeeeef;
    border-right: 1px solid #eeeeef;
}

.custom-tables-5 td,
th {
    border-bottom: 1.5px solid black;
    border-top: 1.5px solid black;
    border-left: 1.5px solid black;
    border-right: 1.5px solid black;
}

.custom-tables-6 td,
th {
    border-bottom: 1.5px solid #eeeeef;
    border-left: 1.5px solid #eeeeef;
    border-top: 1.5px solid #eeeeef;
    border-right: 1.5px solid #eeeeef;
}

.custom-tables-report td,
th {
    border-bottom: 1.5px solid #eeeeef;
    border-left: 1.5px solid #eeeeef;
    border-top: 1.5px solid #eeeeef;
    border-right: 1.5px solid #eeeeef;
}

.custom-tables thead {
    font-weight: bold;
}

.custom-tables-2 thead {
    font-weight: bold;
}

.custom-tables-3 thead {
    font-weight: bold;
}

.custom-tables-4 thead {
    font-weight: bold;
}

.custom-tables-6 thead {
    font-weight: bold;
}

.custom-tables-report thead {
    font-weight: bold;
}

.bg-color {
    color: white;
    background-color: maroon;
}

.btn-default {
    color: gray;
    background-color: #e8e8e8;
}

.btn.btn-default:hover {
    color: white;
    background-color: gray;
}

.btn.bg-color {
    color: white;
    background-color: maroon;
}

.btn.bg-color:hover {
    color: white;
    background-color: maroon;
}

.background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    height: 350px;
    background-color: maroon;
    border-bottom-left-radius: 5rem;
}

.table thead tr td {
    font-weight: bold;
    color: #8492a6;
    padding-bottom: 5px;
    padding-top: 5px;
}

.table tbody tr td {
    color: #8492a6;
    padding: 6px 0px 6px 13px;
    vertical-align: middle;
}

.table tr {
    border-top: 1px solid #e6e6e6;
}

.custom-color {
    color: #6C7293;
}

.custom-title {
    font-size: 16px;
    line-height: 19px;
}

.card {
    /* border-radius: 10px;
     margin-bottom: 20px;*/
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, .03);
    border-radius: 4px;
    /*-webkit-box-shadow: 0px 8px 8px -3px #8f8f8f;
    -moz-box-shadow: 0px 8px 8px -3px  #8f8f8f;
    box-shadow: 0px 8px 8px -3px  #8f8f8f;*/
}

.btn-white {
    background: white;
}

.btn-white:hover {
    background: #f8f8fb;
}

.custom-center {
    display: block;
    text-align: -webkit-center;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background-color: maroon;
    border-radius: 4px;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem 0 0;
}

.form-control {
    padding: 15px 10px;
    height: 25px;
    font-size: 12px;
}

select.form-control {
    padding: 0px;
    height: 32px;
    padding: 5px;
}

.gj-timepicker-bootstrap .input-group-addon {
    border: 1px solid black;
    border-left: 0px;
}

.gj-picker [role=body] [role=dial] {
    background: #eee;
}

.gj-picker-bootstrap .arrow-begin,
.gj-picker-bootstrap [role=body] [role=arrow] {
    background-color: maroon;
}

.gj-picker-bootstrap .selected {
    color: maroon;
}

.gj-picker-bootstrap .arrow-end {
    border: 16px solid maroon;
}

.form-controls.datepicker,
.form-controls.datepicker2,
.form-controls.datepicker3,
.form-controls.datepicker4,
.form-controls.datepicker5,
.form-controls.datepicker6,
.form-controls.datepicker-limit,
.form-controls.datepicker-limit2 {
    height: 31px;
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 6px;
    left: 9px;
    border: 0px;
}

.gj-datepicker-bootstrap [role=right-icon] button {
    width: 38px;
    position: relative;
    background-color: maroon;
    color: white;
    border: 0px;
}


/*.dropdown:hover>.dropdown-menu {
     display: block!important;
}
*/

.nav-item .active {
    color: white;
}

.btn {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-group-sm>.btn,
.btn-icon {
    padding: .25rem .5rem;
    font-size: .375rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.full-navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.full-navbar .show {
    background-color: #8e0000 !important;
}


/* breakpoint and up - mega dropdown styles */

@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding: 0px;
        margin: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .full-navbar .nav-item:hover {
        background-color: maroon;
    }

    .flex-column .nav-item .nav-link:hover {
        background-color: maroon;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .full-navbar .nav-item {
        padding: 3px;
    }

    /* makes the dropdown full width */
    .full-navbar .dropdown {
        position: static;
    }

    .full-navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        /* height of nav-item */
        top: 39px;
    }

    .nav-item.dropdown.active {
        background-color: #8e0000;
    }

    /* shows the dropdown menu on hover */
    /*.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
         display:block!important;
    }
    */
    .full-navbar .dropdown-menu {
        border: none;
        background-color: #8e0000 !important;
        -webkit-box-shadow: 0px 3px 3px 0px #c7c7c7;
        -moz-box-shadow: 0px 3px 3px 0px #c7c7c7;
        box-shadow: 0px 3px 3px 0px #c7c7c7;
    }

    .dropdown-menu {
        border: none;
        -webkit-box-shadow: 0px 0px 3px 0px #c7c7c7;
        -moz-box-shadow: 0px 0px 3px 0px #c7c7c7;
        box-shadow: 0px 0px 3px 0px #c7c7c7;
    }

    .full-navbar .dropdown-menu {
        border-radius: 0px;
        /*border: 1px solid rgba(0,0,0,.15);
        */
        background-color: #fff;
    }
}

.cb {
    display: block;
    position: relative;
    margin-top: -15px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/* Hide the browser's default checkbox */

.cb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 5px;
    left: 30%;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
}

.timesmark {
    position: absolute;
    top: 5px;
    left: 20%;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 10px;
}

.timesmark_reject {
    position: absolute;
    top: 5px;
    left: 20%;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 10px;
}



/* On mouse-over, add a grey background color */

.cb:hover input~.checkmark {
    background-color: #ccc;
}

.cb:hover input~.timesmark {
    background-color: #ccc;
}

.cb:hover input~.timesmark_reject {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.cb input:checked~.checkmark {
    background-color: maroon;
}

.cb input:checked~.timesmark {
    background-color: green;
}

.cb input:checked~.timesmark_reject {
    background-color: maroon;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.timesmark:after {
    content: "";
    position: absolute;
    display: none;
}

.timesmark_reject:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.cb input:checked~.checkmark:after {
    display: block;
}

.cb input:checked~.timesmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.cb .checkmark:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cb .timesmark:after {
    left: 7px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.img-circle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #eee no-repeat center;
    background-size: cover;
}

.badge {
    padding: 5px 10px;
    border-radius: 0px;
}

.badge-success {
    background-color: rgba(29, 201, 183, 0.1);
    color: #1DC9B7;
    font-weight: bold;
}

.badge-danger {
    color: #80000082;
    background-color: #80000017;
    font-weight: bold;
}

.badge-info {
    background-color: rgba(55, 74, 251, .1);
    color: #374afb;
    font-weight: bold;
}

.btn-jic {
    color: #80000082;
    background-color: #80000017;
    font-weight: bold;
}

.btn-jic:hover,
.btn-jic.active {
    color: white;
    background-color: maroon;
    font-weight: bold;
}

.select-maroon>.btn-light {
    background-color: #80000017;
    color: #80000082;
}

.select-maroon>.show>.btn-light.dropdown-toggle {
    background-color: maroon;
    color: white;
    border: 0px;
}

.selectpicker:hover>.btn-jic,
.selectpicker.active>.btn-jic,
.selectpicker>.show>.btn-jic.dropdown-toggle {
    color: white;
    background-color: maroon;
    font-weight: bold;
}

.dropdown-item:hover {
    color: maroon;
    background-color: #80000017;
    font-weight: bold;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: maroon;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #f8f8fb;
    text-align: center;
    background-color: gray;
    border-radius: .25rem;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: gray;
}


/*.selectpicker-jic option {
     background-color: white;
     color: black;
}*/

.text-abu {
    color: #A7ABC3;
}

.cs {
    cursor: pointer;
}

.form-controls {
    width: 100%;
    border: 0px;
    border: 1px solid black;
    padding: 5px;
    color: black;
    border-radius: 5px;
}

select.form-controls {
    height: 31px;
    background-color: white;
}

.border-red {
    border: 2px solid red;
}

.custom-label {
    background-color: maroon;
    color: white;
    padding: 5px 20px 5px;
    margin-left: -20px;
    position: relative;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-xs {
    padding: 0px 5px;
}

.btn.btn-warning,
.btn.btn-warning:hover {
    color: white;
}

.modal-dialog {
    position: relative;
    margin: 0 auto;
    top: 6%;
}

.modal-header {
    padding: 15px 15px 5px 15px;
}

.modal-body {
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 10px 15px 20px 15px;
}

.nav-link.active {
    background-color: maroon;
}

.nav-item.select {
    background-color: maroon;
}

.nav-item.select>.nav-link {
    font-weight: bold;
    color: white;
}

.btn-dropdown-pagination {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.btn-panah {
    padding: 0px 10px;
    margin-left: 5px;
}

.btn-pagination {
    padding: 0px 10px;
}

.group_search {
    height: 30px;
    background-color: #f8f8fb;
    border: 0px;
    color: #6C7293;
    font-size: 12px;
}

.input_search {
    background-color: #e4e4e4;
    border: 0px;
    height: 100%;
    color: #6C7293;
}

.search_icon {
    padding-top: 3px;
    height: 100%;
}

.input_search:focus {
    background-color: #f8f8fb;
    border: 0px;
    color: #6C7293;
    outline: none;
}

.btn-samar-jic {
    color: #80000082;
    background-color: #f5eae9;
    font-weight: bold;
}

.btn-samar-jic:hover,
.btn-samar-jic.active {
    color: #800000;
    background-color: #f5eae9;
    font-weight: bold;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid black;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000000 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000000 transparent;
    border-width: 0 4px 5px 4px;
}

.c-link {
    color: #6c7293;
}

.c-link:hover {
    color: #6c7293;
    font-weight: bold;
    text-decoration: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.bintang:after {
    content: " *";
    color: red
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 0;
    padding-top: 0;
    font-size: 11px;
    color: #555555;
    line-height: 20px;
    text-align: center;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox.error-checkbox input[type="checkbox"]:checked+label::after {
    content: "\f00d";
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked+label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label::before {
    background-color: #0abe19;
    border-color: #0abe19;
}

.checkbox-success input[type="checkbox"]:checked+label::after {
    color: #fff;
}

/*input[type="radio"] {
	-webkit-appearance: none;
}*/

.label-radio-success {
    height: 20px;
    width: 20px;
    border: 1px solid #0abe19;
    /* position: relative; */
    /*margin: auto;*/
    border-radius: 12px;
    color: black;
    transition: 0.5s;
}

input[type="radio"]:checked+.label-radio-success {
    background-color: #0abe19;
    color: white;
    /*box-shadow: 0 15px 45px rgba(50, 249, 24, 0.2);*/
}

.label-radio-reject {
    height: 20px;
    width: 20px;
    border: 1px solid maroon;
    /* position: relative; */
    /*margin: auto;*/
    border-radius: 12px;
    color: maroon;
    transition: 0.5s;
}

input[type="radio"]:checked+.label-radio-reject {
    background-color: maroon;
    color: white;
    box-shadow: 0 15px 45px rgba(249, 24, 24, 0.2);
}

.modal.fade {
    background: rgba(34, 34, 34, 0.5);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff8080;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(255 0 0 / 25%);
}