

.server{
	color: #757575 !important;
}

.admin{
	color: #FF5722 !important;
}

.control{
	color: #039BE5 !important;
}

.empresa{
	color: #7E57C2 !important;
}

.contratista{
	color: #43A047 !important;
}

.cerrado{
	color:red !important;
}

.cerrado:hover{
	background-color: lightgrey !important;
	color:white !important;
}

.width-img{
	width:100px; 
}

.dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu li a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}


div.mask{
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background-color: rgba(255,255,255,.5);
	z-index:99999;
}

.picker__select--year,.picker__select--month {
	height:auto!important
}

	.ta-editor{
		min-height:500px;
	}
	.vertical-align-table-father {
		display: table;
		height: 100px;
	}
	.vertical-align-table-son {
		display: table-cell;
		vertical-align: middle;
	}

	.ta-editor.form-control{
		height:auto;
	}

	#box-images-preview0 ul {
		list-style-type: none;
		padding: 0px;
		margin: 10px;
	}
	#box-images-preview0 ul li{
		margin-right: 10px;
		display: inline;
	}
	#box-images-preview0 ul img{
		width: 19%;
		height: 150px;
		object-fit: cover;
	}
	#box-images-preview0 ul li span{
		position: absolute;
		background-color: red;
		padding: 5px;
		margin-left: -20px;
	}	
	#box-images-preview ul {
		list-style-type: none;
		padding: 0px;
		margin: 10px;
	}
	#box-images-preview ul li{
		margin-right: 10px;
		display: inline;
	}
	#box-images-preview ul img{
		width: 19%;
		height: 150px;
		object-fit: cover;
	}
	#box-images-preview ul li span{
		position: absolute;
		background-color: red;
		padding: 5px;
		margin-left: -20px;
	}
	
	.img-list{
		width: 70px;
		height: 70px;
		object-fit: cover;
		border-radius: 50%;
	}
	
	td{
		vertical-align: middle !important;
	}
	
	td.btd{
		text-align: center;
	}
	 
	
	
	.img-preview-med{
		height:200px;
		object-fit: cover;
	}

	.img-preview-cont {
		margin: 0 1em;
		box-sizing: border-box;
	}

	.img-preview-box{
		height: 200px;
		width: 200px;
		object-fit: cover;
	}
		
	.box-single-preview{
		width:100%;
		text-align: center;
	}
	
	.img-preview-big{
		width:100%;
		max-height:700px;
		object-fit: cover;
	}
	
	
	
	.panel-success div,
	.panel-danger div {
		color: #FFF;
	}
	#loading-bar .bar {
		background: #337ab7;
		height: 4px;
	}
	#loading-bar .peg {
		-moz-box-shadow: #337ab7 1px 0 6px 1px !important;
		-ms-box-shadow: #337ab7 1px 0 6px 1px !important;
		-webkit-box-shadow: #337ab7 1px 0 6px 1px !important;
		box-shadow: #337ab7 1px 0 6px 1px !important;
	}
	#loading-bar-spinner .spinner-icon {
  		border:  solid 2px transparent;
  		border-top-color:  #337ab7;
  		border-left-color: #337ab7;
 		
	}
	.w {
		display: flex;	
	}
	/*Class Form Panel Body Dashboard*/
		#form {}
		#form > .panel-body > .list-group > .list-group-item > .col-md-12 {
			float: none;
			display: flex;
			padding-left: 0;
			padding-right: 0;
		}
		#form > .panel-body > .list-group > .list-group-item > .col-md-12 > .col-md-3:nth-child(1) {
			padding-left: 0;
		}
	/* //Class Form Panel Body Dashboard*/
	/*  Class Modal */
		.modal-dialog {
			width: auto !important;
			margin: 10% 10%; 
		}
	/* //Class Modal */
	/* Chat*/
		.chat .left.clearfix,
		.chat .right.clearfix {
   	 		border: 1px solid #d4d4d4;
    		padding: 16px;
    		border-radius: 8px;
    		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
		}
			.chat .left.clearfix {
				margin-right: 18%;
			}
			.chat .right.clearfix {
				margin-left: 18%;
				background: #fbfbfb;
			}
			.chat .right.clearfix p {
				text-align: right;
			}
	/* //Chat*/
	/* Lista Formulario*/
		.list-group-item:first-child {
		    background: #f9f9f9;
		}
	/* //Lista Formulario*/


	

/**Correcciones de angular**/

#textAngular-editableFix-010203040506070809 {
	display: none !important;
}

#r1{
	width: 12% !important;
    height: 150% !important;
	display: inline-block !important;
}

.navbar-brand>img {
    display: inline-block !important;
}

#titulo_inicio{
	display: inline-block !important;
}