table.hmls-slide-content-settings-table tr th,
table.hmls-slide-content-settings-table tr td,
table.hmls-slide-template-settings-table tr th,
table.hmls-slide-template-settings-table tr td,
table.hmls-slide-styles-settings-table tr th,
table.hmls-slide-styles-settings-table tr td,
table.hmls-grid-styles-settings-table tr th,
table.hmls-grid-styles-settings-table tr td,
table.hmls-grid-settings-table tr th,
table.hmls-grid-settings-table tr td,
table.hmls-grid-template-settings-table tr th,
table.hmls-grid-template-settings-table tr td {
    border: 0px solid #000;
    padding: 12px 10px;
    text-align: left;
    border-top: 0px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    background: #F7F7F7;
}

table.hmls-slide-content-settings-table,
table.hmls-slide-styles-settings-table,
table.hmls-slide-template-settings-table,
table.hmls-grid-styles-settings-table,
table.hmls-grid-settings-table,
table.hmls-grid-template-settings-table {
    width: 100%;
}

table.hmls-slide-content-settings-table tr th,
table.hmls-slide-styles-settings-table tr th,
table.hmls-slide-template-settings-table tr th,
table.hmls-grid-styles-settings-table tr th,
table.hmls-grid-settings-table tr th,
table.hmls-grid-template-settings-table tr th {
    width: 150px;
    text-align: right;
}

table.hmls-slide-content-settings-table tr th label,
table.hmls-slide-styles-settings-table tr th label,
table.hmls-slide-template-settings-table tr th label,
table.hmls-grid-styles-settings-table tr th label,
table.hmls-grid-settings-table tr th label,
table.hmls-grid-template-settings-table tr th label {
    font-weight: 600;
    text-align: left;
}

.hmls-admin-logo-list {
    width: 60px;
    height: auto;
}


/* Alert Bar Started */

.hmls-alert {
    padding: 20px !important;
    color: white;
}

.hmls-alert.success {
    background-color: #6ABD6E;
}

.hmls-alert.error {
    background-color: #F66358;
}

.hmls-alert.warning {
    background-color: #FFAA2B;
}

.hmls-alert.info {
    background-color: #47A8F5;
}

.hmls-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.hmls-closebtn:hover {
    color: black;
}


/* Alert Bar Ended */


/* Common Admin Styles Started */

.hmls-wrap {
    width: 100%;
}

.hmls_personal_wrap.hmls_personal_help {
    background: #fff;
    margin: 0 20px 20px 0;
    padding: 15px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.hmls_personal_wrap h1 {
    font-size: 30px !important;
    text-align: center;
    border: none;
    padding: 15px 10px !important;
    background: #6029F6;
    color: #fff;
    margin: 15px !important;
    line-height: 1;
    /*margin: 12px 12px 20px 0 !important;*/
    border-radius: 3px;
}

.hmls_personal_wrap .help-link {
    padding: 16px;
}

.hmls-hlp-btn {
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    padding: 12px 16px;
}

.hmls-hlp-btn:hover {
    color: #f1f1f1;
}

.hmls-btn-1 {
    background-color: #49B158;
}

.hmls-btn-2 {
    background-color: #A62F66;
}

.hmls-btn-3 {
    background-color: #F25757;
}

.hmls_personal_wrap .hire-ad {
    padding: 10px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ffffe0;
    border: 1px solid #E6DB55;
    margin: 30px auto;
    width: 60%;
}

.hmls-admin-sidebar .postbox {
    text-align: center;
}

.hmls-admin-sidebar .postbox h3.hndle {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    border-bottom: 1px solid #ccd0d4;
}


/* Common Admin Styles Ended */


/* Nav Tab Started */

.settings-banner h2 {
    color: #5E24DD;
    font-size: 28px;
}

.nav-tab-wrapper {
    border-bottom: 0px solid #5E24DD;
}

.hmls-tab {
    border: 0px;
    border-top: 2px solid #5E24DD;
    border: 1px solid #e5e5e5;
    background-color: #FFF;
    color: #5E24DD;
    padding: 10px 30px;
    font-size: 16px;
    border-bottom: 0;
    margin-left: 0;
}

.hmls-tab:hover {
    background-color: #5E24DD;
    color: #FFF;
    border-bottom: 0px;
}

.hmls-tab.hmls-tab-active {
    background-color: #5E24DD;
    color: #FFF;
}

.button.hmls-button,
.button.hmls-button:active {
    background: #5E24DD;
    color: #FFF;
    border: 0px solid #5E24DD;
    border-radius: 5px;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
}

.button.hmls-button:hover {
    border: 1px solid #5E24DD;
    background: #FFF;
    color: #5E24DD;
}


/* Nav Tab Ended */