/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 17, 2020, 8:39:24 AM
    Author     : ADMIN
Menangani layout 
*/

.content-filter{
    padding: 5px 0.5rem
}

.control-sidebar{
    right: -100%;
    width: 100%;
}




.control-sidebar .w30{
    width: 30%;
}

.control-sidebar .w50{
    width: 50%;

}

.control-sidebar .w70{
    width: 70%;
}

.control-sidebar .control-insidebar{
    max-width: 700px;
    position: sticky;
    float : right;
    height: 100vh;
    right: 0;
    bottom: 0;
    top: 0;
}

@media (max-width: 576px) {
    .control-sidebar .control-insidebar {
        width: 100%;
    }

}


.control-insidebar .modal-content-height table td{
    padding: 2px;
}

.control-insidebar .modal-content-height table tbody th{
    padding: 0.3rem 0.4rem;

}


.p-10 {
    padding: 10px !important;
}

.py-10 {
    padding: 10px 0 !important;
}

.px-10 {
    padding: 0 10px  !important;
}


.mb-10{
    margin: 0 0  10px 0 !important;
}

.content-flex{
    display: flex;

}


.info-box.info-box-small{
    min-height:  40px;
}

.info-box-small .small{
    font-size: 0.875rem !important;
    width: 25px;

}

.cursor-pointer{
    cursor: pointer;
}

.fs-06{
    font-size: 0.6rem !important;
}
.fs-07{
    font-size: 0.7rem !important;
}
.fs-08{
    font-size: 0.7rem !important;
}
.fs-1{
    font-size: 1rem !important;
}

.fs-2{
    font-size: 1.2rem !important;
}

.fs-3{
    font-size: 1.4rem !important;
}

.fs-4{
    font-size: 1.6rem !important;
}

.fs-5{
    font-size: 1.8rem !important;
}

.font-bold{
    font-style: bold;
}



a.none{
    text-decoration: none !important;
}

.anti-collapse-card .collapsed-card .card-body {
    display: inherit
}



.modal-content-height{
    min-height: calc( 100vh - 260px);
}


.button-back{

    z-index: 2;
    margin-top: 5px;

    position: relative;
    margin-top: 5px;
    float: right;
    margin-left: -50px;
    margin-right: 5px;
}


.bg-gradient-light-grey{
    background: #aaabab linear-gradient(180deg, #e2e2e2, #e6e4e4d1) repeat-x !important;
}

.bg-light-grey{
    background:  #e6e4e4d1 !important;
}


.border-light-grey{
    color:  #6c757dcf !important;
}


.text-light-grey{
    color:  #6c757dcf !important;
}

.text-inline{
    white-space: nowrap !important;
}

.text-sm .form-control{
    font-size: 0.861rem;
    height: calc(2.025rem + 0px);
}

.text-sm .form-group {
    margin-bottom: 0.6rem;
}



.bootstrap-tagsinput .tag [data-role="remove"] {
    float: right;
}


.slim{
    min-height: 200px;
}

.slim .table td{
    padding-bottom: 0.3rem;
    padding-top: 0.5rem;
}

.slim .table td .superscript{

    font-size: 8px;
    position: absolute;
    left: -8px;
}

.slim .table
.very-slim   td{
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
}



.item-children{
    display: none;
}


.box-body .empty{
    padding: 50px;
    margin: 50px;
    text-align: center;
    display: block;
    font-weight: bold;

}

.callout a.dropdown-item {
    text-decoration: none;
    color: #212529;
}

.callout a.dropdown-item:hover{
    text-decoration: none;
    color: #212529;
}



.btn-group button.small{
    width: 22px;
    padding: 0;
}

p.multi-line {
    white-space: pre-line;
    margin: 2px;
}

tr.disabled{
    text-decoration: line-through;
    color: #aaa;
    font-style: italic;
}

tr.disabled td{

}


/*OVER Write Tags Input*/
.bootstrap-tagsinput .tag.label-info {
    color: #007bff;
    display: block;
    padding: 0.25em 0.4em;
    border: solid 1px #007bff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-bottom: 5px; 
}

.bootstrap-tagsinput .tag.label-succes {

    display: inline-block;
    padding: 0.25em 0.4em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #28a745;
    display: block;
    padding: 0.25em 0.4em;
    border: solid 1px #28a745;
    margin-bottom: 5px;
}

.block-right{
    text-align: right;
    width: 100%;
    display: block !important;
}
.block-left{
    text-align: left;
    width: 100%;
    display: block !important;
}
.inline-block{
    display: inline-block;
}
.hide{
    display: none;
}