/* #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;
}

.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;
}

.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
}
#phieudangki{
padding: 25px;
 text-align:center; 
 size: 20px;
	
}
.khungbao{
	background-color: #ffffff;
    margin: auto;
    width: 90%;
    height:800px;
    font-size: 14px;
    line-height:10px;
    border-top: 2px solid #00bd5d!important;
    padding:10px;
     border-radius: 7px;
     height: 80%;
     border-left: 1px solid #f9e6e6;
     border-right: 1px solid #f9e6e6;
     border-bottom: 1px solid #f9e6e6;
}

.thongtin{
 background-color: #d9edf7;
    border-color: #bce8f1;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #31708f;
    margin-bottom: 20px;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
        margin-left: 50px;
    margin-right: 50px;
    height: 50px;
    
}
.thongtindoanhnghiep{
	    width: 50%;
    min-height: 400px;
    float: left;
    background-color: #ffffff;
    margin-bottom: 5px;
    border-top: 4px solid #1457ed;
    border-radius: 7px;
    margin-left: 40px;
    padding-left: 5px;
    border-left: 1px solid #d4cdcd;
    border-right: 1px solid #d4cdcd;
    border-bottom: 1px solid #d4cdcd;
    padding-left: 10px;
    margin-top:40px;
    
  
  
 
}
.div_chung{
	width: 40%;
    min-height: 500px;
  
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;

  
    padding-left: 2px;
    margin-left: 40px;
}
.thongtin_nguoi_dai_dien{
    
        border-top: 2px solid #0bd21a;
    border-radius: 4px;
    background-color: white;
    border-left: 1px solid #f1ebe0;
    border-right: 1px solid #f1ebe0;
    border-bottom:  1px solid #f1ebe0;
    padding-left:10px;
    margin-top:40px
    
}
.inforSearch .headeSearchInfor i{
	color: #25578c;
}
.inforSearch .headeSearchInfor strong{
	font-size: 30px;
}
@media(max-width: 760px){
	.headeSearch{
		display: none;
	}
}
.thongtintaikhoan{
	  border-top: 2px solid #0bd21a;
    border-radius: 4px;
    background-color: white;
    border-left: 1px solid #f1ebe0;
    border-right: 1px solid #f1ebe0;
    border-bottom:  1px solid #f1ebe0;
    padding-left:10px;
    margin-top: 40px;
}
#btndangky{
	margin-top:10px;
	
    padding: 100px;
    height: 50px;
    clear: both;
   
}

#danhsachthanhphan{
	border-bottom:1px solid #0099FF;
	background-color:#0099FF;
	padding:10px;
	color:white;
	text-align: center
}


#thuoc_tinh{
	display: none;
	width:100%;
	padding:5%;
	border-width: 3px 1px; 
	border-style: solid; 
	border-color:#0099FF;
	 border-radius: 7px;
	 background-color:0099FF;
	margin:auto;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}
#noi_dung {
	width:100%;
	 
}

#bangthuoctinh{
	width:100%;
	text-align:center;
	background-color:#0099FF;
	padding:20px;
	color:#EEEEEE;
}
#bang_select, #bang_table{
	display:block;
	width: 100%
}
#man_sel_div{
	display:inline;width:100%;
}
#man_sel_table, #tao_table_content{
	width: 100%;
}

#sql_sel_div{
	display:none;width:100%;
}
/* #val_1, #text_1, #id_col_1, #title_col_{
	width:88%;
	margin:1px;
	height:27px
} */
#buttonclass{
	text-align:center;
	
	padding-top:20px;
	border-top: 3px solid #0099FF;
}
/* #capnhatbtn{
	border-radius: 2px;
	border:#0099FF;
	height:25px;
	background-color:#0099FF;
} */
#eco_demo_leftbar{
	/* height: 550px; */
	min-height: 100px;
	overflow: auto;
	overflow-x: hidden;
	border: 1px solid #09f;
}
.box_Instruction {
	background-color: #ffffff;
    padding: 15px 20px;
    border: 1px solid rgba(241, 241, 241, 0.91);
    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;
}
.box_Instruction .row{
	margin-right: 0 !important;
    margin-left: 0 !important;
}
.box_Instruction .icon-info-sign{
	font-size: 25px;
	color: rgba(43, 116, 193, 0.96);
}
.box_Instruction .Instruction{
	font-size: 20px;
	color: #25578c !important;
	text-transform: uppercase;
}
.box_Instruction .box_s{
	margin-top: 5px;
}
.box_Instruction .InstrucDis_s{
	font-size: 15px;
}
.box_Instruction a:hover{
	color: #006ada !important;
	font-weight: bold;
}
.box-home-ecogov{
	overflow: hidden;
    text-align: center;
    
}
.box-home-search-slogan .box-slogan h2{
	color: #fff;
    font-family: "Roboto-Black";
    font-size: 42px;
    font-weight: normal;
    text-shadow: 2px 2px 10px #000;
    line-height: normal;
    margin-top: 175px;
}
.box-home-search-slogan .box-slogan p{
	color: #fff;
    font-size: 21px;
    text-shadow: 2px 2px 10px #000;
    margin-bottom: 20px;
}
.box-home-search input[type="text"]{
	border-radius: 30px;
    background-image: url(/DVC_ECOGOV_Demo-portlet/html/trangchu/search_icon.png);
    background-position: 2px 5px;
    background-size: 40px;
    background-repeat: no-repeat;
    padding: 0px 20px 0px 40px;
}
.infor-detail{
	border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    color: #25578c;
}
.infor-detail-qua-trinh{
	border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
}
/* #eco_demo_leftbar #danh_sach_buocs #danh_sach_buocs_ul li{
	height: 80px;
    background: #29529e;
    width: 25%;
    padding: 23px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 5px;
}
#eco_demo_leftbar #danh_sach_buocs #danh_sach_buocs_ul li a{
	color: #fff !important;
} */
#eco_demo_content{
	/* margin: auto; */
	padding: auto;
	/* height: 550px; */
	 min-height: 100px;
	 overflow: auto;
	 overflow-x: hidden;

}
#noidungform{
 
 
 background:#33CCFF;
 border:1px solid #33CCFF;
 border-radius:3px;
 text-align: center;
 color:white;
 height: 10%;
 width:95%;
 margin:auto;

}
#form_chinh{
	 border: 1px solid #0099FF;
	 margin:auto;
	 width:100%;
	 height: 500px;
	 min-height: 100px;
	 overflow: auto;
	 overflow-x: hidden;
}
#dinh_kem_file{
    border: 1px solid #09f;
    width: 100%;
    margin: auto;
    padding: 15px;
}

.add_form_rm{
	padding: 10px;
    border: 1px solid #0099FF;
}
#luu_form{
	    margin-top: 15px;
}

#button_cauhinh_buoc{
	width: 100%;
    height: 10%;
    border-bottom: 3px solid #0099FF;
    padding-bottom: 10%;
	 
}
#so_do_luong{
	color:white;
	width: 100%;
	text-align: center;
	padding-top:10px;
	height: 40px;
	border: 1px solid #0099FF;
	background-color: #0099FF;
}
.rcorners1 {
	padding-top:30px;
      border-radius: 150px;
    background: #007abd;
    /* min-width: 110px; */
    width: auto;
    max-width: 130px;
    min-height: 130px;
    height: auto;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    color: white;
   
}
.rcorners2 {
	cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: orange!important;
    
}
#danh_sach_thanh_phan ul{
	cursor: -webkit-grab;
}
#danh_sach_thanh_phan ul li a{
	cursor: -webkit-grab;
}
#danh_sach_thanh_phan ul li a :HOVER{
	cursor:-webkit-grabbing;
}

.box-search-vb {
	margin-top: 15px;
}
#eco_demo_main .modal-open {
  overflow: hidden !important;
}

#eco_demo_main .modal {
  position: fixed  !important;
  /* top: 0; */
  right: 0;
  /* bottom: 0; */
  /* left: 0; */
  z-index: 1050  !important;
  display: none;
  overflow: hidden  !important;
  outline: 0  !important;
}

#eco_demo_main .modal-open .modal {
  overflow-x: hidden  !important;
  overflow-y: auto  !important;
}

#eco_demo_main .modal-dialog {
  position: relative  !important;
  width: auto  !important;
  /* margin: 0.5rem  !important; */
  pointer-events: none  !important;
}

#eco_demo_main .modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out  !important;
  transition: transform 0.3s ease-out  !important;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out  !important;
  -webkit-transform: translate(0, -25%)  !important;
  transform: translate(0, -25%)  !important;
}

@media screen and (prefers-reduced-motion: reduce) {
  #eco_demo_main .modal.fade .modal-dialog {
    transition: none  !important;
  }
}

#eco_demo_main .modal.show .modal-dialog {
  -webkit-transform: translate(0, 0)  !important;
  transform: translate(0, 0)  !important;
}

#eco_demo_main .modal-dialog-centered {
  display: -ms-flexbox  !important; 
  display: flex  !important;
  -ms-flex-align: center  !important;
  align-items: center  !important;
  min-height: calc(100% - (0.5rem * 2))  !important;
}

#eco_demo_main .modal-content {
  position: relative  !important;
  display: -ms-flexbox  !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  width: 100% !important;
  pointer-events: auto !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0.3rem !important;
  outline: 0 !important;
}

#eco_demo_main .modal-backdrop {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040 !important;
  background-color: #000 !important;
}

#eco_demo_main .modal-backdrop.fade {
  opacity: 0 !important;
}
#eco_demo_main .modal .modal-body{
	max-height: fit-content !important;
}
#eco_demo_main .modal-backdrop.show {
  opacity: 0.5 !important;
}
#eco_demo_main .modal.fade.show{
	opacity: 1 !important;
	padding-right: 0 !important;
}
#eco_demo_main .modal-header {
  display: -ms-flexbox !important;
  /* display: flex !important; */
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  padding: 1rem !important;
  border-bottom: 1px solid #e9ecef !important;
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}

#eco_demo_main .modal-header .close {
  padding: 1rem !important;
  margin: -1rem -1rem -1rem auto !important;
}

#eco_demo_main .modal-title {
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
}

#eco_demo_main .modal-body {
  position: relative !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  padding: 1rem !important;
}

#eco_demo_main .modal-footer {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  padding: 1rem !important;
  border-top: 1px solid #e9ecef !important;
}

#eco_demo_main .modal-footer > :not(:first-child) {
  margin-left: .25rem !important;
}

#eco_demo_main .modal-footer > :not(:last-child) {
  margin-right: .25rem !important;
}

#eco_demo_main .modal-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}

@media (min-width: 576px) {
  #eco_demo_main .modal-dialog {
    max-width: 500px !important;
   /*  margin: 1.75rem auto !important; */
  }
  #eco_demo_main .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)) !important;
  }
  #eco_demo_main .modal-sm {
    max-width: 300px !important;
  }
}

@media (min-width: 992px) {
  #eco_demo_main .modal-lg {
    max-width: 800px !important;
  }
}
#eco_demo_main .modal.fade{
	top: 10% !important;  
}
.aui .modal-backdrop.fade.show{
	    opacity: 0.6 !important;
}