﻿/* Estilo para los botones con icono */
.shortcut {
    display: inline-block;
    float: none;
    overflow: hidden;
	width: 105px;
}

/* Estilo con los margenes para la página principal */
#content {
    margin: 0 15px 0 15px;
	min-height: 800px;
    display:flexbox;
    flex-item-align:center;
}

/* Estilo para centrar el login en el formulario de inicio */
.login-box {
    width: 200px;
    height: 136px;
    position: absolute;
    top: 30%;
    left: 50%;
    padding: 0 0 0 0;
    text-align: center;
    margin-left:-100px;
}

/*Estilo de los botones para que sean mas ancho*/
.btn {
    width: 100px;
}


/*Estilo del combo para que tenga el mismo ancho que los botones*/
.dropdownlist {
     width: 200px;
     text-align:left;
}

.dropdown-menu {
    font-size: 14px;
}

/* Estilo para sobrescribir los estilos del bloquelateral y el fondo porque se pierden al asignar el block que evita que se redimensione el contenido central de la web al desplegar un menu */
#content .block.bloquelateral {
    border: 1px solid #ddd;
    padding: 20px 10px 5px 5px;
    border-left:   20px solid #ccc;
    box-shadow: inset 0 0 8px rgba(0,0,0,.2),0 1px 0 #fff;
}

#content .block.bgtransparent{
	background-color:transparent;
}

/* Estilo para centrar el logo en la página inicial*/
#content .banner{
    top: 2%;
    position: absolute;
}

/* Estilo para los textos que aparecen dentro de un text-box */
.placeholder::-webkit-input-placeholder { color: #1F4FA3; }
.placeholder::-moz-placeholder { color: #1F4FA3; }
.placeholder:-moz-placeholder { color: #1F4FA3; }
.placeholder::-ms-input-placeholder { color: #1F4FA3; }

/* Estilos para definir el estilo de los números del paginador de los grid */
.table-responsive table .paginador td span {
    margin-left: -1px;
    padding: 7px 10px;
    height: 32px;
    font-size: 12px;
    margin-top: 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 #fff;
    color: #333;
    cursor: pointer;
    background: rgba(204,204,204,.19);
}

.table-responsive table .paginador td a {
    margin-left: -1px;
    padding: 7px 10px;
    height: 32px;
    font-size: 12px;
    margin-top: 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 #fff;
    color: #333;
    cursor: pointer;
}

/* Estilos para los formularios modales */
.modal {
    background-color: rgba(0,0,0,.3);
}

.modal-backdrop {
  background-color: rgba(0,0,0,.3);
}

.modal-body .icon-signup
{
	font-size: 24px;
}

.modal-body .icon-checkmark
{
	font-size: 24px;
}

.modal-body .icon-remove-2
{
	font-size: 16px;
}

.modal-body .aspNetDisabled
{
	width: 100%;
}

.modal-body .select
{
	width: 100%;
}

.modal-footer
{
    overflow: hidden;
}

.modal-footer .alert i
{
    font-size: 23px;
}

.modal-footer .alert .icon-warning
{
    font-size: 23px;
}

/* Estilo para ajustar las imagenes de calendario y hora dentro de un text-box */
.add-on
{
	margin-left: 10px;
}

/* Estilo para hacer más estrecho la ventanita de selección de hora */
.bootstrap-datetimepicker-widget.timepickerdrop {
    width: auto;
    min-width: 120px;
}

/* Estilo para las cabeceras de los formularios y mostrar una barra lateral */
.bloquelateral {
    border: 1px solid #ddd;
    padding: 20px 10px 5px 5px;
    border-left:   20px solid #ccc;
    box-shadow: inset 0 0 8px rgba(0,0,0,.2),0 1px 0 #fff;
}

/* Estilo para ampliar la altura de la cabecera */
#header {
    height: 60px;
}

/* Estilo para el relojo de la página principal */
.clock {
    width: 290px;
    margin: 0 auto;
    padding: 8px 0 4px;
    position: absolute;
    left: 45%;
}

.dropdown-toggle label {
    color: #fff;
    padding: 0px 10px;
    cursor: pointer;
}

/* Estilo para la ventana de carga */
#loadingimg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,.5); 
    display: none;
    background-image: url(../img/loader_profile.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
}

/* Estilos para corregir el problema de la plantilla de diseño, que muestra mal el último dropdownlist que se muestra en pantalla */
button.dropdown-toggle{
    background-image: linear-gradient(to bottom,#FFF,#E6E6E6);
    box-shadow: 0 0 0 0;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}

button.dropdown-toggle:hover{
	background: #F5F5F5;
    color: #333;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}

/* Estilo para alinear la flecha del listitem */
.caret
{
	float: right;
    vertical-align: middle;
	left: 90%;
    top: 45%;
    position: absolute;
}



/* Estilo para el texto del listitem */
.multiselect
{
	text-align: left;
}

/* Estilo para los avisos dentro de los formularios, y ocultarlos cuando no tienen texto */
.avisos
{
    overflow: hidden;
}


/* Estilo para que el contenedor de la página principal crezca si es necesario */
.container
{
	height: 100%;
}

/* Estilo para los radioButton de los Grid */
.form-horizontal .radio-inline
{
	padding-top: 0px;
}

/* Estilo para definir el color de los textos de cabecera de los paneles acordeon */
.accordion-toggle
{
	color: #000;
}

/* Estilo fuente para campos bloqueados */
.modal-body .aspNetDisabled
{
	color: #000;
    font-size: 20px;
}

/* Estilo fuente para campos bloqueados */
/*.aspNetDisabled
{
    font-size: 20px;
}*/

/* Estilo fuente para aumentar el tamaño de la letra */

.letra28
{
    font-size: 28px;
}

.letra20
{
    font-size: 20px;
    vertical-align: middle;
}


.letra14
{
    font-size: 14px;
}

.letra15
{
    font-size: 15px;
}

/* Estilo para poner en negrita un texto */
.font-bold {
    font-weight: bold;
}

/* Estilo para centrar los controles */
.controles-centrados {
    width: 700px;
    height: 900px;
    position: absolute;
    top: 5%;
    left: 45%;
    padding: 0 0 0 0;
    text-align: center;
    margin-left:-100px;
}

/*Estilo de los mensajes para que ocupe todo el ancho de la pantalla*/
.posicion {
    top: 75%;
    position: absolute;
    width: 350px;
    left: 45%;
    padding: 0 0 0 0;
    text-align: center;
    margin-left:-100px;
}

.anchoBoton {
    width: 100%;
}

/*.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


.btn-outline-success {
  color: #47a447;
  border-color: #47a447;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #47a447;
  border-color: #47a447;
}*/

.btn-Gisa {
    background-color: #fff;
    border-color: #f07e14;
    color:  #f07e14;
}

.btn-Gisa:hover {
    background-color: #f07e14;
    border-color: #f07e14;
    color:  #fff;
}

.btn-Gisa:focus {
    background-color: #f07e14;
    border-color: #f07e14;
    color:  #fff;
}

.btn-Gisa-Azul {
    background-color: #fff;
    border-color: #01569A;
    color:  #01569A;
}


.btn-Gisa-Azul:hover {
    background-color: #01569A;
    border-color: #01569A;
    color:  #fff;
}

.btn-Gisa-Azul:focus {
    background-color: #01569A;
    border-color: #01569A;
    color:  #fff;
}


.btn-Gisa-Azul-Imagen {
    background-color: #fff;
    border-color: #01569A;
    color:  #01569A;
}

.label-Gisa {
    color: #01569A;
    font-size: 12px;
}

.label-Gisa-Azul {
    color: #01569A;
    font-size: 13px;
    text-underline-position: below;
    border-color: #01569A;
}
.label-Gisa-Naranja {
    color: #f07e14;
    font-size: 13px;
    text-underline-position: below;
    border-color: #f07e14;
}

.combo-Gisa {
    color: #01569A;
    font-size: 13px;
}

.text-Gisa {
    color: #01569A;
    font-size: 13px;
}

.text-Gisa-Naranja {
    color: #01569A;
    font-size: 13px;
    border-color: #f07e14;
}

/* Estilo para limitar el ancho de un desplegable */
@media (min-width: 0px) {
    .bootstrap-select.btn-group .dropdown-menu.inner {
        min-width: 100%; 
        max-width: 400px;
    }
    
    .multiselect-container {
        max-width: 350px;
    }

    .anchoGrid {
       max-width:550px;
    }

    .anchoGridDetalle{
       max-width:650px;
    }

    .anchoSuspensivosLargo {
        overflow:hidden;
        text-overflow:ellipsis; 
        white-space:nowrap;
        max-width:120px;
    }
    
    .anchoSuspensivosCorto {
        overflow:hidden;
        text-overflow:ellipsis; 
        white-space:nowrap;
        max-width:80px;
    }

}



@media (min-width: 920px) {
    .bootstrap-select.btn-group .dropdown-menu.inner  {
        min-width: 100%;
        max-width: 800px;
    }

    .multiselect-container {
        max-width: 500px;
    }

    .anchoGrid {
       max-width:650px;
    }

    .anchoGridDetalle{
       max-width:100%;
    }


    .anchoSuspensivosLargo {
        overflow:hidden;
        text-overflow:ellipsis; 
        white-space:nowrap;
        max-width:400px;
    }

    .anchoSuspensivosCorto {
        overflow:hidden;
        text-overflow:ellipsis; 
        white-space:nowrap;
        max-width:300px;
    }

}

#contenidoWeb_dgrPartes .icon-pencil-2, #contenidoWeb_dgrPartes .icon-remove-2
{
	font-size: 14px;
}

#contenidoWeb_dgrDetalle .icon-pencil-2, #contenidoWeb_dgrDetalle .icon-remove-2
{
	font-size: 14px;
}


.noBarra {
    overflow: hidden;
}


/*Estilos para el combo de clientes - combo con búsqueda*/
.multiselect-clear-filter {
    color: #01569A;
    font-size: 15px;
    width: 50px;
}

.input-group-addon {
    color: #01569A;
    font-size: 15px;
}

.multiselect-search {
    color: #01569A;
    font-size: 14px;
}

.multiselect-selected-text {
    color: #01569A;
    font-size: 13px;
}

.multiselect-container{
    color: #01569A;
    font-size: 13px;
}

.text {
    color: #01569A;
    font-size: 13px;
}

.filter-option{
    color: #01569A;
    font-size: 13px;
}

.radio {
    color: #01569A;
    font-size: 13px;
}

.level1 {
    color: #f07e14;
    font-size: 12px;
}


.level2 {
    color: #f07e14;
    font-size: 12px;
}


.navbar {
    min-height: 0px;
}

.anchoBotonTool {
    width: 80px;
}

.anchoBotonTool2 {
    width: 130px;
}

/* Estilo para centrar el login en el formulario de inicio */
.login-box {
    width: 200px;
    height: 136px;
    position: absolute;
    top: 30%;
    left: 50%;
    padding: 0 0 0 0;
    text-align: center;
    margin-left: -100px;
}

/*Estilo de los mensajes para que ocupe todo el ancho de la pantalla*/
.posicion {
    bottom: 10%;
    position: absolute;
    width: 99%;
    /*  padding-right:25px;*/
}

/*Estilo de los botones para que sean mas ancho*/
.btn-CP {
    width: 200px;
}

.dropdownlist-CP {
    width: 200px;
    text-align: left;
}

.select-CP {
    width: 200px;
}



.date-only {
    left: 0px;
}

.ancho110 {
    width: 80%;
}


/*#contenidoWeb_txtHastaFechaEstadisticas, #contenidoWeb_txtDesdeFechaEstadisticas {
    width: 60%;
}

#contenidoWeb_txtDesdeFechaPresupuesto, #contenidoWeb_txtHastaFechaPresupuesto, #contenidoWeb_txtDesdeFechaPedido, #contenidoWeb_txtHastaFechaPedido, #contenidoWeb_txtDesdeFechaAlbaran, #contenidoWeb_txtHastaFechaAlbaran {
    width: 60%;
}*/

#contenidoWeb_txtTiempo {
    width: 84%;
}

 /* Estilos para el asistente de grabación del parte de trabajo */
#wizHeader li .prevStep
{
    background-color: #428bca;
}

#wizHeader li .prevStep:after
{
    border-left-color: #428bca !important;
}

#wizHeader li .currentStep
{
    background-color: #5cb85c;
}

#wizHeader li .currentStep:after
{
    border-left-color: #5cb85c !important;
}

#wizHeader li .nextStep
{
    background-color:#C2C2C2;
}

#wizHeader li .nextStep:after
{
    border-left-color:#C2C2C2 !important;
}

#wizHeader
{
    list-style: none;
    overflow: hidden;
    font: 16px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

#wizHeader li
{
    float: left;
}

#wizHeader li a
{
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 49px;
    background: brown; 
    background: hsla(217,100%,50%,1);
    position: relative;
    display: block;
    float: left;
}

#wizHeader li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; 
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(217,100%,50%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

#wizHeader li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
} 
       
#wizHeader li:first-child a
{
    padding-left: 10px;
}

#wizHeader li:last-child 
{
    padding-right: 50px;
}

#wizHeader li a:hover
{
    background: #FE9400;
}

#wizHeader li a:hover:after
{
    border-left-color: #FE9400 !important;
}

.content {
    height: 350px;
    background-color: #F9F9F9;
    width: 357px;
}
/* Medidas cuadro de descripción trabajo */
#contenidoWeb_Wizard1_txtDescripcionTrabajo, #contenidoWeb_Wizard1_txtMaterialRetirado,#contenidoWeb_Wizard1_txtComentariosCliente {
    min-height: 250px;
    min-width: 330px;
}

BIN
/* Tamaño de letra */
.fontSize16 
{
    font-size: 16px;
    height: 18px;
}

/* Estilo para la fuente de los iconos dentro de los grid */

#contenidoWeb_dgrdConsulta .icon-signup, #contenidoWeb_dgrdConsulta .icon-pencil-2, #contenidoWeb_dgrdConsulta .icon-envelop, #contenidoWeb_dgrdConsulta .icon-eye
{
    font-size: 17px;
}


/* Estilo para la cabecera de los WizardSteps - Paso 1 de  */
.text-Gisa-pasos {
    color: #F9F9F9;
    font-size: 15px;
    font-weight: bold;
    background: #FE9400;
    height: 25px;
    text-align: right;
}


/* Estilo para botón addLotes */
.btn-Gisa-Lote {
    font-size: 19px;
    font-weight: bold;
    background: #FE9400;
    height: 25px;

}

.content-lotes {
    height: 200px;
    background-color: #F9F9F9;
    width: 68%;
}


/* Estilo para aumentar el tamaño de los botones de búsqueda */
.icon-binoculars, .icon-search {
      font-size: 19px;
      position: absolute;
       margin-top: 5px;

}

/*Estilo para el número de lote*/
.numero-lote{
    font-size: 15px;
    font-weight: bold;
      position: absolute;
       margin-top: 5px;
    color: #f07e14;
    border-color: #f07e14;
}

/*Estilo para el icono addLote*/
.add-lote {
      font-size: 19px;
      position: absolute;
       margin-top: 5px;

}

/* Estilo para los botones con icono pantalla grabar lotes */
.shortcut2 {
    display: inline-block;
    float: none;
    overflow: hidden;
	width: 80px;
}