/* font code */
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  src: url(../font/dHyKSuGUJwXlu4qaNWEkoBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200B-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  src: url(../font/8O5aiUNTH89Tt5oLU5lQBBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  src: url(../font/cVAVxz7gXiGI2d7_GdXiuxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  src:  url(../font/nHnkARVDvJ7k5FQKdhjV11tXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* thai */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url(../font/VcBIOGXxp08iW8zks9yUFPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0E01-0E5B, U+200B-200D, U+25CC;
}
/* vietnamese */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url(../font/IxmUoSq3Eq8xdl9we0o_QPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url(../font/O_NrGbgzuFKyAg9JXutx2_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url(../font/so624u2w562OaE2DHdX71g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* end font code */

.sweet-alert[data-has-cancel-button=false][data-has-confirm-button=false] {
    padding-bottom:5px;
}

/* code for background image*/
.bg1 {
    background: url('../images/bgg.jpg') no-repeat center center fixed;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg2 {
    background: url('../images/bg2.jpg') no-repeat center center fixed;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* end of code*/

.breadcrumb-line > ul > li {
    color : #cacaca !important;
}

.breadcrumb > .active {
    color: #fff !important;
}
/* css for page 2 */
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.main-header {
    background-color: rgba(37, 44, 51, 0.7) !important;
    left: 0px;
}
.panel-flat > .panel-heading {
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal-header[class*=bg-] {
    padding: 10px 20px;
}
.panel-heading {
    padding: 5px 20px;
}
.breadcrumb-line:first-child {
    border-top-width: 0;
    border-bottom: 1px solid #37474F !important;
}
.main-content-no-left {
    left: 50px !important;
    padding: 15px;
}
.panel-body{
    padding-top:20px !important;
}
.containerr {
    padding-top: 40px !important;
    padding: 0px;
}
/* end css for page 2*/
.bg-slate-800 {
    background-color: #37474F !important;
}
.bg-grey-800 {
    background-color: #444444 !important;
}
.bg-teal-800 {
    background-color: #00695C !important;
}
.bg-brown-800 {
    background-color: #4E342E !important;
}
.bg-info-800 {
    background-color: #00838F !important;
}
.bg-brown-700 {
    background-color: #5D4037 !important;
}
.bg-brown-500 {
    background-color: #795548 !important;
}
.bg-brown-panel{
    background-color: #654e46 !important;
    color:#fff;
}


.img50 {
    width: 50px;
    height: 50px;
}
.img100 {
    width: 100px;
    height: 100px;
}


body {
    font-family: 'prompt' !important;
}

.navbar-header {
    min-width: 195px;
    background-color: #fff;
}

.navbar-inverse {
    border-bottom-color: #fff;
}

.navbar-brand {
    height: 50px;
}

.fix-navbar {
    border-width: 0px 0 !important;
    padding-right: 0px !important;
}

.fix-button-mobile {
    margin-left: 0px;
}

.icon32 {
    font-size: 37px;
}

.logo-img {
    width: 50px;
    height: 46px !important;
    margin-top: -11px !important;
    margin-left: -17px;
}
.navbar-nav > li > a {
    height: 50px;
    padding-top: 15px;
}
.bg-header {
    background-color: #b00007 !important;
}

.name-system {
    margin-top: -7px;
    color: #000;
    padding: 0px 20px;
    min-width: 187px;
}

.name-page {
    display: block;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #1f0d0b;
    margin-right: 20px;
}

.select-row{
    background-color: #214d54 !important;
    color: #fff;
}
.footer-content {
    position: relative;
    bottom: 0;
    right: 5px;
}

.img-content {
    width: 85px !important;
    height: 85px !important;
    border: 3px solid;
}

.fix-media-user {
    padding-top: 10px;
}

.left-content {
    background-color: rgba(38,45,48,0.8);
    width: 300px;
    height: 100%;
    position: absolute;
    margin-top: -100px;
}

.div-content {
    padding-left: 0px;
    padding-right: 0px;
}

.main-bg {
    background-color: rgba(86, 93, 95, 0.7);
    padding-left: 0px;
    padding-right: 0px;
}

.main-content {
    margin-left: 300px;
    height: 100%;
    position: relative;
}

.footer-content-desktop {
    bottom: 0;
    right: 5px;
    text-align: right;
}

.footer-content-mobile {
    margin-top: 5px;
    bottom: 0;
    right: 5px;
    float: right;
    display: none;
}

.color-dept {
    color: #2c6e61 !important;
    font-weight: bold;
}

.color-user {
    color: #fff !important;
}

.fix-txt-factory {
    padding-top: 30px !important;
}

.fix-media-line {
    padding-top: 20px;
}

.padding-top-bottom {
    padding-top: px !important;
}
.padding-bottom15{
    padding-bottom: 15px;
}
.padding-top15{
    padding-top:15px  !important;
}
body {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.vertical-middle {
    vertical-align: middle;
}

.clear-fix {
    padding: 20px 20px 20px 20px;
}

.body-content {
    margin-top: 100px;
}

.top-content {
    background-color: rgb(37, 44, 51);
    top: 0;
}

.top-content-fixed {
    background-color: rgb(37, 44, 51);
    position: fixed;
    top: 50px;
}

.name-module {
    background-color: #3b3838;
    margin-top: 0px;
}
.width-color{
    width:150px;
}
.width-btn{
    width:150px;
}
.th-color {
    padding: 5px;
    background-color: #3b3838;
    color: #ff0;
    text-align: center;
    font-weight: 300 !important;
}

.td-color {
    padding: 5px;
    background-color: #CDCDCD;
}
.upper-letter{
    text-transform:capitalize;
}

/* color code*/
.blue {
    color: #1E88E5;
}

.red {
    color: #f5695a;
}

.dark-yellow {
    color: #eeb404;
}

.yellow {
    color: #ff0;
}

.gray {
    color: #CDCDCD;
}

.black {
    color: #000;
}

.green {
    color: #2da78c;
}

.bg-gray {
    background-color: #3b3838;
}

.bg-dark-gray {
    background-color: rgb(142, 142, 142);
}

.bg-dark-blue {
    background-color: rgba(80, 132, 172, 0.8) !important;
    color: #fff;
}

.bg-dark-yellow {
    background-color: rgba(232, 201, 83, 0.8) !important;
}

.bg-yellow {
    background-color: #ff0 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-red {
    background-color: #e37163 !important;
}

.emergency {
    background-color: #c55a11 !important;
}

.normal {
    background-color: #2da78c !important;
}
/*font-size code*/
.font-size13 {
    font-size: 13px !important;
}
.font-size14 {
    font-size: 14px !important;
}
.font-size16 {
    font-size: 16px !important;
}
.font-size18 {
    font-size: 18px !important;
}

.font-size24 {
    font-size: 24px !important;
}
.font-size26 {
    font-size: 26px !important;
}
.font-size28 {
    font-size: 28px !important;
}
.font-size38 {
    font-size: 38px !important;
}

.font-size32 {
    font-size: 32px !important;
}

.font-size33 {
    font-size: 33px !important;
}

.font-size50 {
    font-size: 50px !important;
}

.font-thin {
    font-weight: 100 !important;
}

.font-thin2 {
    font-weight: 200 !important;
}

.font-thin3 {
    font-weight: 300 !important;
}

.font-normal {
    font-weight: 400 !important;
}
/* padding code */
.padding-qr {
    padding-left: 30px;
    padding-top: 7px;
}

.padding10-all {
    padding: 10px;
}

.padding-top10 {
    padding-top: 10px;
}

.no-padding {
    padding: 0px 0px 0px 0px;
}

/* margin code*/
.margin-top2 {
    margin-top: 2px;
}
.margin-top5 {
    margin-top: 5px;
}
.margin-top8 {
    margin-top: 8px;
}
.margin-top10 {
    margin-top: 10px;
}
.margin-top15 {
    margin-top: 15px;
}
.margin-top20 {
    margin-top: 20px;
}
.margin-number {
    margin-top: -15px;
}



table.tb-data td {
    text-align: center;
    background-color: rgba(205, 205, 205, 0.7);
    color: #000;
    font-size: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.tb-data {
    border-collapse: separate;
    border-spacing: 2px;
}

.horizontal-txt {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.separate-tb {
    background-color: rgba(140,140,140,0.1) !important;
    border: 1px dashed #fff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.breadcrumb-line-component {
    border-radius: 0px !important; 
}


.search-result{
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.top-fixed {
    position: fixed;
    top: 50px;
    z-index: 50;
}

.scan-input {
    margin-top: -4px !important;
}

table > tbody > tr > td {
    padding: 5px 20px !important;
}
table > thead > tr > th {
    text-align:center;
}
.heading-elements:not(.visible-elements) .icons-list {
    margin-top: 0px;
}
@media screen and (max-width: 750px) {
    .name-system{
        min-width: 110px;
        display:inline !important;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #000;
    }
}

@media screen and (max-width: 1150px) /* , screen and (max-height: 780px)*/ {
    .left-content {
        background-color: rgba(38,45,48,0.8);
        padding-left: 0px;
        padding-right: 0px;
        top: 0px;
        left: 0px;
        z-index: 1;
        position: relative;
        width: 100%;
        margin-top: 0px;
    }
    .main-content {
        margin-left: 0px;
        margin-left: 0px;
        position: relative;
        left: 0px;
    }

    .body-content {
        margin-top: 8px;
    }

    .top-fixed {
        position: relative;
        top: 0px;
        z-index: 50;
    }

    .footer-content-desktop {
        display: none;
    }

    .footer-content-mobile {
        display: inline;
    }

    .containerr {
        padding-top: 0px !important;
    }
}
