/* Minification failed. Returning unminified contents.
(219,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(262,30): run-time error CSS1039: Token not allowed after unary operator: '-main-bg-color'
 */
/*
 ******************************************************************************
 *
 * File: Login.css
 *
 * Description: A lot of styles for Login.css css.
 *
 * Copyright (C) 2017 by Indico Systems AS  http://www.indicosys.com All rights reserved
 *
 * Date: 17.5.2017	 Authors: Konstantin Lanin
 *
 *****************************************************************************
*/

.loginSelectMainOuter {
    position: relative;
    height: 600px;
    width: 100%;
    display: table;
}
@media(max-width: 600px) {
    .loginSelectMainOuter {
        height: auto;
    }
}
.loginSelectMainInner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: auto auto auto auto;
}
.loginSelectBorderOuter {
    margin: auto auto auto auto;
    border: 1px solid #00152e;
    border-radius: 2px;
}
.loginSelectBorderCenter {
    border: 30px solid #00152e;
    border-radius: 1px;
    position: relative;
}
.loginSelectBorderInner {
    /*border: 1px solid #7F7F7F;*/
    padding: 0;
}

.logoContainer {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.loginSelect {
    width: 228px;
    height: 178px;
    margin: 5px;
    border: 1px solid #fff;
    border-radius: 1px;
}
    .loginSelect:hover {
        /*border: 1px solid #5fb7cc;
        background: #c5e3ed;*/
        background: #2b3b57;
        cursor: pointer;
    }
.loginLogo {
    max-width: 128px;
    max-height: 128px;
    margin: 2px auto 2px auto;
}
.loginHeader {
    word-break: break-all;
    margin: 0px 10px 5px 10px;
    color: white;
}



nav{
    display: block;
}
.menu {
    padding-left:10px;
}
.menu ul {
    list-style:none;
}
.menu li {
    display:inline;
}
.menu a:hover {
    color:red;
}




td.fieldNames {
    line-height: 13px;
    text-align: left;
    padding: 2px 10px;
}
td.validation {
    height: 25px;
    line-height: 13px;
    text-align: center;
    vertical-align: top;
    padding: 4px 10px 0 10px;
    color: #a00;
    font-weight: bold;
}

/*.loginSelectBorderInner td:nth-child(2n+2) {
    background: red;
}*/



.loginSelectBorderInner input[type=text], input[type=password] {
    border: 1px solid #777;
    width: 270px;
    margin: 0;
    height: 22px;
    box-sizing: border-box;
    padding: 3px;
}

.loginSelectBorderInner input[type=submit] {
    width: 270px;
    height: 30px;
    margin-top: 5px;
    box-sizing: border-box;
    background: #2b3b57;
    color: white;
    border: 1px solid #00152e;
    border-radius: 2px;
}
    .loginSelectBorderInner input[type=submit]:hover {
        background: #00152e;
    }

.loginSelectBorderInner .divForCheckBox {
    position: relative;
    width: 270px;
    height: 22px;
    margin: auto auto auto auto;
    text-align: left;
}
.loginSelectBorderInner .divForCheckBox input[type=checkbox] {
    position: absolute;
    width: 18px;
    margin: 2px 4px 2px 0;
    height: 18px;
    text-align: center;
    box-sizing: border-box;
}
    .loginSelectBorderInner .divForCheckBox label {
        position: absolute;
        left: 22px;
        line-height: 22px;
        height: 22px;
    }


.loginSelectBorderInner select {
    width: 270px;
    margin: 0;
    height: 22px;
}
.loginSelectBorderInner span {
    text-align: left;
    display: block;
    margin: 0 36px;
}

.loginSelectMainOuter .validationMessages {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    top: 520px;
    text-align: center;
}
@media(max-width: 600px) {
    .loginSelectMainOuter .validationMessages {
        top: 439px;
    }
}
.loginSelectMainOuter .validation {
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
    color: #a00;
    border: 1px solid #a00;
    border-radius: 3px;
    background: #caa;
}
    .loginSelectMainOuter .validation.Warning {
        background-image: url(/Content/img/Simple/Universal/Warning.png);
        background-repeat: no-repeat;
        background-position: 10px 5px;
        padding: 5px 10px 5px 34px;
    }

a.loginLinks {
    color: #000;
    text-decoration: none;
}
    a.loginLinks:hover {
        color: #000;
    }
    a.loginLinks:visited {
        color: #000;
    }

:root {
    --main-bg-color: #00152e;
}

.busyIndicatorPanel {
    display: none;
    z-index: 7000;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: wait;
    background: rgba(255,255,255,0.5);
}
.busyIndicatorPanelInner {
    position: relative;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    top: 50%;
    left: 50%;
    height: 3em;
    width: 3em;
    margin: -1.5em -1.5em;
}
    .busyIndicatorPanelInner img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .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); }
}
/*
 ******************************************************************************
 *
 * File: scroll-left.css
 *
 * Description: A lot of styles for scroll-left.css css.
 *
 * Copyright (C) 2017 by Indico Systems AS  http://www.indicosys.com All rights reserved
 *
 * Date: 17.5.2017	 Authors: Konstantin Lanin
 *
 *****************************************************************************
*/

.scroll-left {
 height: 25px;	
 overflow: hidden;
 position: relative;
 color: #a00;
}
.scroll-left p {
 position: absolute;
 width: 200%;
 height: 100%;
 margin: 0;
 line-height: 25px;
 text-align: left;
 /* Starting position */
 -moz-transform:translateX(50%);
 -webkit-transform:translateX(50%);	
 transform:translateX(50%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 15s linear infinite;
 -webkit-animation: scroll-left 15s linear infinite;
 animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(50%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(50%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(50%); /* Browser bug fix */
 -webkit-transform: translateX(50%); /* Browser bug fix */
 transform: translateX(50%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}

