﻿/*input, [type="text"]:not(.input-sm), [type="textbox"]:not(.input-sm), textarea:not(.input-sm), select:not(.input-sm)  {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/

input:focus, [type="text"]:focus, [type="textbox"]:focus, textarea:focus, select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

input::-moz-placeholder, [type="text"]::-moz-placeholder, [type="textbox"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

input:-ms-input-placeholder, [type="text"]:-ms-input-placeholder, [type="textbox"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder, [type="text"]::-webkit-input-placeholder, [type="textbox"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #999;
}

.required,
.required-top {
    right: 10px !important;
    color: red !important;
}

.required-top {
    top: 0px !important;
    right: 10px !important;
}

.required-date {
    top: 8px;
    z-index: 1001;
    right: 34px !important;
    position: absolute;
    float: right;
}


label ~ .required-date {
    z-index: 1001;
    right: 34px !important;
    position: absolute;
    float: right;
}

.input-group.input-group-xs .required {
    top: -4px;
    right: 16px !important;
}

/*.required-date {
    top: 34px; z-index: 1001; right: 60px !important; position: absolute; float: right;
}*/

.Flex {
    display: inline-flex !important;
}

[type="file"], [type="radio"], [type="checkbox"] {
    height: auto !important;
}

[type="radio"], [type="checkbox"] {
    width: auto !important;
}

.radio tbody tr td input[type="radio"] {
    margin: 4px 4px 4px 4px !important;
}

[type="radio"] + label,
[type="checkbox"] + label {
    margin-right: 18px;
}

.completionList,
.completionList-relative {
    margin: 0px !important;
    padding: 2px !important;
    max-height: 200px !important;
    width: auto !important;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #FFFFFF !important;
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;*/
    cursor: pointer;
    z-index: 1050 !important;
}

.GridViewStyle .completionList {
    position: fixed !important;
}

.listItem {
    color: #1C1C1C !important;
    white-space: nowrap !important;
}

.itemHighlighted {
    background-color: #528ec2;
    border-color: #4182b9;
    color: #FFFFFF !important;
}

::-moz-selection {
    background-color: #528ec2;
    border-color: #4182b9;
    color: #fff;
}

::selection {
    background-color: #528ec2;
    border-color: #4182b9;
    color: #fff;
}

select option:hover {
    color: White;
    background-color: #528ec2;
    border-color: #4182b9;
}
/*option:checked { color: #FFA540; }*/

.ListExtender {
    background-color: #528ec2;
    border-color: #4182b9;
    color: #fff;
    font-size: smaller;
    font-weight: bold;
    /*height: 12px;
    width: 133px;*/
    margin-bottom: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
}

.pointer {
    cursor: pointer !important;
}

.not-allowed {
    cursor: not-allowed;
}

@keyframes BarraProgreso {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.BarraProcesando {
    -webkit-animation: 1s linear 0s normal none infinite running BarraProgreso;
    -moz-animation: 1s linear 0s normal none infinite running BarraProgreso;
    -o-animation: 1s linear 0s normal none infinite running BarraProgreso;
    -ms-animation: 1s linear 0s normal none infinite running BarraProgreso;
    animation: 1s linear 0s normal none infinite running BarraProgreso;
}



/*Botones Menú*/
@keyframes keyMenud {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bt_menud {
    text-align: right !important;
    background-size: 36px 36px !important;
    background-repeat: no-repeat !important;
    background-position: 15px !important;
    /*filter: alpha(opacity=85);
    opacity: .85;*/
    margin-bottom: 10px !important;
}
    /*.bt_menud:disabled {   
    filter: alpha(opacity=85);   
    opacity: .85;
}*/

    .bt_menud:hover {
        background-image: none;
    }

    .bt_menud:disabled:before {
        background-image: none;
    }


    /*.bt_menud:hover:before {
        content: "";
        position: absolute;
        width: 36px;
        height: 36px;
        left: 15px;
        z-index: -1;
        background-size: 36px 36px;
        background-repeat: no-repeat;
        
        -webkit-animation: keyMenud 0.3s linear 1;
        -moz-animation: keyMenud 0.3s linear 1;
        -o-animation: keyMenud 0.3s linear 1;
        animation: keyMenud 0.3s linear 1;
    }*/
    .bt_menud svg {
        -webkit-transition: 0.7s ease-in-out;
        -moz-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .bt_menud:hover svg {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.btmenuAutoconsultas {
    text-align: left !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.hover-spin:hover {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.hoy:before {
    content: "Hoy";
    font-weight: bold;
}

.form-sub {
    margin-top: -10px;
}

.modal-xlg {
    width: 95%;
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    box-shadow: 0 0 0 0 #000 !important;
}

legend {
    width: inherit !important;
    padding: 0 10px !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    border-bottom: none !important;
}

    legend small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

.form-control-small {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.btn-inverse {
    color: #FFFFFF;
    background-color: #2B2B2B;
    border-color: #1A1A1A;
}

    .btn-inverse:hover,
    .btn-inverse:focus,
    .btn-inverse:active,
    .btn-inverse.active,
    .open .dropdown-toggle.btn-inverse {
        color: #FFFFFF;
        background-color: #141414;
        border-color: #1A1A1A;
    }

    .btn-inverse:active,
    .btn-inverse.active,
    .open .dropdown-toggle.btn-inverse {
        background-image: none;
    }

    .btn-inverse.disabled,
    .btn-inverse[disabled],
    fieldset[disabled] .btn-inverse,
    .btn-inverse.disabled:hover,
    .btn-inverse[disabled]:hover,
    fieldset[disabled] .btn-inverse:hover,
    .btn-inverse.disabled:focus,
    .btn-inverse[disabled]:focus,
    fieldset[disabled] .btn-inverse:focus,
    .btn-inverse.disabled:active,
    .btn-inverse[disabled]:active,
    fieldset[disabled] .btn-inverse:active,
    .btn-inverse.disabled.active,
    .btn-inverse[disabled].active,
    fieldset[disabled] .btn-inverse.active {
        background-color: #2B2B2B;
        border-color: #1A1A1A;
    }

    .btn-inverse .badge {
        color: #2B2B2B;
        background-color: #FFFFFF;
    }

@media print {
    a[href]:after,
    .none-print {
        display: none;
    }
}

.maskMoney,
.maskMoneyFin,
.maskMoneyNom,
.maskMoneyDec {
    text-align: right !important;
    padding-right: 12px !important;
}

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    min-height: 300px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
    margin-left: auto;
    margin-right: auto;
}

    .signature-pad::before,
    .signature-pad::after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 40%;
        height: 10px;
        bottom: 10px;
        background: transparent;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    }

    .signature-pad::before {
        left: 20px;
        -webkit-transform: skew(-3deg) rotate(-3deg);
        transform: skew(-3deg) rotate(-3deg);
    }

    .signature-pad::after {
        right: 20px;
        -webkit-transform: skew(3deg) rotate(3deg);
        transform: skew(3deg) rotate(3deg);
    }

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

    .signature-pad--body canvas {
        /*position: absolute;*/
        left: 0;
        top: 0;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

    .signature-pad--footer .description {
        border-top: solid 1px #C3C3C3;
    }

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

.bs-docs {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    background-color: white;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .bs-docs::after {
        content: attr(data-content);
        position: absolute;
        top: -1px;
        left: -1px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        background-color: whiteSmoke;
        border: 1px solid #DDD;
        color: #9DA0A4;
        -webkit-border-radius: 4px 0 4px 0;
        -moz-border-radius: 4px 0 4px 0;
        border-radius: 4px 0 4px 0;
    }

.bg-inverse {
    color: #fff;
    background-color: #777777;
}

a.bg-inverse:hover,
a.bg-inverse:focus {
    background-color: #5e5e5e;
}

.bg-success-alt {
    color: #fff;
    background-color: #74c374;
}

a.bg-success-alt:hover,
a.bg-success-alt:focus {
    background-color: #50b450;
}

.bg-info-alt {
    color: #fff;
    background-color: #74c9e3;
}

a.bg-info-alt:hover,
a.bg-info-alt:focus {
    background-color: #4ab9da;
}

.bg-warning-alt {
    color: #fff;
    background-color: #f2b969;
}

a.bg-warning-alt:hover,
a.bg-warning-alt:focus {
    background-color: #eea33a;
}

.bg-danger-alt {
    color: #fff;
    background-color: #df6d69;
}

a.bg-danger-alt:hover,
a.bg-danger-alt:focus {
    background-color: #d6443f;
}

.bg-primary-alt {
    color: #528ec2;
    background-color: #f5f5f5;
}

.bg-inverse-alt {
    color: #000;
    background-color: #f5f5f5;
}

a.bg-primary-alt:hover,
a.bg-primary-alt:focus,
a.bg-inverse-alt:hover,
a.bg-inverse-alt:focus {
    background-color: #e3e3e3;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 3px;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

span[data-validationGroup] {
    display: none;
}

.jtree li {
    margin: 0px 0;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0px 5px;
}

    .jtree li::before {
        content: '';
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        right: auto;
        left: -20px;
        border-left: 1px solid #ccc;
        bottom: 50px;
    }

    .jtree li::after {
        content: '';
        position: absolute;
        top: 30px;
        width: 25px;
        height: 20px;
        right: auto;
        left: -20px;
        border-top: 1px solid #ccc;
    }

    .jtree li a {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 5px 10px;
        text-decoration: none;
        color: #666;
        font-family: arial, verdana, tahoma;
        font-size: 11px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
/*Remove connectors before root*/
.jtree > ul > li::before, .jtree > ul > li::after {
    border: 0;
}
/*Remove connectors after last child*/
.jtree li:last-child::before {
    height: 30px;
}
/*Time for some hover effects*/

/*We will apply the hover effect the the lineage of the element also*/
.jtree li a:hover,
.jtree li a:hover ~ button + ul li a,
.jtree li a:hover ~ input + ul li a,
.jtree li a:hover + ul li a {
    background: #4ab9da;
    color: #fff;
    /*font-weight:bold;*/
    border: 1px solid #20819e;
}
    /*Connector styles on hover*/
    .jtree li a:hover + ul li::after,
    .jtree li a:hover + ul li::before,
    .jtree li a:hover + ul::before,
    .jtree li a:hover + ul ul::before,
    .jtree li a:hover ~ button + ul li::after,
    .jtree li a:hover ~ button + ul li::before,
    .jtree li a:hover ~ button + ul::before,
    .jtree li a:hover ~ button + ul ul::before,
    .jtree li a:hover ~ input + ul li::after,
    .jtree li a:hover ~ input + ul li::before,
    .jtree li a:hover ~ input + ul::before,
    .jtree li a:hover ~ input + ul ul::before {
        border-color: #20819e;
    }

.btnAgregarjtree, .btnEditarjtree, .btnEliminarjtree, .btnAccionADD, .btnImgjtree, .btnMaqjtree, .btnFrecuenciajtree {
    color: black;
    position: unset !important;
}

.ulp {
    list-style-type: none;
}

    .ulp li a {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 5px 10px;
        text-decoration: none;
        font-family: arial, verdana, tahoma;
        font-size: 11px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        color: white;
    }



.newReg {
    background-color: #f4761a;
    color: white;
    text-decoration: none;
}

    .newReg:hover, .newReg:focus, .newReg.focus {
        background-color: #f4761a;
        color: white;
        text-decoration: none;
    }

.TreeFIJA {
    background-color: #dff0d8;
}

.TreeSTANDARES {
    background-color: #ABDFF3;
}

.TreeSUBTAREA {
    background-color: #d5e5a9;
}


.reqtouchspin {
    padding-right: 40px !important;
}

.bootstrap-select.btn-group .dropdown-menu {
    /*Para que las listas queden debajo del menú*/
    z-index: 999;
}

.dropdown-menu-verticalLimit160 {
    max-height: 160px;
    overflow-y: auto;
}

.dropdown-menu-verticalLimit360 {
    max-height: 360px;
    overflow-y: auto;
}
