.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.btn-dark {
    min-width: 338px;
    background: #08284f;
    color: #fff;
    font-size: 20px;
    padding: 15px 17px;
    text-align: center;
}
.btn-dark:hover {
    background-color: #0b407e;
}
.btn-rounded {
    border-radius: 28px;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.listings {
    /*max-width: 1207px;*/
    margin: 0 auto;
    /*padding: 0 15px;*/
    font-size: 20px;
}
.listings .table-wrapper {
    background: #f8f8f8;
    color: #08284f;
    margin-bottom: 31px;
    padding-bottom: 24px;
}
.listings table {
    width: 100%;
    position: relative;
}
.listings thead {
    background: #08284f;
    color: #fff;
}
.listings thead th {
    padding: 19px 34px 20px;
    font-weight: normal;
    text-align: left;
}
.listings tbody:before {
    /*content: '';*/
    width: 34px;
    background: #f8f8f8;
    position: absolute;
    top: 64px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.listings tbody:after {
    /*content: '';*/
    width: 34px;
    background: #f8f8f8;
    position: absolute;
    top: 64px;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.listings .align-top td {
    vertical-align: top;
}
.listings tbody td {
    border-bottom: 1px solid #08284f;
}
.listings td {
    padding: 28px 20px 25px;
    text-align:left;

}
.listings .has-stat {
    width: 587px;
}
.listings .td-action {
    width: 163px;
}
.listings .td-action a {
    display: inline-block;
    margin-left: 26px;
    opacity: 0.6;
}
.listings .td-action a:first-child {
    margin-left: 0;
}
.listings .td-action a:hover {
    opacity: 1;
}
.listings .td-action img {
    width: 20px;
    height: 20px;
}
.listings .th-action img {
    width: 25px;
    height: 25px;
}
.listings .info-box-wrapper {
    display: none;
    margin: 0 -10px;
    padding-top: 20px;
}
.listings .info-box {
    min-width: 136px;
    display: inline-block;
    background: #08284f;
    font-size: 60px;
    line-height: 1.1;
    border: 1px solid #707070;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 0 10px;
    padding: 5px 15px 10px;
}
.listings .info-box .label {
    display: block;
    font-size: 20px;
    font-weight: 400;
}
.listings .row{
    margin-bottom: 10px;
}
.pagination {
    text-align: center;
    margin-top: 20px;
}
.pagination a {
    display: inline-block;
    text-decoration: none;
    padding: 13px 23px 12px;
}
.pagination a:hover,
.pagination a.active {
    background: #08284f;
    color: #fff;
}
/* New account form start */
.new-account,
.my-account {
    max-width: 1039px;
    margin: 0 auto;
}
.new-account > .row {
    margin: 0 -26px;
}
.new-account > .row [class*="col-"] {
    padding: 0 26px;
}
.new-account .form-group,
.my-account .form-group {
    margin-bottom: 46px;
}
select.form-field {
    background: url('../images/account/chevron-down.svg') no-repeat 96% center;
    background-size: 30px auto;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 60px;
}
.new-account .form-field,
.my-account .form-field {
    width: 100%;
}
.form-field {
    height: 64px;
    font-size: 20px;
    color: #08274e;
    border: 1px solid #07254a;
    padding: 15px 34px;
}
.form-field:disabled {
    background: #f7f7f7 url('../images/lock.svg') no-repeat 96% center;
    background-size: 18px auto;
}
.form-field::-webkit-input-placeholder {
    color: #a1acbb;
}
.form-field:-ms-input-placeholder {
    color: #a1acbb;
}
.form-field::placeholder {
    color: #a1acbb;
}
.link-back {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
}
.link-back:hover {
    text-decoration: none;
}
.configModal{
    margin-top: 80px;
}
.btn-save.btn-rounded {
    max-width: 493px;
    width: 100%;
    padding: 19px 17px 20px;
    border-radius: 32px;
}
/* New account form end */

.client-info {
    font-size: 22px;
    color: #8595a7;
    margin-bottom: 30px;
}
.client-info .head-lg {
    color: #07264c;
    margin-bottom: 10px;
}
.client-info .icon-edit {
    width: 32px;
    height: 32px;
}
.client-info .date-label {
    display: inline-block;
    min-width: 200px;
    margin-right: 10px;
    text-align: left;
}
.client-info .date {
    display: inline-block;
    min-width: 112px;
}
/* My account start */
.profile-pic-wrapper {
    position: relative;
    width: 136px;
    height: 136px;
    margin: 0 auto;
}
.profile-pic-wrapper label {
    cursor: pointer;
}
.profile-pic {
    border-radius: 100px;
    overflow: hidden;
}
.profile-pic img {
    display: block;
    width: 100%;
}
.profile-pic-wrapper .btn {
    background: #f7f7f7;
    min-width: 150px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    z-index: 1;
}
.profile-pic-wrapper .btn:hover {
    background: #f0f0f0;
    color: #07284f;
}
.profile-pic-wrapper input {
    display: none;
}
.my-account .link-back {
    font-size: 20px;
    margin-bottom: 10px;
}
/* My account end */

.head-lg {
    font-size: 62px;
    margin-bottom: 30px;
}
.text-bold {
    font-weight: 700;
}
.cta {
    position: relative;
}
.action-window {
    background: #fff;
    font-size: 20px;
    padding: 55px 33px 22px;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
}
.action-window .icon-close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 14px;
    z-index: 1;
    opacity: 0.8;
}
.action-window .icon-close:hover {
    opacity: 1;
}
.action-window .icon-close img {
    width: 100%;
}
.action-window .input-field {
    background: none;
    max-width: none;
    height: 45px;
    border: 1px solid #707070;
}
.action-window .form {
    position: relative;
    padding-right: 174px;
}
.action-window .btn {
    min-width: auto;
}
.action-window .form .btn {
    margin: 0;
    padding: 14px 24px 13px;
    position: absolute;
    top: -3px;
    right: 0;
    z-index: 1;
    cursor: pointer;
}
.action-window .btn span {
    display: inline-block;
    vertical-align: middle;
}
.action-window .btn .icon-envelope {
    width: 30px;
    height: 25px;
    margin-left: 22px;
    vertical-align: middle;
}
.action-window .or-separator {
    position: relative;
    margin-bottom: 20px;
}
.action-window .or-separator:before {
    content: '';
    background: #707070;
    height: 1px;
    position: absolute;
    margin-top: -1px;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}
.action-window .or-separator span {
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    z-index: 1;
}
.update-model .btn {
    margin-bottom: 30px;
    cursor: pointer;
}
.success-message-wrap {
    background: #fff;
}
.success-message {
    max-width: 300px;
    margin: 0 auto;
}
.success-message .emoticon {
    display: block;
    width: 104px;
    height: 104px;
    margin: 0 auto 30px;
}
.password-field-wrapper {
    position: relative;
}
.password-field-wrapper .form-control {
    padding-right: 70px;
}
.password-field-wrapper .view-password {
    width: 25px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 0.1s;
}
/*.password-field-wrapper .view-password:hover,*/
.password-field-wrapper .view-password.active {
    opacity: 0.8;
}
@media (max-width: 1279px) {
    .new-account,
    .my-account {
        max-width: 940px;
    }
    .btn-dark {
        min-width: 300px;
        font-size: 18px;
    }
    .listings {
        font-size: 16px;
    }
    .listings thead th {
        padding: 19px 20px 20px;
    }
    .listings td {
        padding: 28px 20px 25px;
    }
    .listings tbody:after,
    .listings tbody:before {
        width: 20px;
    }
    .listings .td-action {
        width: 180px;
    }
    .listings .has-stat {
        width: 458px;
    }
    .listings .td-action a {
        margin-left: 20px;
    }
    .head-lg {
        font-size: 52px;
    }
    .form-field {
        font-size: 18px;
    }
    .btn-save {
        max-width: 400px;
    }
    .client-info {
        font-size: 20px;
    }
    .client-info .date-label {
        min-width: 170px;
    }
    .listings .info-box-wrapper {
        margin: 0 -6px;
    }
    .listings .info-box {
        font-size: 48px;
        min-width: 120px;
        margin: 0 6px;
    }
    .new-account > .row {
        margin: 0 -15px;
    }
    .new-account > .row [class*="col-"] {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .head-lg {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .form-field {
        font-size: 16px;
        height: 52px;
        padding: 15px 20px;
    }
    select.form-field {
        background-size: 20px auto;
        padding-right: 45px;
    }
    .btn-dark {
        min-width: auto;
        font-size: 16px;
        padding: 15px 25px;
    }
    .listings {
        font-size: 14px;
        padding: 0;
    }
    .table-responsive table {
        table-layout: fixed;
    }
    .listings thead th {
        padding: 0 10px;
    }
    .listings thead .th-company {
        width: 200px;
    }
    .listings thead .th-last-login {
        width: 130px;
    }
    .listings thead .th-total-account {
        width: 160px;
    }
    .listings thead .th-saved {
        width: 80px;
    }
    .listings thead .th-last-edit {
        width: 180px;
    }
    .listings thead .th-share,
    .listings thead .th-views {
        width: 80px;
    }
    .listings thead .th-last-view {
        width: 120px;
    }
    .listings thead .th-name,
    .listings thead .th-date {
        width: 160px;
    }
    .listings thead .th-state {
        width: 110px;
    }
    .th-team-member { width: 200px; }
    .th-reg-on { width: 160px; }
    .listings thead .th-config-name {
        width: 215px;
    }
    .listings thead .th-action {
        width: 150px;
    }
    .new-account .form-group,
    .my-account .form-group {
        margin-bottom: 26px;
    }
    .link-back {
        font-size: 18px;
    }
    .btn-save.btn-rounded {
        max-width: 180px;
    }
    .client-info {
        font-size: 16px;
    }
    .client-info .date-label {
        min-width: 162px;
    }
    .client-info .icon-edit {
        width: 26px;
        height: 26px;
        vertical-align: middle;
    }
    .client-info .email {
        display: block;
        margin-bottom: 10px;
    }
    .client-info .dates p {
        padding-top: 5px;
    }
    .configModal {
        margin-top: 40px;
    }
}
.listings thead th {
    padding: 19px 18px 20px;
    font-weight: normal;
    text-align: left;
}
.sweet-warning {
    background: #08284f;
}
.swal-button:not([disabled]):hover {
    background-color: #08284f;
}
.sweet-warning:hover {
  background-color: #0b407e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}