/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.text-primary-hov:hover,.text-primary-hov:active{
    color: #1f305f !important;
    font-weight: 900!important;
    z-index: 99999;
}

#primary-menu ul ul li.sfHover > a > div.text-primary-hov{
     color: #1f305f ;
 }

/* The top bar */
.top-head-bar {
    overflow: hidden;
    background-color: #1f305f;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
    z-index: 999;
}

/* Links inside the navbar */
.top-head-bar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 6px;
    text-decoration: none;
}

.top-head-bar-input {
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.top-right {
    float: right;
}

.search-bg{
    color: #fff;
}
.button-glass{
    background: -moz-linear-gradient(-45deg, rgba(31, 48, 95, 0.5) 0%, rgba(31, 48, 95, 0.63) 64%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(31, 48, 95, 0.5) 0%, rgba(31, 48, 95, 0.63) 64%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(135deg, rgba(31, 48, 95, 0.5) 0%, rgba(31, 48, 95, 0.63) 64%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#801f305f', endColorstr='#b3ffffff', GradientType=1);
}

.button-glass:hover{
    border-color: #fff !important;
}

.input-group-addon,
.input-group-btn {
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
}

.image-header-text{
    color: rgba(255,255,255,1) !important;
}

.search-box{
    background: url(../site-images/bgsearch.png) transparent no-repeat -1px -106px;
    /*height: 14px !important;*/
    width: 187px!important;
}
.search-box2{
    background: url(../site-images/bgsearch.png) transparent no-repeat -1px -106px;
    /*height: 14px !important;*/
    width: 95%;
}
.search-box:active{
    background: url(../site-images/bgsearch.png) transparent no-repeat 0 -104px;
}
.search-button{
    padding-top: 4px !important;
    padding-left: 8px !important;
    padding-bottom: 5px !important;
    padding-right: 8px !important;
    border-color: #fff !important;
    border-width: 5px !important;
    margin-top: 10px;
    margin-right: 10px;
    height: 30px;
    background: -moz-linear-gradient(-45deg, rgba(255, 0, 20, 0.4) 0%, rgba(255, 42, 40, 0.90) 85%, rgba(255, 0, 20, 0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 0, 20, 0.4) 0%, rgba(255, 42, 40, 0.90) 85%, rgba(255, 0, 20, 0.5) 100%);
    background: linear-gradient(135deg, rgba(255, 0, 20, 0.4) 0%, rgba(255, 42, 40, 0.90) 85%, rgba(255, 0, 20, 0.5) 100%);
}
.search-button2{
    color: #fff;
    background: -moz-linear-gradient(-45deg, rgba(255, 0, 20, 0.4) 0%, rgba(255, 42, 40, 0.90) 85%, rgba(255, 0, 20, 0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 0, 20, 0.4) 0%, rgba(255, 42, 40, 0.90) 85%, rgba(255, 0, 20, 0.5) 100%);
    background: linear-gradient(135deg, rgba(255, 0, 20, 0.4) 0%, rgba(255, 42, 40, 0.90) 85%, rgba(255, 0, 20, 0.5) 100%);
}

.btn-red{
    padding-top: 4px !important;
    padding-left: 8px !important;
    padding-bottom: 5px !important;
    padding-right: 8px !important;
    border-color: #fff !important;
    border-width: 5px !important;
    background-color: #1f305f;
    background: -moz-linear-gradient(-45deg, rgba(255, 0, 20, 0.4) 0%, rgba(255, 42, 40, 0.90) 85%, rgba(255, 0, 20, 0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 0, 20, 0.4) 0%, rgba(255, 42, 40, 0.90) 85%, rgba(255, 0, 20, 0.5) 100%);
    background: linear-gradient(135deg, rgba(255, 0, 20, 0.4) 0%, rgba(255, 42, 40, 0.90) 85%, rgba(255, 0, 20, 0.5) 100%);
}

.white_border_right {
    border-right: solid #fff 1px !important;
}

.withbreaker{
    background-image: url('../site-images/breaker.png');background-position: right; background-repeat: no-repeat;
}

.prod-button{
    padding: 0!important;
    padding-left: 5px!important;
    padding-right: 5px!important;
    font-size: 12px;
    margin: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option{
    font-size: 12px;
}
.select2-container--bootstrap .select2-results__group{
    font-size: 14px;
    font-weight: 900;
    color: #000;
}