/* Extra Small */
@media(max-width:767px){}

/* Small */
@media(min-width:768px) and (max-width:991px){
  .control-label {
    text-align: left !important;
}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){}

/* Large */
@media(min-width:1200px){}

body {
  background-image:url('../images/payblueinterface.png');
  background-repeat:repeat-x;
  background-color: #ecf0f1;
}

#loader {
  position:fixed;
  z-index:999;
  top:0;
  background-color:#2a6496;
  box-shadow:2px 2px 2px #333;
  height:3px;
  display:none;
}

#header-logo {
  background-image:url('../images/header-middlebluehighlight.png');
  background-repeat:no-repeat;
  height:112px;
  width:500px;
  margin-top:32px;
  float:left;
}

#header-logo img {
  margin-top:32px;
  /* max-width: 350px; */
  max-width:100%
}

#login-box {
  margin-top:70px;
  float:right;
}

#logout-box {
  float:right;
  margin-top:5px;
  color:#fff;
  font-weight:bold;
}

#search-box {
  float:right;
  margin-top:40px;
  color:#86949e;
  font-weight:bold;
}

.content {
  width: 80%;
  max-width:1020px;
  margin:0 auto;
}

#main{
  clear: both;
}

#footer{
  text-align:center;
  color:#999999;
  clear:both;
}

#footer .p1{
  font-size:12px;
}

#footer .p2 {
  font-size:10px;
}

.title{
  font-size: 16pt;
  font-weight: bold;
  padding:10px 0;
  margin-bottom: 14px;
}

.sidebar{
  margin-top: 10px;
}
.ajax-content{
  margin-top: 10px;
  padding-right: 0px !important;
  padding-left: 10px !important;
}
/* rem FED3
.panel{
  -moz-border-radius-topleft: 6px !important;
  -moz-border-radius-topright: 6px !important;
  -webkit-border-top-left-radius: 6px !important;
  -webkit-border-top-right-radius: 6px !important;
}

.panel-heading{
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F6F7), to(#D5DDE1));
  background-image: -webkit-linear-gradient(top, #F4F6F7, #D5DDE1);
  background-image: -moz-linear-gradient(top, #F4F6F7, #D5DDE1);
  background-image: -ms-linear-gradient(top, #F4F6F7, #D5DDE1);
  background-image: -o-linear-gradient(top, #F4F6F7, #D5DDE1);
}
*/

.sidebar-title{
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 10pt;
  color: #666;
  text-shadow: 1px 1px 0 rgba(255,255,255,1.0);
  display: inline;
  text-transform: uppercase;
}

.col-md-3{
  padding-left: 0 !important;
}

.list-group{
  font-size: 13px;
  font-weight: bold;
}

.list-group li a{
  text-decoration: none;
  color: #666;
}

.list-group li a:hover{
  color: #006699;
}

.list-group-item{
  padding: 7px 0 9px 30px !important;
  background: url(../images/greyblt1.png) no-repeat 10px 11px;
}

.w36{
  width: 36px;
}

.w88{
  width: 88px;
}

.w84{
  width: 84px;
}

.w96{
  width: 96px;
}

.w103{
  width: 103px;
}

.w215{
  width: 215px !important;
}

.w268{
  width: 268px;
}

.w304{
  width: 304px;
}

.w700{
  width: 700px;
}

.h35{
  height: 35px;
}

.mr9{
  margin-right: 9px;
}

.mr10{
  margin-right: 10px;
}

.ml5{
  margin-left: 5px;
}

.ml18{
  margin-left: 18px;
}

.ml145{
  margin-left: 145px !important;
}

.mb3{
  margin-bottom: 3px !important;
}

.mb5{
  margin-bottom: 5px !important;
}

.mb10{
  margin-bottom: 10px;
}

.mb15{
  margin-bottom: 15px;
}

.mb25{
  margin-bottom: 25px;
}

.mt20{
  margin-top: 20px;
}

.pt0{
  padding-top: 0 !important;
}

.pt5{
  padding-top: 5px;
}

.pt7{
  padding-top: 7px;
}

.pb0{
  padding-bottom: 0 !important;
}

.pt10{
  padding-top: 10px;
}

.pt15{
  padding-top: 15px;
}

.pl0{
  padding-left: 0 !important;
}

.pl2{
  padding-left: 2px;
}

.pl5{
  padding-left: 5px;
}

.pl12{
  padding-left: 12px;
}

.pl178{
  padding-left: 178px;
}

.pr0{
  padding-right: 0 !important;
}

.pr2{
  padding-right: 2px;
}


.product-tb{
  width: 676px;
}

.product-tb th{
  text-align: center;
  color: #555555;
  font-weight: normal;
  padding: 0 !important;
  cursor: pointer;
  font-size: 13px;
  vertical-align: middle !important;
}

.product-tb td{
  font-size: 12px;
}

.merchant-btn{
  margin-top: 5px;
  margin-right: 10px;
  float: right;
  border: solid 1px #5c676c;
  background: #abbcc4;
  width: 155px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 4px 5px 4px;
  font-weight: bold;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.merchant-btn:hover{
  color: #333;
  text-decoration: none;
  background: #858E93;
}

.active{
  /*background-color: #e6e6e6;*/
}

.add-product-label{
  padding-right: 0 !important;
  font-weight: 700;
  color: #666;
}

.submit-btn{
  color: #e8f0de;
  background: #65CC33;
  border: solid 1px #538312 !important;
}

.general-btn{
  font-size: 18px !important;
  font-weight: bold !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em !important;
  -moz-border-radius: .5em !important;
  border-radius: .5em !important;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  padding: 10px 35px !important;
}

.submit-btn:hover{
  background: #5F9943;
}

.signup-wrapper{
  width: 70%;
  margin: auto;
  padding-top: 80px;
}

.signup-btn{
  color: #fff;
  background: #abbcc4;
  border: solid 1px #5c676c !important;
}

.signup-btn:hover{
  background: #858E93;
}

.req{
  color: #f00;
  font-weight: bold;
}

.affiliate-policy{
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.affiliate-policy:hover{
  color: #333;
}

#affiliatePolicyModal blockquote{
  font-size: 14px;
}

#affiliatePolicyModal h4{
  text-align: center;
}

#affiliatePolicyModal .modal-body{
  padding-left: 35px;
  padding-right: 35px;
  max-height: 450px;
  overflow-y: auto;
}
/* rem FED3
.help-btn{
  color: #fef4e9;
  border: solid 1px #da7c0c !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)) !important;
  font-size: 14px !important;
  padding: 3px 55px !important;
}

.help-btn:hover{
  background: #f47c20 !important;
}

.line{
  padding-top: 45px;
  border-bottom: 1px solid #d6d6d6;
}
*/
.signupModalFooter{
  font-size: 11px;
  font-weight: bold;
}

.ar-line{
  padding-top: 30px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 30px;
}

.salesBorder{
  font-size: 13px;
  border: 1px solid #D6D6D6;
  padding: 10px;
  margin-bottom: 10px;
}

.customerTop{
  float: left;
  width: 150px;
  font-weight: bold;
  margin-left: 20px;
  text-align: center;
  min-height: 50px;
}

.customerList{
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 0px 20px;
}

.customerList th, td{
  text-align: center;
  color: #555555;
  font-weight: normal;
  font-size: 13px;
  vertical-align: middle !important;
}

.userList th, td{
  text-align: center;
  color: #555555;
  font-size: 13px;
  vertical-align: middle !important;
}

.tracking-radio{
  font-size: 13px;
  margin-bottom: 5px !important;
}

.training a:hover{
  color: #333;
}

.support-title{
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 15px;
}

.edit-divider{
  border-bottom: 1px solid #d6d6d6;
  margin: 0 10px 10px;
}

.custInfoHead{
  border: 1px solid #D6D6D6;
  padding-left: 10px;
  padding-bottom: 10px;
}

.custInfoHead h3{
  color: #2b445b;
}

.custNotes{
  font-size: 12px;
  border: 1px solid #d6d6d6;
  margin-top: 20px;
  padding: 10px 0 70px 180px;
}

.custNotes textarea{
  padding: 8px;
  width: 300px;
}

#custInfo-tb th{
  text-align: center;
}

.orderButton{
  padding: 7px !important;
  /* background-color: rgb(255, 0, 0); */
  margin-left: 16px;
  margin-bottom: 15px;
}

.orderButton button{
  width: 277px;
  font-weight: bold;
  font-size: 14pt;
}

/* no longer needed
.orderButton:hover{
  background-color: rgb(0, 153, 0);
}
*/

.productTag span{
  font-size: 20px;
  font-weight: bold;
  color: #2A5067;
  padding-top: 1px;
}

.control-board{
  font-size: 12px;
  border: 1px solid #D6D6D6;
}

.control-board label{
  margin-bottom: 5px;
}

.bb-alert{
  position: fixed;
  bottom: 50%;
  left: 50%;
  margin-bottom: 0;
  font-size: 1.2em;
  z-index: 2000;
}

.hover-alert{
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.tooltip-form{
  border-bottom: 1px solid #d6d6d6;
}

.tooltip-success{
  font-weight: bold;
  background-color: #9DE680;
  border-color: #3c763d;
  color: #3c763d;
}

.home-wrapper{
  width: 55%;
  margin: 50px auto;
  padding-top: 100px;
}

.question{
  color: #3f5c6e;
  font-size: 18px;
}

.question center{
  margin-bottom: 10px;
}

.control-board-legend img{
  margin-right: 5px;
}

.order-info{
  font-size: 13px;
}

.order-tb td{
  border-top: none !important;
}

.bold{
  font-weight: bold;
}

.product-info{
  background-color: #efefef;
  border-radius: 4px;
  padding:8px;
  margin-bottom: 10px;
}

.product-info div{
  padding: 2px 8px 2px 2px;
}
.product-title {font-weight: 600; font-size: 16px;}

.product-variant {font-weight: 600; font-size: 14px;}
.product-variant-amount {font-weight: 400; font-size: 14px;}

.product-total {font-weight: 600; font-size: 18px;}
.product-total-amount {font-weight: 400; font-size: 18px;}

.not-bold{
  font-weight: normal;
}

.supportModal h2{
  margin-top: 0;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  color: #006699;
}

.supportModal .modal-body{
  max-height: 450px;
  overflow-y: auto;
}

.supportModal h3{
  color: #006699;
}

.order-status{
  color: #2A5067;
  font-size: 20px;
  font-weight: bold;
  padding-right: 8px;
}

.order-date{
  padding-right: 8px;
}

.footerModal .modal-body{
  max-height: 450px;
  overflow-y: auto;
}

.footer-link{
  color: #999999;
}

.footer-link:hover{
  color: #FF0000;
  text-decoration: none;
}

.approved-label{
  margin-left: 90px;
  padding-right: 0 !important;
}

.cancel-btn{
  color: #666;
  background-color: #e6e6e6;
  border: 1px solid #adadad !important;
}

.cancel-btn:hover{
  background-color: #c9c9c9;
}

.salesBorder div{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.date-range{
  margin-bottom: 15px;
}

.date-range a{
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
  color: #006699;
  margin-right: 5px;
}

.date-range a:hover{
  color: #333;
}

.aff-sales{
  float: left;
  width: 160px;
  font-weight: bold;
  text-align: center;
}

.user-info{
  padding-left: 5px;
}

.user-info h3{
  color: #2b445b;
  margin-top: 10px !important;
}

.user-info div{
  margin-bottom: 20px;
}

.user-info p{
  margin-bottom: 0 !important;
}

.user-info a{
  cursor: pointer;
}

.colorpicker-panel{
  overflow: visible !important;
}

.error-msg{
  display: none;
  margin-left: 190px;
  color: red;
}

.duplicate-tag{
  box-shadow: red 0px 0px 5px !important;
  border: 1px solid red !important;
}

.no-orderInfo{
  text-align: center;
  font-weight: bold;
  background-color: #e6e6e6;
  padding: 8px 5px;
}

.text-red{
  color: #ff0000;
}

.display-none{
  display: none;
}

.affiliateTop{
  float: left;
  width: 25%;
  font-weight: bold;
  text-align: center;
}

.add-more-btn{
  color: #e8f0de;
  background: #65CC33;
  border: solid 1px #538312 !important;
  padding: 10px 13px !important;
}

.affemaildisplay{margin-bottom: 10px;}
.promobannerdisplay{max-width: 600px;}

/* help video display */
.helpvidtmb {float: left;margin-right: 16px;margin-bottom: 16px;}

/* key of order statys types */
.ordhistkey {border: solid 1px #e6eff5; background-color: #f8fbfc; border-radius: 6px; padding: 11px; color: #434648; font-size:10px; margin-bottom: 20px; overflow: auto;}
.ordhistkey h3 {font-size: 14px; font-weight: bold;margin-top: 0px;}
.ui-sortable-handle {color:#e2e2e2;}

/* invoice print view -fed3 */
.printarea {margin: 200px 20px 20px 20px;}
.noprint{margin-top: 120px;float: right;}
