/**
 * 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");

@import url("https://fonts.googleapis.com/css?family=Ubuntu:500,700");
@font-face {
	font-family: 'yekan';
	src: url('WebYekan.eot');
	src: local('B Yekan'), url('fonts/WebYekan.woff') format('woff'), url('fonts/WebYekan.ttf') format('truetype'), url('fonts/WebYekan.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.navbar-main {
    margin-bottom: 0;
       background: #21252B url('../../img/3.png');
    border-top: 1px solid #2A2F35;
    min-height: 38px;
    font-family: 'yekan', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: 0;
}

.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: #ffa200;
    background-color: #001d32;
    outline:0
}

#main-menu .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
}
.navbar-nav>li>.dropdown-menu{
background:rgba(33,37,43,0.9);
color:#fff;
}

@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.95em;
}

.list-group {
  font-size: 1em;
}
strong a i {
    color: #555555;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #BE1313; border-color: #AE0007;
}

.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: #BE1313;
    border-color: #AE0007;
}
.navbar-main .dropdown-menu > li > a{color:#fff; font-size:12px;}
.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #E03C41 !important;
    background-color: rgba(33,37,43,0.0) !important;
}
.nav .nav-divider{background-color:rgba(33,37,43,0.5) !important;}

.label {
    border-radius: 0;
}
.pull-right {
    float: left !important;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle
input[type='file'].form-control {
    height: inherit;
    margin-bottom: 5px;
}


.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
border-radius:4px;
border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-primary{
    background-color: #BE1313;
    border-color: #AE0007;
}
.btn-primary:hover{
    background-color: #AE0007;
    border-color: #BE1313;
}
.list-group-item {
    padding: 7px 15px;
}
.panel-body {
    padding: 10px 15px;
}
.dropdown-menu{ right:0; left:auto !important; font-size: 13px;}
/* 
 * 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;
}
.list-group-item>.badge {
    float: left;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}
.h1, h1 {
    font-size: 20px;
}

#order-standard_cart .field, #order-standard_cart .form-control{
height: 28px !important;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: right;
}
.pagination>li>a, .pagination>li>span{
    color: #BE1313;                              
}
.badge{
    background-color: #BE1313;
}
#order-standard_cart .view-cart-items-header {
    margin: 0;
    padding: 8px 15px;
    background-color: #AE0007;
    color: #fff;
    font-size: 0.9em;
    border-radius: 4px 4px 0 0;
}
.btn-link{color: #BE1313;}
.btn-warning {
    color: #fff;
    background-color: #BE1313;
    border-color: #AE0007;
}
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
background-color: #AE0007;
    border-color: #BE1313;
}
.btn-info{background-color: #747474;
    border-color: #4F4F4F;}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #757575;
    border-color: #5F5F5F;
}