﻿/* Theming */
.sidebar-toggle {
    border-right: 0 !important;
}

.bootbox .modal-dialog {
    margin-top: 100px !important;
}

.content-header > h1, .content-header > h2,
.content-header > h3, .content-header > h4,
.box-header .box-title {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .header-profile {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 991px) {
    .header-profile {
        display: flex;
        justify-content: space-around;
        gap: 300px;
    }
}

.header-link {
    display: flex;
    gap: 5px;
}

ol.header-link li:not(:last-child)::after {
    content: "/";
    margin-left: 5px;
    color: #f14d4d; 
}



.nav-tabs-custom > .nav-tabs > li {
    text-transform: uppercase;
    font-size: 12px;
}

.navbar-search {
    float: left;
    z-index: -1;
    padding: 8px 5px;
}

    .navbar-search input.form-control, .navbar-search .select2 {
        min-width: 150px;
    }

    .navbar-search .btn {
        margin-top: 6px;
    }

@media(max-width: 991px) {
    .navbar-search {
        display: none;
    }
}

.field-search {
    float: left;
    z-index: -1;
    padding: 8px 5px;
    margin-right: 10px;
}

    .field-search input.form-control, .field-search .select2 {
        margin-right: 10px;
        min-width: 180px;
    }

    .field-search .btn {
        margin-top: -6px;
    }

@media(max-width: 991px) {
    .field-search {
        display: none;
    }
}

.content-wrapper {
    clear: both;
}

.serial {
    letter-spacing: 1px;
}

.form .checkbox label,
.form .radio label,
.form-horizontal .checkbox label,
.form-horizontal .radio label {
    padding-left: 8px;
}

.form .control-label,
.form-horizontal .control-label {
    /*font-weight: normal;
    text-transform: uppercase;*/
}

.form-inline .form-group {
    margin-bottom: 5px;
}

.form-inline .control-label {
    padding-right: 4px;
}

.form-group .text-danger {
    display: block;
    margin-top: 3px;
}

    .form-group .text-danger:first-letter {
        text-transform: capitalize;
    }

.form-group-sm .select2-container .select2-selection--single,
.input-group-sm .select2-container .select2-selection--single {
    font-size: 12px;
    height: 30px;
}

    .form-group-sm .select2-container .select2-selection--single .select2-selection__rendered,
    .input-group-sm .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 24px;
    }

    .form-group-sm .select2-container .select2-selection--single .select2-selection__arrow,
    .input-group-sm .select2-container .select2-selection--single .select2-selection__arrow {
        height: 24px;
    }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    border-radius: 0;
}

.form-control-static {
    padding-top: 6px;
    overflow-wrap: break-word;
}

.dropdown-menu > li > a {
    padding: 3px 8px;
}

    .dropdown-menu > li > a .fa {
        font-size: 12px;
    }

.required .control-label:before {
    content: "* ";
    color: #DF0E2D;
}

.toast-custom {
    top: 105px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .toast-custom {
        top: 30px;
        left: 50%;
        width: 300px;
        margin-left: -35px;
        padding: 0;
    }
}

#toast-container .toast {
    width: 100%;
    opacity: 1;
}

.list-numeric {
    list-style-type: decimal;
    margin: 0 0 0 14px;
    padding: 0;
}

.form-control-static.color-preview {
    padding-top: 5px;
}

.color-preview span, .color-preview-addon {
    vertical-align: middle;
}

.color-preview-addon {
    display: inline-block;
    margin-left: 5px;
    width: 1em;
    height: 1em;
}

.file-preview .fileinput-remove {
    top: 10px;
    right: 10px;
}

.krajee-default.file-preview-frame {
    border: 1px solid #555;
    box-shadow: none;
}

.file-drop-zone-title {
    padding: 40px 10px;
}

.file-drop-zone {
    margin: -8px;
    border: 0;
}

    .file-drop-zone.clickable:hover {
        border: 0;
    }

    .file-drop-zone.clickable:focus {
        border: none;
    }

.img-thumbnail {
    max-height: 250px;
}

@media (min-width: 768px) {
    .form-sm {
        max-width: 360px;
    }

    .form-md {
        max-width: 540px;
    }

    .form-lg {
        max-width: 720px;
    }
}

table.dataTable thead th {
    font-weight: normal;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    padding-right: 5px;
}

    table.dataTable thead .sorting_asc:after {
        opacity: 0.5;
        content: "\f15d";
        float: right;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
    }

    table.dataTable thead .sorting_desc:after {
        opacity: 0.5;
        content: "\f15e";
        float: right;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
    }

    table.dataTable thead .sorting:after {
        opacity: 0.2;
        content: "\f0dc";
        float: right;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
    }

.pagination-info {
    text-align: right;
    margin-top: 2em;
}

@media (max-width: 992px) {
    .pagination {
        margin-bottom: 10px;
    }

    .pagination-nav {
        text-align: center;
    }

    .pagination-info {
        text-align: center;
        margin: 0 0 20px 0;
    }
}

.valign-middle * {
    vertical-align: middle;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

fieldset legend {
    border-bottom: 1px solid #555;
    text-transform: uppercase;
}

.fieldset {
    border: 1px solid #555;
    padding: 4px 8px 8px 8px;
}

    .fieldset legend {
        display: block;
        width: auto;
        padding: 0 5px;
        margin-bottom: 0;
        font-size: 15px;
        line-height: inherit;
        border-bottom: none;
    }

.media-heading {
    text-transform: uppercase;
}

.img-responsive.img-center {
    margin: 0 auto;
}

.remove-on-blank:-moz-only-whitespace {
    display: none;
}

.mce-browsebutton input {
    display: none;
}

.mce-dropzone {
    border: 3px dashed gray !important;
}

    .mce-dropzone span {
        display: block;
        margin-top: 38px;
        text-align: center;
    }

.mce-menu-item .mce-text {
    background: inherit !important;
    color: inherit !important;
}

.wysiwyg-preview {
    border: 1px solid #555;
    width: 100%;
    height: 480px;
}


@media (min-width: 768px) {
    .wysiwyg-wrapper, .wysiwyg-preview {
        width: 370px;
    }
}

.drag-handle {
    cursor: grabbing;
}

.fa-drag-handle:before {
    content: "\f142 \f142";
    letter-spacing: 0.1em;
}

img {
    image-orientation: from-image;
}

.timeline {
    margin-bottom: 50px;
}

    .timeline fieldset legend {
        font-size: 15px;
        margin-bottom: 5px;
    }

.service-concierge-alert a:hover {
    background: none !important;
}

/* Google Autocomplete fix*/
.pac-container {
    z-index: 1050;
    position: fixed;
    display: inline-block;
    float: left;
}

/* Login */
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .login-page {
        background: url('../images/bg-login.jpg') top left no-repeat;
        background-size: cover;
        min-height: 240px;
    }

    .login-form {
        padding: 6% 0% 0% 2%
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .login-page {
        background: url('../images/bg-login.jpg') top left no-repeat;
        background-size: cover;
        min-height: 320px;
    }

    .login-form {
        padding: 6% 0% 0% 2%
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .login-page {
        background: url('../images/bg-login.jpg') top left no-repeat;
        background-size: cover;
        min-height: 540px;
    }

    .login-form {
        padding: 6% 1% 0% 1%
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .login-page {
        background: url('../images/bg-login.jpg') top left no-repeat;
        background-size: cover;
        min-height: 635px;
    }

    .login-form {
        padding: 6% 1% 0% 1%
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .login-page {
        background: url('../images/bg-login.jpg') top left no-repeat;
        background-size: cover;
        min-height: 635px;
    }

    .login-form {
        padding: 6% 1% 0% 1%
    }
}

.login-page .login-box {
    margin: 0 auto;
}

.login-page .login-box-msg {
    font-size: 20px;
}

.login-page .login-box-body {
    background: rgba(255,255,255,0.9);
}

.login-page .control-label {
    font-weight: normal;
    font-size: 14px;
}

.login-page .form-control {
    background: inherit;
    border: 0;
    border-bottom: 1px solid #92278f;
    padding: 10px 0;
    font-size: 18px;
    height: 40px;
}

.login-page .btn-primary {
    padding: 12px;
}

.chat-display {
    height: 400px;
    overflow: auto;
}

/* Alert Display */
.navbar-nav > .notifications-menu > .dropdown-menu {
    width: 300px;
}

/* Table Responsive */
.table-responsive-custom {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
}

    .table-responsive-custom td {
        white-space: nowrap;
    }


.content-header > h1 {
    font-size: 18px;
}

/*dari command agus*/
.main-sidebar {
    background-color: #E92030 !important;
}

.skin-black-light .sidebar a {
    color: #fff !important;
}

.skin-black-light .sidebar-menu > li:hover > a {
    background: #a91d28 !important;
}

.skin-black-light .sidebar-menu > li.active > a {
    border-left-color: #fff !important;
}

.skin-black-light .sidebar-menu .treeview-menu > li.active > a,
.skin-black-light .sidebar-menu .treeview-menu > li > a:hover {
    background: #444 !important;
}

.skin-black-light .sidebar-menu > li.active > a,
.skin-black-light .sidebar-menu > li.menu-open > a {
    background: #a91d28 !important;
}

.skin-black-light .sidebar-menu .treeview-menu > li > a {
    background: #818181 !important;
}
