html, body {
    width: 100%;
    overflow-x: hidden;
}
body {
    height:100%;
    font-family: 'Open Sans', sans-serif; 
    font-weight: 300;
    padding:0;
    margin:0;
    font-size:14px;
    line-height: 28px;
    color: #1A1A1A; 
    background: #fff; 
    position: relative;
}

a {
    color: #008C44;
    outline: 0;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    text-decoration: none;
    color: #006B3F;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:focus {
    color: #005A34;
    text-decoration: none;
}
img {
    /*height: auto;*/
    max-width: 100%;
    vertical-align: middle;
    border: 0px none; 
}

/* Inputs               */
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #838383;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DADADA;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
    border-color: #008C44;
    box-shadow: 0 0 0 3px rgba(0,140,68,0.15);
    outline: none;
}

/* Giả lập selectpicker               */
.bootstrap-select button.dropdown-toggle{
    background: rgba(252, 252, 252, 0.35) none repeat scroll 0% 0%;
    border-radius: 1px;
    color: #1c0e0e;
    height: 44px;
    margin-right: 10px;
    width: 99%;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    color: #1c0e0e;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #EAE9E9;
    box-shadow: 0px 1px 1px rgba(179, 179, 179, 0.1) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-weight: 400;
} 
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.bootstrap-select .dropdown-menu {
    margin: 20px 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow:0px 5px 15px rgba(0, 0, 0, 0.176);
    border-top: none;
}

/*====================================================
 Search tin
======================================================*/
@media (max-width: 768px) {
    .layout-switcher { 
        display: none;
    }
}
.dot-hr{
    border-bottom: 1px dotted #CECBC7;
    margin-bottom: 10px;
}

.pager{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    flex-wrap:nowrap;
    overflow-x:auto;
    padding:8px;
}

/* button nhỏ lại cho mobile */
.pager-btn{
    padding:6px 8px;
}

/* input page */
.pager-input{
    width:55px;
    height:32px;
    text-align:center;
}

/* text */
.pager-text{
    white-space:nowrap;
    font-weight:500;
}

/* mobile tối ưu thêm */
@media (max-width:768px){

    .pager-btn{
        padding:5px 7px;
    }

    .pager-input{
        width:45px;
        height:30px;
    }

    .payment-pager{
        font-size:13px;
    }
}


/* Preloader */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;  
    top:50%;  
    background-image:url(../../public/fwsimages/preloader.gif);  
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; 
}

/* =========================
   HEADER + MENU (REFINED)
========================= */
.navbar {
    margin-bottom: 0;
    min-height: 75px;
    border: none;
    border-radius: 0;
    background: linear-gradient(360deg, #007A33, #004F22);
    box-shadow: 0 4px 18px rgba(0,0,0,.35)
}

.navbar .container {
    padding-top: 10px;
}

/* Menu link */
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 22px;
    position: relative;
    transition: all 0.3s ease;
}


