/* ==========================================================================
   USERS
   ========================================================================== */
.settings-users-box {
    min-height: calc((100vh - 134px) / 2);
}
.add-user {
    float: right;
    height: 28px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.users-listing-info {
    margin-bottom: 25px;
}
.settings-users-change {
    padding: 0;
}
.users-username {
    font-weight: 700;
    font-size: 20px;
}
.users-select-profile {
    margin-top: -5px;
    margin-bottom: 5px;
}
.users-select-profile span {
    padding: 0;
    text-transform: capitalize;
}
.settings-users-change span {
    padding: 0;
}
/* ==========================================================================
   ADD NEW USER
   ========================================================================== */
.settings-add-users-box {
   min-height: calc(100vh - 119px);
}
.add-new-name {
    margin-left: 5px;
}
.add-new-name input {
    width: 50%;
}
.select-profile-col {
    margin-top: -15px;
}
.select-profile {
    padding-left: 20px;
    padding-bottom: 5px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
}
.profile-selected {
    padding-left: 5px;
    text-transform: capitalize;
}
.profile-selected-last-login {
    padding-left: 10px
}
.choose-role {
}
.password {
    padding-left: 20px;
    margin-top: 30px;
}
.old-password {
    padding-left: 10px;
    background-color: #eaeff2;
    margin-top: 10px;
    width: 50%;
}
.new-password {
    padding-left: 10px;
    background-color: #eaeff2;
    margin-top: 10px;
    width: 50%;
}
.confirm-password {
    padding-left: 10px;
    background-color: #eaeff2;
    margin-top: 10px;
    width: 50%;
}
.new-password-col-width {
    width: 90.333333%;
}
.new-password-col-width input {
    width: 99%;
}
/* input: webkit */
.old-password::-webkit-input-placeholder {
    font-weight: normal;
    color: #20252E;
}
/* input: mozilla */
.old-password::-moz-placeholder {
    font-weight: normal;
    color: #20252E;
}
.new-password::-webkit-input-placeholder {
    font-weight: normal;
    color: #20252E;
}
/* input: mozilla */
.new-password::-moz-placeholder {
    font-weight: normal;
    color: #20252E;
}
/* input: webkit */
.confirm-password::-webkit-input-placeholder {
    font-weight: normal;
    color: #20252E;
}
/* input: mozilla */
.confirm-password::-moz-placeholder {
    font-weight: normal;
    color: #20252E;
}
.username-change-password {
    padding-left: 10px;
    font-weight: 700;
}
.username-change-password input {
    padding-left: 10px;
    color: #20252E;
    margin-left: 0;
    width: 60%
}
.previous-login-div {
    margin-top: 10px;
    margin-bottom: 10px;
}
.previous-login-div p {
    margin-left: -10px;
}
.previous-login-div p > span {
    padding-left: 10px;
}
.last-login-div {
    margin-bottom: 25px;
}
.last-login {
    color: #00a79d;
    font-weight: 700;
    font-size: 85%;
}
.delete-user {
    text-align: right;
    cursor: pointer;
    color: #20252E;
    height: 40px;
    line-height: 50px;
    position: relative;
    z-index: 1;
}
.delete-user img {
    height: 26px;
    margin-top: -6px;
}
.remove-photo {
    width: 30px;
    margin-top: 5px;
}
/* ==========================================================================
   PROFILES
   ========================================================================== */
.add-profile {
    float: right;
    height: 25px;
    cursor: pointer;
}
.icon-arrow-profile {
    height: 16px;
    margin-top: 0;
    padding-left: 5px;
}
.icon-check-permissions {
    float: right;
    height: 20px;
    margin-top: 4px;
}
.icon-add-picture {
    height: 65px;
    margin-top: -5px;
    margin-left: -11px;
    width: 65px;
    border-radius: 50%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-position: 50% 0;
    -moz-object-position: 50% 0;
    -ms-object-position: 50% 0;
    -o-object-position: 50% 0;
    object-position: 50% 0;
}
.btn-add-picture {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #eaeff2;
    margin: 0;
}
.profile-menus-permissions-label {
    cursor: default;
}
.profile-menus-selection li {
    background-color: transparent;
    color: #20252E;
    cursor: default;
}
.activeProfile {
    background-color: #00a79d;
    color: #fff;
    font-weight: 700;
}
.col-xs-offset-2, .col-sm-offset-2, .col-md-offset-2, .col-lg-offset-2 {
    margin-left: 8.33333333%;
}
.margin-auto {
    margin: auto;
}
.remote-access-toggle {
    margin-top: -267px;
}
.remote-access-toggle-button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-box;
    display: -o-inline-box;
    padding-right: 20px;
}
.active-profile-toggle {
    margin-top: -218px;
}
.active-profile-toggle-button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-box;
    display: -o-inline-box;
    padding-right: 42px;
}
.new-user-access {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-box;
    display: -o-inline-box;
    padding-right: 10px;
    margin-left: 22px;
}
.role {
    margin-bottom: 5px;
}
.role p {
    text-transform: capitalize;
}
.role-name {
    margin-left: 10px;
    color: #00a79d;
    font-weight: 700;
    text-transform: capitalize;
}
.profile-checkbox {
    margin: auto;
}
.profile-checkbox input[type="checkbox"] {
    margin-left: 0;
    width: 4rem !important;
}
.profile-checkbox label:before {
    width: 4rem !important;
    height: 1.5rem !important;
    background: transparent !important;
}
.profile-checkbox label:after {
    width: 2.2rem !important;
    height: 2.2rem !important;
    background: #00a79d -webkit-linear-gradient(transparent, rgba(255, 255, 255, 1));
    background-color: #00a79d !important;
    border: 1px solid #fff !important;
    margin-left: -1px;
    margin-top: -3px;
    box-shadow: none !important;
}
.profile-checkbox input:focus:checked~.box:before, .profile-checkbox input:focus:checked~label:before {
    background-color: #fff!important;
}
.profile-checkbox input:checked~.box:before, .profile-checkbox input:checked~label:before {
    background-color: #fff!important;
}
.ui.checkbox .box:before, .ui.checkbox label:before {
    background-color: #a5a5a5 !important;
}
.profile-checkbox-selection label:after {
    border: 2px solid #eaeff2 !important;
}
.profile-menus-list-names input[disabled] {
    cursor: default !important;
}
.profile-checked-icon {
    float: right;
    margin-right: 15px;
}
/*** TELEPHONES NOTIFICATIONS ***/
.telephones-area {
    margin-left: 9.666667%;
    width: 89%;
}
.no-phone-notifications-message {
    height: 150px;
    display: table;
    width: 100%;
    text-align: center;
}
.no-phone-notifications-message span {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}
.mobile-devices-div {
    padding: 0;
    margin-bottom: 15px;
}
.mobile-devices-div img {
    height: 25px;
}
.mobile-devices-div .remove img {
    margin-left: -10px;
}
.mobile-devices-div > div:last-child {
    text-align: right;
}
.last-admin-role-message {
    color: #00a79d;
    font-weight: 700;
}
.last-admin-error-message {
    font-weight: 700;
    font-style: italic;
}
.edit-user-role-list:not(:last-of-type) {
    width: auto;
    float: right;
    margin-right: 0;
}
/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media only screen and (max-width: 1199px) {
    .settings-users-box {
        min-height: calc((100vh - 110px) / 2);
    }
    .settings-add-users-box {
       min-height: calc(100vh - 97px);
    }
    .add-user {
        height: 24px;
    }
    .users-username {
        font-size: 18px;
    }
    .delete-user {
        height: 38px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 991px) {
    .settings-users-box {
        min-height: calc((100vh - 85px) / 2);
    }
    .settings-add-users-box {
       min-height: calc(100vh - 75px);
    }
    .add-user {
        height: 20px;
    }
    .users-username {
        font-size: 16px;
    }
    .add-profile {
        height: 18px;
    }
    .btn-add-picture {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
        margin-left: -9px;
    }
    .icon-add-picture {
        height: 55px;
        margin-top: -4px;
        margin-left: -10px;
        width: 55px;
    }
    .delete-user {
        height: 26px;
        line-height: 33px;
    }
    .delete-user img {
        height: 20px;
        margin-top: -6px;
    }
    .previous-login-div p {
        margin-left: 0;
    }
    .previous-login-div p > span {
        padding-left: 0;
    }
    .username-change-password input {
        padding-left: 5px;
    }
    .select-profile {
        padding-left: 20px;
    }
    .add-new-name {
        margin-left: 5px;
    }
    .settings-users-change {
        padding-right: 0 !important;
    }
    .profile-selected {
        padding-left: 10px;
    }
    .new-user-access {
        margin-left: 20px;
    }
    .user-edit-picture {
        margin-left: 0;
    }
    .edit-user-role-list div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .users-listing-info {
        padding: 0 !important;
    }
    .last-login-div {
        margin-bottom: 10px;
    }
    .password {
        padding-left: 10px;
        margin-top: 20px;
        margin-bottom: 0;
    }
    .profile-checkbox input[type="checkbox"] {
        margin-left: 10px;
        margin-top: 2px;
    }
    .role {
        padding: 0 !important;
    }
    .mobile-devices-div div {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 800px) {
    /******************************
    STYLING FOR IPADS
    ******************************/
    .btn-add-picture {
        width: 50px;
        height: 50px;
        margin-left: -5px;
    }
    .icon-add-picture {
        height: 45px;
        width: 45px;
    }
    .add-new-name input {
        width: 70%;
    }
    .delete-user {
        height: 26px;
        line-height: 38px;
    }
    .remove-photo {
        width: 25px;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .settings-add-users-box {
        min-height: calc(100vh - 80px);
    }
    .users-username {
        font-size: 18px;
        padding-left: 10px;
    }
    .users-select-profile span {
        font-size: 18px;
    }
    .btn-add-picture {
        width: 55px;
        height: 55px;
        margin-left: 0;
    }
    .icon-add-picture {
        height: 48px;
        margin-top: -4px;
        margin-left: -10px;
        width: 48px;
    }
    .select-profile-col {
        margin-top: -20px;
    }
    .last-login {
        margin-top: -5px;
    }
    .add-user {
        height: 30px;
        margin-top: -3px;
    }
    .users-last-login {
        margin: 10px -10px 0 10px;
    }
    .users-select-profile span {
        padding-left: 10px;
    }
    .icon-arrow {
        margin-left: 0;
        height: 20px;
    }
    .telephones-area {
        margin-left: 0;
        width: 100%;
        padding: 0 !important;
    }
    .no-phone-notifications-message {
        height: 100px;
    }
    .new-password-col-width {
        width: 100%;
        margin-left: -7px;
    }
    .new-password-label {
        margin-left: -5px;
    }
    .new-user-access {
        margin-left: 19px;
        width: 45%;
    }
    .mobile-devices-div {
        padding: 0;
        margin-bottom: 15px;
        margin-left: -15px;
        width: calc(100% + 35px);
    }
    .delete-user {
        height: 40px;
        line-height: 50px;
    }
    .delete-user img {
        height: 25px;
        margin-top: -10px;
    }
}
@media only screen and (max-width: 600px) {
    .users-select-profile {
        margin-top: -7px;
        margin-bottom: -2px;
    }
    .username-change-password input {
        margin-left: 15px;
        padding-left: 5px;
    }
    .profile-selected {
        padding-left: 15px;
        margin-left: 15px;
    }
    .profile-selected-last-login {
        padding-left: 15px;
        margin-left: 15px;
    }
    .previous-login-div {
        margin-left: 15px;
        width: 100%;
    }
    .last-login-div {
        padding-left: 4px !important;
    }
    .add-new-name {
        margin-left: 20px;
    }
    .new-user-access {
        margin-left: 35px;
        width: 35%;
    }
    .add-new-name input {
        width: 100%;
    }
    .users-username {
        padding: 0;
        word-wrap: break-word;
    }
    .settings-users-name-display {
        width: 70%;
        margin-left: 10px;
        margin-right: -10px;
    }
    .settings-users-change {
        width: 30%;
    }
    .previous-login-div div:first-child {
        width: 25%;
    }
    .previous-login-div div:last-child {
        width: 75%;
    }
}
@media only screen and (max-width: 500px) {
    .btn-add-picture {
        width: 47px;
        height: 47px;
    }
    .icon-add-picture {
        height: 40px;
        width: 40px;
    }
}
@media only screen and (max-width: 450px) {
    .btn-add-picture {
        width: 37px;
        height: 37px;
    }
    .icon-add-picture {
        height: 35px;
        margin-top: -6px;
        margin-left: -12px;
        width: 35px;
    }
    .username-change-password {
        padding-left: 15px;
    }
    .username-change-password input {
        margin-left: 10px;
        width: 80%;
    }
    .profile-selected {
        padding-left: 0;
    }
    .profile-selected-last-login {
        padding-left: 0;
    }
    .previous-login-div p {
        margin-left: 0;
        margin-bottom: 0;
    }
    .previous-login-div p > span {
        padding-left: 5px;
    }
    .icon-arrow {
        margin-left: -3px;
        margin-top: -5px;
        height: 15px;
    }
    .add-user {
        height: 25px;
        margin-top: -4px;
    }
    .profile-menus-permissions-label {
        width: 100%;
    }
    .profile-menus-selection {
        width: 70%;
        background-color: #eaeff2;
        padding-right: 0 !important;
        padding-left: 0;
        float: right;
    }
    .new-user-access {
        margin-left: 30px;
        width: 40%;
    }
    .profile-selected {
        margin-left: 14px;
    }
    .edit-user-role-list {
        margin-left: 0;
        margin-right: -15px;
    }
    .profile-menus-selection li {
        margin-top: 10px;
    }
    .last-login {
        font-size: 16px !important;
    }
    .previous-login-div {
        width: 110%;
        margin-left: -11%;
        padding: 0 !important;
        margin-top: 25px;
    }
    .last-admin-error-message {
        font-size: 16px;
    }
    .users-last-login {
        display: none;
    }
    .users-select-profile {
        margin: 0;
    }
    .last-login-div {
        display: none;
    }
    .delete-user {
        line-height: 40px;
    }
    .delete-user img {
        height: 20px;
        margin-top: -6px;
    }
    .remove-photo {
        width: 20px;
        margin-left: -3px;
        margin-top: 7px;
    }
}
@media only screen and (max-width: 400px) {
    .delete-user {
        width: auto;
        float: right;
    }
}
@media only screen and (max-width: 350px) {
    .select-profile-col {
        margin-top: -17px;
    }
}
