﻿html {
    font-family: sans-serif,"Helvetica Neue", Helvetica, Arial;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: sans-serif,"Helvetica Neue", Helvetica, Arial;
    font-size: 12px;
    line-height: 1.42857143;
    color: #76838f;
    background-color: #f1f4f5;
    overflow-y: auto !important;
}

html, body {
    height: 100%;
    overflow: hidden;
}

hr {
    color: #76838f;
    border-top: 1px dashed rgb(169, 169, 169);
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    resize: vertical;
}

textarea {
    min-height: 30px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 11px;
}

    ul ul {
        list-style-type: none;
    }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    text-shadow: rgba(0,0,0,.15) 0 0 1px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

jtse-accordion, jtse-alert, jtse-grid, jtse-grid, jtse-loading,
jtse-modal, jtse-multiselect, jtse-multitag, jtse-popover,
jtse-tabs, jtse-tooltip {
    display: none;
}
.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hand {
    cursor: pointer;
}

.scroll-x {
    overflow-x: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.inline {
    display: inline !important;
}

.inline-block {
    display: inline-block !important;
}

.block {
    display: block !important;
}
.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.row {
    margin-right: -8px;
    margin-left: -8px;
}

.without-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

fieldset {
    border: 0;
    margin: 0 0 0.5em 0;
    padding: 0.75em;
    background-color: #f7f7f7;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    overflow: hidden;
    border-radius: 0.3em;
}

    fieldset > h3 {
        font-weight: 500;
        font-size: 1.2em;
        background-color: #FFF;
        margin: -0.824em -0.824em 0.824em -0.824em;
        padding: 1em;
        box-shadow: 0 0 3px rgba(0,0,0,0.1);
        border-radius: 0.3em 0.3em 0 0;
    }

legend {
    font-size: 13px;
    line-height: inherit;
    white-space: normal;
}

.checkbox-inline {
    margin-top: 6px;
}

.form-control {
    display: block;
    width: 100%;
    height: 24px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -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;
}

    .form-control: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);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #f3f7f9;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

.form-group {
    margin-bottom: 6px;
}

.form-group-lg {
    margin-bottom: 12px;
}

.form-group .control-label {
    line-height: 1.5;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 10px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio > input[type="radio"] {
        margin-left: 5px;
        margin-right: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success.radio label,
.has-success.checkbox label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning.radio label,
.has-warning.checkbox label {
    color: #8a6d3b;
}

.has-warning .form-control, .form-control.has-warning {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-warning .form-control:focus, .form-control.has-warning :focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error.radio label,
.has-error.checkbox label {
    color: #a94442;
}

.has-error .form-control, .form-control.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus, .form-control.has-error {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.form-control.focus, .form-control:focus {
    border-color: #62a8ea;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    padding-top: 3px;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -8px;
    margin-left: -8px;
}

.form-horizontal .control-label {
    padding-top: 3px;
    margin-bottom: 0;
    text-align: right;
}

.form-title {
    color: #76838f;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
}

    .form-title > span {
        border: 1px solid #e4eaec;
        border-radius: 10px;
        padding: 5px;
        background-color: #e4eaec;
    }

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 3px 12px;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    border-radius: 4px;
}

    .input-group-btn > .btn {
        position: relative;
        padding: 3px 12px;
        line-height: 1.4;
        border-radius: inherit;
        color: #fff;
        background-color: #62a8ea;
        border-color: #ccc;
        outline-color: transparent !important
    }

        .input-group-btn > .btn.delete {
            padding: 3px 4px;
            border: none;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            color: #555;
            background-color: #fff;
        }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.question {
    float: right;
    position: absolute;
    right: -6px;
    top: 6px;
    cursor: pointer;
    font-size: 13px !important;
    color: #2461aa;
    z-index: 5;
}
.col-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-13,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-14,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-15,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-16,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-17,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-18,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-19,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-20,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-21,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-22,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-23,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-24,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24 {
    float: left;
}

.col-24 {
    width: 100%;
}

.col-23 {
    width: 95.83333333666667%;
}

.col-22 {
    width: 91.66666667%;
}

.col-21 {
    width: 87.49999999666667%;
}

.col-20 {
    width: 83.33333333%;
}

.col-19 {
    width: 79.16666666666667%;
}

.col-18 {
    width: 75%;
}

.col-17 {
    width: 70.83333333666667%;
}

.col-16 {
    width: 66.66666667%;
}

.col-15 {
    width: 62.49999999666667%;
}

.col-14 {
    width: 58.33333333%;
}

.col-13 {
    width: 54.16666666666667%;
}

.col-12 {
    width: 50%;
}

.col-11 {
    width: 45.83333333666667%;
}

.col-10 {
    width: 41.66666667%;
}

.col-9 {
    width: 37.49999999666667%;
}

.col-8 {
    width: 33.33333333%;
}

.col-7 {
    width: 29.16666666666667%;
}

.col-6 {
    width: 25%;
}

.col-5 {
    width: 20.83333333666667%;
}

.col-4 {
    width: 16.66666667%;
}

.col-3 {
    width: 12.49999999666667%;
}

.col-2 {
    width: 8.33333333%;
}

.col-1 {
    width: 4.166666666666667%;
}

.col-offset-24 {
    margin-left: 100%;
}

.col-offset-23 {
    margin-left: 95.83333333666667%;
}

.col-offset-22 {
    margin-left: 91.66666667%;
}

.col-offset-21 {
    margin-left: 87.49999999666667%;
}

.col-offset-20 {
    margin-left: 83.33333333%;
}

.col-offset-19 {
    margin-left: 79.16666666666667%;
}

.col-offset-18 {
    margin-left: 75%;
}

.col-offset-17 {
    margin-left: 70.83333333666667%;
}

.col-offset-16 {
    margin-left: 66.66666667%;
}

.col-offset-15 {
    margin-left: 62.49999999666667%;
}

.col-offset-14 {
    margin-left: 58.33333333%;
}

.col-offset-13 {
    margin-left: 54.16666666666667%;
}

.col-offset-12 {
    margin-left: 50%;
}

.col-offset-11 {
    margin-left: 45.83333333666667%;
}

.col-offset-10 {
    margin-left: 41.66666667%;
}

.col-offset-9 {
    margin-left: 37.49999999666667%;
}

.col-offset-8 {
    margin-left: 33.33333333%;
}

.col-offset-7 {
    margin-left: 29.16666666666667%;
}

.col-offset-6 {
    margin-left: 25%;
}

.col-offset-5 {
    margin-left: 20.83333333666667%;
}

.col-offset-4 {
    margin-left: 16.66666667%;
}

.col-offset-3 {
    margin-left: 12.49999999666667%;
}

.col-offset-2 {
    margin-left: 8.33333333%;
}

.col-offset-1 {
    margin-left: 4.166666666666667%;
}

.col-offset-0 {
    margin-left: 0;
}

@media (min-width: 450px) {
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-13,
    .col-xs-14,
    .col-xs-15,
    .col-xs-16,
    .col-xs-17,
    .col-xs-18,
    .col-xs-19,
    .col-xs-20,
    .col-xs-21,
    .col-xs-22,
    .col-xs-23,
    .col-xs-24 {
        float: left;
    }

    .col-xs-24 {
        width: 100%;
    }

    .col-xs-23 {
        width: 95.83333333666667%;
    }

    .col-xs-22 {
        width: 91.66666667%;
    }

    .col-xs-21 {
        width: 87.49999999666667%;
    }

    .col-xs-20 {
        width: 83.33333333%;
    }

    .col-xs-19 {
        width: 79.16666666666667%;
    }

    .col-xs-18 {
        width: 75%;
    }

    .col-xs-17 {
        width: 70.83333333666667%;
    }

    .col-xs-16 {
        width: 66.66666667%;
    }

    .col-xs-15 {
        width: 62.49999999666667%;
    }

    .col-xs-14 {
        width: 58.33333333%;
    }

    .col-xs-13 {
        width: 54.16666666666667%;
    }

    .col-xs-12 {
        width: 50%;
    }

    .col-xs-11 {
        width: 45.83333333666667%;
    }

    .col-xs-10 {
        width: 41.66666667%;
    }

    .col-xs-9 {
        width: 37.49999999666667%;
    }

    .col-xs-8 {
        width: 33.33333333%;
    }

    .col-xs-7 {
        width: 29.16666666666667%;
    }

    .col-xs-6 {
        width: 25%;
    }

    .col-xs-5 {
        width: 20.83333333666667%;
    }

    .col-xs-4 {
        width: 16.66666667%;
    }

    .col-xs-3 {
        width: 12.49999999666667%;
    }

    .col-xs-2 {
        width: 8.33333333%;
    }

    .col-xs-1 {
        width: 4.166666666666667%;
    }

    .col-xs-offset-24 {
        margin-left: 100%;
    }

    .col-xs-offset-23 {
        margin-left: 95.83333333666667%;
    }

    .col-xs-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-21 {
        margin-left: 87.49999999666667%;
    }

    .col-xs-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-19 {
        margin-left: 79.16666666666667%;
    }

    .col-xs-offset-18 {
        margin-left: 75%;
    }

    .col-xs-offset-17 {
        margin-left: 70.83333333666667%;
    }

    .col-xs-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-15 {
        margin-left: 62.49999999666667%;
    }

    .col-xs-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-13 {
        margin-left: 54.16666666666667%;
    }

    .col-xs-offset-12 {
        margin-left: 50%;
    }

    .col-xs-offset-11 {
        margin-left: 45.83333333666667%;
    }

    .col-xs-offset-10 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-9 {
        margin-left: 37.49999999666667%;
    }

    .col-xs-offset-8 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-7 {
        margin-left: 29.16666666666667%;
    }

    .col-xs-offset-6 {
        margin-left: 25%;
    }

    .col-xs-offset-5 {
        margin-left: 20.83333333666667%;
    }

    .col-xs-offset-4 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-3 {
        margin-left: 12.49999999666667%;
    }

    .col-xs-offset-2 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-1 {
        margin-left: 4.166666666666667%;
    }

    .col-xs-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24 {
        float: left;
    }

    .col-sm-24 {
        width: 100%;
    }

    .col-sm-23 {
        width: 95.83333333666667%;
    }

    .col-sm-22 {
        width: 91.66666667%;
    }

    .col-sm-21 {
        width: 87.49999999666667%;
    }

    .col-sm-20 {
        width: 83.33333333%;
    }

    .col-sm-19 {
        width: 79.16666666666667%;
    }

    .col-sm-18 {
        width: 75%;
    }

    .col-sm-17 {
        width: 70.83333333666667%;
    }

    .col-sm-16 {
        width: 66.66666667%;
    }

    .col-sm-15 {
        width: 62.49999999666667%;
    }

    .col-sm-14 {
        width: 58.33333333%;
    }

    .col-sm-13 {
        width: 54.16666666666667%;
    }

    .col-sm-12 {
        width: 50%;
    }

    .col-sm-11 {
        width: 45.83333333666667%;
    }

    .col-sm-10 {
        width: 41.66666667%;
    }

    .col-sm-9 {
        width: 37.49999999666667%;
    }

    .col-sm-8 {
        width: 33.33333333%;
    }

    .col-sm-7 {
        width: 29.16666666666667%;
    }

    .col-sm-6 {
        width: 25%;
    }

    .col-sm-5 {
        width: 20.83333333666667%;
    }

    .col-sm-4 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 12.49999999666667%;
    }

    .col-sm-2 {
        width: 8.33333333%;
    }

    .col-sm-1 {
        width: 4.166666666666667%;
    }

    .col-sm-offset-24 {
        margin-left: 100%;
    }

    .col-sm-offset-23 {
        margin-left: 95.83333333666667%;
    }

    .col-sm-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-21 {
        margin-left: 87.49999999666667%;
    }

    .col-sm-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-19 {
        margin-left: 79.16666666666667%;
    }

    .col-sm-offset-18 {
        margin-left: 75%;
    }

    .col-sm-offset-17 {
        margin-left: 70.83333333666667%;
    }

    .col-sm-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-15 {
        margin-left: 62.49999999666667%;
    }

    .col-sm-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-13 {
        margin-left: 54.16666666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 50%;
    }

    .col-sm-offset-11 {
        margin-left: 45.83333333666667%;
    }

    .col-sm-offset-10 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 37.49999999666667%;
    }

    .col-sm-offset-8 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-7 {
        margin-left: 29.16666666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 25%;
    }

    .col-sm-offset-5 {
        margin-left: 20.83333333666667%;
    }

    .col-sm-offset-4 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 12.49999999666667%;
    }

    .col-sm-offset-2 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-1 {
        margin-left: 4.166666666666667%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24 {
        float: left;
    }

    .col-md-24 {
        width: 100%;
    }

    .col-md-23 {
        width: 95.83333333666667%;
    }

    .col-md-22 {
        width: 91.66666667%;
    }

    .col-md-21 {
        width: 87.49999999666667%;
    }

    .col-md-20 {
        width: 83.33333333%;
    }

    .col-md-19 {
        width: 79.16666666666667%;
    }

    .col-md-18 {
        width: 75%;
    }

    .col-md-17 {
        width: 70.83333333666667%;
    }

    .col-md-16 {
        width: 66.66666667%;
    }

    .col-md-15 {
        width: 62.49999999666667%;
    }

    .col-md-14 {
        width: 58.33333333%;
    }

    .col-md-13 {
        width: 54.16666666666667%;
    }

    .col-md-12 {
        width: 50%;
    }

    .col-md-11 {
        width: 45.83333333666667%;
    }

    .col-md-10 {
        width: 41.66666667%;
    }

    .col-md-9 {
        width: 37.49999999666667%;
    }

    .col-md-8 {
        width: 33.33333333%;
    }

    .col-md-7 {
        width: 29.16666666666667%;
    }

    .col-md-6 {
        width: 25%;
    }

    .col-md-5 {
        width: 20.83333333666667%;
    }

    .col-md-4 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 12.49999999666667%;
    }

    .col-md-2 {
        width: 8.33333333%;
    }

    .col-md-1 {
        width: 4.166666666666667%;
    }

    .col-md-offset-24 {
        margin-left: 100%;
    }

    .col-md-offset-23 {
        margin-left: 95.83333333666667%;
    }

    .col-md-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-21 {
        margin-left: 87.49999999666667%;
    }

    .col-md-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-19 {
        margin-left: 79.16666666666667%;
    }

    .col-md-offset-18 {
        margin-left: 75%;
    }

    .col-md-offset-17 {
        margin-left: 70.83333333666667%;
    }

    .col-md-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-15 {
        margin-left: 62.49999999666667%;
    }

    .col-md-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-13 {
        margin-left: 54.16666666666667%;
    }

    .col-md-offset-12 {
        margin-left: 50%;
    }

    .col-md-offset-11 {
        margin-left: 45.83333333666667%;
    }

    .col-md-offset-10 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 37.49999999666667%;
    }

    .col-md-offset-8 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-7 {
        margin-left: 29.16666666666667%;
    }

    .col-md-offset-6 {
        margin-left: 25%;
    }

    .col-md-offset-5 {
        margin-left: 20.83333333666667%;
    }

    .col-md-offset-4 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 12.49999999666667%;
    }

    .col-md-offset-2 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-1 {
        margin-left: 4.166666666666667%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24 {
        float: left;
    }

    .col-lg-24 {
        width: 100%;
    }

    .col-lg-23 {
        width: 95.83333333666667%;
    }

    .col-lg-22 {
        width: 91.66666667%;
    }

    .col-lg-21 {
        width: 87.49999999666667%;
    }

    .col-lg-20 {
        width: 83.33333333%;
    }

    .col-lg-19 {
        width: 79.16666666666667%;
    }

    .col-lg-18 {
        width: 75%;
    }

    .col-lg-17 {
        width: 70.83333333666667%;
    }

    .col-lg-16 {
        width: 66.66666667%;
    }

    .col-lg-15 {
        width: 62.49999999666667%;
    }

    .col-lg-14 {
        width: 58.33333333%;
    }

    .col-lg-13 {
        width: 54.16666666666667%;
    }

    .col-lg-12 {
        width: 50%;
    }

    .col-lg-11 {
        width: 45.83333333666667%;
    }

    .col-lg-10 {
        width: 41.66666667%;
    }

    .col-lg-9 {
        width: 37.49999999666667%;
    }

    .col-lg-8 {
        width: 33.33333333%;
    }

    .col-lg-7 {
        width: 29.16666666666667%;
    }

    .col-lg-6 {
        width: 25%;
    }

    .col-lg-5 {
        width: 20.83333333666667%;
    }

    .col-lg-4 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 12.49999999666667%;
    }

    .col-lg-2 {
        width: 8.33333333%;
    }

    .col-lg-1 {
        width: 4.166666666666667%;
    }

    .col-lg-offset-24 {
        margin-left: 100%;
    }

    .col-lg-offset-23 {
        margin-left: 95.83333333666667%;
    }

    .col-lg-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-21 {
        margin-left: 87.49999999666667%;
    }

    .col-lg-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-19 {
        margin-left: 79.16666666666667%;
    }

    .col-lg-offset-18 {
        margin-left: 75%;
    }

    .col-lg-offset-17 {
        margin-left: 70.83333333666667%;
    }

    .col-lg-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-15 {
        margin-left: 62.49999999666667%;
    }

    .col-lg-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-13 {
        margin-left: 54.16666666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 50%;
    }

    .col-lg-offset-11 {
        margin-left: 45.83333333666667%;
    }

    .col-lg-offset-10 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 37.49999999666667%;
    }

    .col-lg-offset-8 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-7 {
        margin-left: 29.16666666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 25%;
    }

    .col-lg-offset-5 {
        margin-left: 20.83333333666667%;
    }

    .col-lg-offset-4 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 12.49999999666667%;
    }

    .col-lg-offset-2 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-1 {
        margin-left: 4.166666666666667%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    outline-color: transparent !important;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

    .btn.btn-block {
        width: 100%;
        display: block;
    }

    .btn.btn-icon {
        padding: 10px;
        line-height: 1em;
    }

    .btn .btn-full {
        width: 100%;
    }

    .btn[class*=" bg-"], .btn[class^=bg-] {
        color: #fff;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
    background-color: #fff;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
        }
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 6px;
}

.panel-header {
    padding: 4px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #435d7d;
    color: #fff;
}

.panel-title {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    font-weight: bold;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

.border-dashed {
    color: #76838f;
    border-top: 1px dashed rgb(169, 169, 169);
    margin-bottom: 10px;
}

.border-Top {
    border-top: 1px solid rgb(169, 169, 169);
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.3);
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    height: 100%;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 5px 15px 5px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 8px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

@media (min-width: 400px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-xs {
        width: 350px;
        margin: 30px auto;
    }

    .modal-lg, .modal-md, .modal-sm, .modal-lm {
        width: auto;
        margin: 55px;
    }
}

@media (min-width: 550px) {
    .modal-sm {
        width: 500px;
        margin: 30px auto;
    }
}

@media (min-width: 768px) {
    .modal-md {
        width: 700px;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
        margin: 30px auto;
    }
}

@media (min-width: 1192px) {
    .modal-lm {
        width: 1000px;
        margin: 30px auto;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group-lg:before,
.form-horizontal .form-group-lg:after,
.btn-toolbar:before,
.btn-toolbar:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-main:before,
.navbar-main:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.form-horizontal .form-group-lg:after,
.nav:after,
.navbar:after,
.navbar-main:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

button.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

    button.close:hover,
    button.close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }
.navbar-toolbar > li:after, .navbar-toolbar > li:before {
    display: table;
    content: " ";
}

.navbar-toolbar > li:after {
    clear: both;
}

.navbar-toolbar > li:after, .navbar-toolbar > li:before {
    display: table;
    content: " ";
}
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.align-middle {
    vertical-align: middle !important;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-underline {
    text-decoration: underline;
}

.text-line-through {
    text-decoration: line-through;
}

.bold {
    font-weight: bold;
    color: #333;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('Fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('Fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('Fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('Fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }
.jtse-accordion {
    padding-bottom: 10px;
}

    .jtse-accordion > .accordion-btn {
        display: none;
        text-align: right;
    }

        .jtse-accordion > .accordion-btn i {
            padding: 5px 17px;
            color: #fff;
            position: relative;
            width: 42px;
            background-color: #62a8ea;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#62a8ea',GradientType=0 );
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

    .jtse-accordion > .accordion-header {
        background-color: #62a8ea;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008080', endColorstr='#62a8ea',GradientType=0 );
        color: #fff;
        padding: 10px 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        cursor: pointer;
        font-weight: bold;
    }

        .jtse-accordion > .accordion-header i {
            margin-top: 4px;
        }

    .jtse-accordion > .accordion-body {
        padding-top: 10px;
    }

        .jtse-accordion > .accordion-body > .accordion-content {
            clear: both;
            display: table;
            width: 100%;
        }

        .jtse-accordion > .accordion-body.collapsing {
            position: relative;
            overflow: hidden;
            -webkit-transition-property: height, visibility;
            transition-property: height, visibility;
            -webkit-transition-duration: 0.35s;
            transition-duration: 0.35s;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
        }
.jtse-alert .alert {
    color: white;
    padding: 10px 36px;
    position: fixed;
    font-weight: bold;
    top: 70px;
    right: 10px;
    z-index: 2000;
    border-radius: 8px;
    z-index: 999;
}

    .jtse-alert .alert.move-right {
        opacity: 0;
        transform: translateX(150%);
        transition: all 1s ease-in-out;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
    }

    .jtse-alert .alert > span {
        display: block;
    }

.jtse-alert.anix .alert.move-right {
    transform: translateX(0%);
    opacity: 1;
    z-index: 2000;
}

.jtse-alert .success {
    background-color: #78d14e;
}

.jtse-alert .info {
    background-color: #58bcef;
}

.jtse-alert .warning {
    background-color: #f89854;
}

.jtse-alert .error {
    background-color: #F44336;
}

.jtse-alert .default {
    background-color: #c8c5c5;
}
.alert-area {
    position: fixed;
    display: flex;
    right: 0;
    top: 0;
    margin: 5px;
    flex-direction: column;
    align-items: flex-end;
}

.alert-box {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin: 5px 5px;
    min-width: 19em;
    -webkit-animation-name: thisshow;
    -webkit-animation-duration: 0.3s;
    animation-name: thisshow;
    animation-duration: 0.3s;
}

    .alert-box.hided {
        -webkit-animation-name: thishide;
        -webkit-animation-duration: 0.5s;
        animation-name: thishide;
        animation-duration: 0.5s;
    }

@keyframes thisshow {
    from {
        right: -500px;
        opacity: 0;
    }

    to {
        right: 0;
        opacity: 1;
    }
}

@keyframes thishide {
    from {
        right: 0;
        opacity: 1;
    }

    to {
        right: -500px;
        opacity: 0;
    }
}

.alert-content {
    color: white;
    font-size: 15px;
    padding-right: 25px;
}

.alert-close {
    position: absolute;
    width: 25px;
    font-size: 30px;
    color: white;
    top: 0;
    right: 0;
    cursor: pointer;
}
.date-picker-x {
    background: white;
    box-sizing: content-box;
    color: #bbb;
    display: none;
    font: 18px/1 Arial;
    padding: 0px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 230px;
    z-index: 201;
    position: fixed;
    border: 1px solid #e4eaec;
}

    .date-picker-x::before {
        border-color: #444 transparent;
        border-style: solid;
        border-width: 0 10px 10px;
        bottom: 100%;
        content: "";
        left: 20px;
        position: absolute;
        display: none;
    }

    .date-picker-x.active {
        display: block;
    }

    .date-picker-x * {
        box-sizing: border-box;
    }

    .date-picker-x .dpx-title-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 45px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0;
        background-color: #62a8ea;
        color: white;
    }

    .date-picker-x .dpx-prev,
    .date-picker-x .dpx-next {
        color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        font-size: 22px;
        line-height: 50px;
        text-align: center;
        -webkit-transition: .2s;
        transition: .2s;
        width: 50px;
    }

        .date-picker-x .dpx-prev:hover,
        .date-picker-x .dpx-next:hover {
            color: #fff;
        }

    .date-picker-x .dpx-title {
        font-size: 14px;
        line-height: 20px;
        padding: 0 10px;
    }

    .date-picker-x:not([data-dpx-type="year"]) .dpx-title {
        cursor: pointer;
    }

    .date-picker-x .dpx-content-box {
        box-sizing: content-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 200px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 10px;
    }

    .date-picker-x .dpx-btns {
        border-top: 1px solid #ccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px;
        display: none;
    }

        .date-picker-x .dpx-btns .dpx-item {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0;
            flex: 1 1 0;
            height: 30px !important;
        }

    .date-picker-x .dpx-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 12px !important;
    }

        .date-picker-x .dpx-item:not(.dpx-weekday) {
            cursor: pointer;
        }

            .date-picker-x .dpx-item:not(.dpx-weekday):hover {
                border-radius: 50%;
                box-shadow: inset 0 0 0 2px #62a8ea;
            }

    .date-picker-x .dpx-weekday {
        font-size: 10px;
        height: 24px !important;
    }

    .date-picker-x[data-dpx-type="day"] .dpx-item {
        -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
        height: 30px;
    }

    .date-picker-x .dpx-selected {
        background: #62a8ea;
        color: white !important;
        border-radius: 50%;
    }

    .date-picker-x .dpx-weekend {
        color: rgb(187, 187, 187);
    }

    .date-picker-x .dpx-out {
        color: red;
    }

    .date-picker-x .dpx-disabled {
        color: #666 !important;
        cursor: default !important;
        box-shadow: none !important;
    }

    .date-picker-x .dpx-current {
        box-shadow: inset 0 0 0 2px #66a3ff !important;
    }

    .date-picker-x .dpx-disabled.dpx-current {
        box-shadow: inset 0 0 0 2px #66a3ff !important;
    }
.dialog {
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.fade {
    display: none;
}

.show {
    display: block;
}

.dialog-content {
    background-color: white;
    width: 35%;
    padding: 0;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 3px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.dialog-header {
    border-bottom: 1px solid #eee;
    padding: 8px;
    background-color: #fafafa;
    border-radius: 5px 5px 0px 0px;
}

.dialog-body {
    padding: 20px;
    display: flex;
}

.dialog-footer {
    border-top: 1px solid #eee;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 0px 0px 5px 5px;
    text-align: right;
}

.btn-cancel-dialog {
    background-color: #e61c1c !important;
    color: white;
}

.btn-ok-dialog {
    margin-right: 10px;
    background-color: #056bb3;
    color: white;
}

.dialog-message {
    width: 100%;
    line-height: 80px;
    margin-left: 30px;
}
.icons-success {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #a5dc86;
    animation-name: rotation;
    animation-duration: .8s;
}

.type-success-x {
    border: 2px solid #a5dc86;
    background-color: #a5dc86;
    width: 24px;
    transform: rotate(44deg);
    transform-origin: -38px 42px;
    border-radius: 5px;
}

.type-success-y {
    border: 2px solid #a5dc86;
    background-color: #a5dc86;
    width: 44px;
    transform: rotate(132deg);
    transform-origin: 27px 25px;
    border-radius: 5px;
}

.icon-error {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #f27474;
    animation-name: rotation;
    animation-duration: .8s;
}

.type-error-x {
    border: 2px solid #f27474;
    background-color: #f27474;
    width: 40px;
    transform: rotate(47deg);
    transform-origin: -17px 41px;
    border-radius: 5px;
}

.type-error-y {
    border: 2px solid #f27474;
    background-color: #f27474;
    width: 40px;
    transform: rotate(134deg);
    transform-origin: 20px 23px;
    border-radius: 5px;
}

.type-question {
    line-height: 76px;
    text-align: center;
    font-size: 66px;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
}

.icon-question {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #87adbd;
    animation-name: rotation;
    animation-duration: .8s;
}

.type-info {
    line-height: 76px;
    text-align: center;
    color: #3fc3ee;
    font-size: 66px;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.icon-info {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #3fc3ee;
    animation-name: rotation;
    animation-duration: .8s;
}

.type-warning {
    line-height: 76px;
    text-align: center;
    font-size: 66px;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
}

.icon-warning {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #f8bb86;
    animation-name: rotation;
    animation-duration: .8s;
}

@keyframes rotation {
    0% {
        opacity: 0;
    }

    100% {
        transform: rotateX(360deg);
    }
}
jtse-grid .grid {
    color: #76838f;
    max-width: none !important;
    margin: 0;
    clear: both;
    border: 1px solid #e4eaec;
    font-size: 11px;
}

.grid td, .grid th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
}

.grid th {
    text-align: left;
}

.grid > thead > tr > th,
.grid > thead > tr > td,
.grid > tbody > tr > th,
.grid > tbody > tr > td,
.grid > tfoot > tr > th,
.grid > tfoot > tr > td {
    padding: 3px;
    line-height: 1.57142857;
    vertical-align: middle;
    border-left: 1px solid #e4eaec;
    border-right: 1px solid #e4eaec;
    border-bottom: 1px solid #e4eaec;
}

.grid > thead > tr > th {
    padding-right: 8px;
    padding-left: 8px;
    vertical-align: bottom;
    border-bottom: 1px solid #e4eaec;
}

.grid > tfoot > tr > th, .grid > thead > tr > th {
    font-weight: bold;
    color: #526069;
}

.grid thead .sorting,
.grid thead .sorting_asc,
.grid thead .sorting_asc_disabled,
.grid thead .sorting_desc,
.grid thead .sorting_desc_disabled {
    position: relative;
    padding-right: 16px;
    cursor: pointer;
}

.grid th:active {
    outline: 0;
}

.grid > caption + thead > tr:first-child > td,
.grid > caption + thead > tr:first-child > th,
.grid > colgroup + thead > tr:first-child > td,
.grid > colgroup + thead > tr:first-child > th,
.grid > thead:first-child > tr:first-child > td,
.grid > thead:first-child > tr:first-child > th {
    border-top: 0;
    vertical-align: middle;
}

.grid > tbody > tr:hover, .grid > tbody > tr:nth-of-type(odd):hover {
    background-color: rgba(0, 168, 80, 0.2);
}

.grid > tbody > tr:nth-of-type(odd) {
    background-color: #F6F6F8;
}

.grid thead .sorting_asc:after {
    content: "\f0de";
}

.grid thead .sorting_desc:after {
    content: "\f0dd";
}

.grid thead .sorting:after,
.grid thead .sorting_asc:after,
.grid thead .sorting_desc:after {
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    font-family: "FontAwesome";
    opacity: .5;
}

jtse-grid .table-layout {
    table-layout: fixed;
}

jtse-grid .word-break {
    overflow: hidden;
    word-break: break-all;
}

jtse-grid .word-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

jtse-grid .grid-bottom {
    margin-bottom: 6px;
}

jtse-grid .grid-title {
    color: #37474f;
    font-weight: bold;
}

jtse-grid .pagination-pages {
    display: inline-block;
    padding: 10px 0px;
}

.pagination-button {
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;
}

    .pagination-button:hover {
        background-color: lightgray;
        color: #62a8ea;
    }

    .pagination-button.active {
        color: white;
        background-color: #62a8ea;
    }

.grid .search-ico {
}

.btn-grid-new, .btn-grid-edit, .btn-grid-delete-multiple, .btn-grid-refresh, .btn-grid-export-excel, .btn-grid-export-text {
    color: #fff;
    outline-color: transparent !important;
}

.btn-grid-new {
    background-color: #62a8ea;
}

.btn-grid-delete-multiple {
    background-color: #f04349;
}

.btn-grid-refresh {
    background-color: #28a745;
}

.btn-grid-export-excel {
    background-color: #019272;
}

.btn-grid-export-text {
    background-color: gray;
}

.btn-grid-edit {
    color: #62a8ea;
}

.btn-grid-delete {
    color: #fc1921;
}

.pagination-pages-master {
    display: inline-block;
    padding: 10px 0px;
}

.grid {
    color: #76838f;
    max-width: none !important;
    margin: 0;
    clear: both;
    border: 1px solid #e4eaec;
    font-size: 11px;
}
.grid-bottom {
    margin-bottom: 6px;
}
.jtse-loading {
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    opacity: 0.8;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    margin: 0;
    padding: 0;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
}

    .jtse-loading .circle {
        width: 26px;
        height: 26px;
        border: 3px inset rgb(133,224,242);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -13px;
        margin-top: -13px;
        border-radius: 200px;
        -moz-animation: rotate 5s infinitelinear;
        -webkit-animation: rotate 5s infinite linear;
        animation: rotate 5s infinite linear;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

    .jtse-loading .circle-small {
        width: 35px;
        height: 35px;
        border: 3px outset rgb(133,224,242);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -17.5px;
        margin-top: -17.5px;
        border-radius: 156px;
        -moz-animation: rotate-rev 3s infinite linear;
        -webkit-animation: rotate-rev 3s infinite linear;
        animation: rotate-rev 3s infinite linear;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

    .jtse-loading .circle-big {
        width: 45px;
        height: 45px;
        border: 2px dotted rgb(133,224,242);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -22.5px;
        margin-top: -22.5px;
        border-radius: 214px;
        -moz-animation: rotate-rev 10s infinite linear;
        -webkit-animation: rotate-rev 10s infinite linear;
        animation: rotate-rev 10s infinite linear;
    }

    .jtse-loading .circle-inner {
        width: 16px;
        height: 16px;
        background-color: rgb(74,124,134);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        border-radius: 100px;
        -moz-animation: pulse 1.5s infinite ease-in;
        -webkit-animation: pulse 1.5s infinite ease-in;
        animation: pulse 1.5s infinite ease-in;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

    .jtse-loading .circle-inner-inner {
        width: 6px;
        height: 6px;
        background-color: rgb(133,224,242);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -3px;
        margin-top: -3px;
        border-radius: 80px;
        -moz-animation: pulse 1.5s infinite ease-in;
        -webkit-animation: pulse 1.5s infinite ease-in;
        animation: pulse 1.5s infinite ease-in;
        opacity: 1;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

    .jtse-loading .loading-text {
        position: relative;
        top: 54%;
        color: rgb(74,124,134);
        font-size: 1.6em;
        margin: auto;
        text-align: center;
    }

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-rev {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotate-rev {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes rotate-rev {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0.1);
        opacity: 0.2;
    }

    50% {
        -moz-transform: scale(1);
        opacity: 0.8;
    }

    100% {
        -moz-transform: scale(0.1);
        opacity: 0.2;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale(0.1);
        opacity: 0.2;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.1);
        opacity: 0.2;
    }

    50% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(0.1);
        opacity: 0.2;
    }
}
.jtse-popover {
    position: absolute;
    width: auto;
    height: auto;
    top: 50px;
    left: 0;
    z-index: 1060;
    padding: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .jtse-popover .popover-content {
        padding: 10px 8px;
    }

        .jtse-popover .popover-content > .popover-item {
            text-align: center;
            cursor: pointer;
        }

    .jtse-popover > .popover-arrow, .jtse-popover > .popover-arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .jtse-popover > .popover-arrow {
        border-width: 11px;
    }

        .jtse-popover > .popover-arrow:after {
            content: "";
            border-width: 10px;
        }

    .jtse-popover.popover-bottom > .popover-arrow {
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: #999;
        border-bottom-color: rgba(0,0,0,.25);
    }

        .jtse-popover.popover-bottom > .popover-arrow:after {
            top: 1px;
            margin-left: -10px;
            content: " ";
            border-top-width: 0;
            border-bottom-color: #fff;
        }
.jtse-tabs > ul.tabs {
    margin: 0px 0px 8px 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #62a8ea;
}

    .jtse-tabs > ul.tabs li {
        display: inline-block;
        padding: 2px 15px;
        cursor: pointer;
        -webkit-transition: background-color .17s linear;
    }

        .jtse-tabs > ul.tabs li:hover {
            color: #62a8ea;
        }

        .jtse-tabs > ul.tabs li.current {
            color: #62a8ea;
            border-bottom: 2px solid #62a8ea;
        }

.jtse-tabs > .tab-content {
    display: none;
    background: white;
    padding: 8px;
    transition: all ease-out 0.2s 0.1s;
}

    .jtse-tabs > .tab-content.current {
        display: inherit;
    }
.jtse-tags {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    position: relative;
}

    .jtse-tags.has-error {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

    .jtse-tags div:first-child {
        overflow-y: auto;
    }

    .jtse-tags div:last-child {
        width: 100%;
        left: 0px;
        display: block;
        position: absolute;
        height: 150px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        overflow-y: auto;
        padding: 6px;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        margin-top: 2px;
        z-index: 10;
    }

    .jtse-tags input {
        line-height: normal;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        margin: 0;
        font: inherit;
        color: inherit;
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: .3em .6em .3em;
        margin: 0;
        width: auto !important;
        max-width: inherit;
    }

        .jtse-tags input[role="search"] {
            border: inherit !important;
            background-color: inherit;
            width: 100% !important;
        }

    .jtse-tags i {
        color: #fff;
        background-color: #46be8a;
        padding: 5px;
        border-radius: 50%;
        cursor: pointer;
    }

    .jtse-tags ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .jtse-tags li {
        cursor: pointer;
        padding: 5px;
    }

        .jtse-tags li:hover {
            background-color: rgba(98, 168, 234, 0.8);
            color: #fff;
            border-radius: 4px;
        }

    .jtse-tags .tag {
        margin: 0px 2px 3px 0px;
        color: white;
    }

        .jtse-tags .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .jtse-tags .tag [data-role="remove"]:after {
                content: "x";
                padding-left: 2px;
            }

    .jtse-tags .label-info {
        background-color: #62a8ea;
    }

    .jtse-tags .label {
        display: inline-block;
        padding: .3em .6em .3em;
        font-size: 100%;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
    }
.jtse-tooltip {
    display: none;
    width: inherit;
    padding: 5px 18px 6px;
    border-radius: 2px;
    background: white;
    background-size: cover;
    color: #8B91A0;
    font-size: 12px !important;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .06em;
    box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
    -webkit-transform: all .3s;
    -moz-transform: all .3s;
    -ms-transform: all .3s;
    -o-transform: all .3s;
    transform: all .3s;
    pointer-events: none;
    z-index: 1100;
    position: fixed;
    max-width: 600px;
}

    .jtse-tooltip > .tooltip-header {
        display: table;
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        color: #62a8ea;
        padding: 8px 10px;
        border-bottom: 1px solid #62a8ea;
    }

    .jtse-tooltip > .tooltip-body {
        padding: 8px 10px;
        word-wrap: break-word;
        text-align: left;
    }
div[data-form] input,
div[data-form] textarea,
div[data-container] input,
div[data-container] textarea {
    text-transform: uppercase;
}

.panel-header .btn {
    border: 1px solid #fff;
}


.btn-save, .btn-save-ico, .btn-search-advance, .btn-search-advance-ico, .btn-handrock, .btn-handrock-ico {
    background-color: #2461aa !important;
}

.btn-copy-ico, .btn-copy {
    background-color: #2461aa !important;
}

.btn-send-ico, .btn-send {
    background-color: #2461aa !important;
}

.btn-calendar-ico, .btn-calendar {
    background-color: #6ac6d2 !important;
}

.btn-check, .btn-check-ico {
    background-color: #2461aa !important;
}

.btn-delete, .btn-delete-ico, .btn-cancel, .btn-cancel-ico, .btn-close, .btn-close-ico {
    background-color: #e2014d !important;
}

.btn-abandon, .btn-abandon-ico {
    background-color: #6ac6d2 !important;
}

.btn-goback, .btn-goback-ico, .btn-plane-ico, .btn-plane, .btn-excel-ico, .btn-excel, .btn-handshake, .btn-handshake-ico {
    background-color: #019272 !important;
}

.btn-search, .btn-search-ico, .btn-history, .btn-history-ico {
    background-color: #96d045 !important;
}

.btn-reset, .btn-reset-ico, .btn-flag, .btn-flag-ico {
    background-color: #fe9915 !important;
}

.btn-generate, .btn-generate-ico {
    background-color: #019272 !important;
}

.btn-editar, .btn-editar-ico {
    background-color: #6ac6d2 !important;
}

.btn-plus, .btn-plus-ico {
    background-color: #6ac6d2 !important;
}

.btn-print, .btn-print-ico {
    background-color: #2461aa !important;
}

    .btn-send, .btn-copy, .btn-calendar, .btn-plane, .btn-excel, .btn-check, .btn-save, .btn-save-ico, .btn-delete, .btn-delete-ico, .btn-handrock, .btn-handrock-ico,
    .btn-cancel, .btn-cancel-ico, .btn-close, .btn-close-ico,
    .btn-abandon, .btn-abandon-ico, .btn-goback, .btn-goback-ico, .btn-plus, .btn-plus-ico, .btn-print, .btn-print-ico, .btn-handshake, .btn-handshake-ico,
    .btn-search, .btn-search-ico, .btn-history, .btn-history-ico, .btn-reset, .btn-flag, .btn-generate, .btn-editar, .btn-editar-ico,
    .btn-send-ico, .btn-copy-ico, .btn-reset-ico, .btn-search-advance, .btn-search-advance-ico,
    .btn-flag-ico, .btn-generate-ico, .btn-check-ico, .btn-plane-ico, .btn-excel-ico, .btn-calendar-ico, btn-editar-ico,
    .btn-send-ico:hover, .btn-copy-ico:hover, .btn-calendar-ico:hover, .btn-plane-ico:hover, .btn-excel-ico:hover, .btn-check-ico:hover, .btn-save:hover, .btn-save-ico:hover, .btn-delete:hover, .btn-delete-ico:hover, .btn-handrock:hover, .btn-handrock-ico:hover,
    .btn-send, .btn-copy, .btn-calendar:hover, .btn-plane:hover, .btn-excel:hover, .btn-cancel:hover, .btn-cancel-ico:hover, .btn-close:hover, .btn-close-ico:hover,
    .btn-abandon:hover, .btn-abandon-ico:hover, .btn-goback:hover, .btn-goback-ico:hover, .btn-handshake:hover, .btn-handshake-ico:hover,
    .btn-search:hover, .btn-search-ico:hover, .btn-history:hover, .btn-history-ico:hover,
    .btn-reset:hover, .btn-reset-ico:hover, .btn-search-advance:hover, .btn-search-advance-ico:hover,
    .btn-flag:hover, .btn-flag-ico:hover,
    .btn-generate:hover, .btn-generate-ico:hover,
    .btn-editar:hover, .btn-editar-ico:hover,
    .btn-plus:hover, .btn-plus-ico:hover,
    .btn-print:hover, .btn-print-ico:hover {
        color: #fff;
    }

        .btn-send-ico:before, .btn-copy-ico:before, .btn-calendar-ico:before, .btn-plane-ico:before, .btn-excel-ico:before, .btn-check-ico:before, .btn-save-ico:before, .btn-cancel-ico:before, .btn-close-ico:before,
        .btn-abandon-ico:before, .btn-delete-ico:before, .btn-goback-ico:before, .btn-handshake-ico:before, .btn-handrock-ico:before,
        .btn-search-ico:before, .btn-history-ico:before, .btn-reset-ico:before,
        .btn-flag-ico:before, .btn-plus-ico:before, .btn-print-ico:before,
        .btn-search-advance-ico:before, .btn-generate-ico:before, .btn-editar-ico:before {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
        }

        .btn-save-ico:before {
            content: "\f0c7\0000a0\0000a0";
        }

        .btn-cancel-ico:before, .btn-close-ico:before, .btn-abandon-ico:before {
            content: "\f00d\0000a0\0000a0";
        }

        .btn-delete-ico:before {
            content: "\f014\0000a0\0000a0";
        }

        .btn-goback-ico:before {
            content: "\f112\0000a0\0000a0";
        }

        .btn-search-ico:before {
            content: "\f002\0000a0\0000a0";
        }

        .btn-search-advance-ico:before {
            content: "\f00e\0000a0\0000a0";
        }

        .btn-history-ico:before {
            content: "\f1da\0000a0\0000a0";
        }

        .btn-reset-ico:before {
            content: "\f12d\0000a0\0000a0";
        }

        .btn-flag-ico:before {
            content: "\f11d\0000a0\0000a0";
        }

        .btn-generate-ico:before {
            content: "\f055\0000a0\0000a0";
        }

        .btn-check-ico:before {
            content: "\f00c\0000a0\0000a0";
        }

        .btn-plane-ico:before {
            content: "\f072\0000a0\0000a0";
        }

        .btn-excel-ico:before {
            content: "\f1c3\0000a0\0000a0";
        }

        .btn-calendar-ico:before {
            content: "\f073\0000a0\0000a0";
        }

        .btn-copy-ico:before {
            content: "\f0c5\0000a0\0000a0";
        }

        .btn-send-ico:before {
            content: "\f003\0000a0\0000a0";
        }

        .btn-editar-ico:before {
            content: "\f040\0000a0\0000a0";
        }

        .btn-plus-ico:before {
            content: "\f067\0000a0\0000a0";
        }

        .btn-print-ico:before {
            content: "\f02f\0000a0\0000a0";
        }

        .btn-handshake-ico:before {
            content: "\f2b5\0000a0\0000a0";
        }

        .btn-handrock-ico:before {
            content: "\f255\0000a0\0000a0";
        }
.black {
    color: black !important;
}

.white {
    color: #fff !important;
}

.bg-dark-blue {
    background-color: #2461aa !important;
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-home:before {
    content: "\f015";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-envelope:before {
    content: "\f0e0";
}


.fa-sign-out:before {
    content: "\f08b";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-search:before {
    content: "\f002";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-dashboard:before {
    content: "\f0e4";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-upload:before {
    content: "\f093";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-check:before {
    content: "\f00c";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-key:before {
    content: "\f084";
}

.fa-repeat:before {
    content: "\f01e";
}


.container_table {
    width: 40%;
    margin: 1em auto;
    overflow-x: auto;
}

@media screen and (max-width: 480px) {

    .container_table {
        width: 98%;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {

    .container_table {
        width: 98%;
    }
}

@media screen and (min-width: 768px) and (max-width: 859px) {

    .container_table {
        width: 98%;
    }
}
@media (max-height: 600px) and (orientation: landscape) {
    .login-access-container {
        padding-top: 5%;
    }
}

@media (max-height: 500px) and (orientation: landscape), (max-height: 470px) and (orientation: portrait) {
    .login-access-footer {
        display: none;
    }
}

@media (max-width:300px) {
    .navbar-title {
        display: none !important;
    }
}


@media (max-height: 350px) and (orientation: landscape) {
    .login-access-logo {
        height: 50px;
    }
}
.grid_pos {
    position: fixed;
    top: 38px;
    height: 90%;
    width: 95%;
    display: grid;
    grid-template-areas: "header-details header-details" "header cart" "contenit cart";
    grid-template-columns: 1fr 450px;
    grid-template-rows: 40px 1fr;
}

@media screen and (max-width: 1100px) {
    .grid_pos {
        grid-template-columns: 1fr 400px;
    }
}

.grid_pos .header-details {
    grid-area: header-details;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.grid_pos .header-search {
    grid-area: header;
    background-color: white;
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.grid_pos .cart_container {
    grid-area: cart;
    background-color: white;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    transition: all ease-in-out .3s;
    height: calc(100vh - 100px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.grid_pos .list-product {
    grid-area: contenit;
    display: grid;
    height: calc(100vh - 190px);
    grid-gap: 7px;
    padding: 10px;
    background-color: #EAEBEC;
    grid-auto-rows: max-content;
    z-index: 1;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    overflow: auto;
}

@media screen and (max-width: 800px) {
    .grid_pos .cart_container {
        margin-right: -400px;
        width: 400px;
    }
}

@media screen and (max-width: 600px) {
    .grid_pos .list-product {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }
}

@media screen and (min-width: 1400px) {
    .grid_pos .list-product {
        grid-template-columns: repeat(4, minmax(170px, 1fr));
    }
}

@media screen and (max-width: 800px) {
    .grid_pos {
        grid-template-columns: 1fr;
    }
}

.grid_pos .cart_container .show {
    display: block;
}



.table {
    width: 100%;
    border-collapse: collapse;
}

    .table th,
    .table td {
        border: 1px solid #ddd;
    }

.center {
    text-align: center;
}

.width_8 {
    width: 8%;
}

.width_2 {
    width: 2%;
}

.width_10 {
    width: 10%;
}

.cart-header {
    border-bottom: 1px solid #d9d9d9;
    background-color: white;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-content {
    height: calc(100vh - 280px);
    overflow: auto;
    max-width: 450px;
    background-color: #F3F3F3;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.group-box {
    flex: 1;
    margin: 7px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .group-box i {
        padding: 5px 10px;
        color: #171B26;
        font-size: 16px;
    }

    .group-box .input {
        width: 100%;
        border: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        font-size: 14px;
        color: #171B26;
        outline: 0px;
    }

.cart-buttons {
    height: 120px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.cart-result {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 7px 42px;
}

    .label_total {
        font-size: 17px;
        margin: 0;
    }

    .total {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 15px;
        text-align: right;
    }

.cart-acept {
    padding: 7px;
}

    .cart-acept button {
        width: 100%;
        border: none;
        cursor: pointer;
        background-color: #171B26;
        border-radius: 2.3px;
    }

    .cart-acept p {
        color: white;
    }



.product .products_container {
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    background-color: white;
    border-radius: .1rem;
    position: relative;
    -webkit-transition: all cubic-bezier(0.4, 1.46, 0.76, 1.35) 0.2s;
    transition: all cubic-bezier(0.4, 1.46, 0.76, 1.35) 0.2s;
}

.scroll {
    height: calc(100vh - 240px);
    overflow: auto;
    max-width: 450px;
    background-color: #F3F3F3;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.product .product_content {
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    background-color: white;
    border-radius: .1rem;
    position: relative;
    -webkit-transition: all cubic-bezier(0.4, 1.46, 0.76, 1.35) 0.2s;
    transition: all cubic-bezier(0.4, 1.46, 0.76, 1.35) 0.2s;
}

.product p {
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    color: #5e646d;
    padding-top: 0;
    font-size: 10px;
    margin: 0;
}

.product .product_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #D9D9D9;
}

.product h1 {
    padding: 10px;
    font-size: 12px;
    margin: 0;
    padding-bottom: 0px;
    font-family: 'c-medium', sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product .product_info h2:first-child {
    background-color: #f3f3f3;
    color: #2a3038;
    font-family: 'c-medium', sans-serif;
    border-right: 1px solid #D9D9D9;
}

.product .product_info h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    color: #171B26;
    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;
}

    .product .product_info h2 i {
        margin-top: -2px;
        display: block;
        font-size: 17px;
    }



.div_absolute {
    height: 100vh;
    width: 100%;
    bottom: 10px;
    padding: 10px 0px 0px 10px;
    background-color: #EAEBEC;
}

.details {
    margin-bottom: 2%;
}

    .details .details_content {
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: .1rem;
    }

    .details .details_info:first-child {
        border-top: none;
    }

    .details .details_info {
        border-top: 1px solid #D9D9D9;
        display: flex;
    }

        .details .details_info .contador {
            color: #2a3038;
            text-align: center;
            width: 100px;
            font-size: 13px;
            padding: 5px;
        }

        .details .details_info .div_cod {
            border-left: 1px solid #d9d9d9;
            font-size: 13px;
            padding: 5px;
            width: 40%;
            color: #171B26;
        }

        .details .details_info .large_div_des {
            border-left: 1px solid #d9d9d9;
            font-size: 13px;
            padding: 5px;
            width: 100%;
            color: #171B26;
        }

        .details .details_info .div_button_editar {
            font-size: 13px;
            padding: 5.5px;
        }

        .details .details_info .div_button_eliminar {
            font-size: 13px;
            padding: 6px;
        }

        .details .details_info .div_details {
            border-left: 1px solid #D9D9D9;
            font-size: 13px;
            padding: 7px;
            color: #171B26;
            width: 30%;
            text-align: right;
        }

        .details .details_info .div_input_content {
            border-left: 1px solid #D9D9D9;
            padding: 3px;
            width: 38%;
        }

.form-control {
    width: 100%;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.details .details_info .div_sale {
    padding: 7px;
    border-left: 1px solid #D9D9D9;
    font-size: 13px;
    text-align: center;
    color: #171B26;
    width: 100%;
}

.details .details_info .large_div_op {
    font-size: 13px;
    padding: 5px;
    width: 100%;
    color: #171B26;
    text-align: center;
}

.details .details_info .large_div {
    border-left: 1px solid #D9D9D9;
    font-size: 13px;
    padding: 5px;
    width: 100%;
    color: #171B26;
    text-align: center;
}

.details .details_info .div_input {
    width: 100%;
    font-size: 13px;
    padding: 3px;
}

    .details .details_info .div_input input {
        padding: 5px;
        width: 100%;
    }
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.body-dashboard {
    padding-top: 34px;
    height: 100%;
}

.navbar-main {
    width: 100%;
    display: block;
    min-height: 32px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001;
    border-radius: 0;
    border: none;
    background-color: #0073b7;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

.navbar-header {
    width: 260px;
    float: left;
    background-color: #0073b7;
    color: #fff;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 12px 15px;
    font-size: 24px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

.navbar-brand-logo {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    height: 32px;
    margin-top: -3px;
}

.navbar-brand-text {
    margin-left: 6px;
}

.navbar-container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    position: relative;
    background-color: #fff;
}

.navbar-collapse {
    max-height: 340px;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
}

.navbar-toolbar {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    float: left;
}

    .navbar-toolbar > li {
        position: relative;
        display: block;
        float: left;
    }

        .navbar-toolbar > li > a, .navbar-toolbar > li > span {
            position: relative;
            display: block;
            padding: 5px 6px;
            overflow: hidden;
            line-height: 22px;
            color: #76838f;
            font-size: 16px;
        }

.navbar-title {
    width: 100%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 6px;
    line-height: 22px;
    color: #76838f;
    font-size: 14px;
    font-weight: bold;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background-color: #f96868;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    position: relative;
    top: -10px;
    margin: 0 -.8em;
    border-radius: 15px;
}

.badge-success {
    color: #fff;
    background-color: #46be8a;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 18px;
    white-space: nowrap;
    border-radius: 50%;
    vertical-align: bottom;
}

    .avatar img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border: 0 none;
        border-radius: 1000px;
        vertical-align: middle;
    }

    .avatar i {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        border-radius: 100%;
        background-color: red;
    }

.menubar {
    z-index: 1000;
    position: fixed;
    top: 32px;
    width: 260px;
    height: calc(100% - 56px);
    background: #fff;
    color: rgba(163,175,183,.9);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    overflow: hidden;
}

    .menubar.toggle .menu {
        font-size: 22px;
    }

    .menubar.toggle .menu-icon {
        margin-right: 0px;
    }

.menubar-body {
    height: 100%;
    position: relative;
    overflow-y: overlay;
    margin-right: -30px;
    padding-right: 10px;
}

.menu {
    font-size: 14px;
    overflow-y: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-item, .menu-sub-item {
    position: relative;
    padding: 0;
    line-height: 34px;
    overflow: hidden;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.menu a {
    outline: 0;
}

.menu-item-category {
    -webkit-transition: all .25s,font .1s .15s,color .1s .15s;
    -o-transition: all .25s,font .1s .15s,color .1s .15s;
    transition: all .25s,font .1s .15s,color .1s .15s;
    font-size: 15px;
    padding: 0 24px;
    color: #76838f;
    line-height: 38px;
    text-transform: uppercase;
    margin-top: 10px;
}

.menu-item > a, .menu-sub-item > a {
    cursor: pointer;
    padding: 3px 12px;
    line-height: 20px;
}

.menu-item:hover, .menu-sub-item:hover {
    background-color: #58D3F7;
}

.menu-item.parent:hover, .menu-sub-item.parent:hover {
    background-color: #D3D3D3;
}

.menubar.toggle .menu-item.parent {
    height: 26px !important;
}

    .menubar.toggle .menu-item.parent > ul {
        padding-left: 5px;
        padding-right: 5px;
    }

.menubar.toggle .menubar-body {
    margin-right: -10px;
}

.menubar.toggle .menu-icon-arrow, .menubar.toggle .menu-sub {
    display: none;
}

.menu-item a, .menu-sub-item a {
    display: block;
    color: #333;
}

.menu-item {
    border-bottom: 1px solid #D3D3D3;
}

    .menu-item.open > a, .menu-sub-item.open > a {
        background-color: #58D3F7;
        color: #333;
    }

    .menu-item.open a > .menu-arrow {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .menu-item a {
        font-size: 12px;
        font-weight: bold;
    }

.menu-sub-item a {
    font-size: 11px;
    font-weight: normal;
}

.menu-sub {
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    background: 0 0;
    display: block;
}

    .menu-sub .menu-sub-item {
        padding: 0 14px;
    }

.menu-sub-item.menu-ico-left {
    padding: 0px;
}

.menu-icon {
    width: 1em;
    text-align: center;
    margin-right: 10px;
}

.menu-icon-arrow {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    margin-top: 6px;
    right: 36px;
}

    .menu-icon-arrow.rotate-90 {
        transform: rotate(-90deg);
    }

.menu-title {
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    display: inline-block;
    width: 160px;
    line-height:11px;
}

.menu-arrow {
    font-family: 'Web Icons';
    -webkit-transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    transition: transform .15s;
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    right: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
}

.page {
    background: #f1f4f5;
    position: relative;
    min-height: -webkit-calc(100% - 30px);
    min-height: calc(100% - 30px);
    padding: 5px;
}

.page-header {
    padding-bottom: 10px;
    padding: 5px 10px;
    position: relative;
    border-bottom: none;
}

.mobile .page {
    padding-left: 42px;
}

    .mobile .page .container-view {
        width: calc(100% - 40px);
    }

.page-title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 3px;
}

    .breadcrumb > li {
        display: inline-block;
    }

    .breadcrumb li + li:before {
        padding: 0 5px;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #62a8ea;
        content: "/\00a0";
    }

.layout-footer {
    padding: 5px;
    background-color: whitesmoke;
    border-top: 1px solid #e4eaec;
    height: 24px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.version, .copyright {
    float: right;
    padding: 0px 3px;
}

    .version > span {
        background-color: dodgerblue;
        color: #fff;
        padding: 0px 5px;
        border-radius: 3px;
    }

.fa-arrow-left.active, .fa-arrow-left.inactive {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.fa-arrow-left.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-arrow-left.inactive {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-header, .navbar-container, .menubar, .page {
    -webkit-transition: width .3s ease-out, margin .3s ease-out;
    -o-transition: width .3s ease-out, margin .3s ease-out;
    transition: width .3s ease-out, margin .3s ease-out;
}

.activo {
    border: #ccc;
    color: white;
    background-color: #62a8ea;
}

.control: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);
}

.login-container {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #89867e;
    font-size: 15px;
}

    .login-main,
    .login-container > .login-header {
        width: 100%;
        margin: 0 auto;
        padding: 1em;
    }

.login-main {
    max-width: 82.667em;
}

.login-container > .login-header {
    text-align: center;
    font-size: 16px;
    padding: 2em 2em 2em;
}

    .login-container > .login-header h1 {
        font-size: 2.625em;
        line-height: 1.3;
        margin: 0;
        font-weight: 300;
    }

    .login-container > .login-header span {
        display: block;
        font-size: 60%;
        color: #ceccc6;
        padding: 0 0 0.6em 0.1em;
    }

@media (min-width:32.5em) and (max-width: 49.938em) {
    .login-container > .login-header {
        text-align: center;
        font-size: 13px;
        padding: 2em 2em 2em;
    }
}

@media (max-width: 32.438em) {
    .login-container > .login-header {
        text-align: center;
        font-size: 10px;
        padding: 2em 2em 2em;
    }
}

.login-main-button {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 20px;
    color: #FFFFFF;
    font-size: 18px;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-top: -14px;
}

    .login-main-button:hover, .login-main-button:active, .login-main-button:focus {
        background: #43A047;
    }

a, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.login-nav ul {
    max-width: 1240px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5em;
    font-weight: 300;
}

.login-nav li span {
    display: block;
}

.login-nav a {
    display: block;
    color: rgba(249, 249, 249, .9);
    text-decoration: none;
    -webkit-transition: color .5s, background .5s, height .5s;
    -moz-transition: color .5s, background .5s, height .5s;
    -o-transition: color .5s, background .5s, height .5s;
    -ms-transition: color .5s, background .5s, height .5s;
    transition: color .5s, background .5s, height .5s;
}

.login-nav i {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


a, .login-main-button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.no-touch .login-nav ul:hover a {
    color: rgba(249, 249, 249, .5);
}

    .no-touch .login-nav ul:hover a:hover {
        color: rgba(249, 249, 249, 0.99);
    }


.login-nav li:nth-child(6n+1) {
    background: rgb(142, 42, 51);
}

.login-nav li:nth-child(6n+2) {
    background: rgb(92, 102, 109);
}

.login-nav li:nth-child(6n+3) {
    background: rgb(27, 54, 71);
}


@media (min-width: 50em) {

    .login-nav li {
        float: left;
        width: 33.33%;
        text-align: center;
        -webkit-transition: border .5s;
        -moz-transition: border .5s;
        -o-transition: border .5s;
        -ms-transition: border .5s;
        transition: border .5s;
    }

    .login-nav a {
        display: block;
        width: auto;
    }

    .no-touch .login-nav li:nth-child(6n+1) a:hover,
    .no-touch .login-nav li:nth-child(6n+1) a:active,
    .no-touch .login-nav li:nth-child(6n+1) a:focus {
        border-bottom: 4px solid rgb(121, 10, 10);
    }

    .no-touch .login-nav li:nth-child(6n+2) a:hover,
    .no-touch .login-nav li:nth-child(6n+2) a:active,
    .no-touch .login-nav li:nth-child(6n+2) a:focus {
        border-bottom: 4px solid rgb(68, 72, 74);
    }

    .no-touch .login-nav li:nth-child(6n+3) a:hover,
    .no-touch .login-nav li:nth-child(6n+3) a:active,
    .no-touch .login-nav li:nth-child(6n+3) a:focus {
        border-bottom: 4px solid rgb(16, 34, 44);
    }


    .login-icon {
        padding-top: 1.4em;
    }

        .login-icon + span {
            margin-top: 2.1em;
            -webkit-transition: margin .5s;
            -moz-transition: margin .5s;
            -o-transition: margin .5s;
            -ms-transition: margin .5s;
            transition: margin .5s;
        }

    .login-nav a {
        height: 9em;
    }

        .no-touch .login-nav a:hover,
        .login-nav a:active,
        .login-nav a:focus {
            height: 10em;
        }

            .no-touch .login-nav a:hover .login-icon + span {
                margin-top: 3.2em;
                -webkit-transition: margin .5s;
                -moz-transition: margin .5s;
                -o-transition: margin .5s;
                -ms-transition: margin .5s;
                transition: margin .5s;
            }

    .login-nav i {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        padding: 0.4em;
        border-radius: 50%;
        font-size: 1.8em;
        box-shadow: 0 0 0 30px transparent;
        background: rgba(255,255,255,0.1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: box-shadow .6s ease-in-out;
        -moz-transition: box-shadow .6s ease-in-out;
        -o-transition: box-shadow .6s ease-in-out;
        -ms-transition: box-shadow .6s ease-in-out;
        transition: box-shadow .6s ease-in-out;
    }

    .no-touch .login-nav a:hover i,
    .no-touch .login-nav a:active i,
    .no-touch .login-nav a:focus i {
        box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
        -webkit-transition: box-shadow .4s ease-in-out;
        -moz-transition: box-shadow .4s ease-in-out;
        -o-transition: box-shadow .4s ease-in-out;
        -ms-transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out;
    }
}

@media (min-width:32.5em) and (max-width: 49.938em) {

    .login-nav li {
        display: block;
        float: left;
        width: 50%;
    }

    .login-nav a {
        padding: 2.8em;
    }

    .login-nav > ul > li:first-child {
        width: 100%;
    }
    .login-nav li span,
    .login-nav li span.login-icon {
        display: inline-block;
    }

        .login-nav li span.login-icon {
            width: 50%;
        }


    .login-nav li i {
        display: inline-block;
        padding: 8% 9%;
        border: 4px solid transparent;
        border-radius: 50%;
        font-size: 1.5em;
        background: rgba(255,255,255,0.1);
        -webkit-transition: border .5s;
        -moz-transition: border .5s;
        -o-transition: border .5s;
        -ms-transition: border .5s;
        transition: border .5s;
    }
}

@media (max-width: 32.438em) {
    .login-nav .login-navtoogle {
        margin: 0;
        display: block;
    }



    .login-nav ul {
        max-height: 0em;
        overflow: hidden;
    }

    .login-nav > ul {
        max-height: 30em;
        overflow: hidden;
        -webkit-transition: max-height .4s;
        -moz-transition: max-height .4s;
        -o-transition: max-height .4s;
        -ms-transition: max-height .4s;
        transition: max-height .4s;
    }


    .login-nav li span {
        display: inline-block;
        height: 100%;
    }

    .login-nav a {
        padding: 1.5em;
    }

    .login-icon + span {
        margin-left: 1em;
        font-size: 0.8em;
    }

    .login-nav li:nth-child(6n+1) {
        border-left: 8px solid rgb(121, 10, 10);
    }

    .login-nav li:nth-child(6n+2) {
        border-left: 8px solid rgb(68, 72, 74);
    }

    .login-nav li:nth-child(6n+3) {
        border-left: 8px solid rgb(16, 34, 44);
    }

    .touch .login-nav a {
        padding: 0.8em;
    }
}


.login-access-container {
    padding-top: 6%;
    z-index: 2;
    background-color: rgba(255,255,255, 255);
    height: 100%;
}

.login-access-logo {
    height: 120px;
    background-size: contain !important;
}

.login-access-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 50px 60px;
    text-align: center;
    color: #37474f;
    font-size: 12px;
    letter-spacing: 1px;
}

.login-access-container .social a {
    margin: 0 10px;
    text-decoration: none;
}

.slideshow {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.imgSlideShow {
    opacity: 0;
    z-index: -2;
    position: fixed;
    width: 100%;
    height: 100%;
}
