﻿html {
    margin: 0;
    padding: 0;
    height:100%;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Open Sans","Segoe UI", Sans-Serif, Verdana, Helvetica !important;
    margin: 0;
    padding: 0;
    height:100%;
    width:100%;
}
/*************************************************************/
/*** Adaptación del grid a la altura de la pantalla **********/
/*************************************************************/
body {    
    /*position: relative;*/
}
#body {
    /*TODO CSS Manuel*/
    /*position: absolute;*/
    /*bottom: 30px;
    top: 155px;*/
    width: 100%;
    overflow: visible; 
    min-height: 800px;   
    margin-bottom: 100px;   
    clear:both;
}
.fondoBlanco{
    background-color: white !important;
}
.main-content {
    height: 100%;    
    overflow: visible;
}
footer  {
    position: absolute;
    bottom: 0px;
}
footer  .pie {
    position:fixed;
    margin-top: -27px;
}
html, body 
        {
            height: 100%;
            margin: 0px;
            padding: 0px;
        }
form
{
    display:table;
}

.block-form form {
    display: block;
}

#Contenedor
{
    /*TODO CSS Manuel*/
    /*position: relative;
    width: 980px;*/
    left: 0px;
    right: 0px;
    /*margin: -150px auto;*/
    height: 100%;
    /*margin: 0px;*/
    padding: 0px;  
}
header
{
    z-index: 1;
}
    
/*************************************************************/
/*************************************************************/
/*************************************************************/

.boxSizing {
    box-sizing: border-box !important;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    /*TODO CSS Manuel
    a:hover {
        background-color: #c7d1d6;
    }
*/
header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
    margin-top: 5px;
}

.main-content h2
{
    color: #FFFFFF;
    width: 955px;
    height: 36px;
    padding-left: 6px;
}

h3 {
    font-size: 1.2em;
}

.main-content h3
{
    color: #fff;
    width: 90%;
    font-weight: bold;
    text-transform:uppercase;
    margin-bottom:20px;
}

.div-tarifa h3
{
    background-color: #23195E;
    color: #FFFFFF;
    width: 100%; 
    height: 36px;
    vertical-align: top;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 980px;
}

#body {
    background-color: white /*#36507C*/;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        /*padding-left: 10px;*/
        padding-top: 5px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    color: white;
}

footer .pie
{
    /*background: url(themes/base/images/pie.png) no-repeat top left !important;*/
    display: block;
    width: 980px;
    height: 27px;
    left: 10px;
    z-index: -10;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: 1.1em;
    /*margin: 0 0 10px;*/
    text-align: right;
    color: #FFFFFF;
    font-weight: bold;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }
    
    /*TODO: CSS Manuel*/
    /*#login form a, #login #loginLink
    {
        position: absolute;
        right: -3px;
        padding: .5px 3px 1px 3px;
    }*/

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;        
        color: #FFFFFF;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

    /*TODO: CSS Manuel*/
/*#login #usernametext 
{
    position: absolute;
    left: 8px;
}*/

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

/*TODO: CSS Manuel*/
/*#logoutForm {
    display: inline;
}*/

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    margin-top: 15px;
    /*padding: 0;*/
    padding: 0 0 0 10px;
    margin-left: -10px;
    /*background-color: #EFEEEF;*/
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input[disabled="disabled"]
{
    background-color: #EAEAEA;
}

input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 15px;
    margin: 5px 0 6px 0;
    padding: 2px 3px 3px 3px;
    width: 90%;
}

input[type="number"], input[type="text"], input[type="string"], textarea, input[type="password"]
{

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.chosen-container 
{
    margin: 5px 0 6px 0;
    
}

.chosen-container-multi ul.chosen-choices
{
    max-height:75px;
    overflow-y: auto;
    height: 75px !important;
    position: relative;
}
.with-chosen tbody, .t-grid.with-chosen td, .with-chosen > .t-grid-content   {
    overflow: visible;
}

select 
{
    width: 312px;
}

textarea {
    font-family: inherit;
    width: 95%;
}

    textarea.heigth75 {
        height: 75px;
    }

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        /*background-color: #d3dce0;
        /*border: 1px solid #787878;*/
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        /*padding: 7px;*/
        /*margin-right: 8px;
        width: auto;*/
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    color:#fff;
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}
.message-info a{
    color:#fff;
}

label.message-info {
    color: #fff;
    border: none;
    font-size: 1vw;
    text-transform: uppercase;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    display: block;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, div.tip-error div.chosen-container,
input.text-box.single-line.input-validation-error, textarea.input-validation-error{
    border: 1px solid;
    border-color:#e80c4d !important;

}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;

    /*margin-top: 0.1em;*/
    border: 0 none;
}

th {

    font-size: 1.1em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: normal;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

tr.t-footer-template td
{
    background-color: #23195E;
    color:  White !important;
    }
.t-group-indicator .t-button
{
    height:17px;
    }

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;

    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

#ui-datepicker-div, #ui-timepicker-div
{
    margin-top: 13px !important;
    /*margin-left: -150px !important;*/
}

#menu .pure-menu-open
{
    position: absolute;
    top: 100px;
    right: 120px;
    height: 300px;
    font-weight: bold;    
}

/*TODO CSS Manuel: Mover la lista desplegable a la derecha si es el primer modulo*/

#menu .pure-menu-open ul 
{
    background-color: #2952AE;
    text-transform:uppercase;
    display: none;
    width: auto;
    /*border: solid 1px #23195E;*/
    /*box-shadow: 5px 5px 3px #888888;*/
    text-align:left;
}
.pure-menu-open .menuSecundario li a:hover, .pure-menu-open .menuSecundario li a:focus{
    background-color: #0B6AFF !important ;
}

#menu li ul li a{
    color:white !important;
}

#menu li:hover ul {
    display : block;
}

#menu li ul li.pure-menu-selected a { 
    color: #FFFFFF;
    
}

#menu li ul li a { 
    color: #777777;
    border-bottom:1px solid #6581AF;
}

.t-grid-bottom a 
{
    padding: 0px;
}

.t-filter-options input { 
    width: 137px !important;
}
.t-filter-options {
    z-index: 100;
}

th.t-header a { 
    font-size: 0.9em !important;
}


/*POPUP ADRIAN*/
.t-window-titlebar.t-header, .t-window-actions.t-header
{
    background-color: #6581AF;
}
.t-window-actions.t-header .t-link.t-state-hover
{
    border-radius: 50%;
}

.t-widget.t-window {
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: none;
}
.t-window-content.t-content {
    padding: 0px;
    background-color: #6581AF;
    padding-bottom: 5px;
    text-align: right;
}


.edit-prevision-form 
{
    font-size: 12px; 
    height: 200px; 
    width: 600px;
    background-color: white;
    margin-bottom: 10px;
    padding: 10px;
    overflow: auto;
    text-align: justify;
}


/*POUP ADRIAN*/
.logo-cabecera 
{
    background: url(themes/base/images/logo_amura_h.png) no-repeat top left !important;
    display: block;
    width: 247px;
    height: 50px;
    margin-left: 15px;
}

header
{
    position: relative;
}
header .separador 
{
    background: url(themes/base/images/linea_cabecera.png) /*no-repeat*/ top left !important;
    background-repeat: no-repeat;
    display: block;
    width: 980px;
    height: 7px;
    position: absolute;
    bottom: 65px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

header #login 
{
    background: url(themes/base/images/fondo-usuarios.png) no-repeat top left !important;
    display: block;
    width: 452px;
    /*height: 85px; */
    height: 50px;  
    position: relative;
    left: 0px;
}
/*TODO: CSS Manuel*/
/*#menu-superior pure-menu
{
    background-color: #E6EDF5;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;    
    width: 100%;
}*/

.pure-menu-horizontal 
{
    /*background: none !important;*/
}
.pure-menu-horizontal ul
{
    width: 100%;
}
#menu-superior .pure-menu-horizontal  li
{
    /*width: 7.2%;*/ /*Si le pongo menos falla en Safari*/
    width: 6.8%;
}
.menuSecundario li
{
    width: 100% !important;
    text-align:left;
}
#menuSecundarioFac li
{
    width: 100% !important;
}

#menu-superior > div > ul > li > a
{
    width: 64px;
    height: 64px;
    /* Jonay: comento para ajustar menu en IE y Safari
    display: inline-block;
    top: 20px;
    padding-right: 0px;
    position: relative;
    left: 3px;
    zoom: 0.93 !important;
    */    
    margin-top: 18px;
}

/*TODO: CSS Manuel*/
/*#menu-superior a:hover, #menu-superior a.pure-menu-selected 
{
    top: 20px;
    left: 7px;
}*/

#menu:first-child 
{
    margin-left:10px;
}

#menu-superior #icono-servicios
{
    background: url(themes/base/imagesV2/menu/bt_movimientos.png) no-repeat;
}

#menu-superior #icono-servicios:hover
{
    background: url(themes/base/imagesV2/menu/bt_movimientos-over.png) no-repeat;
}

#menu-superior #icono-servicios:active, #menu-superior #icono-servicios.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt_movimientos-pulsado.png) no-repeat;
}

#menu-superior #icono-albaranes
{
    background: url(themes/base/imagesV2/menu/bt-albaranes.png) no-repeat;
}

#menu-superior #icono-albaranes:hover 
{
    background: url(themes/base/imagesV2/menu/bt-albaranes-over.png) no-repeat;
}

#menu-superior #icono-albaranes:active, #menu-superior #icono-albaranes.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-albaranes-pulsado.png) no-repeat;
}

#menu-superior #icono-facturas
{
    background: url(themes/base/imagesV2/menu/bt-facturas.png) no-repeat;
}

#menu-superior #icono-facturas:hover
{
    background: url(themes/base/imagesV2/menu/bt-facturas-over.png) no-repeat;
}

#menu-superior #icono-facturas:active, #menu-superior #icono-facturas.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-facturas-pulsado.png) no-repeat;
}

#menu-superior #icono-buques2
{
    background: url(themes/base/imagesV2/menu/bt-busques.png) no-repeat;
}

#menu-superior #icono-buques2:hover
{
    background: url(themes/base/imagesV2/menu/bt-busques-over.png) no-repeat;
}

#menu-superior #icono-buques2:active, #menu-superior #icono-buques2.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-busques-pulsado.png) no-repeat;
}

#menu-superior #icono-buques1
{
    background: url(themes/base/imagesV2/menu/bt-excentos.png) no-repeat;
}

#menu-superior #icono-buques1:hover 
{
    background: url(themes/base/imagesV2/menu/bt-excentos-over.png) no-repeat;
}

#menu-superior #icono-buques1:active, #menu-superior #icono-buques1.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-excentos-pulsado.png) no-repeat;
}

#menu-superior #icono-navieras
{
    background: url(themes/base/imagesV2/menu/bt-navieras.png) no-repeat;
}

#menu-superior #icono-navieras:hover
{
    background: url(themes/base/imagesV2/menu/bt-navieras-over.png) no-repeat;
}

#menu-superior #icono-navieras:active, #menu-superior #icono-navieras.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-navieras-pulsado.png) no-repeat;
}

#menu-superior #icono-consignatarios
{
    background: url(themes/base/imagesV2/menu/bt-consignatarios.png) no-repeat;
}

#menu-superior #icono-consignatarios:hover
{
    background: url(themes/base/imagesV2/menu/bt-consignatarios-over.png) no-repeat;
}

#menu-superior #icono-consignatarios:active, #menu-superior #icono-consignatarios.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-consignatarios-pulsado.png) no-repeat;
}

/*#menu-superior #icono-personal
{
    background: url(themes/base/images/menu/personal.png) no-repeat;
}

#menu-superior #icono-personal:hover, #menu-superior #icono-personal.pure-menu-selected 
{
    background: url(themes/base/images/menu/personal_seleccionado.png) no-repeat;
}*/

#menu-superior #icono-guardias
{
    background: url(themes/base/imagesV2/menu/bt-grupos-de-factura.png) no-repeat;
}

#menu-superior #icono-guardias:hover
{
    background: url(themes/base/imagesV2/menu/bt-grupos-de-factura-over.png) no-repeat;
}

#menu-superior #icono-guardias:active, #menu-superior #icono-guardias.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-grupos-de-factura-pulsado.png) no-repeat;
}

#menu-superior #icono-embarcaciones
{
    background: url(themes/base/images/menu/embarcaciones.png) no-repeat;
}

#menu-superior #icono-embarcaciones:hover, #menu-superior #icono-embarcaciones.pure-menu-selected 
{
    background: url(themes/base/images/menu/embarcaciones_seleccionado.png) no-repeat;
}

#menu-superior #icono-ajustes 
{
    background: url(themes/base/imagesV2/menu/bt-otros.png) no-repeat;
    padding-right: 0px;
}

#menu-superior #icono-ajustes:hover
{
    background: url(themes/base/imagesV2/menu/bt-otros-over.png) no-repeat;
    padding-right: 0px;
}

#menu-superior #icono-ajustes:active, #menu-superior #icono-ajustes.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-otros-pulsado.png) no-repeat;
}

#menu-superior #icono-grafica 
{
    background: url(themes/base/imagesV2/menu/bt-graficas.png) no-repeat;
}

#menu-superior #icono-grafica:hover
{
    background: url(themes/base/imagesV2/menu/bt-graficas-over.png) no-repeat;
}

#menu-superior #icono-grafica:active, #menu-superior #icono-grafica.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-graficas-pulsado.png) no-repeat;
}

#menu-superior #icono-infraestructuras 
{
    background: url(themes/base/imagesV2/menu/bt-embarcaciones.png) no-repeat;
}

#menu-superior #icono-infraestructuras:hover
{
    background: url(themes/base/imagesV2/menu/bt-embarcaciones-over.png) no-repeat;
}

#menu-superior #icono-infraestructuras:active, #menu-superior #icono-infraestructuras.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-embarcaciones-pulsado.png) no-repeat;
}

#menu-superior #icono-prevision 
{
    background: url(themes/base/imagesV2/menu/bt-revisiones.png) no-repeat;
}

#menu-superior #icono-prevision:hover
{
    background: url(themes/base/imagesV2/menu/bt-revisiones-over.png) no-repeat;
}

#menu-superior #icono-prevision:active, #menu-superior #icono-prevision.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-revisiones-pulsado.png) no-repeat;
}

#menu-superior #icono-solicitud 
{
    background: url(themes/base/images/menu/boton-solicitud-normal.png) no-repeat;
}

#menu-superior #icono-solicitud:hover
{
    background: url(themes/base/images/menu/boton-solicitud-over.png) no-repeat;
}

#menu-superior #icono-solicitud:active, #menu-superior #icono-solicitud.pure-menu-selected 
{
    background: url(themes/base/images/menu/boton-solicitud-click.png) no-repeat;
}

#menu-superior #icono-proveedores 
{
    background: url(themes/base/imagesV2/menu/bt-proveedores.png) no-repeat;
    padding-right: 0px;
}

#menu-superior #icono-proveedores:hover 
{
    background: url(themes/base/imagesV2/menu/bt-proveedores-over.png) no-repeat;
    padding-right: 0px;
}

#menu-superior #icono-proveedores:active, #menu-superior #icono-proveedores.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-proveedores-pulsado.png) no-repeat;
}

#menu-superior #icono-personal 
{
    background: url(themes/base/imagesV2/menu/bt-personal.png) no-repeat;
    padding-right: 0px;
}

#menu-superior #icono-personal:hover 
{
    background: url(themes/base/imagesV2/menu/bt-personal-over.png) no-repeat;
    padding-right: 0px;
}

#menu-superior #icono-personal:active, #menu-superior #icono-personal.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-personal-click.png) no-repeat;
}

#menu-superior #icono-Facturas_proveedores 
{
    background: url(themes/base/images/menu/Facturas_proveedores.png) no-repeat;
    padding-right: 0px;
}

#menu-superior #icono-Facturas_proveedores:hover, #menu-superior #icono-Facturas_proveedores.pure-menu-selected 
{
    background: url(themes/base/images/menu/Facturas_proveedores_seleccionado.png) no-repeat;
}

#menu-superior #icono-presupuesto
{
    background: url(themes/base/imagesV2/menu/bt-presupuestos.png) no-repeat;
    padding-right: 0px;
}

#menu-superior #icono-presupuesto:hover
{
    background: url(themes/base/imagesV2/menu/bt-presupuestos-over.png) no-repeat;
    padding-right: 0px;
}

#menu-superior #icono-presupuesto:active, #menu-superior #icono-presupuesto.pure-menu-selected 
{
    background: url(themes/base/imagesV2/menu/bt-presupuestos-pulsado.png) no-repeat;
}

#menu-superior #icono-berthing {
    background: url(themes/base/imagesV2/menu/bt_berthing.png) no-repeat;
    padding-right: 0px;
}

    #menu-superior #icono-berthing:hover {
        background: url(themes/base/imagesV2/menu/bt_berthing-over.png) no-repeat;
        padding-right: 0px;
    }

    #menu-superior #icono-berthing:active, #menu-superior #icono-berthing.pure-menu-selected {
        background: url(themes/base/imagesV2/menu/bt_berthing-pulsado.png) no-repeat;
    }


header .content-wrapper {
    padding-top: 20px; 
    height: 127px;
}

/*TODO: CSS Manuel*/
#body{
    width:90%;
    left:0;
    right:0;
    margin:0px auto;
}
/*body 
{
    width: 980px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}*/

.witdh2  { width: 2%!important}
.width5  {width: 4.5% !important;}
.width6  {width: 5.5% !important;}
.width7  {width: 6.5% !important;}
.width8  {width: 7.5% !important;}
.width9  {width: 8.5% !important;}
.width10 {width: 10% !important;}
.width11 {width: 10.5% !important;}
.width13 {width: 13% !important;}
.width15 {width: 15% !important;}
.width16 {width: 16% !important;}
.width17 {width: 17% !important;}
.width18 {width: 18% !important;}
.width20 {width: 20% !important;}
.width22 {width: 21% !important;}
.REALwidth22 {width: 22% !important;}
.width25 {width: 24% !important;}
.width30 {width: 30% !important;}
.width33 {width: 32% !important;}
.width35 {width: 34% !important}
.width38 {width: 37% !important;}
.width40 {width: 40% !important;}
.width45 {width: 44% !important;}
.width50 {width: 49% !important;}
.width60 {width: 60% !important;}
.width62 {width: 62% !important;}
.width66 {width: 66% !important;}
.width70 {width: 70% !important;}
.width75 {width: 75% !important;}
.width80 {width: 80% !important;}
.width90 {width: 90% !important;}
.width95 {width: 94.5% !important;}
.REALwidth95 {width: 95% !important;}
.width96 {width: 96% !important;}
.width100{width: 100% !important;}

.height86 {height: 86px !important}
/*BOTONES*/
.button, .t-button
{
    display: inline-block;
    width: 33px !important;
    min-width: 33px !important;
    height: 33px;
    padding: 0px !important;
}

/* --- */

.divGrupo 
{
    position: relative;
    width: 98.5%;
    margin-top: 5px;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    background-color: #293A5E;
    border:1px solid #fff;
}

.divGrupoSinBordes {
    position: relative;
    width: 98.5%;
    margin-top: 5px;
    padding-left: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    border: none;
}
    .divGrupo > div.editor, .divGrupoSinBordes > div.editor {
        margin-right: 5px;
    }


.fila {
    width: 100%;
}

.editor 
{
    width: 48%;
    display: inline-block;
}

.divGrupo h3
{
    margin-bottom: 5px;
}

.divGrupo .button-new
{
    position: absolute;
    top: 10px;
    right: 15px;
}

.editor-field .chosen-container-single 
{
    width: 98% !important;
}

.editor input[type="checkbox"], .editor input[type="submit"]
{
    width: auto !important;
}

.editor input, .editor textarea, .editor select 
{
    width: 95% !important;
}

#divEstados .button-delete
{
    position: relative;
    top: 5px;
}

.field-validation-error 
{
    display: none;
}

.error { 
    font-size: 1.1em !important;
}

.active-result 
{
    color: #333333 !important;
}

.previa-imagen
{
    width: 200px;
    height: auto;
}

.previa-imagen[src=""] {
   display: none;
}

.ignoreValidation 
{
    display: none;
}

.botonesInferiores 
{
    position: relative;
    height: 30px;
    margin-top: 15px;    
    margin-bottom: 30px;
}

.botonesInferiores .button
{
    position: absolute;
    top: 5px;
}

.botonesInferiores .button-back
{
    left: 40px;
}

.botonesInferiores .button-save, .botonesInferiores .button-insert
{
    border: none !important;
    margin: 0px !important;
}

.t-filter-options .t-button 
{
    width: 100% !important;
}

/* ALBARANES ******/

 #Albaran input[type="text"], #Albaran input[type="string"], #Albaran input[type="number"]
 {
     width:auto;
 }
 
 .AlbaranValidado
 {  /** Valores pendientes de diseño **/
     background-color: #7D538B !important;
     color: #C2BCBC;
 }
 
 
/* Transito */

.oculto
{
    display: none !important;
}



#rbExentos
{
    width:auto !important;    
}

/* FACTURAS ******/
#divAlbaranesFactura
{
    /*margin-top: 20px;*/
    }

#divAjaxLoader {
    position: fixed; 
    top: 0;
    left: 0;    
    background-color: #333;
    height: 100%;
    width: 100%;
    z-index: 1000;
    filter:alpha(opacity=25); 
    opacity:0.7;  
    display: none;
    background-image: url("themes/base/images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    background-position-y: 58%;
}
#divAmuraLoader {
    position: fixed; 
    top: 0;
    left: 0;    
    /*background-color: #333;*/
    height: 100%;
    width: 100%;
    z-index: 900;
    filter:alpha(opacity=25); 
    opacity:0.9;  
    display: none;
    background: url(themes/base/imagesV2/logo-amura-login.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    background-position-y: 40%;
}


/* Rejilla Telerik */

.t-state-hover, .t-state-hover:hover
{
    color: #00A1D6 !important;
}

.t-grid-header .t-state-hover, .t-grid-header .t-state-hover:hover
{
    color: #FFFFFF !important;
}

.t-grid-filter:hover {
    background: rgba(0, 0, 0, 0)!important;
}
.t-grid 
{
    /*width: 960px;*/
}

.t-grid input[type="checkbox"] 
{
    border: 1px solid #A5A5A5;
}

.t-grid input[type="radio"] {
    width: auto !important;
}

.SpanAlignUnset span{
    vertical-align: unset;
}

/* / Rejilla Telerik */

/* forzar nueva pagina informe */
@media print
{
    .FinDePagina
    {
        page-break-after:always;
    }
}
/* / forzar nueva pagina informe */
/* Facturas para imprimir */
.divFacturaCompletaPDF th, .divFacturaCompletaPDF td
{
    padding: 10px;
    }
    
.FacturaTituloPDF
{   
    width:200px;
    margin: 0 auto;
    }

.facturaBuquePDF
{
    margin-top: 5%;
    }
.facturaConsigYNavieraPDF
{
    margin-top: 5%;
    }
.facturaConsigYNavieraPDF div    
{
    width: 49%;
    display: inline-block;
    }
.divFacturaDetallePDF
{
    padding: 5%;
    margin-top: 1%;
    }
.facturaLineasPDF
{
   border-collapse:collapse; 
    }
.facturaLineasPDF th
{
   border:1px solid black;
    }
.facturaLineasPDF td
{
    border-bottom: 1px solid black;
    }
.divFacturaPiePDF
{
    padding: 5%;
    margin-top: 5%;
    float:right;
    }
.facturaPiePDF
{
    width:100%;
    }
/* / Facturas para imprimir */


/***********************************************************************/
/***********************************************************************/
/* Cuadro de mandos*/ 
/***********************************************************************/

#ZonaParametros .FilaDeParametros
{
    width: 100%;
    float:left;
    margin-top: 10px;
    margin-bottom: 30px;
}

#ZonaParametros .Parametro
{
    float:left;
    margin-right: 20px;
}

#ZonaParametros .Parametro-1-3
{
    width: 33%;        
}

#ZonaParametros .Parametro-1-5 
{
    width: 20%;
}

#ZonaParametros .Parametro-1-10
{
    width: 10%;    
}

#ZonaParametros .Parametro-1-20
{
    width: 5%;    
}


#ZonaParametros .Parametro .editor-label
{
    float :left;
    
    padding-right: 20px;
    }
#ZonaParametros .Parametro .datefield
{
    width: 90%;
    float: left;
    margin-right: 5px;
    }
     
#ZonaParametros .Parametro .MiDropDownList
{
    width: 90% !important;

    overflow: hidden;
    /*background: url("../Images/down_arrow_select.png") no-repeat right #ddd;*/
    border: 1px solid #ccc;
    }
      
#ZonaParametros .Parametro .MiDropDownList select 
{
    background: transparent;
    width: 268px !important;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}

/*GRAFICOS*/
.contenedorGraficos{
    text-align:center;
    position:relative;
    width:100%;
    display: inline-block;

}
.FilaGraficos
{
    width: 100%; 
      
    }
 .Grafico
{
    display:inline-block;

}

 /*Calendario Laboral*/
.calendarioLaboral-minHeight{
        min-height: 520px;
}
#mapContainer1
{
    width: 100%;
    height: 100%;
}
#mapContainer2
{
    width: 99%;
    height: 98%;
}
.ListaBuquesPuerto
{
    width: 200px;    
}




/***********************************************************************/
/*** Modificaciones grid edición pagos *********************************/
/***********************************************************************/

#GridPagos .t-grid-edit-row td {
    padding: 0.25em 0.25em 0.25em 1em;
    border-left-width: 0px;
}

#GridPagos .t-grid-edit-row td input {
    /*width: 95px;*/
    max-width: 90%;
    min-width: 90%;
}

/***********************************************************************/
/*** Modificación grid de movimientos **********************************/
/***********************************************************************/

.InformeMovimientosDia
{
    float: right;
    margin-right: 0px !important;

}
#fechaInforme
 {
    padding:0.3em;

    width: 80px;
    display:inline-block
}
/***********************************************************************/
/*** Modificación grid en columna secundaria ***************************/
/***********************************************************************/
.EncajadoEnColumna
{
    width: 400px !important;

}
.EncajadoEnColumna .t-grid-content
{
    height: 120px !important;  
}

.imgLogo
{
    height: 100px;
    width: 100px;
}

.imgFirma {
    max-width: 90%;    
    vertical-align: baseline;
}
.celda
{
    display: inline-block;
    vertical-align: bottom;
}

#DetallesEntidad .display-field
{
    color:white;
    width:98% !important;
    }
#DetallesEntidad .display-label
{
    font-style: normal;
    color:Gray;
}

.FuenteLabel
{
    font-size: 1.2em !important;
    font-weight: 600 !important;
}

/*************************************************************/
/*** Gráfico de atraque de buque  ****************************/
/*************************************************************/

#GraficoAtraque
{
    width:320px !important;
    height:115px;
    position:relative;
    margin-top: 10px;
    vertical-align: bottom;
}

#GraficoMuelle
{
    width:501px !important;
    height:113px;
    position:absolute;
    left:0;
    top:0;
}

.previsiones {
    margin: 0;
    background-position-y: 22px;
    background-position-x: center;
    min-height:160px;
    position:relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    padding: 0;
}

.previsiones .distanciaGeneralNorays {
    grid-column-start: 5;
    grid-row-start: 1;
}

.previsiones .distanciaTotal {
    grid-column-start: 3;
    grid-row-start: 2;
}

.previsiones .distanciaOrigenBuque {
    grid-column-start: 1;
    grid-row-start: 4;
    padding-left: 10px;
}

.previsiones .distanciaFinalBuque {
    grid-column-start: 5;
    grid-row-start: 4;
    padding-left: 30px;
}

.previsiones .esloraBuque {
    grid-column-start: 3;
    grid-row-start: 5;
    padding-top: 5px;
}



#GraficoBuque
{
    width:158px;
    height:37px;    
    position:absolute;
    bottom:18px;    
    margin-left: 80px;
     
}
/*TODO Manuel CSS*/
/*.AtraqueEstribor
{
    background: url(themes/base/imagesV2/croquis-buque.png) no-repeat;
}*/
/*TODO Manuel CSS*/
/*.AtraqueBabor
{
    background: url(themes/base/images/barcoAtraqueBabor.png) no-repeat !important;
}*/
.TextoEnImagen
{    
    position:absolute;
    width: 48px;
    text-align: center;
}
#DistanciaEntreNoraysGeneral
{
    right: 18px;
    top: 4px;
}
#DistanciaEntreNoraysInicioYFinal
{
    left: 135px;
    top: 28px;
}
#DistanciaEntreNorayOrigenYBuque
{
    left:21px;
    bottom:25px;
}
#DistanciaEntreNorayFinalYBuque
{
    right:18px;
    bottom:25px;
}
#EsloraBuque
{
    left:135px;
    bottom:3px;
}

.Texto_Derecha
{
    text-align: right;
}

.ContenedorDosColumnas /*para que la lista dinámica de la edición de proveedores se ancle en la parte superior*/
{display: block;}

.divListaEntidadDatoContacto
{
    padding: 12px;    
}

#divEmailProveedor 
{
    display:block !important;
    float:right;
}
#divEmailConsignatario
{
    display:block !important;
    float:right;
}

.littleFont {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.littleFont:hover {
    overflow: visible;
    white-space: normal;
    width: auto;
}*/

.littlestFont {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .littlestFont.whitespace-pre {
        white-space: pre;
    }

/*.littlestFont:hover {
    overflow: visible;
    white-space: normal;
    width: auto;
}*/

.overflowHidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.overflowHidden:hover {
    overflow: visible;
    white-space: normal;
    width: auto;
}*/

.littleFontTable {

    font-size: 80%;
    font-style: normal !important;
}

.t-grid-Botones-Toolbar-En-Plantilla 
{
    width: 25% !important;
    float: left;
    height:35px;
}
.t-grid-Titulo-En-Toolbar 
{
    width: 50% !important;
    float: left;
    height:35px;
    text-align: center;
    line-height: 32px;
}

.t-grid-toolbar {
    overflow: hidden;
}
/*ESTO ES HORRIBLE*/
.GridReducido{
    border:none !important;
    max-height: 280px !important;
}
.GridReducido .t-grid-content{
    max-height: 200px;
}
/*.GridReducido .t-grid-toolbar
{
    height:35px;
    border: none;    
}
.GridReducido .t-grid-bottom {
    height: 20px;
    overflow-y: hidden;
}

.GridReducido {
    border: none !important;
    height: 250px !important;
}

    .GridReducido .t-grid-content {
        border: none !important;
        height: 150px !important;
    }

    .GridReducido tr, .GridReducido td, .GridReducido a {
        height: 18px !important;
    }

    .GridReducido .CambiarSpan, .GridReducido .CambiarSpan .t-button-icon .t-grid tbody {
        height: 29px !important;
        width: 29px !important;
    }

    .GridReducido td .t-icon, .GridReducido .CambiarSpan {
        background-size: 29px 29px !important;
        background-image: none;
    }

    .GridReducido a .t-button .CambiarSpan .t-grid-edit .t-button-icon {
        height: 29px !important;
        width: 29px !important;
    }

    .GridReducido .t-button {
        margin: 0 0.1em !important;
        border: none !important;
    }

    .GridReducido .CambiarSpan [class *="t-icon"] {
        background-size: 29px 29px !important;
        width: 29px !important;
        height: 29px !important;
    }

    .GridReducido div.t-grid tbody .t-button-icon {
        background-size: 29px 29px !important;
        width: 29px !important;
        height: 29px !important;
    }

    .GridReducido .CambiarSpan [class *="t-icon"]:hover {
        background-size: 29px 29px !important;
    }

    .GridReducido .t-alt {
        background-color: #ffffff;
    }*/

.t-button {
    border: none !important;
}
.CustomTab ul.ui-widget-header{
    background:#415E90 !important;
    border: none;
    border-bottom: 1px solid #DB9600;
}

.CustomTab li.ui-tabs-selected{
    background-color:#36507C !important;
}

.CustomTab li.ui-state-default{
    background:#202E48;
}


/* A LA ESPERA DE LOS COLORES */

.SenEntrada{
    background-color: #eefeef !important
}

.SenSalida{
    background-color: #feeeff !important
}

.SenManiobra{
    background-color: #feefff !important
}

.SenEspiada{
    background-color: #fffeef !important
}

tr.Fondeado {
    background-color: #7D538B !important;
}

tr.LlamadaBuque {
    background-color: #7D538B !important;
}

tr.LlamadaPractico {
    background-color: #984b64 !important;
}
tr.LlamadoFondeo {
    background-color: #757575 !important;
}

tr.AguasPortuarias2 {
    background-color: #985f3d !important;
}

tr.AguasPortuarias1 {
    background-color: #307778  !important;
}

tr.HoraEfectiva {
    background-color: #b5b371 !important;
}
/*.Fondeado td{
}*/

.PracticoEmbarcado{
    /*color:#DB9600;*/

}
/*.PracticoEmbarcado td{
    color:#DB9600 !important;
}*/

/* ---------------------- */

.GridReducido .t-edit-form-container {
    position: absolute !important;
}
.ConjuntoCaladoMarea .Calado, .ConjuntoCaladoMarea .Marea, .ConjuntoCaladoMarea .Calado section, .ConjuntoCaladoMarea .Marea section
{
    /*float: left;*/    
}
.ConjuntoCaladoMarea, .ConjuntoCaladoMarea .GridReducido, .ConjuntoCaladoMarea .Calado, .ConjuntoCaladoMarea .Marea, .ConjuntoCaladoMarea .Calado section, .ConjuntoCaladoMarea .Marea section
{
    height: 160px /*!important*/;

}
.ConjuntoCaladoMarea .Marea{
    right:0;
    position:absolute;
}

.ConjuntoCaladoMarea .Marea {
   margin-left: 2%;
}


#GridEntradaPopUp{
    margin-left: 15% !important;
    margin-right: 15% !important;
    width: 70% !important;
    left: 0px !important;
}

#GridSalidaPopUp{
    margin-left: 15% !important;
    margin-right: 15% !important;
    width: 70% !important;
    left: 0px !important;
}

#GridManiobraPopUp{
    margin-left: 15% !important;
    margin-right: 15% !important;
    width: 70% !important;
    left: 0px !important;
}

.fondoBlanco{
    background:#ffffff !important;
    font-size: 16px !important;
}

.alturaMaxima {
    height: 100%;
}
.margin_botton30{
    margin-bottom: 30px;
}

.margin_botton-5 {
    margin-bottom: -5px !important;
}
.altura450 {
    height: 410px !important;
}

#tabs {
    min-height: 100%;
}
.Autorizado .IconoAutorizado
{
    content: url(themes/base/images/buttons/icono-autorizado.png);
    padding: 0 3px 0 0;
    vertical-align: middle;
    width: 28px;
}

.IconoAutorizado:after /*FireFox*/
{
    content: url(themes/base/images/buttons/icono-autorizado.png);
    padding: 0 3px 0 0;
}
.ConjuntoBuqueMovimientos{
    background: #36507C !important;
    display:inline-flex;
}

.ConjuntoBuqueMovimientos section {
    width:100%;
}

.ConjuntoBuqueMovimientos #UltimosMovimientos{
    margin-left:auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .Autorizado .IconoAutorizado /*IE*/
    {
        background: url(themes/base/images/buttons/icono-autorizado.png) no-repeat;
        padding: 0 3px 0 0;
        background-size: contain;
    }
} 

.t-grid-DeleteTransito .t-delete, .t-grid-DeleteTransito  .t-delete:hover
{
    background:none !important;
}
.DivEscalaMovimiento {
    padding-left:80px;
}
img { display: inline-block }

.ConjuntoFechaBoton{
    float: right;
    border: 1px solid;
    background-color: #D5E9FF;
    padding: 0px 0px 0px 5px;
}

.padding_right5{
    padding-right:5px;
}

.padding_right10{
    padding-right:10px;
}

.padding_bottom10 {
    padding-bottom: 10px;
}
.Divider{
    width: 95%;
    border-bottom: 2px solid;
    border-bottom-color: #fff;
    margin: 10px 0px 10px 0px;
}

.margin_right18{
    margin-right: 18px;
}

.margin_right34{
    margin-right: 34px;
}

.height100{
    height: 100px;
}

.height40{
    height: 40px !important;
}
.height70 {
        height :70px !important;

}
.height70 > .chosen-container-multi ul.chosen-choices {
    height :50px !important;
        overflow-y: auto;

}


.height70{
    height: 70px !important;
}

.textoCentrado{
    text-align: center;
}

/*Manuel*/
header .separador {
    width:100%;
}
/*ListBox de embarcaciones y remolcadores en Movimiento/create*/
#Movimiento_FaluaId_chosen{
    width: 99% !important;
}
#Movimiento_RemolcadorId_chosen {
    width: 99% !important;
}
#Contenedor{
    width: 100%;
}
.content-wrapper{
    max-width: 100%;
}
.main-content h2{
    width: 99%;
}
body {
    min-height: 1200px;
}
/*En resolución de 1920, si alejas el zoom un poco, el conjunto marea ocupa el espacio del grid de practicos
    y vuelve todo azul.*/
.ConjuntoCaladoMarea {
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 200px;
    width: 100%;
    margin-top:1em;
    margin-bottom:1em;
    position:relative;
}

.editor-label {
    text-transform:uppercase;
}

.editor-label-link{
    font-weight: bold;
}


label {
    font-size: 1em;
    font-weight:bold;
}
input{
    font-size:1em;
}

/*Todos los dropdownlist*/
.chosen-drop {
    /*display: none !important;*/
}

/*.chosen-container-single a.chosen-single{*/
.chosen-container-single a.chosen-single, .t-grid td select, div.t-animation-container div.t-filter-options select{
    border-radius: 3px;
    border: 0px;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
}
.t-grid td select{
    width:100%;
}
.chosen-container div.chosen-drop 
{
    border: 0px;
    box-shadow: none;
    color: #fff;
}

.chosen-container-active.chosen-with-drop a.chosen-single
{
    background-image: none;
}
div.chosen-container-active.chosen-with-drop {
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    background-image:none;
}
ul.chosen-results {
    color: #fff;
    border: none;
    box-shadow: none;
}
li.active-result {
    color: #fff !important;
}

li.active-result.result-selected{
    color: #fff;
    font-weight: bold;
    background: #7ea1d9;
}

.chosen-container-single .chosen-search input[type="text"]{
    color:#fff;
    background: url('chosen-sprite.png') no-repeat 100% -20px !important;
}


.chosen-container .chosen-results li.highlighted
{
    color: #fff;
    font-weight: bold !important;

    background-color: #2952AE !important;
    background-image:none !important;
}
.chosen-container .chosen-results li.no-results{
    background: #6581AF !important;
}
.chosen-container-single.chosen-with-drop .chosen-single{
    border:none !important;
}

/*Scroll*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #202E48;
}

::-webkit-scrollbar
{
    width: 12px;
	background-color: #36507C;
}

::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #63ACEC;
}
::-webkit-scrollbar-corner{
    background-color:#202E48;
}
html {
scrollbar-base-color: #202E48;
scrollbar-face-color: #63ACEC;
scrollbar-arrow-color: #63ACEC;
scrollbar-highlight-color:#202E48

}
input[type="text"],input[type="string"],input[type="number"],textarea,.chosen-container-multi ul.chosen-choices {
  background-image:none;
  background-color:#ECF3FF;
}

/*navegador superior*/

.nav-superior{
    position:relative;
    /*background-color: #0B6AFF;*/
    width:100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color:white;
}
.nav-superior-right {
    position: absolute;
    right: 0;
}
.nav-superior-right > *{
  vertical-align:middle;
}

.username-text{
  display:inline-block;
  text-transform:uppercase;
}

.icono-logout {
    background-image: url('themes/base/imagesV2/buttons/ico-logout.png');
    background-size: 20px 22px;
    background-position:center center;
    background-repeat:no-repeat;
    width: 20px;
    height:22px;
    padding:0.8em;
    display:inline-block;
}
.icono-logout{
   background-color: #D25F22;
}

.icono-avisos{
    background-image: url(/Content/themes/base/bt_notify_off.png);
    width: 20px;
    height:22px;
    background-size: 20px 22px;
    background-position:center center;
    background-repeat: no-repeat;
    padding:0.8em;
    display:inline-block;
}
.icono-avisos.active{ background-image: url(/Content/themes/base/bt_notify_on.png); }


.acceso-amarres {
    background-repeat:no-repeat;
    background-size: 220px 32px;
    background-position:center center;
    width: 280px;
    height:32px;
    padding:0.3em;
    display:inline-block;
    background: url(themes/base/imagesV2/logo-amarradores.png) no-repeat center;
    
}


.nav-superior-logo
{
    background-image: url(themes/base/imagesV2/logo-amura.png);
    background-repeat:no-repeat;
    background-size: 140px 32px;
    background-position:center center;
    width: 140px;
    height:32px;
    padding:0.3em;
    display:inline-block;
}
div.username-text> a{
    text-decoration:none !important;
    color:white !important;
}
.display-inline-block{
    display:inline-block;
}

.margin-left-5perc{
    margin-left:5%;
}
.margin-right-10{
    margin-right:10px;
}
.margin-right-15{
    margin-right:15px !important;
}
.margin-right-50{
    margin-right:50px !important;
}

.margin-right-80 {
    margin-right: 80px !important;
}

.margin-right-1em {
    margin-right: 1em !important;
}

.margin-top-10{
    margin-top:10px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-10{
    margin-bottom:10px;
}

/*Barra de nevagación entre modulos*/
#menu-superior .pure-menu{
  background-color:#202E48;
  height:100px;
}
#menu{
    text-align:center;
}
.pure-menu li a{
    padding:10px 20px !important; /*No muestra el icono por completo*/
}
/*Manuel: Login*/
#logo-FEDER  {
    position: absolute;
    left: 19%;
    top: 90%;
    transform: translate(-20%, 50%);
    background: url('themes/base/imagesV2/FEDERamura.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 419px;
    height: 100px;
}


#logo-login{
  position:absolute;
  left:20%;
  top:50%;
  transform:translate(-20%,-50%);
  background:url('themes/base/imagesV2/logo-amura-login.png');
  background-size:cover;
  width:373px;
  height:293px;
}
#contenedor-form-login{
  position:absolute;
  left:80%;
  top:50%;
  transform:translate(-80%,-50%);
}
.login-user{
  position:relative;
  background: rgba(76, 104, 148,0.6);
  width:360px;
  height:490px;
  border-radius:10px;
  color:white;
}
.text-login {
  padding-top:20px;
  position:relative;
  text-align:center;
  text-transform: uppercase;
}
.text-top-login{
  font-weight: bold;
  font-size:1.2em;
}
.text-top-sub-login{
  font-size:0.8em;
  margin:0;
}
#login-top{
  width:100%;
  height:20%;
}
#login-bottom{
  width:100%;
  height:25%;
}
#login-center{ 
  width:100%;
  height:50%;
}
.login-inputs{
  width:80%;
  left:50%;
  top:35%;
  transform:translate(-45%,-35%);
  position:absolute;
}

input[type="text"].input-log ,input[type="password"].input-log{
  background-color: #4C6894;
  border:none;
  outline: none;
  border-radius:4px;
  margin:1em auto 1em auto;
  width:90%;
  padding:0.8em;
  font-family: "Open Sans";
  color:white;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.input-log::-webkit-input-placeholder {
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans";
}

.input-log:-moz-placeholder { /* Firefox 18- */  
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans";
}

.input-log::-moz-placeholder {  /* Firefox 19+ */
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans";
}

.input-log:-ms-input-placeholder {  
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans";  
}
.checkbox-log{
  position:absolute;
  left:15%;
  text-transform: uppercase;
}
.checkbox-log label{
  font-size:0.9em;
  display:inline-block;
}
input[type="submit"].boton-bot-log {
  font-size:1em;
  font-weight:bold;
  color:white;
  text-transform: uppercase;
  position:absolute;
  top:90%;
  left:50%;
  width:70%;
  height:40px;
  background:#61A8E8;
  transform:translate(-50%,-35%);
  border-style:none;
}
.boton-bot-log:hover{
  cursor:pointer;
}
.text-login-color {
    color: #61A8E8;
}
.login-background{
    background: url('themes/base/imagesV2/fondo-login.jpg') no-repeat center center fixed;
    background-size:cover;
}

#body{
    background-color:transparent;
    position:relative;
}

/*cuadroconCabecera*/
/*TODO: Una de las mayores mierdas que se han metido en este CSS, eliminar en cuanto sea posible*/
.cuadroConCabecera{
  width:100%;
  background-color:#415E90;
  border-radius:10px;
  border-bottom: 35px solid #415E90;
  margin:1em auto 2em auto;
  position:absolute;
}

/*New 2021: Habrá que trasladar a flexbox, de momento comenzamos creando uno sin position absolute y margenes ridiculos*/
.cuadroConCabeceraRelative {
    background-color: #415E90;
    border-radius: 10px;
    border-bottom: 35px solid #415E90;
}

/******************************************************/

.cuadroConCabecera-inner{
  background-color:#415E90;
  border-radius:10px;
  margin:1em auto 2em auto;
  position:relative;

}

.cuadroConCabecera-inner.no-margin {
    margin: 0;
}

.cuadroConCabecera-left,.cuadroConCabecera-right{
  display:inline-block;
}
.cuadroConCabecera-left > *, .cuadroConCabecera-right > *{
  display:inline-block;
  padding:1.4em 1em;
  vertical-align:middle;
}
.cuadroConCabecera-left{
  margin-left:1em;
}
.cuadroConCabecera-right{
  position:absolute;
  right:0;
  top:0;
  margin-right:1em;
}
    .cuadroConCabecera-right.marginOneButton {
        margin-right: 80px;
    }

.cuadroConCabecera-inner input[type="text"] {
    display:inline-block;
    padding: 2px;
    line-height: 100%;
    height: 100%;
}

.icono-cuadroConCabecera{
  background-repeat: no-repeat;
  background-position:center;
}
.text-titulo-cuadroConCabecera{
  color:white;
  text-transform:uppercase;
  font-weight:bold;
  font-size:1.1em;
  padding-left:0.2em;
}
.text-titulo-previsiones{
    font-size:1em;
}
.contenido-cuadroConCabecera{
  padding:1em 2em 2em 2em;
}

.contenidoForm-cuadroCabecera-inner{
  padding:1em 2em 2em 2em;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
    
}
/*Para que los bordes sean redondeados*/
/*.border-bottom-contenidoForm{
    border-bottom:10px solid #202E48;
}*/

.boton-cuadroConCabecera{
    width:49px;
    height:49px;
    border:none;
    margin:0;
    padding:0.1em;
}


.boton-rectanguloConCabecera {
        height: 35px;
        width: 160px;
        padding: 0px;
        font-size: 0.9em !important;
        border: 1px solid white !important;
        border-radius: 20px 20px 20px 20px;
        display: inline-block;
        color: white;
        font-family: 'Open Sans';
        text-align: center;
        background-position-x: 18px;
        background-position-y: center;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 1.2em;
        margin-right: 0.4em;
        box-shadow: none;
        outline:none !important;
        margin-top: 16px;
} 

.boton-rectanguloConCabecera:hover, .button-filtrar.filtro-activo {
    background-color: #63ACEC;
}

.boton-cuadroConCabecera, .boton-cuadroConCabecera:hover{
    background-position:center !important;
}

.vertical-align-top{
    vertical-align:top;
}
.vertical-align-middle{
    vertical-align:middle;
}

/********/
/*Manuel*//*Manuel*/

.text-color-white{
    color:white;
}
input{
    padding-left:0;
    padding-right:0;
}
fieldset{
    margin:0;
    padding:0;
}
.text-align-left{
    text-align:left;
}

.text-align-right{
  text-align:right !important;
}

.text-align-center{
  text-align:center;
}
.padding-0{
    padding:0;
}
.padding-5 {
    padding: 5px;
}

.padding-top10 {
    padding-top: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}
.paddin-left-0{
    padding-left:0 !important;
}
.paddig-right-0{
    padding-right: 0 !important;
}
.margin-right-35{
    margin-right: 35px;
}
.background-transparent{
    background-color:transparent !important;
}
/*Albaranes*/
.margin-botones-albaranes {
    margin-top: 1em;
    margin-right: 18em;
    text-align: right;
}
.margin-botones-albaranes > div {
    padding:0 1em 0 0;
    text-align: left;
}
.margin-botones-albaranes > div:last-child {
    margin-right:1em;
}
/*Calendario laboral*/
.margin-botones-calendario {
    margin-top: 1em;
    margin-right: 8em;
    text-align: right;
    width:50%;
}
.margin-botones-calendario > div {
    padding:0 1em 0 0;
     text-align: left;
}
.margin-botones-calendario > div:first-child {
    margin-right:1em;
}
/* REESTYLING GRIDS*/

div.t-grid-header, th.t-header
{
    background-color: #36507C;
    font-family: 'Open Sans';
    text-transform: uppercase;
}
    th.t-header:last-child {
        background-color: #63ACEC;
        background-image: url('themes/base/imagesV2/buttons/icno-acciones.png');
        background-repeat: no-repeat;
        background-position: center center;
        
    }
    th.t-header .t-state-hover {
        background-color: #63ACEC;
    }
    /*Grids que no tengan acciones*/
    div.t-grid.sinAcciones th.t-header:last-child {
        background-color: #36507C;
        background-image: none;  
    }
    div.t-grid.sinAcciones th.t-header:last-child .t-state-hover {
        background-color: #63ACEC;
    }
    /***/

div.t-grouping-header {
    text-align:center;
    text-transform:uppercase;
    border: 1px solid #DB9600;
    color: #DB9600;
    background-color:#293A5E;
    
}
div.t-grid-footer, div.t-grid-footer .t-grid-footer-wrap tbody tr.t-footer-template td{
    border:none;
   
    background-color:#36507C;
}
div.t-grid-header, div.t-grid-footer{
     border-style:none !important;
}

div.t-widget.t-grid {
    /*background-color: #202E48;*/
    background-color: transparent;
}

.t-grid table{
    border-collapse:collapse !important;
}
.t-grid tbody tr,.t-grid tbody tr.t-alt {
    background:none;
}
div.t-grid-header{
    border-bottom-width:0px !important;
}
.t-grid-header .t-header{
    border-color:#6581AF;
    border-width:1px 1px 0 0;
    border-collapse:collapse !important;
}
.t-grid tbody tr,.t-grid tbody tr.t-alt {
    border:none;
    border-bottom:1px solid #293A5E;
}
    .t-grid tbody tr td {

        font-family: 'Open Sans';
        text-transform: uppercase;
        border: none;
    }

div.t-widget.t-grid{

    /*border-color:#293A5E;*/
    border:none;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
div.t-grid-pager .t-pager .t-numeric a, div.t-grid-pager .t-pager .t-numeric span{
    background-color:transparent;
    border:none;
}

div.t-grid-pager .t-pager .t-numeric span.t-state-active{
    color:#27CDF6;
    line-height:22px;
}
div.t-grid-pager .t-pager .t-numeric a{
    color:#fff;
}
div.t-grid-pager .t-status-text{

    color:#fff;
    text-transform:uppercase;
}
div.t-grid-pager, div.t-grid-pager div.t-status{
    background-color:#415E90;
    border-color:#293A5E;
}
div.t-grid-pager .t-link.t-state-hover{
    border:none;
    background-color:transparent;
}
div.t-widget.t-grid, div.t-grid-pager{
    -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;
}
div.t-grouping-header .t-group-indicator a{
    color:#DB9600;
}
div.t-grouping-header .t-group-indicator{
    border-color:#DB9600;
}
.t-grouping-row, .t-group-footer{
    border-color:#DB9600 !important;
    background-color:#293A5E;
}
.t-grouping-row td, .t-group-footer td{
    background-color:#293A5E !important;
    color:#DB9600 !important;
}
.t-grouping-row td p{
   background-color:#293A5E !important;
}

/*Tablas*/

.cabecera-rTable{
  width:100%;
  border:1px solid #DB9600;
  position:relative;
  text-align:center;
  background-color:#293A5E; 
}
.cabecera-rTable-texto{
  color:#DB9600;
  padding:0.7em;
  display:inline-block;
  text-transform:uppercase;
  font-weight:bold;
}
.cabecera-rTable-boton{
  position:absolute;
  right:0;
  display:inline-block;
  padding: 0.2em;
}

/***TABLA***/
.rTable {
    display: table;
    width: 100%;
    white-space: nowrap;
    empty-cells: show;
}

.rTableRow {
    display: table-row;
}
.rTableHeading {
    display: table-header-group;
    color: white;
    border-bottom: solid 1px white;
    font-weight: bold;
}

.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}

.rTableBody {
    display: table-row-group;
}

.rTableCell, .rTableHead {
    display: table-cell;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    text-align: left;
}

.rTableHead {
    padding: .3em .6em;
    color: white;
    font-weight:bold;
    text-transform:uppercase;
}

.rTableCell {
    color: white;
    line-height: 20px !important;
    padding-left: 5px !important;
    vertical-align: middle;
}
/*Listas desplegables (modulos)*/
.menuSecundario{
    overflow:auto;
    max-height:600px;
}
/*Previsiones*/
div#tabs{
    padding:0;
    border: none;
    background: transparent;
}
div.ui-tabs .ui-tabs-panel{
    padding: 2em 0;
    background-color:#36507C;
    border-bottom:30px solid #415E90;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
ul.ui-tabs-nav {
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ui-tabs .ui-tabs-nav{
   padding:1em 1em 0 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    background-color:#36507C;
    border:1px solid #DB9600 !important;
}

.ui-state-default a, .ui-state-default {
    color: #fff !important;
}
.ui-state-active a, .ui-state-active {
     color:#DB9600 !important;
}

tr.PracticoEmbarcado{
    /*border-bottom:1px solid #DB9600 !important;*/ 
    background:#A68337 !important;
    
}
tr.AsignadoPOB {
    background:#6581AF !important;
}

/*tr.PracticoEmbarcadoBarranquilla {
    background: #984b64 !important;
}*/

tr.Adelantado {
    background: #307778 !important;
}

tr.DebeManiobra {
    background: #984b64 !important;
}


/*div[id*="divGridPrevisionBuque"] .t-grid tbody tr, div[id*="divGridPrevisionBuque"] .t-grid tbody tr.t-alt,
div[class*="ConjuntoCaladoMarea"] .t-grid tbody tr, section[id*="practicosGuardia"] .t-grid tbody tr {
    background: #202E48;
}*/
div.PaginaPlanificacion .t-grid tbody tr, div.PaginaPlanificacion .t-grid tbody tr.t-alt, div.PaginaPlanificacion .t-grid .t-grid-content{
  
}

/*.CssImas2_TelerikGrid tr:nth-child(odd)		{ background-color: rgba(228,225,230,0.8); }
.CssImas2_TelerikGrid tr:nth-child(even)    { background-color: rgba(209,209,209,0.8); }*/

#ui-datepicker-div .ui-state-default a, .ui-state-default{
    color:#000 !important;
}
/**Albaranes aros*/
.textoAros{
    text-align:center;
    font-size:1.2em;
    font-weight:bold;
}
.padding-textAros{
    padding: 0.6em !important;
}
.aro-entrada {
    background-image: url('themes/base/imagesV2/buttons/aro-verde.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.aro-salida {
    background-image: url('themes/base/imagesV2/buttons/aro-rojo.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.aro-maniobra {
    background-image: url('themes/base/imagesV2/buttons/aro-violeta.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.aro-espiada, .aro-fondeo {
    background-image: url('themes/base/imagesV2/buttons/aro-azul.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.aro-deriva{
    background-image: url('themes/base/imagesV2/buttons/aro-amarillo.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.aro-salida-fondeo {
    background-image: url('themes/base/imagesV2/buttons/aro-naranja.png');
    background-repeat: no-repeat;
    background-position: center center;
}
/***/
/*Pin*/
.pin-entrada {
    background-image: url('themes/base/imagesV2/buttons/pin-verde.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.pin-deriva {
    background-image: url('themes/base/imagesV2/buttons/pin-verde.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.pin-salida {
    background-image: url('themes/base/imagesV2/buttons/pin-rojo.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.pin-salida-fondeo {
    background-image: url('themes/base/imagesV2/buttons/pin-naranja.png');
    background-repeat: no-repeat;
    background-position: center left;
}


.pin-maniobra {
    background-image: url('themes/base/imagesV2/buttons/pin-añil.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.pin-fondeo {
    background-image: url('themes/base/imagesV2/buttons/pin-azul.png');
    background-repeat: no-repeat;
    background-position: center left;
}
.textoPing{

    padding-left:1.3em !important;
}
/***/
.icono-incidencia{
    height:22px;
    background-image: url('themes/base/imagesV2/buttons/ic-incidencia.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.icono-email-check{
    height:9px;
    background-image: url('themes/base/imagesV2/buttons/ic-check.png');
    background-repeat: no-repeat;
    background-position: center center;
}
/*checkbox*/
label.checkbox-custom-label {
    display: inline-block;
    /*width: 100%;*/
    background: none;
    padding: 6px 0px 0px 0px;
}

.dialog-icon {
    width: 2.1em;
    padding: 0.5em;
}

label:last-child {
    /*border-bottom: 1px solid #BBB;*/
}

label.checkbox-custom-label > input {
    display: none;
}

label.checkbox-custom-label i {
    display: inline-block;
    /*float: right;*/
    padding: 2px;
    width: 18px;
 
    height: 18px;
    border-radius: 5px;
    vertical-align: middle;
    position: relative;
    background: #6581AF;
    box-sizing: initial;
    text-align:left;
}

label.checkbox-custom-label.disabled {
    opacity: 0.6;
    cursor: auto;
}
/*label.checkbox-custom-label > input[type=checkbox]:checked + input + i {
  background: #a3cc1a;
}*/

label.checkbox-custom-label > input[type=checkbox]:checked + input + i:after {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: white !important;
}

input[type="submit"] {
    outline: none;
    border:none;
}


.fondo-grid-buque .t-grid-content tbody{
    background: url('themes/base/imagesV2/fondo-buques.png') no-repeat center center;
    background-size:cover;
}

.fondo-grid-consignatario .t-grid-content tbody{
    background: url('themes/base/imagesV2/fondo-consignatarias.png') no-repeat center center;
    background-size:cover;
}

.fondo-grid-factura-proveedor .t-grid-content tbody{
    background: url('themes/base/imagesV2/fondo-facturas-proveedor.png') no-repeat center center;
    background-size:cover;
}

.fondo-grid-navieras .t-grid-content tbody{
    background: url('themes/base/imagesV2/fondo-navieras.png') no-repeat center center;
    background-size:cover;
}

.fondo-grid-proforma .t-grid-content tbody{
    background: url('themes/base/imagesV2/fondo-proformas.png') no-repeat center center;
    background-size:cover;
}

.t-grid-content {

}
#GraficoAtraque {
    color: #fff;
}

.height-mapa{
    height:500px;
}
.t-button {
    background-color:transparent !important;
}
/**Toolbar*/
div.t-toolbar {
    background-color: #415E90;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border:none;
}
.t-grid-Botones-Toolbar-cuadroConCabecera{
    position: relative;
    background-color: #415E90;
}
/**/
/*Juntar el titulo y el boton de los toolbar*/
.cuadroConCabecera-conToolbar{
    position:relative;
    margin-top:10px;
}
.cuadroConCabecera-left-toolbar{
    position:absolute;
    left:0;
    top:0;
    margin-left: 1em;
}
.cuadroConCabecera-left-toolbar > * {
    display: inline-block;
    padding: 1.2em;
    vertical-align: middle;
}
.cuadroConCabecera-conToolbar .t-grid, .cuadroConCabecera-inner .t-detail-row .t-grid{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.cuadroConCabecera-conToolbar .t-grid-toolbar, .cuadroConCabecera-inner .t-detail-row .t-grid-toolbar {

    padding: 0.3em 1em 0.3em 0 !important;
    text-align:right;
}
.cuadroConCabecera-conToolbar .t-grid-toolbar .CambiarSpan [class *="t-icon"], .cuadroConCabecera-conToolbar .t-grid-toolbar a.t-button, 

.cuadroConCabecera-inner .t-detail-row .t-grid-toolbar .CambiarSpan [class *="t-icon"], .cuadroConCabecera-inner .t-detail-row .t-toolbar a.t-button  {
    width:49px !important;
    height:49px !important;
}
.cuadroConCabecera-conToolbar .t-grid-toolbar a  {
    display:inline-block;
}
.margin-pago{
    margin-right:5em;
}
.ui-widget{
    font-family:"Open Sans","Segoe UI", Sans-Serif, Verdana, Helvetica !important;
}
/*Graficos*/
#grfBarras3D01Container > object, #grfBarras3D02Container > object, #grfBarras3D03Container > object,
#grfPie3DContainer > object, #grfPie3D2Container > object, #grfPie3D3Container > object, #grfPie3D4Container > object {
    width: 100%;
    display: inline-block;
}

.Grafico {
    width: 100%;
}

#grfBarras3D02Container, #grfBarras3D03Container,
#grfPie3DContainer, #grfPie3D2Container, #grfPie3D3Container, #grfPie3D4Container {
    width: 49.7%;
    display: inline-block;
}

/***/
input[disabled="disabled"], .disabled{
    opacity: 0.5 !important;
    cursor: default;
}
.t-grouping-header, .t-grid-toolbar{

    padding:0 !important;
}
/*Centrar texto de las fechas*/

.datefield, .timefield, .WidthTime, .hasDatepicker, .hasTimepicker{
    text-align:center;
}
/*Alinear a la derecha numeros*/
input[type="number"], input[data-val-number]{
    text-align:right;
}
/*Imagen buque*/
.imagen-buque{
    display:block;
    /*AMAZING! Imagen en base64...*/
    /*background-image: url('data:image/jpeg;base64,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');*/
    background-repeat:no-repeat;
    background-position:center;
    background-size: 266px 130px;
    /*height:130px;*/
    max-height: 220px;
    margin: 0 auto;
    max-width: 90%;
}
select{
    width:100%;
}
/*Popups*/
div.t-window .t-group, .t-content, .t-editable-area {
   border:none;
}
:root div.t-window{
    border:none;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
div.t-window{
box-shadow:none !important;
}
div.t-window .t-window-titlebar{

}
div.t-window .t-window-titlebar{
    background-color: #415E90 !important;
    border:none !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 0.2em;
}
div.t-window .t-window-titlebar .t-window-actions{
    background-color:transparent !important;
    padding-top:1em !important;
}
div.t-window .t-window-titlebar{
    padding:1em !important;
}
div.t-window-actions a.t-link span.t-icon{
    display:none;
}

div.t-window .t-window-content{
    text-align:right;
}
.previsiones-content{
    text-align:justify;
    width: 600px;
    min-height: 280px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
}

.previsiones-content .chosen-results {
    max-height: 170px !important;
}

.pop-up-content {
    text-align:justify;
    width: 350px;
    height: 240px;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
    overflow: visible;
}

#GridPopUp > .t-window-content {
    overflow: visible;
}

#divGridPrevisionBuque1 td {
    height: 30px;
}

/*Iconos Popup previsión*/


div.t-window .t-window-content .CambiarSpan [class *="t-icon"]{
    width:49px !important;
    height:49px !important;
}
div.t-window .t-window-content .t-button{
    width:auto !important;
    height:auto !important;
}
/*Editar*/
div.t-window .t-window-content .CambiarSpan [class *="t-icon t-insert"]{
   background: url(themes/base/imagesV2/buttons/bt-aceptar.png) no-repeat !important;
}

div.t-window .t-window-content .CambiarSpan [class *="t-icon t-insert"]:hover{
   background: url(themes/base/imagesV2/buttons/bt-aceptar-over.png) no-repeat !important;
}

div.t-window .t-window-content .CambiarSpan [class *="t-icon t-insert"]:active{
   background: url(themes/base/imagesV2/buttons/bt-aceptar-click.png) no-repeat !important;
}

/*Aceptar*/
div.t-window .t-window-content .CambiarSpan [class *="t-icon t-update"]{
   background: url(themes/base/imagesV2/buttons/bt-aceptar.png) no-repeat !important;
}

div.t-window .t-window-content .CambiarSpan [class *="t-icon t-update"]:hover{
   background: url(themes/base/imagesV2/buttons/bt-aceptar-over.png) no-repeat !important;
}

div.t-window .t-window-content .CambiarSpan [class *="t-icon t-update"]:active{
   background: url(themes/base/imagesV2/buttons/bt-aceptar-click.png) no-repeat !important;
}

/*Cerrar*/
div.t-window .t-window-content  .CambiarSpan [class *="t-icon t-cancel"]{
   background: url(themes/base/imagesV2/buttons/bt-cerrar-cancelar.png) no-repeat !important;
}

div.t-window .t-window-content .CambiarSpan [class *="t-icon t-cancel"]:hover{
   background: url(themes/base/imagesV2/buttons/bt-cerrar-cancelar-over.png) no-repeat !important;
}

div.t-window .t-window-content .CambiarSpan [class *="t-icon t-cancel"]:active{
   background: url(themes/base/imagesV2/buttons/bt-cerrar-cancelar-click.png) no-repeat !important;
}
/***/

.agrupacionGrids {
    background-color: #36507C;
    padding-bottom: 1vw;
    border-radius: 10px;
}


.ui-widget-overlay{
    background: #000 !important;
    opacity:0.5 !important;
}
.ui-widget-content{
   background-color:#36507C !important;
   border:none !important;
}

.ui-dialog{
    padding:0 !important;
}
.ui-widget-header{
    background: #415E90 !important;
    border:none !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    padding-left: 0.2em;
}
.ui-dialog-titlebar-close{
    display:none !important;
}
.ok-button, .close-button, .ok-button:active, .close-button:active{
    width: 49px;
    height: 49px;
    border:none !important;
    margin: 0px;
    padding: 0.4em;
    outline:none !important;
}
.ok-button{
    background: url(themes/base/imagesV2/buttons/bt-aceptar.png) no-repeat !important;
}
.ok-button:hover{
    background: url(themes/base/imagesV2/buttons/bt-aceptar-over.png) no-repeat !important;
}
.ok-button:active{
    background: url(themes/base/imagesV2/buttons/bt-aceptar-click.png) no-repeat !important;
}
.close-button{
    background: url(themes/base/imagesV2/buttons/bt-cerrar-cancelar.png) no-repeat !important;
}
.close-button:hover{
    background: url(themes/base/imagesV2/buttons/bt-cerrar-cancelar-over.png) no-repeat !important;
}
.close-button:active{
    background: url(themes/base/imagesV2/buttons/bt-cerrar-cancelar-click.png) no-repeat !important;
}
/*DataPicker Y timePicker (ui y telerik)*/
.ui-datepicker,.ui-timepicker, ui-timepicker-hours, ui-timepicker-minutes, div.t-animation-container .t-calendar table.t-content{
    background: #637DA9 !important;
}
table.ui-datepicker-calendar thead, div.t-calendar .t-header, div.t-calendar table thead{
    color:#fff !important;
    text-transform:uppercase;
}
table.ui-datepicker-calendar tbody td a.ui-state-default, table.ui-timepicker-table tbody td a.ui-state-default, div.t-calendar .t-content tbody td a {
    border:none !important;
    color:#fff !important;
    background: #415E90 !important;
}
table.ui-datepicker-calendar tbody td a.ui-state-default.ui-state-hover,table.ui-datepicker-calendar tbody td a.ui-state-default.ui-state-highlight,
table.ui-timepicker-table tbody td a.ui-state-default.ui-state-hover,  table.ui-timepicker-table tbody td a.ui-state-default.ui-state-highlight{
    background: #09C3F0 !important;
}

table.ui-datepicker-calendar tbody td.ui-state-highlight  a.ui-state-default
{
    background: #09C3F0 !important;
}

table.ui-datepicker-calendar tbody td.ui-state-highlight {
    border: 1px solid white;
}

div.ui-datepicker .ui-widget-header, div.ui-timepicker-title.ui-widget-header, div.t-calendar .t-header{
    background: #293A5E !important;
}
div.ui-datepicker .ui-datepicker-title .ui-datepicker-month, div.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    background: #293A5E !important;
    border:none;
    color:white;
    text-transform:uppercase;
}
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev, .ui-datepicker .ui-datepicker-header a.ui-datepicker-next{
   background: none !important;
   border:none;
}
.ui-timepicker-table.ui-widget-content{
    background:transparent !important;
}
.ui-timepicker tbody .periods{
    color:#fff !important;
}
.ui-corner-all{
    border-radius: 5px !important;
}
div.t-calendar .t-content tbody td.t-other-month a{
    border:none !important;
    color:#fff !important;
    background: none !important;
}
div.t-calendar .t-content tbody td.t-state-hover a, div.t-calendar .t-content tbody td.t-state-selected a{
    background: #09C3F0 !important;
}
div.t-calendar .t-content tbody td {
    background:none !important;
    border: none !important;
}

/******/
div.t-menu ul.t-group{
    background:#202E48;
}
div.t-menu ul.t-group li.t-item label{
    color:#fff;
}
div.t-menu ul.t-group{
    box-shadow:none;
    border-color:#6581AF;
}
div.t-animation-container div.t-filter-options{
    background:#202E48;
    color: #fff;
    box-shadow:none;
    border-color:#6581AF;
}
div.t-calendar{
    box-shadow:none;
    border-color:#6581AF;
}
div.t-animation-container div.t-filter-options .t-button{
    color: #fff;
    outline:none;
}
.t-filter-options input{
    width:100% !important;
}
/*Leyenda*/
.leyenda {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 1.1em;
    text-align: right;
    text-transform: uppercase;
}

    .leyenda > * {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }
    /*Albaranes*/
    .leyenda .leyenda-EnCurso {
        margin-right: 10px;
    }
        .leyenda .leyenda-EnCurso::before, .leyenda .leyenda-Validado::before, .leyenda .leyenda-FacturaVencida::before, .leyenda-Abono::before,
        .leyenda-Fondeado::before, .leyenda-PracticoABordo::before, .leyenda-LlamadoFondeo::before, .leyenda-AsignadoPOB::before,
        .leyenda-APZona2::before, .leyenda-APZona1::before, .leyenda-AvisadoPractico::before, .leyenda .leyenda-FacturaCobrada::before,
        .leyenda .leyenda-HoraEfectiva::before, .leyenda-FacturaAnulada::before, .leyenda-Adelantado::before, .leyenda-DebeManiobra::before,
        .leyenda-PracticoABordoBarranquilla::before, .leyenda .leyenda-AlbaranServicioEspecial::before {
            content: "";
            width: 10px;
            padding-right: 20px;
            margin-right: 10px;
        }

    .leyenda .leyenda-AlbaranServicioEspecial::before {
        background-color: #DAD10E;
    }

    .leyenda .leyenda-EnCurso::before {
        background-color: #757575;
    }

    .leyenda .leyenda-Validado::before {
        background-color: #7D538B;
    }
    /*Factura*/
    .leyenda .leyenda-FacturaVencida::before {
        background-color: #B56865;
    }
    
    .leyenda .leyenda-FacturaCobrada::before {
        background-color: #17604a;
    }

    .leyenda .leyenda-Abono::before {
        background-color: #4e98a1;
    }

    .leyenda .leyenda-FacturaAnulada::before {
        background-color: #757575;
    }
    /***/
    /*Previsiones*/
    .leyenda .leyenda-Fondeado::before {
        background-color: #7D538B;
    }

    .leyenda .leyenda-PracticoABordo::before {
        background-color: #A68337;
    }


    .leyenda .leyenda-AsignadoPOB::before {
        background-color: #6581AF;
    }


    .leyenda .leyenda-Adelantado::before {
        background-color: #307778;
    }

    .leyenda .leyenda-DebeManiobra::before {
        background-color: #984b64;
    }

    .leyenda .leyenda-APZona2::before {
        background-color: #985f3d;
    }

    .leyenda .leyenda-HoraEfectiva::before {
        background-color: #b5b371;
    }
    .leyenda .leyenda-APZona1::before {
        background-color: #307778;
    }
    .leyenda .leyenda-AvisadoPractico::before {
        background-color: #984b64;
    }

    .leyenda .leyenda-LlamadoFondeo::before {
        background-color: #757575;
    }

    /*
        La leyenda de prácticos a bordo en previsiones es mas grande 
        porque el ui-widget tiene la fuente mas grande por defecto
    */
.ui-widget .leyenda {
    font-size: 0.99em;
}

    /***/
/***/
.t-grid-filter{
    padding:0.2em !important;
}
.t-grid-filter .t-icon {
    vertical-align: initial !important;
}
.t-header .t-link+.t-grid-filter .t-filter {
    background-position: -48px -536px !important;
}
.t-header .t-link+.t-active-filter .t-filter,.t-header .t-link+.t-state-hover .t-filter{
    background-position:0 -238px !important;
}
.t-active-filter {
    background-color: #d05e31 !important;
}
/***/
.font-grid{
    font-size:0.9em;
}
.littleFontTable {
    font-size: 100%;
    font-size: 0.85em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Open Sans","Segoe UI", Sans-Serif, Verdana, Helvetica !important;
}
/***/
.textAreaAutoSize{
  max-height: 200px;
}
/*Graficas Personal*/
.highcharts-container{
    text-align:center !important;
    width:auto !important;
}
/***/
.t-grid .input-validation-error, .t-grid .input-validation-error + .chosen-container {
    border-style: ridge !important;
    border-color: #f00 !important;
    background-color: #6581AF !important;
    border: 1px solid;
    border-radius: 1px;
}

@media screen and (max-width: 1279px) and (max-height: 601px) { /*Para el tamaño del mapa en pantallas 1024 x 600*/
    .height-mapa {
        height: 550px;
    }
}

@media screen and (max-width: 1279px) and (min-height: 601px) { /*Para el tamaño del mapa en pantallas 1024 x 768*/
    .height-mapa {
        height: 750px;
    }
        #logo-login {
        left: 10%;
        top: 30%;
        transform: translate(-10%,-30%);
    }

    #contenedor-form-login {
        left: 85%;
        top: 10%;
        transform: translate(-85%,-10%);
    }
}
#menu-superior #menu li:last-child .pure-menu-open{
    right:160px;
}
#menu-superior #menu li:first-child .pure-menu-open{
    right:70px;
}

@media screen and (max-width: 1279px) { /*Menores a 1280*/
    body {
        font-size: 0.75em;
    }
    #menu {
        width: 90%;
    }
    .icono-logout {
        padding:0.9em;
    }
    .cuadroConCabecera-conToolbar .t-grid-toolbar .CambiarSpan [class *="t-icon"], .cuadroConCabecera-conToolbar .t-grid-toolbar a.t-button{
        background-size: 40px 40px !important;
    }
    .margin-pago a{
        padding-top:1em;
    }
    .boton-cuadroConCabecera, .boton-cuadroConCabecera:hover, .boton-cuadroConCabecera:active {
        padding: 0.1em;
        background-size: 40px 40px !important;
    }

    .cabecera-rTable-boton{
        padding:0;
    }
    #logo-login {
        left: 10%;
        top: 30%;
        transform: translate(-10%,-30%);
    }

    #contenedor-form-login {
        left: 85%;
        top: 30%;
        transform: translate(-85%,-30%);
    }
    /*.textoPing {
    }*/

    /*BUQUE MOVIMIENTO*/
    #GraficoMuelle {
        left: -20px;
        top: 15px;
        background-size: 330px 90px;
    }

    #EsloraBuque {
        left: 120px;
    }

    #DistanciaEntreNorayOrigenYBuque {
        left: -16px;
        bottom: 35px;
    }

    #DistanciaEntreNorayFinalYBuque {
        right: 14px;
        bottom: 35px;
    }

    #DistanciaEntreNoraysInicioYFinal {
        left: 120px;
        top: 28px;
    }

    #DistanciaEntreNoraysGeneral {
        right: 14px;
        top: 2px;
    }
    /*Graficos*/
    #grfBarras3D01Container, #grfBarras3D02Container, #grfBarras3D03Container, #grfPie3DContainer, #grfPie3D2Container, #grfPie3D3Container, #grfPie3D4Container {
        width: 100%;
        display: inline-block;
    }
    .Grafico{
        width:100%;
    }

    /*.font-grid {
        font-size: 0.9em;
    }*/


}

@media screen and (min-width: 1279px) and (max-width: 1281px) { /*Resolución de pantalla de 1280*/
    /*#body {
        width:1200px;
    }*/
    #menu {
        width: 80%;
    }
    /*BUQUE MOVIMIENTO*/
    #GraficoMuelle {
        background-size: 405px 100px;
        left: -20px;
        top: 10px;
    }

    #EsloraBuque {
        left: 160px;
        bottom: 1px;
    }

    #DistanciaEntreNorayOrigenYBuque {
        left: -10px;
        bottom: 32px;
    }

    #DistanciaEntreNorayFinalYBuque {
        right: -55px;
        bottom: 32px;
    }

    #DistanciaEntreNoraysInicioYFinal {
        left: 160px;
        top: 26px;
    }

    #DistanciaEntreNoraysGeneral {
        right: -55px;
        top: -4px;
    }
    /***/
    /*.font-grid {
        font-size: 0.9em;
    }*/

}

@media screen and (min-width: 1282px) and (max-width: 1366px) { /*Resolución de pantalla de 1366*/

    /*#body {
        width: 1280px;
    }*/
    #menu {
        width: 80%;
    }

    /*BUQUE MOVIMIENTO*/
    #GraficoMuelle {
        background-size: 450px 100px;
        left: -35px;
        top: 10px;
    }

    #EsloraBuque {
        left: 165px;
        bottom: 1px;
    }

    #DistanciaEntreNorayOrigenYBuque {
        left: -20px;
        bottom: 32px;
    }

    #DistanciaEntreNorayFinalYBuque {
        right: -80px;
        bottom: 32px;
    }

    #DistanciaEntreNoraysInicioYFinal {
        left: 165px;
        top: 26px;
    }

    #DistanciaEntreNoraysGeneral {
        right: -80px;
        top: -4px;
    }
    /***/
    /*.font-grid {
            font-size: 1em;

        }*/

        #login {
            font-size: 1em;

        }
}

@media screen and (min-width: 1367px) and (max-width: 1441px) { /*Resoluciones de pantalla de 1400-1440*/

    body {
        font-size: 0.9em;
    }
    /*BUQUE MOVIMIENTO*/
    #GraficoMuelle {
        background-size: 470px 100px;
        left: -35px;
        top: 10px;
    }

    #EsloraBuque {
        left: 175px;
        bottom: 1px;
    }

    #DistanciaEntreNorayOrigenYBuque {
        left: -20px;
        bottom: 32px;
    }

    #DistanciaEntreNorayFinalYBuque {
        right: -100px;
        bottom: 32px;
    }

    #DistanciaEntreNoraysInicioYFinal {
        left: 175px;
        top: 26px;
    }

    #DistanciaEntreNoraysGeneral {
        right: -100px;
        top: -4px;
    }
    /***/
    #menu {
        width: 80%;
    }


    /*.font-grid {
        font-size: 1.1em;

    }*/

    #login {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1899px) { /*Resoluciones de pantalla de 1600 hasta 1920*/
    /*#body {
        width: 1440px;
    }*/
    body {
        font-size: 0.9em;
    }
    #GraficoMuelle {
        background-size: 501px 100px;
        left: -35px;
        top: 10px;
    }

    #EsloraBuque {
        left: 185px;
        bottom: 1px;
    }

    #DistanciaEntreNorayOrigenYBuque {
        left: -20px;
        bottom: 32px;
    }

    #DistanciaEntreNorayFinalYBuque {
        right: -126px;
        bottom: 32px;
    }

    #DistanciaEntreNoraysInicioYFinal {
        left: 185px;
        top: 26px;
    }

    #DistanciaEntreNoraysGeneral {
        right: -126px;
        top: -4px;
    }
    /***/
    /*Graficos*/

    /*.Grafico {
        width: 100%;
    }

    #grfBarras3D01Container ,#grfBarras3D02Container, #grfBarras3D03Container {
        width: 32% !important;
        display: inline-block;
    }*/
    #menu {
        width: 80%;
    }


    /*.font-grid {
        font-size: 1.1em;
    }*/

    #login {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1900px) { /*Resoluciones de pantalla de 1920 en adelante*/
    /*#body {
        width: 1800px;
    }*/
    /*BUQUE MOVIMIENTO*/
     body {
        font-size: 0.9em;
    }
    #GraficoMuelle {
        background-size: 501px 100px;
        left: -35px;
        top: 10px;
    }

    #EsloraBuque {
        left: 185px;
        bottom: 1px;
    }

    #DistanciaEntreNorayOrigenYBuque {
        left: -20px;
        bottom: 32px;
    }

    #DistanciaEntreNorayFinalYBuque {
        right: -126px;
        bottom: 32px;
    }

    #DistanciaEntreNoraysInicioYFinal {
        left: 185px;
        top: 26px;
    }

    #DistanciaEntreNoraysGeneral {
        right: -126px;
        top: -4px;
    }
    /***/
    /*Graficos*/

    .Grafico {
        width: 100%;
    }

    #grfBarras3D01Container, #grfBarras3D02Container, #grfBarras3D03Container, #grfPie3DContainer, #grfPie3D2Container, #grfPie3D3Container, #grfPie3D4Container {
        /*width: 49% !important;*/
        display: inline-block;
    }
    #menu {
        width: 65%;
    }


    /*.font-grid {
        font-size: 1.1em;
 
    }*/


    .Marea #Mareas {
        margin-left: 40px;
    }
    /*El tamaño de la letra del dia de la semana aumenta (junto con el resto de los th) y hace que tanto estos como los 
      dias del mes se salgan del grid.
    */
    #ui-datepicker-div {
        width: 19em;
    }
    /*.font-grid{
        font-size: 1.1em;
    }*/
    #login {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1900px) and (min-height: 1200px) { /*Resoluciones de pantalla de 1920 en adelante*/
    #logo-login {
        left: 20%;
        top: 70%;
        transform: translate(-20%,-70%);
    }

    #contenedor-form-login {
        left: 80%;
        top: 80%;
        transform: translate(-80%,-80%);
    }
}

#dialog, .ui-dialog
{
   overflow: visible !important;
}


/*FLEXBOX*/

.flex-toolbar > .t-toolbar {
    display: flex; 
    justify-content: flex-start;
    margin: 10px 0px;
}
.flex-toolbar > .t-toolbar > a, .flex-toolbar > .t-toolbar > a > .t-icon{
    width: 50px !important;
    height: 50px !important;
    background-size: 35px;
}


.flex, .pure-menu.flex {
    display: flex;
    display: -webkit-flex; /* Safari */
}

.flex-justify-end {
    justify-content: flex-end;
}
.flex-justify-start {
    justify-content: flex-start;
}
.flex-justify-between {
    justify-content: space-between;
}
.flex-justify-around {
    justify-content: space-around;
}
.flex-justify-center {
    justify-content: center;
}

.flex-align-center{
    align-items: center;
}
.flex-align-baseline{
    align-items: baseline;
}
.flex-align-start{
    align-items: flex-start;
}
.flex-align-end{
    align-items: flex-end;
}

.flex-wrap {
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
}

.flex-table-row {
    padding: 10px 0 3px 0;
}

.flex-direction-row {
    flex-direction: row;
}

.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-column-reverse {
    flex-direction: column-reverse;
}


.flex-basis-33 {
    flex-basis: 33%;
}

.flex-basis-66 {
    flex-basis: 66%;
}

.flex-basis-25 {
    flex-basis: 25%;
}

.flex-basis-50 {
    flex-basis: 50%;
}

.flex-basis-75 {
    flex-basis: 75%;
}

.flex-basis-20 {
    flex-basis: 20%;
}
.flex-basis-40 {
    flex-basis: 40%;
}
.flex-basis-60 {
    flex-basis: 60%;
}
.flex-basis-80 {
    flex-basis: 80%;
}

.flex-basis-100 {
    flex-basis: 100%;
}



.flex-table-header {
    padding: 0.5vw 0 0.2vw 0;
    text-transform: uppercase;
}

.pager {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 5px 10px;
    display: flex;
    justify-content: flex-start;
}

.pager span{
    cursor: pointer;
    display: inline-block;
    width: 1vw;
    height: 1vw;
    text-align: center;
    padding: 0.05vw;
    margin-left: 0.3vw;
}
.page-number {
    font-size: 0.7vw;
    font-weight: bold;
}

.pager .page-direction{
    font-size: 0.9vw;
}

.search-bar > input {
    width: 5vw;
}
.search-bar > input:focus {
    width: 20vw;
}

#asignarBuqueDialog {
    font-size: 15px;
    height: 400px;
}

    .font-13 > .datefield, .font-13 > .WidthTime, .font-13 .chosen-container, .font-13 > label, .font-13 {
        font-size: 13px ;
    }

/*Factura recapitulativa*/

.factura-recap-parent{
    margin-top:20px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-direction:row;
    align-content:space-between;
}

.factura-recap-item{
    margin-left:10px;
}

/*informesgijon*/

.padre{
    display:flex;
    flex-direction:row;
    width:100%;
    align-items:center;
}

.separator {
    margin-top:20px;
    margin-bottom:20px;
    background-color:#415E90;
    width:100%;
    height:3px;
}

/*Testing google maps




.gm-style div > div:last-child > div > div:first-child > div .head {
   background-color:white;
}

.gm-style div > div:last-child > div > div:first-child > div:nth-child(3) > div div {
       background-color:white;

}

.gm-style div > div:last-child > div > div:first-child > div:first-child {
    
}
*/

.gm-style div > div:last-child > div > div:first-child > div {
  font-size:18px;
}

.info-win > a > h4 {
  text-decoration:none !important;
  color:blue !important;
}

.info-win > ul > li a  {
      text-decoration:none !important;
}

.gm-style {
      overflow: hidden;

}

.bold{
    font-weight:bold;
}

.enlace{
    text-decoration:none !important;
    color:blue !important;
}

/*MENU DESPLEGABLE*/

.menu-item-tarifa {
    text-indent: 20px;
    background-image: url('../Content/themes/base/imagesV2/buttons/ico-tarifas.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-forma-pago {
    text-indent: 20px;
    background-image: url('../Content/themes/base/imagesV2/buttons/formas-de-pago.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-noray {
    text-indent: 20px;
    background-image: url('../Content/themes/base/imagesV2/buttons/ico-secciones-muelles-noray.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-tipo-tarifa {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-tarifas.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-seccion-tipo-tarifa {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/_0006_tarifas-secciones.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-seccion-centrocoste {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/_0021_centros-de-coste-secciones.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-nacionalidad {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-nacionalidades.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-tipo-buque {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-tipos-de-buque.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-tipo-buques-exentos {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/_0020_exentos.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-empleado {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-usuarios.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-ranking {
    text-indent: 20px;
    background-image: url('../Content/themes/base/imagesV2/buttons/ico-ranking.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-config-proforma {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-conf-proformas.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-rol {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/_0008_roles.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-mapa {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/_0014_mapa-puerto.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-entidad {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-detalles-entidad.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-configuracion {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-detalles-entidad.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}
.menu-item-infraestructura {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-embarcaciones.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-remolcador {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/_0009_remolcadores.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-incidencia {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-incidencias.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-tipo-turno {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-tipos-turno.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-situacion {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-situacion.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}


.menu-item-duracion-transito {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-medio-transporte {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-calado {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-calados.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-mareas {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-mareas.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-tipo-fondeo-nl {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/ico-tipo-fondeo-nl.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-tipo-estado {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/_0002_tipos-estado.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.menu-item-descuentos-escala {
    text-indent: 20px;
    background: url('../Content/themes/base/imagesV2/buttons/_0018_descuentos-escala.png');
    background-position-y: center;
    background-position-x: 10px;
    background-repeat: no-repeat;
}

.color-white {
    color: #fff;
}

a.custom_link {
    color: #fff;
    text-decoration: none;
    padding-right: 10px;
}

.hiddenText, a.hiddenText{
    color: transparent;
}

.hidden {
    display: none !important;
}



/*#menu li a:focus{
    border: 1px dashed white !important;
    padding: 0;
}*/

.highlight-focus {
    opacity: 0.5;
}

/* Permite visualizar el alt de la imagen */
img {
    color: white;
}

/* Modificar para evitar que una de las opciones del grid facturas salte a otra linea*/
.t-grid tbody .t-button {
     margin-right: 0.1em;
}



.custom-error {
    color: #ff473e;
}

