/* .wd100 {
	width: 100%;
}

.projectContainerBox1 {
	border: 1px solid #ccc;
	margin-top: 1.1em;
	height: 250px;
}

.projectContainerBoxSelect {
	border: none;
	width: 100%;
	display: none;
}

.projectContainerBox1 option {
	border-bottom: 1px solid #D9D9D9;
	display: block;
	color: #333;
	height: 34px;
	text-decoration: none;
	padding: 5px 15px;
	cursor: auto;
}

.overflowXScroll {
	overflow-x: scroll;
	margin-bottom: 1.2em;
}

.mandatory_star {
	font-size:1.5em;
	font-weight:600;
}

label.star {
	border: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	line-height: normal !important;
	padding: 0 5px !important;
	background: none !important;
}

.wd43 {
	width: 43%;
}

.wbreak {
	word-break: break-all;
}

select::-ms-expand {
    display: none;
}

.btn-wrap{
    white-space: inherit;
    word-break: break-all;
}
.gray-text{
       color: #555;
}

 */


 .wd100 {
	width: 100%;
}

.projectContainerBox1 {
	border: 1px solid #ccc;
	margin-top: 1.1em;
	/*height: 250px;*/
}

.projectContainerBoxSelect {
	/* 	border: none;
	width: 100%; */
	display: none;
}

.projectContainerBox1 option {
	border-bottom: 1px solid #D9D9D9;
	display: block;
	color: #333;
	height: 34px;
	text-decoration: none;
	padding: 5px 15px;
	cursor: auto;
}

.overflowXScroll {
	overflow-x: scroll;
	margin-bottom: 1.2em;
}

.mandatory_star {
	font-size:1.5em;
	font-weight:600;
}

label.star {
	border: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	line-height: normal !important;
	padding: 0 5px !important;
	background: none !important;
}

.wd43 {
	width: 43%;
}

.wbreak {
	word-break: break-all;
}

select::-ms-expand {
    display: none;
}

.btn-wrap{
    white-space: inherit;
    word-break: break-all;
}

.wd100{
	width:100%;
}

.mandatory_star{
	font-size:1.5em;
	font-weight:600;
}
.input-table{
	width:60px!important;
	}
	
	@media (max-width: 1000px){
.input-table{
    width: auto !important;
}
	}
	
.white-text{
	color: #ffffff;
}
.gray-text{
	color: #555;
}
/*.divScroll {
    overflow:scroll;
    height:auto;
    width:auto;
}
*/