﻿html {
    font-size: 62.5%;
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    /* background: url(../../img/contentBg/contentBg.png) no-repeat;  */
}

body, table {
    font-size: 14px;
    border-spacing: 0px; /* QuangPNV */
    font-family: Open Sans !important;
    color: #212B36;
}

.TableLayout { /**HuyenHB dung cai nay de add class cho table layout ben ngoai se ko bi mat px**/
    border-collapse: collapse;
    border: 0;
}

.table-separate {
    border-spacing: 1px;
    border-collapse: separate;
}

.border-spacing-padding {
    border-spacing: 2px;
}

.tableform-border-spacing-padding {
    border-spacing: 5px;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.left {
    float: left;
}

.right {
    float: right;
}

.fixed {
    clear: both;
}

.valid {
    color: #ff0000;
}

.divtable {
    display: table;
    width: 100%;
}

.lineBetween {
    background: url(../../img/lineBetweenLayout.png) repeat-y;
    width: 1024px;
    height: 3px;
    clear: both;
}

table .lineBetween {
    width: 100%;
}

.HeaderHome {
    height: 55px;
    background: #ffffff;
    margin: 0 auto;
    position: relative;
    z-index: 9000;
}

.ContentHome {
    width: 1297px;
    min-height: 100px;
    background: transparent;
    margin: 0 auto;
    display: block;
    margin-top: -100px;
}

.FooterHome {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: fixed;
    bottom: 0;
}

.header {
    float: left;
    width: 100%;
    height: 74px;
    background: #ffffff;
}

    .header.homePage {
        float: left;
        width: 100%;
        height: 90px;
    }

#content1 {
    float: left;
    width: 100%;
    height: 100vh;
    background: #fbfbfb;
    display: inline-block;
    margin: o auto;
}

.contentBg5 {
    background: url(../../img/contentBg/contentBg6.png) no-repeat;
    width: 100%;
    min-height: 650px;
    background-position: center center;
    padding-top: 120px;
    padding-bottom: 20px;
}

    .contentBg5 .loginHolder {
        width: 530px;
        height: auto;
        min-height: 200px;
        background: #ffffff;
        margin: 0px auto;
        padding: 10px 20px 30px 0;
        color: #535353;
        border-radius: 4px;
        display: block;
        border-top: 6px solid #0155B7;
        box-shadow: 0 10px 15px 0 rgba(1,85,183,0.2);
    }

.contentBg4 {
    background: url(../../img/contentBg/contentBg4.png) no-repeat;
    width: 1024px;
    min-height: 450px;
    float: left;
}

.contentBg {
    padding: 30px;
    max-width: 670px;
    position: relative;
    padding: 0px;
    text-align: center;
}

.contentBg1 {
    background: url(../../img/contentBg/contentBg7.png) no-repeat;
    width: 100%;
    min-height: 200px;
    height: 100.7%;
    background-position: center top;
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
}

.contentBg.style01 {
    background: url(../../img/contentBg/contentBg.png) no-repeat;
}

.contentBg.style02 {
    background: url(../../img/contentBg/contentBg2.png) no-repeat;
}

.contentBg.style03 {
    background: url(../../img/contentBg/contentBg3.png) no-repeat;
}

.contentHolder {
    float: left;
    width: 100%;
    background: #ffffff;
}

.functionTitle {
    float: left;
    width: 100%;
    position: relative;
}

    .functionTitle span {
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        line-height: 40px;
        min-height: 40px;
        width: 1024px;
        font-size: 20px;
        color: #11938b;
        font-weight: bold;
    }

/*EditPage-Container*/

.page-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-header.navbar {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    filter: none;
    background-image: none;
}

.page-content-wrapper {
    float: left;
    width: 100%;
    background: #fbfbfb;
}

.page-container {
    margin: 0;
    padding: 20px 20px 0;
    position: relative;
}

    .page-container:after, .page-container:before {
        content: " ";
        display: table;
    }
/*************/
.EditPagecontainer {
    width: 1024px;
}

.EditPagecontainer, .EditPagecontainer-fluid {
    margin-right: auto;
    margin-left: auto;
}

.page-content {
    margin-top: 0;
    padding: 0;
}

.Backgroud1 {
    min-height: 450px;
}

.div-content-left {
    float: left;
    width: 45%;
}

.div-content-right {
    width: 45%;
    float: right;
}

.multi-checkboxinline span {
    display: inline-block;
}

    .multi-checkboxinline span label {
        display: inline-block;
    }

@media only screen and (max-height: 600px) {
    #content1 {
        float: left;
        width: 100%;
        height: 550px;
        background: #fbfbfb;
        display: inline-block;
        margin: o auto;
    }
}

@media only screen and (max-height: 800px) {
    #content1 {
        float: left;
        width: 100%;
        height: 678px;
        background: #fbfbfb;
        display: inline-block;
        margin: o auto;
    }
}

@media only screen and  (min-width: 1370px)  {
    #txtELT_EmpCode
    {
        height: 60px !important;
    }
}


#chkProfile, #chkFunction {
    width: 35px;
}
