/*google font*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&family=Poppins:wght@400;600&display=swap');

/*global css*/
*{
    border: 0;
    outline: 0;
}
body{
    font-size: 1rem;
    line-height: 1.5;
    color: #111111;
    font-family: 'Poppins', sans-serif;
    background: #f8fafc;
}

img{
    width: 100%;
}

svg{
    width: 20px;
    height: 20px;
    fill: #111111;
}
a{
    text-decoration: none;
    transition: all 0.5s ease-out;
}
a:hover{
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
h1{
    font-size: 2.8rem;
}
h2{
    font-size: 2.4rem;
}
h3{
    font-size: 1.8rem;
}
h4{
    font-size: 1.5rem;
}
h5,h6{
    font-size: 1.2rem;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

li{
    padding: .8rem 0;
}
.custom-container{
    padding: 0 47px;
}
.no-padding-right{
    padding-right: 0;
}
.no-padding-left{
    padding-left: 0;
}
.form-group{
    margin-bottom: 1.5rem;
}
.form-control{
    border-radius: 0;
    color: #111111;
    border-color: #dddddd;
}
.form-control:focus{
    box-shadow: none;
    border-color: #dddddd;
    color: #111111;
}
.btn{
    border-radius: 0;
}
.btn-block{
    display: block;
    width: 100%;
    margin-bottom: .8rem;
}
.cus-btn{
    min-width:100px;
}
.custom-checkbox{
    margin-bottom: 1rem;
}
.custom-control-input{
    border-radius: 0;
}
.custom-control-input:focus{
    outline-offset: 0;
}
.lc_item_table {
    width: 100%;
    overflow: auto;
}
.lc_item_table table{
    width:100% !important;
}

.d-none {
    display: none;
}
.btn-group{
    text-align:center;
    margin-bottom:1.5rem;
    display:block;
}
/* @media */
@media (min-width: 992px) {
    .dislpay-bg{
        display: block !important;
    }
}

@media (max-width: 425px) and (min-width: 320px) {
    .login-box .no-padding-left{
        padding-left: 15px;
    }
    .login-box .login-form{
        padding: 2rem;
    }
}

/*login */
.login-box{
    margin: 3rem 0 2rem;
}
.login-image,
.login-form{
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.login-image{
    background-size: cover;
    width: 100%;
    height: 100%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.login-form{
    background: #fff;
    padding: 2rem;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.form-header{
    text-align: center;
}
.form-header .icon{
    margin-bottom: 1.5rem;
}
.form-header .icon svg{
    width: 3rem;
    height: 3rem;
}
.form-header h1{
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.form-body .custom-checkbox{
    font-size: .9rem;
}
.form-body a{
    font-size: .8rem;
}
.footer{
    text-align:center;
    margin:3rem 0 0;
}
/* header */
.header {
    background: #368248;
}
.navbar{
    padding: 0;
}
.navbar-brand{
    color: #fff !important;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
}
.navbar-nav li{
    padding: 0;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    float: none !important;
    margin-left:16px !important;
}
.navbar-nav li:first-child {
    margin-left: 0 !important;
}
.navbar-nav li a {
    font-size: .8rem !important;
}
.navbar-nav li a:hover{
    text-decoration: none;
}
.navbar-nav > li > a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.attr-nav {
    margin-right: 0 !important;
    float: none !important;
}
.attr-nav li {
    padding: 0;
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
}
.attr-nav li a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-size: .8rem !important;
}
.attr-nav li a:hover{
    text-decoration: none;
}

/* main content */
.main-content {
    background: #ffffff;
    padding: 1rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    margin-top:2rem;
}

.main-content .form-control{
    width: 90%;
    padding: .375rem .65rem;
    height: calc(1.5em + .65rem);
    font-size:.8rem;
}
.form-section .form-group span {
    display: block;
    margin-bottom: .5rem;
    font-size: .9rem;
}

.form-section .form-group{
    margin-bottom:1rem;
}
.form-section .lc_item_table{
    font-size:.6rem;
}
.form-section .form-check{
    margin-bottom:.5rem;
    padding-left: 0;
}