body {
    font-family:Helvetica, sans-serif;
}

.loading{
	margin:150px;
	text-align:center;
}
.login{
	margin:auto;
	margin-top:50px;
}
.login .title{
	font-weight: bold;
	margin-bottom: 30px;
}
.cursor-pointer{
	cursor:pointer !important;
}

.login .version{
	margin-top: 20px;
	font-size: 10px;
	color:#CCC;
	text-align: center;
}
.login .error,.login .validating{
	margin-top: 10px;
	text-align: center;
}


.footer{
	text-align: right;
	margin-bottom: 20px;
	color:#999;
}
.footer hr{
	margin-bottom: 5px;
}


.reports_map {
	height: 650px;
}

div#processing{
	text-align: right;
	margin-top: 5px;
}
div#contract-map{
	border:1px solid #CCC;
	width: 290px;
	height: 280px;
	display: block;
}
div#routes{
	margin-top: 20px;
}

.routes_list{
	height: 325px;
	overflow: auto;
}
.routes_list hr{
	margin-top:0px;
	margin-bottom: 0px;
}
.routes_list small{
	margin-top:-5px;
}

.route_map{
	border:1px solid #CCC;
	height: 300px;
	display: block;
}

.contracts_list{
	height: 240px;
	overflow: auto;
}
.contracts_list li{
	cursor: pointer;
}

.services-list{
	border:1px solid #CCC;
	border-radius: 4px;
	width: 260px;
	height: 130px;
	display: block;
	overflow: auto;
	padding: 5px;
	margin-bottom: 10px;
}
.services-list .checkbox{
	margin-top: 5px;
	margin-bottom: 5px;
}

.contracts_services_header{
	margin-bottom: 0px;
}
.contracts_services_table{
	overflow: auto;
	height: 255px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #CCC;
}

.contracts_services_table table{
	margin-top: 0px;
}

.contracts_services_table input[type=number]::-webkit-inner-spin-button,
.contracts_services_table input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


#selected_contracts_container{
	height: 425px;
}

.routes-list{
	height: 425px;
	overflow: auto;
}
.routes-list hr{
	margin-top:5px;
	margin-bottom: 0px;
}
.routes-list small{
	margin-top:-5px;
}
.sortable{
	cursor:move;
}

.route-map{
	border:1px solid #CCC;
	height: 400px;
	display: block;
}

/*_________________*/
.navbar{
	margin-bottom: 5px;
}
.navbar-brand{
	padding: 5px;
}
.navbar-brand-text{
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navbar-section{
	margin-top: 10px;
	margin-bottom: 20px;
}

h4.text-success{
	margin-left: 15px;
}

.form-tall .form-group{
	margin-bottom: 5px;
}

.datepicker{z-index:1151 !important;}

/*
.datepicker .input-mini {
	width: 65px;
}

#map {
	height: 650px;
}
.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline; }
*/


.table-report{
	overflow: auto;
	height: 400px;
	display: block;
	border-bottom: 1px solid #CCC;
}

.table-report th{
	font-size: 10px;
}
.table-report td{
	white-space: normal;
	word-break: break-word;
}
.table-tiny td{
	font-size: 10px;
}

.modal-xlg {
width: 1200px;
}

.tab-services{
	line-height: 0.6;
	font-size: 12px;
	padding: 5px 10px;
}
.col-near{
	padding-right: 5px;
	padding-left: 10px;
}

.LinkActivo{
	background-color:#0066ff !important;
	color:#ffffff !important;
}

.page-sidebar.navbar-collapse{
	height: auto !important;
	z-index: 1000;
}

.tracking-marker .tracking-name {
	font-weight: bold;
}
.tracking-marker .tracking-time {
	font-size: 10px;
}
.tracking-nodata{
	text-align: center;
	margin: auto;
	padding-top: 150px;
}

/* alerta subida archivo */
    .messages{
		padding-top:10px;
		padding-bottom:10px;
        float: left;
        font-family: sans-serif;
        display: none;
		height:40px;
    }
    .infoalerta{
        padding: 10px;
        border-radius: 10px;
        background: orange;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
    .before{
        padding: 10px;
        border-radius: 10px;
        background: blue;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
    .success{
        padding: 10px;
        border-radius: 10px;
        background: green;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
    .error{
        padding: 10px;
        border-radius: 10px;
        background: red;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }





/* alerta subida archivo */



.selectpicker{
display:none;
margin-bottom: 10px !important;
}

.dropdown-menu li a span.text {

    font-size: 10px;
}





.os-crear .acciones .detalle {
    font-size: 9px;
    margin-top: -5px;
    color: gray;
    text-decoration: underline;
}

.os-crear .acciones .mas_opciones {
    font-size: 9px;
    margin-top: -5px;
    text-decoration: underline;
    color: gray;
}

.os-crear .dropdown-toggle {
    margin-left: 5px;
}


.tablareporte tr {
  display: table-row;
  background: #f6f6f6;
}

.tablareporte tr:nth-of-type(odd) {
  background: #e9e9e9;
}

.tablareporte tr th {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}
.reporte .table-report{
height:auto;
}
#searchContrastList{
width:calc(100%-24px)!important;
}

.label-realized {
  background-color: #FEFE02; }
  .label-realized[href]:hover, .label-realized[href]:focus {
    background-color: #F6F60C; }


.label-success{
  background-color: #6AC64B !important; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #6DBF51 !important; }


.border-after-green:after, .border-before-green:before, .border-green {
    border-color: #E7505A !important;
}


.page-header.navbar .top-menu .navbar-nav>li.dropdown .dropdown-toggle .badge.badge-default {
    background-color: #E7505A !important;
    color: #fff;
}
.page-header.navbar .page-logo{background:blue}

.page-header.navbar .page-logo {
    background: #E7505A !important;
}

.page-logo2{
float:left;
}
.page-logo2 img{
padding-top:10px;
padding-left:20px;
}
.table thead tr th{
    font-size: 12px !important;
    font-weight: 600;
}
.siom-fieldset legend {
    font-size: 14px !important;

}
.siom-fieldset .siom-label {
    font-size: 10px !important;
    height: 13px !important;
}
.siom-fieldset .siom-value {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 7px;
}
#searchContrastList {
    width: 97%;
}
.page-header.navbar .page-logo .logo-default {
    margin: 10px 0 0;
	width: 70px;
	margin-left:40px;
}

.wizard .form-horizontal .step-content {
    border-top: 1px solid #D4D4D4;
    padding: 10px;
    float: left;
    width: 100%;
	font-size: 16px;

}
.page-logo2 img {
    padding-top: 10px;
    padding-left: 20px;
    width: 80%;
	margin-top:9px;
}
@-moz-document url-prefix() {
	.form-edicion-container-properties input {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}
}
#Wizardformulario{
min-height:500px !important;
}
.open>.dropdown-menu {
    /*overflow-y:scroll;	*/
}
.table {
    margin-bottom: 20px !important;
}
@media (max-width:767px){.page-header.navbar{background:#E7505A !important}
.table-responsive {
overflow-y: auto !important;
}
.page-footer{
	padding:0px !important;
	height:0px !important;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown-user>.dropdown-menu {
    width: 235px !important;
}