/*








*/


body {
  font-family: 'Heebo', sans-serif !important; 
  /*font-weight: 100;*/
  margin:0 !important;
  font-size: 1.5em  !important;
  color: #3f4154  !important;
  overflow-x: hidden !important;
}

#col_left {
  width: 10em;
  height: 100vh;
  float: left;
  background-color: #f2f2f2;
  color: white;
  position: fixed;
  z-index: 99999;
}

#col_left.retracted {
  width: 3em;
}

#col_left.retracted .label_cont {
  display: none;
}

#col_right {
  width: 93%;
  height: 100vh;
  background-color: white;
  position: relative;
  left: 10em;
}

#col_right.retracted {
  left:2.8em;
  width: 97%;
}

#buffer_left {
  width: 10em;
  height: 100%;
  float: left;
}

#buffer_left.retracted {
  width: 2.4em;
}

.title_row, #expand_row {
  width: 100%;
  height: 3em;
  color: white;
  font-size: .9em;
    font-weight: bold;
}

.title_row .label, .title_row.main .ticker {
  position: relative;
    left: 1em;
    top: .75em;
}

.label.retracted {
  display: none;
}

.title_row.main {
  background-color: #f2f2f2;
  color: #535353;
}

.login_link {
  position: absolute;
  right: 1em;
  top: .75em;
}

/*menu*/

.menu_cont {
  width: 100%;
  font-size: 1em;
}

.menu_item {
  width: 100%;
  height: 3em;
  float: left;
  /*background-color: rgb(225, 225, 225);*/
  color: #686868 !important;
  border-radius: .8em;
}
.menu_item i {
  position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.menu_item:hover {
  background-color: rgb(208, 208, 208);
}

.menu_item.disconnect {
    background-color: #d62828;
    position: absolute;
    bottom: 0;
    border-radius: 0;
}

.menu_item.disconnect:hover {
  background-color: #a61e1e;
}

.menu_item .icon {
  width: 3em;
  height: 3em;
  float: left;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.menu_item .icon i.mdi {
  font-size: 1.8em;
    top: 3%;
    left: 20%;
    transform: initial;
    position: relative;
    color: white !important;
}

.icon.home {
  background-image: url("../images/home.png");
}

.icon.add {
  background-image: url("../images/add.png");
}

.icon.messages {
  background-image: url("../images/messages.png");
}

.icon.logoff {
  background-image: url("../images/logoff.png");
}

#expander {
  width: 3em;
  height: 3em;
  float: right;
  background-position: center;
    background-size: 25%;
    background-repeat: no-repeat;

}


#expander.expander {
  background-image: url("expand_dark.png");
}

#expander.retract{
  background-image: url("retract_dark.png");
}


.menu_item .label_cont {
  width: 7em;
  height: 3em;
  float: left;
}

.menu_item .label_cont .label {
  position: relative;
    left: .5em;
    top: 1em;
    font-weight: bold;
    color: #686868;
}

.menu_item.disconnect .label_cont .label {
  color: white;
}

.hoverbox {
    width: 25em;
    height: auto;
    background-color: #e8e8ec;
    float: left;
    border-radius: .5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-60%) translateY(-50%);
    overflow: hidden;
    padding-bottom: .5em;
}

.hoverbox .tit_cont {
    width: 100%;
    background-color: #3f4153;
    border-radius: .3em .3em 0 0;
    color: white;
    height: 2.5em;
}

.hoverbox .tit_cont .title {
  height: 100%;
  padding: .5em;
  float: left;
}

.hoverbox .tit_cont .close {
    width: 2em;
    height: 100%;
    background-color: #771718;
    float: right;
}

.hoverbox .tit_cont .close:hover {
  background-color: #a91010;
}

.hoverbox .tit_cont .close i {
  position: relative;
    top: 10%;
    left: 0%;
    font-size: 2em;
}

.hoverbox .c_cont {
  width: 100%;
  height: auto;
}

.hoverbox .c_cont .content {
  height: 100%;
    padding: .5em;
    float: left;
    width: 100%;

}

#login_cont {
  position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-60%) translateY(-50%);
    width: 28em;
}

#login_fields_cont input {
  margin-bottom: 1em;
  padding: 1.5em;
}

#login_button_cont .btn {
  border-radius: .5em;
}

#bigs_mini_logo {
  position: fixed;
  right: 1em;
  bottom: 0;
  width: 4em;
  height: 4em;
  background-image: url('tiny_big.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin:auto;
  opacity: .4;
}

#maincontent {
    width: 100%;
    height: 94%;
    /*background-color: green;*/
    position: absolute;
    padding-left: 1em;
    padding-top: 1em;
}

#t_cont {
    width: 98%;
    height: 90%;
    /*background-color: red;*/
    float: left;
}

.stikqr_thumb {
  width: 10em;
  height: 12.5em;
  background-color: #f2f2f2;
  float: left;
  margin: .5em;
  border-radius: .8em;
  border: solid 1px #ecc172;
  color: #2d2d2d;
  position: relative;
}

.stikqr_thumb.print {
    border: solid 1px #2ea4d2;
}

.stikqr_thumb.printed {
    border: solid 1px green;
}

.stikqr_thumb:hover {
  border: solid 2px #f77f00;
}

.stikqr_thumb.print:hover {
  border: solid 2px #00b1f7;
}

.stikqr_thumb.printed:hover {
  border: solid 2px lightgreen;
}

.stikqr_thumb .loading {
  width: 0%;
  height: 100%;
  background-color: white;
  float: left;
  border-radius: .3em;
  opacity: .6;
  font-weight: bold;
  line-height: 7;
  text-align: center;
  position: absolute;
}

.t_icon {
  width: 6em;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  border-radius: .6em;
  position: absolute;
  top: 10%;
  opacity: 0.8;
  left: 10%;
  background-color: #fff;
  height: 6em;
}

.t_icon.failed {
  background-color: #464646;
}

.paginate {
  margin-left: 1em;
  width: auto;
  float: left;
  margin-right: 1em;
}
.paginate a {
  color:#888 !important;
  font-style: initial !important;
  font-size: .8em !important;
  font-weight: bold !important;
}

.paginate em {
  color:#fff !important;
  font-style: initial !important;
  font-size: .8em !important;
  font-weight: bold !important;
  background-color:#b7b7b7;
  padding: .4em;
  border-radius: .3em;
}

.t_name {
  padding: .2em .4em;
  font-weight: bold;
  font-size: .8em;
  position: absolute;
  top: 9.5em;
  color: #5e5e5e;
  left: 8%;
}

.t_name .lbl {
  width: 81%;
  height: 2em;
  float: left;
}

.t_name .del_icon {
  height: 1em;
}

.t_name .del_icon i {
  font-size: 20px;
}

#dtl_block {
  position: fixed;
  height: 97.5%;
  background-color: #f2f2f2;
  z-index: 999;
  right: 0em;
  border-radius: 1em 0 0 1em;
  border: solid 1px #eaeaea;
  top: 1em;
  overflow-y: scroll;
  overflow-x: hidden;
}

#dtl_block.hidden {
  width: 0em;
  
}

#dtl_block.min {
  width: 23em;
  transition: width .5s;
}

#dtl_block.med {
  width: 70%;
  transition: width .5s;
}

#dtl_block.max {
  width: 80%;
  transition: width .5s;
}


#dtl_block.half {
  width: 25em;
  transition: width .5s;
}

#dtl_block .row {
  width: 100%;
  min-height: 3em;
  float: left;
  margin-left: initial;
  margin-right:  initial;
}

.mt-1 {
  margin-top: 1em;
}

.ml-1 {
  margin-left: 1em !important;
}

#dtl_block .name {
    width: auto;
    padding: .5em;
    float: left;
    font-weight: bold;
    margin-left: .5em;
    margin-top: .25em;
}

#dtl_block .close {
  margin-top: .5em;
  margin-right: .5em;
}

#dtl_block .slick_view {
  width: 95%;
  margin: auto;
  height: 36em;
}

#dtl_block .slick_view iframe {
  border-radius: .5em;
}

#maincontent .row {
  margin-left: initial;
  margin-right: initial;
}

#maincontent .search {
  width: 80%;
  float: left;
  /*margin: 15px 0;*/
}

#maincontent .search form {
  float: right;
}

#maincontent .search form input {
  /*width: 100%;*/
  float: left;
}

#cover {
    width: 0%;
    height: 100%;
    position: fixed;
    background-color: white;
    z-index: 999;
    opacity: .6;
}

.spec_block {
     height: 3em; 
     background-color: #3f4154; 
     border-radius: .3em; 
     max-width: 30%; 
     float: left; 
     padding: .5em;
     margin-left: 1em;
}
.spec_block img {
  width: 2em;
}

.spec_block .spec_icon {
  float: left;
}

.spec_block .spec_icon i {
  color: white;
}

.spec_block .spec_val {
    float: left;
    font-size: .8em;
    font-weight: bold;
    line-height: 2em;
    margin-left: .5em;
    color: white;
}

.res {
    float: left;
    padding: 1em;
    border-radius: .3em;
    margin-left: 1em;
    font-size: .8em;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.res.low, .res.low-med  {
  background-color: #ccf390;
  color: white;
}

.res.med {
  background-color: #daec6a;
  color: white;
}

.res.med-high {
  background-color: #ecde39;
  color: white;
}

.res.high {
  background-color: #f8bc1f;
  color: white;
}

.res.high-ultra {
  background-color: #fd7e20;
  color: white;
}

.res.ultra {
  background-color: #fe3431;
  color: white;
}

.res.mega {
  background-color: black;
  color: white;
}

.res.archive {
  background-color: #0677dc;
  color: white;
}

.btn.btn-success, .btn.btn-warning {
    font-weight: bold;
    padding: 1em;
    font-size: .8em;
}

pre {
  width: 90%;
}

#formats {
    border: solid 2px #cacaca;
    border-radius: .3em;
    float: left;
    padding: 1em;
}

form {
  width: 95%;
  float: left;
}

#dropzone {
    width: 90%;
    height: 9em;
    border-radius: .4em;
    border: dashed #3f4153;
    text-rendering: auto;
    padding: 1em;
    font-weight: bold;
}

#dropzone input[type='file'] {
  opacity:0;
  width: 100%;
  height: 100% !important;
}

.dz-progress {
    width: 100%;
    float: left;
    height: .7em;
    /* background-color: red; */
    background-color: #CACACA;
    padding: .2em;
    border-radius: .2em;
}

.dz-progress .dz-upload {
  float: left;
  width: 100%;
  background-color: #4caf50;
  height: 100%;
}
.dz-filename, .dz-size, .dz-success-mark, .dz-error-mark{
  display: none;
}

.dz-error-message {
  width: 100%;
  float: left;
  margin-top: 4em;
  font-size: .5em;
  color: black;
}

/*#expander {
  
  float: right;
  background-position: center;
    background-size: 25%;
    background-repeat: no-repeat;

}*/

#expand {
  width: 2.4em;
  height: 3em;
  position: relative;
  float: left;
  margin-left: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#expand.min {
  background-image: url('expand_1.png');
}

#expand.med {
  background-image: url('expand_2.png');
}

#expand.max {
  background-image: url('expand_3.png');
}

#ex_vid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    height: 66%;
    z-index: 999;
}

#ex_vid video {
    width: 100%;
    height: 100%;
}

.row h5 {
  padding: 1em;
    font-size: 1.2em;
    font-weight: bold;
    color: #7a7a7d;
}

#publish_cont {
    padding: 1em;
    width: 85%;
}

#publish_cont form {
  margin-bottom: 2em;
}

.table {
  font-size: .9em;
}

#delete {
  float: left;
}

#delete button {
  font-weight: bold;
  font-size: .8em;
  padding: 1em;
}

.date {
    width: auto;
    padding: .5em;
    float: right;
    font-weight: bold;
    margin-left: .5em;
    margin-top: 0.75em;
    font-size: .8em;
    color: grey;
}
.previous_page.disabled, .next_page {
    display: none;
}

.menu_item.logo {
    background-color: #3f4154;
    border-bottom: none;
    position: absolute;
    bottom: 4em;
}

#aimee_iframe_cont {
  border:none !important;
}

#aimee_action_but_cont {
  background-color:#3f4154 !important;
}

#aimee_action_but_cont.expanded {
  background-color: white !important;
}

#aimee_action_but {
  background-size: 68% !important;
  background-image: url("chat_icon.png") !important;
}

#aimee_action_but.expanded {
    background-image: url(https://bigsquares.com/share/evo_assets/minimize.png) !important;
    background-size: 1.3em !important;
}
.inhert_item {
    font-size: .8em;
    text-align: center;
    font-weight: bold;
    line-height: 3.5em;
}
.inhert_item img {
    width: 80%;
}

.counter {
    position: absolute;
    right: 7em;
    top: .75em;
    float: right;
}

.colour_choice_cont {
  width: 100%;
  float: left;
}

.col_choice {
  float: left;
  margin-left: 1em;
}

#colour_picker {
  width: auto;
  height: auto;
  background-color:white;
  position: absolute; 
  display: inline;
  right: 15em;
  z-index: 99999;
  border-radius: .4em;
  border: solid 2px #c8c8c8;
  padding: 1em;
}

#colour_picker.hide {
  display: none;
}

#colour_picker_row .icon {
  float: right;
  width: 11%;
}

#colour_picker_name {
  float: left;
  width: 60%;
}

#colour_picker_row {
  width: 100%;
  height: 2em;
}

#colour_name {
    float: left;
    max-width: 80%;
}

.mod_name {
  float: left;
  padding: .5em;
}

#name_cont {
    width: 11em;
    float: left;
}

#name_cont form {
  width: 15em;
  margin-top: .3em;
}

#name_cont form .form-control.name {
  float: left;
  width: 60%;
}

#name_cont form .mod_name_but {
  padding: .5em;
  border: none;
  background-color: #5bb85c;
  border-radius: .3em;
  color: white;
  margin-left: .5em;
  margin-top: .3em;
  padding-top: 0.7em;
  padding-bottom: .7em;
  font-weight: bold;
  font-size: .8em;
}

#mod_name {
    float: left;
    margin-top: .3em;
}

.btn.btn-success {
    color: #fff !important;
    background-color: #d62828 !important;
    border-color: #a82929 !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success:active:focus, .btn-success:visited, .open > .dropdown-toggle.btn-success {
    background-color: #991919 !important;
    border-color: #a82929 !important;
}

.btn.btn-warning {
    color: #353535;
    background-color: #fcbf49;
    border-color: #ecb241;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning:active:focus, .btn-warning:visited, .open > .dropdown-toggle.btn-warning  {
    background-color: #fdac10;
    border-color: #ecb241;
     color: #353535;
}

#login_logo {
  background-image: url("2021/stikqr_mini_long.png");
  width: 100%;
  height: 17em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#logo {
  background-image: url("2021/stikqr_solo.png");
  width: 100%;
  height: 17em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.form.small {
  width: 10em;
  margin-right: 1em;
  float: left;
}

.form.med {
  width: 15em;
  margin-right: 1em;
  float: left;
}

.form.med label {
  font-size: 85%;
  margin-bottom: 3px;
}

.line_sub {
    margin-top: 1.6em;
}

#data_res {
    width: 97%;
}

#json_data_view {
    height: 37em;
    width: 100%;
}
pre {
    height: 42em;
    width: 100%;
}

.row form {
  width: 92%;
  left: .8em;
  position: relative;
  margin-top: 1em;
}

.mini_title {
width: 100%;
margin: auto;
font-size: 1em;
font-weight: bold;
color: #d96f00;
margin-bottom: 1em;
margin-top: 1em;
left: .5em;
position: relative;
top: 1em;
}

.stikqr_thumb.new {
    background-color: #fff;
    border: #ddd solid 2px;
    position: relative;
}

.stikqr_thumb.new .t_icon {
    border: none;
}

.stikqr_thumb.new .icon {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 5em;
}

.stikqr_thumb.new .material-icons {
  font-size: 1em;
  color: orange;
}

.data_row {
    width: 100%;
    float: left;
    padding-left: 1em;
    margin-bottom: 1em;
}

.data_row .label {
    width: 100%;
    color: grey;
    font-size: .8em;
    font-weight: initial;
    padding-left: 0em;
    margin-bottom: .5em;
    float: left;
    text-align: left;
}

.data_row .value {
    width: 100%;
    padding-left: 1em;
    color: #666;
    font-weight: bold;
}

.note {
    width: 100%;
    color: #535353;
    font-size: .8em;
    font-weight: initial;
    padding-left: 0em;
    margin-bottom: .5em;
    float: left;
    text-align: left;
    height: auto;
    padding: initial;
}

.dwnl_zone {
  position: absolute;
  height: 2em;
  width: 100%;
  bottom: .5em;
  right: .5em;
  z-index: 9;
}

.action_zone {
  position: absolute;
  top: 0;
  width: 100%;
  height: 2em;
}

.ts {
    position: absolute;
    bottom: 0;
    font-size: .7em;
    color: #c4c4c4;
    width: 100%;
    text-align: center;
}

.action_but {
  position: absolute;
  height: 100%;
  width: 2em;
  right: .5em;
  border-radius: .3em;
  background-size: 89%;
  background-repeat: no-repeat;
  background-position: center;
  top: .75em;
}

.action_but.del {
  background-image: url("delete_tiny.png");
}

.dwnl_but {
    width: 2em;
    height: 100%;
    background-size: 89%;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    border-radius: .3em;
}

.dwnl_but:hover {
  background-color: #8BB46E;
}

.action_but:hover {
  background-color: #d62828;
}

.dwnl_but.jpg {
  background-image: url("jpg_tiny.png");
}

.dwnl_but.png {
  background-image: url("png_tiny.png");
}

.dwnl_but.open {
  background-image: url("open_tiny.png");
}

#dtl_block.min .date {
    width: 34%;
    font-size: .7em;
    margin-top: 1em;
}

.t_icon .icon {
    text-align: center;
    position: absolute;
    top: 2em;
    left: 19%;
}

.t_icon .icon .material-icons {
    font-size: 5em;
    opacity: 1;
    color: #848484;
}

.info_row {
    width: 100%;
    float: left;
    margin-left: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: .9em;
}

.indent_row {
    margin-left: 2em;
    margin-top: 1em;
}

.indent_row pre {
    width: 32em;
    height: auto;
}

.dk {
    float: left;
    width: 100%;
    margin-left: 2em;
    margin-bottom: 1em;
}

.key {
    float: left;
    font-weight: bold;
    margin-right: 2em;
}

.val {
    float: left;
    word-break: break-all;
}

#maincontent.api {
    width: 90%;
}

#api_wrapper {
    width: 87%;
}

.mini_title.sub {
    color: #2caad0;
    font-weight: initial;
}

.mini_note {
    width: 100%;
    font-size: .9em;
    color: #d96f00;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#stripe_sig {
  background-image: url("powered_by_stripe.png");
  width: 7em;
  height: 2em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .3;
}

#maincontent.intro {
    padding-left: 0;
}

.v_block {
  height: 100vh;
  width: 100%;
}

.v_block.a {
  background-color: white;
}

.v_block.b {
  background-color: #f77f00;
}
.v_block.c {
  background-color: #707070;
}
.v_block.d {
  background-color: #eeeeee;
}
.v_block.e {
  background-color: #ffffff;
  height: 200vh;
}


.c_block {
  position: relative;
  top: 38%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 5em;
  height: 10em;
}

.c_block.intro {
  position: relative;
  top: 38%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 21em;
  height: 33em;
}

.c_block.bullets {
  position: relative;
  top: 27%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 16em;
  height: 10em;
  font-size: 1.5em;
}

.c_block.txt {
  position: relative;
  top: 19%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 89%;
  height: 10em;
  font-size: 1.5em;
}

.c_block.t1 {
  background-image: url("2021/for-anything-anyone-anywhere.png");
  width: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45%;
}

.c_block.t1.fr {
  background-image: url("2021/tout-tout-le-monde.png");
}

.c_block.s {
  width: 80%;
  height: 60%;
  top: 48%;
}

.t_block {
  position: relative;
  top: 3%;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
  width: 13em;
  height: 5em;
  background-image: url("2021/stikqr_mini_long_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.t_block.grey {
  background-image: url("2021/stikqr_mini_long_grey.png");
}

.b_block {
  position: absolute;
  bottom: 0em;
  margin: auto;
  width: 100%;
  height: 5em;
}

.n_block {
  height: 100%;
  width: 5em;
  margin:auto;
  background-image: url("2021/big_dark.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#logo_quote {
  text-align: center;
  margin-top: 1.5em;
  font-weight: lighter;
  font-size: 1.2em;
}

.bul {
  color: white;
  margin-bottom: 2.2em;
  font-weight: lighter;
  letter-spacing: .05em;
}

.b_row {
  width: 100%;
  float: left;
}

.txt {
  font-size: 1.2em;
  font-weight: lighter;
}

.orange {
  font-size: 2em !important;
  color: #f77f00;
  margin-top: 1em;
  margin-bottom: 1em;
}

.bul.orange {
  font-size: inherit !important;
  margin-top: initial;
  margin-bottom: 2.2em;
}

.center {
  text-align: center;
}

.quote-item {
  width: 80%;
  margin: auto;
  position: relative;
}

.quote-block {

}

.quote_left {
  background-image: url("2021/quote_left.png");
  width: 3em;
  height: 3em;
  background-size: contain;
  background-repeat: no-repeat;
}

.quote_sig {
  font-size: 2em;
  float: right;
  margin-top: 2em;
  font-weight: bold;
  color: #f77f00;
}

.quote_right {
  background-image: url("2021/quote_right.png");
  position: absolute;
  right: 0;
  width: 3em;
  height: 5em;
  background-size: contain;
  background-repeat: no-repeat;
}

.quote {
  font-weight: lighter;
  font-size: 1.5em;
}

.quote_block {
    position: relative;
    height: 100%;
    width: 100%;
}

strong {
  color: #707070;
}

.b_row.copyright {
  margin-top: 3em;
  font-size: .6em;
  font-weight: bold;
}

.b_row .btn {
  padding: .7em 2em !important;
  font-size: 1em !important;
  font-weight: initial !important;
  margin-right: .5em;
  margin-left: .5em;
}

#login_cont .btn {
  padding: .7em 2em !important;
  font-size: 1em !important;
  font-weight: initial !important;
}

.b_row .btn.btn-success, #login_cont .btn.btn-success {
  color: #fff !important;
  background-color: #f77f00 !important;
  border-color: #f77f00 !important;
  border-radius: .5em;
}

.b_row .btn.btn-primary, #login_cont .btn.btn-primary {
  color: #fff !important;
  background-color: #8BB46E !important;
  border-color: #8BB46E !important;
}

#login_cont .btn.btn-warning {
  color: #fff !important;
  background-color: #F7BD2F !important;
  border-color: #F7BD2F !important;
  border-radius: .5em;
}

.b_row.signup {
  text-align: center;
  margin-top: 3em;
}

.b_row.signup .btn {
  border-radius: .5em;
}

.copy {
    width: 100%;
    float: left;
    text-align: center;
}

.copy.by {
  margin: auto;
  height: 2em;
  background-image: url("2021/big_dark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  margin-bottom: 7em;
  margin-top: 7em;
}

.copy.tls {
    color: #f7264a;
    font-weight: initial;
    margin-top: 1em;
    margin-bottom: 3em;
}

.row.top {
  min-height: 5em;
}

.stikqr_custom_thumb {
  width: 10em;
  height: 12.5em;
  background-color: #f2f2f2;
  float: left;
  margin: .5em;
  border-radius: .8em;
  /*border: solid 1px #ddd;*/
  color: #2d2d2d;
  position: relative;
}

.stikqr_custom_thumb.standard {
  border: solid 1px #888;
}

.stikqr_custom_thumb:hover, .stikqr_custom_thumb.standard:hover {
  border: solid 1px #f77f00;
}

.stikqr_custom_thumb .name {
    width: 100%;
    text-align: center;
    font-size: .8em;
    font-weight: bold;
    color: gray;
    position: absolute;
    bottom: 2em;
}

.stikqr_custom_thumb .email {
  font-size: .8em;
  font-weight: normal;
  color: #aaa;
}

.stikqr_custom_thumb .custom_icon {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-80%);
  width: 4em;
  height: 4em;
  background-color: #ffa500;
  border-radius: .4em;
  background-position: center;
background-size: 90%;
}

.name .email {
    word-break: break-word;
}

#curr_month_cost {
    position: absolute;
    right: 1em;
    top: .75em;
}

.stikqr_print_thumb {
    width: 5em;
    height: 5em;
    float: left;
    background-size: contain !important;
    margin: .5em;
}

input#type {
  background-image: initial !important;
}

.time_zone {
  position: absolute;
  height: .5em;
  width: 2.5em;
  background-color:#dfdfdf;
  bottom: 1.25em;
  left: .5em;
}

.time_per {
  height: 100%;
  background-color:#ffa500;
  max-width: 100%;
}

#int_scores {
  width: 96%;
  height: 2em;
  border-radius: .4em;
  border: solid #eee .1em;
  margin: auto;
}

.int_cont {
  width: 1.6%;
  float: left;
  height: 100%;
  position: relative;
}

.is {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: orange;
  border-top: solid 1px #e19200;
  border-radius: .2em .2em 0 0;
}

.mini_int_scores_cont {
  position: absolute;
  bottom: .5em;
  width: 100%;
}

.buy_row {
  width: 19em;
  margin: auto;
}

.pack {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pack.square {
  height: 16em;
  background-image: url("stikqr_pack_web2.png");
}

.txt.orange.center.tiny {
  font-size: .8em !important;
  margin-bottom: 3em;
}

.bn_cont {
  width: 8em;
  margin: auto;
  margin-top: 2em;
}

.bn_button {
  width: 100%;
  text-align: center;
  background-color: #f77f00;
  color: white;
  padding: .5em;
  border-radius: .6em;
  font-weight: bold;
}

a:hover, a:focus {
  text-decoration: none !important;
  color: inherit;
}

#cell_encrypt {
  word-break: break-word;
  width: 80%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) { 
  html, body {
    font-size: 1.5em !important;
  }

  .bul {
    font-weight: 300;
    letter-spacing: .025em;
  }

  .buy_row {
    width: 15em;
    margin: auto;
  }
}

@media print {
  body {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0;
  }
  .stikqr_print_thumb {
    width: 23mm;
    height: 23mm;
    float: left;
    background-size: 74% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact !important;
    margin: initial !important;
}
}
