/*
#4ecdc4
#007ea7
#e7f3f7
#eefaf9
#a9b1b4
*/

a {text-decoration:none;color: #00bcca;cursor:  pointer;}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
    font-family: arial, sans-serif;
    outline:none;
    font-weight:300;
    padding:0;
    margin:0px;
    background: #ffffff;
    height: 100%;
    width: 100%;
    color: #444;
    overflow-x:hidden;
    overflow-y: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-overflow-scrolling: touch;
}
body.page,
body.page{
    overflow-x:auto;
    overflow-y:auto;
}
html::-webkit-scrollbar {
    display: none;
}
img {
    border:none;
}

#enable-cookie-message {
    margin-top: 60px;
    padding: 5px 10px;
    font-size: 18px;
    color: white;
    background-color: #ff0000;
    text-align: center;
    display: none;
}

.disabled-btn {
    background-color: gray !important;
    pointer-events: none;
}

button {
    display: block;
    position: relative;
    width: auto;
    min-width: 30px;
    height: 30px;
    border: 2px solid transparent;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    opacity: 1.0;
    background-color: #2BB9AE;
}

button:hover{
    opacity: 1.0;
    background-color: #22d4c6;
}
button:disabled{
     background-color: #e8e8e8;
     opacity: 0.5;
     /* border: 2px solid #c3c3c3; */
}
header{
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index:  1;
    top: 0px;
    background-color: #5d5d5d;
}
header .logo{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
    padding: 0px 0px 0px 20px;
    letter-spacing: 1px;
    font-family: 'Rubik', sans-serif;
}
header .version{
    font-size:10px;
    color:#fff;
    text-align:center;
    vertical-align: top;
    line-height:  50px;
    letter-spacing:  0px;
}
input:-webkit-autofill {
    background-color: #ffffff !important;
}
input[type='date'], input[type='time'] {
    -webkit-appearance: none;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.app header{
    height:50px;
    background-color:transparent;
}
.app .chat-app{
    padding:10px;
}
#scroll-content{
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
body.fullscreen #scroll-content{
    display:none;
}
#scroll-content.welcome{
    padding:10px;
    line-height:20px;
}

#notification {
    width: 100%;
    background-color: #ff9900;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    display: block;
    z-index: 11;

}
.unauthorized .error{
    display: block;
    text-align: center;
    width: 100%;
    margin: 50px 0px;
}
.error{
    color: #ff0000;
    font-weight: normal;
    /* display: block !important; */
}

.sso-error {
    text-align: center;
    font-family: 'Nunito', sans-serif;
    /*color: #595959;*/
    color: rgb(7, 66 , 95);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
}

.sso-error .request-btn {
    display: inline-block;
    background-color: #69f5d4;
    color: rgb(7, 66 , 95);
    padding: 12px 35px;
    height: auto;
    outline: 0;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    border-radius: 50px;
    margin: 30px 0px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.sso-error .request-btn:hover{
    background-color: #5ddabd;
}

.sso-error .info {
    color: #8c9aa0;
    font-weight: normal;
    font-size: 20px;
}

.sso-error .info p {
    margin: 0;
}

.sso-error h2{
    color: rgb(7, 66 , 95);
    font-size: 45px;
}

.sso-error .danger {
    color: #ff4949;
    font-size: 20px;
    margin-bottom: 40px;
}

.sso-error #thank-you p{
    margin: 0;
}

.sso-select-account {
    text-align: center;
}

.sso-group-select-account {
    display: block;
    width: 100%;
    background-color: #f6f9f9;
}

.sso-group-select-account .page-header {
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    -ms-flex-negative: 0;
    align-items: center;
    align-self: stretch;
    border-bottom: 2px solid #d4d4d4;
    flex-shrink: 0;
    height: 52px;
    min-width: 500px;
    display: flex;
}

.sso-group-select-account .page-header .page-header-filled-rectangle {
    background-color: #2bb9ae;
    height: 100%;
    width: 8px;
}

.sso-group-select-account .page-header .page-header-text {
    -ms-flex-positive: 1;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-left: 7px;
    font-style: normal;
}

.sso-group-select-account .page-body {
    display: flex;
    flex-direction: column;
    background-color: #f6f9f9;
    width: 100%;
    flex: 1;
    align-items: center;
    padding: 30px;
    gap: 12px;
}

.sso-group-select-account .environment-table {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 0;
    align-self: stretch;
    align-items: flex-start;
    text-align: left;
}

.sso-group-select-account .environment-table-sso-login {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 0;
    align-self: stretch;
    align-items: flex-start;
    text-align: center;
    font-size: 24px;
    padding: 0px 200px 0px 200px;
}

.sso-group-select-account .environment-table-title {
    display: flex;
    flex-direction: column;
    padding: 5px;
    gap: 10px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    color: #212121;
    text-transform: capitalize;
}

.sso-group-select-account .environment-table-filter {
    width: 450px;
    background-color: #ffffff;
    position: relative;
    margin: 5px 5px 5px 5px;
    border: 1px solid #cccccc;
    font-size: 16px;
    margin-left: auto;
    border-radius: 5px;
}

.sso-group-select-account .table-for-environments {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: #ffffff;
    border: 2px solid #d4d4d4;
    border-radius: 5px;
    padding: 0px 0px 17px 0px;
}

.sso-group-select-account .environment-table-header-cells {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #212121;
    align-self: stretch;
    border-bottom: 2px solid #d4d4d4;
}

.sso-group-select-account .environment-table-header-cells > div {
    flex: 1 1 0px;
    margin: 15px 0px 15px 15px;
    gap: 8px;
}

.sso-group-select-account .environment-table-cells {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    grid-gap: 0px;
    gap: 0px;
    align-self: stretch;

    border-bottom: 1px solid #d4d4d4;
}

.sso-group-select-account .column-text,
.sso-group-select-account .column-dropdown {
    flex: 1 1 0px;
    margin: 8px 0px 0px 15px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #424242;
    text-underline-offset: 2px;
    text-transform: capitalize;
}

.sso-group-select-account .column-dropdown {
    border: 2px solid #ccc;
    border-radius: 6px;
    margin: 2px 5px 2px 15px;
}

.sso-group-select-account .column-text-sso-login {
    flex: 1 1 0px;
    margin: 15px 0px 7px 15px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 19px;
    color: #424242;
    text-underline-offset: 2px;
    text-transform: capitalize;
}

.sso-error #started {
    display: inline-block;
}

.sso-error ul {
    list-style: none;
    padding: 0%;
    text-align: center;
    margin: 0px 40px;
}

.sso-error ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #333;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 0px 10px 0px 10px;
}

.sso-error .allowedDepments {
    padding: 5px 20px;
    border-radius: 10px;
    border: 2px solid rgb(7, 66 , 95);
    background-color: #f3f3f3;
    max-width: 1200px;
}

.sso-error #department-error p {
    margin: 0;
}

.sso-error .subtitle-grey {
    color: #333;
    font-size: 40px;
}

.sso-error .text-grey {
    color: #333;
}

.sso-error .subtext-grey {
    color: #333;
    font-size: 30px;
}

.btDown{
    display: block;
    position: relative;
    border-color: transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #a0a0a0;
    width: 40px;
    height: 40px;
}



/*---------------------------------
Login
-----------------------------------*/
input{
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=text]:placeholder, input[type=tel]:placeholder, input[type=password]:placeholder {
    color: #7e7e7e;
}
input[type=checkbox]{
    display: inline-block;
    width: auto;
    cursor: pointer;
}
input[type=checkbox]:checked{
    background-color: #00c3d2;
}
.button,
input[type=submit]{
    -webkit-appearance: none;
    width: 300px;
    background-color: #2BB9AE;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    cursor:  pointer;
    border: 0px none transparent;
    margin: 10px 10px 30px 10px;
    border-radius: 3px;
}
.button:hover,
input[type=submit]:hover{
    background-color: #00c3d2;
    color: #fff;
    opacity:0.8;
}
input{
    width: 300px;
    background-color: #ffffff;
    position: relative;
    margin: 0px 10px 10px 10px;
    border: 1px solid #cccccc;
    font-size: 16px;
    padding: 10px;
}
.login .btnewaccount,
.signup input[type=submit]{
    margin-top: 20px;
    margin-bottom: 70px;
}

/*Login Related*/
.login .checkoff{
    font-size: 12px;
    text-align:  left;
    display:  inline-flex;
    width: 100%;
    margin:  5px;
}
.login .checkoff div{
    display: inline-block;
}
.login hr{
    border: none;
    border-top: 1px solid #D0D0D0;
    margin:  10px;
}
.login h1{
    font-size: 30px;
}
.login h1{
    font-size: 30px;
    text-align: center;
    padding-left: 10px;
}
.login h4{
    font-size: 14px;
    text-align:  left;
    font-weight: 600;
    padding-left: 10px;
    margin: 10px 0px 5px 0px;
}
.login h5 {
    color: #737373;
    font-size: 12px;
    line-height:12px;
    text-align: left;
    font-weight: 400;
    padding-left: 10px;
    margin: 0px 0px 5px 0px;
}
.login h4{
    font-size: 14px;
    text-align:  left;
    padding-left: 10px;
}
.login p{
    text-align: left;
    padding: 0px 10px 0px 10px;
}
.login {
    text-align:  center;
    width: 340px;
    /* height: 100%; */
    display: block;
    /* padding-bottom: 150px; */
    overflow:  auto;
    margin: 50px auto;
    /* background-color: #FFFFFF; */
    padding: 10px;
    border-radius: 5px;
    /* border: 1px solid #dedede; */
    /* box-shadow:0px 5px 20px rgba(0,0,0,0.4); */
    font-weight: 400;
}
.login .btgotologin{
    margin-top: -10px;
    display:  block;
    text-align:  left;
    padding-left: 10px;
    text-decoration: underline;
    font-size: 19px;
    font-weight: 400;
    /* letter-spacing: 0.4px; */
}
.login .btforgot{
    margin: 0px 0px 30px 0px;
    display:  block;
}
.login .btforgot {
    color:#ff0000;
    font-weight:600;
    text-decoration:underline;
}
.login .btnewaccount{
    margin-top: 5px;
    display: block;
}

.login .social{
    padding: 5px;
}
.login .txtNote
{
    display: none;
}

.login-page{
    margin: 0px auto;
    display:table;
    width:100%;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/login_bg.png');
    background-position:center top;
    height:100%;
}

.login-page .login #btGmailLogin{
    background-color: white;
    color: rgba(0,0,0,.54);
    box-shadow:0px 5px 20px rgba(0,0,0,1.0);
}

.login-page .login .txtTitle:before
{
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    content: "Company Title Here";
    text-shadow:0px 5px 20px rgba(0,0,0,1.0);
}
.login-page .login .txtTitle:after
{
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color:#cccccc;
    content: "Tag line";
    text-shadow:0px 5px 20px rgba(0,0,0,1.0);
}
.signup-page .login
{
     margin: 150px auto;
}


/*---------------------------------

Widescreen Only

---------------------------------*/

@media all and (min-width: 670px) {
    .dashboard-title .text-area{
        display: block;
    }
}

/*
Embed Forms
*/
.embedforms input{
    width: calc(100% - 20px) !important;
    min-width: 0px !important;
}
.embedforms .login{
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    width: 100%;
}
