﻿html {
    font-size: 62.5%;
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    margin: 0 auto;
}

body, table {
    font-size: 12px;
    width: 100%;
	border-spacing: 0px; /* QuangPNV */
}

.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%;
}

.header {
    float: left;
    width: 100%;
    min-height: 90px;
    background: url(../../img/headerBg/headerBg1.png) no-repeat;
    position: relative;
}

.header.homePage {
    float: left;
    width: 100%;
    min-height: 90px;
    max-height: 100px;
}

#content {
    float: left;
    width: 100%;
    background: #fbfbfb;
}
.contentBg5 {
    background: url(../../img/contentBg/contentBg5.png) no-repeat;
    width: 1024px;
    min-height: 450px;
    float: left;
}

.contentBg4 {
    background: url(../../img/contentBg/contentBg4.png) no-repeat;
    width: 1024px;
    min-height: 450px;
    float: left;
}

.contentBg {
    background: url(../../img/contentBg/contentBg1.png) no-repeat;
    width: 1024px;
    min-height: 450px;
    float: left;
}

.contentBg.style01 {
    background: url(../../img/contentBg/contentBg1.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;
}