﻿@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }


* {
    font-family: 'montserratregular';
}
.input-control.file-container iframe {
    border: 1px solid #999;
    display: block;
    height: 55px;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}
.login-outer, .lost-outer {
    text-align: center;
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    right: 130%;
    background: #fff;
    clip-path: polygon(0 0, 90% 0,100% 50%,90% 100%,0 100%);
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 14%, rgba(247,247,247,1) 46%, rgba(250,250,250,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 14%,rgba(247,247,247,1) 46%,rgba(250,250,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 14%,rgba(247,247,247,1) 46%,rgba(250,250,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.login-outer, .regist-outer {
    text-align: center;
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    right: 130%;
    background: #fff;
    clip-path: polygon(0 0, 90% 0,100% 50%,90% 100%,0 100%);
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 14%, rgba(247,247,247,1) 46%, rgba(250,250,250,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 14%,rgba(247,247,247,1) 46%,rgba(250,250,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 14%,rgba(247,247,247,1) 46%,rgba(250,250,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */        
}

.lost-outer {
    background: rgb(194, 191, 245); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #5D5C58 0%,#5D5C58 14%,#5D5C58 46%,#5D5C58 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #5D5C58 0%,#5D5C58 14%,#5D5C58 46%,#5D5C58 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #5D5C58 0%,#5D5C58 14%,#5D5C58 46%,#5D5C58    100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2bff5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.regist-outer {
    background: rgb(194, 191, 245); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 14%,#ffffff 46%,#ffffff 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#ffffff 14%,#ffffff 46%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffffff 0%,#ffffff 14%,#ffffff 46%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c2bff5',GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.login-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    background-image: url(../images/background/racing.png);
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 0, 100% 0,100% 100%,0 100%,10% 50%);
    left: 160%;
}

    .login-bg::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.65) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    }

.needAuth .login-bg {
    right: -2%;
    left: 60%;
}

.needAuth .login-outer {
    left: -2%;
    right: 0%;
}

.needReset .lost-outer {
    left: -2%;
    right: 31%;
}

.needAuth .login-outer {
    left: -2%;
    right: 0%;
}

.needRegist .regist-outer {
    left: -2%;
    right: 0%;    
}

#loginBlock .login-inner, #loginBlock .lost-inner {
    box-shadow: none !important;
    background: transparent;
    margin-right: 0%;
    height: 100%;
    position: relative;
    max-width: 500px;
    min-height: 175px;
    text-align: left;
    display: inline-block;
}

#loginBlock .login-inner, #loginBlock .regist-inner {
    box-shadow: none !important;
    background: transparent;
    margin-right: 0%;
    height: 100%;
    position: relative;
    max-width: 560px; /*500px*/
    min-height: 175px;
    text-align: left;
    display: inline-block;
}
h1.login-title>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    font-family: montserratbold;
    color: #5d5d58 !important;
}
h1.login-title>img {
    height: 30px;
}
h1.login-title>span {
    border-left: 2px solid #666;
    padding: 3px 0px 1px 14px;
    margin-left: 7px;
}
.login-box, .lost-box {
    flex-direction: row;
    height: 100%;
    display: flex;
}

.login-box, .regist-box {
    flex-direction: row;
    height: 100%;
    display: flex;
    align-content: flex-start;
}

.kolom {
    display: flex;
}

#loginBlock .login-form, #loginBlock .lost-form {
    background: none;
    box-shadow: none;
    align-self: center;
}

#loginBlock .login-form, #loginBlock .regist-form {
    background: none;
    box-shadow: none;
    align-self: center;    
}

.login-form .ow-logo-profile {
    display: none !important;
}

.login-form input, .lost-form input {
    border: 1px #999 solid !important;
    padding: 5px 35px 5px 10px !important;
}

.login-form input, .regist-form input {
    border: 1px #999 solid !important;
    padding: 5px 35px 5px 10px !important;
}

.login-form .input-control, .lost-form .input-control {
    height: 40px !important;
    margin-bottom: 6px !important;
}

.login-form .input-control {
    height: 40px !important;
    margin-bottom: 6px !important;
}
.regist-form .input-control {
    /* height: 30px !important; */
    margin-bottom: 6px !important;
}

.captchaBlock > img {
    border: 1px solid #999;
    border-bottom: 0;
}

.captchaBlock > .input-control, .captchaBlock > .input-control > input {
    border-radius: 0 0 5px 5px !important;
}

a.btnReloadCaptcha {
    top: 1px;
    right: 1px;
    padding: 4px 3px 3px 4px;
    border-radius: 0 3px 0 5px;
}

.aws-body-loader {
    background: rgb(255,255,255);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 14%, rgba(247,247,247,1) 46%, rgba(250,250,250,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 14%,rgba(247,247,247,1) 46%,rgba(250,250,250,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 14%,rgba(247,247,247,1) 46%,rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 );
    color: #933434;
    font-family: montserratbold;
}

    .aws-body-loader, .aws-body-loader h2 {
        color: #933434;
        font-family: montserratbold;
    }

.aws-body-loader-info {
    font-family: montserratregular;
    font-size: 14px !important;
    margin-top: 5px;
    font-weight: bold !important;
    color: #999;
}

.login-outer .button, .login-outer button, .login-button button, .login-button .button {
    border: 0 !important;
}

.ow-login-fields {
    max-width: 250px;
    margin: auto;
}

.ow-regis-fields {
    max-width: 1250px;
    margin: auto;
}

.login-box h1, .lost-box h1 {
    margin: 0 0 20px -2px;
    font-family: montserratbold;
    white-space: nowrap;
    color: #f7f7f7;
}

.login-box div.message-box, .lost-box div.message-box {
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    background: transparent;
    line-height: 1em;
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
    padding: 0;
    text-align: center;
    font-size: 14px;
}

.login-box .input-control > button, .lost-box .input-control > button {
    top: 8px !important;
    right: 8px !important;
}

.bottomlinks a {
    color: #f7f7f7;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    font-size: 11px;
    font-family: montserratbold;
}

.bottomlinks1 a {
    color: rgba(0,0,0,0.7);
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    font-size: 11px;
    font-family: montserratbold;
}

.bottomlinks2 a {
    color: #a72b2a;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    font-size: 11px;
    font-family: montserratbold;
}

.ow-logo {
    background: url(../images/logo-core.png) center no-repeat !important;
    white-space: normal;
    background-size: contain !important;
}

    .ow-logo.anim > h2 {
        display: none;
        color: #fff;
        margin: 0px 0 0 60px;
        font-size: 20px;
        padding-top: 6px;
        width: 150px !important;
        line-height: 1.1em;
    }

.ow-logo-blocks {
    white-space: normal;
    text-align: left;
    margin-right: 0;
    padding: 6px;
}
.bottom-copy {
    color: #a72b2a;
    font-family: montserratbold !important;
    margin-top: 15px;
}
/*.metro .link:hover, .metro a:hover {   origin
    color: rgb(167, 43, 42);
}*/
.metro .link:hover, .metro a:hover {
    color: black;
}

#loginBlock .login-bg > img {
    position: absolute;
    right: 7%;
    top: 10px;
    width: 130px;
}

.ow-bordered-box {
    border-radius: 8px;
    border: 2px solid #fff;
    box-shadow: inset 1px 1px 10px -4px rgba(0,0,0,0.8);
}

.metro .btn-iconbox {
    display: block !important;
    float: none !important;
    position: relative;
    min-height: 40px;
    text-align: left;
    padding: 12px !important;
}

.metro a.btn-iconbox {
    padding-top: 9px !important;
}

.metro .btn-iconbox > i {
    font-size: 15px !important;
    vertical-align: middle;
}

.metro .btn-iconbox > span {
    font-size: 11px !important;
}

.metro .btn-iconbox:hover {
    box-shadow: inset 1px 1px 10px -2px rgba(0,0,0,0.9);
}

.button.btn-iconbox.loadingState {
    position: relative !important;
    overflow: hidden;
    -webkit-animation: BackgroundAnim 2s ease infinite;
    -moz-animation: BackgroundAnim 2s ease infinite;
    -o-animation: BackgroundAnim 2s ease infinite;
    animation: BackgroundAnim 2s ease infinite;
    color: transparent !important;
    background-size: 400% 400% !important;
}

    .button.btn-iconbox.loadingState::before {
        content: 'Loading...';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url(../images/loading.svg) -13px center no-repeat !important;
        z-index: 1;
        background-size: 30% !important;
        padding-top: 11px;
        padding-left: 50px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    }

    .button.btn-iconbox.loadingState > * {
        color: transparent;
    }

.metro .button.primary {
    background: #16499A;
    color: #fff !important;
}

.metro .button.info {
    background: #4390df ;
    color: #fff !important;
}

.metro .button.success {
    background: #60a917;
    color: #fff !important;
}

.metro .button.warning {
    background: #fa6800 ;
    color: #fff !important;
}

.metro .button.danger {
    background: #A92A29;
    color: #fff !important;
}

.metro .button.inverse {
    background: #1d1d1d;
    color: #fff !important;
}

.metro .button.default {
    background: #5D5C58;
    color: #fff !important;
}

.metro .button.register {
    background: #16499A;
    color: #fff !important;
}

.metro .button.disabled, .metro .button[disabled] {
    background: #BBBBBB;
    color: #fff !important;
}

@-webkit-keyframes BackgroundAnim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes BackgroundAnim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@-o-keyframes BackgroundAnim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes BackgroundAnim {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

.message-box.success {
    line-height: 1.3em !important;
}

.ow-login-fields ul.errorList li {
    font-family: montserratbold;
    color: #999;
    font-size: 14px;
}

.aws-body-loader-user > .loader {
    height: 150px;
    margin-top: -75px;
}

.aws-body-loader::before {
    visibility: hidden;
}

.logo-mobile {
    display: none;
}

.withFixedLeftMenu .leftmenu-fixed {
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.7);
}

.leftmenu-fixed a.leftmenu-item {
    color: #999;
}
a.leftmenu-item:hover {
    background-color: #ddd;
}
.leftmenu-fixed a.leftmenu-item > * {
    vertical-align: middle;
}
a.leftmenu-item:hover::after {
    background: #A6292A;
}
.leftmenu-fixed a.leftmenu-item .tooltip {
    position: absolute;
    background: rgb(166, 41, 42);
    padding: 3px 15px 5px 15px;
    border-radius: 0 5px 5px 0;
    top: 0px;
    border:0;
    color: #fff;
}
div#appStageLabel {
    display:none !important;
}
.leftmenu-fixed a.leftmenu-item > label {
    z-index: 2;
}
    .leftmenu-fixed a.leftmenu-item > label > span {
        background: #a6292a;
        color: #fff;
    }
a.leftmenu-item.btn-wsMenu {
    background: #eee;
}
    a.leftmenu-item.btn-wsMenu:hover {
        background: #a6292a;
    }
div#_core_DEFPAGE_HOME {
    background: #e9e9e9;
}
    div#_core_DEFPAGE_HOME.tab-frame.active .form-header {
        top: 0 !important;
        left: 40px;
        right: 0;
        height: 41px;
    }
#_core_DEFPAGE_HOME.tab-frame.active div.form-header, #_core_DEFPAGE_HOME.tab-frame.active div.form-header h1 {
    background: #fff !important;
        height: 40px;
        box-shadow: inset 0px -5px 5px -5px rgba(0,0,0,0.6) !important;
}
    #_core_DEFPAGE_HOME.tab-frame.active div.form-header{
        box-shadow: inset -5px 0px 5px rgba(0,0,0,0.7) !important;
    }
    #_core_DEFPAGE_HOME.tab-frame div.form-header, #_core_DEFPAGE_HOME.tab-frame div.form-header h1 {
    background: #fff !important;
    box-shadow: none !important;
}
.tab-frame.active div.form-header, #formHeader.form-header h1 {
    background: #f6f6f6 !important;
    box-shadow: 0 3px 3px -4px rgba(0,0,0,.7);
}
    #formHeader.form-header h1 img {
        height: 17px;
    margin-top: -2px;
    position: relative;
    }
.page-tabs-container {
    padding-top: 8px;
}
.isHomePage .element.btn-tabitemlist > button {
    background: #fff !important;
}
button.aws-activetabs-counter.element.image-button {
    width: 40px;
    height: 40px;
    background: #fff url(../images/icon-list.png) no-repeat center !important;
    background-size: 16px 10px !important;
}
.metro .image-button span#userDisplayPic, .metro .image-button:active #userDisplayPic {
    display: block;
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 0;
    margin-left: 0;
    z-index: 2;
    text-align: center;
    width: 33px;
    overflow: hidden;
    height: 33px;
    border: 0px solid #fff;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    border-radius: 50% !important;
}
.element.image-button, button.btn-hdrProfile:hover, .element.main-menu:hover, .metro button.btn-hdrProfile:active, .metro .element.main-menu:active {
    background-color: #fff !important;
}
span#userDisplayPic:hover {
    box-shadow: 0 0 5px #a6292a;
}
.navigation-bar-content .element .sub {
    background-color: rgb(166, 41, 42) !important;
}
.metro .breadcrumbs ul li.active a, nav.breadcrumbs > ul > li:first-child a, nav.breadcrumbs > ul > li:first-child a:hover {
    cursor: default !important;
    color: #666;
    font-family: montserratbold;
}
.metro .breadcrumbs ul a:after {
    content: "";
    background: transparent url(../images/icon-path.png) no-repeat top center;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-size: contain;
    top: 7px;
    right: -3px;
}
.metro .breadcrumbs {
    margin: 5px 110px 3px 40px;
}
#formHeader h1, #formHeader h1 a, .metro #formHeader h1 a > i, .form-header h1, .form-header h1 a, .metro .form-header h1 a > i {
    color: #000 !important;
}
.tab-current-title {
    background: #f6f6f6;
    border-radius: 0 8px 0 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
    
}
    .tab-current-title::after {
        display:none;
    }
    .tab-current-title h1 {
        font-size: 14px;
        padding: 0 10px 0 12px;
        color: #333;
        font-family: montserratbold;
        font-weight:bold;
        text-transform: uppercase;
    }

a.link-close-currtab > img {
    display: inline-block;
    margin: 0;
    margin-top: -3px;
    position: relative;
    width: 8px;
}

a.link-close-currtab {
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.page-tabs-container, .page-tabs {
    background: #fff;
}
    .page-tabs-container .page-tabs {
        box-shadow: inset 5px -5px 6px -6px rgba(0,0,0,0.8);
    }
.navigation-bar-content.container::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: -20px;
    height: 5px;
    box-shadow: inset -4px -4px 5px -4px rgba(0,0,0,0.6);
    pointer-events: none;
}
.page-tabs-outer .page-tabs .tabs li a {
    display: block;
    padding: 6px 27px 3px 5px;
    vertical-align: top;
    font-size: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis !important;
    color: #999 !important;
    white-space: nowrap;
    margin-left: 0px;
    background: #f6f6f6;
    box-shadow: inset 2px -6px 5px -6px rgba(0,0,0,0.7) !important;
    border-radius: 5px 5px 0 0;
}
    .page-tabs-outer .page-tabs .tabs li a::before, .page-tabs-outer .page-tabs .tabs li a::after {
        display:none !important;
    }
.page-tabs-outer .page-tabs .tabs li a.tab-close-link {
    border-top: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    margin: -1px 5px;
}
.page-tabs-outer .page-tabs .tabs li.active {
    margin-right: 5px;
}
.page-tabs-outer .page-tabs .tabs li a.tab-label:hover, .page-tabs-outer .page-tabs .tabs li.inactive a.tab-label:hover {
    background: #e7e6e6;
}
.page-tabs-outer .page-tabs .tabs li a.tab-close-link {
    background: transparent url(../images/icon-close.png) no-repeat center !important;
    background-size: 8px 8px !important;
}
.tab-frame.loadingState > .loadingtextblock {
    background: #f6f6f6;
}
.loadingtextblock > .innerblock {
    background: rgba(0, 0, 0, 0.2);
}
.window.shadow {
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: inset 0 0 4px -2px rgba(0,0,0,0.5);
}
.metro .window .caption {
    background-color: #dadada;
    border-top: 8px #dadada solid;
    padding-left: 5px;
}
    .metro .window .caption .title {
        margin-top: 1px;
        margin-left: 4px;
        font-family: montserratregular;
        font-weight: bold;
    }
    .metro .window .caption .title {
        font-size: 12px;
        margin-top: 1px;
        margin-left: 4px;
        position: relative;
        float: left;
        font-family: montserratregular;
        font-weight: bold;
    }
    .metro .window .caption .btn-close, .metro .window .caption .btn-max, .metro .window .caption .btn-min {
        background-color: #c75050;
        color: #fff;
        position: absolute;
        top: -3px;
        right: 5px;
        width: 21px;
        height: 21px;
        min-height:21px;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        padding: 0;
        z-index: 3;
        outline: 0;
    }
    .metro .window .caption .btn-close:after, .metro .window .caption .btn-max:after, .metro .window .caption .btn-min:after {
        content: '\D7';
        position: absolute;
        left: 4px;
        top: 1px;
        margin-left: 0;
    }
.metro button {
    border-radius: 12px;
}
#_core_DEFPAGE_HOME .pinnedapps-block {
    max-width: 100%;
    background: transparent;
    border: 0;
    display: block;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left:5px;
}
.appgrid-item.item > .appgrid-linkremove {
    position: absolute;
    bottom: 0;
    height: 18px;
    left: 5px;
    right:0;
    border-radius: 5px;
    margin-left: -5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
    .appgrid-item.item > .appgrid-linkremove::before {
        content: 'Unpin';
        display: inline-block;
        background: #900;
        color: #fff;
        width: 10px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -5px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding: 0;
        box-sizing: border-box;
        border-radius: 4px;
        font-size: 9px;
        font-weight: bold !important;
        overflow: hidden;
        background-image: url(../images/icon-pin-white.png);
        background-repeat: no-repeat;
        background-size: 10px 11px;
        background-position: 7px 4px;
    }
.appgrid-item.item .content {
    background:#a6292a;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 2;
    position: relative;
    min-height: 45px;
    display: flex;
    flex-direction: row;
    height: 100%;
    border: 1px solid transparent;
    cursor:pointer;
}
.appgrid-item.item:hover .content {
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px -3px rgba(0,0,0,0.5);
    background: rgb(216,216,216); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(216,216,216,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    
}
.appgrid-item.item:hover .content>*, .metro .appgrid-item.item:hover .alternate[class*=icon-]::before {
    color:#333 !important;
}
.appgrid-item.item:hover > .appgrid-linkremove {
    bottom: -18px;
    height: 22px;
}
    .appgrid-item.item:hover > .appgrid-linkremove::before {
        width: 60px;
        margin-left: -30px;
        top: 5px;
        padding: 5px 10px 3px 22px;
    }

.appgrid-item.item {
    display: inline-block;
    background: #fff;
    padding: 0;
    margin: 5px 10px 15px 5px;
    border-radius: 5px;
    position: relative;
    vertical-align: top;
}
.appgrid-item.item:hover > .appgrid-linkremove:hover::before {
    background-color: #e71c1c;
}
    .appgrid-item.item i.icon {
        position: absolute;
        left: 5px;
        top: 50%;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        padding-top: 4px;
        margin-top: -13px;
        font-size: 15px;
        text-align: center;
    }
    .appgrid-item.item label {
        margin-left: 28px;
        font-family: montserratbold;
        text-align: center;
        align-self: center;
        display: block;
        max-width: 80px;
        color: #fff;
    }
h2.section-header {
    font-family: montserratbold !important;
    font-size: 14px;
    margin: 15px 20px 0;
    color: #666;
}
.aws-newsarea-block {
    margin: 0;
    overflow: hidden;
}
.aws-newsarea-inner {
    z-index: 2;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0 -1%;
    padding: 0 20px;
}
.aws-newsitem.item {
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px -4px rgba(0,0,0,0.8);
    cursor: pointer;
    display: inline-block;
    width: 23%;
    margin: 1%;
    min-height: 250px;
    position: relative;
}
    .aws-newsitem.item > .imgheader {
        height: 100% !important;
        background-size: cover;
        background-position: top;
        background-color: rgba(0,0,0,0.3);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .aws-newsitem.item:hover > .imgheader {
        margin-top: -10px;
        height: 110% !important;
        margin-left: -10px;
        margin-right: -10px;
    }
    .aws-newsitem.item .newscontent {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
        color: #fff;
        padding: 10px;
    }
.newscontent .excerpt {
    display: none;
}
.newscontent h2.title {
    font-family: montserratbold;
    color: #fff;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
    max-height: 126px;
    overflow: hidden;
}
.aws_newsdetailview .newstitle {
    padding: 20px 40px 0 20px;
    margin: 0;
    font-family: montserratbold;
    text-transform: uppercase;
}
.aws_newsdetailview .newsmeta {
    padding: 0 20px;
    color: #333;
    font-style: normal !important;
}
.aws_newsdetailview .imgheader {
    height: 250px;
    background-size: cover;
    background-color: #ccc;
    margin: 20px 20px 20px 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.aws_newsdetailview i.linkclose {
    position: absolute;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background: transparent !important;
    border-radius: 5px;
    top: 22px;
    z-index: 1;
    color: #000;
    cursor: pointer;
    font-size: 15px;
    padding-top: 3px;
    text-align: center;
    border: 0 !important;
    font-weight: bold !important;
}
    .aws_newsdetailview i.linkclose:hover {
        background: transparent;
        color: #bd0909;
    }
.aws_newsdetailview .newsdetail {
    padding: 10px 20px;
}
div#formContentOuter::before {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    top: -5px;
    height: 5px;
    left: 0;
    right: 0;
    box-shadow: 0 0 6px -2px rgba(0,0,0,0.9);
    z-index: 5;
}
.filter-panel {
    background: #dedede;
}
.sub-page.withFilters .filter-panel {
    box-shadow: none;
}
.tab-frames .tab-frame .sub-pages {
    padding: 0px 10px 10px;
}
div.page-footer {
    display: none;
}
.metro .table.bordered th {
    font-family: montserratbold;
}
.metro .table.bordered th a {
    display: block;
    font-family: montserratbold;
}
h3.filter-panel-title {
    font-size: 13px;
    margin-bottom: 5px;
    color: #333 !important;
    font-family: montserratbold;
}
    h3.filter-panel-title > i {
        display:none;
    }
#formHeader .toolbar > button > span {
    visibility: hidden;
}

#formHeader .toolbar > button {
    border-radius: 0 !important;
    background-blend-mode: color-dodge;
    mix-blend-mode: multiply;
}
    #formHeader .toolbar > button.btnRefresh, #formHeader .toolbar > button.btnRefresh:hover {
        background: #a6292a url(../images/icon-refresh.png) no-repeat center !important;
        border-radius: 0;
        background-size: 15px 13px !important;
    }
    #formHeader .toolbar > button.btnPin {
        background: transparent url(../images/icon-pin2.png) no-repeat center !important;
        border-radius: 0;
        background-size: 11px 13px !important;
    }
    #formHeader .toolbar > button.btnDraft {
        background: transparent url(../images/icon-draft.png) no-repeat center !important;
        border-radius: 0;
        background-size: 11px 13px !important;
    }
    #formHeader .toolbar > button.btnPin:hover, #formHeader .toolbar > button.btnDraft:hover {
        background-color:#ccc !important;
    }

.btnPin.state-unpin::before, .btnDraft.state-load::before {
    content: '';
    position: absolute;
    right: 7px;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #ff7719;
    border-radius: 50%;
}
.sub-page button.button {
    border-radius: 20px;
    font-family: montserratbold;
    text-transform: uppercase;
    font-size: 9px;
}
.dropdown-menu.tab-list {
    background: #fff;
    border-radius: 5px !important;
}
    .dropdown-menu.tab-list > ul {
        background: #eee;
        box-shadow: inset 0px 0px 4px -1px rgba(0,0,0,0.5);
    }
a.dropdown-toolbar-item > .label {
    color: #333 !important;
    font-size: 10px;
    font-family: montserratbold;
    text-transform: uppercase;
}
a.dropdown-toolbar-item > i {
    display:none !important;
}
a.dropdown-toolbar-item, .metro a.dropdown-toolbar-item:active {
    background:transparent !important;
}
.metro .dropdown-menu .dropdown-toolbar > a {
    margin-top: 0px;
}
a.dropdown-toolbar-item.link-clear-all.button > .label {
    color: #900 !important;
}
.user-notification-block {
    display: none;
}
nav.user-sidebar {
    height: 270px !important;
    background: #fff !important;
    overflow: hidden;
    color: #333;
    border-radius: 0 0 0 8px;
    box-shadow: 0 0 8px -1px rgba(0,0,0,0.8);
    width: 250px !important;
}
    nav.user-sidebar .user-profile-pic {
        width: 130px;
        height: 130px;
    }
.rightMenuEnabled nav.user-sidebar {
    right: 0;
}
nav.user-sidebar.sidebar::before {
    display:none;
}
a.link-close-usersidebar {
    position: absolute !important;
    width: auto !important;
    left: 10px;
    top: 5px;
    right: auto;
    color: #333;
    font-family: montserratbold;
}
    a.link-close-usersidebar::after {
        content: 'CLOSE';
        vertical-align: middle;
        margin-left: 5px;
    }
    a.link-close-usersidebar > img {
        height: 9px;
        vertical-align: middle !important;
        display: inline-block;
    }
div#userProfileName {
    font-size: 14px;
    font-family: montserratbold;
    padding: 6px 10px 0;
    text-overflow: ellipsis;
    color: #666;
}
div#profilePicImgLabel {
    display: none;
}
div#userProfileNrp {
    color: #999;
}
.user-profile-pic .round-pic {
    width: 130px;
    height: 130px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 6px -2px rgba(0,0,0,0.8);
}
.user-sidebar-block {
    height: 270px;
}
.user-profile-buttons {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: 10px 60px 0;
    box-shadow: 0 0 6px -2px rgba(0,0,0,0.8);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
}
    .user-profile-buttons > a {
        display: inline-block;
        padding: 15px 10px;
        background: #fff;
        float: left;
        text-align: center;
        flex-basis: 0;
        flex-grow: 1;
        background-blend-mode: color-dodge;
        mix-blend-mode: multiply;
    }
        .user-profile-buttons > a.info:hover {
            background-color: #4390df !important;
        }
        .user-profile-buttons > a.warning:hover {
            background-color: #fa6800 !important;
        }
        .user-profile-buttons > a.danger:hover {
            background-color: #9a1616 !important;
        }
        .user-profile-buttons > a.warning:hover>img {
            mix-blend-mode: difference;
        }
        .user-profile-buttons > a>img {
            width: 15px;
        }
.metro .dropdown-menu li:hover, .draft-item:hover {
    background: #a12829;
    border-color: #c5c6c7;
    color: #fff;
}
.metro .dropdown-menu li:hover *, .draft-item:hover * {
    color: #fff !important;
}
.leftmenu-fixed-list.aws-draft-counter-list {
    position: fixed;
    z-index: 15;
    background: #fff;
    color: #fff;
    top: 45px;
    bottom: 5px;
    width: 300px;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.9);
    border: none;
}
.leftmenu-fixed-list > .listheader > h2 {
    color: #333;
    font-size: 13px;
    padding: 0 10px;
    font-family: montserratbold;
    text-transform: uppercase;
    margin-top: 7px;
}
.leftmenu-fixed-list.aws-draft-counter-list > .app-draft-items {
    position: absolute;
    top: 40px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: inset 0px 0px 6px -2px rgba(0,0,0,.5);
    background: #fff;
}
a.leftmenu-item.btn-wsMenu:hover>img {
    mix-blend-mode: color-dodge;
}
.metro .sidebar.light li.title, .metro .listview-outlook .list-group .group-title {
    background: #5D5C58 !important;
}
.metro .listview-outlook .list-group .group-title {
    padding: 10px 25px !important;
    box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.7);
    position: relative;
    color: #fff;
}
    .metro .listview-outlook .list-group .group-title:before {
        border-bottom: 7px solid #fff;
    }
    .metro .listview-outlook .list-group .group-title:hover:before {
        border-bottom-color: #fff;
    }
.metro .sidebar.light li.title span {
    font-family: montserratbold;
    font-size: 13px;
    text-transform: capitalize;
}
.metro .sidebar.light li a:hover, .metro .sidebar a:focus {
    background-color: #A6292A;
}
.metro .sidebar a:focus {
    color: #a6292a !important;
    outline: 0;
}
.metro .sidebar.light li:hover a {
    background-color: #A6292A;
    color: #fff;
}
.metro .sidebar.light li:hover ul a:hover {
    background-color: #d5d5d5;
}

.metro .sidebar.light li:hover ul a {
    background-color: #fff;
    color: #000;
}
.metro .main-sidebar-search {
    padding: 10px 10px;
    background-color: #fff !important;
    height: 52px;
    box-shadow: 2px 5px 5px -3px rgba(0,0,0,0.6);
}
.main-sidebar-logo {
    height: 40px;
    background: #fff;
}
    .main-sidebar-logo > .menu-logo {
        height: 20px;
        width: 150px;
        display: inline-block;
        background: transparent url(../images/logo.png) no-repeat left center;
        background-size: contain;
        position: absolute;
        left: 10px;
        top: 12px;
    }
input#txtMainMenuSearch {
    height: 30px;
    background: #eee;
}
a.link-close-sidebar, a.link-expcol-sidebar {
    position: unset;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 6px;
    display: block;
    margin-left: 10px;
}
ul#mainMenuContainer .dropdown-toggle {
    padding-left: 10px;
}

.aws_qrscanner_inner {
    color: #fff;
    box-shadow: 0 0 10px -2px rgba(0,0,0,0.7);
}
    .aws_qrscanner_inner > .note {
        color: #333;
    }

    .aws_qrscanner_inner > h3 {
        color: #666 !important;
        font-family: montserratbold;
        font-size: 20px;
        margin: 0;
    }
.sub-page.withFilters .filter-panel .filter-link-collapse {
    margin-bottom: 0;
    margin-top: 5px;
    width: 25px;
    height: 25px;
    padding-top: 2px;
    border-radius: 50%;
    bottom: 10px;
    top: auto;
}
.metro .breadcrumbs ul a {
    color: #cf651b;
    padding-right: 8px !important;
}
    .metro .breadcrumbs ul a:hover {
        color: #dfae8b;
    }
.metro .breadcrumbs ul li.active a:hover {
    color: #666;
}
.aws-page-loading .aws-body-layer {
    display: none;
}
.navigation-bar-content.container {
    height: 40px;
}
.metro .grid .row {
    margin-top: 10px;
}
.metro .withFilters .grid .row > .filter-panel {
    margin-top: 0px;
}
.metro .grid .row>.filter-panel {
    margin-top: -10px !important;
}
.wideScreen .tab-frames .tab-frame.active .sub-page.withFilters .row>.filter-panel{
    margin-top: 0px !important;
    border-radius:0;
}
.nav-spinner div {
    background-color: #a6292a;
}
.input-control > label {
    display: flex;
    align-items: center;
}
.metro .appgrid-item .alternate[class*=icon-][class*=bg-] {
    background: transparent !important;
}
.metro .appgrid-item .alternate[class*=icon-]::before{
    background: transparent !important;
    color:#fff !important;
    mix-blend-mode: normal;
}
.metro .appgrid-item .alternate[class*=icon-]::after{
    display:none;
}
.upload-page form.upload-form {
    margin: 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.upload-form input#file {
    height: 100%;
    border: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    cursor:pointer;
}
.upload-form .upload-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fbfbfb;
    padding-top: 10px;
    text-align: center;
    color:#999 !important;
    font-style: italic;
}
.upload-form .upload-layer>i {
    color: #333;
    font-size: 17px !important;
}
#formHeader div.message-box.error {
    border: 1px solid #c00;
    border-left: 3px solid #C00;
    background: #FEE;
}
#formHeader div.message-box {
    border: 1px solid #0c0;
    padding: 10px 50px 10px 20px;
    background: #efe;
    display: none;
    position: fixed;
    z-index: 9;
    right: 20px;
    top: 75px;
    border-width: 1px 1px 1px 3px;
}
.message-box a.msg-close {
    position: absolute;
    display: block;
    width: 33px;
    right: 1px;
    top: 1px;
    height: 33px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
}
.metro h1, .metro h2, .metro h3 {
    font-family: "montserrat","Century Gothic",CenturyGothic,AppleGothic,'Segoe UI Light_','Segoe UI Light','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
}
.metro h3 {
    font-size: 1.8rem;
    line-height: 1.8rem;
}
h3.filter-panel-title {
    font-size: 14px;
    font-weight: bold;
}
.smallScreen .container.main-container {
    bottom: 50px;
}

.regist-formcontent>.regist-col {
    display: inline-block;
    vertical-align: top;
    width: 450px;
}
.smallScreen #registBlock_conf {
    text-align:center;
}
.smallScreen .regist-formcontent>.regist-col {
    width: 350px;
    text-align: left;
}
.smallScreen .bottomlinks2 {
    text-align: center !important;
}


.regist-formcontent {
    white-space: nowrap;
}

div#registBlock_conf>.ow-regis-fields.row {
    vertical-align: top;
    display: inline-block;
}

div#registBlock_conf {
    white-space: nowrap;
}
.metro .bottomlinks2>button.btn-iconbox {
    display: inline-block !important;
    margin-right: 5px;
}
.input-control.input-confirmation-block {
    white-space: normal !important;
    width: 450px;
    background: #daeafb;
    height: 112px !important;
    display: block;
    border-radius: 5px;
    padding: 3px 5px;
    position: relative;
    padding-left: 30px;
    line-height: 1.4em;
}

.input-confirmation-block span.check {
    position: absolute !important;
    top: 5px;
    left: 5px;
}
.regist-form-message.error {
    background: #a72b2a;
    padding: 4px 10px 5px;
    border-radius: 5px;
    color: #fff;
}
.smallScreen .input-control.input-confirmation-block {
    width: 340px;
    height: auto !important;
    padding-bottom: 10px;
}
a.regist-form-close {
    float: left !important;
    margin-left: 3px;
}
a.regist-form-close>span, a.lost-confirmation-closelink>span{
    font-weight:bold;
    color: #a72b2a;
    margin-top: 15px;
    font-family:'montserratbold';
}
a.lost-confirmation-closelink>span{
    color:#fff;
}
.smallScreen a.lost-confirmation-closelink>span{
    color:#a72b2a;
}
.smallScreen a.regist-form-close, .smallScreen a.lost-confirmation-closelink {
    position: absolute;
    bottom: -3px;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    background: #a72b2a;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    margin-left: -15px;
    font-size: 14px;
}
.smallScreen a.lost-confirmation-closelink{
    bottom:9px;
}
.smallScreen a.regist-form-close>span, .smallScreen a.lost-confirmation-closelink>span{
    display: none;
}
.smallScreen a.regist-form-close::before, .smallScreen a.lost-confirmation-closelink::before{
    content:'x';
}
.regist-form-pager {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.regist-form-pager .regist-pager-item {
    display: block;
    height: 2px;
    background: #eee;
    flex-grow: 1;
    margin: 2px;
}

.regist-form-pager .regist-pager-item.active {
    background: #a72b2a;
}

/***[Responsive Styles]***/
@media (max-width: 600px) {
    .aws-body-loader {
        background: #A72B2A;
        background-size: cover;
        background-position: center;
    }

    .aws-body-loader-content {
        background: rgba(220,220,220,0.95);
        padding: 30px 20px;
        border-radius: 10px;
        border: 2px solid #fff;
        box-shadow: inset 0px 0px 7px -1px rgba(0,0,0,0.5);
    }

    .logo-mobile {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 130px;
    }

    #loginBlock .login-bg {
        right: 0;
        left: 0;
        bottom: -100px;
        top: 0;
        clip-path: none;
        background-image: none;
        background-color: rgba(0,0,0,0.6);
    }

    .needAuth #loginBlock .login-bg {
        top: 0;
        bottom: 0;
    }

        .needAuth #loginBlock .login-bg > img {
            display: none !important;
        }

    #loginBlock .logo-mobile {
        margin-top: 30px;
    }

    .login-outer, .lost-outer {
        left: 0;
        right: 0;
        top: -110%;
        clip-path: polygon(0 0, 100% 0,100% 90%,50% 100%,0 90%);
        bottom: 100%;
    }

    .login-outer, .regist-outer {
        left: 0;
        right: 0;
        top: -110%;
        clip-path: polygon(0 0, 100% 0,100% 90%,50% 100%,0 90%);
        bottom: 100%;
    }

    .needAuth .login-outer {
        left: 0%;
        right: 0;
        bottom: 1%;
        clip-path: polygon(0 0, 100% 0,100% 93%,50% 100%,0 93%);
        top: -30px;
        padding-top: 5%;
    }

    .needReset .lost-outer {
        left: 0;
        right: 0;
        top: -30px;
        clip-path: polygon(0 0, 100% 0,100% 90%,50% 100%,0 90%);
        bottom: 17%;
        background: #aaa;
    }

    .needRegist .regist-outer {
        left: 0;
        right: 0;
        top: 0;
        clip-path: polygon(0 0, 100% 0,100% 93%,50% 100%,0 93%);
        bottom: 2%;
        padding: 10px;
        background:#ddd;
    }

    #loginBlock .login-inner, #loginBlock .lost-inner {
        margin-right: 0;
    }

    #loginBlock .login-inner, #loginBlock .regist-inner {
        margin-right: 0;
    }

    .login-box h1, .lost-box h1 {
        font-size: 30px;
        text-align: center;
    }

    .login-box div.message-box, .lost-box div.message-box {
        font-size: 14px;
        color: #5d5c58;
    }

    .aws-newsitem.item {
        width: 48%;
    }
    #formHeader.form-header h1 img {
        height: 20px !important;
    }

    h1.login-title>img {display:none;}
    h1.login-title>span {
        border-left: 0;
        padding: 0;
        margin-left: 0;
        text-align: center !important;
        display: block;
        color: #aa3130 !important;
    }

    .listContainer .totalDataText {
        float: none;
        background: #f0f0f0;
        padding: 12px 10px 9px;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-top: -15px;
    }
}

@media (max-width: 400px) {
    .aws-newsitem.item {
        width: 98%;
    }
}

.smallScreen.withFixedLeftMenu .leftmenu-fixed {
    top: auto;
    right: 0;
    width: auto;
    display: flex;
}

.smallScreen.withFixedLeftMenu a.leftmenu-item {
    flex-basis: 0;
    flex-grow: 1;
    padding: 5px 1px;
    height: 50px !important;
}

    .smallScreen.withFixedLeftMenu a.leftmenu-item.hidden {
        display: none;
    }
.smallScreen.withFixedLeftMenu .container.main-container.page-_core_DEFPAGE_HOME > .leftmenu-fixed > a.leftmenu-item.aws-home {
    margin-left: 0px;
    height:40px;
}
.smallScreen.withFixedLeftMenu .leftmenu-fixed a.leftmenu-item:hover .tooltip {
    bottom: 50px;
}

.smallScreen.withFixedLeftMenu .leftmenu-fixed a.leftmenu-item .tooltip {
    bottom: -150px;
    left: -5px;
    right: -5px;
    white-space: normal;
    border-radius: 5px !important;
    top: auto;
    z-index:0;
    display:none !important;
}
.smallScreen.withFixedLeftMenu a.leftmenu-item:hover::after {
    width: 100%;
    left: 0;
    background: #A6292A;
    height: 2px;
    top: 0;
}
.smallScreen.withFixedLeftMenu a.leftmenu-item::after {
    left: 0;
    width: 100%;
    top: auto;
    bottom: auto;
    background: #000;
}
.smallScreen.withFixedLeftMenu .container.main-container,
.smallScreen.withFixedLeftMenu .sub-page.withFilters .filter-panel,
.smallScreen.withFixedLeftMenu div#_core_DEFPAGE_HOME.tab-frame.active .form-header,
.smallScreen.withFixedLeftMenu .tab-frame div.form-header,
.smallScreen.withFixedLeftMenu .page-tabs-outer {
    left: 0;
}
.smallScreen.withFixedLeftMenu .tab-current-title {
    height: 41px;
    margin-left: -1px;
}
.smallScreen.withFixedLeftMenu .leftmenu-fixed a.leftmenu-item > label {
    left: 50%;
}
.smallScreen.withFixedLeftMenu.leftMenuEnabled .main-sidebar.sidebar, .smallScreen .leftmenu-fixed-list.active {
    left: 0;
}
.smallScreen .leftmenu-fixed-list, .smallScreen .leftmenu-fixed-list.active {
    top: 0 !important;
}
.metro .input-control.checkbox input[type=radio]:checked~.check:after, .metro .input-control.checkbox input[type=checkbox]:checked~.check:after, .metro .input-control.radio input[type=radio]:checked~.check:after, .metro .input-control.radio input[type=checkbox]:checked~.check:after {
    content: '';
    margin: 0px;
    color: #9a1616;
    display: block;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    position:absolute;
    background: #9a1616;
    border-radius: 3px;
}
.sub-page > .loadingtextblock {
    margin-top: 50px;
}
.main-menu-no-result {
    padding: 5px;
    display: none;
    margin-top: 60px;
    text-align: center;
}
    .main-menu-no-result > .content {
        display: inline-block;
        background: #9b9b9b;
        color: #fff;
        padding: 5px 20px;
        border-radius: 5px;
    }

a.expcollfilter {
    float: right;
    vertical-align: middle;
    margin-right: 3px;
}
    a.expcollfilter > img {
        height: 9px;
    }

.wideScreen .tab-frames .tab-frame.active .sub-page.withFilters .row > .filter-panel.collapsed {
    width: 35px;
    overflow: hidden;
}
    .wideScreen .tab-frames .tab-frame.active .sub-page.withFilters .row > .filter-panel.collapsed > .filter-panel-content,
    .wideScreen .tab-frames .tab-frame.active .sub-page.withFilters .row > .filter-panel.collapsed > .filter-panel-title > span > span {
        display: none !important;
    }
    .wideScreen .tab-frames .tab-frame.active .sub-page.withFilters .row > .filter-panel.collapsed > .filter-panel-title > span > i {
        margin-top:15px;
    }
    .wideScreen .sub-page.withFilters.filterCollapsed {
        padding-left: 35px;
    }
.filter-panel.collapsed > .filter-panel-title > a > img {
    transform: rotate(180deg);
}
.metro .actioncolumn .button {
    padding: 1px 5px 1px 1px;
}
.filter-inline {
    display: inline-block;
    min-width: 140px;
    margin: 0;
}

    .filter-inline > button {
        margin-top: 20px;
    }

.wideScreen .tab-frames .tab-frame.active .sub-page.withFilters .filter-panel .filter-inline {
    width: 100%;
}

    .wideScreen .tab-frames .tab-frame.active .sub-page.withFilters .filter-panel .filter-inline > button {
        margin-top: 10px;
    }

td.tblDetailToggle {
    width:25px;
}
td.tblDetailToggle > i:hover {
    background: #ca3c3d;
}

td.tblDetailToggle > i {
    background: #a6292a;
    color: #fff;
    width: 21px;
    height: 21px;
    box-sizing: border-box;
    font-size: 16px !important;
    padding-top: 2px;
    border-radius: 5px;
    cursor: pointer;
}
tr.expanded > td {
    border-bottom: 0 !important;
}
.metro .table.hovered tbody tr.tblRowDetail:hover {
    background-color: transparent;
    box-shadow: none;
}
td.tblRowDetailContent {
    padding: 0 !important;
}
.tblDetailData > table {
    min-width: 100%;
}
.tblRowDetailContent .tblDetailData {
    overflow-x: auto;
}
.responsiveTable td.mainfield a.linkdetail {
    border: 1px solid #000 !important;
    padding: 2px 0px !important;
    margin-right: 5px;
    border-radius: 13px !important;
    -moz-border-radius: 13px !important;
    -o-border-radius: 13px !important;
    -webkit-border-radius: 13px !important;
    font-size: 15px;
    width: 21px;
    height: 21px;
    margin-top: -3px;
}
.tblDetailData > table > thead th {
    padding: 5px !important;
}
.tbDetail td.chkItem {
    padding-top: 0;
    padding-bottom: 0;
}
.tblDetailActions {
    background: #f0f0f0;
    text-align: right;
    padding: 8px;
    margin: 5px 0;
    border-radius: 5px;
}