
.red{
	color:red;
}
.white{
	color:white;
}
.grey{
	color:grey;
}
.green{
	color:green;
}
.orange{
	color:#f6921e;
}
.my-box{
	margin-bottom:2px;
}
.table-border{
	font-family: arial, sans-serif;
	border: 1px solid #dddddd;
    border-collapse: collapse;
    width: 100%;
}
.table-border td{
	border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
	
}
.table-border thead tr td{
	background-color:#f5f5f5;
	text-align:center;
}
#body-model{
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
}
.well{
	padding-left:12px;
	padding-right:12px;
	padding-bottom:6px;
	padding-top:6px;
	margin-top:4px;
	margin-bottom:4px;
}
.row-active{
	border:1px solid #5bc0de;
}
.input-error{
	border:1px solid red;
}
.my-check{
	height:38px;
	width:38px;
}
.separateLine{
	margin-top:5px;
	margin-bottom:5px;
}
.dropzone{
	border:2px dashed #5bc0de;
	
	text-align: center;
	
}

.dropzone-active{
	border-color: #5bc0de !important;
}
.dropzone-active #dropzone-txt{
	color:#5bc0de !important;
}
.dropzone-full{
	border:2px dashed #d3d3d3;
	text-align: center;
	font-size:250%;
	height:400px;
	line-height: 400px;
	
}
.dropzone-full #dropzone-txt{
	color:#d3d3d3;
}
#firstLine{
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:0px;
}
#formTitle{
	font-size:22px;
	height:40px;
	color:orange;
}
.btnLg{
	height:40px;
}

.separateLineActive{
	background-color:#5bc0de;
	border-color:#5bc0de;
}
.panel-full-screen{
	overflow-y:auto;
}
.waiting-message{
	background-image: url(../images/waiting.gif);
	width:32px;
	height:32px;
	margin:auto;
}
.colId{
	font-weight: bold;
}
.not-draggable {
   pointer-events: none;
   cursor: default;
}
.not-draggable a {
   color:grey !important;
}
.btn-drag{
	border:1px solid #C8C8C8 !important;
}
.elem-f{
	font-weight: normal;
	background-color: #FFF !important
	
}
.elem-m{
	font-weight: normal;
}
.btn-box-header{
	margin-top:10px;
	margin-left:10px;
}
#listElem{
	border:1px solid #C8C8C8;
	padding:10px;
}
#leadMenu{
	border:1px solid #C8C8C8;
	padding:10px;
}
.list-item{
	border:1px solid #C8C8C8;
	background:white;
}
.dashboard-widget .panel-body{
	height:400px;
	max-height:400px;
	overflow-y:auto;
}