.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height : 95px;
    z-index: 500;
}

.wrapper{
    padding-bottom: 100px;
}

.right{
    float: right;
}

.align-right{
    text-align: right;
}

.container{
    width: 100%!important;
}

table th{
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: black!important;
    border: 1px solid black;
}

table td{
    color: black!important;
    border: 1px solid black;
}

table{
    border: 1px solid black!important;
    /* overflow: hidden!important; */
}

.align-left{
    text-align: left!important;
}

.uppercase{
    text-transform: uppercase!important;
}

label.keterangan{
    font-weight: 200;
    font-size: 14px;
    line-height: 30px;
}

.loader-tmp{
    z-index:10000;
    position:fixed;
    width:100vw;
    height:100vh;
    background-color:rgba(0,0,0,0.8);
    display:table;
    display:none;
}

.loader-tmp-2{
    display: table-cell;
    vertical-align: middle;

}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    text-align: center;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-title{
    color:white;
    font-size:25px;
    padding:20px;
}

.red-text{
    color: red!important;
}

.align-center{
    text-align: center;
}

.navbar-brand {
	font-size: 25px;
	color: white;
    margin-top: -10px;
    text-transform: capitalize;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.input-group .bootstrap-select.form-control {
    z-index: inherit;
}