﻿/* HEADER */
#menuBar{
    height: 36px;
    background: #61b1e6;
    padding-top: 4px;
}
#menuBar .container{
    overflow: hidden;
}
#jumpNav{
    float: left;
}
#jumpNav li{
    float: left;
}
#jumpNav li a{
    color: #fff;
    text-shadow: none;
    text-decoration: none;
}
#head{
    background: #f9f9f9;
}
#head .container{
    position: relative;
    padding-top: 20px;
    height: 90px;
}
#logo{
    height: 68px;
    width: 185px;
    display: block;
    float: left;
    margin: 9px 10px 0 0;
    background: url(/Content/img/handshake-logo-flat.png) no-repeat;
    padding-left: 50px;
}
#logo[data-xmas='True']{
    background: url(/Content/img/handshakeSanta.png) no-repeat!important;
    position: relative;
    left: -18px;
    top: -12px;
    margin: 9px -8px 0 0;
    padding-left: 68px;
}
#logo[data-xmas='True'] .tagline{
    display:block;
    margin-top: 42px;
    height: 20px;
    font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
    font-weight: bolder;
    font-style: italic;
    text-align: center;
    background: url(/Content/img/tagline-new.png) no-repeat;
    background-position: left center;
}
#logo .tagline{
    display:block;
    margin-top: 30px;
    height: 20px;
    font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
    font-weight: bolder;
    font-style: italic;
    text-align: center;
    background: url(/Content/img/tagline-new.png) no-repeat;
    background-position: left center;
}
/*#logo:hover{    
    text-decoration: none;
    color:#5a5a5a;
}*/
a{
    color: #5a5a5a;
}

.sel-button {
    position: relative;
    z-index: 10;
    padding: 0;
    height: 32px;
    border-radius: 3px 0 0 3px;
    transition: border-color .2s linear;
}
.sel-button.focus{
    border-color: #22a7e7;
    border-right-color: #ccc;
}
.sel-button.disabled {
    background-color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 28px;
    border-color: #ccc;
}
.sel-button.disabled i {
    display: none;
}
.caption-sel {
    text-align: left;
    overflow: hidden;
    padding: 6px 25px 0 6px;
    white-space: nowrap;
    font-size: 12px;
    height: 27px;
}
.sel-button.disabled .caption-sel {
    padding: 4px 7px 0;
}
.controls.inline .sel-button {
    margin-top: 0;
}
.sel-button select {
    opacity: 0;
    filter: alpha(opacity=0);
}
.sel-button i {
    position: absolute;
    bottom: 10px;
    right: 0;
}
.btn.btn-mini.sel-button {
    position: relative;
}

.all-ontop {
    float: left;
    margin: 18px 0 0 20px;
    position: relative;
}
.all-ontop form{
    width: 675px;
}
.all-ontop h6{
    margin: 0;
    padding: 5px;
    color: #5a5a5a;
}
#head .list{
    height: 32px;
    margin-right: -1px;
    float: left;
    position: relative;
    z-index: 10;
}
#head .query{ 
    position: relative;
    display: table;
    border-collapse: separate; 
}
#head .query input {
    height: 24px;
    margin: 0;
    border-radius: 0;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    display: table-cell;
    font-size: 17px;
}
#head .query input:focus {
    border-color: #22a7e7;
    box-shadow: none;
}
#head .query .igb{
    position: relative;
    white-space: nowrap;
    display: table-cell;
    width: 1%;
}
#head .query .btn-search {
    height: 34px;
    margin: -26px 0 0 13px;
    position: relative;
}

#head #ddlSearch {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 32px;
    /*width: 100%;*/
    margin: 0;
    /*width\*: 200px\9;*/
    /*left: -7px\9;*/
}
#headerButtons {
    float: right;
}
#headerButtons li {
    float: left;
    position: relative;
    margin-right: 0;
}


.btn-search {    
    border-radius: 0 3px 3px 0;
}
#headerButtons .btn {
    padding: 5px 8px;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25); 
    border-color: #37a5e7;    
    background: #1380b5; /* Old browsers */
    background: -moz-linear-gradient(top,  #1380b5 0%, #1380b5 49%, #085e9a 52%, #085e9a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1380b5), color-stop(49%,#1380b5), color-stop(52%,#085e9a), color-stop(100%,#085e9a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1380b5 0%,#1380b5 49%,#085e9a 52%,#085e9a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1380b5 0%,#1380b5 49%,#085e9a 52%,#085e9a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1380b5 0%,#1380b5 49%,#085e9a 52%,#085e9a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1380b5 0%,#1380b5 49%,#085e9a 52%,#085e9a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1380b5', endColorstr='#085e9a',GradientType=0 ); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#headerButtons .btn:hover, #headerButtons .btn:focus{
    background: #37a5e7; /* Old browsers */
    background: -moz-linear-gradient(top,  #37a5e7 0%, #37a5e7 49%, #1b7dc2 51%, #1b7dc2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37a5e7), color-stop(49%,#37a5e7), color-stop(51%,#1b7dc2), color-stop(100%,#1b7dc2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #37a5e7 0%,#37a5e7 49%,#1b7dc2 51%,#1b7dc2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #37a5e7 0%,#37a5e7 49%,#1b7dc2 51%,#1b7dc2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #37a5e7 0%,#37a5e7 49%,#1b7dc2 51%,#1b7dc2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #37a5e7 0%,#37a5e7 49%,#1b7dc2 51%,#1b7dc2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a5e7', endColorstr='#1b7dc2',GradientType=0 ); /* IE6-9 */
}
#headerButtons .btn:active, #headerButtons .btn.active, #headerButtons .btn.disabled, #headerButtons .btn[disabled] {
    color: #fff;
    background: #37a5e7;
    background-position: inherit;
}
.headerMenu {
    display: none;
    position: absolute;
    top: 33px;
    left: -1px;
    margin: 0;
    background: #fff;
    width: 153px;
    padding: 5px;
    border: 1px solid #dadada;
    border-top: 0;
    z-index: 99;
}
#headerButtons .headerMenu li {
    float: none;
    margin-bottom: 5px;
}
#headerButtons .headerMenu .icon {
    margin-right: 5px;
}
/* USER MENU */
#headerButtons li.user{
    padding: 5px 20px 5px 10px;
    cursor: pointer;
    color: #fff;
}
.head-wrapper li.user .icon-chevron-down{
    position: absolute;
    top: 8px;
    right: 2px;
    margin: 0;
}
.head-wrapper li.user.active .icon-chevron-down {
    background-position:  -288px -119px;
}
.head-wrapper li.user .icon-chevron-right{
    position: absolute;
    top: 8px;
    right: 2px;
    margin: 0;
}
.head-wrapper li.user.active .icon-chevron-right {
    background-position:  -288px -119px;
}
#headerButtons li.user.active {
   background: #085e9a;
}
#userMenu h3{
    margin: 0;
    font-size: 18px;
}
#userMenu{
    display: none;
    color: #fff;
    padding: 15px 0;
}
#userMenu a{
    color: #fff;
}
#headerButtons .btnSell {
    padding: 5px 8px;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25); 
    border-color: #62c462;    
    background: #62c462; /* Old browsers */
    background: -moz-linear-gradient(top,  #62c462 0%, #62c462 49%, #51a351 52%, #51a351 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c462), color-stop(49%,#62c462), color-stop(52%,#51a351), color-stop(100%,#51a351)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #62c462 0%,#62c462 49%,#51a351 52%,#51a351 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #62c462 0%,#62c462 49%,#51a351 52%,#51a351 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #62c462 0%,#62c462 49%,#51a351 52%,#51a351 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #62c462 0%,#62c462 49%,#51a351 52%,#51a351 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c462', endColorstr='#51a351',GradientType=0 ); /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#headerButtons .btnSell:hover, #headerButtons .btnSell:focus{
    background: #62c462; /* Old browsers */
    background: -moz-linear-gradient(top,  #73e573 0%, #73e573 49%, #62c462 51%, #62c462 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73e573), color-stop(49%,#73e573), color-stop(51%,#62c462), color-stop(100%,#62c462)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #73e573 0%,#73e573 49%,#62c462 51%,#62c462 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #73e573 0%,#73e573 49%,#62c462 51%,#62c462 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #73e573 0%,#73e573 49%,#62c462 51%,#62c462 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #73e573 0%,#73e573 49%,#62c462 51%,#62c462 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73e573', endColorstr='#62c462',GradientType=0 ); /* IE6-9 */
}
#current_time_header{background: none !important;border: none !important;font-weight:normal !important;color:white !important;cursor:default !important; text-transform: none !important;}
#current_time_header:active{  -webkit-box-shadow: none !important;-moz-box-shadow: none !important;box-shadow: none !important;}
#header_username{font-size: 21px;}
