@font-face {
    font-family: 'K2D-Light';
    src: url('../fonts/K2D-Light.eot');
    src: url('../fonts/K2D-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/K2D-Light.woff2') format('woff2'), url('../fonts/K2D-Light.woff') format('woff'), url('../fonts/K2D-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'K2D-Bold';
    src: url('../fonts/K2D-Bold.eot');
    src: url('../fonts/K2D-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/K2D-Bold.woff2') format('woff2'), url('../fonts/K2D-Bold.woff') format('woff'), url('../fonts/K2D-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'K2D-Regular';
    src: url('../fonts/K2D-Regular.eot');
    src: url('../fonts/K2D-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/K2D-Regular.woff2') format('woff2'), url('../fonts/K2D-Regular.woff') format('woff'), url('../fonts/K2D-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    background-color: #efefef;
    color: #636b6f;
    font-family: 'K2D-Bold';
    font-weight: 200;
    margin: 0;
    font-size: 15px;
}

.table td, .table th{
    vertical-align: middle; 
}

.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.clearfix{
    width: 100%;
}

#content{
    width: 100%;
}

label{
    margin-bottom: 0;
}

.btn{
    font-family: 'K2D-Regular';
    font-size: 15px;
    line-height: initial;
    padding: 6px 10px 5px;
    margin: 1px 1px;
}

.btn.btn-sm{
    font-family: 'K2D-Regular';
    font-size: 11px;
    line-height: initial;
    padding: 4px 8px 4px;
}

.bg-light{
    display: block;
    background-color: #fff !important;
    padding: 10px 15px;
    width: 100%;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.user-lang{
    float: left;
    padding: 0;
    margin-top: 8px;
    margin-right: 0;
  }
  
  .user-lang a{
    display: inline;
    margin: 0 5px !important;
    width: 22px;
    height: 14px;
    padding: 0 !important;
    overflow: hidden;
    background-color: #000;
  }

  .user-lang a img{
    float: left;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;  
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
      
  }
  
  .user-lang a:hover img,
  .user-lang a.active img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }

  
.btn-menu{
    width: auto;
    display: block;
    float: left;
    background-color: #428cba;
    border: 0;
    border-radius: 3px;
    padding: 6px 10px;
    line-height: 22px;
    margin-left: 8px;
    color: #1e1e1e;
    text-align: center;
}
.theme1 .btn-menu{
    background-color: #5f7288;
}
.theme2 .btn-menu{
    background-color: #428cba;
}
.theme3 .btn-menu{
    background-color: #4e9b61;
}

.btn-menu span{
    display: none
}

.btn-menu i{
    float: left;
    font-size: 15px;
}

.btn-menu:hover{
    color: #fff;
    background-color: #273f4e;
}

#sidebar:hover .btn-menu{
    width: 140px;
    margin: 0 20px;
    padding: 8px 10px;
}
#sidebar:hover .btn-menu span{
    display: block;
    float: left;
    width: 80px;
    font-size: 16px;
    line-height: 12px;
    margin-left: 10px;
    color: #fff;
}

#sidebar.fixed .btn-menu{
    width: 140px;
    margin: 0 20px;
    padding: 8px 10px;
}
#sidebar.fixed .btn-menu span{
    display: block;
    float: left;
    width: 80px;
    font-size: 16px;
    line-height: 12px;
    margin-left: 10px;
    color: #fff;
}

.btn-menu2,
.btn-menu3{
    position: absolute;
    left: 15px;
    top: 12px;
    width: auto;
    display: block;
    float: left;
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding: 2px 10px;
    line-height: 22px;
    font-size: 13px;
    color: #1e1e1e;
    text-align: center;
}

.btn-menu2 i,
.btn-menu3 i{
    margin-right: 5px
}

.btn-menu2:hover,
.btn-menu3:hover{
    color: #000;
    background-color: #dbdbdb
}

.navbar-brand{
    font-family: 'K2D-Bold';
    font-size: 19px;
    line-height: 22px;
    margin-left: 100px;
}

.navbar.active .navbar-brand{
    margin-left: 0
}

.navbar-brand img{
    height: 30px;
    margin-top: -5px;
}

.navbar-brand span{
    font-family: 'K2D-Regular';
}
@media screen and (max-width:768px){

    .navbar-brand{
        font-size: 15px;
        line-height: 22px;
        margin-left: 85px;
    }

    .navbar-brand img{
        height: 16px;
    }

}

.menu-top{
    display: none;
    float: left;
    width:100%;
    background-color: #838d99;
    position: relative;
    z-index: 100;
    padding-bottom: 3px;
}


.theme1 .menu-top{
    background-color: #838d99;
}
.theme2 .menu-top{
    float: left;
    background-color: #428cba;
}
.theme3 .menu-top{
    background-color: #4e9b61;
}

.menu-top ul{
    float: left;
    width:100%;
    margin: 0;
    padding: 7px 0;
    text-align: center;
}

.menu-top ul li{
    display: inline-block;    
}

.menu-top ul li a{
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}
.menu-top ul li:hover a,
.menu-top ul li.active a{
    color: #000;
}

.menu-top ul li a i{
    margin-right: 3px;
    font-size: 12px;
}

.main-top{
    position: relative;
    font-size: 13px;
    float: left;
    width:100%;
    padding: 7px 15px;
    line-height: 25px;
    color: #000;
    background-color: #c9d0d6;
    z-index: 500;
}

.main-top input,
.main-top select{
    font-family: Arial, Helvetica, sans-serif;
    height: 25px;    
    font-size: 12px;
    padding: 0 10px;
    padding-top: 1px;
}


.main-top button{
    float: left;
    height: 25px;
    padding: 0 10px;
}

.s-select,
.s-input{
    color: #848484;
    padding: 0 6px;
}

.main-top .s-input .input-group-prepend{
    height: 25px;
}
.main-top .s-input .input-group-text{
    color: #848484;
    font-size: 12px;
    background-color: #e9e9e9;
}

.main-top .s-select input, .main-top .s-input input,
.main-top .s-select select, .main-top .s-input select{
    border: 1px solid #d6d6d6;
    background-color: #e9e9e9;
    padding: 2px 10px 0;
}


@media screen and (max-width:768px){

    .menu-top ul li a i{
        margin-right: 3px;
        font-size: 12px;
    }

    .main-top{
        font-size: 14px;
        float: left;
        width:100%;
        padding: 7px 15px;
        line-height: 25px;
        color: #000;
        background-color: #c9d0d6;
    }

    .main-top form{
        width: 100% !important;
    }

    .main-top form div{
        margin: 0 !important;
        clear: both;
    }

    .s-select{
        float: left;
        width: 100% !important;
    }

    .s-input{
        float: left;
        width: 100% !important;
    }
    .s-input .btn{
        margin-left: 5px;
        margin-top: 5px;
    }

    .s-search{
        width: 100% !important;
        margin-top: 17px;
    }
}

.s-select.active,
.s-input.active{
    color: #000;
}


.s-input .btn{
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    color: #929292;
    border: 1px solid #d6d6d6;
    background: #e9e9e9;
}

.s-input.active .btn{
    color: #fff;
    background-color: #3490dc;
    border-color: #3490dc;
}

.s-input.active .btn:hover{
    color: #fff;
    background-color: #227dc7;
    border-color: #227dc7;
}

.main-top .s-input.active .input-group-text{
    color: #464646;
    background-color: #fff;
    border: 1px solid #55aeeb;
}

.main-top .s-select.active input, .main-top .s-input.active input,
.main-top .s-select.active select, .main-top .s-input.active select{
    border: 1px solid #55aeeb;
    background-color: #fff;
}

.navbar-right{
    float: right;
}

.navbar-right i{
    font-size: 15px;

}
.navbar-right a{
    position: relative;
    float: left;
    padding: 4px 10px;
    margin: 0 3px;
    color: #7a7a7a;
    border-radius: 3px;
    border: 0;
}

.navbar-right a:hover{
    color: #7a7a7a;
    background-color: #dbdbdb;
    border: 0;
}

.navbar-right .img-top{
    float: left;
    margin: 0 5px 0 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    background-color: #dbdbdb;
}

.navbar-right .img-top .user-img{
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.navbar-right .img-top .user-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100% !important;
    max-width: 120%;
    min-height: 100% !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.navbar-right .img-top .user-none{
    width: 30px;
    height: 30px;
    font-family: 'K2D-Regular';
    color: #fff;
    font-weight: none;
    font-size: 17px;
}

.navbar-right a strong{
    font-family: 'K2D-Regular';
    float: left;
    margin-right: 7px;
    line-height: 23px;
    font-size: 14px;
    color: #333;
}

.navbar-right a strong span{
    font-size: 12px;
}

.navbar-right .btn{
    width: 32px;
    height: 32px;
    margin: 0 0 0 2px;
    padding: 7px 0 0;
    font-size: 8px;
    border-radius: 50%;
    text-align: center;
    background-color: #dbdbdb;
    color: #666;
    border: 1px solid #d1d1d1;
}

.navbar-right .btn:hover{
    color: #666;
    background-color: #d1d1d1;
    border: 1px solid #d1d1d1;
}

.navbar-right .btn i{
    font-size: 16px;
    color: #000;
}

.navbar-right .bell{
    position: absolute;
    top: 5px;
    left: 50%;
    padding: 2px 6px;
    background-color: #f00;
    color: #fff;
    font-size: 8px;
    line-height: 8px;
    border-radius: 4px;

}

@media screen and (max-width:768px){

    .navbar-right{
        float: right;
        margin-top: 18px;
        margin-bottom: 10px;
    }

    .navbar-right a{
        padding: 1px 5px;
        margin: 0 3px;
    }

    .navbar-right .img-top {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }

    .navbar-right .img-top .user-none {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }

    .navbar-right .btn {
        width: 26px;
        height: 26px;
        padding: 5px 0 0;
    }

    .navbar-right .btn i {
        font-size: 14px;
    }

}

.box-static-top{
    background-color: #fff;
    border: 1px solid #dedede;
    height: auto;
    padding: 0;
    color: #000;
    border-radius: 3px;
    overflow: hidden;
    margin: 15px 0;
}

.box-static-top .title{
    padding: 10px 15px;
    font-size: 16px;
}

.box-static-top .title i{
    color: #016db6;
}
.box-static-top .title-right{
    float: right;
}

.box-static-top .title-right a{
    color: #000;
    border: 1px solid #e0e0e0;
    padding: 4px 5px 2px;
    font-size: 14px;
    border-radius: 0;
    margin: 0 0;
    width: 37px;
    float: left;
    text-align: center;
}

.box-static-top .title-right a:first-child{
    border-right: 0;
}

.box-static-top .title-right a i{
    color: #3c3c3c;
}
.box-static-top .title-right a:hover{
    color: #016db6;
    background-color: #dbdbdb;
}
.box-static-top .title-right a:hover i{
   /* color: #016db6;*/
}


@media screen and (max-width:768px){

    .box-static-top{
        margin: 10px 0 0;
    }

    .box-static-top .title{
        padding: 10px 15px;
        font-size: 16px;
    }


}

.box-static-chart{
    padding: 10px 15px;
    float: left;
    width: 100%;
}

.box-static{
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 0 0 10px;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
    margin: 15px 0;
}

@media screen and (max-width:768px){

    .box-static{
        margin: 10px 0 0;
    }
}

.box-static .title{
    padding: 8px 15px 3px;
}

.box-static.color1 .title{ background-color: #68c182; }
.box-static.color2 .title{ background-color: #f0ad4e; }
.box-static.color3 .title{ background-color: #d9534f; }
.box-static.color4 .title{ background-color: #337ab7; }

.box-chart .name{
    color: #666;
    font-size: 11px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.box-chart .progress{
    border-radius: 0;
    height: 16px;
    line-height: 16px;
    background-color: transparent;
}

.box-chart .progress .progress-bar{
    font-size: 11px;
    text-align: right;
    padding: 0 10px;
}
.box-static.color1 .progress-bar{ background-color: #68c182; }
.box-static.color2 .progress-bar{ background-color: #f0ad4e; }
.box-static.color3 .progress-bar{ background-color: #d9534f; }
.box-static.color4 .progress-bar{ background-color: #337ab7; }

.box-static .title strong{
    font-size: 25px;
    line-height: 21px;
    font-family: 'K2D-Bold';
}

.box-static .title span{
    font-size: 13px;
    line-height: 16px;
}

.box-static .box-chart{
    padding: 10px 0;
}

.box-static .more{
    font-size: 13px;
}

.box-static.color1 .more{ color: #68c182; }
.box-static.color2 .more{ color: #f0ad4e; }
.box-static.color3 .more{ color: #d9534f; }
.box-static.color4 .more{ color: #337ab7; }

.box-static.color1 .more:hover,
.box-static.color2 .more:hover,
.box-static.color3 .more:hover,
.box-static.color4 .more:hover{
    color: #666;
}


.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    min-width: 50px;
    max-width: 50px;
}

#sidebar.active {
    min-width: 50px;
    max-width: 50px;
    text-align: center;
    /*animation: slide-out 0.3s forwards;*/
}

#sidebar.active {
    animation: slide-out 0.3s forwards;
}

#sidebar.fixed {
    min-width: 180px;
    max-width: 180px;
    text-align: left;
}

#sidebar.none {
    min-width: 0px;
    max-width: 0px;
    text-align: center;
}

.menu-left{
    font-family: "K2D-Bold";
    background-color: #0079c4;
    width: 100%;
    height: 100%;
    min-width: 180px;
    color: #fff;
    padding: 15px 0px
}

.theme1 .menu-left{
    background-color: #838d99;
}
.theme2 .menu-left{
    background-color: #0079c4;
}
.theme3 .menu-left{
    background-color: #68c182;
}

.menu-left ul{
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.menu-left ul li{
    font-family: 'K2D-Regular';
    display: inline-block;
    clear: both;
    width: 100%;
}

.menu-left ul li i{
    float: right;
    margin-top: 3px;
    
}
.menu-left ul li span{
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;       
    text-align: center;
    font-size: 18px;
    color: #fff
}

.menu-left ul li span i{
    float: none;
    margin: 2px 0;
}

.menu-left ul li a{
    display: block;
    color: #fff;
    padding:  10px 0px;
    font-size: 16px;
    float: left;
    width: 100%;
    line-height: 22px;
}
.menu-left ul li a:hover{
    color: #fff;
    background-color: #273f4e;
}
.menu-left ul li.active a,
.menu-left ul li.active a:hover{
    color: #fff;
    background-color: #273f4e;

}

.menu-left ul li a:hover span{
    color: #fff;
}

.menu-left ul li a i.fa-angle-right{
    animation: hoverMenu 0.3s forwards;

}

.menu-left ul li a:hover i.fa-angle-right{
    animation: hoverMenu2 0.3s forwards;

}

@keyframes hoverMenu {
    0%      { margin-right: 0px}
    100%    { margin-right: 20px }
}

@keyframes hoverMenu2 {
    0%      { margin-right: 20px}
    100%    { margin-right: 10px }
}

.col-menu-left{
    position: absolute;
    width: 200px;
    -ms-flex: inherit;
    flex: inherit;
    padding: 0 7px;
}

.col-content-right{
    /*font-family: Arial, Helvetica, sans-serif;*/
    width: 100%;
    padding-left: 215px;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 14px;
    margin-bottom: 0;
}

.col-menu-left.width130{ width: 130px; }
.col-menu-left.width140{ width: 140px; }
.col-menu-left.width150{ width: 150px; }
.col-menu-left.width160{ width: 160px; }
.col-menu-left.width170{ width: 170px; }
.col-menu-left.width180{ width: 180px; }
.col-content-right.width130{ padding-left: 145px; }
.col-content-right.width140{ padding-left: 155px; }
.col-content-right.width150{ padding-left: 165px; }
.col-content-right.width160{ padding-left: 175px; }
.col-content-right.width170{ padding-left: 185px; }
.col-content-right.width180{ padding-left: 195px; }


.menu-sub-left{
    padding: 0 0 0 15px;
}

.menu-sub-left .title{
    font-family: 'K2D-Bold';
    color: #000;
    font-size: 13px;
    padding: 4px 0;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    width: 108%;
}

.menu-sub-left .title i{
    font-size: 15px;
    margin-right: 2px;
}
.menu-sub-left ul{
    display: block;
    padding: 0;
    margin: 0 -24px 0 -7px;
    position: relative;
    z-index: 10;
}

.menu-sub-left ul li{
    display: block;
    margin-bottom: 1px;
}

.menu-sub-left ul li strong{
    padding-left: 10px;
    display: block;
    padding-top: 15px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #000;
}

.menu-sub-left ul li.line-title{
    border-top: 1px solid #e8e8e8;
    padding-top: 0;
    margin-top: 15px;
}

.menu-sub-left ul li.line-title strong{
    padding-top: 5px;
}


.menu-sub-left ul li a{
    display: block;
    color: #686868;
    font-size: 13px;
    font-family: 'K2D-Bold';
    font-weight: normal;
    width: 100%;
    padding: 8px 15px 5px 10px;
    border-left: 5px solid transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.menu-sub-left ul.account li a{
    font-size: 12px;
    line-height: 20px;
    padding: 7px 15px 5px 10px;
}

.menu-sub-left ul li a i{
    font-size: 12px;
    margin-right: 5px;
    float: left;
    margin-top: 3px;
}

.menu-sub-left ul li a:hover,
.menu-sub-left ul li a.active{
    color: #000;
    border-left: 5px solid #8d8d8d;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    background-color: #f4f4f4;
}

@media screen and (max-width:768px){

    .col-menu-left{
        position: relative;
        width: 100%;
        -ms-flex: inherit;
        flex: inherit;
        min-width: inherit;
        max-width: 100%;
        overflow: hidden;
    }

    .menu-sub-left{
        width: 100%;
        padding: 0 8px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e0e0e0;
    }

    .col-content-right{
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        -ms-flex: inherit;
        flex: inherit;
        overflow: hidden;
    }
    .menu-sub-left .title{
        margin-left: 15px;
        margin-right: 15px;
		width: 90%;
    }

    .menu-sub-left ul{
        display: block;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 10;
    }

	.col-content-right {
		clear: both;
		padding-left: 0 !important;
		overflow: auto;
	}

	.col-menu-left.width130{ width: 100%; }
	.col-menu-left.width140{ width: 100%; }
	.col-menu-left.width150{ width: 100%; }
	.col-menu-left.width160{ width: 100%; }
	.col-menu-left.width170{ width: 100%; }
	.col-menu-left.width180{ width: 100%; }
	.col-content-right.width130{ padding-left: 100%; }
	.col-content-right.width140{ padding-left: 100%; }
	.col-content-right.width150{ padding-left: 100%; }
	.col-content-right.width160{ padding-left: 100%; }
	.col-content-right.width170{ padding-left: 100%; }
	.col-content-right.width180{ padding-left: 100%; }

}


#sidebar.active .menu-left,
#sidebar.fixed  .menu-left{
    padding: 15px 0;
}

#sidebar.active .menu-left ul li a,
#sidebar.fixed  .menu-left ul li a{
    float: left;
    text-align: left;
    padding:  10px 0px;
}

#sidebar.active .menu-left ul li span,
#sidebar.fixed  .menu-left ul li span{
    width: 50px;
    font-size: 20px;
    margin-right: 0
}

#sidebar.active:hover{
    animation: slide-in 0.3s forwards;
}


@keyframes slide-in {
    0% { 
        min-width: 50px;
        max-width: 50px;
     }
    100% { 
        min-width: 180px;
        max-width: 180px;
     }
}

@-webkit-keyframes slide-in {
    0% { 
        min-width: 50px;
        max-width: 50px;
     }
    100% { 
        min-width: 180px;
        max-width: 180px;
     }
}

@keyframes slide-out {
    0% { 
        min-width: 50px;
        max-width: 50px;
    }
    100% { 
        min-width: 50px;
        max-width: 50px;
     }
}

@-webkit-keyframes slide-out {
    0% { 
        min-width: 180px;
        max-width: 180px;
     }
    100% { 
        min-width: 50px;
        max-width: 50px;
     }
}


.btn-dot{
    width: 50px;
    margin: 15px 0 20px 0;
    text-align: center;
}

#sidebar.active .btn-dot{
    width: 50px;
    padding: 0 0px;
    text-align: center;
}

#sidebar.active:hover .btn-dot{
    width: 100%;
}

#sidebar.fixed .btn-dot{
    width: 100%;
}

.btn-setting{
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 50px;
    overflow: hidden;
    padding: 0 8px;
    text-align: left;
}

#sidebar.fixed .btn-setting{
    width: 100%;
}

.btn-setting a{
    display: block;
    color: #fff;
    padding: 6px 0;
    font-size: 16px;
    line-height: 20px;
    height: 33px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #428bb9;
}

.btn-setting a:hover{
    background-color: #273f4e;
}

.theme1 .btn-setting a{
    background-color: #5f7288;
}
.theme2 .btn-setting a{
    background-color: #428cba;
}
.theme3 .btn-setting a{
    background-color: #4e9b61;
}

.theme1 .btn-setting a:hover,
.theme2 .btn-setting a:hover,
.theme3 .btn-setting a:hover{
    background-color: #273f4e;
}

.btn-setting a span{
    display: block;
    float: left;
    margin-right: 10px;
    width: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff
}
.btn-setting div {
    width: 100%;
    text-align: center;
}

.btn-setting a i{
    font-size: 20px;
    margin-top: 1px;
    margin-bottom: 6px;
}

#sidebar.active .btn-setting{
    width: 50px;
    overflow: hidden;
    padding: 0 8px;
    text-align: left;
}

#sidebar.active:hover .btn-setting{
    padding: 0 20px;
    width: 180px;
    text-align: left;
}

#sidebar.active .btn-setting a{
    height: 33px;
}

#sidebar.active .btn-setting a span{
    width: 35px;
}

#sidebar.active .btn-setting div {
    width: 100%;
    margin-bottom: 5px;
}

footer{
    position: relative;
    margin-top: 40px;
    padding: 10px 0;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
}
@media screen and (max-width:768px){

    footer{
        margin-top: 15px;
        padding: 10px 35px;
    }
}
.copyright{
    font-size: 12px;
   color: #686868;
   text-align: center; 
}

.copyright span{ 
    display: block;
    font-size: 12px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: inherit;
    right: -60px;
    width: 320px;
    padding: 0px 0;
    margin: 7px 0 0;
    font-size: 14px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 3px;
    z-index: 1200;
}

.dropdown-menu.dropdown-user{
    position: absolute;
    top: 100%;
    left: inherit;
    right: 0px;
    width: 200px;
    padding: 0px 0;
    margin: 7px 0 0;
    font-size: 14px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 3px;
}

.dropdown-menu .fa-sort-up {
    position: absolute;
    top: -12px;
    right: 71px;
    font-size: 26px;
    color: #ccc;
}

.dropdown-menu .dropdown-menu-header{
    font-family: 'K2D-Bold';
    display: block;
    color: #000;
    height: auto;
    float: left;
    margin: 0;
    padding: 6px 15px;
}
.dropdown-menu .all{
    font-family: Arial, Helvetica, sans-serif;
    color: #016db6;
    margin: 6px 5px 0;
    font-size: 11px;
    line-height: normal;
    float: right;
    padding: 5px 11px;

  }

.dropdown-menu .all:hover{
    color: #333;  
}

.timeline {
    margin-top: 35px !important;
    list-style: none;
    padding-left: 0;
    position: relative;
    width: auto;
}

  .timeline.timeline-sm:after {
    left: 12px;
  }

  .timeline li {
    position: relative;
    padding: 5px 15px;
    padding-left: 65px;
    margin-bottom: 0px;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.15);
  }
  .timeline li.active {
    background-color: #e3f3ff;
  }

  .timeline li:hover{
    color: #000;
    background-color: #f1f1f1;
  }

  .timeline li .timeline-fa {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e3e3e3;
    position: absolute;
    left: 24px;
    top: 5px;
  }
  
  .timeline li a{
    font-family: 'K2D-Bold';
    color: #464646;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: normal;
    font-weight: bold;
  }

  .timeline li a:hover{
    color: #000;
    background-color: transparent;

  }
  .timeline li p{
      margin-bottom: 0
  }
  .timeline li .timeline-date {
    display: inline-block;
    width: 100%;
    color: #a6a6a6;
    font-style: italic;
    font-size: 11px;
    margin: 0;
    padding: 0;
  }
  .timeline.timeline-icons li {
    padding-top: 5px;
  }


  .timeline.timeline-icons li .timeline-fa {
    width: 32px;
    height: 32px;
    background: #0079c4;
    border: 1px solid #0079c4;
    left: 14px;
    top: 7px;
    z-index: 11;
    font-size: 10px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
  }

  .timeline.timeline-icons li.new .timeline-fa{
      background-color: #ffc107;
      border: 1px solid #ffc107;
  }

  .timeline.timeline-icons li.info .timeline-fa{
      background-color: #28a745;
      border: 1px solid #28a745;
  }

  .timeline.timeline-icons li.bug .timeline-fa{
      background-color: #ff8007;
      border: 1px solid #ff8007;
  }

  .timeline.timeline-icons li .timeline-fa i{
      font-size: 12px;
      margin-top: 2px;
  }

  .dropdown-user .timeline li{
    font-family: 'K2D-Bold';
    float: left;
    width: 100%;
    padding: 0;
  }
  .dropdown-user .timeline li a{
    display: block;
    width: 100%;
    font-family: 'K2D-Bold';
    padding: 7px 15px;
  }

  .dropdown-user .timeline li a i{
    font-size: 11px;
    margin-right: 3px;
  }

  .dropdown-user .timeline li:hover{
      color: #000;
    background-color: #dbdbdb;
  }

  .dropdown-user .timeline li:hover a{
    color: #000;
}

.table-notification tr td{
    vertical-align: top;
}


.table-notification tr td{
    vertical-align: top;
}

.box-notification{
    padding: 0 20px;
}

.box-notification .title{
    font-family: 'K2D-Regular';
    font-size: 17px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

.box-notification .list{
    border: 1px solid #dadada;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    float: left;
    width: 100%;
}
.box-notification .list.active{
    background-color: #fff8e2;
}

.box-notification .list .plus{
    float: left;
    width: 25px;
    cursor: pointer;
}

.box-notification .list .name{
    float: left;
    color: #333;
    font-weight: bold;
    width: 85%;
    line-height: 17px;
    padding-bottom: 2px;
    cursor: pointer;
}

.box-notification .list .date{
    float: left;
    width: 100%;
    font-size: 11px;
    padding-left: 25px;
    color: #969696;
}

.box-notification .list .content{
    display: none;
    float: left;
    width: 100%;
    margin-top: 5px;
    padding: 10px 10px 5px 10px;
    border-top: 1px solid #dadada;
}


.footer-setting{
    position: absolute;
    right: 15px;
    top: 15px;
    float: right;
    display: block;
}

.footer-setting a .fa-ellipsis-v{
    color: #333;
    font-size: 28px;
}

.footer-setting a:hover .fa-ellipsis-v{
    color: #016db6;
}

.dropdown-menu.dropdown-footer{
    position: absolute !important;
    top: 22px !important;
    left: inherit !important;
    right: -55px;
    width: 135px;
    min-width: inherit;
    padding: 0px 0;
    margin: 7px 0 0;
    font-size: 14px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    text-align: center;
    border-radius: 3px;
}

.dropdown-menu.dropdown-footer .footer-logout{
    display: block;
    padding: 14px 10px;
    font-size: 16px;
}

.dropdown-menu.dropdown-footer .footer-logout i{
    color: #000;
    font-size: 18px;
    margin-right: 5px;
}

.dropdown-menu.dropdown-footer .footer-logout:hover{
    background-color: #dbdbdb
}

.page-content{
    font-family: 'K2D-Regular';
    float: left;
    width: 100%;
    min-height: 768px;
    padding: 25px 0px;
    margin: 15px 0 0;
    background-color: #fff;
}

.page-content .page-title{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    padding: 0 15px 10px;
    border-bottom: 2px solid #e0e0e0;
    width: 100%;

}

.page-content .page-title .table-option-btn{
    position: relative;
    float: right;
    top: 0px;
    right: 0px;
}

.page-content .page-title i{
    margin-right: 5px;
    font-size: 13px;
    float: left;
    margin-top: 7px;
}

.page-text{
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 20px;
}
.page-text.sub-left{
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 15px;
    border-left: 2px solid #e0e0e0;
    min-height: 700px;
    padding-bottom: 180px;
}

@media screen and (max-width:768px){

    .page-content{
        font-family: 'K2D-Regular';
        float: left;
        width: 100%;
        min-height: 768px;
        padding: 15px 0px !important;
        margin: 5px 0 0;
        background-color: #fff;
    }

    .page-text{
        padding-top: 20px;
    }

    .page-text.sub-left{
        padding-left: 0;
        border-left: 0;
        min-height: 700px;
    }

}


.sitemap{
    display: block;
    margin: 0;
    padding: 0;
    line-height: 20px;
    float: left;
    width: 330px;
}

.sitemap li{
    display: block;
    margin-top: 20px;
}

.sitemap li label{
    font-family: 'K2D-Regular';
    font-size: 15px;
    font-weight: bold;
    color: #5f5f5f;
    margin: 5px 0 2px;
    cursor: pointer;
}
.sitemap li label:hover{
    color: #000;
}

.sitemap li i{
    font-size: 13px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.sitemap ul{
    display: block;
    margin: 5px 0 0;
    padding: 0;
}

.sitemap ul li{
    margin: 0 0;
    padding: 3px 1px 3px 20px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
}

.sitemap ul li i{
    font-size: 6px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}

.sitemap ul li a{ 
    color: #0079c4;
}

.sitemap ul li a:hover{ 
    color: #000;
}

.download{
    display: block;
    margin: 0;
    padding: 0;
    line-height: 20px;
    float: left;
}

.download li{
    display: block;
    margin-top: 20px;
}

.download li strong{
    color: #000;
    font-size: 17px;
}

.download li label{
    font-family: sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 2px;
    display: inline-block;
    padding: 3px 0 15px;
    text-align: center;
    width: 130px;
    max-width: 100%;
    cursor: pointer;
}

.download li i{
    font-size: 65px;
    margin-top: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.download li a{
    color: #0473ea;
}

.download li a:hover{
    color: #000;
}

@media screen and (max-width:768px){

    .sitemap{
        display: block;
        margin: 0;
        padding: 0;
        line-height: 20px;
        float: left;
        width: 100%;
    }

    .sitemap li{
        display: block;
        margin-top: 0px;
    }

    .sitemap li label{
        float: left;
    }
    .sitemap ul{
        display: block;
        margin: 0 0 15px;
        padding: 0;
        float: left;
        width: 100%;
    }

    .sitemap ul li{
        margin: 0 0;
        padding: 2px 1px;
        font-size: 16px;
        float: left;
        width: 100%;
    }

}


.table-custom{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.table-custom tr th{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal !important;
    padding: 8px 10px !important;
    color: #fff;
    font-size: 13px;
    background-color: #348ad4;
    border-left: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-right: 0;
}

.table-custom tr td{
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 13px;
    padding: 8px 10px !important;
    border-left: 1px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 0;
    border-right: 0;
}

.table-custom button{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}

#spreadsheet.table-custom tbody tr td{
    padding: 0px 10px !important;
}

#spreadsheet.table-custom tr td .btn.btn-sm{
    font-size: 12px;
    padding: 4px 7px 3px;
}

.table-custom tr.tr-sub{
    background-color: #f9e8e8  !important;
}

.table-custom tr.tr-sub td{
    font-size: 12px;
    border-top: 0 !important;
    padding: 5px 10px !important;
    border-top: 1px solid #f1eeee !important;
}

.td-num{
    float: left;
    border: 1px solid #ccc;
    background-color: #dbdbdb;
    width: 18px;
    height: 18px;
    line-height: 16px;
    margin-right: 5px;
    text-align: center;
    border-radius: 50%;
}


.table-custom tr td .img{
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    float: left;
    margin-right: 5px;
    
}

.table-custom tr td .user-none{
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    font-size: 18px;
    
}

.table-custom tr td .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100% !important;
    max-width: 120%;
    min-height: 100% !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.table-custom tr:hover td{
    background-color: #fff6c2;
}

.table-custom .badge{
    font-weight: normal;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
    margin: 0;
}

.table-popup tr th,
.table-popup tr td{
    padding: 5px 5px !important;
}

.table-popup button{
    font-size: 12px !important;
    padding: 2px 6px !important;
}

@media screen and (max-width:768px){

    .table-custom .badge{
        width: auto;
    }
}

table.dataTable thead .sorting:after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content: "\f338";
    color: #0b5fa7 !important;
}


table.dataTable thead .sorting_asc:after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content: "\f160";

}

table.dataTable thead .sorting_desc:after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content: "\f161";
}


table.dataTable.no-footer{
    border-bottom: 1px solid #dee2e6 !important;
}


.dataTables_wrapper .dataTables_info{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-top: 15px !important;
    float: left;
}

.dataTables_wrapper .dataTables_paginate{
    float: right;
}


.footer-status{
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    color: #868686;
    margin-top: 0;
    margin-left: 0;
}
.btn-active{
    float: left;
    width: 15px;
    height: 6px;
    margin-top: 11px;
    margin-right: 12px;
    border-radius: 5px;
}
.form-control{
    font-size: 14px;
}
.form-inline{
    display: block;
}

.form-inline label{
     display: block;
}
.form-inline .form-control{
    height: 30px;
    margin: 0 5px;
}

.form-inline .badge{
    display: inline-block;
    padding: 6px 10px 5px 10px;
    width: 100%;
    letter-spacing: 0.04em;
    font-weight: normal;
}

.dataTables_length{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 13px;
    margin-left: 0;
    margin-bottom: 10px;
    width: auto;
    float: left;
    line-height: 30px;
}

.dataTables_length select{
    font-family: Arial, Helvetica, sans-serif;
    height: 30px !important;
    width: 75px;
    float: right;
    margin-left: 10px;
    font-size: 13px;
    border: 1px solid #dadce0;
    border-radius: 4px;
}

.footer{
    margin: 0;
    padding: 0;
}

.footer-pagi{
    position: absolute;
    float: right;
    bottom: 15px;
    right: 0;
}

.footer-length{
    float: left;
    width: auto;
    flex: inherit;
    max-width: inherit;
}

.footer-length .dataTables_length{
    margin-top: 10px;
}

.dataTables_filter{
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    line-height: 30px;
    font-size: 13px;
    color: #666 !important;
}

.dataTables_filter input{
    height: 30px;
    width: 180px;
    float: right;
    margin-left: 10px;
    border: 1px solid #dadce0;
    border-radius: 4px;
}

.btn-plus{
    background-color: #51d1b2;
    border: 0;
    padding: 2px 15px 0;
    color: #fff;
    height: 30px;
    line-height: 20px;
    border-radius: 0;
    font-size: 13px !important;
    letter-spacing: 0.04em;
}

.btn-plus i{
    color: #fff;
    font-size: 14px !important;
    margin-right: 5px;
    margin-top: 4px !important;
}

.btn-cancel{
    background-color: #607d8b;
    border: 0;
    padding: 2px 15px 0;
    color: #fff;
    height: 30px;
    line-height: 20px;
    border-radius: 0;
    font-size: 13px !important;
    letter-spacing: 0.04em;
}
.btn-cancel:hover{
    background-color: #495e69;
}


.btn-download{
    background-color: #3385c6;
    border: 0;
    padding: 2px 15px;
    color: #fff;
    height: 30px;
    line-height: 20px;
    border-radius: 0;
    font-size: 13px !important;
}

.btn-download i{
    color: #fff;
    font-size: 14px !important;
    margin-right: 5px;
}

.btn-import{
    background-color: #c77966;
    border: 0;
    padding: 2px 15px 0;
    color: #fff;
    height: 30px;
    line-height: 20px;
    border-radius: 0;
    font-size: 13px !important;
}
.btn-import:hover{
    color: #fff;
    background-color: #c7462e;
}
.btn-import i{
    color: #fff;
    font-size: 14px !important;
    margin-right: 5px;
}
.dropdown .btn-list{
    color: #ff7f00;
    font-size: 20px;
}
.dropdown .btn-list:hover{
    color: #000;
}

.dropdown-member{
    left: inherit !important;
    top: -35px !important;
    right: -30px !important;
    width: 170px;
}

.dropdown-member .dd-right{
    position: absolute;
    right: -10px;
    top: -1px;
    font-size: 24px;
    color: #d0d0d0;
}
.dropdown-member ul {
    display: block;
    margin: 0;
    padding: 0;
}

.dropdown-member ul li{
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #e6e6e6;

}
.dropdown-member ul li:hover{
    background-color: #f4f4f4;
}

.dropdown-member ul li a{
    color: #464646;
    display: block;
}
.dropdown-member ul li:hover a{
     color: #000;
}

.dropdown-member ul li i{
    margin-right: 5px;

}

.page-table-top,
.page-table-top2{
    position: relative;
}

.page-table-top .dataTables_filter{
    position: absolute;
    margin-right: 170px;
    top:-60px;
    right: 0;
}

.page-table-top2 .dataTables_filter{
    position: absolute;
    margin-right: 15px;
    top:-60px;
    right: 0;
}

.page-table-top2.t2 .dataTables_filter{
    position: absolute;
    margin-right: 15px;
    top: 2px;
    right: 0;
}

.dtr-details li{
    padding: 5px 0;
}

.dtr-details li .dtr-title{
    font-weight: bold;
}

.page-table-top .dropdown{
    max-width: 120px;
    min-width: 105px;
}

.page-table-top .dropdown button{
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    padding: 4px 13px 3px 13px;
}

.page-table-top .dropdown-menu{
    position: absolute;
    top: 100%;
    left: inherit;
    right: 0px !important;
    width: 165px;
    padding: 0px 0;
    margin: 0;
    font-size: 13px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 3px;
}

.table-option-select{
    position: absolute;
    top: 2px;
    left: 200px;
    z-index: 100;
}

.table-option-select label{
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    padding-right: 10px;
    line-height: 30px;
    letter-spacing: normal;
    font-size: 13px;
}
.table-option-select select{
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0 5px;
}


.table-option-btn{
    position: relative;
    float: right;
    top: 2px;
    right: 0;
    z-index: 100;
    margin-bottom: 10px;
}

@media (max-width:1280px){

    .btn-download{
        clear: both;
        margin-top: 0px;
    }

    .page-table-top2 .table-option-select{
        position: relative;
        top: -10px;
        left: inherit;
        z-index: 100;
    }

    .page-table-top2 .dataTables_filter {
        position: absolute;
        margin-right: 15px;
        top: -40px;
        right: 0;
    }

    .page-table-top2 .table-option-btn{
        position: absolute;
        float: right;
        top: 30px;
        right: 15px;
        z-index: 100;
    }

}

.table-option-btn a,
.table-option-btn button{
    float: left;
    display: block;
    color: #333;
    height: 30px;
    line-height: 29px;
    background-color: #f9f9f9;
    padding: 0 25px;
    border: 1px solid #d7d7d7;
    text-align: center;
    margin-left: -1px;
    font-weight: normal !important;
}
.table-option-btn a i,
.table-option-btn button i{
    margin-right: 5px;
    font-size: 13px;
    color: #ed7262;
}

.table-option-btn a:hover,
.table-option-btn button:hover{
    color: #007bff;
    border: 1px solid #d7d7d7;
}

.table-option-btn a:hover i,
.table-option-btn button:hover i{
    color: #666;
}

.dataTables_info{
    margin-left: 0;
}

.dataTables_wrapper thead tr th.sorting{
    cursor: pointer;
}


@media screen and (max-width:768px){

    .table-custom tr td{
        padding-left: 28px !important;
    }
    .footer-pagi{
        position: relative;
        float: right;
        bottom: inherit;
        right: inherit;
    }

    .table-option-select{
        position: relative;
        top: inherit;
        left: inherit;
        float: left;
        margin: 10px 0px;
        z-index: 100;
    }

    .table-option-select label{
        float: left;
        clear: both;
        padding-right: 10px;
        line-height: 30px;
    }
    .table-option-select select{
        float: right;
        height: 30px;
    }

    .page-table-top2 .dataTables_filter{
        position: relative;
        top: inherit;
    }

    .table-option-btn{
		position: absolute !important;
		float: left !important;
		top: 1px !important;
		right: 0px !important;
		z-index: 100;
    }

    .table-option-btn a{
        height: 28px;
        line-height: 26px;
        font-size: 12px;
        padding: 0 7px;
        text-align: center;
        margin-left: -1px;
        margin-bottom: 5px;
    }

    .table-option-btn a i{
        margin-right: 1px;
        font-size: 9px;
        color: #666;
    }

    .table-option-btn a:hover{
        color: #007bff;
        background-color: #dbdbdb;
    }

    .dataTables_info{
        margin-left: 0;
    }

    .page-table-top .dataTables_filter{
        position: relative;
        margin: 0;
        top: inherit;
        float: left !important;
    }

    .dataTables_length{
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 0;
    }

    .dataTables_info{
        margin: 0;
        padding: 0 15px;
        margin-top: -10px !important;
    }

    .dataTables_filter input {
        height: 30px;
        width: 150px;
        float: right;
        margin-left: 10px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button{
        font-size: 13px !important;
    }
    .footer-pagi {
        margin-left: 0;
    }
    .child ul{
        padding: 0;
        margin: 0;
    }
    .child ul li{
        display: block;
        padding: 3px 0;

    }
    .child ul li .dtr-title{
        font-weight: bold;
    }

    .child ul li .dtr-title .dropdown{
        display: none;
    }

    table.dataTable.nowrap td{
        position: relative;
    }
    table.dataTable tr th:first-child,
    table.dataTable tr td:first-child{
        padding-left: 25px !important;
    }
    .dataTables_wrapper .sorting_1:before{
        top: 8px;
        left: 5px;
        height: 14px;
        width: 14px;
        display: block;
        position: absolute;
        color: white;
        border: 2px solid white;
        border-radius: 14px;
        box-shadow: 0 0 3px #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: 'Courier New', Courier, monospace;
        line-height: 14px;
        content: '+';
        background-color: #0275d8;
    }

}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    font-size: 8px;
    float: right;
    margin-top: 3px;
    margin-right: 5px;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.pagination {
    float: right;
    display: inline-block;
    padding-left: 0;
    margin: 14px 15px 0;
    border-radius: 4px
}

.setting-logo .title{
    font-family: 'K2D-Bold';
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.setting-logo .title i{
    margin-right: 12px;
    float: left;
    margin-top: 3px;
}
.setting-logo .title p{
    margin-bottom: 5px;
}

.image-logo{
    position: relative;
    float: left;
    width: 180px;
    height: 150px;
    border: 1px solid #dfdfdf;
    margin-left: 15px;
    text-align: center;
    overflow: hidden;
}

.image-logo i{
    font-size: 90px;
    margin-top: 25px;
    color: #777777;
}

#logo-bill .image-logo i{
    font-size: 58px;
    margin-top: 18px;
}

.image-logo img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.image-browse{
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}

.image-browse label{
    font-family: 'K2D-Regular';
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #000;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    background-color: #e9e9e9;
    cursor: pointer;
    font-weight: bold;
}

.image-browse label:hover{
    background-color: #fafafa;
}

.btn-update{
    color: #000;
    border: 1px solid #dfdfdf;
    background-color: #e9e9e9;
    margin-top: 15px;
    margin-left: 72px;
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
    letter-spacing: 0.04em;
    font-weight: bold;
}
.btn-update:hover{
    color: #000;
    background-color: #fafafa;
    border: 1px solid #dfdfdf;
}

.btn-update[disabled]{
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
    color: #8e8e8e;
    opacity: 1;
    cursor: no-drop;
}

@media screen and (max-width:768px){

    .image-logo{
        width: 180px;
        height: 150px;
        margin-left: 28px;
    }

    .image-browse{
        float: left;
        margin-top: 10px;
        margin-left: 26px;
        text-align: center;
    }

    .image-browse label:hover{
        background-color: #e9e9e9;
    }

    .btn-update{
        margin-top: 15px;
        margin-left: 47px;
    }

    .form-title{
        margin-left: 15px;
    }

    .btn-import{
        padding: 3px 10px 0;
        height: 30px;
        font-size: 13px !important;
    }

    .btn-plus {
        padding: 8px 10px 0;
        color: #fff;
        height: 30px;
        font-size: 13px !important;
    }

}

.form-group{
    font-family: Arial, Helvetica, sans-serif;
}

.form-group .label{
    font-size: 13px;
}

.label-control{
    font-family: sans-serif;
    font-size: 14px;
    color: #757575 !important;
    padding-left: 0 !important;
    padding-bottom: 3px !important;
    padding-top: 10px !important;
}

.label-control strong{
    font-weight: normal;
}

.form-group.error label{
    color: #f00;
}

.form-group.error input,
.form-group.error textarea,
.form-group.error select {
    border: 1px solid #f00 !important;
    background-color: #ffeaea !important;
}

.form-group.success input,
.form-group.success textarea,
.form-group.success select{
    border: 1px solid #2faa3d !important;
    background-color: #ecfbee !important;
}

.form-group input.strong,
.form-group textarea.strong,
.form-group select.strong{
    border: 1px solid #2faa3d !important;
    background-color: #ecfbee !important;
}

.form-group.success input.error,
.form-group.success textarea.error,
.form-group.success select.error{
    border: 1px solid #f00 !important;
    background-color: #fff8f8 !important;
}

.form-group input.error,
.form-group textarea.error,
.form-group select.error{
    border: 1px solid #f00 !important;
    background-color: #fff8f8 !important;
}
/*

.form-group.success i{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #2faa3d;
}
*/

.d-flex{
    font-family: 'K2D-Regular';
    letter-spacing: 0.04em;
}

.modal-footer{
    display: block;
    padding-bottom: 20px;
}

#form-add{
    font-family: 'K2D-Regular';
}
#form-add .modal-body{
    padding-top: 0;
}
#form-add .title{
    color: #333;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #cccccc;
}

#form-add .title label{
    margin: 0;
}

#form-add .form-group{
    margin-bottom: 15px;
}

#modelAddUser #form-add .form-group{
    margin-bottom: 5px;
}

#form-add .form-group label{
    color: #757575;
    padding: 0 0px;
    margin: 0;
}
#form-add .form-group label strong{
    font-weight: normal;

}

#form-add .form-control{
    height: 40px;
    padding: 10px 10px;
}

#form-add textarea.form-control{
    height: auto;
}

.show-pass{
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 100;
    color: #0259b5;
    cursor: pointer;
}
.show-pass:hover{
    color: #000;
}


.required label:before{
    content: '*';
    float: right;
    color: #f00;
    font-size: 18px;
    line-height: 16px;
    margin-left: 3px;
    margin-top: 6px;
}
input.red,
input.error{
    border: 1px solid #f00 !important;
    background-color: rgba(255, 0, 0, 0.18);
}

input.strong{
    border: 1px solid #00b736 !important;
    background-color: rgba(0, 183, 54, 0.16);
}

input.good{
    border: 1px solid #f76216 !important;
    background-color: rgba(247, 98, 22, 0.2);
}

input.weak{
    border: 1px solid #eea200 !important;
    background-color: rgba(238, 162, 0, 0.24);
}

.input-color{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    border: 0;
    margin-left: 0px;
    padding: 0 2px;
    border: 1px solid #dadce0;
    background-color: #dadce0 !important;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.toggle.btn{
    width: 60px !important;
    height: 26px !important;
    line-height: 26px;
    background-color: #fff !important;
    border-color: #fff !important;
    text-transform: uppercase;
}
.toggle .toggle-on,
.toggle .toggle-off{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000;
    font-weight: bold;
}
.toggle .toggle-group{
    width: 157%;
}

.toggle.btn.off .toggle-group{
    width: 242%;
}
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
    border-radius: 20px;
}
.toggle.ios{
    border: 1px solid #afafaf  !important;
}

.toggle.ios .toggle-handle {
    border-radius: 20px;
}
.toggle.btn.off .toggle-off{
    left: 32%;
}
.toggle-on{
    color: #282a29 !important;
    font-weight: bold;
}
.toggle-off{
    color: #282a29 !important;
    font-weight: bold;
}
.toggle-on.btn,
.toggle-off.btn{
    line-height: 15px;
    font-size: 12px;
}
.toggle-handle {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 0;
    display: block;
    padding: 9px !important;
    border: 3px solid #fff !important;
    background-color: #26c71f !important;
}

.off .toggle-handle {
    background-color: #b6b6b6 !important;
}

.title-theme{
    float: left;
    margin-top: 0px;
    margin-left: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
}


.box-fixed{
    padding-left: 92px;
    zoom: 0.9
}

.box-fixed .title{
    clear: both;
    font-size: 15px;
    padding-left: 25px;
    margin-top: -8px;
    margin-bottom: 20px;
    float: left;
}


.theme-color{
    text-align: center;
}

.theme-color .btn-color{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 10px 5px 0;
    border-radius: 50%;
}

.theme-color .btn-color i{
    color: #fff;
    float: left;
    font-size: 12px;
    margin-top: 12px;
    margin-left: 11px;
}

.theme-color .btn-color.color1{
    background-color: #838d99;
}

.theme-color .btn-color.color2{
    background-color: #3385c6;
}

.theme-color .btn-color.color3{
    background-color: #68c182;
}

.dataTables_wrapper .dataTables_paginate{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    float: left;
    font-size: 13px;
    margin-left: -1px !important;
    
}
.dataTables_wrapper .dataTables_paginate span{
    float: left;
}
.dataTables_wrapper .dataTables_paginate span.ellipsis{
    padding: 0px 5px;
    border: 1px solid #ccc;
    margin-left: -1px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    z-index: 3;
    color: #007bff !important;
    background-color: #eee !important;
    border-color: #ddd !important;
    background-image: none !important;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #007bff !important;
    border: 0;
    color: #fff !important;
    border-color: #007bff !important;
    background-image: none !important;
    padding: 2px 7px;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button{
    color: #777 !important;
    cursor: not-allowed;
    padding: 1px 7px;
    background-color: #fff !important;
    border: 1px solid #ccc;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #777 !important;
    cursor: not-allowed;
    padding: 1px 7px;
    background-color: #fff !important;
    border: 1px solid #ccc;
}

.form-profile input[type="text"],
.form-profile input[type="password"],
.form-profile select{
    height: 45px;
}

.form-profile .md-form.md-outline label{
    margin-top: 5px;
    padding-left: 10px !important;
}

.form-profile .md-form.md-outline label.active{
    margin-top: 0;
    font-size: 16px;
}

.profile-right{
    font-family: Arial, Helvetica, sans-serif;
    border-left: 2px solid #e0e0e0;
    padding-top: 40px;
    margin-top: -20px;
    min-height: 700px;
    padding-left: 40px;
    padding-right: 40px;
}

.profile-complete{
    padding-top: 50px;
    font-size: 14px;
    margin: 0 auto;
    width:  260px;
}


.profile-complete [class*='text']{
    padding: 2px 0;
}

.profile-complete .chart{
    width: 90px;
    height: 90px;
    float: left;
    margin-top: -10px;
    margin-right: 20px;
}

.roles_user{
    margin-top: 15px;
    color: #0079c4;
    font-weight: bold;
}


.image-logo2{
    position: relative;
    width: 120px;
    height: 120px;
    border: 5px solid #d6d6d6;
    background-color: #206ba4;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
}
.image-logo2 i{
    font-size: 62px;
    margin-top: 25px;
    color: #fff;
}

.image-logo2 img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.btn-image{
    padding: 2px 10px;
    margin-top: 15px;
    font-size: 11px;
    letter-spacing: 0.05em;
    font-weight: normal;
}

.alert{
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: normal;
}

@media screen and (max-width:1280px){

    .profile-right{
        padding-top: 20px;
        margin-top: 0;
        min-height: 800px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }

}

@media screen and (max-width:768px){

    .profile-complete .chart{
        zoom: 0.8;
        margin-top: 0px;
    }

    .profile-right{
        border-left: 0;
        padding-top: 20px;
        margin-top: 0;
        min-height: inherit;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
    }

}

.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 60px;
    border-radius: 20px;
    height: 26px;
    border: 2px solid #000;
    background-color: transparent;
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000;
    content: " ";
    position: relative;
    left: 3px;
    transition: all 0.3s ease;
    box-shadow: none;
    top: 3px;
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 36px;
    top:3px;
    background: #fff;
}

/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: rgb(0, 105, 217);
    border-color: rgb(0, 105, 217);
    /*box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;*/
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: transparent;
    border-color: red;
    /* box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;*/
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}



table.dataTable thead .sorting:after{
    content: '' !important
}
table.dataTable thead .sorting_asc:after{
    content: '' !important
}
table.dataTable thead .sorting_desc:after{
    content: '' !important
}

.mdb-main-label{
    font-family: Arial, Helvetica, sans-serif;
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0 !important;
}

.image-product{
    position: relative;
    float: left;
    text-align: center;
    background-color: #f1f1f1;
    border: 1px dotted #ccc;
    margin: 10px;
    padding: 5px;
    height: 150px;
    width: 150px;
}

.image-product:hover{
    background-color: #eee;
    border: 1px dotted #0079c4;
}


.image-product img{
    max-width: 100%;
    max-height: 100%;
}

.image-product label{
    display: block;
    height: 140px;
    width: 140px;
    overflow: hidden;
}

.image-product span{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    text-align: center;
    padding: 8px 5px 0;
    background-color: #fff;
    font-size: 11px;
}

.image-product span i{
    font-size: 17px;
}
.image-product:hover img{
    opacity: 0.5;
}
.image-product:hover span{
    display: block;
}


.box-image{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 -10px;
}

.box-image small{
    display: block;
    padding: 15px 10px 5px;
}

.image-product{
    position: relative;
    float: left;
    text-align: center;
    background-color: #f1f1f1;
    border: 1px dotted #ccc;
    border-radius: 4px;
    margin: 10px;
    padding: 0px;
    height: 120px;
    width: 140px;
    overflow: hidden;
}

.image-product .icon-image{
    margin-top: 15px;
}

.image-product .icon-image i{
    font-size: 60px;
    line-height: 60px;
}

.image-product .icon-image strong {
    display: block;
    font-size: 12px;
    color: #808080;
}

.image-product:hover{
    background-color: #eee;
    border: 1px dotted #0079c4;
}

.image-product label{
    position: relative;
    display: block;
    height: 120px;
    width: 140px;
    overflow: hidden;
    cursor: pointer;
}

.image-product img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    background-color: #fff;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.image-product .loading{
    z-index: 100;
    width: 140%;
    max-width: initial;
    height: 100%;
}

.image-product span{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    text-align: center;
    padding: 8px 5px 0;
    background-color: #fff;
    font-size: 11px;
}

.remove-image{
    position: absolute;
    top: 5px;
    right: 10px;
    color: #666;
    z-index: 101;
}

.remove-image:hover{
    color: #000;
}

.image-product span i{
    font-size: 17px;
}
.image-product:hover img{
    opacity: 0.5;
}
.image-product:hover .loading{
    opacity: 1;
}
.image-product:hover span{
    display: block;
}
.image-product:hover .icon-image{
    opacity: 0.5;
}

.modal .modal-title {
    font-family: 'K2D-Regular';
    font-weight: bold;
}

.modal .close{
    font-size: 38px;
    line-height: 30px;
    padding: 0;
    float: right;
    margin-top: -5px !important;
    margin-right: 0px;
    border: 0;
    color: #666;
    background-color: transparent;
}
.modal .close:hover{
    color: #000;
}

#showGallerySlide .close{
    position: absolute;
    right: 10px;
    top: 5px;
    margin-top: 0 !important;
    z-index: 1000;
}

.carousel-control-next, .carousel-control-prev{
    width: 10%;
}

.highcharts-title tspan{
    color: #fff !important;
    fill: #fff !important;
}

@media print {

    html, body{
        background-color: #fff;
    }

    body{
        padding: 40px;
    }
    
    .navbar-brand{
        text-decoration: none !important;
    }

}

.scrollbar {
    float: left;
    width: 100%;
    overflow-x: auto;
}

.force-overflow {
    width: 100%;
}
    
 .scrollbar-primary::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #ffffff47; 
}
    
.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    background-color: #fff; 
}
    
.scrollbar-primary {
    scrollbar-color: #fff #F5F5F5;
}
   

  .autocomplete {
    position: relative;
    display: inline-block;
  }
  
  .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
  }
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  
  .autocomplete-items div:hover {
    background-color: #e9e9e9; 
  }
  
  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }
    
.modal-title{
    color: #0079c4;
}
    
.box {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 20px;
}

.box .box-title{
    font-family: 'K2D-Regular';
    font-weight: bold;
    font-size: 17px;
    color: #4b4b4b;
    padding: 0 5px 7px 0;
    width: 100%;
}

.box.box-primary .box-title{
    border-bottom: 2px solid #e0e0e0;
}

.box.box-warning .box-title{
    border-bottom: 2px solid #e0e0e0;
}

.box .box-title i{
    font-size: 14px;
    float: left;
    margin-top: 3px;
    margin-right: 13px;
}

.box .box-content{
    padding:0;
}

.box .box-content table tr th,
.box .box-content table tr td{
    padding: 5px 5px !important;
}

.line-form{
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    font-family: 'K2D-Regular';
}


.box-summary-text{
    background-color: #70c2b4;
    border-radius: 4px;
    height: 80px;
    padding: 22px 20px 10px 20px;
    color: #fff;
    margin-top: 20px;
}

.box-summary-text.b2{
    background-color: #7eca98;
}
.box-summary-text.b3{
    background-color: #d8cc61;
}
.box-summary-text.b4{
    background-color: #ff7549;
}
.box-summary-text span{
    font-size: 16px;
}
.box-summary-text .num{
    font-weight: bold;
    font-size: 27px;
    line-height: 24px;
    letter-spacing: 0.04em;
}
.box-summary-text i{
    float: right;
    font-size: 54px;
    margin-top: -32px;
}

.table-main-logs{
    margin:0;
    font-family: SANS-SERIF;
}
.table-main-logs th{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
    border-bottom: 1px solid #eaeaea;
}
.table-main-logs td{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 21px;
    border-bottom: 1px solid #eaeaea;
}

.line-none1{
    position: relative;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    height: 400px;
}
.bar-none{
    position: absolute;
    bottom: 0;
    width: 10%;
    background-color: #efefef;
}

.popup-setting{
    display: none;
    position: fixed;
    background-color: #0000005c;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}

.settings-step{
    position: relative;
    background-color: #fff;
    padding: 15px 15px 25px;
}

.settings-step.active{
    z-index: 1000;
}

.settings-step2{
    display: inline-block;
    padding-right: 20px;
}
.settings-step3{
    display: inline-block;
    padding-right: 20px;
}
.settings-step4{
    display: inline-block;
    padding-right: 20px;
}

.step{
    display:none;
    position: absolute;
    left: 100%;
    bottom: 32%;
    width: 280px;
    max-width: 100%;
    z-index: 100000;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.step .arrow{
    position: absolute;
    display: block;
    width: 20px;
    height: 10px;
    margin: 0 10px;
    left: -18px;
    bottom: 22px;
}
.step .arrow::before{
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    left: 0;
    border-right-color: rgba(0,0,0,.25);
    border-width: .5rem .5rem .5rem 0;
    box-sizing: border-box;
}
.step .arrow::after{
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    left: 1px;
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    box-sizing: border-box;
    
}
.step strong{
    font-size: 14px;
}

.step.step1{
    left: 50%;
    width: 355px;
    margin-left: -140px;
    top: 0;
    bottom: initial;
}

.step.step3{
    margin-left: -25%;
}

.step.step4{
    margin-left: -30%;
}

.step.step1 strong{
    font-size: 14px;
    color: #b58904;
}

.step.step1 strong i{
    font-size: 20px;
    color: #4CAF50;
    margin-bottom: 8px;
}

.main.step2{
    top: 80px;
    left: 5px;
    bottom: inherit;
}

.main.step3{
    top: 134px;
    left: 5px;
    bottom: inherit;
    margin-left: 0;
}

.main.step4{
    top: 80px;
    left: 5px;
    bottom: inherit;
    margin-left: 0;
}

.main.step5{
    top: 304px;
    left: 5px;
    bottom: inherit;
    margin-left: 0;
}

.step.main .arrow{
    position: absolute;
    display: block;
    width: 20px;
    height: 10px;
    margin: 0 10px;
    left: -18px;
    bottom: inherit;
    top: 25px;
}

.step.step5 .arrow{
    position: absolute;
    display: block;
    width: 20px;
    height: 10px;
    margin: 0 10px;
    left: -18px;
    top: 35px;
    bottom: initial;
}


.step p{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 13px;
}

.step .step-num{
    margin-top: 5px;
}

.line-step{
    border-bottom: 1px solid #e0e0e0;
}


.report-footer{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-left: 165px;
    padding-right: 15px;
}

.report-footer ul{
    margin:0;
    padding:0;
    border-left: 2px solid #e0e0e0;
}

.report-footer ul li{
    display: block;
    width: 20%;
    height: 130px;
    float: left;
    padding: 13px 10px;
    text-align: center;
    background-color: #f2f2f2;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.report-footer ul li p{
    margin:0;
}
.report-footer ul li p i{
    font-size: 28px;
}

.report-footer ul li strong{
    font-size: 14px;
    display: block;
    padding: 0;
    color: #333;
    font-weight: bold;
}
.report-footer ul li i{
    font-size: 17px;
    font-style: inherit;
}

.report-footer ul li span{
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #3e3e3e;
}
.report-footer ul li a{
    font-size: 13px;
    color: #FF5722;
}



.select-th{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    border-radius: 0;
    float: left;
    width: 100%;
    height: 100% !important;
    max-width: 350px;
    max-height: 70px;
    font-size: 13px;
    text-align: center;
    background-color: #FF9800;
    color: #fff;
    border: 0;
    padding: 0 5px;
}
.select-th:focus{
    background-color: #FF9800;
    color: #fff;
}

.select-th:hover{
    background-color: #FF9800;
    color: #fff;
}
.select-th option{
    background-color: #fff;
    color: #000;
}

.table-top-detail tr td{
    padding: 5px;
}

.table-order-detail tr td{
    padding: 5px;
}


.autocomplete {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    font-size: 13px;;
    z-index: 1000;
}
  
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
}
  
.autocomplete-items div {
    padding: 5px 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
}
  
.autocomplete-items div:hover {
    background-color: #e9e9e9; 
}
  
.autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
}

.autocomplete .dropbtn {
    background-color: transparent;
    color: #000;
    padding: 8px 6px 6px;
    font-size: 12px;
    line-height: 20px;
    border: none;
    cursor: pointer;
    text-align: center;
}
.autocomplete .dropbtn i{
    font-size: 13px;
}
.autocomplete .dropbtn:hover, .autocomplete .dropbtn:focus {
    background-color: transparent;
}
.autocomplete .dropdown {
    position: absolute !important;
    display: block;
    float: right;
    right: 0;
    top: 0;
}
.autocomplete .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 450px;
    max-height: 400px;
    overflow: auto;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}
.autocomplete .dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #e4e3e3;
}
.autocomplete .dropdown-content a:hover {background-color: #ddd}
.autocomplete .show {display:block;}


div.dataTables_wrapper div.dataTables_filter input{
    float: right;
}

div.dataTables_wrapper div.dataTables_length select{
    float: none;
}

div.dataTables_wrapper .page-link{
    padding: 2px 7px;
    color: #777 !important;
}
div.dataTables_wrapper .page-item.disabled .page-link{
    background-color: #fff;
    border-color: transparent;
    padding: 0px 0px;
}

.page-item.active .page-link{
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:first-child{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.md-form .form-control:disabled, .md-form .form-control[readonly]{
    background-color: #f3f3f3 !important;
    cursor: no-drop;
}

#spreadsheet{
    margin-top: -55px;
}

.jexcel.jexcel_overflow{
    width: 100%; 
}

.jexcel>thead>tr>td{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal !important;
    padding: 8px 10px !important;
    color: #fff;
    font-size: 13px;
    background-color: #348ad4 !important;
    border-left: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-right: 0;
}
.jexcel>tbody>tr>td{
    height: 30px !important;
}
.jexcel_pagination{
    display: none;
}

.jexcel_pagination>div{
    padding: 0 0 20px !important;
    display: none !important;

}
.jexcel_page{
    display: none;
}

.jexcel_filter select {
    font-family: Arial, Helvetica, sans-serif;
    height: 30px !important;
    width: 65px;
    margin-left: 10px;
    font-size: 13px;
    border: 1px solid #dadce0;
    border-radius: 4px;
}


.jexcel_filter div:last-child{
    display: none;
}

.table-sheet tr td{
    position: relative;
    background-color: #fff !important;
    padding: 4px 10px !important;

}

.table-sheet tr td.disable,
.table-sheet tr:hover td.disable{
    background-color: #ececec !important;
}

.table-sheet tr td span{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 36px;
    top: 0;
    left: 0;
    padding: 0 10px;
}

.table-sheet tr td input[type=text]{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 0;
    
}

.table-sheet tr td select{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 0;
    
}

.table-sheet tr td select:focus,
.table-sheet tr td input[type=text]:focus {
    border: 1px solid #5d5d5d;
    outline: none;
    box-shadow: 0;
}

.table-sheet tr:hover td{
    background-color: #fff !important;
}


.loading-datatable{
    position: absolute;
    top: -3px;
    left: 18px;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-image: url(../../images/loading-table.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    z-index: 1;
}

.modal-backdrop.show{
	opacity: .8 !important;
}


.dropzone{
    width: 100% !important;
    margin: 20px auto;
    overflow: auto;
    height: 500px;
    border: 2px dotted #257dc5 !important;
}
.dropzone.dropzone-image{
    background-image: url(../../images/bg_upload_image.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.dropzone.dropzone-file{
    background-image: url(../../images/bg_upload_file.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.dropzone .title-upload{height: 200px; line-height: 200px; position: absolute; z-index: 10000; margin-left: 35%; top: 10%;}

.bg-folder{padding: 5px 0; padding-bottom: 20px; margin: 0; width: 100%}
.bg-folder ul{margin: 0; padding: 0;}
.bg-folder li{width: 200px; height: 180px; margin: 0; padding: 0; list-style-type: none; margin-right: 10px; display: inline-block; overflow: hidden;}
.bg-folder a{color: #000; font-weight: bold;}
.bg-folder li:hover{background-color: #257dc5;}
.bg-folder li:hover a{color: #fff;}
.bg-folder li img{width: 100px; height: 100px;}
.bg-folder li a h5{text-align: center; height: 10px; line-height: 5px; margin-top: 0}
.bg-folder li .img-ex{width: 150px; height: 150px; position: absolute; z-index: 1; top: 42px; margin-left: 44px}
.bg-folder li a .img-ex img{width: 50px; height: 35px; margin: 0 7px 10px 0}
.bg-folder li .btn-folder {z-index: 1000; position: absolute; margin: 3px 140px; display: none}
.bg-folder li:hover .btn-folder {display: block;}

.bg-image{padding: 5px; align-content: center;}
.thumbnail-custom{width: 170px; height: 160px;}
.thumbnail-custom img{width: 170px; height: 120px;}

.upload-ing-note{
    font-family: 'K2D-Regular';
    margin: 0;
    font-size: 13px;
}

/*-------------------------
		Icons
-------------------------*/


.bg-folder li .icon {
    margin: 10px auto;
    font-size: 13px;
}
.bg-folder .icon.folder {
    margin-left: 12%;
    display: inline-block;
    background-color: transparent;
    overflow: hidden;
}
.bg-folder li .icon.folder:before {
    content: '';
    float: left;
    background-color: #7ba1ad;

    width: 100px;
    height: 15px;

    margin-bottom: -0.2em;

    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;

    box-shadow: 1.25em 0.25em 0 0em #7ba1ad;
}
.bg-folder li .icon.folder:after {
    content: '';
    float: left;
    clear: left;

    background-color: #a0d4e4;
    width: 150px;
    height: 100px;

    border-radius: 0.1em;
}
.bg-folder li .icon.folder.full:before {
    height: 0.55em;
}
.bg-folder li .icon.folder.full:after {
    height: 120px;
    box-shadow: 0 -0.12em 0 0 #fff;
}

.bg-folder1{
    position: relative;
    float: left;
    width: 200px;
    padding: 10px 25px;
    margin: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
}

.bg-folder1 .folder{
    display: block;
    width: 150px;
    height: 130px;
    background-image: url("../../images/directory.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-folder1 .img-ex{
    position: absolute;
    width: 120px;
    height: 150px;
    top: 40px;
    left: 30px;
    margin-top: 3px;
    margin-left: 15px;
}

.bg-folder1 .img-ex .img-thumb{
    float: left;
    width: 50px;
    height: 35px;
    margin-left: 3%;
    margin-bottom: 2px;
    overflow: hidden;
}

.bg-folder1 .img-ex .img-thumb img{
    max-width: 100%;
    height: 100%;
}

.bg-folder1 .image{
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
}

.bg-folder1 .image table tr td{
    width: 100%;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

.bg-folder1 .image img{
    max-width: 100%;
    max-height: 100%;

}

.bg-folder1 .name{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    height: 26px;
    overflow: hidden;
    text-align: center;
    color: #333;
    word-break: break-all;
}

.bg-folder1:hover{
    background-color: #257dc5;

}

.bg-folder1:hover .name{
    color: #fff;
}

.bg-folder1 .btn-folder {z-index: 1000; position: absolute; margin: 3px; right: 10px; display: none}
.bg-folder1:hover .btn-folder {display: block;}

.bg-folder2{
    position: relative;
    float: left;
    width: 105px;
    padding: 5px;
    margin: 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
}

.bg-folder2 .folder{
    display: block;
    width: 95px;
    height: 64px;
    background-image: url("../../images/folder.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-folder2 .img-ex{
    position: absolute;
    width: 67px;
    height: 68px;
    top: 20px;
    left: 20px;
}

.bg-folder2 .img-ex .img-thumb{
    float: left;
    width: 44%;
    height: 20px;
    margin-left: 3%;
    margin-bottom: 2px;
    overflow: hidden;
}

.bg-folder2 .img-ex .img-thumb img{
    width: 100%;
    min-height: 100%;
}

.bg-folder2 .image{
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
}

.bg-folder2 .image table tr td{
    width: 100%;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

.bg-folder2 .image img{
    max-width: 100%;
    max-height: 100%;

}

.bg-folder2 .name{
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 13px;
    height: 26px;
    overflow: hidden;
    text-align: center;
    color: #333;
    word-break: break-all;
}

.bg-folder2:hover{
    background-color: #257dc5;

}

.bg-folder2:hover .name{
    color: #fff;
}




#gallery-image ul{margin: 0; padding: 0;}
#gallery-image ul li{
    display: block;
    float: left;
    width: 170px;
    margin: 5px 3px;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #efefef;
}

#gallery-image ul li a:hover {
    -webkit-box-shadow: 0px 0px 10px 0px #cccccc;
    -moz-box-shadow: 0px 0px 10px 0px #cccccc;
    box-shadow: 0px 0px 10px 0px #cccccc;
}

#gallery-image ul li .image{
    height: 120px;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
}

#gallery-image ul li .image table tr td{
    width: 100%;
    height: 120px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#gallery-image ul li .image img{max-width: 100%; max-height: 100%; margin: 0; padding: 0 }

#gallery-image ul li h5{
    display: block;
    height: 30px;
    color: #333;
    line-height: 15px;
    overflow: hidden;
    font-size: 10px;
    margin-top: 5px;
    word-break: break-all;
}

.loading-datatable{
    position: absolute;
    top: -3px;
    left: 18px;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-image: url(../../images/loading-table.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    z-index: 1;
}

.modal-backdrop.show {
    opacity: .8 !important;
}

.form-switch .form-check-input{
    width: 45px;
    height: 20px;
    margin-right: 5px;
}

.form-switch .form-check-label{
    color: #000;
    padding-top: 3px;
}

.table-search{
	border: 1px solid #ccc;
}
.table-search tr td{
    padding: 5px 5px;

}
.table-report{
    font-size: 11px;

}
.table-report tr th{
    padding: 5px 3px;
    text-align: center;
    background-color: #0079c4;
    color: #fff;
}
.table-report tr td{
    padding: 5px 3px;
}

@media screen and (max-width:768px){
	.report-footer{
		padding-left: 13px;
		zoom: 0.6;
	}
}