.text-color-white {
	color: white !important;
}
.padding-5-px {
	padding: 5px;	
}

.width-100-perc {
	width: 100% !important;
}
#inptServiceName, #inptServiceNameEn {
	max-width: 100% !important;	
	width: 100% !important;
	background-color: white !important;
}

.width-90-perc {
	width: 90% !important;
}

/*Multiple select*/
div.ms-drop.bottom {
	text-align: left;
}
div.ms-search > input[type="text"] {
	max-width: 90% !important;
}

#inputAnno {
	margin-bottom: 0px;
    margin-top: 8px;
}

#jError {
	position: inherit;
}

.input-border {
	border: 1px solid #aaa !important; 
	border-radius: 4px !important;
	padding: 5px !important;
}

.form-submit-button-tda {
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    min-width: 100px;
    padding: 0!important;
    font-family: "PT Sans",sans-serif!important;
    font-size: 14px!important;
    font-weight: 600 !important;
    margin-bottom: 9px!important;
    border: 1px solid;
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important;
    padding: .4em 1em!important;
    width: 100%;
}

.bold {
	font-weight: bold !important;
}

option.whiteColor {
	background-color: #ffffff;
	color: #000000;
}

option.redColor {
	background-color: #ff0000;
	color: #ffffff;
}

option.yellowColor {
	background-color: #ffff00;
	color: #ffffff;
}

option.orangeColor {
	background-color: #ff8040;
	color: #ffffff;
}

option.greenColor {
	background-color: #00ff40;
	color: #ffffff;
}

option.blueColor {
	background-color: #0080ff;
	color: #ffffff;
}

option.no-hover:focus {
   background-color: transparent;
   outline:0 !important;
}

.chart-container {
    height: 150px;
}

.range-div {
	border-style: solid;
    border-color: lightgray;
    border-width: thin;
    text-align: center;
}

#tableTDA thead .sorting_asc,
table.dataTable.fixedHeader-floating thead .sorting_asc,
table.dataTable.fixedHeader-locked thead .sorting_asc {
    background-image: none;
}