*, ::after, ::before {
  box-sizing: border-box;
}

a {
        text-decoration: none;
        color: #0088ce;
        padding: 2px;
        display: inline-block;
        border-radius: 2px;
        }
a:hover, .item-hover {
        color: #1773BB;
        background-color: #f6f9f8;
        }

.tabs span.eq {
        border: 1px solid #b5e0b2;
        }
.search-div-eq {
        background: #b5e0b2 !important;
        }

/* CSS Document */

body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        }

/* common controls and form elements */

input, textarea, select {
        color: #1f1f1f;
        font-size: 12px;
        box-shadow: none;
        border: 1px solid #dae1e1;
        border-radius: 0px;
        padding: 5px;
        }
option .first-option {
        color: #808080;
        }
input[type="checkbox"] {
        margin-right: 5px;
        }

.label, .label-checkmark {
        color: #434c50;
        font-size: 13px;
        }
.label-checkmark {
        padding-right: 10px;
        }
.label-small {
        color: #808080;
        font-size: 10px;
        }

/*
.title {
        color:#fff;
        font-family:"Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, san-serif;
        font-size:22px;
        font-weight:200;
        letter-spacing: 1px;
        padding-top: 7px;
        padding-left: 20px;
        }
*/

.input-signin-code input  {
        font-size: 16px;
        background: transparent;
        padding: 8px;
        width: 350px;
       z-index: 110;
        }

.input-signin-username input, .input-signin-password input {
        font-size: 16px;
        background: transparent;
        padding: 8px;
        width: 250px;
       z-index: 110;
        }
.signin-div, .qr_code-div {
        position: relative;
        white-space: nowrap;
        margin-top: 15px;
        margin-left: 45px;
        }
        .qr_code-div img {
                max-width: 200px;
                }
        .label-signin, .label-signin-username, .label-signin-password, .label-signin-code  {
                position: absolute;
                top: 10px;
                left: 10px;
                color: #b8b8b8;
                font-size: 16px;
                }
        .input-signin-username, .input-signin-password  {
                position: relative;
                top: 0px;
                left: 0px;
                }

.input-signin-username, .input-signin-password  {
        position: relative;
        top: 0px;
        left: 0px;
        }
.signin-div, .qr_code-div {
        position: relative;
        white-space: nowrap;
        margin-top: 15px;
        margin-left: 45px;
        }
        .qr_code-div img {
                max-width: 200px;
                }
        .label-signin, .label-signin-username, .label-signin-password, .label-signin-code  {
                position: absolute;
                top: 10px;
                left: 10px;
                color: #b8b8b8;
                font-size: 16px;
                }
        .input-signin-username, .input-signin-password  {
                position: relative;
                top: 0px;
                left: 0px;
                color: #b8b8b8;
                font-size: 16px;
              z-index: 100;
                }
.ham-menu {
        position: absolute;
        top: 5px;
        left: 18px;
        }
.ham-menu img {
        width: 30px;
        }
        .access-card-div {
                display: inline-block;
                text-align: center;
                min-width: 54px;
                }
        .access-card {
                height: 40px;
                vertical-align: middle;
                margin-right: 15px;
                }
        .access-card-sub {
                height: 15px;
                vertical-align: middle;
                margin-right: 70px;
                }

.login-page {
        display: none;
        }
.menu {
        display:none;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 15px;
        color: #f6f6f6;
        background: #434c50;
        border-radius: 3px;
        z-index: 3000;
        }
.hover {
        cursor: pointer;
        }
.action-but {
        display: inline-block;
        color: #434c50;
        background: #f6f9f8;
        padding: 5px 10px;
        margin-bottom: 5px;
        margin-right: 5px;
        font-size: 14px;
        text-align: center;
        border: 1px solid #dae1e1;
        border-radius: 3px;
        }
.action-but:hover {
        color: #1773bb;
        border: 1px solid #28A9E1;
        cursor: pointer;
        }
.image-but {
        display: inline-block;
        text-align: center;
        color: #697374;
        border: 1px solid transparent;
        border-radius: 3px;
        padding: 3px;
        margin-left: 10px;
        }
.image-but:hover {
        background: #f6f9f8;
        border: 1px solid #eef2f2;
        }
.image-but img {
        height: 20px;
        vertical-align: text-bottom;
        }

.tabs {
        position: relative;
        color: #808080;
        background: #eef2f2;
        border: 1px solid transparent;
        width: 100%;
        padding: 0;
        overflow: hidden;
        z-index: 600;
        }
        .tabs span.spacer-tab {
                width: 40px;
                }
        .message-tab {
                position: relative;
                border-right: 0px !important;
                text-align: left !important;
                margin-left: 69px;
                padding: 10px 30px 10px 10px;
                border-left: 1px solid #dae1e1;
                }
        .tabs div#search-but, .alert-head div#search-but {
                position: absolute;
                top: 11px;
                left: 22px;
                }
        .tabs div#search-but img {
                height: 20px;
                }
        .tabs span {
                border-bottom: 2px solid transparent;
                border-right: 1px solid #dae1e1;
                padding: 8px 10px;
                display: inline-block;
                min-width: 20px;
                text-align: center;
                }
                .tabs span.selected {
                                color: #1f1f1f;
                                border-bottom: 2px solid #28A9E1;
                        }
                .reg-tab:hover, .custom-tab:hover {
                                color: #f6f9f8;
                                background: #dae1e1;
                                cursor: pointer;
                        }
                .last-tab {
                        margin-right: 25px;
                        border-right: 1px solid transparent !important;
                        }
                .custom-tab-drop {
                                color: #fff;
                                background: #0088CE;
                        }
                .tab-drop-stop {
                                color: #fff;
                                border: 1px solid #0088CE;
                        }
                .tab-drop-start {
                                color: #15B7E8;
                                background-color: #fff;
                                border: 1px solid #0088CE;
                                border-right: 1px solid #0088CE;
                        }
                .tabs span#tab-new {
                        position: relative;
                        border: 0;
                        }
                        #tab-new img {
                                position: absolute;
                                top: 3px;
                                width: 22px;
                                }

.menu-label {
        color: #b8b8b8;
        padding: 5px 0;
        font-size: 12px;
        text-transform: uppercase;
        white-space: nowrap;
        text-overflow: ellipsis;
        }
.menu-option {
        padding: 7px 10px;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        }
.menu-option a {
        color: #ffffff;
}

.menu-option a:hover{
       background: #59656a;
}

.menu-open {
        cursor: pointer;
        }
.menu-option:hover, .menu-option-mark:hover {
        background: #59656a;
        border-radius: 2px;
        cursor: pointer;
        }
.menu-option-mark {
        position: relative;
        padding: 7px 20px;
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        }
.menu-option-mark a {
        color: #ffffff;
       }
.menu-option-mark a:hover {
       background: #59656a;
       }
        img.menu-mark, img.menu-mark-2 {
                display: none;
                position: absolute;
                top: 7px;
                left: 0px;
                width: 16px;
                }
        img.menu-mark-2 {
                display: block;
                top: 17px;
                }
.menu-separator {
        border-top: 1px solid #626e72;
        height: 5px;
        margin-top: 5px;
        }

.content {
        position: relative;
        }

/* dialog */

.dialog {
        display: none;
        position: absolute;
        background-color: #fff;
        border: 1px solid #b8b8b8;
        border-radius: 3px;
        z-index: 2000;
        }
.dialog-title {
        color: #949494;
        padding: 10px;
        font-size: 12px;
        text-transform: uppercase;
        white-space: nowrap;
        border-bottom: 1px solid #dae1e1;
        }
.dialog-content {
        padding: 15px;
        }
.dialog-title:hover {
        cursor: move;
        }

.dialog .close-but {
        position: absolute;
        top: 7px;
        right: 7px;
        width: 20px;
        cursor: pointer;
        z-index: 2001;
        }

/* lists */

.list {
        margin-right: 20px;
        }
.list-title {
        color: #434c50;
        font-size: 14px;
        margin-bottom: 5px;
        }
.list-div {
        height: 50px;
        overflow: auto;
        }
.list-item {
        color: #0088ce;
        font-size: 12px;
        text-decoration: none;
        padding: 2px;
        white-space: nowrap;
        }

.textarea-glow {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}

.textarea-glow:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.dlg-txt {
        color: #333333;
        font-size: 16px;
}

.dlg-grey-txt {
        color: #808080;
        font-size: 14px;
}

h1, h2, h3, h4, h5 {
  margin: 1rem 0;
  font-weight: 100;
  line-height: 1.15;
}

@media (min-width: 1200px) {
  h1 {
    margin-top: 0;
    font-size: 4.052em;
  }

  h2 {
    font-size: 3.441em;
  }

  h3 {
    font-size: 2.953em;
  }

  h4 {
    font-size: 2.563em;
  }

  h5 {
    font-size: 2.25em;
  }

  h5 {
    font-size: 1.25em;
  }

  small, .text_small {
    font-size: 0.8em;
  }
}

.container {
  display: flex;
  height: 100vh;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.sso--login {
  color: #606060;
  display: grid;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (min-width: 576px) {
  .sso--login {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sso--login .column--primary {
  text-align: center;
}
@media (min-width: 768px) {
  .sso--login .column--primary {
  }
}
.sso--login .column--aside {
  text-align: center;
}
.sso--login .column {
    text-align: center;
    margin-left: 150px;
}
.sso--login .logo {
  max-width: 75%;
  height: auto;
}
@media (min-width: 768px) {
  .sso--login .logo {
    margin-bottom: 3em;
  }
}
.sso--login .title {
  color: #FE4100;
  font-weight: 100;
}
.sso--login .title small {
  color: #000;
  display: block;
  font-size: 0.3em;
  font-weight: 300;
}
.sso--login .heading {
  font-weight: 100;
}
.sso--login .login--form {
  width: 500px;
  background-color: #fff;
  border: solid 1px #C2C4D1;
  border-radius: 1.5em;
  padding: 1.5em;
  text-align: left;
}
@media (min-width: 768px) {
  .sso--login .login--form {
    box-shadow: 0 0 1.5em #C2C4D1;
    margin: 1.5em;
  }
}
@media (min-width: 1200px) {
  .sso--login .login--form {
    margin: 4em auto 2em auto;
  }
}
.sso--login .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  text-transform: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sso--login .btn-block {
  display: block;
  width: 100%;
}
.sso--login .btn-primary {
  color: #fff;
  background-color: #FE4100;
  border-color: #FE4100;
}
.sso--login .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.sso--login .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #727272;
  border-radius: 0.75em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sso--login .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.sso--login .form-control-plaintext a {
  color: #515151;
  font-size: 0.85em;
  font-weight: 300;
}
.sso--login .form-group {
  margin-bottom: 1rem;
}
.sso--login .form-group a {
  color: #515151;
  font-size: 0.85em;
  font-weight: 400;
}
.sso--login .form-text {
  display: block;
  margin-top: 0.25rem;
}


/* --- Table CSS --- */
.table-group .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: white;
  color: #fff;
  text-align: center;
  border-radius: 6px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;

}

.table-group:hover .tooltiptext {
  visibility: visible;
}

.table  {
  font-size: 14px;
  background-color: white;
  color: black;
  padding: 5px 5px;
}

/*
a:hover,
a:focus {
  color: #515151;

}
*/

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.sso--login .row img {
    display: inline-block;
    width: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.sso--login .row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    background-color: #fff;
    border: solid 1px #C2C4D1;
    border-radius: 1.5em;
    padding: 1.5em;
    text-align: center;
    margin-bottom: 20px;
}

a.loginLink1 {
    text-decoration: underline;
    color: #515151;
    padding: 0px;
    display: inline;
    border-radius: 0px;
}

a.loginLink2 {
    text-decoration: none;
    color: #515151;
    padding: 0px;
    display: inline;
    border-radius: 0px;
}

input[type="checkbox"].rememberCheckbox {
    padding: 0px;
    margin-right: 0px;
}

