﻿
body {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    background: #f4f6f9;
}



.ui-widget {
    font-family: "Open Sans";
    font-size: 14px;
}

    .ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
        font-family: "Open Sans";
        font-size: inherit;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Bold';
}

table.pq-no-wrap > tbody > tr > .pq-grid-cell, table.pq-no-wrap > tbody > tr > .pq-grid-col > .pq-td-div {
    padding: 2px 5px;
}

.chain {
    height: 35px;
    width: auto;
    overflow: hidden;
    padding-right: 8px;
    padding: 0px !important;
}

    .chain ul.steps {
        height: 35px;
        width: auto;
        overflow: hidden;
        list-style: none;
        background: #FEFEFE;
        -webkit-padding-start: 0px;
    }

        .chain ul.steps li {
            position: relative;
            float: left;
            width: auto;
            font-size: 12px;
            height: 35px !important;
            line-height: 35px !important;
            vertical-align: middle;
            padding: 0px 5px 0px 13px;
            margin-right: -1px;
            margin-top: -1px;
        }

            .chain ul.steps li.active {
                background: #EFEFEF;
                line-height: 35px !important;
                padding-right: 10px;
                border: solid 1px rgba(102,102,102,0.5);
                height: 35px !important;
            }

            .chain ul.steps li:before {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 18px 0 18px 10px;
                border-color: transparent transparent transparent rgba(102, 102, 102, .5);
                line-height: 0px;
                position: absolute;
                top: 0px;
                right: -10px;
                z-index: 100;
            }

            .chain ul.steps li:after {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 18px 0 18px 10px;
                border-color: transparent transparent transparent #FEFEFE;
                line-height: 0px;
                position: absolute;
                top: 0px;
                right: -9px;
                z-index: 101;
            }

            .chain ul.steps li > a {
                font-size: 12px !important;
                line-height: 35px !important;
            }

.pq-toolbar {
    padding: 0px;
}

    /*.pq-toolbar .btn {
        padding: 5px 10px;
        height: 30px;
        margin: 0px;
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        border-left: none;
        border-right: none;
        border-color: #a8c4dc;
        border: 1px 0px 1px 0px !important;
    }*/

    /*.pq-toolbar .btn:last-child {
            border-radius: 0px 3px 3px 0px;
            border: 1px 1px 1px 0px !important;
        }*/

    /*.pq-toolbar a {
        color: #fb4242
    }*/

    .pq-toolbar input {
        height: 30px;
    }

    .pq-toolbar .setColumns {
        position: absolute;
        right: 0px;
        top: 5px;
    }

        .pq-toolbar .setColumns .tableColumns {
            width: 32px;
            height: 32px;
            padding: 2px;
            color: #000;
            clear: both;
        }


.main-sidebar .brand-text {
    font-size: 15px !important;
}

#imagepreview {
    z-index: 99999;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    content: "";
    background: none;
    background-color: rgba(0, 0, 0, 0.8);
}

    #imagepreview tr td.bgImage {
        text-align: center;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

        #imagepreview tr td.bgImage a {
            width: 100%;
            height: 100%;
            display: block;
            color: #FFF;
            font-size: 35px;
        }

            #imagepreview tr td.bgImage a div {
                position: absolute;
                right: 10px;
                top: 10px;
                width: 40px;
                height: 40px;
                background-color: rgba(139, 0, 0, 0.7);
                border-radius: 50%;
                line-height: 45px;
            }

                #imagepreview tr td.bgImage a div i {
                    position: absolute;
                    left: 6px;
                    top: 2px;
                }

.loading-image {
    z-index: 99999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 110%;
    height: 110%;
    content: "";
    background: none;
    background-color: rgba(0, 0, 0, 0.80);
}

    .loading-image tr td {
        text-align: center;
        vertical-align: middle;
    }

        .loading-image tr td img {
            height: 50px;
            text-shadow: 1px 1px 15px #000;
        }

.hide {
    display: none;
}


.form-group {
    margin-bottom: 4px;
}

.btn {
    overflow: hidden;
}

.ui-dialog-titlebar-close {
    display: none;
}

select.form-control:not([size]):not([multiple]) {
    height: 30px;
    padding: 2px 5px;
}

.bigBox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 390px;
    height: 150px;
    color: #fff;
    z-index: 99999;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    border-left: 5px solid rgba(0,0,0,.15);
    overflow: hidden;
}

    .bigBox span {
        font-size: 17px;
        font-weight: 300;
        letter-spacing: -1px;
        padding: 5px 0 !important;
        display: block;
    }

    .bigBox p {
        font-size: 13px;
        margin-top: 10px;
    }

#divMiniIcons {
    position: fixed;
    width: 415px;
    right: 10px;
    bottom: 180px;
    z-index: 9999;
    float: right;
}

.botClose {
    position: absolute;
    right: 10px;
    height: 16px;
    width: 15px;
    cursor: pointer;
    font-size: 18px;
    opacity: .5;
    display: block;
    top: 15px;
}

    .botClose:hover {
        opacity: 1;
    }

#divMiniIcons .cajita {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    color: #FFF;
    float: right;
    cursor: pointer;
    display: block;
    background-color: red;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 5px;
}

    #divMiniIcons .cajita:active {
        top: 1px;
        left: 1px;
        position: relative;
    }

.cajita img {
    width: 23px;
    height: 23px;
    padding-left: 3px;
    padding-top: 3px;
}

.bigBox .bigboxicon {
    font-size: 30px;
    text-align: left;
    position: absolute;
    top: 120px;
    left: 6px;
    z-index: 0;
}

.bigBox .bigboxnumber {
    width: 100%;
    text-align: right;
    font-size: 25px;
}

#divSmallBoxes {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.SmallBox {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    color: #fff;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid transparent;
}

    .SmallBox:hover {
        border: 1px solid #fff;
        cursor: pointer;
    }

    .SmallBox .foto {
        font-size: 50px;
        position: absolute;
        left: 17px;
    }

    .SmallBox .textoFull {
        width: 93%;
        float: left;
        padding-left: 20px;
    }

    .SmallBox .textoFoto {
        width: 78%;
        margin: 3px 20px 3px 80px;
        float: left;
    }

.miniPic {
    position: absolute;
    bottom: 8px;
    right: 9px;
}

.miniIcono {
    height: 100%;
    font-size: 20px;
}

.SmallBox span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    display: block;
    margin: 4px 0;
}

.SmallBox p {
    font-size: 13px;
    margin-top: 2px;
}



@media screen and (max-width:450px) and (max-width:767px) {
    #divSmallBoxes {
        position: fixed;
        width: 90%;
        right: 0;
        top: 0;
    }

    .SmallBox {
        width: 95%;
    }

        .SmallBox:hover {
            box-shadow: 0 0 10px #888;
            cursor: pointer;
        }

        .SmallBox span {
            font-size: 16px;
        }

        .SmallBox p {
            font-size: 12px;
            margin-top: 2px;
        }

        .SmallBox .textoFull {
            width: 93%;
            float: left;
            padding-left: 20px;
        }

        .SmallBox .textoFoto {
            width: 55%;
            margin: 3px 20px 3px 80px;
            float: left;
        }

    .bigBox {
        position: fixed;
        right: 10px;
        bottom: 10px;
        background-color: #004d60;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        width: 88%;
        height: 150px;
        color: #fff;
        z-index: 99999;
    }

    .divMessageBox {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.6);
        z-index: 100000;
    }

    .MessageBoxContainer {
        top: 25%;
        color: #fff;
        position: relative;
        width: 100%;
        background-color: #232323;
    }

    .MessageBoxMiddle {
        position: relative;
        left: 0;
        width: 100%;
        padding: 3px;
    }

        .MessageBoxMiddle .MsgTitle {
            font-size: 22px;
        }

        .MessageBoxMiddle .pText {
            font-style: 10px;
        }

    .MessageBoxContainer input {
        width: 50%;
        padding: 5px;
    }

    .MessageBoxContainer select {
        width: 50%;
        padding: 5px;
    }

    .MessageBoxButtonSection {
        width: 100%;
        height: 30px;
    }

        .MessageBoxButtonSection button {
            float: right;
            margin-right: 5px;
            padding-left: 15px;
            padding-right: 15px;
        }
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.fast {
        -webkit-animation-duration: .4s;
        -moz-animation-duration: .4s;
        -ms-animation-duration: .4s;
        -o-animation-duration: .4s;
        animation-duration: .4s;
    }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.square {
    display: block;
    float: left;
    margin-right: 10px;
    height: 20px;
    width: 20px;
}

.content {
    margin-top: 60px;
}

.content-header {
    padding: 10px 5px 5px 10px;
    margin-top: 50px;
    margin-bottom: 0px;
    background: rgba(0,0,0,0.2);
}

.container-fluid {
    background: #f4f6f9;
    overflow: hidden;
    overflow-y: auto;
    /*border: 10px solid #f4f6f9;
    border-right: 5px solid #f4f6f9;*/
    padding: 10px;
}


/*pqgrid begin*/

.pq-grid {
    box-shadow: 0px 0px 2px 1px #555;
    border: 5px solid rgba(0,0,0,0) !important;
}

.pq-grid-row > .pq-grid-cell.pq-focus {
    border: none inherit none none !important;
    outline: none;
}

.pq-grid .btn.fad,
.pq-grid-cell .fad {
    font-family: 'Font Awesome 5 Duotone' !important;
}


.pq-grid .popover {
    background: #fff;
    border-color: rgba(0,0,0,.4);
    padding: 1px 10px;
    /*box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.4);*/
}

    .pq-grid .popover .popover-header {
        background-color: #fafafa;
        border-bottom: 1px solid rgba(247,247,247,.3);
        font-size: 10px;
        color: #336699;
        font-weight: 200;
    }

    .pq-grid .popover .popover-body {
        display: none;
    }

    .pq-grid .popover.right > .arrow:after {
        border-right-color: transparent;
        left: 0;
    }

    .pq-grid .popover.left > .arrow:after {
        border-left-color: transparent;
        left: 0;
    }




.pq-grid .pq-header-outer .swc,
.pq-grid .pq-header-outer .swc i {
    height: 30px;
    margin-left: 0px;
}

    .pq-grid .pq-header-outer .swc i:before {
        height: 22px;
    }

.pq-grid .pq-body-outer .swc,
.pq-grid .pq-body-outer .swc i {
    height: 25px;
    margin-top: -1px;
    margin-left: -1px;
}

.pq-grid .pq-header-outer input[type=textbox] {
    text-align: left;
}

.pq-grid .pq-toolbar btn.btn-toolbar {
    margin-top: -5px;
    margin-left: -10px;
    height: 40px;
    line-height: 32px;
    position: relative;
    margin-bottom: -6px;
    box-shadow: inset 0px 0px 4px 3px rgba(255,255,255,0.4);
    padding: 3px 10px;
}

    .pq-grid .pq-toolbar btn.btn-toolbar:last-child {
        border-radius: 3px 3px 3px 3px !important;
        border: 1px !important;
    }

.pq-grid-header-search-row .pq-grid-hd-search-field {
    height: 30px;
}

.pq-grid-header-table .pq-td-div {
    position: absolute !important;
    bottom: 2px;
    text-align: center;
    width: calc(100% - 3px);
    text-shadow: 1px 1px 1px #FFF;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none;
}

    .pq-grid-header-table .pq-td-div:hover {
        text-decoration: none;
    }

.pq-no-wrap > .pq-grid-row > .pq-grid-cell, .pq-no-wrap > .pq-grid-row > .pq-grid-col > .pq-td-div {
    text-decoration: none;
}

ui-icon {
    all: unset;
}

.pq-header-outer {
    line-height: 14px !important;
}

div.pq-grid * {
    line-height: 14px;
}

.pq-grid label {
    padding-left: 5px;
}

.pq-grid .fad {
    font-family: "Font Awesome 5 Duotone" !important;
    top: 2px;
}

.pq-grid .btn {
    padding: 3px 6px;
    margin-top: -2px;
    border-width: 1px;
    box-shadow: inset 1px 1px 1px 0px #FFF;
}

    .pq-grid .btn.btn-primary {
        background-color: rgba(0, 123, 255, 0.25);
    }

    .pq-grid .btn.btn-success {
        background-color: rgba(40, 167, 69, 0.25);
    }

    .pq-grid .btn.btn-warning {
        background-color: rgba(255, 193, 7, 0.25);
    }

.pq-toolbar .btn {
    padding: 5px 6px;
    margin-top: 0px;
}

.pq-grid.ui-corner-all {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.pq-toolbar .fad {
    /*margin-top: 4px;*/
}

.pq-group-header {
    background: rgba(218, 230, 240, 0.38) !important;
    height: 40px;
}

    .pq-group-header span {
        line-height: 26px !important;
    }

.pq-toolbar label.label {
    margin-left: 3px;
    float: left;
    line-height: 32px;
    margin-right: 5px;
}

.pq-group-icon,
.pq-group-toggle,
.pq-group-remove {
    text-align: center !important;
    font-size: 11px !important;
    top: 0px !important;
    position: relative;
    line-height: 18px !important;
}

    .pq-group-icon:hover,
    .pq-group-toggle:hover,
    .pq-group-remove:hover {
        border-color: transparent !important;
        color: red;
    }


.pq-grid .pq-grid-cell .btn {
    width: 28px;
    height: 28px;
    margin-left: 3px;
}

[role=gridcell].pq-detail-cont-0 {
    /*border-right: 1px solid #a8c4dc;
    border-top: 1px solid #a8c4dc;*/
    background: #a8c4dc;
}

.pq-grid-cell[role=gridcell] {
    line-height: 28px !important;
}

    .pq-grid-cell[role=gridcell] .ui-icon {
        background-image: none;
        text-indent: 0px;
        margin-top: -4px;
    }

        .pq-grid-cell[role=gridcell] .ui-icon.fa {
            width: 100%;
            height: 26px;
            border-radius: 3px;
            border: 1px solid #BDBDBD;
            color: #333;
            font-family: "Font Awesome 5 Duotone" !important;
            line-height: 26px !important;
            vertical-align: middle;
            background: rgba(0,0,0,0.2);
            font-size: 17px !important;
        }

.pq-col-sort-icon {
    position: absolute;
    right: 4px;
}

.pq-col-sort-count {
    font-weight: normal;
    width: 15px;
    font-size: 13px !important;
    position: absolute;
    bottom: -2px;
    color: #2196F3;
    height: 15px;
    left: 0px;
}

/*pqgrid end*/


/*switch begin*/
.swc.normal {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0px;
    position: relative;
}

    .swc.normal i {
        content: "";
        position: absolute;
        top: 0px;
        display: block;
        width: 100%;
        height: 28px;
        border-width: 1px;
        border-style: solid;
        border-color: #ced4da;
        background: rgba(255, 255, 255, 1);
        border-radius: 3px;
    }

        .swc.normal i:before {
            content: "";
            position: absolute;
            z-index: 1;
            top: 5px;
            display: block;
            width: 10px;
            height: 16px;
            opacity: 1;
            box-shadow: 0px 0px 2px 1px #6b787b;
            background: #616161;
            transition-property: left, right;
            transition-duration: 1s, 1s;
            transition-timing-function: ease-in, ease-out;
            -webkit-transition-property: left, right;
            -webkit-transition-duration: 1s, 1s;
            -webkit-transition-timing-function: ease-in, ease-out;
            -moz-transition-property: left, right;
            -moz-transition-duration: 1s, 1s;
            -moz-transition-timing-function: ease-in, ease-out;
            -o-transition-property: left, right;
            -o-transition-duration: 1s, 1s;
            -o-transition-timing-function: ease-in, ease-out;
        }

        .swc.normal i:after {
            content: attr(data-swchoff-text);
            position: absolute;
            font-style: normal;
            font-size: 13px;
            line-height: 28px;
            font-weight: normal;
            color: #495057;
            width: 100%;
            font-family: "Open Sans";
            padding: 0px 5px;
        }

    .swc.normal input:checked + i {
       
    }

    .swc.normal input:not(:checked) + i {
        
    }

    .swc.normal input:checked + i:before {
        right: 5px;
        box-shadow: 0px 0px 2px 1px #22b92d;
        background: #2E7D32;
    }

    .swc.normal input:not(:checked) + i:before {
        left: 5px;
        box-shadow: 0px 0px 2px 1px #FF0000;
        background: #FF4444;
    }

    .swc.normal input:checked + i:after {
        text-align: left;
        content: attr(data-swchon-text);
    }

    .swc.normal input:not(:checked) + i:after {
        text-align: right;
        content: attr(data-swchoff-text);
    }

    .swc.normal > input[type=checkbox] {
        display: none;
    }

    .swc.normal input[disabled] + i {
        background-color: rgba(0,0,0,.1);
    }

.swc-rnd {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0px;
    position: relative;
}

    .swc-rnd i {
        content: "";
        position: absolute;
        top: 0px;
        display: block;
        width: 100%;
        height: 28px;
        border-width: 1px;
        border-style: solid;
        border-color: #ced4da;
        background: rgba(235, 235, 235, 1);
        border-radius: 14px;
    }

        .swc-rnd i:before {
            content: "";
            position: absolute;
            z-index: 1;
            top: 5px;
            display: block;
            width: 16px;
            height: 16px;
            opacity: 1;
            border-radius: 8px;
            transition-property: left, right;
            transition-duration: 1s, 1s;
            transition-timing-function: ease-in, ease-out;
            -webkit-transition-property: left, right;
            -webkit-transition-duration: 1s, 1s;
            -webkit-transition-timing-function: ease-in, ease-out;
            -moz-transition-property: left, right;
            -moz-transition-duration: 1s, 1s;
            -moz-transition-timing-function: ease-in, ease-out;
            -o-transition-property: left, right;
            -o-transition-duration: 1s, 1s;
            -o-transition-timing-function: ease-in, ease-out;
        }

        .swc-rnd i:after {
            content: attr(data-swchoff-text);
            position: absolute;
            font-style: normal;
            font-size: 13px;
            line-height: 28px;
            font-weight: normal;
            color: #495057;
            width: 100%;
            font-family: "Open Sans";
            padding: 0px 5px;
        }

    .swc-rnd input:checked + i {
    }

    .swc-rnd input:not(:checked) + i {
    }

    .swc-rnd input:checked + i:before {
        right: 5px;
        box-shadow: 0px 0px 2px 1px #2E7D32;
        background: #46fe54;
    }

    .swc-rnd input:not(:checked) + i:before {
        left: 5px;
        box-shadow: 0px 0px 2px 1px #FF0000;
        background: #600000;
    }

    .swc-rnd input:checked + i:after {
        text-align: left;
        content: attr(data-swchon-text);
        margin-left: 5px;
    }

    .swc-rnd input:not(:checked) + i:after {
        text-align: right;
        content: attr(data-swchoff-text);
        margin-left: -5px;
    }

    .swc-rnd > input[type=checkbox] {
        display: none;
    }

    .swc-rnd input[disabled] + i {
        background-color: rgba(0,0,0,.1);
    }

.swc.grid {
    display: block;
    width: 100%;
    height: 20px;
    padding: 0px;
    position: relative;
    border-radius: 3px;
    background: transparent;
    margin-top: 3px;
    border: 1px solid rgba(0,0,0,0.2);
    overflow: hidden;
}

    .swc.grid i {
        content: "";
        position: absolute;
        top: 0px;
        display: block;
        width: 100%;
        height: 28px;
        background: rgba(255, 255, 255, 0.2);
    }

        .swc.grid i:before {
            content: "";
            position: absolute;
            z-index: 1;
            top: 3px;
            display: block;
            width: 14px;
            height: 19px;
            opacity: 1;
            border-radius: 3px;
            box-shadow: inset 0 0 7px 1px rgba(0,0,0,0.8);
            background: rgba(4, 159, 250, 0.50);
            transition-property: left, right;
            transition-duration: 1s, 1s;
            transition-timing-function: ease-in, ease-out;
            -webkit-transition-property: left, right;
            -webkit-transition-duration: 1s, 1s;
            -webkit-transition-timing-function: ease-in, ease-out;
            -moz-transition-property: left, right;
            -moz-transition-duration: 1s, 1s;
            -moz-transition-timing-function: ease-in, ease-out;
            -o-transition-property: left, right;
            -o-transition-duration: 1s, 1s;
            -o-transition-timing-function: ease-in, ease-out;
        }

        .swc.grid i:after {
            position: absolute;
            font-style: normal;
            font-size: 16px;
            line-height: 28px;
            font-weight: normal;
            padding-left: 5px;
            padding-right: 5px;
            color: #000;
            width: 100%;
            height: 28px;
            font-family: "Open Sans";
        }

    .swc.grid input:checked + i {
        /*background-color: #B3E5FC;*/
    }

    .swc.grid input:not(:checked) + i {
        /*background-color: rgba(125,0,0,.3);*/
    }

    .swc.grid input:checked + i:before {
        right: 2px;
        transition: right ease-in 1s;
    }

    .swc.grid input:not(:checked) + i:before {
        left: 2px;
        transition: left ease-out 1s;
    }

    .swc.grid input:checked + i:after {
        text-align: left;
        content: attr(data-swchon-text);
        left: 2px;
    }

    .swc.grid input:not(:checked) + i:after {
        content: attr(data-swchoff-text);
        text-align: right;
        right: 2px
    }

    .swc.grid input:indeterminate + i {
        /*background-color: rgba(243, 156, 18, 0.74);*/
    }

        .swc.grid input:indeterminate + i:after {
            content: attr(data-swch-text);
            text-align: center;
            left: 2px;
        }

        .swc.grid input:indeterminate + i:before {
            display: none;
        }

    .swc.grid > input[type=checkbox] {
        display: none;
    }

/*switch end*/

.ui-dialog {
    padding: 0px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    border-radius: 6px;
    padding: 0;
    max-width: calc(100vw - 20px);
}

    .ui-dialog .ui-dialog-titlebar {
        border-radius: 5px 5px 0px 0px !important;
        /*border-bottom: #FFF;
        box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);*/
    }

    .ui-dialog iframe {
        margin: 0px !important;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background: rgba(0,0,0,0.1);
        margin-top: 0;
        /*padding: 5px;*/ */ border-color: #FFF;
        box-shadow: 0 -1px 1px 0px rgba(0,0,0,0.2);
    }

    .ui-dialog .ui-dialog-content {
        padding: 0px;
        background: rgba(0,0,0,0.1);
    }

*:focus, *.focus {
    box-shadow: none;
}


.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, .col-auto, .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, .col-sm-auto, .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, .col-md-auto, .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, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.row {
    margin-right: -3px !important;
    margin-left: -3px !important;
}

.font15px {
    font-size: 15px !important;
}

body.sidebar-hide .content-wrapper, .main-footer, .main-header {
    margin-left: 0px;
}

.main-footer {
    background: rgb(0, 38,100);
    text-shadow: 1px 1px rgba(255,255,255,0.2);
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 11;
    color: #FFF;
}

.change-firm-window {
    top: calc(50% - 75px);
    height: 150px;
}

.login-window {
    top: calc(50% - 135px);
    height: 270px;
}

.password-window {
    top: calc(50% - 85px);
    height: 170px;
}
.change-password-window {
    top: calc(50% - 135px);
    height: 270px;
}

.popup-special {
    position: absolute;
    left: calc(50% - 150px);
    width: 370px;
    background: #DDD;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.6);
    min-width: 300px;
    max-width: 300px;
}

    .popup-special input,
    .popup-special select {
        height: 30px;
        border-radius: 3px !important;
        border: solid 1px rgba(0,0,0,0.2);
    }

    .popup-special label {
        color: rgba(32, 32, 32, 0.6);
        text-shadow: 1px 1px rgba(253, 253, 253, 0.83);
    }

    .popup-special .buttons {
        width: 100%;
        text-align: center;
        padding: 10px 15px;
        border-top: 1px solid rgba(255,255,255,0.6);
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 5px;
        box-shadow: 0px -1px 1px 0px rgba(0,0,0,0.5);
        position: absolute;
        bottom: 0px;
    }


.brand-image {
    float: left;
    line-height: .8;
    max-height: 50px;
    width: auto;
    margin-right: 0;
    margin-top: 0px;
    margin-left: -5px;
    border-radius: 0px 25px 25px 0px;
}

nav {
    font-size: 16px;
    padding-top: 10px;
}

    nav:hover,
    .nav:hover,
    .nav-sidebar:hover {
        border: none !important;
    }



/*.nav-sidebar > .nav-item {
    border-bottom: 1px solid #000;
    box-shadow: 0px 0px 1px 0px #999;
}*/

.sidebar {
    padding: 0;
}

.nav-sidebar {
    border: none;
}

    .nav-sidebar.nav-child-indent .nav-treeview {
        padding-left: 10px;
    }

.sidebar-dark-primary .nav-sidebar > .nav-item:hover,
.sidebar-dark-primary .nav-sidebar > .nav-item.menu-open,
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: #CCC;
    background-color: rgba(255,255,255,0.1);
    text-shadow: 0px 0px 3px #000;
    font-weight: bold;
    /*border-radius: 0px 25px 25px 0px;*/
    /*overflow: hidden;*/
}

.main-sidebar {
    z-index: 953;
    min-height: calc(100vh - 115px) !important;
    overflow-y: hidden;
    box-shadow: 0px 0px 4px 0px #000;
    margin-top: 60px;
    height: calc(100vh - 115px);
}

.main-header {
    min-height: 59px;
    max-height: 59px;
    z-index: 10;
    background: rgb(0, 38, 100);
}

.navbar-expand .navbar-nav .dropdown-menu {
    overflow: hidden;
}

.navbar-nav {
    z-index: 3;
}

.nav-sidebar .nav-item > .nav-link {
    margin-bottom: 0px !important;
}

.nav-sidebar > .nav-item > .nav-treeview {
    margin-top: 5px;
    margin-bottom: 5px;
}

[data-widget=pushmenu] {
    width: 35px;
    height: 35px !important;
    line-height: 37px;
    background: rgba(0,0,0,0.5);
    border-radius: 18px;
    text-align: center;
    padding: 0px !important;
    top: 8px;
    display: none;
}

.navbar-nav .nav-item a.nav-link i {
    width: 35px;
    height: 35px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.50);
    text-align: center;
    line-height: 34px;
    margin-left: 5px;
}

.navbar-nav .nav-user-info1 > * {
    color: rgb(10, 9, 6) !important;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.navbar-nav .nav-item.nav-user-info a.nav-link {
    padding-left: 0px;
}

    .navbar-nav .nav-item.nav-user-info a.nav-link span {
        color: #CCC !important;
        text-shadow: none;
        font-family: 'Open Sans Bold';
        font-weight: 700;
    }



    .navbar-nav .nav-item.nav-user-info a.nav-link .badge {
        color: #FFF !important;
    }

.main-header .navbar-nav .nav-item {
    white-space: nowrap;
}

.dropdown-menu-lg .dropdown-item {
    color: #000 !important;
}

.brand-link {
    height: 60px !important;
    width: 270px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
}

    @media screen and (max-width:450px) {
        .navbar-nav .nav-item.nav-user-info a.nav-link span {
            display: none;
        }

        .brand-link {
            width: 75px;
            overflow: hidden;
        }

        section.content {
            padding: 0px !important;
        }

        .statistics > div > h3 {
            zoom: 50%;
        }
    }

    @media (max-width: 991.98px) {
        .navbar-nav .nav-user-info1 {
            display: none;
        }

        .navbar-nav [data-widget=pushmenu] {
            display: block;
        }
    }

    @media (min-width: 992px) {
        .main-footer {
            margin-left: 0px !important;
        }
    }

    .content-wrapper > .content {
    padding: 0 0 !important;
}

.ui-dialog {
    border: none !important;
    overflow: hidden;
}

    .ui-dialog .ui-widget-header {
        border: none;
        background: #1976D2 !important;
        color: #FAFAFA !important;
        font-weight: bold;
    }

.ui-widget-overlay {
    background: #000;
    opacity: 0.4;
}

/*Hat Durumları*/
span.HatDurumu.line-red {
    height: 35px;
    background: red;
    display: block;
    width: 120px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    font-family: open sans bold;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,1);
    box-shadow: inset 1px 1px 1px 0px rgba(255,255,255,0.5), 0px 0px 5px 0px rgba(0,0,0,1);
    margin-top: 5px;
    margin-left: 15px;
}

    span.HatDurumu.line-red:before {
        content: "KIRMIZI HAT";
        text-shadow: 3px 3px 4px rgba(0,0,0,1);
        font-size: 17px;
    }

span.HatDurumu.line-blue {
    height: 35px;
    background: blue;
    display: block;
    width: 120px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    font-family: open sans bold;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,1);
    box-shadow: inset 1px 1px 1px 0px rgba(255,255,255,0.5), 0px 0px 5px 0px rgba(0,0,0,1);
    margin-top: 5px;
    margin-left: 15px;
}

    span.HatDurumu.line-blue:before {
        content: "MAVI HAT";
        text-shadow: 3px 3px 4px rgba(0,0,0,1);
        font-size: 17px;
    }

span.HatDurumu.line-yellow {
    height: 35px;
    background: yellow;
    display: block;
    width: 120px;
    line-height: 32px;
    text-align: center;
    color: #212121;
    font-family: open sans bold;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: inset 1px 1px 1px 0px rgba(255,255,255,0.5), 0px 0px 5px 0px rgba(0,0,0,1);
    margin-top: 5px;
    margin-left: 15px;
}

    span.HatDurumu.line-yellow:before {
        content: "SARI HAT";
        text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
        font-size: 17px;
    }

span.HatDurumu.line-white {
    height: 35px;
    background: white;
    display: block;
    width: 120px;
    line-height: 32px;
    text-align: center;
    color: #212121;
    font-family: open sans bold;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: inset 1px 1px 1px 0px rgba(255,255,255,0.5), 0px 0px 5px 0px rgba(0,0,0,1);
    margin-top: 5px;
    margin-left: 15px;
}

    span.HatDurumu.line-white:before {
        content: "BEYAZ HAT";
        text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
        font-size: 17px;
    }


#socketstate {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    bottom: 5px;
    box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.5);
    background-color: rgba(0,255,0,1);
    animation: blinker 500ms linear infinite;
}

    #socketstate.disconnected {
        animation: none;
        background-color: rgba(255,0,0,1)
    }

    #socketstate.disconnected {
        animation: none;
        background-color: rgba(255,0,0,1)
    }

@keyframes blinker {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }

    100% {
        opacity: 1;
    }
}

.chart-box {
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
}



.chart-line {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


    .chart-line:last-child {
        border-bottom: none;
    }

.chart-label {
    font-size: 10px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chart-graph {
    float: left;
}

.chart-value {
    font-size: 10px;
    top: -10px;
    position: relative;
    left: 3px;
}

.small-box > .small-box-footer {
    z-index: 0;
}

.hatlar {
    display: inline;
}

    .hatlar .hat {
        float: left;
        padding: 0px 4px;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 3px;
        margin-left: 3px;
        margin-right: 3px;
        min-width: 30px;
        line-height: 30px;
        vertical-align: middle;
        text-align: center;
        display: table-cell;
        font-weight: 600;
    }

        .hatlar .hat:empty {
            display: none;
        }

    .hatlar .hat-k {
        background: #ff0000;
        color: #FFF;
    }

    .hatlar .hat-s {
        background: #ffc107;
        color: #000;
    }

    .hatlar .hat-m {
        background: #0026ff;
        color: #FFF;
    }

    .hatlar .hat-y {
        background: #4cff00;
        color: #000;
    }

    .hatlar .hat-b {
        background: #ffFFFF;
        color: #999;
    }

    .hatlar .hat-label {
        border: none;
        line-height: 30px;
    }

.zoomer{
    zoom: 0.8;
}


@media screen and (min-width:1299px) {
    .zoomer {
        zoom: 0.7;
    }
}

@media screen and (min-width:1024px) {
    .zoomer {
        zoom: 0.50;
    }
}
@media screen and (max-width:1023px) {
    .zoomer {
        zoom: 0.45;
    }
}

@media screen and (max-width:766px) {
    .zoomer {
        zoom: 0.35;
    }
}

@media screen and (max-width:480px) {
    .zoomer {
        zoom: 0.25;
    }
}

