.nowrap{white-space: nowrap;}
.word-wrap{word-wrap:break-word;}
.hide{display:none!important;}
.left{float:left;}
.right{float:right;}
.fit{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.l-center{
	text-align:center;
}
.l-left{
	text-align:left;
}

.is-hidden{
	display: none!important;
}

.sl-accept{
	color: #ffffff;
	background-color: #009900!important;
}
.sl-info, .sl-remove{
	color: #ffffff;
	background-color: #6666FF!important;
}
.sl-cancel{
	color: #ffffff;
	background-color: #CC0000!important;
}

.sl-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.95);
	z-index:9999;
}

.sl-h-divider{
	width:100%;
	height:1px;
	background-color:#D3D3D3;
}
.sl-btn{
    /*height:24px; */
	/*padding:2px 5px 2px 5px;*/
    margin-left: 5px;
    background-color:#F0F0F0;
	/*border:1px solid #DCDCDC;*/
	cursor:pointer;
}
.sl-btn:hover{
	border:1px solid #CCCCCC;
}
.sl-btn:active{
	border:1px solid #CCCCCC;
	background-color:#EBEBEB;
}

.sl-main-toolbar-items .sl-btn{
	height:32px;
	color:white;
	border:1px solid #2664C0;
	background-color:#598EDE;
}

.sl-main-toolbar-items .sl-btn:hover{
	color:white;
	border:1px solid #333333;
	background-color:#598EDE;
}

.sl-main-toolbar-items .sl-btn:active{
	color:white;
	border:1px solid #1E509A;
	background-color:#3A79D8;
}

.sl-input{
	height:30px; 
	padding:0 3px 0 3px;
	border:1px solid #DCDCDC;
	outline:none;
}

.sl-input:focus{
	border: 1px solid #BCBCBC;
}

.sl-map-input {
	width: 300px;
	height:30px;
	margin-top: 2px;
	padding:0 3px 0 3px;
	border:1px solid #DCDCDC;
	outline:none;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
}

.sl-select{
	width:187px;
	height:30px;
	padding-left:3px;
	border:1px solid #DCDCDC;
	outline:none;
}

.sl-date{
	width:187px;
	height:30px;
	padding-left:3px;
	border:1px solid #DCDCDC;
	outline:none;
}

.sl-green{
	background-color:green;
	color:white;
}
.sl-yellow{
	background-color:yellow;
	color:black;
}
.sl-red{
	background-color:red;
	color:white;
}
.sl-speed-0{
	color:red;
}
.sl-speed-1{
	color:green;
}
.sl-shadow{
	-webkit-box-shadow:0 8px 6px -6px #5F5F5F;
	-moz-box-shadow:0 8px 6px -6px #5F5F5F;
	box-shadow:0 8px 6px -6px #5F5F5F;
}

.sl-estado-motor-on {
	background-color:green;
	color:white;
}

.sl-estado-motor-off {
	background-color:black;
	color:white;
}