﻿body, html {
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}

.Master {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

::-webkit-input-placeholder {
    text-align: center;
}

.Menu {
    background-color: rgba(255, 254, 254, 0);
    height: 100%;
    color: white;
}

.loginContainer {
    background-color: #EBB330;
    overflow: auto;
    position: fixed;
    padding: 150px;
    padding-top: 50px;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loginButtons {
    overflow: auto;
    padding-left: 0px;
    padding-top: 60px;
}

.bgColorMenu {
    background-color: #3E3E3E;
}

    .bgColorMenu ul li a {
        /*color: #ebb330;*/
        font-family: 'Poppins';
        font-size: 12px;
    }

    .bgColorMenu ul li {
        /*color: #ebb330;*/
        font-family: 'Poppins';
        font-size: 12px;
    }

.loginContainerInternal {
    float: left;
    background-color: white;
    height: 545px;
    width: 500px;
    padding-top: 100px;
}

.LoginHeader {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 39px;
    color: #323232;
}

.HomeBanner {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    color: #323232;
    padding-left: 50px;
}

.LoginHeaderLight {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    color: #323232;
}

.LoginSmallText {
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    color: #c0c0c0;
}

.LoginInput {
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    color: #ebb330;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.loginLoginButton {
    background-color: #EBB330;
    background-image: url("../images/siguiente.png");
    background-repeat: no-repeat;
    background-position: 10px,10px;
    height: 50px;
    width: 200px;
    font-family: 'Poppins';
    font-size: 12px;
    border: 0;
}

    .loginLoginButton span {
        margin-left: 30px;
        text-align: left;
    }

.loginFPassButton {
    background-color: White;
    background-image: url("../images/olvide_contra_normal.png");
    background-repeat: no-repeat;
    background-position: 10px,10px;
    height: 50px;
    width: 200px;
    font-family: 'Poppins';
    font-size: 12px;
    border-color: #EBB330;
    border-width: 1px;
}


.loginContainerInternalImage {
    float: left;
}

.MenuMasterContainer {
    position: absolute !important;
    color: rgb(51, 122, 183);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding-left: 20px;
    float: left;
    height: 100%;
}

    .MenuMasterContainer a:link {
        color: rgb(51, 122, 183);
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 2;
    }

.MenuMasterContainerLinks {
    color: #c0c0c0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 200;
    padding-left: 20px;
}

    .MenuMasterContainerLinks a {
        color: rgb(51, 122, 183);
        font-weight: 700;
        font-size: 14px;
    }

.MenuHeaderOptions {
    background-color: #3e3e3e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 200;
}

.MasterHeader {
    background-color: #f5f5f5;
    height: 50px;
    text-align: right;
}

    .MasterHeader img {
        padding-left: 50px;
        padding-bottom: 10px;
        height: 60px;
        padding-bottom: 20px;
        text-align: right;
        margin-top: 4px;
    }


.MasterHeaderRight {
    background-color: #f5f5f5;
    height: 50px;
    text-align: right;
    padding-top: 10px;
}



.circular--square {
    border-radius: 100%;
    height: 30px;
    width: 30px;
}

.contenedor {
    width: 100%;
}

.footer {
    /*padding-bottom: 20px;*/
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 0;
}

.dlleTabla {
    background-color: #f9f9f9 !important;
}

.spinner {
    width: 100px;
}

    .spinner input {
        text-align: right;
    }

.textGrid {
    word-break: break-word;
    text-align: center;
    width: 20px;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 1px;
        left: 2px;
    }

.icon-error, .icon-success {
    font-size: 25px;
    font-weight: bold;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    border-radius: 0px 6px 6px 0px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.icon-error {
    color: #f51919;
}

.icon-success {
    color: #11d533;
}

.txtView {
    padding-top: 7px;
    margin-bottom: 0;
}

table th, .modal-header {
    background-color: #F7BE00;
}

.bs-callout {
    padding: 5px 15px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.Totales {
    background-color: #DCDCDC !important;
}

.bs-callout-danger {
    border-left-color: #ce4844;
}

.bs-callout-titulo {
    border-left-color: #F7BE00;
}


.titulo {
    FONT-SIZE: 20px;
    COLOR: #F7BE00;
    FONT-FAMILY: Sui Generis;
    TEXT-ALIGN: center;
}

#lateral li {
    background-color: #ffffcc;
    font-weight: bold;
    width: 100%;
}


.titulo1 {
    FONT-SIZE: 20px;
    BACKGROUND: url(../Content/images/site/titulos-fondo.jpg) no-repeat center center;
    COLOR: #ffffff;
    FONT-FAMILY: Sui Generis;
    TOP: 0pt;
    TEXT-ALIGN: center;
}

.titulo2 {
    MARGIN-RIGHT: 80px;
    MARGIN-LEFT: 80px;
    FONT-SIZE: 20px;
    COLOR: #F7BE00;
    FONT-FAMILY: Sui Generis;
    TEXT-ALIGN: center;
    BORDER-TOP: #D3D3D3 1px solid;
    BORDER-BOTTOM: #D3D3D3 1px solid;
    BORDER-RIGHT: #D3D3D3 1px solid;
    BORDER-LEFT: #D3D3D3 1px solid;
}

.blockPage {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    cursor: wait;
    position: fixed;
    background-color: rgb(0, 0, 0);
}


.blockPageMsg {
    z-index: 1011;
    position: fixed;
    padding: 15px;
    margin: 0px;
    width: 30%;
    top: 40%;
    left: 35%;
    text-align: center;
    color: rgb(255, 255, 255);
    border: none;
    cursor: wait;
    border-radius: 10px;
    opacity: 0.5;
    background-color: rgb(0, 0, 0);
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.titInfo {
    font-weight: bold;
}


/*Arbol*/
.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
}

    .tree ul {
        margin-left: 1em;
        position: relative;
    }

        .tree ul ul {
            margin-left: .5em;
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative;
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
    color: #A3A3A3;
}

.HeaderLinkWithContent {
    color: #ebb330;
    font-size: 12px;
    font-family: "Poppins";
}

.HeaderLinkWithNoContent {
    color: #ebb330;
    font-size: 12px;
    font-family: "Poppins";
    pointer-events: none;
    cursor: default;
}

.HeaderLinkTwo {
    color: rgb(51, 122, 183);
    font-size: 12px;
    font-weight: 700;
    font-family: "Poppins";
}

.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color: #369;
    border: none;
    background: transparent;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    outline: 0;
}

/** CheckBox **/
.onoffswitch {
    position: relative;
    width: 150px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner > div {
        float: left;
        position: relative;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 12px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner .onoffswitch-active {
        padding-left: 15px;
        background-color: #C2C2C2;
        color: #000;
    }

    .onoffswitch-inner .onoffswitch-inactive {
        padding-right: 15px;
        background-color: #C2C2C2;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch-switch {
    width: 65px;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.onoffswitch-active .onoffswitch-switch {
    background: #F7BE00;
    left: 0;
}

.onoffswitch-inactive .onoffswitch-switch {
    background: #A1A1A1;
    right: 0;
}

.onoffswitch-active .onoffswitch-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 65px;
    border-style: solid;
    border-color: #F7BE00 transparent transparent #F7BE00;
    border-width: 15px 10px;
}

.onoffswitch-inactive .onoffswitch-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 65px;
    border-style: solid;
    border-color: transparent #A1A1A1 #A1A1A1 transparent;
    border-width: 15px 10px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

/****End CheckBox*****/

/*Loading background*/
/*.backdropPage {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    background-color: gold;
    position: fixed;
    opacity: 0.2;
}*/

/*#loading-bar-spinner {
    display: block;
    position: center;
    z-index: 10002;
    left: auto;
    right: 10px !important;
}

    #loading-bar-spinner .spinner-icon {
        width: 150px;
        height: 150px;
        border: solid 10px transparent;
        border-top-color: #ebb330;
        border-left-color: #ebb100;
        border-radius: 50%;
        -webkit-animation: loading-bar-spinner 400ms linear infinite;
        -moz-animation: loading-bar-spinner 400ms linear infinite;
        -ms-animation: loading-bar-spinner 400ms linear infinite;
        -o-animation: loading-bar-spinner 400ms linear infinite;
        animation: loading-bar-spinner 400ms linear infinite;
        position: fixed;
        top: 50%;
        left: 50%;
        background-color: white;
    }

    #loading-bar-spinner:before {
        content: "Loading...";
        font-family: "Poppins";
        position: fixed;
        top: 60%;
        left: 53%;
        color: #3e3e3e;
        font-weight: 600;
        font-size: 18px;
        z-index: 10003;
    }*/

/*End Loading background*/

.MasterMenu {
    background-color: #f5f5f5;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 200;
    color: #323232;
}

.MenuChevron {
    color: rgb(51, 122, 183);
}

span.glyphicon:not(.form-control-feedback) {
    /*font-size: 17px !important;*/
    cursor: pointer;
    margin-left: 2px;
    line-height: 1;
}

tr.rowblock {
    background-color: #f6e3ce !important;
}

.modal-directive {
    z-index: 4000 !important;
}

.customMessageWall {
    /*background-color: #f5f5f5;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 200;
    color: #323232;
    border: none;
    padding-left: 15px;*/
    color: #323232;
    border: none;
    padding-left: 15px;
}

.dropdown-menu{
    left:-30px;
}

.menuButtonsMargins {
    margin-bottom: 20px;
    margin-right: -5px;
    margin-left: -5px;
}

.menuButtonButton {
    background-color: #f5f5f5;
    font-size: 12px;
    font-family: "Poppins";
    font-weight: 200;
    color: #323232;
    border: none;
}


.MenuCustom {
    height: 100%;
    width: 82%;
    padding-top: 50px;
}

.row-full-height {
    height: 100%;
}

.col-full-height {
    height: 100%;
    vertical-align: middle;
}

.row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.col-xs-height {
    display: table-cell;
    float: right !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}


.table-font-min tbody, thead tr {
    font-size: 12px;
}

.table-font-min tbody, thead {
    white-space: nowrap !important;
    vertical-align: inherit;
}

.input-group-select {
    border-radius: 0 3px 3px 0 !important;
    border-left-width: 0 !important;
}


.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.modal-devolution {
    width: 900px;
}

.panel-login {
    background-color: rgba(255,255,255, 0.5);
}

    .panel-login .form-group {
        padding: 0 15px;
    }

.bodyStyleLogin {
    background: url('../../app/images/RenaultLogin.jpg') no-repeat fixed center;
    background-size: cover;
    padding-top: 70px;
}

.login-control-invalid {
    border-left: 5px solid #a94442 !important;
}

.login-control-valid {
    border-left: 5px solid #42a948 !important;
}


.blockPage {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    cursor: wait;
    position: fixed;
    background-color: rgb(0, 0, 0);
}


.blockPageMsg {
    z-index: 1011;
    position: fixed;
    padding: 15px;
    margin: 0px;
    width: 30%;
    top: 40%;
    left: 35%;
    text-align: center;
    color: rgb(255, 255, 255);
    border: none;
    cursor: wait;
    border-radius: 10px;
    opacity: 0.5;
    background-color: rgb(0, 0, 0);
}


multiselect {
    display: block;
}

    multiselect div button.btn-default {
        background-image: none !important;
    }

    multiselect > .btn-group {
        min-width: 180px;
    }

    multiselect .btn {
        width: 100%;
        background-color: #FFF;
    }

        multiselect .btn.has-error {
            border: 1px solid #a94442 !important;
            color: #db524b;
        }

    multiselect .dropdown-menu {
        max-height: 300px;
        min-width: 200px;
        overflow-y: auto;
    }

        multiselect .dropdown-menu .filter > input {
            width: 99%;
        }

        multiselect .dropdown-menu .filter .glyphicon {
            cursor: pointer;
            pointer-events: all;
        }

    multiselect .dropdown-menu {
        width: 100%;
        box-sizing: border-box;
        padding: 2px;
    }

    multiselect > .btn-group > button {
        padding-right: 20px;
    }

        multiselect > .btn-group > button > .caret {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid black;
            right: 5px;
            top: 45%;
            position: absolute;
        }

    multiselect .dropdown-menu > li > a {
        padding: 3px 10px;
        cursor: pointer;
    }

        multiselect .dropdown-menu > li > a i {
            margin-right: 4px;
        }

.glyphicon-none:before {
    content: "\e013";
    color: transparent !important;
}

.FullScreen div.modal-dialog {
    width: 100% !important;
    height: 90% !important;
}

.SemiFullSreen div.modal-dialog {
    width: 70% !important;
    height: 90% !important;
}

.ticketP {
    background-color: #2EFE64;
}

.ticketV {
    background-color: #FFFF00;
}

#panel_language {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    display: inline-block;
    position: relative;
}

    #panel_language li {
        display: inline;
        cursor: pointer;
    }

        #panel_language li a {
            text-decoration: none;
            padding: .2em 0;
            color: #000;
        }


            #panel_language li a img {
                width: 40px;
                padding-left: 4px;
                padding-right: 4px;
                padding-top: 0px;
                padding-bottom: 0px;
            }

            #panel_language li a svg {
                width: 40px;
                padding-left: 4px;
                padding-right: 4px;
                padding-top: 0px;
                padding-bottom: 0px;
            }

            #panel_language li a img.lng_active {
                background-color: #ccc;
            }

.export-pdf
{
    padding:0px !important;
}

.export-pdf td
{
    padding:0px !important;
    margin:0px !important;

}

.titulo1 {
  FONT-SIZE: 20px;
  BACKGROUND: url(../Content/images/site/titulos-fondo.jpg) no-repeat center center;
  COLOR: #ffffff;
  FONT-FAMILY: Sui Generis;
  TOP: 0pt;
  TEXT-ALIGN: center;
}

.titulo2 {
  MARGIN-RIGHT: 80px;
  MARGIN-LEFT: 80px;
  FONT-SIZE: 20px;
  COLOR: #F7BE00;
  FONT-FAMILY: Sui Generis;
  TEXT-ALIGN: center;
  BORDER-TOP: #D3D3D3 1px solid;
  BORDER-BOTTOM: #D3D3D3 1px solid;
  BORDER-RIGHT: #D3D3D3 1px solid;
  BORDER-LEFT: #D3D3D3 1px solid;
}

.titulo {
  FONT-SIZE: 20px;
  COLOR: #F7BE00;
  FONT-FAMILY: Sui Generis;
  TEXT-ALIGN: center;
}

.FullSreenDevolution .modal-dialog{
    width: 96%;
    margin: 30px, auto;
}