.full-screen {
    position: fixed;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.4s ease;
    z-index: 99;
    overflow-y: auto;
}
.fade
{
	/*display: none;*/
}

.form-group label {
    font-size: 14px;
}
input.form-control, select.form-control {
    height: 30px !important;
    font-size: 14px;
    padding-top: 3px;
}


table .form-control {
    height: 22px !important;
    font-size: 12px;
}
table select.form-control {
    padding-top: 1px !important;
}
.btn-lov {
    height: 30px !important;
    font-size: 12px !important;
}
table {
    white-space: nowrap !important;
    overflow-x: auto;
}
.card-body .div-table {
    overflow-x: auto;
    overflow-y: visible;
}
table tbody tr td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
table tbody tr .btn-sm {
    height: 22px;
    font-size: 11px;
}
.modal-full {
    min-width: 99%;
}

/*BACK BUTTON*/
#btn-back
{
   position: fixed;
   top: 56px;
   right: -3px;
   /*border-radius: 0 3px 3px 0;*/ 
   z-index: 44;
   font-size: 13px;
   z-index: 9999;
}
/*END BACK BUTTON*/

.loader {
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    background-color:white;
    z-index: 99999;
}

.hidden {
    display: none;
}