.input-control.text#filter, #filter-packages {
    width: 300px;
    float: right;
    margin-top: 15px;
}

select,
input[type="text"],
input[type="email"],
input[type="textarea"],
input[type="password"],
input[type="number"],
select {
    color: #555;
}

.mi-ul ul {
    list-style: square;
    color: rgba(0,0,0,0.6);
}

.mi-ul strong {
    color: rgba(0,0,0,0.7);
}

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
    border-color: rgba(102, 175, 233, 0.8) !important;
    color: #555;
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(102, 175, 233, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(102, 175, 233, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(102, 175, 233, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.table-container {
    margin: auto;
    padding-top: 10px;
}

#add-employee, #add-role {
    float: right;
    margin: 0px 0px 10px 0px;
}

article h1 {
    color: #00A8C6 !important;
    font-size: 3.1em;
}

    article h1 small {
        color: #555;
    }

#info-block, #sys-block {
    margin-left: 50px;
}

#accept {
    margin-left: 45px;
}

legend {
    border-bottom: 1px dashed #1BA1E2 !important;
}

#info-block .input-control {
    display: block;
}

#name-section, #phone-section, #degree-section {
    width: 300px;
    float: left;
    margin-right: 20px;
    font-family: "Segoe UI Light_","Open Sans Light",Verdana,Arial,Helvetica,sans-serif;
}

#email-section, #role-section {
    clear: left;
    font-family: "Segoe UI Light_","Open Sans Light",Verdana,Arial,Helvetica,sans-serif;
}

#email-section {
    margin-right: 317px;
    min-width: 300px;
}

.dropdown ul {
    padding-left: 0px;
    margin-left: 0;
    font-size: 0;
}

#degree-section div.dropdown {
    width: 130px !important;
}

#partial-body div.dropdown {
    width: 220px;
}

#title-text {
    float: right;
    margin-top: 20px;
}

#sign-img {
    float: right;
    margin-top: 0;
    margin-right: 50px;
}

    #sign-img img {
        height: 140px;
    }

#sys-block {
    padding-bottom: 10px;
}

.hcenter-row {
    width: 170px;
    text-align: center;
}

#active-filter {
    width: 185px;
    margin-top: 30px;
    float: right;
}

    #active-filter span:first-child {
        margin-right: 10px;
        margin-top: 5px;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

#roles-table tr td:last-child {
    width: 200px;
}

    #roles-table tr td:last-child label {
        margin-top: 20px;
    }

#roles-table tr td:first-child {
    vertical-align: middle;
}

.align-center {
    margin: auto;
}

#users-section {
    margin-bottom: 30px;
    border: 1px solid transparent;
}

    #users-section table {
        width: 95%;
        margin: 5px auto 20px;
    }

.order-info {
    margin: 0 auto 30px !important;
}

#self-bill {
    margin-top: 30px;
    float: right;
}

.order-info .row {
    margin-top: 0px !important;
}

    .order-info .row h2 {
        margin: 0;
    }

.right-drop {
    width: 5px !important;
    float: right !important;
    padding: 20px 0 !important;
    margin-top: -42px;
    margin-left: -15px;
}

#table-container {
    margin-top: 20px !important;
}

table tbody td {
    vertical-align: middle !important;
}

#filter-packages {
    margin-top: 25px;
}

.metro .tab-control .tabs > li.active a {
    border-top: 2px #1B6EAE solid;
}

#generate-report {
    margin: 30px 50px 0 0;
}

.hide {
    display: none;
}

.show {
    display: block;
}

#login {
    background-color: #fcfcfc;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
    padding: 10px 40px 25px 40px;
    margin: auto;
}

    #login h2 {
        font-size: 24px;
        font-weight: 200;
        line-height: 1em;
        margin: 25px -15px 3px;
    }

    #login .description {
        margin-top: 5px;
        font-size: 15px;
        /*color: #424F59 !important;*/
        margin: 1px -15px 3px;
    }

.advanced-filter, .create-new, .junk-btns {
    margin-top: 10px;
    margin-bottom: 10px;
}


.state {
    margin-right: 20px;
    margin-top: 6px;
}

.list-group .list .list-sender {
    font-size: 11px;
    font-weight: normal;
    line-height: 15px;
    color: #555;
    width: 100%;
}

.row div.order-view {
    width: 678px !important;
}

.order-view h2 {
    margin-left: 10px;
}

.order-view .accordion {
    width: 100%;
}

.accordion-frame span > span {
    color: #1B6EAE;
}

button i[class*="icon"] {
    margin-left: -5px;
    margin-right: 2px;
}

.top-dashed {
    border-top: 1px dashed #4390DF;
}

.top-bar {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: auto;
    background-color: #f5f5f5 !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

header div.container > ul {
    margin: 0px !important;
    padding: 15px 0px !important;
}

header li > ul {
    top: 48px;
}

header nav div.container a:hover {
    color: #1BA1E2;
}

header nav div.container a {
    font-size: large !important;
}

.samplers-list {
    margin-top: 30px;
    width: 300px;
}

    .samplers-list h3 {
        font-weight: normal;
        font-size: 20px;
    }

#art-dialog {
    width: 500px;
    height: 410px;
    margin: auto;
}

    #art-dialog .content {
        padding: 50px 10px 10px 10px;
    }

.dropdown-list {
    height: 32px;
    font-size: 15px;
    padding: 5px 0;
}

.absolute-center {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
}
/*loading ajax*/
.bokeh {
    z-index: 9999999;
    font-size: 100px !important;
    width: 1em;
    height: 1em;
    position: fixed;
    margin: 0 auto;
    border-radius: 50%;
    border: .01em solid rgba(150,150,150,0.1);
    list-style: none;
}

    .bokeh:before {
        content: "Cargando...";
        position: absolute;
        font-size: 14px;
        margin: 38px 0 0px -11px;
    }

    .bokeh li {
        position: absolute;
        width: .2em;
        height: .2em;
        border-radius: 50%;
    }

        .bokeh li:nth-child(1) {
            left: 50%;
            top: 0;
            margin: 0 0 0 -.1em;
            background: #00C176;
            -webkit-transform-origin: 50% 250%;
            transform-origin: 50% 250%;
            -webkit-animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
            animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
        }

        .bokeh li:nth-child(2) {
            top: 50%;
            right: 0;
            margin: -.1em 0 0 0;
            background: #FF003C;
            -webkit-transform-origin: -150% 50%;
            transform-origin: -150% 50%;
            -webkit-animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
            animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
        }

        .bokeh li:nth-child(3) {
            left: 50%;
            bottom: 0;
            margin: 0 0 0 -.1em;
            background: #FABE28;
            -webkit-transform-origin: 50% -150%;
            transform-origin: 50% -150%;
            -webkit-animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
            animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
        }

        .bokeh li:nth-child(4) {
            top: 50%;
            left: 0;
            margin: -.1em 0 0 0;
            background: #88C100;
            -webkit-transform-origin: 250% 50%;
            transform-origin: 250% 50%;
            -webkit-animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
            animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
        }

@-webkit-keyframes rota {
    from {
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rota {
    from {
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes opa {
    0% {
    }

    12.0% {
        opacity: 0.80;
    }

    19.5% {
        opacity: 0.88;
    }

    37.2% {
        opacity: 0.64;
    }

    40.5% {
        opacity: 0.52;
    }

    52.7% {
        opacity: 0.69;
    }

    60.2% {
        opacity: 0.60;
    }

    66.6% {
        opacity: 0.52;
    }

    70.0% {
        opacity: 0.63;
    }

    79.9% {
        opacity: 0.60;
    }

    84.2% {
        opacity: 0.75;
    }

    91.0% {
        opacity: 0.87;
    }
}

@keyframes opa {
    0% {
    }

    12.0% {
        opacity: 0.80;
    }

    19.5% {
        opacity: 0.88;
    }

    37.2% {
        opacity: 0.64;
    }

    40.5% {
        opacity: 0.52;
    }

    52.7% {
        opacity: 0.69;
    }

    60.2% {
        opacity: 0.60;
    }

    66.6% {
        opacity: 0.52;
    }

    70.0% {
        opacity: 0.63;
    }

    79.9% {
        opacity: 0.60;
    }

    84.2% {
        opacity: 0.75;
    }

    91.0% {
        opacity: 0.87;
    }
}

#big-blue-btn {
    margin: 20px auto 0;
    width: 340px;
    height: 50px;
    color: #FFF;
    background-color: #78AA1C;
    font-size: 22px;
    padding: 5px 0px;
    transition-duration: 150ms;
    transition-property: background-color;
    font-weight: bold;
}

/*samples*/

section .row.mtop10 {
    margin-top: 10px !important;
}

.content div.row {
    margin-top: 6px !important;
}

.right-margin15 {
    margin-right: 15px;
}

#navigation-tab.button-set .active {
    background: #78AA1C !important;
}

#navigation-tab.button-set .wrongSelection.active {
    background: #FF2D19 !important;
}

.table thead tr th {
    font-family: "Segoe UI Light_","Open Sans Light",Verdana,Arial,Helvetica,sans-serif;
    vertical-align: middle !important;
    font-weight: bold;
    font-style: normal;
    vertical-align: middle;
    text-align: center;
}

.table tbody tr td {
    vertical-align: middle !important;
    text-align: center;
}

.table.switch-data tbody tr td:nth-child(3),
.table.switch-data tbody tr td:nth-child(4),
.table.switch-data tbody tr td:nth-child(5),
.table.switch-data tbody tr td:nth-child(6),
.table.switch-data tbody tr td:nth-child(7),
.table.switch-data tbody tr td:nth-child(8),
.table.switch-data tbody tr td:nth-child(9),
.table.switch-data tbody tr td:nth-child(10),
.table.switch-data tbody tr td:nth-child(11),
.table.switch-data tbody tr td:nth-child(12),
.table.switch-data tbody tr td:nth-child(13),
.table.switch-data tbody tr td:nth-child(14) {
    background: rgba(27, 161, 226, 0.4);
}

.accordion-frame span > span {
    color: #1B6EAE !important;
}

.blue {
    color: #009ade !important;
}

.answer-paragraph {
    color: #1B6EAE !important;
    text-align: justify;
}

.question-answer tr td:nth-child(odd) {
    text-align: right;
    vertical-align: top !important;
}

.askleft.question-answer tr td:nth-child(1), center {
    text-align: left;
    vertical-align: top !important;
}

.question-answer tr td:nth-child(even) {
    text-align: left;
    vertical-align: top !important;
    color: #1B6EAE;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
}

table.w130 tr td:first-child {
    width: 130px;
}

table.w180 tr td:first-child {
    width: 180px;
}

table.w200 tr td:first-child {
    width: 200px;
}

table.w150 tr td:first-child {
    width: 150px;
}

table.w90 tr td:first-child {
    width: 90px;
}

.w70 {
    width: 70px !important;
}

table.w100 tr td:first-child {
    width: 100px;
}

table.w280 tr td:first-child {
    width: 280px;
}

.delivery {
    width: 50%;
    border: 1px solid #eee;
    height: 160px
}

.header-title {
    font-weight: bold !important;
    letter-spacing: 0.7px;
}

.measurement-unit {
    font-size: 11px;
    font-weight: 700 !important;
}

.accordion > .accordion-frame > .content.row {
    padding: 10px 20px 20px !important;
}

.accordion-frame a {
    text-transform: uppercase;
    text-align: left;
}

.accordion-frame div, .accordion-frame table, .accordion-frame span {
    color: #222;
}

.space-elements span + span {
    margin-left: 15px;
}

.paddingtop {
    padding-top: 80px;
}

.metro h2 span {
    font-family: 'Segoe UI Light_', 'Open Sans Light', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0.00em;
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.01em;
}

.time-picker td i {
    font-size: 25px;
    color: #222;
}

.time-picker td {
    text-align: center;
}

    .time-picker td input {
        width: 50px !important;
        text-align: center;
    }

#timer-picker-select label {
    width: auto;
    float: left;
    padding: 30px 10px 30px 5px;
}

.metro .horizontal-menu li {
    margin-left: 0 !important;
}

.dropdown-list {
    border: 1px #d9d9d9 solid;
}

.exterior-option {
    background: #555;
    position: fixed;
    padding: 10px !important;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.2;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .exterior-option:hover {
        opacity: 0.9;
    }

    .exterior-option i {
        font-size: 30px;
        color: #fff;
    }

.notification {
    background-color: rgba(240, 163, 10, 0.92);
    margin-bottom: 10px;
}

    .notification.ok {
        background-color: rgba(0, 171, 169, 0.93);
    }

    .notification.bad {
        background-color: rgba(229, 20, 0, 0.67);
    }

    .notification .notification-header {
        padding: 5px 5px 5px 6px;
        background-color: #666;
    }

        .notification .notification-header span:first-child {
            color: #eee !important;
            font-size: 14.2px !important;
            text-transform: uppercase;
        }

    .notification.bad .notification-body, .notification.ok .notification-body {
        color: #fff;
    }

    .notification .notification-body {
        padding: 5px 6px 0;
        color: #333;
    }

    .notification .notification-footer {
        padding: 5px 6px 0;
        color: #222;
        text-align: justify;
        padding: 7px 6px;
        font-size: 12px;
        color: #fff;
    }

        .notification .notification-footer span + span {
            font-style: italic;
        }

.order-status {
    background-color: #0054A3;
    color: #fff;
    padding: 10px 20px;
    min-height: 110px;
}

    .order-status .status-header {
        font-family: "Segoe UI",Tahoma,Arial,Helvetica,sans-serif;
        color: #fff !important;
    }

    .order-status .status-content {
        margin-bottom: 20px;
    }

        .order-status .status-content p {
            font-family: "Segoe UI",Tahoma,Arial,Helvetica,sans-serif;
            color: #fff !important;
            font-size: 13px;
            margin-top: 10px;
        }

    .order-status .status-footer {
        background: #68217A;
        width: auto;
        padding: 5px 0px;
        color: #fff !important;
    }

        .order-status .status-footer span {
            padding: 0 55px;
        }

    .order-status .status-footer {
        width: 425px;
    }

.red {
    color: #f53e54;
    ;
}

.green {
    color: #5FBD5F;
}

table tr td .input-control.text {
    height: 100%;
    width: 100% !important;
    margin-bottom: 0 !important;
    border: 0 solid transparent;
}

.metro .listview-outlook .list-group .group-title:hover:before {
    color: rgba(111, 120, 139, 1);
}

.metro .listview-outlook .list-group .group-title:before {
    border-bottom: 7px solid #FFF;
}

button.hover {
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -ms-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    button.hover:hover {
        opacity: 0.8;
    }

.bg-lightRed-soft {
    background-color: #FF2D19 !important;
}

.gmaps-notification {
    width: 350px;
}

    .gmaps-notification .subheader-secondary {
        font-size: 1.6rem !important;
        font-weight: 700 !important;
    }

    .gmaps-notification .body, .gmaps-notification .body p {
        font-size: 10pt !important;
    }

.accordion-heading {
    display: block;
    text-decoration: none;
    background-color: #C2D0D7;
    padding: 10px;
    /*width: 100%;*/
    /*position: relative;*/
    text-transform: uppercase;
    text-align: left;
    /*margin-left: -15px;*/
    margin-bottom: 15px;
}

.report-notice {
    background: rgba(104, 33, 122, 0.97) !important;
    position: absolute !important;
    margin-top: 10px;
    margin-left: -40px;
    z-index: 99;
    width: 215px;
}

.animate-show {
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    opacity: 1;
    display: block !important;
}

    .animate-show.ng-hide {
        opacity: 0;
        display: block;
    }

.animate-repeat,
.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

    .animate-repeat.ng-leave.ng-leave-active,
    .animate-repeat.ng-move,
    .animate-repeat.ng-enter {
        opacity: 0;
        max-height: 0;
    }

        .animate-repeat.ng-leave,
        .animate-repeat.ng-move.ng-move-active,
        .animate-repeat.ng-enter.ng-enter-active {
            opacity: 1;
            max-height: 100%;
        }

.full-screen {
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    visibility: visible !important;
}

.advanceMarker {
    cursor: pointer;
    transform-origin: 0px 0px 0px;
    font: 12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif;
}

.pointer {
    cursor: pointer !important;
}

.dg {
    display: inline-block;
    width: 140px;
}


.panel-shadow {
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2) !important;
}

li > .notita {
    position: absolute;
    float: right;
    right: 70px;
    top: -2px;
    display: inline;
    font-size: 11px;
    font-weight: 300;
    text-shadow: none;
    height: 18px;
    padding: 3px 7px 3px 7px;
    text-align: center;
    vertical-align: middle;
    background-color: #F4F5F6;
    background-image: none !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.link-editing {
    padding: 9px 5px 9px 5px;
    font-size: 20px;
}

.employee-view-photo {
    border-style: solid;
    border-radius: 3px;
    border-color: #333;
    box-shadow: 5px 5px 7px rgba(125,125,125,0.2) !important;
    transform: scale(.7);
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.content-header > .breadcrumb-header {
    margin-top: 5px;
}

.badge-sm-details {
    margin-left: 120px;
}

.isycarrusel-caption {
    background: rgba(150, 150, 150, .7);
    color: #fff;
    text-align: center;
    height: 30px;
}

    .isycarrusel-caption > label {
        margin: 5px 0 0 0;
    }

.listing {
    display: inline-block !important;
    padding: 7px;
    margin: 3px auto;
}

@media (max-width: 767px) {
    .listing {
        display: list-item;
    }
}

.custom-overlay {
    position: absolute;
    color: white;
    top: 15px;
    /*left: 30%;*/
    text-align: center;
}

.current-state {
    width: 150px;
    -webkit-transform: rotate(30deg) translate(20px, -18px);
    -moz-transform: rotate(30deg) translate(20px, -18px);
    -ms-transform: rotate(30deg) translate(20px, -18px);
    transform: rotate(30deg) translate(20px, -18px);
    box-shadow: 3px 3px 1px 1px rgba(0,0,0,0.7) !important;
}

.current-state-box-shadow {
    box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.7) !important;
}

.box-border-1 {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.box-border-all-1 {
    border: 1px solid;
}

.color-inside-title {
    color: #5f0000 !important;
}

.typeahead {
    z-index: 1051;
}

.scrollup {
    width: 40px;
    height: 35px;
    opacity: 0.7;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url('/Content/img/isylab/gotop.png') no-repeat;
    background-size: 35px;
}

#newltev {
    opacity: 1;
    position: fixed;
    top: 30%;
    right: 10px;
    font-size: 12px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

#btneditjtm i, #btnsavejtm i, #btncancjtm i {
    font-size: 25px;
}

#btneditjtm:hover i, #btnsavejtm:hover i, #btncancjtm:hover i {
    font-size: 27px;
    right: 12px;
}

#btneditjtm, #btnsavejtm {
    opacity: 1;
    position: fixed;
    bottom: 50px;
    right: 13px;
    border-radius: 30px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

#btncancjtm {
    opacity: 1;
    position: fixed;
    bottom: 95px;
    right: 13px;
    border-radius: 30px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

#btneditjtm i {
    margin: 8px 6px 7px 9px;
}

#btnsavejtm i {
    margin: 8px 8px 7px 10px;
}

#btncancjtm i {
    margin: 8px 9px 7px 10px;
}

#btneditjtm, #btnsavejtm, #btncancjtm {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.65);
    -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.65);
}

/*.form-control {
	box-shadow: 0 0 2px #9b9b9b !important;
	border-radius: 4px !important;
	box-shadow: 0 0 2px rgba(155, 155, 155, 0.5) !important;
	border: 1px solid #c9c9c9 !important;
}

	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
		background-color: #f3f3f3 !important;
	}*/

/*.form-control2 {
	display: block;
	width: 100%;
	min-height: 32px;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #033954;
	border-radius: 4px;
	overflow-x: auto;
	box-shadow: 0 0 2px #373737;
	box-shadow: 0 0 2px rgba(55, 55, 55, 0.7);
	background-color: #f3f3f3;
}*/

.form-control2 {
    display: block;
    width: 100%;
    min-height: 32px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #033954;
    background-color: #fefefe;
    border-left: 1px solid #d5d4f7;
    border-bottom: 1px solid #d5d4f7;
    border-radius: 1px;
    overflow-x: auto;
}

    .form-control2[disabled],
    .form-control2[readonly],
    fieldset[disabled] .form-control2 {
        background-color: #eee;
        opacity: 1;
    }

    .form-control2[disabled],
    fieldset[disabled] .form-control2 {
        cursor: not-allowed;
    }

[data-ng-cloak] {
    display: none !important;
}

#listSide {
    min-height: 65vh;
}

.listing-side {
    height: 65vh;
    overflow-y: auto;
    margin-bottom: 1px;
}

.listing-side-maps {
    height: 78vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 1px;
}

.space-block {
    display: block;
}

.table-mini-text {
    font-size: 12px;
}

.tree-clean-points {
    list-style: none;
    margin-left: -30px;
}

.tree-param-tag {
    margin: 0 5px;
    /*width: 100px;
	text-align: center;*/
}


.reflection {
    margin-top: -5px;
    overflow: hidden;
    height: 30px;
}

    .reflection img {
        -webkit-transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: flipv;
        opacity: 0.20;
        filter: alpha(opacity='20');
        height: 60px;
        width: auto;
        z-index: -1100;
        /*-webkit-transform: scaleY(-1);
		 -moz-transform: scaleY(-1);
			-ms-transform: scaleY(-1);
			 -o-transform: scaleY(-1);
				transform: scaleY(-1);
				 filter: flipv;
	opacity:0.20;
	filter: alpha(opacity='20');*/
    }

.over-reflection {
    z-index: 1000;
    /*width:auto; */
    background-color: white;
    /*-webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0, 1), rgba(0,0,0,1));*/
    filter: progid:DXImageTransform.Microsoft.Gradient( gradientType=0, startColor=0, EndColorStr=#ffffff);
}

/*.overlay {
	position: absolute;
	top: 50px;
	margin-top: -80px;
	width:78px; 
	height:120px; 
	background-image: -moz-linear-gradient(center bottom, #fcfcfc 60%, rgba(255,255,255,0) 75%);
	background-image: 	-o-linear-gradient(rgba(255,255,255,0) 25%, rgb(255,255,255) 40%);
	background-image:     -webkit-gradient(linear, left bottom, left top, color-stop(0.7, rgb(255,255,255)), color-stop(0.9, rgba(255,255,255)));
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColor=0, EndColorStr=#ffffff);
}*/


.ngdialog.ngdialog-theme-default.custom-width .ngdialog-content {
    width: 80%;
}

.ngdialog.ngdialog-theme-plain.custom-width .ngdialog-content {
    width: 80%;
}

.ngdialog.ngdialog-theme-plain.ngdialog-large .ngdialog-content {
    width: 95%;
}

@media (max-width: 768px) {
    .ngdialog.ngdialog-theme-plain.ngdialog-medium .ngdialog-content {
        width: 85%;
    }
}

@media (min-width: 770px) {
    .ngdialog.ngdialog-theme-plain.ngdialog-medium .ngdialog-content {
        width: 55%;
    }
}

@media (min-width: 1920px) {
    .col-fhd-7 {
        width: 63% !important;
    }

    .col-fhd-2 {
        width: 12% !important;
    }
}

.row-negritas {
    font-weight: bold;
}

.filter-padding {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
}

.padding-2 {
    padding: 2px;
}

/* Outline btn Style */
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-default.btn-outline {
    color: #777;
    border-color: #777;
}

.btn-primary.btn-outline {
    color: #428bca;
    border-color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
    border-color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
    border-color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
    border-color: #d9534f;
}

.btn-default.btn-outline:hover {
    color: black;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-default.btn-outline.active {
    color: black;
}

.btn-primary.btn-outline.active,
.btn-success.btn-outline.active,
.btn-info.btn-outline.active,
.btn-warning.btn-outline.active,
.btn-danger.btn-outline.active {
    color: #fff !important;
}

.btn-default.btn-outline:focus {
    color: black;
}

.btn-primary.btn-outline:focus,
.btn-success.btn-outline:focus,
.btn-info.btn-outline:focus,
.btn-warning.btn-outline:focus,
.btn-danger.btn-outline:focus {
    color: #fff !important;
}
/* ******************* */


/* Btn Circle Style */
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle > i {
        vertical-align: middle;
        font-size: 18px;
        margin-left: .5px;
    }

        .btn-circle > i.fa-edit {
            vertical-align: middle;
            font-size: 18px;
            margin-left: 2px;
        }

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }
/* ******************* */

.footer-init {
    margin-bottom: 0px;
    background-color: white;
    width: 100%;
}

.fotter-fixed {
    position: fixed;
    bottom: 0;
}


/***********************************************/
/*************** Button switch  ****************/
/***********************************************/
input[type=checkbox].ace-switch {
    width: 55px;
    height: 20px
}

    input[type=checkbox].ace-switch + .lbl {
        margin: 0 4px;
        min-height: 24px
    }

        input[type=checkbox].ace-switch + .lbl::before {
            font-family: Arial,Helvetica,sans-serif;
            content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
            color: #999;
            font-weight: bold;
            font-size: 11px;
            line-height: 18px;
            line-height: 21px\9;
            height: 18px;
            overflow: hidden;
            border-radius: 12px;
            background-color: #f5f5f5;
            box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.2);
            border: 1px solid #CCC;
            text-align: left;
            float: left;
            padding: 0;
            width: 50px;
            text-indent: -19px;
            text-indent: -21px\9;
            margin-right: 0;
            -webkit-transition: text-indent .4s ease;
            -moz-transition: text-indent .4s ease;
            -o-transition: text-indent .4s ease;
            transition: text-indent .4s ease
        }

        input[type=checkbox].ace-switch + .lbl::after {
            font-family: Arial,Helvetica,sans-serif;
            content: '|||';
            font-size: 10px;
            font-weight: lighter;
            color: #e5e5e5;
            background-color: #FFF;
            text-shadow: -1px 0 0 rgba(0,0,0,0.15);
            text-align: center;
            border-radius: 12px;
            width: 22px;
            height: 22px;
            line-height: 20px;
            position: absolute;
            top: -2px;
            left: -3px;
            padding: 0;
            box-shadow: 0 1px 1px 1px rgba(0,0,0,0.3);
            text-shadow: 0 1px 1px rgba(0,0,0,0.3) inset;
            -webkit-transition: left .4s ease;
            -moz-transition: left .4s ease;
            -o-transition: left .4s ease;
            transition: left .4s ease
        }

    input[type=checkbox].ace-switch:checked + .lbl::before {
        text-indent: 9px;
        color: #FFF;
        background-color: #8ab2c9;
        border-color: #468fcc
    }

    input[type=checkbox].ace-switch:checked + .lbl::after {
        left: 34px;
        background-color: #FFF;
        color: #8ab2c9
    }

    input[type=checkbox].ace-switch.ace-switch-2 + .lbl::before {
        content: "YES\a0\a0\a0\a0\a0\a0\a0\a0NO"
    }

    input[type=checkbox].ace-switch.ace-switch-3 + .lbl::after {
        font-family: FontAwesome;
        font-size: 13px;
        line-height: 23px;
        content: "\f00d";
        top: -1px
    }

    input[type=checkbox].ace-switch.ace-switch-3:checked + .lbl::after {
        content: "\f00c"
    }

    input[type=checkbox].ace-switch.ace-switch-4 + .lbl::before, input[type=checkbox].ace-switch.ace-switch-5 + .lbl::before {
        content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bolder;
        font-size: 12px;
        line-height: 19px;
        height: 20px;
        overflow: hidden;
        line-height: 21px\9;
        border-radius: 12px;
        background-color: #8b9aa3;
        border: 1px solid #8b9aa3;
        color: #FFF;
        width: 52px;
        text-indent: -25px;
        text-indent: -28px\9;
        display: inline-block;
        position: relative;
        margin-right: 8px;
        box-shadow: none;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    input[type=checkbox].ace-switch.ace-switch-4 + .lbl::after, input[type=checkbox].ace-switch.ace-switch-5 + .lbl::after {
        font-family: Arial,Helvetica,sans-serif;
        content: '|||';
        text-shadow: -1px 0 0 rgba(0,0,0,0.2);
        font-size: 7px;
        font-weight: lighter;
        color: #8b9aa3;
        text-align: center;
        position: absolute;
        border-radius: 12px;
        color: #5b6a73;
        top: 2px;
        left: 2px;
        width: 18px;
        height: 18px;
        line-height: 16px;
        background-color: #FFF;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    input[type=checkbox].ace-switch.ace-switch-4:checked + .lbl::before, input[type=checkbox].ace-switch.ace-switch-5:checked + .lbl::before {
        text-indent: 9px;
        background-color: #468fcc;
        border-color: #468fcc
    }

    input[type=checkbox].ace-switch.ace-switch-4:checked + .lbl::after, input[type=checkbox].ace-switch.ace-switch-5:checked + .lbl::after {
        left: 34px;
        background-color: #FFF
    }

    input[type=checkbox].ace-switch.ace-switch-5 + .lbl::before {
        content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO"
    }

    input[type=checkbox].ace-switch.ace-switch-5:checked + .lbl::before {
        text-indent: 8px
    }

    input[type=checkbox].ace-switch.ace-switch-6 + .lbl {
        position: relative
    }

        input[type=checkbox].ace-switch.ace-switch-6 + .lbl::before {
            font-family: FontAwesome;
            content: "\f00d";
            text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
            box-shadow: none;
            border: 0;
            font-weight: lighter;
            font-size: 16px;
            border-radius: 12px;
            display: inline-block;
            background-color: #888;
            color: #f2f2f2;
            width: 52px;
            height: 22px;
            line-height: 20px;
            text-indent: 32px;
            -webkit-transition: background .1s ease;
            -moz-transition: background .1s ease;
            -o-transition: background .1s ease;
            transition: background .1s ease
        }

        input[type=checkbox].ace-switch.ace-switch-6 + .lbl::after {
            content: '';
            text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
            position: absolute;
            top: 2px;
            left: 3px;
            border-radius: 12px;
            box-shadow: 0 -1px 0 rgba(0,0,0,0.25);
            width: 10px;
            height: 10px;
            text-align: center;
            background-color: #f2f2f2;
            border: 4px solid #f2f2f2;
            -webkit-transition: left .2s ease;
            -moz-transition: left .2s ease;
            -o-transition: left .2s ease;
            transition: left .2s ease
        }

    input[type=checkbox].ace-switch.ace-switch-6:checked + .lbl::before {
        content: "\f00c";
        text-indent: 6px;
        color: #FFF;
        border-color: #b7d3e5;
        background-color: #ff893c
    }

    input[type=checkbox].ace-switch.ace-switch-6:checked + .lbl::after {
        left: 32px;
        background-color: #FFF;
        border: 4px solid #FFF;
        text-shadow: 0 -1px 0 rgba(0,200,0,0.25)
    }

    input[type=checkbox].ace-switch.ace-switch-7 {
        width: 75px
    }

        input[type=checkbox].ace-switch.ace-switch-7 + .lbl {
            position: relative
        }

            input[type=checkbox].ace-switch.ace-switch-7 + .lbl::before {
                content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";
                font-weight: bolder;
                font-size: 14px;
                line-height: 20px;
                background-color: #FFF;
                border: 2px solid #AAA;
                border-radius: 0;
                box-shadow: none;
                color: #aaa;
                width: 70px;
                height: 22px;
                line-height: 22px;
                overflow: hidden;
                text-indent: 4px;
                display: inline-block;
                position: relative;
                margin-right: 8px;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease
            }

            input[type=checkbox].ace-switch.ace-switch-7 + .lbl::after {
                content: '\f00d';
                font-family: FontAwesome;
                font-size: 16px;
                position: absolute;
                top: 3px;
                left: 39px;
                width: 32px;
                height: 20px;
                line-height: 18px;
                text-align: center;
                background-color: #aaa;
                color: #FFF;
                border-radius: 0;
                box-shadow: none;
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out
            }

        input[type=checkbox].ace-switch.ace-switch-7:checked + .lbl::before {
            color: #468fcc;
            background-color: #FFF;
            text-indent: -33px;
            border-color: #6fb3e0
        }

        input[type=checkbox].ace-switch.ace-switch-7:checked + .lbl::after {
            left: 3px;
            content: '\f00c';
            background-color: #468fcc;
            color: #FFF
        }
/***********************************************/
/***********************************************/

/* para hacer el header de las tabla fijos*/
.fixed-header {
    position: absolute;
    top: 0px;
}

.fixed-firstcol {
    position: absolute;
    left: 0px;
}

/*nuevos para estados*/
.alert-olive {
    border-color: olive;
    color: #fff !important;
    background-color: olive !important;
}

.box.box-olive {
    border-top-color: olive;
}

.box.box-solid.box-olive {
    border: 1px solid olive;
}

    .box.box-solid.box-olive > .box-header {
        color: #ffffff;
        background: olive;
        background-color: olive;
    }

        .box.box-solid.box-olive > .box-header a,
        .box.box-solid.box-olive > .box-header .btn {
            color: #ffffff;
        }

/*custom yoc*/
.mdb-bg {
    background: #45526E !important;
}

.general-notif-black {
    color: white !important;
    font-style: italic !important;
    font-size: 16px !important;
    border: 1px solid black !important;
    border-radius: 5px !important;
    text-align: center !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.general-notif-danger {
    color: white !important;
    font-style: italic !important;
    font-size: 16px !important;
    border: 1px solid black !important;
    border-radius: 5px !important;
    text-align: center !important;
    background-color: rgb(158, 32, 32) !important;
}

.general-notif-warning {
    color: white !important;
    font-style: italic !important;
    font-size: 16px !important;
    border: 1px solid #bd7400 !important;
    border-radius: 5px !important;
    text-align: center !important;
    background-color: #ff851b !important;
}

.general-notif-green {
    color: rgb(85, 85, 85) !important;
    font-style: italic !important;
    font-size: 16px !important;
    border: 1px solid #7ce484 !important;
    border-radius: 5px !important;
    text-align: center !important;
    background-color: #8aff93 !important;
}

.general-notif-success {
    color: white !important;
    font-style: italic !important;
    font-size: 16px !important;
    border: 1px solid #008d4c !important;
    border-radius: 5px !important;
    text-align: center !important;
    background-color: #00a65a !important;
    box-shadow: 2px 2px 2px #b7b7b7;
}

.general-notif-primary {
    color: white !important;
    font-style: italic !important;
    font-size: 16px !important;
    border: 1px solid #004a89 !important;
    border-radius: 5px !important;
    text-align: center !important;
    background-color: #337ab7 !important;
    box-shadow: 2px 2px 2px #b7b7b7;
}

.weight600 {
    font-weight: 600 !important;
}

.wrapper-cust {
    padding-left: 10px;
    padding-right: 10px;
}

.center-content {
    padding-left: 0;
    padding-right: 0;
}

.list-group-item-cust {
    background-color: antiquewhite;
    margin-bottom: 5px;
    position: relative;
    display: block;
    padding: 7px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.title-custom {
    /*margin: 4px !important;*/
}

.table-text-left tbody tr td {
    text-align: left !important
}

    .table-text-left tbody tr td i {
        font-size: 17px !important;
    }

.disabled-row {
    background-color: #eee; /* Cambia el color de fondo de la fila deshabilitada */
    pointer-events: none; /* Deshabilita la interacción con la fila */
}