@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');


html, body {
    position: relative !important; 
    height: 100%;
}

#headerinfo{
    font-size: 75%;
}
.headerinfo{
    font-weight: bold;
}
.pos-btn-right, .pos-btn-left{
    position: absolute;
}
.pos-btn-right{
    right: 10px;
}
.pos-btn-left{
    left: 10px;
}
h1{
    top: 10px;
}

li{
    list-style:none;
}

ul.in>li{
    background: rgba(124, 196, 218, 0.92);
    color:black;
}

ul.in>li:hover{
    background:#3287ea;
}

li.active{
    background:#3287ea !important;
}
ul.in>li a{
    color:black;
}

#out li p {
    display: inherit;
    text-decoration: none;
    color: black;
    /* color: white; */
    /* font-family: sans-serif; */
    /*    height: 22px;*/
    /* border-bottom: 3px solid #ffffff; */
    /*    line-height: 24px;*/
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

li>ul.in{
    display:none;
    /* border: solid 1px; */
    background:#666666;
}

#conteiner>ul{
    position: relative;
    top: 10%;
    width: 336px;
    margin: 0px auto;
    border: 1px solid #ffffff;
    /* left: 30%; */
    background:#9addfb;
}
#conteiner li{
    /*border-style: solid;*/
    width:100%;
    text-align:center;
}

#conteiner{
    width: 100%;
    top: 0px;
    position: relative;
    left: 0px;
    /* text-align: center; */
    /* margin: 0px auto; */
    /* border: none; */
}       
/*
*/
#conteiner>ul li{
    width:100%;
    text-align:center;
    /* padding-top: 3%; */
    border-bottom: 1px solid #ffffff;
}
#conteiner>ul li:after{
    background-color: black;
}

#conteiner>ul li:last-child{
    padding-bottom: 0%;
    border-bottom: none;
}
#conteiner>ul li:first-child{
    padding-top: 0%;
    border-top: 1px solid #ffffff;
}
#conteiner>ul li:second-child{
    padding-top: 0%;
    border-top: 1px solid #ffffff; 
}

/*#conteiner>ul li:nth-child(1) {
  background: red;
}*/
#head-action-menu {
    border-bottom: 1px solid #ffffff; 
}

.posdropdown {
    position: relative;
    right: 10px;
}




html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: none repeat scroll 0 0 transparent;
    /* border: 0 none; */
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

h6{
    text-align:center;    
}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(114, 115, 119, 0.5);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(114, 115, 119, 0.5);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(114, 115, 119, 0.5);
}



html{
    width:100%; 
    height: 100%;
    /*	display: table;	*/
}

body{
    background-color:#F3F3F3;
    width:100%;
    height: 100%; 
    /*	display:table-cell;*/
    font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
}

html, body { 
    margin: 0px; 
    padding: 0px; 
}

/* Cabecera acceso */
#mHeader{
    height: 35%;
    overflow: visible;
}


/* Cabecera app */
.content{
    height:auto;
}

.cursor-pointer{
    cursor:pointer;
}

img {
    border:none;
    display: block;
    margin:auto;
}


#bBody{/* background-color: rgba(121, 85, 72, 0.2); */height: auto;}
footer{
    background-color: rgba(114, 115, 119, 0.5);
    height: auto;
    position: relative;
    /*left:0px;*/
    bottom:0px;
    /* bottom: 0; */
    display: flex;
}

#copyright{
    margin: 3%;
/*    padding-top: 5px;*/
}

.panelModo{
    margin: 0% 3% 3% 3%;
}

.txt-copyright{
    font-size: x-small;
    color: #fff;
}


#bEquipoEstancia{
    margin-top:1%;
    /*	background-color: rgba(77, 183, 224, 0.2);*/
    width:100%;
    padding:10px 0px 10px 0px;
}

#bPosicion{
    margin-top:1%;
    /*	background-color: rgba(121, 85, 72, 0.2);*/
    width:100%;
    padding: 10px 0px 10px 0px;
    margin-bottom:1%;
}

.bContenido{
    margin: 0 auto;
    width: 100%; /* probá una medida en px si querés */
    text-align:left;
}

a, a:link, a:hover, a:active, a:visited, .far{
    /* color: rgba(77, 183, 224, 1); */
    color: rgba(2, 56, 89, 1);
}

.cellOptionsMsg {
    position:absolute;
    top:0;
    left:0;
    width:0;
    overflow: hidden;
    /*  background-color: #f1f1f1;*/
    background-color: rgba(255, 0, 0, 0.7);
    color:#fff;
    cursor:pointer;
    z-index: 50;

    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;

}

.txtCell{
    padding-left:10px;
}



#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:80%;
    min-height:45%;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}


@media screen and (min-width: 415px) {    
    h1{
        font-size:5vw;
        text-align:center;
        padding:5%;
    }

    /*  label{
              font-weight:bold;
              display:block;
              margin-bottom:0.9em;
              margin-top:1.2em;
      }*/

    .ul-form{
        list-style: none;
        padding:0;
        margin:0;
        border:none;
    }  

    .ul-form li{
        margin-top:5%;
    }

    .name-bar{
        height:25px;
        background-color:#03F;
        width:100%;
    }

    .table-ssterp{
        width:100%;
        font-size:3vw;
    }

    .min-txt{
        font-size:3vw;
    }

    .min-txt-kg{
        font-size:3vw;
        font-weight:bold;
        color:#000000;
        padding:2px;
    }

    .title-txt{}  
    .subtitle-txt{}
    .label-txt{}
    .special-txt{
        font-size:4vw;
        padding-left: 10px;
        padding-right: 10px;
    }


    #form-login-ssterp{
        padding-left:10%;
        padding-right:10%;
        padding-top:5%;
    }

    #actionaccess{
        text-align:center;
        margin-top:5%;
    }

    /* Estilos de Grupajes del Mar Ibérica - Web */
    input[type="text"], input[type="password"] {
        border-color: transparent;
        border-radius: 0;
        border-style: solid;
        border-width: 1px;
        box-shadow: none;
        box-sizing: border-box;
        color:#828282;
        display: inline-block;
        /*	  font-family: Arial,sans-serif;*/
        font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
        font-size: 2em;
        outline: medium none;
        padding: 6px 6px 7px;
        width: 100%;	
        border-radius: 2%;
        -moz-border-radius: 2%;
        -webkit-border-radius: 2%;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 5px;
        text-decoration: none;	
    }
    input[type="text"]:focus, input[type="password"]:focus {
        background-color: #fdfdfd;
        border-color: #b4b4b4;
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
    }
    .ie7 input[type="text"], .ie7 input[type="password"], .ie7 textarea, .ie7 select, .ie8 input[type="text"], .ie8 input[type="password"], .ie8 textarea, .ie8 select {
        line-height: 1.3em;

        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;	
    }

    input[type="text"]:disabled {
        background: #dddddd;
    }


    #actionaccess input[type="image"], input[type="submit"], input[type="reset"], input[type="button"] {
        width: auto;
    }
    .wrong-data {
        border-color: #fe5214;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #9e9e9e;
    }

    input[type="text"].required {
        border-color:#E0B140;	
        border-width:2px;
    }

    #actionaccess input[type="submit"], .btn{
        font-size:4vw;
        display:inline-block;
        width:80%;
        margin-left:10px;
        margin-right:10px;
        color:#FFF;
        text-align:center;
        background-color: /*#E9E9E9*/#4db7e0;
        padding: 5px 10px 5px 5px !important;
        min-width: 50px;
        cursor:pointer;	
        font-weight:bold;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border:#4db7e0 solid .1em;
    }
    .btn:hover{
        cursor:pointer;
        background-color: #ffffff /*#4db7e0*/;
        color: #4db7e0/*#fff*/;	
        border:#4db7e0 solid .1em;
    }

    .bContenido{
        font-size:2em;
    }


    .cellOptionsMsg {
        font-size:1em;
    }

}


/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 414px) {
    h1{
        font-size:2em;
        text-align:center;
        padding: 5%;
        position: relative;
    }

    /*  label{
              font-weight:bold;
              display:block;
              width:100%;	  
      }*/

    .ul-form{
        list-style: none;
        padding:0;
        margin:0;
        border:none;
        display: inline;
        margin: 0 0.5em 0 0;	  
    }  

    .ul-form li{
        margin-top:5%;
    }

    .name-bar{
        height:25px;
        background-color:#03F;
        width:100%;
    }

    .table-ssterp{
        width:100%;
        font-size:5vw;      

    }

    .min-txt{
        font-size:4vw;
    }

    .min-txt-kg{
        font-size:4vw;
        font-weight:bold;
        color:#000000;
        padding:2px;
    }

    .title-txt{}  
    .subtitle-txt{}
    .label-txt{}
    .special-txt{
        font-size:5vw;
        padding-left: 10px;
        padding-right: 10px;
    }


    #form-login-ssterp{
        padding-left:10%;
        padding-right:10%;
        padding-top: 0%;
        position: initial;
    }

    #actionaccess{
        text-align:center;
        margin-top:5%;
    }

    /* Estilos de Grupajes del Mar Ibérica - Web */
    .inputBig {
        border-color: transparent;
        border-radius: 0;
        border-style: solid;
        border-width: 1px;
        box-shadow: none;
        box-sizing: border-box;
        color:#828282;
        display: inline-block;
        /*	  font-family: Arial,sans-serif;*/
        font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
        font-size: 2em;
        outline: medium none;
        padding: 6px 6px 7px;
        width: 100%;	
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 5px;
        text-decoration: none;	
    }
    .inputBig:focus {
        background-color: #fdfdfd;
        border-color: #b4b4b4;
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
    }
    .ie7 input[type="text"], .ie7 input[type="password"], .ie7 textarea, .ie7 select, .ie8 input[type="text"], .ie8 input[type="password"], .ie8 textarea, .ie8 select {
        line-height: 1.3em;

        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;	
    }

    input[type="text"]:disabled {
        background: #dddddd;
    }  

    #actionaccess input[type="image"], input[type="submit"], input[type="reset"], input[type="button"] {
        width: auto;
    }
    .wrong-data {
        border-color: #fe5214;
    }

    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #9e9e9e;
    }

    input[type="text"].required {
        border-color:#E0B140;	
        border-width:2px;
    }

    #actionaccess input[type="submit"], .btn{
        font-size:1em;
        display:inline-block;
        width: 100%;	
        margin-right:10px;
        color:#FFF;
        text-align:center;
        background-color: #4db7e0;
        padding: 5% 15% !important;
        min-width: 50px;
        cursor:pointer;	
        font-weight:bold;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border:#fff solid .1em;
    }
    .btn:hover{
        cursor:pointer;
        background-color: #ffffff /*#4db7e0*/;
        color: #4db7e0/*#fff*/;	
        border:#4db7e0 solid .1em;
    }

    .bContenido{
        font-size:1.2em;
    }  

    .cellOptionsMsg {
        font-size:1.5em;
    }

}

.inputSmall {
    border-color: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color:#828282;
    display: inline-block;
    font-family:'Source Sans Pro', Verdana, Geneva, sans-serif;
    font-size: 1em;
    outline: medium none;
    padding: 6px 6px 7px;
    width: 100% ;	
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    text-decoration: none;	
}
.inputSmall:focus {
    background-color: #fdfdfd;
    border-color: #b4b4b4;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
}
.fright{float: right;}
.fleft{float: left;}
.hidden{
    display:none!important;
    -webkit-display:none;

}
.ocult{
    visibility: hidden;
}
#popContingencias{
    z-index: 999;
}
#formContingencias *{
    margin-bottom: 10px;
    /*margin-top: 10px;*/

}
#formContingencias select{
    margin-top: 10px;
}
#formContingencias #observaciones{
    width: 100%;
}

.boton{
    float: right;
    font-size: 11px;
    line-height: 18px;
    color: white;
    text-decoration: none;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);

    /* box styles */
    display: inline-block;
    height: 19px;
    padding: 0 10px;
    border: 1px solid;
    border-color: #2d86b6 #24659e #255796;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 1px rgba(1, 4, 8, 0.2);

    /* gradients */
    background-color: rgba(77, 183, 224, 1);
    z-index: 99;
    margin-right: 10px;
    margin-top: 10px;
}
div#infoLectura {
    padding: 15px 0px 15px 0px;
    /* border: 1px solid; */
}
.contenedor{
    position: relative;
    margin: 5px;
    /*padding: 0px 0px 0px 9px;*/
}
#contenedor1  #expedicionAduana{
    padding: 0px 25px 0px 0px;
    float: right;
}

.contenedorCabeceras label{
    /* text-decoration: underline; */
    width: 100%;
    padding-bottom: 1px;
    font-weight: bold;
    font-size: 75%;
}
.contenedorCabeceras {
    margin: 5px;
}
.contenedor p{
    /* text-decoration: underline; */
    padding: 0px 0px 9px 0px;
    width: 100%;
    font-weight: bold;
    font-size: 4vw;
    font-size: 75%;
}
/*.contenedorCabeceras #divtitlePartida{padding: 0px 0px 0px 20px;width: 134px;float: left;}*/
.contenedorCabeceras #divtitleExpedicion{padding: 0px 0px 0px 0px;width: 88px;float: left;}
.contenedorCabeceras #divtitleOrden{padding: 0px -5px 0px 0px;padding: 0px 15px 0px 0px;width: 44px;float: right;}

.contenedor .divizquierda{padding:0px 0px 0px 35px;width: 134px;float: left;}
.contenedor .divderecha{padding: 0px 0px 0px 37px;width: 88px;float: right;}

.contenedor #lameCancelado{
    float: right;
}

#formContingencias select, option{
    font-size: 1em;
}
.litletxt{
    font-size: 11px;

}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.7em;
}
label sup{
    vertical-align: super;
    font-size: 10px;
}
#infoLecturaFail {
    text-align: center;
}
hr {
    display: block;
    border: 0;
    border-top: 1px solid #a7a7a770;
}
#mensajeErrorTipCont{
    color: red;
}
#observaciones {
    width: 100% !important; 
    border-color: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #828282;
    display: inline-block;
    font-family: 'Source Sans Pro', Verdana, Geneva, sans-serif;
    font-size: 1em;
    outline: medium none;
    padding: 6px 6px 7px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    text-decoration: none;
}


input[type="file"]#uploadedfile {
    display: none;
}

.btn-subir{
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    /* height: 19px; */
    padding: 0 10px;
    border: 1px solid;
    border-color: #b0b3b5 #9b9ea0 #878e94;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 1px rgba(1, 4, 8, 0.2);
    background-color: rgb(74, 76, 76);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF52B6EC', endColorstr='#FF2E75CE');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #52b6ec), color-stop(100%, #2e75ce));
    background-image: -webkit-linear-gradient(top, #c0ccd2 0%, #87888a 100%);
}
#botonReload{
    border-color: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: #828282;
    outline: medium none;
    padding: 6px 6px 7px;
    width: 10% !important;
    height: 10%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
#label-filename{
    padding-left: 4px;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.5);
}

.popup-overlay{
    height: 300% !important;
}

.table-info tbody {
    width:100%;
    font-size:5vw;
}

.table-info tr{
    border-radius: 13px;
    padding: 4px 14px 4px 14px;
}
#browse-Info {
    background-color: transparent;
}
.table-row {
    font-size: 4.5vw;
}
#browse-Info .table-row .table-cell {
    padding-right: 10px;
    color: #8a8a8a;
    padding-left: 3px;
    white-space: nowrap;
}

#browse-Info tr td {
    border-bottom: 0px;
    border-right: 0px;
    text-align: justify;
}
.table-info tbody tr td {
    background: transparent;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    border-right: 1px dotted rgba(0, 0, 0, 0.5);
}

.btn-subir-ok {
    font-size: 14px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 0 10px;
    border: 1px solid;
    border-color: #b0b3b5 #9b9ea0 #878e94;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset, 0 1px 1px rgba(1, 4, 8, 0.2);
    background-color: rgb(74, 76, 76);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF52B6EC', endColorstr='#FF2E75CE');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #52b6ec), color-stop(100%, #2e75ce));
    background-image: -webkit-linear-gradient(top, #91dc94 0%, #41c13f 100%);
}
.activedClass{
    background-color: #86ceef !important;
}
.opacity-class{
    opacity: 0.7;
    }
    
    .color-red{
        color: red;
    }
    .text-center{
            text-align: center;
    }
    .color-grey{
        color: #828282;
    }
    .footer-absolut{
       position: absolute !important; 
       bottom: -120px;
    }
    
    .logo{
    position: absolute;
    left: 40%;
    top: 1%;
    z-index: -1
    }
    
    
    input::-webkit-input-placeholder {
  font-size: 0.75em;
  vertical-align: central;
}
input:-moz-placeholder {
  font-size: 0.75em;
  vertical-align: central;

}
input:-ms-input-placeholder { 
  font-size: 0.75em;
  vertical-align: central;
}