body.darkmode {
  color-scheme: normal;
}
div#s2id_contr {
    margin-top: 10px;
    margin-bottom: 10px;
}
#vatinfo {display: block; clear:both; margin-top: 40px;}
div#chatinvitebox {top: 19% !important;}
button.buy-button {width: 100px;}
.buy-button i.glyphicon-shopping-cart { font-size: 12px;}

/* 2018 */
.darkred-gradient {
  background: #d51b1b; /* Old browsers */
  background: -moz-linear-gradient(top, #d51b1b 1%, #ba1b1b 46%, #881b1b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d51b1b 1%,#ba1b1b 46%,#881b1b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d51b1b 1%,#ba1b1b 46%,#881b1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d51b1b', endColorstr='#881b1b',GradientType=0 ); /* IE6-9 */
}
.darkgreen-gradient{
  background: #51a386; /* Old browsers */
  background: -moz-linear-gradient(top, #51a386 0%, #498c69 48%, #3a684d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #51a386 0%,#498c69 48%,#3a684d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #51a386 0%,#498c69 48%,#3a684d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51a386', endColorstr='#3a684d',GradientType=0 ); /* IE6-9 */
}

.darkblue-gradient{
  background: #0087c6; /* Old browsers */
  background: -moz-linear-gradient(top, #0087c6 0%, #005f84 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0087c6 0%,#005f84 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0087c6 0%,#005f84 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087c6', endColorstr='#005f84',GradientType=0 ); /* IE6-9 */
}

#buyboxes {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  position: relative;
  z-index: 10;
  max-width: 630px;
  min-height: 600px;
}
#buybox {
  width: 45.5%;
  position: relative;
  z-index: 20;
}
#bb_top, #bb_topbiz {
    height: 75px;
    color: white;
    text-align: center;
    line-height: 1.5;
    box-shadow: 0px -6px 10px #c7c7c7;
}
#bb_pricetop {
    font-size: 4em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    letter-spacing: -4px;
}
#bb_monthly {
  font-size: 1.6em;
}
#bb_banner,#bb_bannerbiz {
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  padding: 8px 0 5px 0;
  text-align: center;
}

.buyred-text {color:#b41b1b;}
.buyblue-text {color: #006b97;}
.buygreen-text {color:#0e923e;}

.bb_redbanner {
  background-color:#db3434;
  background-color:#e43838;
}
.bb_greenbanner{
  background-color:#36cc87;
}
.bb_bluebanner{
  background-color:#3695cc;
}
#bb_bottom {
  background: #fdfdfd;
}
#bb_prosubtext {
  font-size: 0.9em;
  line-height: 1.3;
}
#bb_prosubtext span {
    display: block;
}
#bb_prosub {
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.bb_prosub_regular {
    border: 1px solid #d2d2d2;
}

.bb_prosub_red {
  border: 2px solid #e43838;
}

.bb_prosub_green {
    border: 2px solid #36cc87;
}
.bb_prosub_blue {
    border: 2px solid #3695cc;
}

#bb_prosub button {
    margin-top: 20px;
    margin-bottom: 20px;
}
#bb_alternatives {
    background: #efefef;
    padding: 5px 10px 20px 10px;
    border-left: 1px solid #cccccc;
    padding-top: 10px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;

}

#bb_alttext, #homepro_divider_mobile {
  display: block;
  text-align: center;
  font-style: italic;
  color: #505050;
  font-size: 0.9em;
}
#homepro_divider_mobile {
  margin: 15px 0 10px 0;
  display: none;
}

#bb_pro, #bb_plus {
  text-align:center;
  margin-top:10px;
  color: #2f2f2f;
}
#bb_pro .button, #bb_plus .button {
    margin-top: 10px;
    font-size: 95%;
    padding: 0.5em 1em 0.5em;
    width: 85px;
}
#bb_pro .btn , #bb_plus .btn {
    padding: 5px 10px;
    font-size: 0.9em !important;
    line-height: 1.2;
    margin-top: 8px;
}
#contrsub {
    display: none;
}
.bb_proplus_title {
  display: block;
  font-weight: 600;
  font-size: 0.9em;
}
.bb_proplus_text {
  display: block;
    font-size: 0.85em;
    width: 100%;
    text-align: center;
    margin: auto;
    color:#616161;
    line-height: 1.2;
    margin-bottom: 5px;
}
#bottom_comparison {
  display: block;
  text-align: center;
  font-style: italic;
  color: #505050;
  font-size: 0.8em;
  padding-bottom: 10px;
  border-top: 1px solid #cccccc;
  padding: 10px;
  background: #f9f9f9;
  margin-top: 15px;
}
#bottom_wings {
  display: block;
  text-align: center;
  font-style: italic;
  color: #505050;
  font-size: 0.8em;
  margin-top: 23px;
}

#buybox hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(193, 193, 193, 0), rgba(193, 193, 193, 0.75), rgba(193, 193, 193, 0));
}

#buybox_wings {
    width:100%;
    max-width: 1250px;
    margin: auto;
    position: relative;
    margin-top:-400px;
    padding-bottom: 420px;
    left:0;
    right: 0;
    z-index: 5;
}
#buybox_wing_middle {
  display: none;
}
#buybox_wing_left {
    width:24%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}
#buybox_wing_right {
    width:24%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
#buybox_wing_left, div#buybox_wing_right {
    padding: 20px;
    text-align: center;
    height: 225px;
    background: #fbfbfb;
    margin: auto;
    border: 1px solid #bfbfbf;
    box-shadow: 0px 1px 4px #cacaca;
    border-radius: 10px;
}
#buy2018 {
    min-height:600px;
    min-width: 300px;
}
#buybox_wings h3 {
    font-size: 1.1em;
    text-transform: unset;
    color:#424242;
    margin-top: 
}
#buybox_extras {
    width: 100%;
    max-width: 1100px;
    background: #f1f1f1;
    margin: auto;
    margin-top: 50px;
    border: 1px solid #cccccc;
    height: auto;
    border-radius: 10px;
}
#buybox_extra_left {
  float: left;
  border-right:1px solid #cccccc;
}
#buybox_extra_right {
  float: right;
}
#buybox_extra_left, #buybox_extra_right  {
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
    height: auto;
}
#buybox_extras h3 {
    font-size: 1.1em;
    text-transform: unset;
    color:#424242;
}
#buycategory_icons span {
    margin: 3px;
    margin-bottom: 0px;
    text-align: center;
    cursor: pointer;
}
#buybox_wing_left div#buycategory_icons {
    max-width: 80%;
    margin: auto;
}

span.buyicons.audioplan {
    background-color: #ffffff;
    border-radius: 10px;
    height: 60px;
    width: 60px;
    display: inline-block;
    border: 1px solid #5ad1f3;
}
span.buyicons.videoplan {
    background-color: #ffffff;
    border-radius: 10px;
    height: 60px;
    width: 60px;
    display: inline-block;
    border: 1px solid #f183df;
}
span.buyicons.karaokeplan {
    background-color: #ffffff;
    border-radius: 10px;
    height: 60px;
    width: 60px;
    display: inline-block;
    border: 1px solid #6ad671;
}

span.buyicons.hardware,span.buyicons.justicon {
    background-color: #ffffff;
    border-radius: 10px;
    height: 60px;
    width: 60px;
    display: inline-block;
    border: 1px solid #d4d4d4;
}

.no-cursor {
  cursor: initial !important;
}
.buyicons img {
    width: 40px;
    margin: auto;
    margin-top: 10px;
}

span.buyicon_group {
    display: inline-block;
}

span.buyicons_text {
    font-size: 0.8em;
    text-align: center;
    display: block;
    color: #656565;
}


div#buycategory_titles span {
    width: 60px;
    text-align: center;
    color: #afafaf;
    display: inline-block;
    font-size: 0.8em;
    margin: 3px;
    margin-top: -5px;
}

#buybox_wings .button {
    display: inline-block;
    margin-top: 15px;
    font-size: 95%;
    padding: 0.5em 1em 0.5em;
    width: 85px;
}

#buybox_extras div#buycategory_icons {
    float: left;
    display: inline-block;
    margin: 15px;
}

span.buybox_extras_text {
    padding-top: 18px;
    display: inline-block;
    width: 70%;
}

/* diff. from local */
#bb_plus .inputbutton_plus {
  display: none;
}
span#inputbutton_buy {
    display: block;
}
#buybox_extras {
  margin-top: 30px;
}
div#upgrade_box {
    background: #dbf3f9;
    /* max-width: 1100px; */
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    border: 1px dotted gray;
    width: 100%;
    max-width: 1100px;
    box-sizing: border-box;
    text-align: center;
}
div#upgrade_box .inputbutton {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}
span.upgrade_error.error {
    display: block;
    text-align: center;
}


div#discount_modial {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: auto;
    padding: 40px;
    border-radius: 10px; 
}
.discount-header {
    border-bottom: 1px solid #d8d8d8;
    min-height: 80px;
}
#discount_modial div#buycategory_icons {
    display: inline;
    float:left;
    margin-right: 20px;
}
span.discount-text b {
    font-size: 1.3em;
}
span.discount-text {
    width: 80%;
    display: inline-block;
}
#discount_modial span#inputbutton_buy {
    display: inline-block;
}
#discount_modial span.inlineblock {
    display: block;
    text-align: center;
}
#upgradetext {
    line-height: 1.5;
}
#discount_modial .button {
    display: inline-block;
    margin-top: 15px;
    font-size: 95%;
    padding: 0.5em 1em 0.5em;
    width: 85px;
    text-align: center;
    color: white;
    font-size: 1.1em;
}

.error-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: auto;
    padding: 40px;
    border-radius: 10px; 
}

#remove-selected {
    color: #8a8a8a;
    font-size: 0.9em;
    display: none;
    margin-top: 5px;
    cursor: pointer;
}
#prosub_cancel {
  color: #8c8c8c;
}
#prosub_cancel a, #prosub_cancel a:visited {
  color: #8c8c8c;
}


.simple-popup {
 position: relative;
 background: #FFF;
 padding: 20px;
 width:auto;
 max-width: 500px;
 margin: 20px auto;
}
#buy-notice {
    height: 60px;
    border-radius: 5px;
    line-height: 1.3;
}
#buy-notice img {
    background: #f7f7f7;
    padding: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #909090;
    border-radius: 10px;
    margin-right: 20px;
    float: left;
}
#buy-notice b {
    padding-top: 15px;
    display: inline-block;
}

.upgrade-notice {
    color: #8e8e8e;
    margin-top: 5px;
    display: inline;
    font-style: italic;
}

#bottom_business {
    background: #efefef6e;
    text-align: center;
    color: #424242;
    padding: 5px;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 0.9em
    line-height: 1;
    height: 50px;
    color: #464646;
}

.business_text a {color: #464646;}
/* green   */
#bottom_business {
      background: #75a58f;
      background: #bccec6;
      background: #69bf97;
       color: #313131;
       color: white;
}
.business_text a {color: #313131; color: white;}

.business_icon {
    margin: 5px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background-color: white;
    display: inline-block;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #cecece;
}
.business_icon img {
    width: 80%;
    height: 80%;
    margin: 10%;
}
.business_text {
    text-align: left;
    display: inline-block;
    float: left;
    margin-top: 10px;
    line-height: 1.1;
    font-size: 0.9em;
}
.business_text b {
  font-size: 1.1em;
}

.business_price {
    display: inline-block;
    text-align: right;
    float: right;
    line-height: 2.5;
    margin-right: 15px;
}
.business_price2 {
    font-size: 1.5em;
    font-weight: bold;

}

#business_buy .btn {
    padding: 8px 10px;
    font-size: 0.9em !important;
    line-height: 1.2;
    margin-top: 8px;
    float: right;
    margin-right: 15px;
}
.buybox_pro {
  float:left;
  margin-left: 3%;
}
.buybox_business {
  float:right;
  margin-right: 3%;
}

#buybox_lower {
    background: #fdfdfd;
    top: 125px;
    position: absolute;
    padding-top: 200px;
    border: 1px solid #cccccc;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px -2px 8px 2px #dad9d9;
}
hr.smalldivider {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(206, 206, 206, 0.75), rgba(0, 0, 0, 0));
    margin: 10px 0 10px 0;
}
#buy2018 button.btn {
    background: #fcfdff;
    border: 1px solid #cccccc;
}


#business-choice {
    background: white;
    height: auto;
    width: 90%;
    position: relative;
    background: #FFF;
    padding: 20px;
    width: 90%; 
    max-width: 500px;
    min-height: 180px;
    margin: auto;
    padding: 25px;
    border-radius: 10px;

}
.business-choice-header {
  border-bottom:1px solid #d8d8d8;
  min-height: 80px;
}
.business-choice-monthly, .business-choice-annual {
    width: 50%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding-top: 20px;
}
.business-choice-monthly {
  border-right:1px solid #d8d8d8;
}

#business-choice #buycategory_icons {
  display: block;
}
#business-choice .business-choice-text {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}


.business-choice-note {
    clear: both;
    display: block;
    text-align: center;
    background: #fcfeff;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #41819c;
    border: 1px solid #58b5dc;
}

#business-choice .btn {
    background: #36afe2;
    border: 1px solid #5d9ab3;
    color: #ffffff;
}


#buy_addcu {
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  box-sizing: border-box;
  font-size: initial;
  color: #232323;
}

#buy_addcu_header{
  background-color: #74191d;
  color: white;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  padding: 15px 0 15px 0;
  border-radius: 16px 16px 0 0;
}

#buy_addcu_body{
 height: auto;
 min-height: 310px;
 background-color: white;
 border-radius: 0 0 16px 16px;
}

#buy_addcu_options {
 width: auto;
 margin: auto;
 display: inline-block;
 margin-top: 20px;
 font-size: 0.8em;
}

.buy_addcu_option {
 text-align: center;
 width: 90px;
 float: left;
 margin: 0 12px 0 12px;
 border:1px solid #e8e8e8;
 border-radius: 5px;
 padding: 18px 15px 8px 15px;
}

#buy_addcu_toptext {
 width: 70%;
 text-align: center;
 margin: auto;
 font-size: 0.9em;
 padding-top: 20px;
}

.buy_addcu_icon {
 width: 60px;
 height: 60px;
 background-size: 65% 65%;
   background-position: center;
   background-repeat: no-repeat;
   border-radius: 10px;
   margin: auto;
   border:1px solid white;
}
.icon_audioplan { background-color: #22b1da; background-image: url(../png/audio.png);}
.icon_videoplan { background-color: #f183df; background-image: url(../png/video.png);}
.icon_karaokeplan { background-color: #82d087; background-image: url(../png/karaoke.png);}

.buy_addcu_name {
 font-weight: bold;
 margin-top:5px;
}

.buy_addcu_add {
 width: 80%;
 margin-top: 10px;
}

.buy_addcu_add:hover {
}

.buy_addcu_added {
   background: #fbfbfb;
}

#buy_addcu_next {
 clear: both;
 margin: 20px 0 20px 0;
 padding: 8px 40px 8px 40px;
 border-radius: 8px;
 color:white;
 font-weight: bold;
 background: #f36f3d;
 border: 1px solid #f36f3d;
 font-size: 0.8em;
}
#buy_addcu_next:hover{
 background: #e45119;
}


@media only screen and (max-width: 1300px) {
  #buybox_wings{width: 98%;}
  #buyboxes {max-width: 520px;}
}
@media only screen and (max-width: 1180px) {
    #buybox_extras,#buybox_wings {max-width:auto; position: static;}
    #buyboxes {max-width: 600px;}
    #buybox_wings,#buybox_extras {margin-top: 30px;height: auto;}
    #buybox_wings {padding-bottom: 50px;}
    #buybox_wing_left,#buybox_wing_right {position: initial; float:none; width: 570px; margin:auto; margin-bottom: 20px; height: auto;}
    #buybox_extra_left,#buybox_extra_right {float:none; width: 100%;}
}
@media only screen and (max-width: 780px) {
   #homepro_divider_mobile {display: block;}
   #buybox_wing_left,#buybox_wing_right {float:none;width:85%; margin:auto; margin-bottom: 20px; height: auto;}
}

@media only screen and (max-width: 570px) {
  #buybox, #buybox_lower {max-width:auto; position: static;}
  #buybox,#buybox_lower {
      width: 85%;
      margin: auto;
      float: none;
      margin-bottom: 20px;
  }
  #buybox_lower { padding-top: 20px; }
  .bb_proplus_title {margin-top: 20px;}
}


/* darkmode */
body.darkmode .select2-search input {color: white !important;}
body.darkmode .select2-drop {background: #141414;color: silver;}
body.darkmode .select2-drop-active {border: 1px solid #666666;}
body.darkmode .select2-container .select2-choice {
    background-color: #303030;
    border: 1px solid #747474;
    color: silver;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #202020), color-stop(0.5, #303030));
}