@import "all.css";
@import "table.css";
@import "css/bootstrap.min.css";
@import "font-awesome/css/font-awesome.min.css";

.CSSTableGenerator .report-design td>input[type="text"], .CSSTableGenerator .report-design td>input[type="file"],.CSSTableGenerator .report-design td > div input[type="text"], .CSSTableGenerator .report-design td div>input[type="text"], .CSSTableGenerator .report-design td select{
	display: inline-block !important;
	width: 100%;
	min-width: 0 !important;
	text-align: left;
	border-radius: 4px !important;
	border: 1px solid #d0d0d0;
	padding: 0 8px;
	height: 26px !important;
	background-color: #e4e4e4;
}


.CSSTableGenerator .report-design td>input[type="time"],.CSSTableGenerator .report-design td > div input[type="time"], .CSSTableGenerator .report-design td div>input[type="time"], .CSSTableGenerator .report-design td select{
	display: inline-block !important;
	width: 100%;
	min-width: 0 !important;
	text-align: left;
	border-radius: 4px !important;
	border: 1px solid #d0d0d0;
	padding: 0 8px;
	height: 26px !important;
	background-color: #e4e4e4;
}
 
.CSSTableGenerator .report-design td>input[type="radio"] {
	display: inline-block !important;
	width: 2%;
	min-width: 0 !important;
	    margin-top: 0;
}
.CSSTableGenerator .report-design td>input[type="number"], .CSSTableGenerator .report-design td>input[type="numbers"]{
	display: inline-block !important;
	width: 100%;
	min-width: 0 !important;
	text-align: left;
	border-radius: 4px !important;
	border: 1px solid #d0d0d0;
	padding: 0 8px;
	height: 26px !important;
	background: #e4e4e4;
}
.CSSTableGenerator #subItemsTable td>input[type="checkbox"]{
	display: inline-block !important;
	width: 100%;
	min-width: 0 !important;
	text-align: left;
	border-radius: 4px !important;
	border: 1px solid #d0d0d0;
	padding: 0 8px;
	height: 18px !important;margin: 0;
}

.CSSTableGenerator .report-design td>input[type="checkbox"]{
	display: inline-block !important;
	width: 100%;
	min-width: 0 !important;
	text-align: left;
	border-radius: 4px !important;
	border: 1px solid #d0d0d0;
	padding: 0 8px;
	height: 18px !important;
}

.search-report{
    margin: 0 8px 1px 0;
    padding: 2%;
    background: #f8f8f8;
    box-shadow: 0 0 1px #a5a3a3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 2px;
	}
.search-report input[type="text"]{
width: 100%;	 
	border-radius: 4px;
	border: 1px solid #d0d0d0;
	padding: 0 8px;
	height: 30px;
	 
}
.search-report i {
position: absolute;
    margin-left: 13%;
    margin-top: 4px;
    font-size: 12px;
    color: #ffffff;
    background: #ff4e5c;
    padding: 5px;
    border-radius: 4px;
}
 

.report-left-section-design #center-column {
	min-height: 586px;
}
.report-left-section-design #left-column {
    float: left;
    width: 220px;
}
.report-left-section-design #center-column {
    float: left;
        width: calc(100% - 220px);
	
	}
.report-left-section-design ul.nav {
    margin: 0px 8px 0 0;
    border: none;
    background: #3b5998;
    list-style: none;
    padding: 1px 2px;
    height: 550px;
    box-shadow: 0 0 3px rgb(248, 248, 248);
    overflow: auto;
}
.report-left-section-design ul.nav li {
    background:none;
    display: block;
    padding: 2px;
    margin-bottom: 0;
}
.report-left-section-design #left-column a {
    border: none;
    border-radius: 4px;
    display: block;
    border-bottom: 1px dashed #7a86b9;
color: #fff;
  font-weight: 500;
padding: .2em 0.4em .2em;
background: none;
font-size: 14px;
}
.report-left-section-design #left-column a:hover {
color:#bdbdbd;
}
.btn-center{
text-align:center;
margin:0 auto;
}
#store_menu ul{
list-style-type:none;
}
.CSSTableGenerator td .bor-radius{
border-radius:4px !important;
}
.CSSTableGenerator td .place-pad{
padding: 18px 14px;
}
.CSSTableGenerator .report-design td.new-input-style>input[type="text"]{
 height:30px!important;padding: 0 0px 0 35px;
} 