﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    height: 100%;
    font-size: .75em;
    font-family: "Segoe UI" ,Arial,sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
}

tr.t-grid-edit-row td,
tr.t-grouping-row td
{
   text-overflow: clip !important;
}


p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

textarea
{
    width: 35%;
    min-height: 7em;
    font-size: 1em;
    font-family: "Segoe UI" ,Arial,sans-serif;
}

.t-alt {
    background-color: #A4C2F1 !important;
}

#TrabajadoresSolicitadosListGridView .t-alt {
    background-color: #ebeff3 !important;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: "Segoe UI" ,Arial,sans-serif;
    margin: 5px 0;
    padding: 0;
}

h2
{
}
h3
{
    font-size: 1.2em;
    color: #0099FF;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1200px;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    border-left: solid 1px #F0F2DD;
    border-right: solid 1px #F0F2DD;
    background: #fff;
    overflow: visible; /* shadow effect */
    -moz-box-shadow: 0 0 8px #ddd;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#dddddd')"; /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#dddddd'); /* For IE 5.5 - 7 */
}

#header
{
    position: relative;
    margin: 0px;
    color: #fff;
    padding: 0;
    background: #fff;
    border-bottom: solid 5px #A4C2F1;
}

#header h1
{
    font-weight: bold;
    padding: 5px;
    margin: 0;
    color: #000;
    border: none;
    line-height: 1em;
}

#main
{
    padding: 20px 20px 50px 20px;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    position: fixed;
    width: 90%;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 5%;
    font-size: .9em;
    bottom: 0;
    left: 0;
}

/* TAB MENU   
----------------------------------------------------------*/


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 5px 0;
    padding: 0 0 1em 0;
    border: solid 1px #fff;
    border-bottom: solid 1px #A4C2F1;
    background: #F0F2DD url(Images/dry-ice-gradient.png) repeat-x;
}

fieldset p
{
    margin: 5px;
}

legend
{
    position: relative;
    left: -1px;
    margin: 0;
    padding: 0;
    width: 100%;
    color: black;
    line-height: 2em;
    background: #7FA5D7;
    border-top: solid 1px #9ED54C;
    border: solid 1px #A4C2F1;
    background: #F1F5FB;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover
{
    background: #A4C2F1;
}

input[type="text"]:active, input[type="password"]:active, textarea:active
{
    background: #DEE1E7;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
    background: #DEE1E7;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}




/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
}

div#title
{
    text-align: left;
}

#logo
{
    background: url('Images/Logo.png') no-repeat;
    width: 304px;
    height: 80px;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    position: absolute;
    text-align: right;
    margin: 0 20px;
    margin-top: 0px;
    color: black;
    top: 0;
    right: 0;
}

#logindisplay a:link
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: black;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: black;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
    position: absolute;
    padding: 3px;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    color: #000;
    margin: 5px;
    padding: 5px;
    border: solid 1px #ccc;
    background: #ffff99;
}

.validation-summary-valid
{
    display: none;
}

.display-label, .editor-label, .display-field, .editor-field
{
    margin: 5px 0;
    vertical-align: top;
    line-height: 20px;
}

.editor-field select, .field select
{
    /*min-width: 200px;*/ /*width:30%;*/
    width: 200px;
}

.editor-label
{
    display: inline-block;
    text-align: left;
    width: 15%;
    padding-left: 25%;
}

.editor-field
{
    display: inline-block;
    width: 50%;
    margin-left: 5px;
}

.target[readonly]
{
    background-color: #E5E5E5;
}

.column-left
{
    display: block;
    width: 45%;
    float: left;
    margin-left: 5%;
}
.column-left, .editor-label
{
    padding-left: 5%;
    width: 40%;
}
.column-left, .editor-field
{
}
.column-right
{
    display: inline-block;
    width: 45%;
    float: right;
    margin-right: 5%;
}
.column-right, .editor-label
{
    padding-left: 5%;
    width: 40%;
}
.column-right, .editor-field
{
}

.column-square
{
    border: 1px solid #A4C2F1;
    padding-bottom: 5%;
    padding-top: 5%;
    margin-bottom: 5%;
    margin-top: 5%;
    background-color: #F1F5FB;
}

input[type="text"].numeric
{
    min-width: 50px;
    width: 100px;
    text-align: right;
}

.text-box
{
    width: 30em;
}

.formcliente .editor-label
{
    width: 48%;
    text-align: left;
}

.formcliente .editor-field
{
    width: 48%;
    text-align: left;
}
.formcliente .editor-left
{
    width: 50%;
    float: left;
}

.formcliente .editor-right
{
    width: 50%;
    float: right;
}

.formcliente textarea
{
    min-height: 5em;
    height: 5em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.field
{
    display: inline-block;
    width: 20%;
    padding: 1%;
    vertical-align: top;
}

.field input
{
    width: 100%;
}

.field .range input
{
    width: 70px;
}

.hidden
{
    visibility: hidden;
    display: none;
}

/* GRID  
----------------------------------------------------------*/
.checkbox-header
{
    width: 2em;
}

.filter-button-container
{
    display: block;
    padding-left: 5px;
    width: 100%;
}

/* ENTITY SELECTION 
----------------------------------------------------------*/
.grid-row-not-selectable
{
    background-color: #ddd;
    font-style: italic;
    color: #aaa;
}


/* EFFECTS  
----------------------------------------------------------*/
.shadow
{
    -moz-box-shadow: 0 0 8px #ddd;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#dddddd')"; /* For IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='#dddddd'); /* For IE 5.5 - 7 */
}

.gradientgreen
{
    background: -webkit-gradient(linear, left top, left bottom, from(#59A80F), to(#9ED54C)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #59A80F,  #9ED54C); /* for firefox 3.6+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#59A80F', endColorstr='#9ED54C')"; /* for IE 8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59A80F', endColorstr='#9ED54C'); /* for IE 5.5 - 7 */
}

/* MESSAGES 
----------------------------------------------------------*/
#message-container
{
    position: relative;
    display: none;
    width: auto;
    min-height: 25px;
    vertical-align: middle;
    overflow: hidden;
}
#message-icon
{
    position: absolute;
}
#message-icon img
{
    width: 25px;
    height: 25px;
}
#message-text
{
    font-size: 0.9em;
    padding: 5px;
    padding-left: 30px;
}
#message-close
{
    position: absolute;
    right: 0px;
    top: 0px;
}
#message-close:hover
{
    cursor: pointer;
}
.message-ok
{
    background-color: #cea;
    border: 1px solid #6d6;
    color: #694;
}
.message-info
{
    background-color: #9dc;
    border: 1px solid #6bd;
    color: #34c;
}
.message-alert
{
    background-color: #ffb;
    border: 1px solid #ff5;
    color: #f93;
}
.message-error
{
    background-color: #fdc;
    border: 1px solid #f50;
    color: #f00;
}
/* Editar Pedidos */
#formPedido .editor-label
{
    /*max-width: 11%;*/
    max-width: 12%;
    padding-left: 0;
    text-align: right;
}
#formPedido .contenido
{
    margin-bottom: 2%;
    margin-left: -2%;
    margin-top: 2%;
}
#formPedido .editor-field
{
    /*width:33% !important;*/
    width: 37% !important;
}

#formPedido .textPedido
{
    width: 116px;
}

/* Iniciar Día */
#formInicioDia .editor-label
{
    max-width: 24%;
    padding-left: 0;
    text-align: right;
}

#formInicioDia .editor-field
{
    width: 13% !important;
}

/* Buttons 
///////////////////////////////////////////////////////////*/

.button-buscar
{
    background: transparent url(images/find.png) no-repeat center center !important;
    height: 28px !important;
    width: 28px !important;
    border: 1px solid #CCCCCC !important;
    margin-right: 3px !important;
    padding: 1px !important;
    vertical-align: middle !important;
    border-bottom-left-radius: 0px 0px !important;
    border-bottom-right-radius: 0px 0px !important;
    border-top-left-radius: 0px 0px !important;
    border-top-right-radius: 0px 0px !important;
    color: inherit;
    cursor: pointer;
}

.button-buscar:hover
{
    border: solid 1px #F8872E !important;
    background: #FDCA49 url(images/find.png) no-repeat center center !important;
}


.button-baja
{
    background: transparent url(images/remove.png) no-repeat center center !important;
    height: 24px !important;
    width: 24px !important;
    border: none;
    padding: 1px !important;
    vertical-align: middle !important;
    color: inherit;
    cursor: pointer;
}

.button-nuevo
{
    background: transparent url(images/new.png) no-repeat center center !important;
    height: 24px !important;
    width: auto !important;
    min-width: 1px !important;
    border: 0px solid transparent !important;
    vertical-align: middle !important;
    border-bottom-left-radius: 0px 0px !important;
    border-bottom-right-radius: 0px 0px !important;
    border-top-left-radius: 0px 0px !important;
    border-top-right-radius: 0px 0px !important;
    color: inherit;
    cursor: pointer;
}

.button-edit
{
    background-position: center center;
    min-width: 1px;
    width: 16px;
    height: 16px;
}


.button-limpiar
{
    background: transparent url(images/clean.png) no-repeat center center !important;
    height: 28px !important;
    width: 28px !important;
    border: 1px solid #CCCCCC !important;
    margin-right: 3px !important;
    padding: 1px !important;
    vertical-align: middle !important;
    border-bottom-left-radius: 0px 0px !important;
    border-bottom-right-radius: 0px 0px !important;
    border-top-left-radius: 0px 0px !important;
    border-top-right-radius: 0px 0px !important;
    color: inherit;
    cursor: pointer;
}

.button-limpiar:hover
{
    border: solid 1px #F8872E !important;
    background: #FDCA49 url(images/clean.png) no-repeat center center !important;
}

.button-container
{
    border-top: solid 1px #A4C2F1;
}

.button-nuevo
{
    background: transparent url(images/new.png) no-repeat center center !important;
    height: 24px !important;
    width: 24px !important;
    border: none;
    padding: 1px !important;
    vertical-align: middle !important;
    color: inherit;
    cursor: pointer;
}

.button-eliminar
{
    background: transparent url(images/remove.png) no-repeat center center !important;
    height: 24px !important;
    width: 24px !important;
    border: none;
    padding: 1px !important;
    vertical-align: middle !important;
    color: inherit;
    cursor: pointer;
}

.button-informe
{
    background: transparent url(images/report.png) no-repeat center center !important;
    height: 24px !important;
    width: 24px !important;
    border: none;
    padding: 1px !important;
    vertical-align: middle !important;
    color: inherit;
    cursor: pointer;
}


.button-guardar
{
    background: transparent url(images/save.png) no-repeat center center !important;
    height: 24px !important;
    width: 24px !important;
    border: none;
    padding: 1px !important;
    vertical-align: middle !important;
    color: inherit;
    cursor: pointer;
    margin-right:12px;
}

.button-guardarChanged
{
    background: transparent url(images/saveBlue.png) no-repeat center center !important;
    height: 24px !important;
    width: 24px !important;
    border: none;
    vertical-align: middle !important;
    color: inherit;
    cursor: pointer;
    margin-right:12px;
}

.button-volver
{
    background: transparent url(images/back.png) no-repeat center center !important;
    height: 24px !important;
    width: 24px !important;
    border: none;
    vertical-align: middle !important;
    color: inherit;
    cursor: pointer;
    margin-left:12px;
}


/* Cambios en formularios */
.section-title-text
{
    text-align: left;
    display: block;
}

.section-title-text-changed
{
    color: #D02041;
}

/* validators */


.t-grid .field-validation-error
{
    position: absolute;
    white-space: nowrap;
    color: red;
    padding: 17px 5px 3px;
    background: transparent url(images/validation-error-message.png) no-repeat 0 0;
}

.t-grid-action
{
    border: none !important;
    background: transparent;
    width: 18px;
    margin: 0px;
}

.t-grid-toolbar
{
    /*height: 0px !important;*/
    padding: 0px;
    margin: 0px;
    border: none;
}


/* Custom */


.mano
{
    display: inline-block;
    width: 49%;
}

.manoMaquinaEspecial
{
    display: inline-block;
    width: 49%;
    float: right;
}

/* Tablero */


.titulo-Lista-Categoria
{
    width: 100%;
    background-color: #dcdcdc;
    border: 1px solid black;
    padding-top: 4px;
    text-align: center;
    font-size: large;
    font-weight: bold;
    vertical-align:bottom;
}
.categoria
{
    display: block;
}

.EntradaLista
{
     width: 40px;
    height: 65px;
    display: inline-block;
    vertical-align:top;
}
.ObreroContainer
{
    width: 40px;
    height: 55px;
    display: inline-block;
    vertical-align:top;
}

.ObreroContainer-Nivel0
{
    width: 32px;
    height: 32px;
    z-index: 0;
    position: relative;
    /*top: 0px;*/
    top: -2px;
}

.ObreroContainer-Nivel1
{
    width: 32px;
    height: 32px;
    z-index: 1;
    position: relative;
    /*top: -28px;*/
    top: -30px;
    left: 3px;
}

.ObreroContainer-Nivel2
{
    width: 32px;
    height: 32px;
    z-index: 2;
    position: relative;
   /*top: -56px;*/
    top: -57px;
    left: 6px;
}

.ObreroContainer-Nivel3
{
    width: 32px;
    height: 32px;
    z-index: 3;
    position: relative;
    top: -84px;
    left: 9px;
}

.TextoCirculo
{
    width: 32px;
    height: 20px;
    z-index: 4;
    position: relative;
    top: -118px;
    left: 9px;
    text-align: center;
    margin-top: 10px;
}

.TextoPie
{
    width: 32px;
    height: 16px;
    z-index: 4;
    position: relative;
    top: -120px;
    left: 9px;
    text-align: center;
    margin-top: 4px;
}

.TextoEnBlanco
{
    color:White;
}
.TextoEnNegro
{
    color:Black;
}
.TextoDoble
{
    color:#2675FF;
    font-weight:bold;
}

.circle-doble
{
    background: url(images/CircleDoble.png) no-repeat 0 0;
}

.circle-capataz
{
    background: url(images/CircleOrange.png) no-repeat 0 0;
}


.circle-apuntador
{
    background: url(images/CircleBrown.png) no-repeat 0 0;
}

.circle-oficialdecubierta
{
    background: url(images/CircleCream.png) no-repeat 0 0;
}

.circle-oficialmanipulante
{
    background: url(images/CircleGray.png) no-repeat 0 0;
}

.circle-gruista
{
    background: url(images/CircleGreen.png) no-repeat 0 0;
}

.circle-especialista
{
    background: url(images/CircleBlue.png) no-repeat 0 0;
}

.circle-white, .circle-sinFichar
{
    background: url(images/CircleWhite.png) no-repeat 0 0;
}

.circle-doblar
{
    background: url(images/CircleWhite.png) no-repeat 0 0;
}

.circle-polivalente
{
    background: url(images/CircleWhite.png) no-repeat 0 0;
}

.circle-transparent
{
}

.circle-descanso
{
    background: url(images/CircleYellow.png) no-repeat 0 0;
}

.circle-descanso-asignado
{
    background: url(images/CircleYellowOnly.png) no-repeat 0 0;
}

.circle-black
{
    background: url(images/CircleBlack.png) no-repeat 0 0;
}

.puertaDia
{
    width:10px;
    height:10px;
    display:block;
}

.puertaTurno  
{
    width:10px;
    height:10px;
    position:relative;
    top:-10px;
    left:35px;
    display:block;
}

.asignacionManualIcono
{
    display: block;
    height: 15px;
    left: 10px;
    position: relative;
    top: 43px;
    width: 13px;
    z-index: 4;
}

.fondoPuertaDia
{
     background: url(images/puertaDia.png) no-repeat 0 0;
}

.fondoPuertaTurno
{
    background: url(images/puertaTurno.png) no-repeat 0 0;
}

.fondoAsignacionManualIcono
{
    background: url(images/asigManual-icon.png) no-repeat 0 0;
}

.fondoAsignacionFueraListaIcono
{
    background: url(images/asigManual-icon-Libreta.png) no-repeat 0 0;
}

.HoraSiguienteDia
{
    color: red;
    font-weight: bold;
}

.HoraEditada
{
    text-decoration: underline;
}

.ContenidoLogin
{
    background: url(images/SestiseTarjeta.png) no-repeat 0 0;
    display: inline-block;
    height: 234px;
    text-align: left;
    width: 385px;
}

.ContenidoLogin-Text
{
    color: white;
    margin-left: 9px;
    margin-top: 84px;
}