/**
 * WHMCS Bootstrap Override Sheet
 *
 * These styles override Bootstrap's defaults.
 *
 * @author    WHMCS Limited <development@whmcs.com>
 * @copyright Copyright (c) WHMCS Limited 2005-2016
 * @license   http://www.whmcs.com/license/
 */

body,
input,
button,
select,
textarea {
  font-family: "Open Sans", Verdana, Tahoma, serif;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.container-fluid.without-padding {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.navbar-main {
    margin-bottom: 0;
    background-color: transparent !important;
    border: 0;
    min-height: 38px;
    font-family: "Rajdhani", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}
.navbar-main li.account {
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar-main .navbar-nav > li > a {
    color: #fff;
}

.navbar-main .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
    color: #A4ED14;
    background-color: rgba(0, 128, 43, 0.15);
}

#main-menu .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
}

.navbar-main .dropdown-menu {
    padding: 3px 0;
    border-top: 0;
    border-radius: 0;
}
.navbar-main .navbar-nav .dropdown-menu > li > a:hover,
.navbar-main .navbar-nav .dropdown-menu > li > a:focus,
.navbar-main .navbar-nav .dropdown-menu > .active > a,
.navbar-main .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-main .navbar-nav .dropdown-menu > .active > a:focus,
.navbar-main .navbar-nav .dropdown-menu > .open > a,
.navbar-main .navbar-nav .dropdown-menu > .open > a:hover,
.navbar-main .navbar-nav .dropdown-menu > .open > a:focus {
    color: #333;
    background-color: #eee;
}

@media (max-width: 767px) {
    .navbar-main .navbar-nav .open .dropdown-menu > li > a {
        color: #ddd;
    }
    .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
        margin-bottom: 10px;
    }
}

.panel {
  font-size: 0.9em;
}

.list-group {
  font-size: 0.9em;
}
.list-group-item {
    border-color: #f5f5f5;
}
.list-group-item .badge {
    background-color: transparent;
    color: #666;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #00802B;
    border-color: #00802B;
}


.pagination {
    font-size: 0.8em;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: white;
    background-color: #00802B;
    border-color: #00802B;
}

.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #00802B;
}

.label {
    border-radius: 0;
}

input[type='file'].form-control {
    height: inherit;
    margin-bottom: 5px;
}

.list-group-item {
    padding: 7px 15px;
}
.panel-body {
    padding: 10px 15px;
}

/*
 * We use a larger font-size than the bootstrap default, which requires an increase
 * in the top offset to maintain correct alignment in form control feedback.
 */
.has-feedback label ~ .form-control-feedback {
    top: 27px !important;
}

.list-group-item > i.far.fa-circle {
    color: #808080;
}

.has-error button {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

/*
 * Language strings which are too long to fit into buttons should be "chopped off" inside the div
 * of that button, instead of "overflowing" outside of the button.  CORE-9272
 */
.btn {
    overflow: hidden;
}

/* Sinphox dark menu — loaded via overrides.css fallback */
.sinphox-website-bar {
    position: relative;
    z-index: 20 !important;
    background: #020617 !important;
    border-bottom: 1px solid rgba(30, 41, 59, 0.6) !important;
    overflow: visible !important;
}
.sinphox-whmcs-bar {
    position: relative;
    z-index: 10 !important;
    background: #0f172a !important;
    border-bottom: 1px solid rgba(30, 41, 59, 0.6) !important;
    overflow: visible !important;
}
.sinphox-whmcs-bar .container,
.sinphox-whmcs-inner,
.sinphox-whmcs-menu,
.sinphox-whmcs-account {
    overflow: visible !important;
}
.sinphox-whmcs-menu .dropdown-menu,
.sinphox-whmcs-account .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    margin-top: 0 !important;
    z-index: 1040 !important;
}
.sinphox-whmcs-menu > li.dropdown > .dropdown-menu::before,
.sinphox-whmcs-account > li.dropdown > .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
}
.sinphox-whmcs-menu > li.dropdown:hover > .dropdown-menu,
.sinphox-whmcs-account > li.dropdown:hover > .dropdown-menu,
.sinphox-whmcs-menu > li.dropdown.open > .dropdown-menu,
.sinphox-whmcs-account > li.dropdown.open > .dropdown-menu {
    display: block !important;
}
.sinphox-website-bar .dropdown-menu,
.sinphox-website-bar .nav-dropdown-panel {
    z-index: 1050 !important;
}
.sinphox-main-menu .nav-link,
.sinphox-main-menu > li > a,
.sinphox-main-menu > li > a.nav-link {
    color: #ffffff !important;
    background: transparent !important;
}
.sinphox-whmcs-menu > li > a,
.sinphox-whmcs-account > li > a {
    color: #cbd5e1 !important;
    background: transparent !important;
}
.sinphox-action-link {
    color: #cbd5e1 !important;
}
section#header,
section#main-menu {
    display: none !important;
}
