﻿.img_button_Diseño{
	width:3em;
	height:2em;
	display:inline-block;
	
}
.colorButton{
	background-color:#E6550A !important;
}
#directions-panel{
	width:40%; 
	float:left; 
	height: 100%; 
	overflow: auto; 
	background:#BDBDBD;
}
div.mapa{
	width: 60%; 
	float:left; 
	height: 100%; 
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.50);
}
.img_Slide{
	align:center; 
	height:100%; 
	width:100%;
}
fieldset.fieldset_Form{
	border:2px solid black; 
	margin: 0 1em 1em 1em;
	border-radius:15px
}
label.indicadores{
	color:#D5D3D3;
	font-family:serif;
	font-style:italic;
	
}
.div_Separadores{
    position:relative; 
    padding-left:0px; 
    float:left;
}
.div_Slide
{
    border-radius:15px; 
    height:20%; 
    align:center; 
    padding-top:10px;
    box-shadow:5px 5px 5px #888888;
}
.div_Formularios
{
    background-color:#FFFFFF; 
    border-radius:15px;
    width:39.5%;
    height:auto;
    box-shadow:5px 8px 5px #888888; 
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0em;
	max-width: 100%;
	width: calc(100% - 2em);
	vertical-align: top;
}
.input_ingreso {
	margin: 1em 1em 1em;
}
.input_field_Ingreso--prub {
	position: relative;
	display: block;
	float: right;
	/*padding: 0.8em;*/
	width: 100%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	/*font-weight: bold;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; 
}


.input_field {
	position: relative;
	display: block;
	float: right;
	/*padding: 0.8em;*/
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	/*font-weight: bold;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; 
}

.input_field_ingresoDos {
	padding: 0.4em 0.25em;
	width: 100%;
	background: transparent;
	color: #050505;
	font-size: 1em;
}


.input__label {
	display: inline-block;
	float: right;
	width: 40%;
	color: #DCDFE3;
	font-weight: bold;
	font-size: 90.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input_label_ingresoDos {
	position: absolute;
	width: 100%;
	text-align: left;
	pointer-events: none;
}

.input_label_content {
	position: relative;
	display: block;
	padding: 1em 0;
	width: 100%;
}

.input_label_content_ingresoDos {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}


.input_field:focus {
	outline: none;
}

.input_field_ingresoDos:focus + .input_label_ingresoDos .input_label_content_ingresoDos,
.input--filled .input_label_content_ingresoDos {
	-webkit-transform: translate3d(0, -90%, 0);
	transform: translate3d(0, -90%, 0);
}

.input_field_ingresoDos:focus + .input_label_ingresoDos::before,
.input--filled .input_label_ingresoDos::before {
	-webkit-transform: translate3d(0, -0.2em, 0);
	transform: translate3d(0, -0.2em, 0);
}

.input_field_ingresoDos:focus + .input_label_ingresoDos::after,
.input--filled .input_label_ingresoDos::after {
	-webkit-transform: translate3d(0, 0.2em, 0);
	transform: translate3d(0, 0.2em, 0);
}

.input_label_ingresoDos::before,
.input_label_ingresoDos::after {
	content: '';
	position: absolute;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 3px;
	background: #6a7989;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input_label_ingresoDos::before {
	top: 0;
}

.input_label_ingresoDos::after {
	bottom: 0;
}
/*Ingreso*/
.input_field_Ingreso {
	z-index: 10;
	width: 100%;
	background: transparent;
	color: #aaa;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	
	
}

.input_label_ingreso {
	padding:0.1em 0;
	display: inline-block;
	float: right;
	width: 40%;
	color: #D5D3D3;
	font-weight: bold;
	font-size: 90.25%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	width: 100%;

	/*position: relative;
	width: 100%;
	color: #D5D3D3;
	text-align: left;
	*/

}

.input_label_ingreso::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 2em;
	background: #f0f0f0;
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input_label_ingreso::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.25em;
	background: #DCDFE3;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input_label_content_ingreso {
	padding:0.3em 0;
	position: relative;
	display: block;
	width: 100%;
}

.input_field_Ingreso:focus,
.input--filled .input_field_Ingreso {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.input_field_Ingreso:focus + .input_label_ingreso::before,
.input--filled .input_label_ingreso::before {
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

.input_field_Ingreso:focus + .input_label_ingreso,
.input--filled .input_label_ingreso {
	pointer-events: none;
}

.input_field_Ingreso:focus + .input_label_ingreso::after,
.input--filled .input_label_ingreso::after {
	-webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
	transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}
/*END Ingreso*/









.infoWindowContent {
    font-size: 14px !important;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

h2 {
    margin-bottom: 0;
    margin-top: 0;
}

#contenedorPrincipal {
    margin-left: 2%;
    width: 96%;
    background-color: #bebebe;
    height: 100%;
}

.barraCabecera {
    width: 100%;
    background-color: #E6550A;
    color: #FFF;
    font-size: 20px;
    padding: 0.5%;
}

.enviosEstado {
    background-color: #DDD;
    border: 1px solid #000E16;
    padding: 5%;
    border-radius: 5%;
}

.cabeceraTabla {
    background-color: #000E16;
    color: #FFF;
}

    .cabeceraTabla div {
        padding: 0.5%;
        font-size: 13px;
        height: 45px;
        border: 1px solid #FFF;
    }

.registroTabla {
    background-color: #FFF;
    color: #000;
}

    .registroTabla div {
        padding: 0.2%;
        font-size: 12px;
        color: #000;
    }

.regClaro {
    border-bottom: 1px solid #000E16;
    padding: 3px;
    text-align: center;
    border-bottom: #eee solid 1px;
    cursor: pointer;
}

.regOscuro {
    border-bottom: 1px solid #000E16;
    background-color: #e2e2e2;
    padding: 3px;
    text-align: center;
    border-bottom: #eee solid 1px;
    cursor: pointer;
}

    .regClaro :hover, .regOscuro :hover {
        background-color: #FAFAFA;
    }

.paginadorTabla {
    width: 100%;
    padding-top: 5px;
    height: 35px;
    background: #000E16;
    color: #fff;
    text-align: center;
}

    .paginadorTabla li {
        width: 30px;
        cursor: pointer;
    }

        .paginadorTabla li:hover {
            color: #E6550A;
        }

    .paginadorTabla button {
        border-radius: 5px;
        background-color: #E6550A;
    }

        .paginadorTabla button:disabled {
            background: #ffb793;
        }

    .paginadorTabla .PaginaActual {
        color: #E6550A;
    }

@media (max-width: 500px) {
    .paginadorTabla li {
        font-size: 12px;
        width: 20px;
    }

    .paginadorTabla button {
        font-size: 12px;
        padding: 0;
        width: 20px;
    }
}

@media (max-width: 400px) {
    .paginadorTabla li {
        font-size: 10px;
        width: 15px;
    }

    .paginadorTabla button {
        font-size: 8px;
        padding: 0;
        width: 15px;
    }
}

@media (max-width: 900px) {
    body {
        font-size: 12px;
    }
}

h2 {
    font-size: 36px;
    margin: 0 0 10px 0;
}

p {
    margin: 0 0 10px 0;
}

table.width200, table.rwd_auto {
    border: 1px solid #CCC;
    width: 100%;
    margin: 0 0 50px 0;
}

.width200 th, .rwd_auto th {
    background: #000E16;
    color: #FFF;
    padding: 5px;
    text-align: center;
}

.width200 td, .rwd_auto td {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}

.width200 tr:last-child td, .rwd_auto tr:last-child td {
    border: 0;
}

.rwd {
    width: 100%;
    overflow: auto;
}

    .rwd table.rwd_auto {
        width: auto;
        min-width: 100%;
    }

.rwd_auto th, .rwd_auto td {
    white-space: nowrap;
}

@media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 990px) {
    .regOscuro {
        background: #fff;
    }

    table.width200, .width200 thead, .width200 tbody, .width200 th, .width200 td, .width200 tr {
        display: block;
    }

        .width200 thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .width200 tr {
        border: 1px solid #ccc;
    }

    .width200 td {
        background: #DDDDDD;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

        .width200 td:before {
            background: #000E16;
            color: #fff;
            position: absolute;
            top: 0px;
            left: 2px;
            width: 45%;
            padding-bottom: 8px;
            padding-right: 10px;
            white-space: nowrap;
            text-align: right;
        }

        .width200 td:nth-of-type(1):before {
            content: "Guía";
        }

        .width200 td:nth-of-type(2):before {
            content: "Usuario";
        }

        .width200 td:nth-of-type(3):before {
            content: "Destino";
        }

        .width200 td:nth-of-type(4):before {
            content: "# Planilla";
        }

        .width200 td:nth-of-type(5):before {
            content: "Destinatario";
        }

        .width200 td:nth-of-type(6):before {
            content: "Peso";
        }

        .width200 td:nth-of-type(7):before {
            content: "Tipo envío";
        }

        .width200 td:nth-of-type(8):before {
            content: "Contenido";
        }

        .width200 td:nth-of-type(9):before {
            content: "Ingresado";
        }

    .descarto {
        display: none;
    }

    .fontsize {
        font-size: 10px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .descarto {
        display: none;
    }

    .invisible {
        display: none;
        flex: 0;
    }

    .labelMaterial {
        font-size: 10px;
    }

}

.labelTitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #061018;
    vertical-align: central;
    margin-top: 1%;
    margin-left: 1%;
}

.labelMaterial {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #061018;
    height:1%;
    margin-top:2%
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .descarto {
        display: none;
    }

    #labelPending {
        display: none !important;
        flex: 0 !important;
    }

    #labelConsult {
        flex: 10 !important;
        margin-left: 1% !important;
    }

    #autoCompGuias {
        flex: 30 !important;
        width: 36%;
    }

    #labelRegisters {
        flex: 20 !important;
    }

    #selectRegisters {
        flex: 20 !important;
    }

    .fontsize {
        font-size: 10px !important;
    }

    .labelMaterial {
        font-size: 10px;
    }
}

.circulo {
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    background-color: #000E16;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    font-size: 20px;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
    cursor: pointer;
}

fieldset.scheduler-border {
    border: 1px groove #1891D2;
    margin: 1em 0 1.5em 0 !important;
    padding: 1.6em;
}


legend.scheduler-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

.md-datepicker-calendar, .md-datepicker-input-mask-opaque {
    background: rgb(255,255,255);
}

.md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
    background: rgb(33,150,243);
    color: rgb(255,255,255);
    border-color: transparent;
}

.md-calendar-date-selection-indicator:hover {
    background: rgb(224,224,224);
}

.md-calendar-day-header {
    background: rgb(224,224,224);
    color: rgba(0,0,0,0.87);
}

.md-calendar-date-disabled, .md-calendar-month-label-disabled {
    color: rgba(0,0,0,0.26);
}

.cabeceraPaquete {
    background-color: #061018;
    color: #FFF;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #D6D6D6;
}

.lateralPaquete {
    border: 1px solid #CCC;
    border-bottom-color: transparent;
    border-top-color: transparent;
    padding: 4px;
}


.round-button {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #061018;
    box-shadow: 0 0 3px gray;
    font-size: 36px;
    font-weight: bold;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 2);
}

    .round-button:hover {
        background: #262626;
    }


.round-buttondelete {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 50px;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #eb0000;
    box-shadow: 0 0 4px gray;
    font-size: 30px;
    font-weight: bold;
    vertical-align: text-top;
}

.round-button-all-pickups {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #061018;
    content: "\e030";
    box-shadow: 0 0 3px gray;
    font-size: 28px;
    font-weight: bold;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 2);
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

input:disabled {
    color: #bebebe;
}

md-tab-item {
    color: #061018 !important;
    /*width: 200px;*/
}

md-tabs.md-tab.md-icon:hover {
    color: #E6550A !important;
}

md-pagination-wrapper {
    width: inherit !important;
}

md-tab-item:hover {
    color: #E6550A !important;
}

md-tab-item:hover {
    color: #E6550A !important;
}

md-switch.md-checked .md-bar {
    background-color: #bebebe; /* set selected bar color */
}

md-switch.md-checked .md-thumb {
    background-color: #E6550A; /* selected switch color */
}

.md-button.md-primary.md-fab:not([disabled]) md-icon:hover {
    color: #E6550A !important;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 80%;
    left: 2%;
    z-index: 99;
}

.glypho:hover {
    color: #E6550A;
}

.glypho:active {
    color: #E6550A !important;
}

.glypho:target {
    color: #E6550A;
}

md-tabs {
    display: flex;
    flex-direction: column;
}

.md-tabs-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.md-tab-content {
    display: flex;
    flex-direction: row;
    flex: 1;
    overflow-y: scroll;
}

md-list-item.layout-wrap md-no-proxy ng-scope layout-row flex-100:hover {
    background-color: #061018 !important;
    color : #E6550A !important;
}

/*.ng-camera-stack {
    position: relative;
}

.ng-camera-overlay {
        left: 0;
        position: absolute;
        top: 0;
        z-index: 2;
}*/

#ng-camera-feed {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.50) !important;
}

#ng-camera-action {
    background-color: #061018;
    font-family: 'Open Sans', sans-serif;
    color: #E6550A;
    border: none;
    margin: 0;
    font-weight: bold;
    width:100%;
    height: auto;
}

.video {
    margin-left: 0px !important;
}

.css-class-add, .css-class-remove {
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  -moz-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  -o-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.css-class,
.css-class-add.css-class-add-active {
  color: #E6550A;
  font-size:28px;
  font-weight: bold;
}

.css-class-remove.css-class-remove-active {
  font-size:20px;
  color:#E6550A;
  font-weight: normal;
}

.sortorder:after {
  content: '\25b2';
  color: #ffffff;
}
.sortorder.reverse:after {
  content: '\25bc';
  color: #ffffff;
}

@media only screen and (max-width: 1440px) {
   div {
            font-size: 11px;
        }

}

@media only screen and (max-width: 1300px) {
   div {
            font-size: 10px;
         }

   .labelMaterial {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1200px) {
   div {
            font-size: 8px;
       }
   .labelMaterial {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1100px) {
   div {
            font-size: 10px;
         }
    label {
        font-size: 10px !important;
    }

    p {
        font-size: 10px !important;
    }

    table, td {
        font-size: 10px !important;
    }

    input {
        height: 20px;
    }
    .labelMaterial {
        font-size: 10px;
    }
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

.pac-container {
    font-family: Roboto;
}


@-webkit-keyframes movimiento-diagonal {
    from {
        left: 100%;
    }

    to {
        left: 0%;
    }
}

#anim {
    -webkit-animation-name: movimiento-diagonal;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: initial; /*para que vuelva a su posicion inicial */
    width: 200px;
    background-color: #000E16;
    color: #fff;
    position: relative;
    padding: 2px;
    position: absolute;
    z-index: 999;
}

@media (max-width: 480px) {
    .divAddress {
        top: 50%; /* IMPORTANT */
        left: 50%; /* IMPORTANT */
        display: block;
        position: absolute;
        width: 750px;
        height: 417px;
        display: none;
        margin: 5%;
        background-image: url(http://localhost/CO.Servidor.ControllerWeb/Comun/Styles/Imagenes/prospero_fondo.png);
        border: 1px solid #000E16;
        margin-top: -208.5px; /* HALF OF THE HEIGHT */
        margin-left: -375px; /* HALF OF THE WIDTH */
    }

    .full {
        display: block;
        width: 100%;
    }
}
