
* {
    margin: 0;
}

.glyphicon {
    color: #ae1b21;
}

.sidebar {
    background-color: #2e363f;
    position: relative;
}

.bg-body {
    background: #ffffff;
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    flex-wrap: wrap;
    flex-grow: 0;
    align-items: normal;
    min-height: 86%; 
}

body {
    font-family: latoregular,Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (min-width: 64em) {
    body {
        font-size: 1.2em;
        line-height: 1.8;
    }
}

@media (min-width: 85.375em) {
    body {
        font-size: 1.6em;
    }
}

@media (min-width: 120em) {
    body {
        font-size: 1.5em;
    }
}

@media (min-width: 160em) {
    body {
        font-size: 1.6em;
    }
}

a:focus, a:hover {
    color: #AF9778;
    text-decoration: none;
}

/* CABECERA - LOGO */


.logo {
    position: relative;
    float:left;
}

    .logo img {
        margin: 0 auto;
        padding: 20px;
    }

/* CABECERA - inicio */

.navbar-default {
    /*position: fixed;*/
    width: 100%;
    background-color: #2E363F;
}

.navbar {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 6;
    min-height: 15%;
}


.box {
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.list-actividades, .list-inteligencia {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-actividades li {
    display: inline-block;
}

    .list-actividades li a {
        display: block;
        width:30px;
        height:30px;
    }
    .ico-plate {
        background: transparent url(../img/ico-plate.png)no-repeat scroll 0 0;
    }

.ico-ai {
    background: transparent url(../img/ico-ai.png)no-repeat scroll 0 0;
}

.rless {
    padding-left: 0;
    padding-right: 0;
}
.less-margin {
    padding: 10px 0;
    position: relative;
}

#program .less-over:nth-child(2n+1) {
    /*background-color: #F2EBDE;*/
}

ul.menuleft {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: Lato;
    min-height: 100%;
    font-size: 1.1em;
}

    ul.menuleft li {
        list-style: none;
    }



#main {
    background: rgba(255, 255, 255,1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255,0) 0%, rgba(255, 255, 255,1) 20%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255,0)), color-stop(20%, rgba(255, 255, 255,1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255,0) 0%, rgba(255, 255, 255,1) 20%);
    background: -o-linear-gradient(left, rgba(255, 255, 255,0) 0%, rgba(255, 255, 255,1) 20%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255,0) 0%, rgba(255, 255, 255,1) 20%);
    background: linear-gradient(to right, rgba(255, 255, 255,0) 0%, rgba(255, 255, 255,1) 20%);
}

.box-articulo figure {
    width: 132px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    height: 132px;
}

    .box-articulo figure img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: 0 auto;
        min-height:132px;
    }

    #program h2 {
        margin: 0;
        color: #3d4952;
        font-size: 1.5em;
    }

#program .bars {
    position: absolute;
    right: 0;
    bottom: 10px;
    text-align: right;
}

.border-bot {
    border-bottom: 1px solid #3d4952;
    min-height:122px;
}

#program {
    height: 688px;
    /*height: 61.70vmin;*/
}

.cuenta {
    text-align: right;
    /*background: #3d4952 url(../img/textura.gif) repeat;*/
    padding: 5px;
    background-color: #3d4952;
}

    .cuenta ul {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .cuenta li {
        display: inline-block;
        padding-right: 15px;
    }

        .cuenta li a {
            display: block;
            color: #ffffff;
        }

.posrel {
    padding: 0;
}

.toggle-nav2 {
    float: left;
    color: #ffffff;
    margin: 5% 0 0;
    position: relative;
    z-index: 8;
}

    .toggle-nav2:hover {
        color: #ffffff;
    }

#site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    left: 0;
}

#site-menu {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -300px;
    padding: 0 15px;
    z-index: 8888;
}

#site-canvas {
    /*-webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);*/
    /*transform: matrix3d(1,0,0.00,0,0.00,1,0.00,0,0,0,1,0,0,0,0,1);*/
}

#wrapper_renyn {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-flex-direction: column;
}

    #wrapper_renyn .navbar {
        border: 0;
        margin-bottom: 0;
        border-radius: 0;
        z-index: 6;
        min-height:0;
    }

#wrapper_renyn h1 {
    display: inline-block;
    color: #000;
    font-size: 2em;
}
.login {
    background: transparent url("../img/login.png") no-repeat scroll 0 50%;
    padding-left: 25px;
    color: #0766ca;
}
.input-group {
    margin-bottom: 15px;
}
h1.login {
    text-align: center;
}

#wrapper_renyn .sidebar {
    background-color: #2E363F;
    position: relative;
}

#wrapper_renyn .nav > li > a{
    color: #fff;
    padding-left: 35%;
    text-align: left;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
ul.familia {
    margin:0;
    padding:0;

}
    ul.familia li {
        
    }
        ul.familia li a {
            padding: 10px 15px;
            padding-left: 35%;
            color: #fff;
            display: block;
            transition: all 0.5s ease-out 0s;
            -webkit-transition: all 0.5s ease-out 0s;
        }
            ul.familia li a:hover {
                background-color: #57626f;
            }
    .nav > li > a:focus, .nav > li > a:hover {
        background-color: #57626f;
        border: 0;
        border-radius: 0;
    }
a.instalaciones, a.registros, a.grupos, a.ventas, a.albaranes, a.reportes, a.cuenta {
    background: url(../img/sprites.png) no-repeat;
    position: relative;
}

a.instalaciones, a.instalaciones:hover {
    background-position: 25% 15px;
}
a.registros, a.registros:hover {
    background-position: 25% -345px;
}
    a.grupos, a.grupos:hover {
        background-position: 25% -705px;
    }

    a.ventas, a.ventas:hover {
        background-position: 25% -1068px;
    }
    a.albaranes, a.albaranes:hover {
        background-position: 25% -1428px; 
    }
    a.reportes, a.reportes:hover {
        background-position: 25% -1785px; 
    }
    a.cuenta, a.cuenta:hover {
        background-position: 25% -2145px; 
    }
#program h1 {
    overflow: hidden;
    text-align: left;
    margin: 15px 0 30px;
    color: #2e363f;
}
#home h1 {
    color: #06468C;
    text-align: left;
    font-family: latobold;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    padding: 0;
    margin: 0 0 15px;
    float: left;
}
span.clien {
    color: #A2D5F6;
    text-transform: initial;
}
#home p, #version p {
    line-height: 2;
    display: block;
    clear: left;
}
.mrt {
    margin-top: 30px;
}
.seccionrect {
    display: flex;
    flex-direction: row;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    position: relative;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px dotted #000;
    margin-bottom: 30px;
    min-height:150px;
    overflow: hidden;
}
    
    .seccionrect a {
        color: #000;
    }
.detalle {
    display: flex;
    flex: 1;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
}
.bg-clien {
    background: linear-gradient(to right, #ffbd4a 0%, #ffbd4a 15%, #fff 15%);
}
.bg-art {
    background: linear-gradient(to right, #97c7e7 0%, #97c7e7 15%, #fff 15%);
}
.bg-ped {
    background: linear-gradient(to right, #00FF00 0%, #00FF00 15%, #fff 15%);
}
.bg-alb {
    background: linear-gradient(to right, #3692cf 0%, #3692cf 15%, #fff 15%);
}
.bg-fac {
    background: linear-gradient(to right, #1c65f8 0%, #1c65f8 15%, #fff 15%);
}
.bg-clos {
    background: linear-gradient(to right, #ccc 0%, #ccc 15%, #fff 15%);
}
.dest {
    display: inline-block;
    margin: -1px;
    vertical-align: middle;
}
.breadcrumb {
    font-size: 0.9em !important;
    background: none;
    margin: 0;
    padding: 15px;
}

    .breadcrumb a {
        color: #808080;
    }

    .breadcrumb span:last-child a {
        font-weight: bold;
    }

    .breadcrumb span::after {
        content: " >";
        font-size: 0.9em;
    }

    .breadcrumb span:last-child::after {
        content: "";
    }

    .breadcrumb > li {
        color: #808080;
    }

    .breadcrumb > .active {
        color: #000;
    }

/**tablas**/
.table-rect {
    display: table;
    width: 100%;
    
}

.tr-rect {
    display: table-row;
    font-size: 1em;
}

    .tr-rect:first-child {
        font-weight: bold;
    }
        .tr-rect:first-child .th-rect {
            background-color: #d2ecfd;
        }
    .tr-rect:nth-of-type(2n+2) {
        background-color: #f9f9f9;
        font-weight: normal;
    }

.th-rect {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    border-bottom: 1px dotted;
    font-weight: bold;
    background-color: #fff;
    font-size: initial;
    padding-left: 10px;
    padding-right: 10px;
}

    .th-rect:nth-child(5), .td-rect:nth-child(5), .td-rect:nth-child(6) {
        text-align: right;
    }
    .th-rect:last-child, .td-rect:last-child  {
        text-align: right;
    }
.td-rect {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    border-bottom: 1px dotted;
    padding-left: 10px;
    padding-right: 10px;
}

.tr-rect.festivo .td-rect img {
    float: none;
}

.td-rect img {
    padding-right: 5px;
    float: left;
    
}
.td-rect .fsp img {
    max-height: 52px;
    padding: 5px;
}
    /*.td-rect:last-child div {
    float:right;
}*/
    .th-rect h3 {
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}

.td-rect h4 {
    display: inline;
    margin: 0;
    vertical-align: middle;
    font-weight: bold;
    font-size: inherit;
    word-wrap: break-word;
}
.td-rect.dir, .td-rect.dir2 {
    text-align: left;
    padding: 15px;
    border-bottom: 1px dotted;
    border-left: 1px dotted;
}
.mes li {
    padding: 0;
    display: block;
    font-style: italic;
}

    .mes li em {
        width: 135px;
        display: inline-block;
        font-style: normal;
    }

    .mes li:last-child em {
        color: red;
    }
#nav-tab a.btn-primary {
    background-color: #04488d;
}
#nav-tab h2 {
    margin: 0 15px;
    float: right;
}
    #nav-tab h2 a {
        border-radius: 6px;
        color: #fff;
        width: 100%;
    }
.btn-volver {
    color: #878787;
    background-color: #fff;
    border-color: #878787;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    display: inline-block;
    float: right;
    margin: 0 0 15px;
}
.buscar {
    font-size: 1em;
    display: inline-flex;
    color: #000;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 100%;
}

    .buscar input {
        border: 0 none;
        outline: none;
    }

    .buscar .bgbuscar {
        min-width: 95%;
    }
.buscar-desc {
    font-size: 1em;
    display: inline-flex;
    color: #000;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}
    .buscar-desc.form-control {
        display: block;
    } 
    .buscar-desc input {
        border: 0 none;
        outline:none;
    }

    .buscar-desc .bgbuscar {
        min-width: 85%;
    }

.btnbuscar {
    background-attachment: scroll;
    background-color: #ffffff;
    background-image: url("../img/lupa.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -3000px;
    width: 20px;
}
.btn-cancelar {
    color: #fff;
    background-color: #878787;
    border-color: #878787;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
    .btn-cancelar:hover {
        color: #fff;
        background-color: #666;
    }
.modal-header {
    background: #d2ecfd;
}
.table-rect.inter{
    border-top: 1px dotted; 
    border-right: 1px dotted; 
}
.inter .td-rect {
    height:auto;
}
.inter {
    margin-bottom: 30px;
}
h2.tit3 {
    font-size: 2em !important;
    font-weight: normal !important;
    color: #000;
    font-family: inherit;
    margin: 10px 0;
}
    h2.tit3 span:last-child {
        padding-left: 10px;
    }
        h2.tit3 span:last-child::before {
            content: "(";
        }
        h2.tit3 span:last-child::after {
            content: ")";
        }
.form-group {
    min-height: 42px;
}
.inter .form-group label {
    width: 18%;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    height: 42px;
}

.td-rect.dir2 label {
    display: inline-block;
}

.td-rect label {
    display: block;
    margin: 0;
    font-weight: normal;
}
.reg {
    text-align: right;
    padding-top: 20px;
}

    .reg ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .reg li {
        display: inline-block;
        color: #ccc;
        padding-right: 15px;
    }

        .reg li a {
            color: #ccc;
        }

            .reg li a:hover {
                color: #fff;
            }

    .reg .btn-primary {
        color: #fff;
        background-color: #1F9DE8;
        border-color: #1F9DE8;
        border-radius: 0;
        text-transform: uppercase;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
    }

        .reg .btn-primary:hover {
            color: #fff;
            background-color: #06468C;
            border-color: #06468C;
        }
.btn-primary {
    color: #fff;
    background-color: #06468C;
    border-color: #06468C;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #1F9DE8;
        border-color: #1F9DE8;
    }

ul.menu {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
    font-family: latoregular;
    font-size: 1em;
    letter-spacing: 0px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    text-align: right;
}

    ul.menu li {
        display: inline-block;
        padding: 0 10px;
    }

        ul.menu li a {
            border-bottom: 4px solid transparent;
            color: #ccc;
            font-weight: bold;
            transition: all 0.5s ease-out 0s;
        }

            ul.menu li a:hover {
                border-bottom: 4px solid #F7A30F;
                color: #fff;
            }
ul.tiposlocalizacion {
    margin: 0;
    padding: 0;
    text-align: center;
}
.tiposlocalizacion li {
    list-style-type: none;
    display: inline-block;
    padding: 30px 20px 0;
}

.ico-gps {
    background: transparent url(../img/ico-gps.jpg) no-repeat scroll 50% 0;
}
.ico-wifi {
    background: transparent url(../img/ico-wifi.jpg) no-repeat scroll 50% 0;
}
.ico-bluethooth {
    background: transparent url(../img/ico-bluethooth.jpg) no-repeat scroll 50% 0;
}
#ylp {
    color: #013495;
    padding: 40px 15px;
    overflow: hidden;
}
    #ylp h2 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
        font-family: latobold;
        font-size: 36px;
    }
#owl-demo, #owl-client, #Div1 {
    margin: 0 0 15px;
}
    #owl-demo .item span, #Div1 .item span {
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        bottom: -100px;
        padding: 15px;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        -webkit-transition: bottom 0.5s;
        transition: bottom 0.5s;
    }
.owl-theme .owl-controls {
    margin-top: 0 !important;
}
.owl-prev {
    left: -30px;
    top: 50%;
}
.owl-next {
    right: -30px;
    top: 50%;
}

.owl-prev, .owl-next {
    position: absolute;
}

.owl-prev, .owl-next {
    background: none;
    color: #05488E;
}
.glyphicon {
    color: #05488E;
}
#owl-demo .item:hover span, #Div1 .item:hover span {
    bottom: 0;
}
.shop {
    padding: 15px;
}
.form-control {
    border: 2px solid #04488d;
    display: inline;
    font-size: 1em;
    height: 42px;
    padding: 5px;
}
section.contacta {
    background-color: #eaf7ff;
    padding: 10px;
    color: #77631E;
    box-shadow: 0 0 0 2px #fff, 0 0 0 6px #eaf7ff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.contacta h2 {
    color: #0766ca;
    font-size: 15px;
    font-weight: bold;
    font-family: inherit;
    text-shadow: none;
}
.contacta ul {
    padding: 0;
    list-style-type: none;
}
.contacta li, .contacta li a {
    color: #05488E;
}

.contacta li {
    color: #77631E;
    list-style-type: none;
    text-align: left;
    padding-left: 30px;
    word-wrap: break-word;
    background-position: 0 70%;
}

.ico-tel, .ico-fax, .ico-mail {
    padding: 0;
    padding-left: 0px;
}

.ico-tel {
    background: transparent url(../img/ico-tel.png) no-repeat scroll 0 50%;
    background-position-x: 0px;
    background-position-y: 50%;
}
.ico-fax {
    background: transparent url(../img/ico-fax.png) no-repeat scroll 0 50%;
    background-position-x: 0px;
    background-position-y: 50%;
}
.ico-mail {
    background: transparent url(../img/ico-mail.png) no-repeat scroll 0 50%;
    background-position-x: 0px;
    background-position-y: 50%;
}
#userlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    position: relative;
    z-index: 7;
}
    #userlist li {
        display: block;
        width: 100%;
        overflow: hidden;
        background-color: #fff;
        padding: 5px;
        border-bottom: 1px solid #d9d9d9;
    }
        #userlist li:hover {
            color: #000;
            background-color: #eaeaea;
        }
        #userlist li a {
            color: #000;
        }
    #userlist .ref {
        font-weight: bold;
    }
    #userlist h3 {
        font-size: inherit;
    }
ul.menufooter {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Arial, helvetica, Sans-Serif;
    text-transform: uppercase;
    text-align: right;
}
    ul.menufooter li {
        display: inline-block;
    }

.dropdown {
    padding-bottom: 8px;
}

.dropdown {
    vertical-align: top;
    font-family: latoregular;
    font-size: 1em;
}
ul.menufooter li:first-child a {
    padding: 0;
}

ul.menufooter li a {
    text-decoration: none;
    font-weight: normal;
    padding-left: 25px;
    color: #152535;
}
footer address ul {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;
}
footer address li {
    display: block;
}
    footer address li span {
        display: block;
        color: #152535;
    }

footer address span {
    padding: 0 5px;
}
footer .ico-tel, footer .ico-fax, footer .ico-mail, footer .ico-loc {
    padding: 7px 30px 0;
}

footer .ico-tel {
    background: transparent url(../img/ico-tel.png) no-repeat scroll 0 65%;
    width: 80%;
}
footer .ico-fax {
    background: transparent url(../img/ico-fax.png) no-repeat scroll 0 65%;
    width: 80%;
}
.ico-mail {
    background: transparent url(../img/ico-mail.png) no-repeat scroll 0 60%;
    width: 80%;
}
.legal {
    font-size: 0.75em;
    line-height: 4;
    float: right;
}
.legal span {
    padding: 0 5px;
}
    .legal a {
        color: #152535;
    }
    .legal span::after {
        content: "|";
        color: #103153;
        padding-left: 15px;
        display: inline-block;
    }
    .legal span:last-child::after {
        content: "";
    }
.proyect {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    font-size: 1.1em;
    padding: 20px;
    text-align: center;
    font-weight: 800;
}
.print {
    background: #5bc0de url(../img/print.png) no-repeat scroll 0 50%;
    background-position-x: 0px;
    background-position-y: 50%;
    margin-right: 15px;
}
.save {
    background: transparent url(../img/save.png) no-repeat scroll 0 50%;
    background-position-x: 50%;
    background-position-y: 50%;
    margin-right: 5px;
    text-indent: -3000px;
    border:0;
}

.cancel {
    background: transparent url(../img/cancel.png) no-repeat scroll 0 50%;
    background-position-x: 50%;
    background-position-y: 50%;
    margin-right: 5px;
    text-indent: -3000px;
    border:0;
}
.albaran {
    background: #5bc0de url(../img/albaran.png) no-repeat scroll 0 50%;
    background-position-x: 0px;
    background-position-y: 50%;
    margin-right: 15px;
}
.factura {
    background: #5bc0de url(../img/factura.png) no-repeat scroll 0 50%;
    background-position-x: 0px;
    background-position-y: 50%;
    margin-right: 15px;
}
.header-pedido {
    margin-bottom: 30px;
    display:flex;
}
.header-pedido h1 {
    margin:5px 0 0;
    padding:0;
}
    .header-pedido .th-rect, .header-pedido .td-rect {
        border: none;
        vertical-align: middle;
        margin: 0;
    }
    .header-pedido .input-group {
        margin: 0;
    }
    .bgbuscar2 {
        width:60%;
    }
.totales .form-control {
    text-align: right;
}
#ContentCuerpo_pNuevaLinea .td-rect:first-child {
    width: 50px;
}
#ContentCuerpo_pNuevaLinea .td-rect:nth-child(2) {
    width: 360px;
    padding: 0 5px;
}
#ContentCuerpo_pNuevaLinea .td-rect:last-child {
    float: right;
    width:80px;
    padding:10px;
}
.th-rect:nth-child(n + 3) h3 {
    text-align: right;
}
.td-rect:nth-child(n + 3) {
    text-align: right;
}