/*
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 : Aug 6, 2020, 4:40:24 PM
    Author     : Eko Budi Setiawan
*/



@media (max-width: 767px) {
    
    .content-xs {
        width: 100%;
        margin: 0 auto; 
    }
    
    .btn-font-xs {
        font-size: 12px;
    }
    
    img-xs-width {
        padding: 0;
        width: 50px;
    }
    
    .col-xs-0 {
        min-height: 0;
        min-width: 0;
        height: 0;
        width: 0;
        display: none;
    }
    
    .title-big-xs {
        font-family: 'Times New Roman'; 
        margin: 0; 
        font-weight: bold; 
        font-size: 14px;
        color: #fff;
    }
    
    .title-small-xs {
        margin: 0; 
        font-weight: normal; 
        font-size: 10px;
        color: #fff;
    }
}

@media (min-width: 767px) {
    
    .content-sm {
        width: 95%;
        margin: 0 auto; 
    }
    
    .btn-font-sm {
        font-size: 16px;
    }
    
    .img-sm-width {
        padding: 0;
        width: 70px;
    }
    
    .title-big-sm {
        font-family: 'Times New Roman'; 
        margin: 0; 
        font-weight: bold; 
        font-size: 20px;
        color: #fff;
    }
    
    .title-small-sm {
        margin: 0; 
        font-weight: normal; 
        font-size: 12px;
        color: #fff;
    }
}


@media (min-width: 1200px) {
    
    .content-lg {
        width: 95%;
        margin: 0 auto; 
    }
    
    .btn-font-lg {
        font-size: 16px;
    }
    
    .img-lg-width {
        padding: 0;
        width: 100px;
    }
    
    .title-big-lg {
        font-family: 'Times New Roman'; 
        margin: 0; 
        font-weight: bold; 
        font-size: 22px;
        color: #fff;
    }
    
    .title-small-lg {
        margin: 0; 
        font-weight: normal; 
        font-size: 14px;
        color: #fff;
    }
}

.content-menu {
    width: 100%;
    min-height: 400px;
    /*background-color: #009999;
    display: none;*/
}

.box-header, .box-body, .box-footer {
    box-shadow: none;
}

.box-header {
    padding: 10px 30px 8px;
}

.box-body {
    border-top: 1px solid #ddd;
}

.btn-active {
    color: #444;
    background-color: #eee;
    border-color: rgba(0, 0, 0, 0.2);
}

.profile-label {
    color: #999;
    font-size: 14px;
    text-transform: none;
}

.profile-content {
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    margin-left: 10px;
}

.imgbox {
    border-radius: 10px; 
    border: 4px solid #eee;
}

.webgaleri {
    height: 300px;
}