@font-face {
    font-family: Gotham;
    src: url('../fonts/GothamBook.woff');
    font-weight: normal;
}
@font-face {
    font-family: Gotham-Bold;
    src: url('../fonts/Gotham-Bold.woff');
    font-weight: bold;
}
.hq-general-settings-wrapper {
    display: flex;
    flex: 1;
    flex-direction: row;
    width: 90%;
}

.hq-general-settings-item-wrapper {
    display: flex;
    flex: 1;
    flex-direction: row;
    padding-right: 50px;
}

.hq-general-settings-item {
    display: flex;
    flex-direction: row;
}

.hq-admin-text-input, .hq-admin-select-input {
    height: 35px !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 5px;
    line-height: 35px !important;
}

.hq-admin-select-input {
    width: 100%;
}

.hq-general-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width:35%;
}
.hq-general-input-wrapper-checkbox{
    display: flex;
    justify-content: flex-end;
}
.hq-general-label-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width:65%;
}
.hq-general-input-wrapper-big-fields {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width:75%;
}
.hq-general-input-wrapper-big-fields input,
.hq-general-input-wrapper-big-fields select,
.hq-general-input-wrapper input,
.hq-general-input-wrapper select{
    text-align: right;
    font-family: Gotham, SansSerif;
    font-weight: normal;
}
.hq-general-label-wrapper-big-fields {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width:25%;
}
.tokens {
    flex: 4;
}

#hq-tooltip-user-token, #hq-tooltip-tenant-token {
    padding-left: 10px;
    padding-right: 10px;
}

.hq-tokens-rows {
    justify-content: flex-start;
}

.hq-dates {
    flex: 35 !important;
}

.hq-dates-input {
    flex: 65 !important;
}

.hq-admin-warning-section {
    max-width: 800px;
}

.hq-admin-help-section, .hq-admin-help-section {
    padding-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hq-admin-help-section p{
    font-family: Gotham, SansSerif;
    font-weight: normal;
}
.hq-admin-select-input {
    width: 100%;
}

.button-large {
    width: 120px;
    height: 32px;
}

.hq-admin-warning-section p, .hq-admin-help-section p {
    font-style: italic;
}

.fw-brz-dismiss p:last-of-type a {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    background-color: #d62c64;
    box-shadow: 0px 2px 0px 0px #981e46;
    padding: 11px 27px 12px;
    border: 1px solid #d62c64;
    border-bottom: 0;
    border-radius: 3px;
    text-shadow: none;
    height: auto;
    text-decoration: none;
    display: inline-block;
    transition: all 200ms linear;
}

.wp-heading-inline, .hq-admin-h1, .hq-admin-h3 {
    text-transform: uppercase;
    font-family: Gotham, SansSerif;
    font-weight: bold !important;
}

.hq-admin-text-input-medium {
    width:100%;
}

.hq-admin-text-input-small-medium {
    max-width: 120px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.hq-admin-h1 {
    padding: 0px !important;
}

.hq-messages-box-success, .hq-messages-box-failed {
    display: none;
}

.hq-messages-box-success {
    margin-top: 20px;
}

.hq-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:30px 0;
}

.hq-title-item {
    display: flex;
    justify-content: space-between;
}

.hq-loader {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hq-loader-inner-wrapper {
    display: flex;
    flex: 1;
    justify-content: center;
    align-content: center;
}

.hq-submit-login-button-wrapper {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-content: center;
}

.hq-admin-submit-button {
    margin-left: 20px;
}

.hq-admin-toggle-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    width: 20px;
    height: 20px;
}

button {
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.hq-advanced-feature-section-wrapper {
    max-width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.hq-connected-sign {
    border-radius: 10px;
    padding: 5px 10px;
    margin-left: 10px;
}

.hq-connected-sign-text {
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
    color: #fff;
    text-transform: uppercase;
    font-family: Gotham, SansSerif;
}
.large{
    max-width: 330px !important;
}
.hq-flex-box-container{
    flex-direction: row;
}
#hq-submit-login-button, .hq-admin-submit-button{
    font-family: Gotham,SansSerif !important;
    font-weight: normal;
}
.form-outer-wrapper{
    background-color: #fff;
    width: 80%;
    padding:40px;
    border-radius: 10px;
}
.hq-header-submit-button-wrapper{

}
.hq-tabs-wrapper{
    width: 20%;
}
.hq-tabs-content{
    width: 80%;
    padding: 20px 0px 20px 20px;
}
.hq-form-component-wrapper{
    display: flex;
}
.expand-title,.hamburger{
    font-family: Gotham, SansSerif;
    display: none;
}
.tabs-list li{
    height: 30px;
    background-color: #fff;
    font-family: Gotham,SansSerif;
    border: 1px solid #ccc;
    text-align: center;
}
.tabs-list li.active{
    background-color: #24385C;
    font-family: Gotham,SansSerif;
}
.tabs-list li.active a{
    color: #fff;
    line-height: 30px;
}
.tabs-list li a{
    color: #000;
    line-height: 30px;
    text-decoration: none;
    width: 100%;
    display: block;
}
.tippy-popper,.alert{
    font-family: Gotham,SansSerif;
    font-weight: normal;
}
#hq-settings-page button,
#hq-settings-page input[type=submit] {
    background-color: #24385C;
    font-family: Gotham,SansSerif;
    font-weight: normal;
}
#hq-submit-login-button{
    width: 30%;
}
.hq-table{
    width: 100%;
}
.form-outer-wrapper-tables{
    background-color: #fff;
    width: 100%;
    padding:40px;
    border-radius: 10px;
}
.hq-table thead tr{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.hq-table{
    table-layout: auto;
}
.hq-title-item-tables {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.hq-thumbnail-on-tables{
    width: 100px;
    height: auto;
}
.e-notice,.notice-warning,.jquery-migrate-dashboard-notice{
    display: none !important;
}
@media all and (max-width: 1024px) {
    .form-outer-wrapper {
        width: 100%;
    }
    .hq-general-label-wrapper{
        width: 50%;
    }
    .hq-general-input-wrapper{
        width: 50%;
        margin-left: 30px;
    }
}
@media all and (max-width: 768px) {
    .hq-form-component-wrapper{
        flex-direction: column;
    }
    .hq-tabs-wrapper,.hq-tabs-content,.hq-general-label-wrapper,.hq-general-input-wrapper{
        width: 100%;
    }
    .hq-general-settings-item{
        flex-direction: column;
    }
    .hq-general-label-wrapper-big-fields,
    .hq-general-input-wrapper-big-fields,
    #hq-submit-login-button{
        width:100%;
    }
    .hq-tabs-content{
        padding-left: 0;
        padding-right: 0;
    }
    .hq-submit-login-button-wrapper{
        margin-top: 20px;
    }
    .hq-general-input-wrapper{
        margin-left: 0;
    }
}
.hq-tenant-link-button{
    margin-left: 2px;
}
.hq-tenant-link-button i{
    font-size: 20px;
    color:#3c434a;
}
.hq-normal-wrapper {
    display: block !important;
    max-width: 600px;
}
.hq-box{
    margin-top: 20px;
}
