/*
AMIS
Develop by: KRAVANH technology
Design by: KHON Oudorm
Date: 24-05-2018
Version 1.0
update 0.1
*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Moul');
@font-face
{
    font-family: Hanuman;
    src: url('../fonts/Hanuman-Regular.ttf');
}
@font-face
{
    font-family: Hanuman;
    font-weight: bold;

    src: url('../fonts/Hanuman-Bold.ttf');
}
.b-line {
    position: relative;
    width: 60px;
    height: 3px;
    background: #707A1A;
    display: block;
    margin: 0 auto;
}
body {
    font-family: 'Roboto', 'Hanuman';
    color: #707070;
    line-height: 1.5em;
}

header {
    background-color: #3D8B91;
    padding: 5px;
    position: relative;
}
header > .lan {
    text-align: right
}
.menu {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
/* .menu.sticky-top .navbar > .navbar-brand > img {
    width: 50px;
} */
.menu .navbar .navbar-nav > .nav-item .nav-link:hover,
.menu .navbar .navbar-nav > .nav-item .nav-link:focus,
.menu .navbar .navbar-nav > .nav-item .nav-link:active {
    background-color: #707A1A;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
    box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
}
.menu .navbar .navbar-nav > .nav-item .dropdown-menu {
    background-color: #707A1A;
}
.menu .navbar .navbar-nav > .nav-item > .dropdown-menu > .dropdown-item {
    color: #fff;
}
.menu .navbar .navbar-nav > .nav-item > .dropdown-menu > .dropdown-item:hover {
    background-color: #fff;
    color: #707A1A;
}
.menu .navbar .navbar-nav > .nav-item.dropdown:hover {

}
.menu .navbar .navbar-nav > .nav-item.active{
    background-color: #707A1A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
    box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
}
.menu .navbar .navbar-nav > .nav-item.active > .nav-link {
    color: #fff;
}
.menu .navbar .navbar-nav > .nav-item > .nav-link {
    text-transform: uppercase;
    padding: 2px 15px;
    font-weight: 600;
}
.menu .navbar .navbar-nav > .nav-item > .nav-link.icon > i {
    color: #707A1A;
    text-shadow: 0 3px 0 rgba(0,0,0,.04);
}
.menu .navbar .navbar-nav > .nav-item > .nav-link.icon {
    background-color: transparent !important;
    box-shadow: none;
}
.content .block-home {
    background: #fff;
    margin-top: -100px;
    position: relative;
    -webkit-box-shadow: 0 1px 15px 6px rgba(0,0,0,.05), 0 0 0 rgba(0,0,0,.10) inset;
    -moz-box-shadow: 0 1px 15px 6px rgba(0,0,0,.05), 0 0 0 rgba(0,0,0,.10) inset;
    box-shadow: 0 1px 15px 6px rgba(0,0,0,.05), 0 0 0 rgba(0,0,0,.10) inset;
}
.content .block-home .box-item {
    position: relative;
    text-align: center;
    padding: 40px 0 36px 0;
}
.content .block-home .box-item > .box {
    background-color: #f60;
    display: inline-block;
    height: 78px;
    margin: auto;
    position: relative;
    width: 78px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: ease-in 0.2s all;
    -o-transition: ease-in 0.2s all;
    -webkit-transition: ease-in 0.2s all;
    transition: ease-in 0.2s all;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
    box-shadow: 0px 3px 0px 0px rgba(245, 245, 245, 1);
}
.wrapper {
    background: url('../img/bg.jpg');
    background-origin: padding-box;
    /* padding-bottom: 30px; */
}
.content {
    padding-bottom: 30px;
}
.content .block-home .box-item > .box > img {
    left: 50%;
    margin-left: -19px;
    margin-top: -19px;
    position: absolute;
    width: 50%;
    top: 50%;
}
.content .block-home .box-item > h5 {
    margin-top: 15px;
}
.content .block-home .box-item > .box.green {
    background-color: #4a0;
}
.content .block-home .box-item > .box.brand {
    background-color: #08a;
}
.content .block-home .box-item > .box.red {
    background-color: #d40000;
}

section.welcome {
    text-align: center;
}
section.monthly h3 {
    margin-bottom: 30px;
}
section.monthly .box-img {
    padding: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
section.monthly ul > li {
    list-style-type: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    background: url('../img/list.png') no-repeat 10px 10px;
    padding: 5px 30px 0px 35px;
    word-wrap: break-word;
}
section.tables > .title {
    margin: 30px 0px;
}

section.tables ul.pagination > li {
    margin: 0px 20px;
}
section.tables ul.pagination > li > a {
    color: #707A1A;
    text-decoration: none;
}
section.chart {
    padding: 30px 0px;

}
section.chart form {
    margin: 30px 0px;
}
section.last-news {
    margin-top: 30px;
    margin-bottom: 20px;
}
.content-news {
    padding-top: 30px;
}
.content-news .card {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin-bottom: 30px;
}
.content-news .card > .card-body > h6 {
    font-size: 16px;
    font-weight: normal;
    color: #707A1A;
}
.content-news .card > .card-body > .line {
    position: relative;
    width: 60px;
    height: 2px;
    background: #707A1A;
    display: block;
    margin-bottom: 5px;
    /* margin: 0 auto; */
}
.content-news .card > .card-body > p {
    font-size: 14px;
}
.content-news .card > .card-body > a {
    font-size: 14px;
    text-align: right;
    float: right;
    text-decoration: none;
    color: #707A1A;
}

.footer {
    background-color: #707A1A;
    color: #fff;
    position: relative;
}
.footer::before {
    position: absolute;
    content: '';
    left: 0px;
    /* top: -90px; */
    height: 95px;
    width: 100%;
    background: url('../img/footer-img.svg') left top repeat-x;

}
footer .center-footer {
    padding-bottom: 30px;
    padding-top: 30px;
}
footer .center-footer a {
    color: #fff;
    text-decoration: none;
    line-height: 2em;
}
footer .center-footer .line {
    position: relative;
    width: 50px;
    height: 3px;
    background: #FFF;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
footer .center-footer ul {
    margin: 0;
    padding: 0;
}
footer .center-footer ul li {
    list-style-type: none;
}
footer .center-footer ul li::before {
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    padding-right: 5px;
}

footer .bottom-footer {
    padding: 15px;
    text-align: center;
    background-color: #565D16;
    font-size: 15px;
}
.table-pr{
    background-color: white !important;
}
.table-pr th:nth-child(1n+3), .table-pr td:nth-child(1n+3)  {
    text-align: center
}
.table-dark {
    color: rgb(85, 85, 85) !important;
    background-color: #ffffff !important;
}
.table-dark th {
    border: 1px solid #dee2e6;
    background-color: #ffffff !important;
    border-color: #dee2e6 !important;
}
.header{
    font-family: 'Moul', cursive;
    line-height: 25px;
}
.header img{
    margin-bottom: 10px;
}
.no-data{
    min-height: 100vh;
    background-color: #cccccc;
    padding-top: 45vh;
}
.no-data h2{
    color: #707A1A;
}
.table > tbody > tr > td {
    vertical-align: middle;
}

@media print {
    .print{
        display: none !important;
    }
    @page { size: landscape !important; margin: 0px !important; }
}

input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
