﻿/*button*/
.action-button-container {
    position: absolute;
    bottom: 0;
    margin: auto;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

.logoImageStyles {
    width: 700px;
    height: 400px;
}

.backgroundImageHolder {
	width: 100%;
	height: 100%;
	position: absolute;
	min-width: 300px;
}

.backgroundImageStyle {
	width: 100%;
	height: 100%;
}

.sideContentBottomHolder {
    position: absolute;
    left: 48%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#sideContentTitle {
    color: white;
    font-size: 28px;
    text-align: left;
    line-height: 29px;
    margin: 30px 0 15px 0;
}

#sideContentText {
    color: white;
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
}

.fieldLabel {
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    font-family: 'Open Sans', sans-serif;
    line-height: 17px;
    font-weight: normal;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.change-password-link {
    color: #3387CC;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

@font-face {
    font-family: 'DynamoIcons-A';
    src: url('../font/DynamoIcons-A.eot') format('embedded-opentype'), url('../font/DynamoIcons-A.woff') format('woff'), url('../font/DynamoIcons-A.ttf') format('truetype'), url('../font/DynamoIcons-A.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

input:focus {
    outline: none;
}

#email-input-container {
    height: 32px;
    width: 100%;
    position: relative;
}

.email-input,
.password-input {
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.8) !important;
    text-indent: 10px;
    padding: 0;
    font: normal 12px/20px 'Open Sans', sans-serif;
    line-height:40px;
}

input:-webkit-autofill {
    -webkit-background-clip: text;
}

label {
    position: absolute;
    line-height: 17px;
}

.top {
    bottom: 100%;
    left: 0;
}

.tooltip {
    color: red !important;
    background-color: white !important;
}

.password-input-container {
    width: 100%;
    position: relative;
}

label {
    position: absolute;
}

.top {
    bottom: 100%;
    left: 0;
}

.tooltip {
    color: red !important;
    background-color: white !important;
}

.invalid-field {
    border: 1px solid red;
}

.login-header {
    background-image: url(../image/logo-new.svg);
    background-size: contain;
    width: 230px;
    margin: 0 35px;
    background-repeat: no-repeat;
    height: 65px;
    background-color: transparent;
}

.login-header-text {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    color: white;
}

.login-content {
    position: relative;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.button-container {
    text-align: center;
    margin-top: 10px;
}

.top {
    margin-bottom: 5px;
    margin-top: 5px;
}

input email password {
    width: 320px;
}

.sso-link {
    margin: 10px 5px 5px 0px;
    text-align: center;
    width: 100%;
}

.information-message {
    text-align: center;
    padding: 20px;
}

.loading-container {
    text-align: center;
    height: 200px;
    padding-top: 150px;
}

.outline {
    display: flex;
    width: 100%;
}

#icon-container {
    border: 1px solid #ebeef2;
    margin: 0;
    display: inline-block;
    width: 13%;
    min-height: 32px !important;
    text-overflow: ellipsis;
    color: darkgray;
    border-right: none;
    cursor: text;
}

.email-input {
    border: 1px solid #ebeef2;
    margin: 0;
    width: 100%;
    min-height: 32px !important;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.email-input:focus {
    outline-width: 0.5px;
    outline-style: solid;
    outline-color: #36c;
}

.password-container {
    position: relative;
    margin-top: 35px;
    display: flex;
}

.password-container:not(.hidden) + .button-container {
    margin-top: 20px;
}

#pass-icon-container {
    border: 1px solid #ebeef2;
    margin: 0;
    display: inline-block;
    width: 13%;
    min-height: 32px !important;
    text-overflow: ellipsis;
    color: darkgray;
    border-right: none;
    cursor: text;
    width: 100%;
}

.password-input {
    border: 1px solid #ebeef2;
    margin: 0;
    display: inline-block;
    min-height: 32px !important;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 3px; 
}

.password-input:focus {
    outline-width: 1px;
    outline-style: solid;
    outline-color: #36c;
}

.br_optional {
    display: none;
}

.error-info-holder {
    /* min-height: 43px;*/
    padding-top: 10px;
}

.password-input,
.email-input,
.password-input:focus,
.email-input:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #999999;
    outline: none;
    padding: 0;
    line-height: 40px;
    text-indent: 15px;
    margin: -15px 0;
}

.password-input:hover,
.email-input:hover {
    border-bottom: 3px solid #999;
}

.password-input:focus,
.email-input:focus {
    border-bottom: 3px solid #3387CC;
}

.rightCarousel {
    position: absolute;
    width: 190%;
    top: 20%;
    left: -50%;
}

input:not(input:focus) + .fieldLabel {
    bottom: 10px;
    left: 15px;
    transition: all 0.3s;
    z-index: -1;
}

input:not(input:placeholder-shown) + .fieldLabel {
    bottom: 36px;
    left: 15px;
    z-index: -1;
    font-size: 12px !important;
}

.password-input-container input:not(input:focus) + .fieldLabel {
    bottom: -2px;
}

.password-input-container input:not(input:placeholder-shown) + .fieldLabel {
    bottom: 20px;
}

.password-input-container input:placeholder-shown:focus + .fieldLabel {
    bottom: 20px;
}

input:focus + .fieldLabel {
    transition: all 0.3s;
    z-index: -1;
    left: 15px;
    bottom: 36px;
    font-size: 12px !important;
}

.message-container {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin: 3px;
    background-color: #ffffcb;
}

.user-message {
    color: #333;
}

.user-error {
    color: #000;
}

.user-error:before {
    content: "w";
    position: absolute;
    left: 10px;
    background-repeat: no-repeat;
    font-family: "DynamoSymbols2023";
    font-size: 17px;
    transform: translateY(-50%);
    top: 50%;
    color: #cc0000;
}

.user-success {
    color: white;
}

.error-container,
.info-container,
.information-message {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-style: solid solid none solid;
    border: 1px solid #ffffcc;
    color: #cc0000;
    background-color: #ffffcc;
    text-align: center;
    margin: 0px;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 45px;
    margin-top: 5px;
    text-align: left;
    padding-left: 35px;
    position: relative;
    line-height: 16px;
}

.error-container {
    border: 1px solid #cc0000;
}

.info-container,
.information-message {
    color: #000;
    padding-left: 12px;
}

.user-info {
    color: #404040;
}

.success-container {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-top: 1px solid white;
    color: black;
    background-color: #36c;
    text-align: center;
}

h6 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #9A9A9A;
}

h6:before,
h6:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
    color: #DCDCDC;
}

h6:after {
    margin: 0 0 0 20px;
}

/*custom select*/
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    color: black;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: white;
    color: black;
    border-bottom: 1px solid #999;
    color: #999999;
    padding: 4px 16px;
    cursor: pointer;
    user-select: none;
    position: relative;
    min-height: 44px;
}

.select-selected span:first-child {
    margin-top: 10px;
}

.select-selected span:last-child {
    color: #666;
    font-size: 12px;
}

.select-selected.select-active span:first-child {
    color: #000; 
    margin-top: 10px;
}

.disabled {
    cursor: default !important;
}

.disabled:after {
    display: none !important;
    cursor: default !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    bottom: 8px;
    right: 10px;
    width: 0;
    height: 0;
    color: black;
    border: 5px solid transparent;
    border-color: #999 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #9a9a9a transparent;
    top: 24px;
}

.select-items div {
    color: #333333;
    padding: 4px 16px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.select-items div span,
.select-selected span {
    display: block;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    color: black;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-active {
    border-bottom: 3px solid #3387cc;
}

.select-items div:hover, .same-as-selected {
    background-color: #F2F2F2; 
}

.br_optional {
    display: block;
}

.change-password {
    min-height: 450px;
}

#version_holder {
    width: 100%;
    text-align: center;
    color: #999;
}

#version_holder a {
    color: #999;
}

.sideContentBottom {
    text-align: left;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
}

/* checked start */

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.action-button,
.action-button:disabled,
.sso-button {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    border-radius: 0;
    padding: 13px;
    border-width: 1px;
    border-style: solid;
    background-color: #3387CC;
    border-color: #3387CC;
    width: 100%;
    cursor: pointer;
    margin: 35px 0px 5px;
    border-radius: 3px;
}

#version_holder {
    width: 100%;
    text-align: center;
    top: 16px;
    position: relative;
}

.email-container,
.password-container,
#sso-buttons-list {
    margin-left: 0;
    margin-right: 0;
}

#sso-buttons-list h6 {
    margin-bottom: 15px;
    margin-top: 45px;
    font-size: 14px;
}

.select-items div span, .select-selected span {
    font-size: 14px;
}

.login-container-inner-holder.initialPos {
    transition: height 0.5s ease;
    height: 21%;
}

.login-container-inner-holder.middlePos {
    transition: height 0.5s ease;
    height: 50%;
}

.login-container-inner-holder.topPos {
    transition: height 0.5s ease;
    height: calc(100% - 8.89vw);
}

.login-container-inner-holder.fullScreenPos {
    top: 0;
    transition: top 0.5s ease;
    border-radius: 0;
}

#login-container-inner {
    top: 60px;
    transform: translateX(-50%);
}

.button-container .action-button,
.button-container .action-button:disabled {
    margin: 30px 0 5px;
    width: 300px;
}

.login-mobile-handle::before,
.login-mobile-handle::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
    border-radius: 5px;
}

.login-mobile-handle::after {
    top: 22px;
}

.entryHolder {
    position: absolute;
    min-width: 300px;
    width: 86%;
    transform: translateX(-50%);
    left: 50%;
    top: calc(8.89vw - 10px);
    padding-bottom: 15px;
}

.logoImageStyles {
    width: 100%;
    height: 49.2vw;
}

body {
    overflow: hidden;
}

#sideContentTitle {
    margin: 20px 0 10px;
    font-size: 24px;
}

#sideContentText {
    font-size: 14px;
}

#learnMoreButton {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.login-content {
    padding: 0;
}

.email-container {
    margin-top: 45px;
}

.change-password-link-container {
    margin-top: 15px;
}

#loginButton {
    margin-top: 35px;
}

.change-password-link {
    font-size: 14px;
}

.sideContentBottom {
    text-align: center;
}

.login-container-inner-holder {
    width: 100%;
    height: 100%;
    background-color: #fff;
    bottom: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: absolute;
    z-index: 5;
    overflow:hidden;
    transition: all 0.5s ease;
    overflow: hidden;
}

.login-container-scroll,
.rightSideHolder {
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}

.login-container-scroll::-webkit-scrollbar,
.rightSideHolder::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.login-container-inner-holder::-webkit-scrollbar-button {
    background: transparent;
    height: 0;
}

.login-container-inner-holder::-webkit-scrollbar-track-piece {
    background: transparent;
}

.login-container-inner-holder::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 15px;
}

.login-container-scroll:hover,
.rightSideHolder:hover {
    scrollbar-color: rgba(153, 153, 153, 0.5) transparent;
    transition: all 0.5s ease;
}

.rightSideHolder:hover {
    scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}

.login-container-scroll:hover::-webkit-scrollbar-thumb {
    background: rgba(153, 153, 153, 0.5);
    transition: background 0.5s ease;
}

.rightSideHolder:hover::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.5s ease;
}

.rightSideHolder {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: hsl(207deg 60% 50% / 0.6);
    border: 10px solid transparent;
    border-right-width: 4px;
    border-left-width: 10px;
}

.rootBackgroundImage {
    background-image: url(../image/background-new.jpg);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: grayscale(1) blur(30px);
    -webkit-filter: grayscale(1) blur(30px);
    z-index: 0;
}

.loaderContainer {
    animation: loader 3s infinite;
}

.login-mobile-handle {
    height: 40px;
    cursor: grab;
    position: fixed;
    width: 94%;
    background: #fff;
    margin-left: 3%;
    z-index: 1;
}

.login-body {
    width: 300px;
}

.password-page {
    width: 300px;
}

#learnMoreButton {
    color: #fff;
    font-size: 16px;
    padding: 9px 30px;
    margin: 0px;
    background-color: transparent !important;
    border-color: #fff !important;
    width: 100%;
}

#learnMoreButton:hover {
    background-color: hsl(0deg 0% 100% / 20%) !important;
}

#login-container-inner {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

#sso-buttons-list .action-button {
    background-color: transparent;
    color: #3387CC;
}

.action-button:hover,
#sso-buttons-list .action-button:hover {
    background: hsl(207deg 60% 44%);
    color: #fff;
}

#sso-buttons-list .action-button:hover {
    color: #3387CC; 
    background: inherit; 
}

.action-button:disabled:hover {
    color: #fff;
    background-color: #3387CC;
    border-color: #3387CC;
}

.sso-button {
    font-size: 16px;
    line-height: 18px;
    border-radius: 0;
    padding: 15px 8px;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    cursor: pointer;
    margin: 2px;
    background: #ffffff;
    border: 1px solid #36c;
    color: #369;
    display: inline-block;
    border-radius: 3px;
}

.login-container-inner-holder.initialPos,
.login-container-inner-holder.middlePos,
.login-container-inner-holder.topPos,
.login-container-inner-holder.fullScreenPos {
    overflow-y: auto;
    transition: height 0.5s;
    bottom: 0;
}

.login-container-inner-holder.initialPos {
    height: 21%;
    top: initial;
}

.login-container-inner-holder.middlePos {
    height: 50%;
    top: initial;
}

.login-container-inner-holder.topPos {
    height: 95%;
    top: initial;
}

.login-container-inner-holder.fullScreenPos {
    height: 100%;
    top: initial;
}

.action-button:disabled {
    opacity: 0.7;
}

.login-container-scroll {
    height: calc(100% - 70px);
    position: relative;
    margin: 10px 4px 10px 10px;
}

.initialPos .login-container-scroll {
    overflow-y: scroll;
    transition: all 0.5s;
}

.middlePos .login-container-scroll {
    overflow-y: scroll;
    transition: all 0.5s;
}

.topPos .login-container-scroll {
    height: 100%;
    transition: all 0.5s;
}

.rightSideHolder.initialPos {
    height: 81%;
    overflow-y: scroll;
    transition: all 0.5s;
}

.rightSideHolder.middlePos {
    height: 52%;
    overflow-y: scroll;
    transition: all 0.5s;
}

.rightSideHolder.backgroundImage {
	overflow-y: hidden;
	border: 0px solid transparent;
	border-right-width: 0px;
	border-left-width: 0px;
}
.rightSideHolder.initialPos,
.rightSideHolder.topPos {
    overflow-y: scroll;
    transition: all 0.5s;
}

/* targets electron apps */
.electronStyles .login-container-inner-holder.middlePos {
    top: 0;
    border-radius: 0;
    height: 100%;
}

.electronStyles .login-mobile-handle {
    display: none;
}

.electronStyles #login-container-inner {
    position: static;
    top: 0;
    transform: none;
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media only screen and (max-width: 360px) {

}

@media only screen and (min-width: 599px) {
    #sideContentText {
        font-size: 16px;
        margin-bottom: 28px;
    }

    #sideContentTitle {
        margin: 30px 0 15px;
        font-size: 28px;
    }

    .entryHolder {
        max-width: 700px;
        left: 50%;
    }

    .rightSideHolder {
        height: 100%;
    }

    .fullScreenPos #login-container-inner {
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.7s;
    }

    #sideContentTitle {
        font-size: 28px;
    }

    .change-password-link {
        font-size: 16px;
    }

    input.action-button,
    input.action-button:disabled,
    button.sso-button,
    button#sso-proceed {
        font-size: 18px;
        padding: 18px;
    }

    .email-container {
        margin-top: 45px;
    }

    #learnMoreButton {
        width: 300px;
    }

    .logoImageStyles {
        max-width: 700px;
        max-height: 400px;
    }

    .electronStyles .change-password-link {
        font-size: 16px;
    }

    .electronStyles input.action-button,
    .electronStyles input.action-button:disabled,
    .electronStyles button.sso-button,
    .electronStyles button#sso-proceed {
        padding: 13px;
    }
}

@media only screen and (min-width: 1199px) {
    .login-container-inner-holder.initialPos,
    .login-container-inner-holder.middlePos,
    .login-container-inner-holder.topPos,
    .login-container-inner-holder.fullScreenPos {
        top: 0;
        width: 33%;
        transition: none;
        border-radius: 0;
        height: 100%;
    }

    .rightSideHolder.initialPos,
    .rightSideHolder.middlePos,
    .rightSideHolder.topPos,
    .rightSideHolder.fullScreenPos {
        height: 100%;
        transition: none;
        overflow-y: scroll;
        height: 100%;
    }
    
    .login-mobile-handle {
        display: none;
    }

    .entryHolder {
        left: 66.7%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #learnMoreButton {
        width: initial;
        padding: 9px 26.7px;
    }

    .sideContentBottom {
        text-align: left;
    }

    input.action-button, 
    input.action-button:disabled, 
    button.sso-button, 
    button#sso-proceed {
        padding: 13px;
    }
    
    .email-container {
        margin-top: 60px;
    }

    .change-password-link {
        font-size: 14px;
    }

    #login-container-inner {
        top: 20%;
    }

    #sideContentText {
        margin-bottom: 15px;
    }

    #login-container-inner.leftScrollActive {
        top: 30px;
    }

    .rightScrollActive {
        top: 30px;
        transform: translate(-50%, 0);
    }

    .button-container .action-button, 
    .button-container .action-button:disabled {
        font-size: 16px;
    }

    .login-container-scroll {
        height: calc(100% - 20px);
    }

    .rightSideHolder {
        border-left-width: 16px;
    }

    .electronStyles #login-container-inner {
        position: static;
        top: 0;
        transform: none;
        display: grid;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding-bottom: 15px;
    }

    .electronStyles .login-container-inner-holder.initialPos,
    .electronStyles .login-container-inner-holder.middlePos,
    .electronStyles .login-container-inner-holder.topPos,
    .electronStyles .login-container-inner-holder.fullScreenPos {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 1599px) {

}

@media only screen and (min-width: 1999px) {

}

/* internet explorer 11 specific styles for the web add-in (until ie gets depcrecated and fully replaced by edge) */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .login-container-inner-holder {
        scrollbar-base-color: #fff;
        scrollbar-face-color: #ccc;
        scrollbar-3dlight-color: #fff;
        scrollbar-highlight-color: #000;
        scrollbar-track-color: #fff;
        scrollbar-arrow-color: #fff;
        scrollbar-shadow-color: #fff;
        scrollbar-dark-shadow-color: #fff;
        overflow-y: scroll;
    }

    .login-body {
        margin-left: 15px;
    }

    .login-mobile-handle {
        width: 90%;
        left: 5%;
        height: 30px;
    }

    .top {
        left: 15px; 
        font-size: 12px !important;
        bottom: 36px;
    }

    input:focus + .fieldLabel {
        left: 15px;
        bottom: 36px;
    }

    input:-ms-input-placeholder + .fieldLabel {
        bottom: 15px;
        left: 15px;
        z-index: -1;
        font-size: 16px !important;
    }

    input:not(input:focus) + .fieldLabel {
        bottom: 13px;
        left: 15px;
    }

    input.password-input:-ms-input-placeholder + .fieldLabel {
        bottom: -3px;
    }

    input.password-input + .fieldLabel {
        bottom: 15px;
    }

    input.password-input:focus + .fieldLabel {
        bottom: 15px;
    }

    .rightSideHolder {
        background: rgba(51, 135, 206, 0.6);
    }

    .login-container-inner-holder.initialPos,
    .login-container-inner-holder.middlePos,
    .login-container-inner-holder.topPos,
    .login-container-inner-holder.fullScreenPos {
        transition: none;
    }

    .login-mobile-handle::before, 
    .login-mobile-handle::after {
        top: 12px;
    }

    .login-mobile-handle::after {
        top: 18px;
    }

    .login-container-inner-holder {
        border-right: 10px solid #fff;
        border-top: 5px solid #fff;
    }
}

/* loader */
.loaderContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(10,10,10,0.3);
    z-index: 10;
}

.loader {

    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cHeader {
    padding-bottom: 20px;
    padding-top: 20px;
}

h2 {
    margin-bottom: 15px;
}

.center {
    width: 80%;
    margin: auto;
}

.half {
    width: 47%;
    display: inline-block;
    margin-right: 3%;
}

.background {
    width: 100%;
    cursor: pointer;
    margin: 5px;
}

#selectedbackground {
    border: 3px solid #a9d0a9;
}

#mytextarea_ifr {
    height: 475px !important;
}

#previewWrap {
    height: 545px;
    width: 400px;
}

#notifydiv {
    padding: 12px 0px 0px 12px;
    display: none;
}

.shadow {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(120,120,120,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(120,120,120,1);
    box-shadow: 0px 0px 5px 1px rgba(120,120,120,1);
}

.bodycontainer {
    padding: 8px 8px 8px 8px
}

/* appstore link */
.app-store-link {
    position: absolute;
    cursor: pointer;
    right: 20px;
    bottom: 20px;
}

.app-store-img {
    width: 135px;
    height: 40px;
}


/*popup*/
h1 {
    margin: 0;
    padding: 0;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0,0,0, 0.5);
    justify-content: center;
    display: flex;
    align-items: center;
}

.popup_inner {
    background: white;
    text-align: center;
    border: 1px solid #36c;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
}

.popup .buttonContainer {
    bottom: 0px;
    float: right;
    padding: 0px 14px 14px 8px;
}

.popup .messageText {
    height: 120px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    width: 465px;
    font-size: 12px;
    line-height: 16px;
    padding: 0px 14px 0px 14px;
}

    .popup .messageText p {
        font-size:12px;
        margin: 0px;
        margin-bottom:5px;
    }

.title {
    background-color: #36c;
    color: white;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
}

.buttonContainer .action-button {
    font-size: 12px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    background-color: #36c;
    border-color: #36c;
    cursor: pointer;
    margin: 2px;
    margin-left: 5px;
    border-radius: 3px;
    width: auto;
    padding: 5px 20px;
    line-height: unset;
}

.buttonContainer .type2action-button {
    background-color: #fff;
    color: #36c;
}
/*sla*/

.sla-container {
    margin: auto;
    width: 800px;
    max-height: 496px;
    height: auto;
    background: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);

    resize: both;
    position: absolute;
    overflow: auto;

    display: flex;
    flex-direction: column;
}

.sla-header {
    background-image: url('../image/dynamo-login-logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 254px auto;
    background-color: #36c;
    min-height: 80px;
    padding: 3px;
    background-origin: content-box;
}

.sla-content {
    background: #fff;
    border-color: #d0d0d0;
    color: #404040;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    flex: auto;
}

.buttonsWraper {
    background-color: #fff;
    padding: 28px 8px 22px;
    position: relative;
}

.buttonsContainter {
    float: right;
    margin-top: -7px;
}

.cancel-button {
    margin-right: 30px;
    color: #3982DA;
    cursor: default;
}


h1 {
    font-size: 12px;
    color: #365f91;
    font-weight: bold;
}

h2 {
    font-size: 11px;
    color: #365f91;
    font-weight: bold;
}

.u {
    text-decoration: underline;
}

ul, ol {
    padding: 0;
}

    ul.nopadding, ol.nopadding {
        padding: 0;
    }

li {
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px 0;
    padding-bottom: 5px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 10px;
}

    table caption {
        text-align: left;
    }

    table thead td {
        background-color: #ddd;
        padding: 2px 5px;
        font-weight: bold;
        border: 1px solid black;
    }

    table tbody td {
        padding: 2px 5px;
        border: 1px solid black;
    }

ol {
    counter-reset: section;
    list-style-type: none;
}

h3 {
    font-size: 11px;
    font-weight: bold;
}

ol li {
    counter-increment: section;
    font-weight: bold;
    font-size: 10px;
}

h4 {
    display: initial;
    font-weight: bold;
}

ol li ol li {
    counter-increment: section;
    font-weight: bold;
    font-size: 10px;
}

ol li:before {
    content: counters(section, ".") ". ";
}

ol li p:first-child, ol li h3:first-child {
    display: inline;
    font-weight: bold;
}

p {
    margin-top: 10px;
    font-weight: normal;
    font-size: 10px;
}

.acceptButtons {
    margin-top: 8px;
    height: 30px;
    width: 100px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    background-color: #3982DA;
}

#btnDeclineAgr {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: #3982DA;
    margin-right: 15px;
    display: inline;
    cursor: pointer;
}

.lblCbAgree {
    vertical-align: middle;
    position: relative;
    bottom: 5px;
    font-size: 13px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#lblAgreement {
    text-align: left;
}

#checkBoxOptions :hover {
    cursor: pointer;
}

.licenseCheckbox {
    display: inline;
}

    .licenseCheckbox :hover {
        cursor: pointer;
    }

input[disabled=disabled], input :disabled {
    background-color: rgb(221,221,221);
    cursor: default;
}

/*checkbox*/
.checkBoxOptions {
    display: inline;
    position: relative;
    top: -4px;
}

    .checkBoxOptions label {
        position: relative;
        top: -2px;
        margin-left: 4px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: normal;
    }

#okbutton {
    min-width: 120px;
    padding: 5px 24px 5px 24px;
    width: auto;
    margin: 0;
    margin-left: 12px;
    font-size: 12px;
    line-height: 16px;
}

#cancelbutton {
    width: 100px;
    padding: 5px 24px 5px 24px;
    margin: 0;
    background-color: transparent;
    font-size: 12px;
    line-height: 16px;
}

#slaIframeContainer {
   border: 8px solid #e5e5e5;
   height: 210px;
}

@media only screen and (max-width: 500px), screen and (max-height: 624px) {
    .sla-container {
        margin: auto;
        width: 95vw;
        height: calc(95% - 10px);
        background: #fff;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
        position: absolute;
    }
}
