.hide {
    display: none !important;
}

.solid_background .login-main {
    background-image: none !important;
}

.checkbox.disabled label:before {
    background: #ccc;
}

.ot-table-row .btn {
    padding: 5px;
    font-size: 12px;
    min-width: 90px;
}

.ot-table-row .actions .col {
    min-width: 100px;
}

.HideScreen {
    position: fixed;
    width: 100%;
    background: #0b2e13;
    opacity: 0.5;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
    text-align: center;
}

.HideScreen img {
    margin-top: 25%;
}

.dashboard-topbar {
    padding: 10px 25px !important;
}

.ot-table-row > ul > li.actions {
    flex: 0 0 23% !important;
    max-width: 23% !important;;
}

.ot-table-row > ul > li.actions div {
    padding: 0 1% !important;;
}

.ot-table-row > ul > li.actions a, .footer_actions a {
    margin: 0 5px !important;;
}

.btn-success {
    background-color: #41b780;
    border-color: #41b780;
}

.btn-danger {
    background-color: #e32458;
    border-color: #e32458;
}

.btn-info {
    background-color: #00adce;
    border-color: #00adce;
}

.logo img {
    max-height: 60px;
}

/** Custom Tags **/
.vertical_top {
    vertical-align: top;;
}

.width_5 {
    width: 5% !important;;
}

.width_10 {
    width: 10% !important;;
}

.width_15 {
    width: 15% !important;;
}

.width_20 {
    width: 20% !important;
}

.width_25 {
    width: 25% !important;
}

.width_30 {
    width: 30% !important;
}

.width_35 {
    width: 35% !important;
}

.width_33 {
    width: 33% !important;
}

.width_40 {
    width: 40% !important;
}

.width_50 {
    width: 50% !important;
}

.width_75 {
    width: 75% !important;
}

.width_80 {
    width: 80% !important;
}

.width_100 {
    width: 100% !important;
}

.showwebmsg {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    z-index: 99999;
}

form label.error {
    color: #ff0000;
}

form input.error {
    border-color: #ff0000;
}

#stripe-card-element {
    border: 1px solid #ececec !important;
    box-shadow: none;
    height: 40px;
    font-size: 18px;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.themes.acquired_domain .db-right{
    padding-bottom: 150px;
}
