/*------------------------------------------------------------*/
/*GLOBAL FORM*/
@font-face /*perintah untuk memanggil font eksternal*/ {
    font-family: "Oswald"; /*memberikan nama bebas untuk font*/
    src: url("/vendor/font/Oswald/Oswald-VariableFont_wght.ttf");
}

body {
    font-family: "Oswald", "Segoe UI", "sans-serif";
}

body .content-wrapper label,
button,
th,
tr,
a,
input {
    font-weight: 100 !important;
}

.text-error {
    /* font-style: italic; */
    font-size: 0.875em;
    color: red;
}

.btn-primary {
    background-color: #00457c;
    border-color: #00457c;
    color: white !important;
}

.btn-primary:hover {
    background-color: white !important;
    border-color: black !important;
    color: black !important;
}

.btn-primary:focus {
    background-color: #00457c !important;
    border-color: #00457c !important;
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: white !important;
}

.btn-warning:hover {
    background-color: white !important;
    border-color: black !important;
    color: black !important;
}

.btn-warning:focus {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.btn-outline-primary {
    background-color: #00457c;
    border-color: #00457c;
    color: white;
    width: 70px;
    margin: 1px;
}

.btn-outline-primary:hover {
    background-color: white !important;
    border-color: black !important;
    color: black !important;
}

.btn-outline-primary:focus {
    background-color: #00457c;
    border-color: #00457c;
    color: white;
}

.btn-outline-warning {
    background-color: #ffc107;
    color: white;
    width: 70px;
    margin: 1px;
}
.btn-outline-warning:hover {
    background-color: white !important;
    border-color: black !important;
    color: black !important;
}

.btn-outline-warning:focus {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    color: white;
}

.btn-outline-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    width: 70px;
    margin: 1px;
}

.btn-outline-danger:hover {
    background-color: white !important;
    border-color: black !important;
    color: black !important;
}

.btn-outline-danger:focus {
    background-color: #00457c !important;
    border-color: #00457c !important;
}

.btn-danger {
    background-color: red;
    border-color: red;
    color: white !important;
}

.btn-danger:hover {
    background-color: white !important;
    border-color: black !important;
    color: black !important;
}

.btn-danger:focus {
    background-color: red !important;
    border-color: red !important;
}

.btn-secondary {
    background-color: #6c757d;
}

.btn-secondary:hover {
    background-color: white !important;
    border-color: black !important;
    color: black !important;
}

.btn-secondary:focus {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: white;
}

.alert-success {
    background-color: #62ae33;
    color: white;
}

.alert-danger {
    background-color: #dc3545;
    color: white;
}

.row-active {
    background-color: #00457c;
    color: white !important;
}

.header-title {
    width: 100%;
    text-align: center;
    background-color: #00457c;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px 0px 5px 0px;
    color: white;
    /* border-colo */
}

/* COLOR PICKER BOOTSTRAP */
/* ==================================== */
.colorpicker {
    padding: 0.375rem 0.75rem !important;
}
/* ==================================== */

/* FULLCALENDER */
/* ==================================== */
.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0px !important;
}
.fc-title{
    font-size: .9em !important;
}

/* .fc-state-hover:hover {
    background-color: #00457c;
    color: white !important;
} */

/* .fc-prev-button {
    background-color: #00457c !important;
    color: white !important;
} */

.fc-state-active:hover {
    background-color: #00457c !important;
    color: white !important;
}

.fc-state-active {
    background-color: #00457c !important;
    color: white !important;
}
/* ==================================== */

/*TABLE*/
/* ==================================== */
.wrapper-onsite-sales .ver-align {
    padding-top: 10px;
}

.list-role {
    margin-left: 8px;
    margin-right: 9px;
}

.list-role .row-header {
    /* margin-bottom: 5px; */
    border-top: 1px groove;
    border-bottom: 1px groove;
    padding-top: 5px;
    padding-bottom: 5px;
    /* background-color: #f2f2f2; */
    background-color: #00457c;
    color: white;
}

.list-role .row-body {
    border-bottom: 1px groove;
    padding-bottom: 5px;
    padding-top: 5px;
}

.list-role .row-menu {
    /* background-color: #f2f2f2; */
    background-color: white;
}

.right-pos {
    text-align: right;
}

.button-delete {
    color: red !important;
}
/* ==================================== */

/*LIVE SEARCHING DATA*/
/* ==================================== */
#result-search {
    margin-top: -10px !important;
    position: absolute;
    width: 100%;
    /* max-width: 870px; */
    cursor: pointer;
    overflow-y: auto;
    max-height: 400px;
    box-sizing: border-box;
    z-index: 1001;
}

#result-search .list-group-item:hover {
    background-color: #00457c;
    color: white;
}

#result-search .list-group-item:focus {
    background-color: #00457c;
    color: white;
}
/* ==================================== */

/*------------------------------------------------------------*/
/*LOADING SCREEN*/

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: 42%;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid white;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.overlay {
    z-index: 999999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

/*------------------------------------------------------------*/

/*------------------------------------------------------------*/
/*SWEET ALERT*/
.swal-title {
    margin: 0px;
    /* font-size: 24px; */
    font-size: 50px !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
    margin-bottom: 28px;
}

.swal-modal .swal-text {
    /* font-size: 20px !important; */
    font-size: 30px !important;
    text-align: center;
}

.swal-modal {
    width:850px !important;
}

/*------------------------------------------------------------*/
/*JQUERY DATEPICKER*/
.ui-datepicker-trigger {
    border-style: none;
}

.ui-datepicker-trigger {
    color: white;
    background-color: #62ae33;
    border-radius: 3px;
    width: 40px;
    border-width: 1px;
    border-color: #62ae33;
}

/*------------------------------------------------------------*/
/*FORM DASHBOARD*/
body .wrapper {
    background-color: #00457c !important;
}

body .wrapper .main-header {
    background-color: #00457c !important;
    background-image: linear-gradient(to right, black 0%, black 5%, #00457c 75%, #00457c 100%);
    border-bottom: 1px solid white !important;
}

body .navbar-dark .navbar-nav .nav-link {
    color: white !important;
}

body .wrapper .main-sidebar {
    /* background-color: #00457c !important; */
    background-color: white !important;
}

[class*="sidebar-dark-"] .sidebar a {
    color: black !important;
}

body .wrapper #nickname {
    color: black !important;
}

body .wrapper .main-sidebar .brand-link {
    background-color: #00457c !important;
    border-bottom: 1px solid white !important;
}

body .wrapper .main-sidebar .brand-link span {
    color: white !important;
}

body .wrapper .main-sidebar a:hover {
    background-color: #00457c !important;
    color: white !important;
}

body .wrapper .main-sidebar a:focus {
    background-color: #00457c !important;
    color: white !important;
}

body .main-menu.active {
    background-color: #00457c !important;
    color: white !important;
}

body .nav-item .sub-menu.active {
    background-color: #555454 !important;
    color: white !important;
}

body .sidebar .user-panel {
    border-bottom: 0.5px solid white !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
    /* height: 40px; */
    margin-top: 10px !important;
    /* margin-bottom: 15px !important; */
}

body .sidebar .user-panel .image {
    margin-left: 8px !important;
    /* margin-top: -3px !important; */
}

body .sidebar .user-panel .info a {
    color: white !important;
    font-size: 1.1rem;
    line-height: 20px;
}

body .user-panel .info {
    margin-top: 3px !important;
}

.main-footer a {
    text-align: center !important;
    color: #00457c !important;
}

.main-footer .float-right {
    display: block !important;
}

.title-app {
    font-size: 24px;
    margin-left: 7px;
    color: white;
}

.brand-image {
    margin-left: 10px;
    margin-top: -9px !important;
    width: 30px;
}

#main-card-body {
    position:absolute;
    top:0;
    bottom:40px;
    left:0;
    right:0;
    /* background-color: #62ae33; */
    background-image: url("/images/bg.jpg");
    background-color: #cccccc;
}

.modal-content {
    background-image: url("/images/bg.jpg");
    background-size: cover;
}

.card-body .row-body {
    height: 100% !important;
}

.box-default {
    /* position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    border: none !important;
    border-color: transparent !important;
    width: 0 !important;
    opacity: 0 !important; */
}

.box-default p {
    position: relative;
    top: 50%;
    transform: translateY(0%);
    text-align: center !important;
	font-size: 70px;
	/* background: -webkit-linear-gradient(#2b32b2, #1488cc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500; */
}

.card-header {
    font-size: 30px !important;
}



.card-text {
    font-size: 28px !important;
}

#CardNo {
    /* position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    border: none !important; */
}

.input-card-no  {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    border: none !important;
    border-color: transparent !important;
    width: 0 !important;
    opacity: 0 !important;
}

.input-card-no:focus  {
    outline: none !important;
}

/* ================================================= */
.label-red {
    color: red;
}

.label-green {
    color: green;
}

.label-yellow {
    color: yellow;
}

.label-white {
    color: white;
}

.label-blue {
    color: #00457c !important;
}

.label-black {
    color: #000;
}

#clock {
    /* position: relative;
    top: 0%;
    transform: translateY(0%); */
    text-align: center !important;
    /* LAYAR 14' */
	/* font-size: 120px; */
    font-size: 200px;
	background: -webkit-linear-gradient(#2b32b2, #1488cc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
    padding: 0px 30px 0px 30px;
}

.box-full {
    height:100% !important;
}

.box-element-top {
    background-color: white;
    border-radius: 5px;
    /* LAYAR 14' */
    /* height: 165px; */
    height: 265px;
    margin: 0px 5px 0px 5px;
}

.box-element-bottom {
    background-color: white;
    border-radius: 5px;
    height: 69%;
    margin: 0px 5px 0px 5px;
}

.btn-action {    
    background-color: #00457c !important;
    color: white !important;
    padding: 50px 0px;
    margin: 20px 25px 20px 25px;
    width: 100% !important;
    /* LAYAR 14' */
    /* height: 170px !important; */
    /* font-size: 50px; */
    height: 290px !important;
    font-size: 120px;
}

.btn-action:hover {
    background-color: #2371b1 !important;
}

.btn-action-cancel {
    background-color: #6c757d !important;
    color: white !important;
    padding: 50px 0px;
    margin: 0px 25px 25px 25px;
    width: 100% !important;
    /* LAYAR 14' */
    /* height: 170px !important; */
    /* font-size: 50px; */
    height: 290px !important;
    font-size: 120px;
}

.btn-action-cancel:hover {
    background-color: #9a9fa3 !important;
}

/* ================= */
.btn-action-overtime {
    width: 100% !important;
    background-color: #00457c !important;
    color: white !important;
    font-weight: 400 !important;
    margin: 20px 25px 20px 25px;
    /* LAYAR 14' */
    /* height: 150px !important; */
    /* font-size: 60px; */
    /* padding: 26px 0px; */
    /* height: 290px !important; */
    height: 175px !important;
    font-size: 100px;
    padding: 10px 0px;
}

.btn-action-overtime:hover {
    background-color: #2371b1 !important;
}

.btn-action-overtime-cancel {
    width: 100% !important;
    background-color: #6c757d !important;
    color: white !important;
    font-weight: 400 !important;
    margin: 20px 25px 20px 25px;
    /* LAYAR 14' */
    /* height: 150px !important; */
    /* font-size: 60px; */
    /* padding: 26px 0px; */
    height: 175px !important;
    font-size: 100px;
    padding: 10px 0px;
}

.btn-action-overtime-cancel:hover {
    background-color: #9a9fa3 !important;
}

.label-overtime {
    padding-top: 10px;
    /* LAYAR 14' */
    /* font-size: 45px; */
    font-size: 60px;
    text-align: center !important;
    width: 100% !important;
}

.text-center {
    text-align: center !important;
    vertical-align: middle !important;
}

#main-text {
    position: relative;
    top: 0%;
    text-align: center !important;
    /* LAYAR 14' */
    /* transform: translateY(100%); */
	/* font-size: 90px; */
    transform: translateY(120%);
    font-size: 130px;
}

.row-name {
    width: 100%;
    padding: 10px 10px 8px 10px;
    margin: 20px;
    border-bottom: 5px solid lightgray;
}

.row-data {
    width: 100%;
    padding: 20px;
}

/* TAMBAHAN UNTUK UKURAN MONITOR 22' */
/* ----------------------------------------- */
.row-name h1 {
    font-size: 60px !important;
}

.row-data h1 {
    font-size: 60px !important;
}

.row-data h2 {
    font-size: 40px !important;
}

.row-data .row-data-padding20  {
    padding: 0px 20px 0px 20px;
}
/* ----------------------------------------- */

.img-thumbnail {
    display:block !important;
    margin-top: -7px !important;
    /* LAYAR 14' */
    /* width: 260px !important;
    height: 250px !important; */
    width: 450px !important;
    height: 440px !important;
}

.label-late {
    font-size: 45px;
}

.label-action {
    font-size: 37px;
}