
/* labels next to input */
.inline label{ 
  font-family: "myriad-pro-semi-condensed","Adobe Blank","Arial","Helvetica","sans-serif";
  font-weight: normal;
  font-size: 1.2rem;
  display: table-cell; 
  text-align: center; 
  vertical-align: middle; 
  padding-right:10px; 
  
}
.inline .form-group { display: table-row; }

.content {
  background-color: #FFFFFF;
} 

.wrapper {
  background: #FFFFFF;
}

.content-wrapper {
  background-color: #FFFFFF;
}

.box {
  background: #EEEEEE;
}

.nav-tabs > .tab-content {
  background: #FFFFFF
}

.countrybarIcon {
    padding: 2px 2px;
    margin: 0px 6px 6px 0px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
}

#addc {
  color: #EBA275;
}

#comparec {
  color: #CC70B5;
}

.country {
    color: white;
    border-radius: 10px;
    padding: 2px 10px;
    margin: 0px 6px 6px 0;
    font-size: 14px;
    display: inline-block;
}

.country-local {
    background-color: #EBA275;
}

.country-global {
    background-color: #CC70B5;
}

.close {
  cursor: pointer;
  font-size: 16px;
  margin-left: 6px;
}

.tab-content {
  font-family: "myriad-pro-semi-condensed","Adobe Blank","Arial","Helvetica","sans-serif";
}

.bg-orange {
  background-color: #EBA275!important;
}

.bg-black {
  background-color: #6c6c6c!important;
}

.bg-purple {
  background-color: #CC70B5!important;
}

.dropdown-item.active.selected {
  
  background-color: #EBA275;
}


.dropdown-item.active.selected:hover {
  
  background-color: #EBA275;
}

/*
.dropdown-item > .active {
  &,
  &:hover,
  &:focus {
    
    background-color: #D97362;
  }
} */
/* Tab view */
.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #EBA275
}

.box-primary {
    border-top-color: #ea5a00!important
}

.bttn-bordered.bttn-primary {
    background: #EBA275;
    color: #fff;
    border: 1px solid #EEE;
}

.bttn-bordered.bttn-primary:focus, .bttn-bordered.bttn-primary:hover {
  border-color: #ea5a00;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 2000;
  background-color: white;
  margin: auto;
  width: 100%;
  padding-top: 12px;
}


/* disconnect msg */
#ss-connect-dialog a { font-size:60px !important; }
#ss-connect-dialog a:hover { color:white !important; }

