/* Minification failed. Returning unminified contents.
(86,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(128,30): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
 */
/*
 ******************************************************************************
 *
 * File: Site.css
 *
 * Description: A lot of styles for Site.css css.
 *
 * Copyright (C) 2017 by Indico Systems AS  http://www.indicosys.com All rights reserved
 *
 * Date: 17.5.2017	 Authors: Konstantin Lanin
 *
 *****************************************************************************
*/

body {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    margin: 0;
    /*background: #ccc;*/
    /*overflow-y: scroll;*/
}

table {
    padding: 0;
    margin: 0;
    border-spacing: 0;
}
td {
    padding: 0px;
}

.header-cont {
    background: #3b5998;
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 2000;
}
header {
    height: 46px;
    color: #ffffff;
    background: #00152e;
    /*width: 1325px;*/
    margin: 0 auto;
}
.headerTable {
    width: 100%;
}
.content {
    /*width: 100%;*/
    background: #fff;
    /*min-height: 600px;*/
    /*margin: 0 auto 0 auto;
    vertical-align: top;

    top: 46px;
    height: calc(100% - 46px);
    bottom: 0px;
    position: absolute;*/
    position: fixed;
    left: 220px;
    top: 46px;
    width: calc(100% - 220px);
    height: calc(100% - 46px);
    overflow: scroll;
}
.footer-cont {
    background: #3b5998;
    width: 100%;
    bottom: 0;
    /*position: fixed;*/
    z-index: 2000;
}
footer {
    height: 46px;
    color: #ffffff;
    background: #3b5998;
    width: 1285px;
    /*width: 100%;*/
    margin: 0 auto;
    line-height: 46px;
    text-align: center;
}

:root {
    --main-bg-color: #00152e;
}

.busyIndicatorPanel {
    display: none;
    z-index: 7000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: wait;
    background: rgba(255,255,255,0.5);
}
.busyIndicatorPanelInner, .busyOverlay {
    position: relative;
    display: block;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    top: 50%;
    left: 50%;
    height: 3em;
    width: 3em;
    margin: -1.5em -1.5em;
}
    .busyIndicatorPanelInner img, .busyOverlay img {
        position: absolute;
        left: 4px;
        top: 4px;
    }

    .busyIndicatorPanelInner > div {
        position: absolute;
        top: 1.5em;
        left: 1.5em;
    }
        .busyIndicatorPanelInner > div:before, .busyIndicatorPanelInner > div:after {
            position: absolute;
            content: '';
            top: -1em;
            transform: translate(-50%, -50%) scale(0);
            background: var(--main-bg-color);
            width: 0.65em;
            height: 0.65em;
            border-radius: 0.5em;
            border: 0.1em solid white;
        }
        .busyIndicatorPanelInner > div:after { top: 1em; }
        .busyIndicatorPanelInner > div:nth-child(1) { transform: rotate(0deg); }
        .busyIndicatorPanelInner > div:nth-child(2) { transform: rotate(45deg); }
        .busyIndicatorPanelInner > div:nth-child(3) { transform: rotate(90deg); }
        .busyIndicatorPanelInner > div:nth-child(4) { transform: rotate(135deg); }

        .busyIndicatorPanelInner > div:nth-child(1):before { animation: busySize 1s linear 0s infinite; }
        .busyIndicatorPanelInner > div:nth-child(2):before { animation: busySize 1s linear 0.125s infinite; }
        .busyIndicatorPanelInner > div:nth-child(3):before { animation: busySize 1s linear 0.25s infinite; }
        .busyIndicatorPanelInner > div:nth-child(4):before { animation: busySize 1s linear 0.375s infinite; }
        .busyIndicatorPanelInner > div:nth-child(1):after { animation: busySize 1s linear 0.5s infinite; }
        .busyIndicatorPanelInner > div:nth-child(2):after { animation: busySize 1s linear 0.625s infinite; }
        .busyIndicatorPanelInner > div:nth-child(3):after { animation: busySize 1s linear 0.75s infinite; }
        .busyIndicatorPanelInner > div:nth-child(4):after { animation: busySize 1s linear 0.875s infinite; }

@keyframes busySize {
    20% { transform: translate(-50%, -50%) scale(0); }
    30% { transform: translate(-50%, -50%) scale(1); }
    100% { transform: translate(-50%, -50%) scale(0); }
}

.busyIndicatorPanel .busyIndicatorPanelInner > div:nth-child(1):before { animation: busySize1 1s linear 0s infinite; }
@keyframes busySize1 {
    00.0% { transform: translate(-50%, -50%) scale(0.0); }
    25.0% { transform: translate(-50%, -50%) scale(0.0); }
    37.5% { transform: translate(-50%, -50%) scale(1.0); }
    100% { transform: translate(-50%, -50%) scale(0.0); }
}
.busyIndicatorPanel .busyIndicatorPanelInner > div:nth-child(2):before { animation: busySize2 1s linear 0s infinite; }
@keyframes busySize2 {
    00.0% { transform: translate(-50%, -50%) scale(0.2); }
    12.5% { transform: translate(-50%, -50%) scale(0.0); }
    37.5% { transform: translate(-50%, -50%) scale(0.0); }
    50.0% { transform: translate(-50%, -50%) scale(1.0); }
    100% { transform: translate(-50%, -50%) scale(0.2); }
}
.busyIndicatorPanel .busyIndicatorPanelInner > div:nth-child(3):before { animation: busySize3 1s linear 0s infinite; }
@keyframes busySize3 {
    00.0% { transform: translate(-50%, -50%) scale(0.4); }
    25.0% { transform: translate(-50%, -50%) scale(0.0); }
    50.0% { transform: translate(-50%, -50%) scale(0.0); }
    62.5% { transform: translate(-50%, -50%) scale(1.0); }
    100% { transform: translate(-50%, -50%) scale(0.4); }
}
.busyIndicatorPanel .busyIndicatorPanelInner > div:nth-child(4):before { animation: busySize4 1s linear 0s infinite; }
@keyframes busySize4 {
    00.0% { transform: translate(-50%, -50%) scale(0.6); }
    37.5% { transform: translate(-50%, -50%) scale(0.0); }
    62.5% { transform: translate(-50%, -50%) scale(0.0); }
    75.0% { transform: translate(-50%, -50%) scale(1.0); }
    100% { transform: translate(-50%, -50%) scale(0.6); }
}
.busyIndicatorPanel .busyIndicatorPanelInner > div:nth-child(1):after { animation: busySize5 1s linear 0s infinite; }
@keyframes busySize5 {
    00.0% { transform: translate(-50%, -50%) scale(0.8); }
    50.0% { transform: translate(-50%, -50%) scale(0.0); }
    75.0% { transform: translate(-50%, -50%) scale(0.0); }
    87.5% { transform: translate(-50%, -50%) scale(1.0); }
    100% { transform: translate(-50%, -50%) scale(0.8); }
}
.busyIndicatorPanel .busyIndicatorPanelInner > div:nth-child(2):after { animation: busySize6 1s linear 0s infinite; }
@keyframes busySize6 {
    00.0% { transform: translate(-50%, -50%) scale(1.0); }
    62.5% { transform: translate(-50%, -50%) scale(0.0); }
    87.5% { transform: translate(-50%, -50%) scale(0.0); }
    100.0% { transform: translate(-50%, -50%) scale(1.0); }
}
.busyIndicatorPanel .busyIndicatorPanelInner > div:nth-child(3):after { animation: busySize7 1s linear 0s infinite; }
@keyframes busySize7 {
    00.0% { transform: translate(-50%, -50%) scale(0.0); }
    12.50% { transform: translate(-50%, -50%) scale(1.0); }
    75.0% { transform: translate(-50%, -50%) scale(0.0); }
    100% { transform: translate(-50%, -50%) scale(0.0); }
}
.busyIndicatorPanel .busyIndicatorPanelInner > div:nth-child(4):after { animation: busySize8 1s linear 0s infinite; }
@keyframes busySize8 {
    00.0% { transform: translate(-50%, -50%) scale(0.0); }
    12.5% { transform: translate(-50%, -50%) scale(0.0); }
    25.0% { transform: translate(-50%, -50%) scale(1.0); }
    87.5% { transform: translate(-50%, -50%) scale(0.0); }
    100% { transform: translate(-50%, -50%) scale(0.0); }
}

.debugPanel {
    z-index: 4000;
    position: fixed;
    bottom: 40px;
    right: 0;
    height: 100px;
    width: 400px;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(0,0,0,0.75);
    display: none;
}
.debugPanelInner {
    position:relative;
    display: block;
    height: 100px;
    width: 400px;
}

.popupPanel {
    display: none;
    z-index: 4000;
    position: fixed;
    bottom: 40px;
    left: 40px;
    min-height: 60px;
    min-width: 400px;
    max-width: 600px;
    background: rgba(90,117,173,239);
    border: 1px solid rgba(29,64,136,239);
    border-radius: 5px;
    box-sizing:border-box;
    opacity: 0.9;
}
.popupPanel.red{
    background: rgba(165,42,42,239);
    border: 1px solid rgba(127,0,0,239);
    
    /*
    Background FromArgb(0xEF, 0xA5, 0x2A, 0x2A)
    BorderBrush FromArgb(0xEF, 0x7F, 0x00, 0x00)
    */
}
.popupPanelInner {
    margin: 10px;
    position:relative;
    display: block;
    color: white;
    font-size: 12pt;
}
.popupPanel .icon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 24px;
}
.popupPanel .header {
    padding: 0 10px 4px 10px;
}
.popupPanel .message {
    padding: 0 10px;
}


.siteTitle {
    position: absolute;
    width: 219px;
    height: 46px;
    background-image: url(/content/img/simple/cloud/cloud48.png);
    background-position: 7px 0px;
    background-repeat: no-repeat;
}
    .siteTitle .siteTitle-div {
        word-break: break-word;
        line-height: 14px;
        margin: 0px 5px 0px 60px;
        position: absolute;
        bottom: 10%;
        max-height: 42px;
        overflow: hidden;
    }

.siteVersion {
    position: relative;
    width: 325px;
    height: 46px;
    right: 0;
    text-align: right;
}

    .siteVersion .siteVersion-cont {
        height: 46px;
        overflow: hidden;
    }

    .siteVersion .siteVersion-div {
        line-height: 16px;
        margin: auto auto 2px auto;
    }

    .siteVersion .siteCopyright {
        margin: 4px 0 auto 6px;
    }

    .siteVersion .personalInfo {
        position: absolute;
        right: 0;
        top: -1px;
        width: 48px;
        height: 48px;
        background: url('/Content/img/Simple/Cloud/Person48.png');
        cursor: pointer;
    }

    .siteVersion .login {
        position: absolute;
        right: 50px;
        width: calc(100% - 90px);
        top: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .siteVersion .personalInformation {
        display: none;
        position: absolute;
        left: -2px;
        top: 46px;
        width: calc(100% + 1px);
        height: 210px;
        background: white;
        border: 1px solid #00152e;
        border-width: 0 0 1px 1px;
        color: black;
        text-align: left;
    }

        .siteVersion .personalInformation .iLogo {
            position: absolute;
            left: 15px;
            top: 10px;
            width: 61px;
            height: 24px;
            text-align: center;
        }

        .siteVersion .personalInformation .sLogo {
            position: relative;
            left: 20px;
            top: 50px;
            width: 100px;
            height: 100px;
            text-align: center;
            vertical-align: middle;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .siteVersion .personalInformation .sLogo img {
                max-width: 100px;
                max-height: 100px;
            }

        .siteVersion .personalInformation .signOut {
            position: absolute;
            right: 15px;
            top: 0px;
            height: 22px;
        }

        .siteVersion .personalInformation .userInfo {
            position: absolute;
            left: 140px;
            right: 20px;
            top: calc(50% - 5px);
            transform: translate(0, -50%);
            /*background: yellow;*/
        }

        .siteVersion .personalInformation .personName {
            font-size: 16px;
            font-weight: bold;
            padding: 0 0 10px 0;
            color: #2b3b57;
            word-break: break-all;
        }

        .siteVersion .personalInformation .username {
            width: 100%;
            word-break: break-all;
        }

        .siteVersion .personalInformation .sTitle {
            color: white;
            font-weight: bold;
            text-align: center;
            width: 100%;
            height: 46px;
            bottom: 0px;
            position: absolute;
            border-top: 1px solid #00152e;
            background: #2b3b57;
        }
            .siteVersion .personalInformation .sTitle > div {
                top: 50%;
                width: 98%;
                transform: translate(0, -50%);
                position: absolute;
                word-break: break-all;
                padding: 0 10px 0 10px;
                box-sizing: border-box;
                right: 1%;
                left: 1%;
            }

.mirror {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

fieldset {
           line-height: normal;
        }
legend{
    margin-left:5px;
}

div.progress {
    width: 100%;
    background-color:  #ddd;
    margin-top:5px;
}
div.bar {
    width: 1%;
    height: 10px;
    background-color: #4CAF50;
}

div.IsIndeterminate {
    margin-left:auto;
    margin-right:auto;
    display:block;
}
/*
 ******************************************************************************
 *
 * File: Main.css
 *
 * Description: A lot of styles for Main.css css.
 *
 * Copyright (C) 2017 by Indico Systems AS  http://www.indicosys.com All rights reserved
 *
 * Date: 17.5.2017	 Authors: Konstantin Lanin
 *
 *****************************************************************************
*/

td.menuPanel {
    overflow: hidden;
    vertical-align: top;
    background: #fff;
    padding: 0;
}

td.contentPanel {
    display: block;
    overflow: hidden;
    background: #fff;
}

.itemPanel {
    overflow: hidden;
    background: #fff;
}

#itemPanelTD > table > tbody > tr > td:nth-child(2), #itemPanelTD > table > tbody > tr > td:nth-child(3) {
    display: none;
}
#itemPanelTD.sesOpen > table > tbody > tr > td:nth-child(2), #itemPanelTD.sesOpen > table > tbody > tr > td:nth-child(3) {
    display: table-cell;
}

div.grip {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 11px;
    height: 100%;
    min-height: 60px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 5px, #777 5px, #777 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 11px);
    margin: 0 -5px 0 -5px;
    cursor: ew-resize;
    z-index: 1000;
}

#menuPanel div.grip {
    left: 219px;
}
/*
 ******************************************************************************
 *
 * File: Validation.css
 *
 * Description: A lot of styles for Validation.css css.
 *
 * Copyright (C) 2017 by Indico Systems AS  http://www.indicosys.com All rights reserved
 *
 * Date: 17.5.2017	 Authors: Konstantin Lanin
 *
 *****************************************************************************
*/

.field-validation-error, label.error {
    color: #f00;
}
label.error{
    display: inline-block;
}
#customRule-error{
    display: block;
}

.field-validation-valid {
    display: none;
}
input.input-validation-error, select.input-validation-error, textarea.input-validation-error, div.input-validation-error, fieldset.input-validation-error,
input.error, select.error, textarea.error, div.error, fieldset.error {
    border: 1px solid #f00 !important;
    background-color: #d77 !important;
}
fieldset.input-validation-error legend{
    background-color: white !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}
.validation-summary-valid {
    display: none;
}
.validation-hidden-input {
    position:absolute;
    visibility:collapse;
}
