/* #eco_demo_main > div { min-height: 450px; } */
.formcss{
	padding: 10px;
}
.Default_Style .icon-upload{
	    position: relative;
}
.Default_Style .icon-file{
	    position: absolute;
}
.Default_Style .icon-upload .file-in-table{
    width: 20px;
    height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
}
.Default_Style{
	width: 100% !important;
 max-width: 1000px;
 border: 1px solid rgba(204, 204, 204, 0.57);
    padding: 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin: auto;
}
.formcss div:hover {
   /*  background: #f2f2f2; */
    border: 1px solid rgba(241, 241, 241, 0.91);
   /*  border-style: groove; */
    /* box-shadow: 3px 3px 2px 2px rgba(0,0,0,0.1), 3px 4px 8px 3px rgba(0,0,0,0.2); */
   /*  border-color: rgba(150,150,150,1); */
    padding: 5px; 
    box-shadow: 1px 1px 20px 2px rgba(0, 1, 1, 0.2);
    transform: translate3d(0, -2px, 0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 2px;
}
.componentList{
	position: relative;
}
.searchListCom{
	position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #25578c !important;
    cursor: pointer;
}
#removeBoxSearch{
	position: absolute;
    display: block;
    top: -10px;
    right: -3px;
    font-weight: bold;
    font-size: 20px;
    color: red !important;
}
.formcss .addDinhkemLuong{
	margin-right: 0px !important;
    margin-left: 0px !important;
}
.boxInfor{
	border: 1px solid #09f;
    margin: auto;
    width: 100%;
    height: auto;
    min-height: 150px;
    overflow: auto;
    overflow-x: hidden;
}
/* layout */
#myModal{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#eco_demo_main {
    /* overflow to handle inner floating block */
    overflow: auto;
}

/* #eco_demo_leftbar {
    float: left;
    width: 25%;
}

#eco_demo_content {
    float: right;
    width: 75%;
} */

@media ( max-width : 740px) {
	#eco_demo_main .btn{
		width: 100% !important;
	}
	
}
.eco_demo_menucuon{
	opacity: 0.75;
    filter: alpha(opacity=50);
	display:block;
	float:right;
    z-index: 1000;
    background-color: white;
    position: absolute;
    right: 0;
}
.eco_demo_menucuon#mainMenu{
    top: 40px;
}
.eco_demo_menucuon a{
    color: Black;
    font-weight: bold;
    font-size: 12px;
	text-align: center;
	padding-left:10px;
}
.eco_demo_menucuon i{
    color: red;
    font-weight: bold;
    font-size: 14px;
	padding-left:5px;
	float:right;
	position:relative;
}

.Default_Style input[type="text"] {
	border: 0;
	border-bottom: 1px dotted #000;
	text-align: center;
}

.Default_Style input[type="text"]:disabled {
	background: 0;
	border: 0;
	border-bottom: 1px dotted #000;
}

.Default_Style textarea:disabled {
	background: 0;
}

.Default_Style select {
	border: 0;
	border-bottom: 1px dotted #000;
	text-align: center;
}

.Default_Style  select[disabled]{
	background: 0;
	border: 0;
	border-bottom: 1px dotted #000;
}

.Default_Style input[type="number"] {
	border: 0;
	border-bottom: 1px dotted #000;
	text-align: center;
}

.Default_Style input[type="number"]:disabled {
	background: 0;
	border: 0;
	border-bottom: 1px dotted #000;
}

.registerForm .icon-warning-sign{
	position: absolute;
    left: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background: inherit;
    border: inherit;
}
.text-red{
	color: #ff0000;
}
.registerForm .box{
	position: relative;
    background: #ffffff;
    border-top: 2px solid #25578c;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.registerForm .box-infor {
	border-bottom: 0;
	border-top: 1px solid;
	position: relative;
	background: #ffffff;
	border-top: 2px solid #59d451;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.registerForm .box-header {
	text-align: start;
	border-bottom: 0;
}

.registerForm .box-header .box-title {
	font-weight: normal;
	font-size: 20px;
}

.aui label {
	margin-top: 10px !important;
	margin-left: 5px !important;
	font-weight: bold;
}
.aui textarea{
	width: 100%;
	height: 50px;
}
.aui input[type="text"], .aui input[type="number"],
.aui input[type="password"],.aui input[type="email"],.aui select {
	width: 100%;
	height: 30px;
}
.aui input[type="file"] {
	height: 35px;
}
.aui input[type="search"]{
	height: 30px;
	margin-bottom: 0;
}
.aui input[type="search"]:focus{
	border-color: #aaa;
	box-shadow: none;
}
.aui input[disabled] {
	background: #fff !important;
	cursor: text !important;
}

@media ( max-width : 740px) {
	.registerForm .column {
		width: 100% !important;
	}
	.registerForm .column input, .aui textarea, select {
		width: 100% !important;
	}
	
.w10,.w15,.w20,.w25,.w30,.w35,.w40,.w45,.w50,.w55,.w60,.w65,.w70,.w75,.w80,.w85{
  width: 100%;
 }
}

.lfr-pagination-config{
 /* display: none !important; */
}

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

table.box-table-idx tr th{
	border: 1px solid #cccccc;
    padding: 10px 10px
}
.dis-inli-bock{
	display: inline-block !important;;
}
.aui .pager .disabled>a, .aui .pager .disabled>a:hover, .aui .pager .disabled>a:focus, .aui .pager .disabled>span{
	color: #999 !important;
}
.aui .nav-pills>.active>a, .aui .nav-pills>.active>a:hover, .aui .nav-pills>.active>a:focus{
	    color: white !important;
}
ul.nav.nav-pills{
	width: 100%!important;
    max-width: 1000px;
    border: 1px solid rgba(204,204,204,0.57);
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
}
span.badge.default{
	background-color: rgba(19, 53, 148, 0.8);
}
span.badge.red{
	background-color: red;
}
span.badge.blue{
	background-color: blue;
}
.text-center{
	text-align: center !important;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}