
@import url("https://fonts.googleapis.com/css?family=Roboto");

.diagram-container {
    width: 100%;
    height: 400px;
    border: 1px solid black; /* Just visual */
}
a {
    color: #659ce0;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.modal-open {
    overflow: inherit!important;
}
.pt-20 {
    padding-top: 20px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}
span {
    display: inline-block;
}
 
.navbar-nav .nav-link {
    color: #fff!important;
}

.dropend .dropdown-toggle {
    color: black !important;
    margin-left: 1em !important;
    
}

.dropdown-item:hover {
    background-color: darkblue !important;
    color: #fff !important;
}

.btn-info {
    background: indigo!important;
    color:white!important;
}
.card-box {
    background: #94aec4;
    padding: 25px 20px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .card-box.card-primary {
        background: #659ce0;
    }

    .card-box.card-danger {
        background: #ed6b76;
    }

    .card-box.card-info {
        background: #34b4c1;
    }

    .card-box.card-success {
        background: #1cb787;
    }

    .card-box.card-warning {
        background: #f0ad4e;
    }

    .card-box.card-tan {
        background: maroon;
    }

    .card-box.card-salmon {
        background: LIGHTSALMON;
    }

    .card-box.card-cadet {
        background: cadetblue;
    }

    .card-box .part-icon {
        font-size: 100px;
        line-height: 100%;
        color: rgba(242, 242, 242, 0.8);
        margin-top: -4px;
        margin-bottom: -6px;
    }

    .card-box .part-txt {
        text-align: right;
        color: #f2f2f2;
    }

        .card-box .part-txt p {
            font-size: 14px;
            line-height: 100%;
            margin-top: -1px;
            margin-bottom: 15px;
        }

            .card-box .part-txt p span {
                font-weight: 600;
            }

        .card-box .part-txt h3 {
            font-size: 26px;
            line-height: 100%;
            font-weight: 400;
            color: #f2f2f2;
            margin-bottom: -4px;
        }

    .card-box .box-btn {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

        .card-box .box-btn a {
            text-align: center !important;
            width: 100% !important;
            height: 35px !important;
            line-height: 35px !important;
            font-size: 14px !important;
            background: rgba(242, 242, 242, 0.2) !important;
            color: #ffffff !important;
            border-top: 1px solid rgba(242, 242, 242, 0.6) !important;
            position: relative !important;
        }

            .card-box .box-btn a span {
                position: absolute !important;
                top: 50% !important;
                left: calc(100% - 10px) !important;
                -webkit-transform: translateY(-50%) !important;
                transform: translateY(-50%) !important;
                font-size: 10px !important;
                opacity: 0 !important;
                -webkit-transition: all 0.15s ease-in !important;
                transition: all 0.15s ease-in !important;
            }

            .card-box .box-btn a:hover, .card-box .box-btn a:focus {
                background: rgba(242, 242, 242, 0.4) !important;
            }

    .card-box:hover .box-btn a span, .card-box:focus-within .box-btn a span {
        left: calc(100% - 20px) !important;
        opacity: 1 !important;
    }

.card-box-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #94aec4;
    height: 44px;
}

    .card-box-inline.card-box-inline-primary {
        background: #659ce0;
    }

    .card-box-inline.card-box-inline-success {
        background: #1cb787;
    }

    .card-box-inline.card-box-inline-info {
        background: #34b4c1;
    }

    .card-box-inline.card-box-inline-warning {
        background: #f0ad4e;
    }

    .card-box-inline.card-box-inline-danger {
        background: #ed6b76;
    }

    .card-box-inline .icon {
        width: 45px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        border-right: 1px solid #f0f1f3;
        font-size: 13px;
        color: #ffffff;
    }

    .card-box-inline .text {
        font-size: 12px;
        line-height: 100%;
        color: #ffffff;
        padding-left: 10px;
    }

    .card-box-inline .value {
        font-size: 20px;
        line-height: 100%;
        color: #ffffff;
        padding-right: 15px;
    }

        .card-box-inline .value i {
            font-size: 16px;
        }

        .card-box-inline .value span {
            font-size: 14px;
        }

.card-box-lite {
    background: #ffffff;
    border: 1px solid #dfe5ec;
    padding: 15px;
}

    .card-box-lite.card-box-lite-primary .card-box-lite-title {
        background: #659ce0;
    }

    .card-box-lite.card-box-lite-primary .box i, .card-box-lite.card-box-lite-primary .box .value {
        color: #659ce0;
    }

    .card-box-lite.card-box-lite-success .card-box-lite-title {
        background: #1cb787;
    }

    .card-box-lite.card-box-lite-success .box i, .card-box-lite.card-box-lite-success .box .value {
        color: #1cb787;
    }

    .card-box-lite.card-box-lite-danger .card-box-lite-title {
        background: #ed6b76;
    }

    .card-box-lite.card-box-lite-danger .box i, .card-box-lite.card-box-lite-danger .box .value {
        color: #ed6b76;
    }

    .card-box-lite .card-box-lite-title {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #94aec4;
        padding: 0 15px;
        border-radius: 11px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

        .card-box-lite .card-box-lite-title i {
            font-size: 12px;
            margin-right: 10px;
        }

    .card-box-lite .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 15px;
    }

        .card-box-lite .box .icon {
            font-size: 25px;
            line-height: 100%;
            color: #94aec4;
        }

        .card-box-lite .box .value {
            height: 55px;
            line-height: 55px;
            font-size: 40px;
            color: #94aec4;
            margin-left: 10px;
            margin-bottom: 12px;
        }

            .card-box-lite .box .value span {
                font-size: 20px;
            }

    .card-box-lite .card-bottom {
        text-align: center;
        font-size: 12px;
        line-height: 100%;
        color: #8e8e93;
        margin-bottom: -2px;
    }

        .card-box-lite .card-bottom i {
            font-size: 10px;
        }

.card-box {
    padding: 15px 15px 55px;
}

    .card-box .part-icon {
        font-size: 65px;
    }

.card-box-lite .box .value {
    height: 45px;
    line-height: 45px;
    font-size: 30px;
}

.card-box.card-tan {
    background: maroon;
}

.card-box.card-salmon {
    background: LIGHTSALMON;
}

.card-box.card-cadet {
    background: cadetblue;
}

.top-boxes .single-box {
    padding: 15px 15px 55px;
}

    .top-boxes .single-box .part-icon {
        font-size: 45px;
    }

    .top-boxes .single-box .part-txt h3 {
        font-size: 20px;
    }

    .top-boxes .single-box .box-btn a {
        font-size: 12px;
    }


.top-boxes {
    padding: 20px 0;
}

    .top-boxes .single-box {
        background: #659ce0;
        padding: 20px 20px 55px;
        border: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        .top-boxes .single-box.two {
            background: #ed6b76;
        }

        .top-boxes .single-box.three {
            background: #34b4c1;
        }

        .top-boxes .single-box.four {
            background: #1cb787;
        }

        .top-boxes .single-box .part-icon {
            font-size: 70px;
            line-height: 100%;
            color: rgba(242, 242, 242, 0.8);
            margin-top: -4px;
            margin-bottom: -6px;
        }

        .top-boxes .single-box .part-txt {
            text-align: right;
            color: #f2f2f2;
        }

            .top-boxes .single-box .part-txt p {
                font-size: 14px;
                line-height: 100%;
                margin-top: -1px;
                margin-bottom: 15px;
            }

                .top-boxes .single-box .part-txt p span {
                    font-weight: 600;
                }

            .top-boxes .single-box .part-txt h3 {
                font-size: 26px;
                line-height: 100%;
                font-weight: 400;
                color: #f2f2f2;
                margin-bottom: -4px;
            }

        .top-boxes .single-box .box-btn {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
        }

            .top-boxes .single-box .box-btn a {
                text-align: center;
                width: 100%;
                height: 35px;
                line-height: 35px;
                font-size: 14px;
                background: rgba(242, 242, 242, 0.2);
                color: #ffffff;
                border-top: 1px solid rgba(242, 242, 242, 0.6);
                position: relative;
            }

                .top-boxes .single-box .box-btn a span {
                    position: absolute;
                    top: 50%;
                    left: calc(100% - 10px);
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-size: 10px;
                    opacity: 0;
                    -webkit-transition: all 0.15s ease-in;
                    transition: all 0.15s ease-in;
                }

                .top-boxes .single-box .box-btn a:hover, .top-boxes .single-box .box-btn a:focus {
                    background: rgba(242, 242, 242, 0.4);
                }

        .top-boxes .single-box:hover .box-btn a span, .top-boxes .single-box:focus-within .box-btn a span {
            left: calc(100% - 20px);
            opacity: 1;
        }

.part-txt .fieldset {
    border: 1px solid #dfe5ec;
    padding: 20px 15px;
}
.bg-aliceblue {
    background: #FAEBD7!important;
}
.bg-antiquewhite {
    background: #F0F8FF!important;
}
.bg-burlywood {
    background: #DEB887!important;
}
.bg-darkseagreen {
    background: #8FBC8F!important;
}
.bg-khaki {
    background: #F0E68C!important;
}
.bg-lightgray {
    background: #D3D3D3 !important;
}


.text-on-pannel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 3px 5px;
    position: absolute;
    margin-top: -47px;
    border: 1px solid #337ab7;
    border-radius: 8px;
}

.containerMENU {
    top: 40px;
    width: 40%;
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
    color: black;
}

#toggle {
    -webkit-appearance: none;
}

.bg-salmon-my {
    background: #fbe0cb!important;
}
.text-primary-my {
    color: #0000ff !important;
}

.text-danger-my {
    color: #ff0000!important;
}

.buttonMENU {
    position: absolute;
    z-index: 999;
    width: 43px;
    height: 43px;
    background: #8974FB;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -12px;
}

    .buttonMENU:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        background: #fff;
        transform: rotate(90deg);
        transition: all 0.4s ease;
    }

    .buttonMENU:after {
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        background: #fff;
        transition: all 0.4s ease;
    }

.navMENU {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    transform: translateY(0%);
    box-shadow: 2px 3px 10px 0 rgba(81, 81, 81, 0.1);
    border: 1px solid #e4e4e4;
    padding: 10px;
}

    .navMENU ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .navMENU a {
        text-align: center;
        margin: 20px 0;
        color: #8974FB;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 14px;
    }

        .navMENU a:hover {
            color: #C784DD;
        }

#toggle:checked ~ .navMENU {
    opacity: 1;
    transform: translateY(10%);
}

#toggle:checked ~ .buttonMENU:before {
    transform: rotate(225deg);
}

#toggle:checked ~ .buttonMENU:after {
    transform: rotate(135deg);
}

@media (max-width: 640px) {
    .containerMENU {
        width: 100%;
    }
}

.aCardMain {
    word-wrap: break-word !important;
    height: auto !important;
    line-height: normal !important;
    font-size: 20px !important;
    min-height: 60px !important;
    font-weight: bolder !important;
}

.thA {
    word-wrap: break-word !important;
    white-space: normal !important;
    max-width: 180px !important;
    height: auto !important;
    line-height: normal !important;    
    color: black !important;
    text-align: center !important;
    vertical-align: middle;
    font-size: 11px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    background:transparent;
}



.aMenuTop {
    word-wrap: break-word !important;
    white-space: normal;
    height: auto !important;
    line-height: normal !important;
    padding: 5px 5px 5px 5px !important;
}

.aMenu {
    word-wrap: break-word !important;
    height: auto !important;
    padding: 5px 20px 5px 20px !important;
    font-size: small !important;
    line-height: normal !important;
    border-radius: 5px !important;
    margin: 5px !important;
}

    .aMenu:hover {
        background: lightgray !important;
        color: black !important;
    }


.aTitleSubMenu {
}

    .aTitleSubMenu:hover {
        color: black !important;
    }


th {
    word-wrap: break-word !important;
    white-space: normal !important;
    max-width:180px!important;
    height: auto !important;
    line-height: normal !important;
    font-weight: bold;
    color: black !important;
    text-align: center !important;
    vertical-align: middle;
    font-size: 11px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    padding:5px;
}

td {
    max-width: 180px !important;
    word-wrap: break-word !important;
    white-space: normal !important;
    height: auto !important;
    line-height: normal !important;
    padding: 3px !important;
    font-size: 11px !important;
    color: black !important;
    font-family: Arial, Helvetica, sans-serif !important;
    padding: 3px;
}

.minwid80 {
    min-width: 80px !important;
}

.td_col_dropdown {
    font-size: small !important;
    color: black !important;
    font-weight: bolder !important;
}

textarea {
    height: 100% !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: black !important;
    font-size: 12px !important;
}

input {
    color: black !important;
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

select {
    color: black !important;
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

label {
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.btn-circle {
    border-radius: 100%;
    height: 1.5rem;
    width: 1.5rem;
    font-size: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main_sist_title {
    color: white !important;
    font-weight: bold !important;
    padding-top: 16px !important;
}

.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

    .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: #369;
}

.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;
}
.wrapIF {
    width: 400px;
    height: 600px;
    padding: 0;
    overflow: hidden;
}

.frameIF {
    width: 700px;
    height: 600px;
    border: 0;
    -ms-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -o-transform: scale(0.25);
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.table-wrapper {
    max-height: 500px;
    overflow: auto;
    display: inline-block;
}
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
.nav-link:hover {
    cursor: pointer!important;
}
.form-check-label {
    display: flex !important;
    align-items: center !important;
}

input[type='checkbox'] {
    border: 1px solid black !important;
    flex: none !important;
}
input[type='radio'] {
    border: 1px solid black !important;
    flex: none !important;
}
.dropdown-menu {
    max-height: 400px !important;
    overflow: hidden !important;
    overflow-y: auto!important;
}
.checkmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    float: right;
}

.checkmark_circle {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: green;
    border-radius: 11px;
    left: 0;
    top: 0;
}

.checkmark_stem {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #fff;
    left: 11px;
    top: 6px;
}

.checkmark_kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    left: 8px;
    top: 12px;
}

.organograma_div .google-visualization-orgchart-linebottom {
    border-bottom: 4px solid darkgray;
}

.organograma_div .google-visualization-orgchart-lineleft {
    border-left: 4px solid darkgray;
}

.organograma_div .google-visualization-orgchart-lineright {
    border-right: 4px solid darkgray;
}

.organograma_div .google-visualization-orgchart-linetop {
    border-top: 4px solid darkgray;
}

table.google-visualization-orgchart-table {
    border-collapse: separate !important;
}


/* richtext custom style */
.richText {
    margin-top: 40px;
    -webkit-box-shadow: 0 0 20px 0 #999;
    -moz-box-shadow: 0 0 20px 0 #999;
    box-shadow: 0 0 20px 0 #999;
}




.tableBloq th,
.tableBloq th:first-child,
.tableBloq td:first-child {
    position: sticky;
    left: 0;
}

.window {
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #346789;
    box-shadow: 2px 2px 10px #aaa;
    -o-box-shadow: 2px 2px 10px #aaa;
    -webkit-box-shadow: 2px 2px 10px #aaa;
    -moz-box-shadow: 2px 2px 10px #aaa;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    /*
            opacity:0.8;
            filter:alpha(opacity=80);
            */
    width: 10em;
    height: auto;
    padding: 0.5em 0em;
    text-align: center;
    z-index: 20;
    position: absolute;
    background-color: #eeeeef;
    color: black;
    font-family: helvetica;
    font-size: 0.9em;
    word-wrap: break-word;
}

    .window:hover {
        box-shadow: 2px 2px 10px #444;
        -o-box-shadow: 2px 2px 10px #444;
        -webkit-box-shadow: 2px 2px 10px #444;
        -moz-box-shadow: 2px 2px 10px #444;
        /*
            opacity:0.6;
            filter:alpha(opacity=60);
            */
    }

/*
        .window > div {
            margin-top: 19%;
            margin-bottom: 19%;
        }
        */

.hidden {
    display: none;
}

.collapser {
    cursor: pointer;
    border: 1px dotted gray;
    z-index: 21;
}

.errorWindow {
    border: 2px solid red;
}

#treemain {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: auto;
}


.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 11px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 9px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #fbe8aa;
            top: 40px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #fbbd19;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #fbe8aa;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: lightgray;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step.notused > .bs-wizard-dot {
            background-color: lightblue;
        }

            .bs-wizard > .bs-wizard-step.notused > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

        .bs-wizard > .bs-wizard-step.notused a.bs-wizard-dot {
            pointer-events: none;
        }