﻿



.jskpage-modal-wrapper {
    position: absolute;
    color: #000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background-color: rgba(0,0,0,0.25);
    align-items: center;
    justify-content: center;
}

.jskpage-window-modal {
    position: absolute;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    /*   transition: all .1s linear;*/
}



.jskpage-title {
    height: 52px;
    min-height: 52px;
    width: 100%;
    top: 0;
    display: flex;
    color: #0c6d6d;
    margin-bottom: 10px;
}


    .jskpage-title div:first-child {
        position: absolute;
        left: 0;
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 1.2em;
        margin-left: 10px;
    }

    .jskpage-title div:last-child {
        position: absolute;
        right: 0;
        margin-top: 20px;
        margin-right: 5px;
    }

    .jskpage-title i {
        margin-right: 10px;
        padding: 5px;
    }

        .jskpage-title i:hover {
            cursor: pointer;
        }

.jskpage-body {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    /*    background-color: #ff6a00;*/
}

    .jskpage-body > div {
        position: relative;
    }

.jskpage-footer {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 10px;
}


.jskpage-button-container {
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
    padding-right: 50px;
}




.it-leftmenu-wrapper {
    display: flex;
    flex-direction: row;
}

    .it-leftmenu-wrapper .ul-bag {
        position: relative;
    }

.it-leftmenu {
    list-style: none;
    margin-left: 10px;
}


    .it-leftmenu li {
        min-width: 250px;
        position: relative;
        padding: 5px 10px;
    }

        .it-leftmenu li:hover {
            cursor: pointer;
        }

        .it-leftmenu li:before {
            content: "\00a0 ";
            position: absolute;
            display: block;
            left: -3px;
            min-width: 6px;
            border: solid 1px transparent;
            border-radius: 5px;
        }

        .it-leftmenu li.active:before {
            border-color: transparent;
            background-color: var(--tile_bg );
        }

.it-leftmenu-line {
    border-left: solid 1px #cbcbcb;
}


.it-form-field-view {
    display: inline-block;
    padding: 4px;
    background-color: #dedede;
    width: 100%;
    border-radius: 4px;
    min-height: 32px;
}



.cpcitmnu nav {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #0b4b5c;
    display: block;
    overflow: hidden;
    width: 100%;
}


.widget-menu-nav {
    border-top: none !important;
}


.jskpage-button-container {
    padding-right: 0;
}

.k-form-fieldset {
    margin: 0 0 0;
}


.k-form-field-wrap {
    display: flex !important;
    flex-direction: row;
}

.dock_tab_loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); width: 200px;
    text-align: center;
}