#preloader {
	position: fixed;
	z-index: 99999;
	top: 40%;
	left: 40%;
	transition: 1s 0.4s;
}

table input.form-control {
	width: 70px;
}

.bg-gray {
	background: #D3D3D3;
	cursor: no-drop;
	border: none !important;
}

/* #global-input-frm .tab-content {
	height: 340px;
	overflow-y: scroll;
	overflow-x: hidden;
} */

form .error {
	color: red;
}

#DiagramContent_contextMenu {
	display: none !important;
}

/* Hide right click menu*/

.mrgT20 {
	margin-top: 20px;
}
.pt10{
	padding-top: 10px;
}
.control-label{
	font-size: 12px;
}
.tab-content{
	border: 1px solid #ddd;
	border-top: none;
}

#propertyEditor fieldset{
	border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}
#propertyEditor legend {
    font-size: 14px;
    width: auto;
    display: inline;
    padding: 0 5px;
    border-bottom: none;
    margin-bottom: 0px;
	font-weight:600;
}
.disableTab{
	pointer-events:none;
	cursor: default;
}

#sample-header {display: none !important;} /* Hide default header bar */

#symbolpalette {height:800px !important;}
/* .ej-d-label {color:#0F5CA3 !important;font-weight:700px !important;} */

.searchParent_Maxi{
	line-height: 29px;
	background-color: #e2e2e2;
}
.searchParent_Maxi span{
	line-height: 29px;
	padding-left: 5px;
	color: #0f5ca3;
	font-weight: bold;
}
#main-right{
	overflow-x: auto !important;
    padding-bottom: 90px;
}
.temperature-outside-std{
	float: left;
	width: 70px;
	margin-right: 10px;
}

.form-horizontal .control-label{
	text-align: left;
}

/* Media Query */
@media screen and (max-width: 767px){
	.box{
		max-width: 300px;
		width: 100%;
	}
}

ul.nav-tabs li {
	border-color:#eee #eee #ddd;
	text-decoration: none;
    background-color: #eee;
}

#Label_shape {display:none !important;}
.ddl-custom-icon {
    font-size: 16px;
    margin-left: 10px;
}

#symbolPalette_Parent_Mini {display:none !important;}

#global-input-frm table  tbody {
  display: block;
  max-height: 300px;
  overflow-y: scroll;
}

#global-input-frm  table  thead,
#global-input-frm  table  tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
/**
 * author: sandeep sidhwani
 * date: 26-Aug-2021
 * description: add css of bottom penel
 */
#main-right .custom-label {
	display: block;
    background-color: rgba(0,0,0,0.40);
    font-size: 9px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 5px;
    padding: 2px 5px !important;
    letter-spacing: 0.5px;
}

#main-right .custom-label:empty
{
    display:none;
}