@charset "UTF-8";
/* CSS Document */

html,body { height: 100%;}
.bg_image { background-image: url('../images/backgrounds/bg.jpg');background-size: cover; background-repeat: no-repeat; background-position: center center;}
* {
	outline: none !important;
}
.alert-show {
	width: 100%;
	min-width: 400px;
}
#wdi {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#wdi table {
	width: 100%;
}
#wdi input[type=text] {
	padding: 5px 0 5px 5px;
	width: 100%;
	width: Calc(100% - 5px);
	border: 1px solid #9E9E9E;
}
#wdi input[type=text].peque {
	width: 100%;
	max-width: 120px;
}
#wdi table td.casilla {
	width: 3%;
}
#wdi table td {
	padding: 3px;
}
#wdi label {
	font-size: 10px;
}
#wdi table td.checkfield {
	width: 4%;
	text-align: center;
}
#wdi td.etiq {
	padding: 0px 0px 0px 3px;
	color: #000000;
}
#wdi .input-group-addon {
	font-size: 11px;
}
.enviar {
	float: right;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #025FB5;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.filter {
	float: right;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
/*=====================================================*/
/*=====================================================*/

.dropdown-submenu-left>.dropdown-menu {
	left: auto;
	right: 100%;
	margin-left: 0;
	top: 0;
	max-width: 180px;
	margin-top: -6px;
	margin-right: -1px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.dropdown-submenu-left:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu-left>a:after {
	display: block;
	content: " ";
	float: left;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-right-color: #999;
	margin-top: 5px;
	margin-right: 10px;
}
.dropdown-menu-right {
	margin-left: 0;
}
/*=====================================================*/
/*=====================================================*/


.alert {
}

.alert-customers {
	font-size: 12px;
}
.alert-show td {
	font-size: 10px;
}
.alert-show .btn-xs, .alert-show .btn-sm {
	padding: 3px 5px !important;
	font-size: 10px;
}
.redips-drag {
	margin: auto;
	text-align: center;
	width: 87px;
	height: 35px;
	line-height: 35px;
	border: 2px solid SteelBlue;
	background-color: white;
	font-size: 10pt; /* needed for cloned object */
	/* round corners */
	border-radius: 4px; /* Opera, Chrome */
	-moz-border-radius: 4px; /* FF */
}
#mapa {
	height: 325px;
	width: 100%;
	min-width: 98%;
	max-width: 860px;
	display: block;
	margin: 5px auto;
	border: 1px double #ABA9A9;
}
.tools ul li {
	display: inline-block;
}
table.modal_history {
	width: 80%;
}
table.modal_history td {
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
}
table.modal_history thead td {
	color: #a5a5a5;
	text-transform: uppercase;
	font-size: 10px;
}
table td.modal_cercano_date {
	border: 1px solid #ddd;
	background-color: #020202;
	color: #ffffff;
}
.modal_tec_foto {
	float: left;
}
.modal_tec_info {
	padding-left: 60px;
}
.modal_tec_day {
	position: absolute;
	/* float: right; */
    /* clear: both; */
	top: 15px;
	right: 100px;
	font-weight: bold;
	font-size: 18px;
	border: 1px solid #cccccc;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.modal_tec_day_info {
	font-size: 12px;
	font-weight: normal;
	color: #737d73;
}
ul.cal_dia_orders {
	padding: 0;
	margin: 0;
}
ul.cal_dia_orders>li {
	list-style-type: none !important;
	padding: 1px 4px;
	margin: 0;
	width: 100%;
	text-align: center;
}
table#calendar_day thead td {
	text-align: center;
	border-collapse: collapse;
	padding: 0;
}
table#calendar_day thead tr.techName td {
	padding: 3px 0;
}
.resumen_techs_day {
	position: absolute;
	top: -84px;
	right: 100px;
}
.res_status {
	float: right;
	margin-left: 5px;
	border: 1px solid #e6dfdf;
	border-spacing: initial;
	/* border-style: initial; */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* border-collapse: collapse; */
	text-align: center;
	min-width: 60px;
}
.res_tit {
	font-size: 10px;
	font-weight: bold;
	padding: 3px 5px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.res_cant {
	padding: 5px 0;
	font-size: 18px;
	background-color: #f3f3f3;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.info_wo {
	float: right;
	clear: both;
	padding: 2px 6px;
	margin: 2px 0;
	font-size: 10px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}
.status-stb, span.info_wo.STB {
	background-color: #FFAE00;
	color: #000000;
}
.status-con, span.info_wo.CON {
	background-color: #1FC600;
	color: #000000;
}
.status-out {
	background-color: #1F47AD;
	color: #ffffff;
}
.status-in {
	background-color: #24ebff;
	color: #000000;
}
.status-can {
	background-color: #D40003;
	color: #ffffff;
}
td#cal_mes_dia:hover {
	background-color: #0076B6;
	color: #ffffff;
}

.colscroll {
    min-height: 400px;
    overflow-y: scroll;
}

table#calendar tbody td { padding: 5px;}

/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:tahoma;
	font-size:8pt;
}

#calendarview .disabled{
	color:#CCCCCC;
}

#calendarview .headbox{
	background: #F7F9FC;
	width:100%;
	height:15px;
	display:block;
	vertical-align:top;
	text-align:left;
}
#calendarview .bodybox{
	text-align:right;
	background-color:#fff;
	width:100%;
}

#barcal{
	background-color:#E6EDF5;
	width:100%;
	height:35px;
}
#calendarview  table, #calendarview th, #calendarview td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
	text-align:right;
}

#calendarview  caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

#calendarview  td, #calendarview th {
	padding: 4px;
}

#calendarview thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
	height:18px;
}

#calendarview  tbody th {
	font-weight: bold;
}

#calendarview tbody tr { background: #FCFDFE; }

#calendarview tbody tr.odd { background: #F7F9FC; }

#calendarview table a:link {
	color: #718ABE;
	text-decoration: none;
}

#calendarview table a:visited {
	color: #718ABE;
	text-decoration: none;
}

#calendarview  table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

#calendarview tfoot th, #calendarview tfoot td {
	font-size: 85%;
}

#calendarview .bgazul {
	background: blue;
}

.btfa {
color:#ADADAD;
	}
.btfa:hover	{
	color:#0A1446;
}
	
#calendarview td { border: 1px solid #cccccc; text-align: center;}
#calendarview td#cal_mes_dia:hover { background-color: #084DCF; color:#000000;}

.eshoy { background-color: #155DB9; color: #ffffff;}

.aright { text-align: right;}
.marco { font-family: Arial, sans-serif !important;
	color: #185DF3;
	font-weight:  bold;
}

table.ingresos-dia tbody td{ vertical-align: middle; line-height: 25px;}

.titTecDay {
    float: left;
    position: fixed;
    padding-top: 90px;
    margin-left: -50px;
}

span.route {
  background:#1C3878;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}


#cabecerawo { margin: 0 auto; position: relative; width: 90%; padding-bottom: 10px;}
#cabecerawo img {
	max-height: 100px;
}

.only-print { display: none;}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none !important ;
    border-top: none !important;
    border-left: none !important;
    border-botton: none !important;
	margin:3px ;
	 }


table.profile td {border: none !important; padding: 0 2px 2px 2px !important; }
table.profile { margin-top: 5px;}


.suboptions label {  font-weight: normal;}
.suboptions ul { padding-left: 20px;}
.suboptions ul>li { list-style: none;}
.suboptions ul>li::before { content: '';}


.wdiContent table { width: 100%;}

.menu-small * { font-size: 12pt !important;}

ul.listUsersAssign {columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;}
ul.listUsersAssign>li { list-style-image: none; list-style: none;}
ul.listUsersAssign>li::before{ content: '';}


.full-loading { background-color: #CCCCCCc8; background-image: url('../images/Eclipse.gif'); background-position: center center; background-repeat: no-repeat; width: 100%; height: 100%; position: absolute; z-index: 2000;}

.gateways .logo { position: relative; float:right;}
.gateways .logo img { height: 50px; width:auto;}

.gateways .well form {
    font-size: 18px !important;
    min-height: 75px;
}
.gateways .well .info { color: #999999; font-size: 14px !important;}

.menu-small li a {
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    width: 100%;
    display: block;
    margin: 3px 0;
    padding: 3px 0 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.copyright.pull-right {
    list-style: none;
    padding: 10px 0;
}

#SecondsUntilExpire {
       background-color: #0EE91B;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 30px;
    text-shadow: 2px 2px 3px #454545;
    min-width: 60px;
    box-shadow: 2px 2px 14px #454545;
    position: absolute;
    right: 10px;
    border: 1px solid #454549;
    z-index: 2000;
    text-align: center;
    display: none;
}
.backup { font-size: 16px;}
.backup table thead th { background-color:  #605858; color: #ffffff; font-weight: normal;}
.backup table thead th,.backup table thead td,.backup table tbody th,.backup table tbody td { padding: 5px 10px; text-align: center; border: 1px solid #cccccc; font-size: 16px;}

.menu-small ul {
    list-style-type: none;
}

.menu-small li a:hover {
    background-color: #c5f7ff;
	text-decoration: none;
}

.fijo { position: fixed; z-index: 1000}
.notificaciones { padding: 30px 0 0 0; z-index: 4000;
    position: relative;}
.notificaciones .alert-dismissable .close, .notificaciones .alert-dismissible .close {
    position: absolute;
    top: 6px;
    right: 20px;
    color: inherit;
}



.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;9+
    -moz-animation:1s blinker linear infinite;

     color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }


@media(max-width:500px){
	#reloj,.today {
    	font-size: 14px !important;
	}
	#Grafico1Div {
    width: 100% !important;
    overflow: scroll;
}
	#resultado .panel .panel-body {
    overflow: scroll;
}
	#resultado.col-lg-12, #resultado .col-lg-12, #resultado .panel {
    padding: 0px;
}
	.footer-bar .navbar-nav { display: inline-block;}
	.calendario_dia_resumen_box {
    overflow: scroll;
}
	.no-500 { display: none;}
	.panel-body .col-sm-4,.panel-body .col-sm-8 {
    padding: 0px !important;
}
	

.tarea-box table,.tarea-box thead,.tarea-box tbody,.tarea-box th,.tarea-box td,.tarea-box tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
.tarea-box thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
.tarea-box tr { border: 1px solid #ccc; }
	
.tarea-box td { 
		/* Behave  like a "row" */
		border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    height: auto !important;
    padding: 3px 0;
    vertical-align: middle;
    padding-left: 37%;
	}
	#FnewTasks table td {
    width: 100%;
    float: left;
}
.tarea-box td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	

#EstadodeCuenta {
    overflow: scroll;
}
	#div-pil-PagosB table {
    width: 100% !important;
}
	#cabecerawo {
		text-align: left;
    width: 100% !important;
	
}
	#div-pil-Efectivas .panel-body,#div-pil-LoseServices .panel-body {
    overflow: scroll;
}
#TablaDireccion_wrapper {
    overflow: scroll;
}
#form-new-worder table td {
    float: left;
    width: 100%;
}
	
	ul.listUsersAssign { columns: 1;}
	ul.listUsersAssign label {
    font-size: 18px;
		display: block;
}
	ul.listUsersAssign>li {
    display: block;
    float: left;
    width: 100%;
}
	
}

div#div-pil-CalendarioTecnicos .progress {
    margin-bottom: 0 !important;
}


.hideOtherMarkers{background:#fff;display:inline-block;padding:6px;}
.zip-options { background-color: #efefef;
    border: 1px solid #a5a5a5; padding: 20px; z-index: 1000;}
.zip-options ul>li { padding: 5px;}
.zip-options ul>li::before { content:'';}
.zip-options ul>li:hover { background-color: #0F184B; color: #ffffff;}

.formextern td.separa { width: 1%;}

@media screen and (max-width: 500px){
.no-resp { display: none !important;}
.formextern table tbody td { position: relative; float: left; width: 100% !important; display: block;}
}


.cleared, .clearfix:after 
{
   clear: both;
   font: 0/0 serif;
   display: block;
   content: " ";
}

.loadingField { background-image: url('../images/loading.gif'); background-position: right center; background-repeat: no-repeat;}

.zoom3:hover {
	transition: .3 ;
    transform: scale(3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	position: relative;
	z-index: 1 ;
}
.zoom4 {
    transition: transform .3s; /* Animation */
    margin: 0 auto;
}

.zoom4:hover {
    transform: scale(4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom2 {
    transition: transform .3s; /* Animation */
    margin: 0 auto;
}

.zoom2:hover {
    transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom12:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.tablamenu{
	width: 100%;
	border-collapse: collapse ;
}

.tablamenu td{
	vertical-align: top ;
}

.hovermenu:hover {
	color: black ;	
	background-color: whitesmoke;
}

ul.uld li {
	padding-bottom: 1ex;
}

#passstrength { }
	span.pinfo,span.pweak,span.pmedium,span.pstrong { padding: 3px 14px;
    top: 8px;
	letter-spacing: 2px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}
	.pinfo { color: #ffffff; background-color: #2F7DFF;}
	.pweak { color: #ffffff; background-color: #FF0004;}
	.pmedium { color: #ffffff; background-color: #F4A400;}
	.pstrong { color: #ffffff; background-color: #31A800;}

/* para el menu  */

.mega-dropdown {
  position: static !important;
  width: 100%;
}

.mega-dropdown-menu {
  padding: 5px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu ul > li {
  list-style: none;
}

.mega-dropdown-menu ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu ul > li > a:hover,
.mega-dropdown-menu ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 12px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

@media print {
	 @page {
      size: Letter; /* DIN A4 standard, Europe */
      margin: 200;
    } 
    a[href*='//']:after {
        content:" (" attr(href) ") ";
        color: $primary ;
    }
}

.modal-dialog {
max-width: 90% ;
width : 800px !important;
}
span.route {
  background:#1C3878;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

#contenedor{width:980px;margin:0 auto}
#scroll1 {padding: 40px;height: 400px;width: 980px;border: 2px solid #00F;overflow: auto; margin-bottom:20px;}
#scroll2 {padding: 40px;height: 450px;width: 980px;border: 2px solid #F00;overflow: auto;}
select { font-family: 'FontAwesome', 'Second Font name' }

.LetraAnton {
        font-family: 'Anton', sans-serif;
        font-size: 14px;
}
.LetraRubik {
        font-family: 'Rubik', sans-serif;
        font-size: 14px;
}
      .LetraOswald {
        font-family: 'Oswald', sans-serif;
        font-size: 14px;
}
