/**
 * 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/
 */

a {
    color:#765edc;
}

a:hover, a:focus {
    
      color: #6c56ca;
    text-decoration: underline;
}

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

.navbar-main {
    margin-bottom: 0;
    background-color: #0e5077;
    border: 0;
    min-height: 38px;
    font-size: 15px;
}
.navbar-main li.account {
    background-color: #043d5f;
}

.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: #eee;
    background-color: #043d5f;
}

#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: #465054;
    border-color: #465054;
}


.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: #006687;
    border-color: #006687;
}

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

.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;
}

/*
 * 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;
}

.header ol, .header ul {
    margin-bottom:0px !important;
}
.header a:focus {
    color:#fff;
    text-decoration: none;
}

.header a:hover {
    text-decoration: none;
}

ul.top-nav {
    margin-top:0px;
}
ul.top-nav .button:hover {
    color:rgba(255,255,255,0.68);
     padding: 0px 20px;
} 

ul.top-nav>li:hover .button, ul.top-nav>li:hover a {
    color:#fff;
}

ul.top-nav>li>a {
    padding:0px;
    color:#fff;
     line-height: 40px;
}

ul.top-nav>li>a:hover, ul.top-nav>li>a:focus {
    padding:0px;
    color:rgba(255,255,255,0.68) !important;
     line-height: 40px;
}

ul.top-nav>li .button:focus {
    color:rgba(255,255,255,0.68);
     padding: 0px 20px;
}

ul.top-nav>li.primary-action {
    padding-right:0px;
    border-left:0px;
    padding-left:0px;
    margin-left:0px;
}

.navbar-main {
    margin-bottom: 0;
    background-color: #765edc;
font-family:"ProximaNova-Semibold",sans-serif;
    font-size:16px;
    min-height:44px;
}

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

.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: #fff;
      background: #5c48b0;
}

.dropdown-menu>li>a {
    padding:8px 20px;
    font-size:16px;
     color: #292444;
    opacity:0.88;
}
.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 {
    background:#f7f9fc;
    opacity:1;
     color: #292444;
}

.container {
    width: 100% !important;
    max-width: 1240px !important;
}

section#main-menu {
    background-color: #765edc;
}

section {
    padding:0px !important;
}

.top-nav li:last-child {
    display:none;
      width: 38px;
    padding-right:0px;
}

.fixed {
    right:20px !important;
}

.button_container {
     right: 0px;
}

section#main-body {
    padding:40px 0px 160px 0px !important;
}

h1, h2, h3, h4, h5, h6, div.header-lined h1 {
    font-family: "ProximaNova-Bold",sans-serif;
    color: #292444;
}

.panel-sidebar .panel-title, .panel-heading+.list-group .list-group-item {
    font-family:"ProximaNova-SemiBold",sans-serif;
    font-weight:normal;
    font-size:16px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight:normal;
     color: #7b7b92;
     font-size: 50%;
    font-family:"ProximaNova-Semibold",sans-serif;
}

.sidebar .list-group-item .badge {
    margin-top: 4px;
}

.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
    background-color: #27b4f6;
    border-color: #27b4f6;
}

.panel-sidebar a.list-group-item.active i, .panel-sidebar a.list-group-item.active:focus i, .panel-sidebar a.list-group-item.active:hover i {
    color:#fff !important;
}

body, button, input, select, textarea{
      font-family: "ProximaNova-Regular", sans-serif;
    font-size:16px;
    line-height:22px;
    color: #5b5f7b;
}

.btn {
    font-family:"ProximaNova-Semibold",sans-serif;
    font-size:16px;
}

.label {
    font-weight:normal;
}

.label-warning {
    background-color:#ffcd69;
    font-size:80%;
    font-family:"ProximaNova-Semibold",sans-serif;
     padding-top: 6px;
}


div.header-lined .breadcrumb {
    font-size:16px;
}

div.header-lined .breadcrumb>.active {
      color: #765edc;
    font-family:"ProximaNova-Semibold",sans-serif;
}

div.header-lined .breadcrumb li a {
     color: #5b5f7b;
    opacity:0.75;
}


.btn-primary {
    color: #fff;
    background-color: #765edc;
    border-color: #765edc;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active {
    color:#fff;
    background-color:#6c56ca;
    border-color:#6c56ca;
}

.btn-success {
    color: #fff;
    background-color: #40d961;
    border-color: #40d961;
}

.btn-success:hover, .btn-success:focus, .btn-success:active:hover, .btn-success:active {
    color:#fff;
    background-color:#3ac859;
    border-color:#3ac859;
}

.btn:hover, .btn:focus, .btn:active, .btn:active:hover {
    text-decoration: none !important;
}

.btn-link {
    font-weight:normal;
     font-size: 14px;
      color: #5b5f7b;
    opacity: 0.75;
}

.btn-link:hover {
      color: #5b5f7b;
    opacity: 1;
}

#order-standard_cart .view-cart-items .item-title {
    font-size:18px !important;
    font-family:"ProximaNova-Bold",sans-serif;
        color: #292444;
}

#order-standard_cart .view-cart-items .item-domain {
    color:#27b4f6 !important;
}

#order-standard_cart .view-cart-items-header, #order-standard_cart .empty-cart .btn {
    background-color:#765edc !important;
}

#order-standard_cart .view-cart-items {
    border-bottom:2px solid #765edc !important;
}

#order-standard_cart .empty-cart .btn:hover {
    
      background: #6c56ca !important;
}

#order-standard_cart .view-cart-items .item-price .cycle {
    line-height:18px !important;
    font-size:14px !important;
      color: #5b5f7b !important;
}

#btnEmptyCart {
    opacity:1 !important;
}

.view-cart-items small {
    font-size:14px !important;
      color: #5b5f7b !important;
    line-height:18px !important;
}

.btn:focus {
    outline:none !important;
    box-shadow:none !important;
}

#order-standard_cart .view-cart-items .item:nth-child(even) {
    background-color: #f7f9fc !important;
}

#applyPromo .btn {
    opacity:0.88;
}

#applyPromo .btn:hover {
    opacity:1;
}

.kbarticles a .glyphicon {
    color:#765edc;
}

#order-standard_cart .products .product header span {
    font-size:20px !important;
      font-family: "ProximaNova-SemiBold",sans-serif !important;
    color: #292444 !important;
}

.container {
    padding-left:20px !important;
    padding-right:20px !important;
}

.navbar-main .navbar-toggle {
    margin:0px;
    width:100%;
    display:block;
    color:#fff;
    font-family:"ProximaNova-Semibold",sans-serif;
    height:44px;
}

.dropdown-menu > li > a {
    font-weight:normal;
}

.navbar-header {
    display:none;
}

.header .caret {
    border:0px;
    display: inline-block;
    width: 8px;
    height: 5px;
    margin-left: 2px;
    margin-top: -02px;
    vertical-align: middle;
    background: url(../images/dropdownarrownav.png);
}

.header .label {
      padding-top: 4px;
    padding-bottom: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    
}

.navbar-main li.account {
    background-color:#5c48b0;
}


.tiles .tile {
    background:#f7f9fc;
}

.tiles .stat {    font-family: "ProximaNova-Bold",sans-serif;
    color: #292444;}

.tiles .tile:hover {
    background-color: #f2f5f8;
    cursor: pointer;
}

.tile .title {
    font-weight: normal;
     color: #5b5f7b;
    opacity:0.68;
    font-family:"ProximaNova-Semibold",sans-serif;
}


.tile .icon {
     color: #5b5f7b;
    opacity:0.28;
}


.client-home-panels .panel > .panel-heading .panel-title .btn {
    font-size:14px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 2px 5px 0px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.table-list > tbody > tr:nth-child(even) > td {
    background-color: #fbfcfe;
}

.dataTables_wrapper table.table-list thead th {
    font-size:14px;
    font-family:"ProximaNova-Semibold",sans-serif;
}

.text-success {
    color: #3ac859;
}

.hideloggedin {
    display:none !important;
}


@media only screen and (max-width:600px) {
    .dataTables_wrapper .dataTables_filter label .form-control {
        display:none;
    }
}



@media only screen and (max-width: 1059px) {
    .header li {
        padding: 30px 24px 30px 0px;
    }

    .header .logo {
        margin-right:40px;
    }
}


@media only screen and (max-width: 991px) {
    
    
.navbar-header {
    display:block;
}
    
    .main-navigation {
        display:none;
    }
    
    .top-nav li {
        display:none !important;
    }
    .top-nav li:last-child {
        display:block !important;
    }
    
    section#main-body {
    padding: 40px 0px 10px 0px !important;
}
    
}



@media (max-width:991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        
      padding: 8px 15px 8px 30px;
        color:#fff !important;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
        color: #fff !important;
        background: #5c48b0 !important;
    }
    
        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgba(255,255,255,0.08) !important;
}
    
    .nav .nav-divider {
        background-color:rgba(255,255,255,0.08) !important;
    }
        
    
    
    
    .navbar-main .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

    .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background: #5c48b0;
    }
    
}




