/**
 * WHMCS Bootstrap Override Sheet
 *
 * These styles override Bootstrap's defaults.
 *
 * @project   WHMCS
 * @cssdoc    version 1.0-pre
 * @package   WHMCS
 * @author    WHMCS Limited <development@whmcs.com>
 * @copyright Copyright (c) WHMCS Limited 2005-2015
 * @license   http://www.whmcs.com/license/
 * @link      http://www.whmcs.com/
*/

@import url("//fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:400,700");

body,
input,
button,
select,
textarea {
  font-family: "Open Sans", Verdana, Tahoma, serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: black;
}
h2 {
	font-size: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-weight: 700; */
}


#ticketReply, .ticket-reply.staff .user {
    background-color: rgba(45, 167, 223, 0.7)!important;
}

.ticket-reply .user {
    background-color: rgba(45, 167, 223, 0.7)!important;
    color: #FFFFFF;
}

.ticket-reply .date {
    color: #FFFFFF;
}

.ticket-reply {
    background-color: transparent!important;
}
.ticket-reply .message {
    background-color: rgba(255, 255, 255, 0.7);
}

.panel.panel-account h3 {
   text-transform: uppercase;
   font-weight: bold;
   margin-top: 10px;
   font-size: 16px;
}
.panel.panel-account a.list-group-item:focus, a.list-group-item:hover {
    color: #2DA7DF;
}
.panel.panel-account .list-group-item {
    background-color: rgba(255, 255, 255, 0.7);
}
.panel.panel-account span {
    color: #838384;
    font-size: 14px;
}

.panel.panel-account img {
   margin-top: 10px;
   padding: 0px;
}

.client-home-panels .blockright img {
    margin: 0px;
    padding: 0px 11px 0px 0px;

}

.client-home-panels .panel.panel-account > .list-group .list-group-item {
    padding: 8px 10px 14px 10px;
}

.client-home-panels .panel.panel-account > .list-group {
    max-height: 100%;
    overflow: hidden;
}

.navbar-main {
    margin-bottom: 0;
    background-color:rgba(45, 167, 223, 0.7);
    border: 0;
    min-height: 38px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.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: white;
    background-color: #7CC8EB;
	border-radius:6px;
}

#order-boxes form[action="/cart.php?a=add&pid=34"] .fields-container .field-row:not(:last-child) {
	display :none;
}

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

@media (max-width: 768px) {
    .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;
    }
}

.panel {
  font-size: 0.9em;
  background-color: transparent;
}

.list-group {
  font-size: 0.9em;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #4186C7;
}

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

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

.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.fa.fa-circle-o {
    color: #808080;
}
