﻿.hide {
    display: none;
    width: 0px;
    height: 0px;
    position: absolute;
    visibility: hidden;
}

input:read-only {
    background-color: rgb(250, 250, 250);
    border: 1px dashed rgb(0, 0, 0);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

    input:read-only:focus {
        border: 1px dashed #CC3300;
    }

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateZ(360deg);
    }
}

@keyframes loader {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

.lgn_btn {
    border: 1px solid rgb(225, 225, 225);
    width: 82px;
    height: 30px;
    background-color: rgb(241, 241, 241);
}

    .lgn_btn:hover {
        cursor: default;
        color: white;
        background-color: rgb(119, 126, 136);
    }

/*#region Grid Styling */
.c1-lock{
        display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/resx/images/lock.png);
    background-size: contain;
    background-repeat:no-repeat;
    background-position:center
}
/*#endregion */

/*#region Validation */
.field-validation-error {
    color: rgb(255, 137, 137);
    font-size: 12px;
}

.field-validation-valid {
    display: none;
    font-size: 12px;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
    font-size: 12px;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
    font-size: 12px;
}

.validation-summary-valid {
    display: none;
    font-size: 12px;
}
/*#endregion */

/*#region Custom Control Styling*/
.checkbox-bslide {
    display: inline-block;
    width: 40px;
    height: 10px;
    background: #555;
    margin: 0px 0px;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
}

    .checkbox-bslide label {
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        transition: all .5s ease;
        top: -3px;
        left: -3px;
        background: #ccc;
        cursor: pointer;
        position: absolute;
    }

    .checkbox-bslide input[type=checkbox]:checked + label {
        left: 27px;
    }

    .checkbox-bslide > input[type=checkbox] {
        opacity: 0;
        margin: 0;
    }

    .checkbox-bslide > label > input[type=checkbox] {
        opacity: 0;
        margin: 0;
    }

    .checkbox-bslide > span {
        top: 10px;
    }

.checkbox-gslide {
    display: inline-block;
    width: 30px;
    height: 10px;
    background: #333;
    margin: 0px 0px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}

.checkbox-xgslide:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0px;
    height: 2px;
    width: 40px;
    background: #626262;
}

.checkbox-gslide label {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: all .5s ease;
    top: -4px;
    left: 0px;
    z-index: 1;
    background: #ddd;
    cursor: pointer;
    position: absolute;
}

.checkbox-gslide input[type=checkbox]:checked + label {
    left: 13px;
    background: #26ca28;
}

.checkbox-gslide > input[type=checkbox] {
    display: none;
}

.checkbox-gslide > span {
    top: 10px;
}

.checkbox-round {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #ddd;
    margin: 0px 0px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    cursor: pointer;
}

    .checkbox-round label {
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        transition: all .5s ease;
        top: 1px;
        left: 1px;
        z-index: 1;
        background: #868686;
        cursor: pointer;
        position: absolute;
        box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
    }

    .checkbox-round input[type=checkbox]:checked + label {
        background: #26ca28;
    }

    .checkbox-round > input[type=checkbox] {
        display: none;
    }

    .checkbox-round > span {
        top: 10px;
    }

.checkbox-holo {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 0px;
    position: relative;
    cursor: pointer;
}

    .checkbox-holo label {
        width: 18px;
        height: 18px;
        transition: all .5s ease;
        top: 1px;
        left: 1px;
        z-index: 1;
        background: #FBFBFB;
        border: 1px solid #ddd;
        cursor: pointer;
        position: absolute;
    }

    .checkbox-holo input[type=checkbox]:checked + label:after {
        opacity: 1;
    }

    .checkbox-holo label:after {
        opacity: 0.2;
        content: '';
        position: absolute;
        width: 9px;
        height: 5px;
        background: transparent;
        top: 3px;
        left: 3px;
        border: 3px solid #333;
        border-top: none;
        border-right: none;
        transform: rotate(-45deg);
    }

    .checkbox-holo label:hover::after {
        opacity: 0.4;
    }

    .checkbox-holo > input[type=checkbox] {
        display: none;
    }

    .checkbox-holo > span {
        top: 10px;
    }

.c1-ctrls {
    width: 15px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    border: solid 1px rgb(185, 185, 185);
    color: transparent;
    padding-left: 160px;
    cursor: default;
}

    .c1-ctrls:hover {
        border-color: #6EBF80;
        box-shadow: 0px 0px 3px -1px black;
    }

    .c1-ctrls.c1-ctrls-gen {
        background-image: url(/Resx/Images/ctrl_gen.png);
    }
/*#endregion */

/*#region Form Styling */
fieldset {
    border: 1px solid grey;
    margin: 0px;
    padding: 5px 5px 5px 10px;
}

.flayout {
    color: black;
    min-width: 940px;
}

    .flayout > div >  ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .flayout > div > ul > fieldset > li > div:nth-child(1), .flayout > div > ul > li > div:nth-child(1) {
        width: 430px;
        height: 25px;
        display: inline-block;
        margin-right: 40px;
    }

    .flayout > div > ul > fieldset > li > div:nth-child(2), .flayout > div > ul > li > div:nth-child(2) {
        width: 430px;
        height: 25px;
        display: inline-block;
        float: right;
    }

    .flayout > div > ul > fieldset > li, .flayout > div > ul > li {
        padding: 10px 5px;
        border-bottom: solid 1px rgb(231, 231, 231);
    }

        .flayout > div > ul > fieldset > li:nth-child(odd), .flayout > div > ul > li:nth-child(odd) {
            background-color: rgba(250, 250, 250, 0.36);
        }

        .flayout > div > ul > fieldset > li > div > div, .flayout > div > ul > li > div > div {
            float: right;
        }

form span.k-tooltip {
    position: absolute;
    display: block;
}

.flayout cite {
    color: red;
}

    .flayout cite[required] {
        color: red;
        font-weight: bolder;
    }

    .flayout cite[readonly] {
        display: none;
    }

.forminput {
    height: 24px;
    width: 190px;
    border-radius: 10px;
    border: solid 1px rgb(170, 170, 170);
    padding: 0px 8px;
}

.formcontainer {
    margin: 2px;
    padding: 4px;
    background: linear-gradient(180deg, rgba(247, 247, 247, 1) 0%,rgba(223, 223, 223, 1) 100%);
    border-bottom: 2px solid rgb(168, 168, 168);
    height: 35px;
}

.formspan {
    font-family: "segoe ui";
    font-weight: bold;
    display: inline-block;
    width: 160px;
    padding-top: 5px;
}

.formspancontent {
    font-family: "segoe ui";
    display: inline-block;
}

[data-_type="submitbar"]{
    position: relative;padding: 5px;box-sizing: border-box;display: flex;flex-direction: column;align-items: flex-end;min-height:fit-content;
}
[data-_type="submitbar"] progress{
    margin:5px 0px;
}
[data-_type="formgroup"]{
    display: flex; flex-direction: column; height: 100%;
}
[data-_type="form"]{
    flex-grow: 1; overflow: auto
}
/*#endregion */

/*#region Category Styling */
.panel_holder {
    display: inline-block;
    width: 260px;
    height: 80px;
    margin: 5px;
    padding: 2px;
    cursor: pointer;
    border: 2px solid rgb(245, 245, 245);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .panel_holder:hover {
        background-color: rgba(131, 162, 192, 0.13);
        border: 2px solid rgb(208, 220, 235);
    }

.panel_title {
    font-size: 13px;
    font-weight: 500;
    color: rgb(36, 83, 143);
    height: 25px;
    margin-bottom: 2px;
    border-bottom: 1px solid rgb(167, 167, 167);
}

.panel_desc {
    font-size: 12px;
    color: rgb(4, 9, 19);
}

.panel_body {
    float: left;
    width: 79%;
    height: 100%;
}

.panel_icon {
    float: left;
    margin-right: 4px;
    height: 50px;
    width: 50px;
}

.in_subgroup {
    text-align: center;
    width: 100%;
    height: 35px;
    font-size: 25px;
    font-weight: 100;
    box-shadow: 0px 0px 7px -2px;
}

.catstrip.k-panelbar > .k-item > .k-link, .catstrip.k-panel > .k-item > .k-link {
    zoom: 1.3;
}
/*#endregion */

/*#region  Kendo Override */
.k-tabstrip > .k-content {
    margin: 0px;
}

.k-tabstrip-items .k-state-default {
    border-top-width: thick;
    border-color: #FFFFFF;
}

.k-tabstrip-items .k-state-active {
    border-left-color: white;
    border-right-color: white;
    border-top-color: #7ea700;
}

.k-tabstrip .k-state-active {
    box-shadow: 0px -5px 10px -1px #D4D4D4;
}

.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
    color: #000000;
}

.k-tabstrip .k-content.k-state-active {
    color: #000000;
    border-color: #FFFFFF;
}

.k-toolbar {
    border-color: transparent;
}

.k-window-action .k-link {
    padding-left: 7px;
    padding-right: 7px;
}

.k-window-title {
    top: 4px;
    background-image: url(/Resx/Images/icon.ico);
    background-size: contain;
    padding-left: 25px;
    background-repeat: no-repeat;
    font-size: 13px;
}

.k-autocomplete, .k-combobox, .k-datepicker, .k-timepicker, .k-datetimepicker, .k-numerictextbox, .k-dropdown, .k-selectbox, .k-textbox {
    width: 13.4em;
}

.k-dirty {
    position: absolute;
    width: 11px;
    height: 11px;
    border-style: solid;
    border-width: 3px;
    border-color: rgba(255, 255, 255, 0) transparent transparent rgba(255, 0, 0, 0);
    margin: -0.6em 0 0 -1em;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    background: url(/Resx/Images/grid_error.png);
    background-size: 11px;
    background-repeat: no-repeat;
}

.k-expand-prev {
    background-color: #0FBB00;
}

.k-collapse-prev {
    background-color: #09F;
}

.k-grouping-header {
    color: black;
}

.k-block, .k-widget, .k-popup, .k-content, .k-toolbar, .k-dropdown .k-input {
    color: black;
}

.k-header, .k-treemap-title, .k-grid-header .k-header > .k-link {
    color: black;
}

.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup {
    color: black;
}

.k-button {
    border-color: #EFEFEF;
    color: rgb(90, 90, 90);
}

.k-i-custom {
    background-position: -64px -288px;
}

.k-link:not(.k-state-disabled):hover > .k-i-custom, .k-state-hover > .k-i-custom, .k-state-hover > * > .k-i-custom, .k-button:hover .k-i-custom, .k-textbox:hover .k-i-custom, .k-button:active .k-i-custom {
    background-position: -80px -288px;
}

.k-i-minimize {
    background-position: -115px -113px;
}

.k-link:not(.k-state-disabled):hover > .k-i-minimize, .k-state-hover > .k-i-minimize, .k-state-hover > * > .k-i-minimize, .k-button:hover .k-i-minimize, .k-textbox:hover .k-i-minimize, .k-button:active .k-i-minimize {
    background-position: -141px -113px;
}

.k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox > input, .k-multiselect-wrap {
    color: #000000;
}

.k-edit-cell input[type="checkbox"] {
    margin-left: 2px;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: black;
}

div.k-window-content {
    padding: 0px;
    overflow: hidden;
}

.k-widget.k-tooltip-validation {
    border-color: #ffe13a;
    background-color: #ffe13a;
    color: #000000;
}
/*
.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list>.k-state-selected, .k-list>.k-state-highlight, .k-panel>.k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    color: #fff;
    background-color: #729cad;
    border-color: #1d4150;
}
.k-autocomplete.k-state-hover, .k-picker-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-dropdown-wrap.k-state-hover {
    background-image: none,linear-gradient(to bottom,#a1aec5 0,#77929e 100%);
}

.k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused {
    background-image: none,linear-gradient(to bottom,#a1aec5 0,#77929e 100%);
}

.k-button:hover, .k-button.k-state-hover, .k-button:focus, .k-button.k-state-focused, .k-textbox:hover, .k-state-hover, .k-state-hover:hover, .k-pager-wrap .k-link:hover, .k-other-month.k-state-hover .k-link, div.k-filebrowser-dropzone em, .k-draghandle:hover {
    background-image: none,linear-gradient(to bottom,#d7dfef 0,#a9bcc5 100%);
}
*/
[data-_type="toolbar"] {
    background-image: none,linear-gradient(to bottom,#ffffff 0,rgba(232, 232, 232, 0.27) 50%);
    padding: 5px;
    min-height: 48px;
    box-sizing: border-box;
}

.k-window.k-state-focused {

}
.k-window:not(.ngi-wnd-focused) {
    opacity:0.7;
}
.k-window.ngi-wnd-focused {
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
}

/*#endregion */

/*#region Desktop Related */
#topbar, #xtopbar {
    background: rgb(17, 17, 17);
    position: absolute;
    top: 0px;
    height: 70px;
    width: 100%;
    -moz-transition: all 1s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#rightbar, #xrightbar {
    background: rgb(17, 17, 17);
    position: absolute;
    top: calc(50% - 245px);
    height: 500px;
    right: 0px;
    width: 70px;
    -moz-transition: all 2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#taskbar {
    bottom: 0px;
    background: rgb(15, 15, 15);
    position: absolute;
    height: 45px;
    width: 100%;
    z-index: 99999;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
}

#taskbarpop {
    z-index: 99999;
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 10px;
}

#desktop {
    height: calc(100% - 45px);
    position: absolute;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    background-image: url(/resx/images/comp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 290px;
}

#showdesktop {
    margin-left: 1px;
    display: inline-block;
    float: right;
    height: 45px;
    width: 14px;
}

    #showdesktop:hover {
        background-color: rgba(143, 193, 212, 0.55);
    }

#datetime {
    float: right;
    height: 45px;
    width: 78px;
    color: white;
    text-shadow: 1px 0px 4px rgb(0, 0, 0);
    padding-top: 9px;
    font-size: 12px;
    text-align: center;
    cursor: default;
}

#start:focus {
    background-color: rgba(97, 123, 142, 0.61);
}

#start:hover {
    background-color: rgb(78, 78, 78);
}

#start > span {
    width: 70%;
    height: 90%;
    /* background-image: url(/Resx/Images/IMAGES-Neutron_200x211.png); */
    position: relative;
    background-repeat: no-repeat;
    background-position: 49% 0px;
    background-size: contain;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.launcher {
    background-color: #c3c3c3;
    width: 35%;
    height: 35%;
    margin: 3px;
    transition: all 0.3s;
    border-radius: 3px;
}

#start:hover .launcher {
    background-color: #ddeaf3;
    width: 25%;
    height: 25%;
    transform: rotateZ(45deg);
    border-radius: 8px;
}

.tbicons:hover {
    background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.48) 40%,rgba(255, 0, 0, 0) 60%), linear-gradient(-30deg, rgba(237, 247, 129, 0.8) 30%,rgba(255, 255, 255, 0) 60%);
}

.tbicons {
    background-color: rgba(255, 255, 255, 0.17);
    width: 60px;
    height: 45px;
    float: left;
    margin: 0px 1px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
}

.currentIcon {
    background-color: rgba(255, 255, 255, 0.45);
}

.tbicons > span {
    margin: auto;
    display: block;
    position: relative;
    width: 67.5%;
    height: 90%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/Resx/Images/umodule.png)
}

.tbiconst {
    width: 58px;
    height: 45px;
    float: left;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
}

.diconholder {
    cursor: default;
    width: 100px;
    height: 95px;
    bottom: 0px;
    display: inline-table;
    border: 2px solid rgba(255, 255, 255, 0);
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
        padding: 2px;
    box-sizing: border-box;
}

    .diconholder:hover {
        background-color: rgba(202, 219, 238, 0.18);
        border: 2px solid rgba(154, 190, 236, 0.29);
    }

    .diconholder:focus {
        background-color: rgba(202, 219, 238, 0.18);
        border: 2px solid rgba(154, 190, 236, 0.29);
    }

.dicon {
    background-color: rgba(173, 173, 173, 0);
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.dtitle {
    margin-top: 8px;
    text-align: center;
    overflow: hidden;
    color: white;
    text-shadow: 0px 0px 4px black, 0px 0px 4px black, 0px 0px 4px black;
    word-break: break-word;
    width: 100%;
    position: relative;
    border-radius: 15px;
}
/*#endregion */

/*#region Search Control */
.xsearchbox {
    width: 155px;
    height: 23px;
    border: 1px solid #FFF;
    border-right-color: rgba(0, 0, 0, 0);
    padding: 0px 4px;
    outline: none;
}

.xsearchsubmit {
    border: none;
    background-color: #FFF;
    width: 25px;
    height: 25px;
    padding: 0px;
    background-image: url(/Resx/Images/img_search.png);
    background-size: 25px;
    -moz-outline: none;
    outline: none;
}

    .xsearchsubmit:hover {
        cursor: pointer;
        background-color: #F1F1F1;
    }

.xsearchgroup {
    width: 190px;
    height: 25px;
    overflow: hidden;
    border: solid 1px rgb(213, 213, 213);
    display: flex;
    min-width: 190px;
}

.src_bar {
    min-width: 960px;
    padding: 5px;
    align-items: center;
    -ms-flex-align:center;
    display:-ms-flexbox;
    display:flex;
}

.src_bar > * {
    margin-right: 5px;
}

.flex_col{
    display:-ms-flexbox;display:flex;-ms-flex-direction: column;flex-direction: column;
}

.SRC_CHK {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
}

.wnd_grid {
    font-size: 12px;
}

.c1-src-active{
    background-color: #3d5366;
}
/*#endregion */

/*#region Action/Notification */

.c1-action-icon {
    height: 18px;
    width: 18px;
    background: url(/Resx/Images/br/IE.ico);
    background-size: contain;
    margin-top: 13px;
    margin-left: 1px;
    display: inline-block;
}

.c1-action {
    margin: 0px 2px;
    display: inline-block;
    float: right;
    height: 45px;
    width: 22px;
}

    .c1-action:hover {
        background-color: rgb(72, 72, 72);
    }
/*#endregion */

/*#region Window Peek */
.tooltip_sub {
    margin: 5px;
    padding: 10px;
    cursor: pointer;
    color: #FFF;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: #2C2C2C;
    -moz-box-shadow: 0px 0px 3px 0px grey;
    -webkit-box-shadow: 0px 0px 3px 0px grey;
    box-shadow: 0px 0px 3px 0px grey;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

    .tooltip_sub:hover {
        background-image: linear-gradient(340deg, rgba(213, 213, 213, 0.78) 0%,rgba(255, 0, 0, 0) 40%);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        background-color: #636363;
        border-radius: 5px;
    }

.peek_holder {
    background-color: rgb(19, 19, 19);
    position: absolute;
    bottom: 45px;
    width: 160px;
    padding: 5px;
    font-size: 11px;
    -moz-box-shadow: 0px 0px 15px 0px rgba(128, 128, 128, 0.47);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(128, 128, 128, 0.47);
    box-shadow: 0px 0px 15px 0px rgba(128, 128, 128, 0.47);
}
/*#endregion */

