html, body{
      padding: 0;
      margin: 0;
      height: 100%;
      width: 100%;
      font-family: 'Quicksand';
      font-size: 10.5pt;
      font-weight: 400;
      line-height: 150%;
      cursor: default;
}

body div{
      cursor: default;
}

body *{
      -webkit-touch-callout: none;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -webkit-text-size-adjust: none;
      -moz-text-size-adjust: none;
      text-size-adjust: none;
      -webkit-tap-highlight-color: transparent;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      outline: none;
}

body{
      padding-top: 50px;
      height: calc(100% - 50px);
}

body.login, body.iframe, body.help, body.messages{
      padding-top: 0;
      height: 100%;
}


a{
      color: black;
      cursor: pointer;
}

a:hover{
      color: #93CA1E;
      color: #000000;
}

input[type="file"], input[type="tel"], input[type="number"], input[type="email"], input[type="text"], input[type="password"], input[type="time"], input[type="date"], select, textarea{
      font-family: 'Quicksand';
      border: 0;
      border-bottom: 1px solid #bbb;
      text-align: left;
      background-color: transparent;
      color: #000;
      font-weight: 400;
      font-size: 11pt;
      border-radius: 0;
      outline: none;
      margin: 0px auto 3px auto;
      height: 36px;
      line-height: 36px;
      padding: 0 0 0 5px;
      width: calc(100% - 5px);
      max-width: 395px;
      -webkit-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text;
}

input[type="number"], input[type="number"]:hover {
      -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
      -moz-appearance: number-input;
}

input:focus{
      border-color: #00ccff !important;
}

select{
      -ms-box-sizing:content-box;
      -moz-box-sizing:content-box;
      -webkit-box-sizing:content-box;
      box-sizing:content-box;
}

.likeInput{
      margin: 0px auto 3px auto;
      height: 36px;
      line-height: 36px;
      padding: 0 0 0 5px;
      font-size: 10.5pt;
      font-weight: 400;
}

.likeInput label{
      font-size: 10.5pt !important;
}

.login #logo{
      width: 100%;
      height: 110px;
      background: url('../images/general/logo.svg') center center no-repeat;
      background-size: 220px auto;
      margin: 0px auto 10px auto;
}

.tabsLogin a{
      float: left;
      background-color: #5EB7E7;
      line-height: 44px;
      color: white;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      font-weight: 700;
      transition: background 200ms;
      cursor: pointer;
}

.login .tabsLogin a{
      width: 50%;
}

.tabsSmall{
      border-radius: 4px;
      overflow: hidden;
      margin: 0 10px;
      width: calc(100% - 20px);
      display: table;
      height: 64px;
      background: black;
}

.tabsSmall a{
      color: white;
      text-decoration: none;
      text-align: center;
      font-weight: 400;
      transition: border 200ms;
      cursor: pointer;
      padding: 0 2px;
      display: table-cell;
      text-align: center;
      border-bottom: 4px solid white;
      font-size: 9pt;
      line-height: 12px;
}

.tabsSmall a:hover{
      border-bottom: 4px solid #00ccff;
      color: white;
}

.tabsSmall .tabActive{
      font-weight: 600  !important;
      border-bottom: 4px solid #00ccff;
}

.tabsTransparent{
      background: transparent;
}

.tabsTwo a{
      width: 50%;
}

.tabsThree a{
      width: 33.3%;
}

.tabsFour a{
      width: 25%;
}

.tabActive{

}

.tabActive .fa{
      color: #fff !important;
}

.tabs a .fa{
       font-size: 14pt;
       height: 20px;
       line-height: 20px;
       margin: 8px 0 6px;
       color: #b3b3b3;
}

.tabsAlt{
      border: 1px solid white;
      display: inline-block;
      margin: 10px auto;
      border-radius: 5px;
      height: 22px;
      line-height: 22px;
      font-size: 0;
}

.tabsAlt a{
      display: inline-block;
      border-right: 1px solid white;
      width: 36px;
      text-align: center;
      font-weight: 500;
      font-size: 9.5pt;
}

.tabsAlt a:last-child{
      border: 0;
}

.tabsAlt a.tabActive{
      background-color: white;
      color: black;
      font-weight: 600;
}

.tabsAlt a:hover{
      background: rgba(255,255,255,0.3);
      color: white;
}


.btn{
      color: white !important;
      letter-spacing: 0.5px;
      background-color: #00ccff;
      font-weight: 600;
      padding: 0 35px;
      line-height: 38px;
      display: inline-block;
      transition: background 130ms;
      text-decoration: none;
      margin: 0 auto;
      cursor: pointer;
      border-radius: 3px;
      border: 0;
      font-size: 10pt;
}

.btn:hover{
      background-color: #16E3FF;
}

.btnGreen{
      background-color: #00ccff;
      border: 1px solid #00ccff;
      color: white;
}

.btnGreen:hover{
      background-color: #A5E026;
      border: 1px solid #93CA1E;
}

.btnGray{
      background-color: #BCBCBC;
      border: 1px solid #BCBCBC;
      color: white;
}

.btnGray:hover{
      background-color: #A0A0A0;
      border: 1px solid #A0A0A0;
}


.btnFullSize{
      width: calc(100% - 40px) !important;
      text-align: center;
}

.btnTransparent{
      background: transparent;
}

.btnTransparent:hover{
      background: transparent;
      color: #00ccff !important;
}

form{
      text-align: center;
      margin-top: 20px;
}

*::-webkit-input-placeholder {
      color: #1a1a1a!important;
      font-weight: 300;
}

*:-moz-placeholder {
      color: #1a1a1a !important;
      font-weight: 300!important;
      opacity: 1;
}

*::-moz-placeholder {
      color: #1a1a1a !important;
      font-weight: 300!important;
      opacity: 1;
}

*:-ms-input-placeholder { /* IE10+ */
      color: #1a1a1a !important;
      font-weight: 300!important;
}

*::placeholder{
      color: #1a1a1a !important;
      font-weight: 400!important;
      opacity: 1;
}


#tabLogin, #tabRegister{
      width: 100%;
}


.simpleLink{
      font-size: 9pt;
      text-decoration: underline;
      color: black;
      padding: 5px 5px;
      margin: 0;
      display: inline-block;
      text-shadow: 0px 0px 3px white;
}

.login form .btn{
      margin-top: 15px;
      margin-bottom: 5px;
}

.hidden{
      display: none;
}

.hiddenI{
      display: none !important;
}

.inputHint{
    font-size: 8.5pt;
    color: #16a4c0;
    text-align: center;
    display: block;
    padding: 2px;
}

.fl{
      float: left;
}

.fr{
      float: right;
}

.cleaner{
      clear: both;
      height: 0;
      overflow: hidden;
      font-size: 0;
      display: block;
}

#terms{
      padding: 15px;
      text-align: left;
}

#terms h3{
      margin: 0 0 0 0;
      font-size: 12pt;
      font-weight: 700;
}

#terms h4{
      margin: 15px 0 15px 0;
      font-size: 11pt;
      font-weight: 600;
}

#terms p{
      margin: 0 0 5px 0;
}

#top{
      height: 49px;
      background: url('../images/general/bg.jpg');
      background-size: 50px 50px;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 500;
      border-bottom: 1px solid #808080;
}

.grayBG{
      background: url('../images/general/bg.jpg');
      background-size: 50px 50px;
}

#topLogo{
      width: 125px;
      height: 50px;
      background: url('../images/general/logo.svg') center center no-repeat;
      background-size: auto 20px;
      float: left;
      margin-left: 10px;
}

#showMenu{
      float: right;
      width: 50px;
      height: 50px;
      font-size: 20pt;
      line-height: 50px;
      text-align: center;
      color: #666;
      cursor: pointer !important;
}

#showMenu span, #showCards span{
      cursor: pointer !important;
}

#showMenu:hover{
      color: #16A4C0;
}

#menuIco:hover{
      cursor: pointer;
}

#menuIco:hover, #menuIco:active{
      color: black;
}

p{
      margin: 5px 0;
}

.shadowTop{
      width: 100%;
      min-height: 100%; /* calc(100% - 50px - 61px); */
      min-height: 100px;
      background: url('../images/general/shadow-down.png') center top repeat-x;
      height: calc(100% - 66px);
      height: 100%;

}

.shadowTopAuto{
      width: 100%;
      background: url('../images/general/shadow-down.png') center top repeat-x;
}

.text{
      padding: 0 10px;
}

.gray{
      color: #aaa;
}

.line{
      border-top: 1px solid #999;
      font-size: 0;
}


.btnDarkblue{
      border: 0;
      background-color: #1D6CAF;
      color: white;
}

.btnDarkblue:hover{
      background-color: #2C8DDD;
}



.tcenter{
      text-align: center;
}

#topBack{
      width: calc(100% - 50px);
      height: 49px;
      line-height: 50px;
      background: url('../images/general/bg.jpg');
      background-size: 50px 50px;
      position: absolute;
      top: 0;
      left: 0;
      margin-left: 10px;
      font-weight: 600;
      color: #666;
      display: none;
}

#topBack h1{
      float: left;
      max-width: calc(100% - 42px);
      padding: 0;
      font-size: 11pt;
      display: inline-block;
      cursor: pointer !important;
}

#topBack span{
      margin-right: 10px;
      width: 32px;
      line-height: 50px;
      text-align: center;
      font-size: 11pt;
      float: left;
}

#topBack .topBackClick:hover{
      color: black;
      cursor: pointer;
}

.login #topBack{
      width: calc(100% - 10px);
      margin-left: 0;
      padding-left: 10px;
}

#menu{
      height: 100%;
      width: calc(100% - 50px);
      max-width: 360px;
      position: fixed;
      background-color: white;
      box-shadow: 0px 0px 3px 2px #aaa;
      margin-left: -400px;
      margin-left: 0px;
      top: 0;
      right: -410px;
      z-index: 500;
}

#menuLabel{
      height: 50px;
      line-height: 50px;
      text-align: center;
      color: #666;
      font-weight: 500;
      font-size: 12pt;
      background-color: #F7F7F7;
}

#menuLabel span{
      float: right;
      height: 50px;
      line-height: 50px;
      width: 50px;
      font-size: 18pt;
}


#menuLabel span:hover{
      color: #DC2127;
      cursor: pointer;
}

#menu a{
      height: 44px;
      line-height: 44px;
      border-bottom: 1px solid #ccc;
      text-decoration: none;
      color: #333;
      display: block;
      font-size: 11.5pt;
      font-weight: 500;
}

#menu a span{
      margin: 0 14px;
      font-size: 15pt;
      color: #444;
      width: 25px;
      text-align: center;

}

#menu a:hover{
      background-color: #EFEFEF;
}

#tabMenuContainer{
      height: 66px;
      border-top: 4px solid #ccc;
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 200;
      text-align: center;
      background-color: white;
}

#tabMenu{
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
}

#tabMenu a{
      float: left;
      width: 25%;
      height: 65px;
      color: #444;
      font-size: 9pt;
      text-decoration: none;
      text-align: center;
      cursor: pointer;
      font-weight: 500;
}

#tabMenu span{
      height: 30px;
      margin-top: 6px;
      line-height: 30px;
      display: block;
      font-size: 15pt;
      color: #888;
      cursor: pointer;
}

#tabMenu a:hover, #tabMenu .tabActive{
      color: black;
}

#tabMenu .tabActive{
      font-weight: 700;
}

#tabMenu a:hover span, #tabMenu .tabActive span{
      color: #222;
}

#appContent{
      height: 100%;
      width: 100%;
      border: 0;
      overflow: hidden;
      overflow-y: auto;

}

.appContentFull{
      height: 100% !important;
}

#klapliNews{
      margin: 0px 10px 0 10px;
      padding: 15px 0px 0 0;
      height: 25px;
      display: none;
}

#klapliNews a{
      color: #444;
      font-weight: 500;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      float: left;
      width: calc(100% - 30px);
      line-height: 25px;
}

#klapliNews a:hover{
      color: black;
      text-decoration: underline;

}

#klapliNews .fa{
      color: #bbb;
      font-size: 18pt;
      line-height: 25px !important;
      margin-right: 10px;
      width: 20px;
      float: left;
}

.campaigns .tabs{
      margin: 15px 10px !important;
}

h1, h2{
      color: #333;
      font-size: 12pt;
      padding: 15px 0 15px 10px;;
      margin: 0;
      font-weight: 500;
}

fieldset{
      margin: 10px 10px 15px 10px;
      border: 1px solid #5EB7E7;
      border-radius: 3px;
}

fieldset legend{
      font-size: 9pt;
      font-weight: 500;
      color: #333;
}

#tabLogout, #tabClose, #tabRecover, #tabErase{
      height: calc(100% - 100px);
      max-height: 400px;
      text-align: center;
      color: #333;
}

#tabRecover{
      max-height: auto;
}

#tabLogout a, #tabClose a, #tabErase a{
      text-decoration: none;
      color: black;
      width: 100px;
      margin: 25px auto;
      display: block;
      font-weight: 600;
      text-align: center;
}

#tabLogout a{
      width: auto;
}

#tabLogout .fa, #tabClose .fa, #tabErase .fa{
      font-size: 50pt;
      color: #8a8a8a;
      display: block;
      margin: 0 auto 15px auto;
      cursor: pointer;
}

#tabClose .fa, #tabErase .fa{
      border: 2px solid #8a8a8a;
      border-radius: 50%;
      width: 64px;
      height: 64px;
      line-height: 60px !important;
      font-size: 40pt;
      text-align: center;
}

#tabLogout a:hover .fa, #tabClose a:hover .fa, #tabErase a:hover .fa{
      color: #DC2127;
}

#tabClose a:hover .fa, #tabErase a:hover .fa{
      border-color: #DC2127;
}

.table{
      display: table;
      width: 100%;
      height: 100%;
}

.tr{
}

.td{
      display: table-cell;
      width: 100%;
      vertical-align: middle;
      height: 100%;
}

#tabPassword{
      text-align: center;
}

#loggedOverlay{
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: fixed;
      background-color: white;
      text-align: center;
}

#wait4content{
      text-align: center;
      height: calc(100% - 50px - 65px);
      position: fixed;
      width: 100%;
      top: 50px;
      left: 0;
      z-index: 9999;
      background: radial-gradient(rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.0));
}

#loggedOverlayLabel{
      font-size: 12pt;
      font-weight: 300;
      margin-top: -85px;
      height: 20px;
      line-height: 20px;
}

.spacer{
      font-size: 0;
      overflow: hidden;
}


#pswdChange{
      margin-top: 15px;
}

.fullScreenView{
      background: #111;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: fixed;
      z-index: 900;
      text-align: center;
      display: none;
      cursor: default;
      overflow-y: auto;
}

#needUpdate{
      background: white;
      color: black;
}


#pollAgreement{
      z-index: 990;
}

#systemMsg{
      z-index: 1010;
}

.fullScreenViewContainer{
      height: 100%;
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
}


.cancel{
      padding: 10px;
      color: white;
      margin: 15px auto 30px 0;
      display: inline-block;
      cursor: pointer;
}

.cancel:hover{
      color: #6DCCFF;
      color: #DC2127;
}

.fullScreenViewIcon{
      display: block !important;
      width: 80px;
      height: 80px;
      margin: 50px auto 40px auto;
      text-align: center;
      color: #fff;
      font-size: 80px;

}

#needUpdate .fa{
      color: #D72025;
}


.fullScreenViewHint{
      color: white;
      display: block;
      margin: 0 0 15px 0;
      font-size: 13pt;
}

.fullScreenViewHint span{
      font-size: 10pt;
}

#uploadFile{
      opacity: 0;
      height: 120px;
      margin: 0 !important;
      border: 0;
      position: relative;
      z-index: 1;
      height: 100%;
      width: 100%;

}

#uploadFileContainer{
      width: 80%;
      max-width: 300px;
      height: 120px;
      margin: 0 auto 10px auto;
}

#uploadFileUnder{
      height: 100%;
      width: 100%;
      position: relative;
      z-index: 0;
      background-color: #93CA1E;
      margin-top: -120px;
      border-radius: 3px;
      color: white;
      text-align: center;
      overflow: hidden;
      transition: 150ms;
}

#uploadFileContainer:hover #uploadFileUnder{
      cursor: pointer;
      background-color: #7FB632;
}

#uploadFileUnder .fa{
      font-size: 48px;
      height: 48px;
      margin: 15px auto 12px auto;
}


#uploadFileUnder b{
      font-size: 10.5pt;
      font-weight: 600;
      display: block;
}

.uploadFileSelected{
      background-color: #5EB7E7 !important;
}

#resetPassword{
      display: none;
}

#resetPassword input{
      margin-bottom: 5px !important;
}

.itemList{
      margin: 0 0 10px 0;
      text-align: left;
}


.unread .fa{
      display: none;
}

/*
.itemList .fa-envelope{
      color: #5EB7E7 !important;
}
*/

.messages .itemSubject{
      display: table-cell;
      vertical-align: middle;
      height: 80px;
}

.messages .itemDescription{
      display: table;
      height: 80px;
}

.detailContent{
      height: calc(100% - 50px);
      background-color: white;
      width: 100%;
      right: -100%;
      top: 50px;
      position: fixed;
      z-index: 240;
      overflow-y: auto;
}

#detailContent2{ z-index: 250; }
#detailContent3{ z-index: 260; }
#detailContent4{ z-index: 270; }
#detailContent5{ z-index: 280; }

.msgSubject{
      padding: 10px;
      border-bottom: 1px solid #ccc;
      font-size: 11pt;
      font-weight: 500;
      line-height: 28px;
      text-align: left;
}

.msgBody{
      padding: 10px;
      line-height: 150%;
}

.campaignContent, .campaignDetail, #campaignDetail{
      border: 0;
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      float: left;
}


.tpl{
      display: none;
}

.tabsBottomMargin{
      margin-bottom: 10px;
}

.help .item, .conto .item{
      height: 44px;
}

.help .itemIco, .conto .itemIco{
      height: 44px;
      line-height: 44px;
      width: 44px;
}

.help .itemIco.fa, .conto .itemIco.fa{
      font-size: 32px;
      line-height: 44px;
}

.help .itemDescription, .conto .itemDescription{
      display: table;
      height: 44px;
      width: calc(100% - 60px);
}

.help .itemSubject, .conto .itemSubject{
      display: table-cell;
      height: 44px;
      vertical-align: middle;
}

.tabs.bothMargin{
      margin: 10px;
}

.itemSubject span{
      overflow: hidden;
      max-height: 44px;
      display: inline-block;
}

.filterItems .item{
      display: none;
}

#systemMsgText{
      color: white;
      margin: 0 auto 35px auto;
      padding: 0 15px;
      max-width: 450px;
}

#needUpdate #systemMsgText{
      color: black;
}

#systemMsgBody .btn{
      margin-bottom: 35px;
}

.itemNote i{
      font-style: normal;
      background: #FFD023;
      font-weight: 600;
      padding: 2px 5px;
      border-radius: 15px;
      display: inline-block;
      color: white;

}

.reward{

}

.item.premium, .item .premium, .reward .msgImg .premium{
      background: url('../images/general/klapli-premium.png') right top no-repeat;
      background-size: 64px auto;
}

.reward .msgImg .premium{
      width: 100%;
      height: 100%;
      margin-top: -20px;
}


.item.premium .itemDescription{
      width: calc(100% - 125px);
}

.reward .msgImg, .campaign .msgImg{
      height: 150px;
      width: 100%;
      padding-top: 10px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-top: 10px;
}

.rewardControl{
      text-align: center;
      padding-bottom: 20px;
}

.rewardControl .msgPrice{
      font-weight: 600;
      font-size: 13pt;
      color: #666;
      margin: 10px 0;
}

#conto{
      width: 220px;
      max-width: 300px;
      position: static;
      z-index: 1;
      margin: 0 auto 0px auto;
      padding: 15px 0 0 0;
      font-weight: 500;
      background: url('../images/general/logo-bag.png') center top no-repeat;
      background-size: auto 100px;
      text-align: center;

}


#conto .btn{
      margin: 20px 0 30px 0;
}

#conto div{
      margin-top: 120px;
      font-size: 13pt;
}

#conto b{
      margin: 10px 0 20px 0;
      font-size: 40pt;
      font-weight: 700;
}

.line{
      border-top: 1px solid #ccc;
      height: 0;
      font-size: 0;
      overflow: hidden;
}

#klapliPremium{
      background: url('../images/general/klapli-premium-textlogo.png') center top no-repeat;
      background-size: auto 40px;
      padding: 70px 0 30px 0;
      margin: 30px 0 0 0;
      text-align: center;
}


.premiumStatus{
      text-transform: uppercase;
      font-weight: 700;
      display: block;
      background-color: #666;
      border-radius: 20px;
      height: 40px;
      line-height: 40px;
      color: white;
      display: inline-block;
      padding: 0 0 0 10px;
      margin-bottom: 20px;
}

.premiumStatus.unactive{
      background-color: #E31762;
}

.premiumStatus.unactive b{
      background-color: #93CA1E;
      display: inline-block;
      border-radius: 40px;
      padding: 0 10px 0 10px;
      margin-left: 10px;
      cursor: pointer;
}

.premiumStatus.active b:hover{
      background-color: #FC0F66;
}

.premiumStatus.active{
      background-color: #93CA1E;
}

.premiumStatus.active b{
      background-color: #E31762;
      background-color: #555;
      display: inline-block;
      border-radius: 40px;
      padding: 0 10px 0 10px;
      margin-left: 10px;
      cursor: pointer;
}

.premiumStatus.unactive b:hover{
      background-color: #A5E026;
}

.contoExpire{
      font-size: 9pt;
      color: #444;
      display: block;
      margin-top: 5px;
}

.contoDate{
      font-size: 9pt;
      color: #999;
      display: block !important;
      font-style: normal;
}

.msg.conto .itemList{
      margin-top: 10px;
}

#recommend{
      margin: 10px 10px;
      text-align: center;
}

#recommendCode{
      border: 1px solid #16A4C0;
      border-radius: 10px;
      padding: 0px 0px 15px 0px;
      margin: 25px auto 0px auto;
      display: inline-block;
      color: #fff;
      width: 250px;
      background-color:  #16A4C0;
}

#recommendCode span{
      display: block;
      margin-bottom: 12px;
      margin-top: 10px;
      height: 20px;
      line-height: 20px;
      font-weight: 500;
}

#recommendCode b{
      font-size: 20pt;
      font-weight: 700;
      -webkit-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text;
}

#recommend .fa-comments{
      display: block;
      width: 96px;
      height: 96px;
      margin: -10px auto 20px auto;
      text-align: center;
      color: #ccc;
      font-size: 96px;

}

#recommendBonus{
      color: #444;
      font-size: 15pt;
      font-weight: 500;
      line-height: 30px;
}

#recommendBonus b{
      color:  #93CA1E;
}
#recommendNote{
      color: #aaa;
      margin-bottom: 15px;
}

#shareCode{
      height: 50px;
      line-height: 50px;
      font-size: 14pt;
      color: white;
      background-color: #93CA1E;
      width: 250px;
      padding-top: 20px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      margin: -20px auto 25px auto ;
      cursor: pointer;
      text-transform: uppercase;
}

#shareCode .fa{
      font-size: 20pt;
}

#promoUsage{
      margin: 20px 0 20px 0;
      text-align: center;
      font-size: 16pt;
      font-weight: 600;
      color: #93CA1E;
}

#promoUsage b{
      color: #16A4C0;
}

.shareBtn{
      width: 50px;
      height: 50px;
      line-height: 50px !important;
      font-size: 30px !important;
      text-align: center;
      cursor: pointer !important;
      background-color: #eee;
      border-radius: 2px;
      margin: 0 2px;
}


.shareBtn:hover{
      background-color: #1D6CAF;
      color: white;
}

#shareBtns span{
      display: block;
      color: #555;
      margin: 15px 0 15px 0;
}

#shareBtns{
      margin-bottom: 15px;
}

#contestInfo{
      text-align: center;
      margin: 0 10px;
}

.noWin{
      color: #aaa;
      font-weight: 500;
      margin: 10px 0 25px 0;
      display: none;
}

.contestCountInfo{
      color: #93CA1E;
      font-size: 13pt;
      margin-bottom: 5px;
}

.horizontalItems{
      height: 225px;
      overflow-x: auto;
      overflow-y: hidden;
      text-align: center;
      white-space: nowrap;
      width: 100%;
}

.horizontalItemsContainer{
      height: 205px;
      margin-bottom: 25px;
      overflow: hidden;
      width: 100%;
}

.horizontalItems .item{
      height: 195px;
      width: 125px;
      border: 1px solid #ccc;
      display: inline-block;
      padding: 0 5px;
      margin-top: 4px;
      overflow: hidden;
}

.horizontalItems .item .itemIco{
      width: 120px;
      height: 110px;
      margin: 5px 0 5px 0;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      float: none;
      display: block;
}

.horizontalItems .premium{
      width: calc(100% + 5px);
      height: 120px;
      display: block;
      margin: -120px 0px 0 0 ;
      position: relative;

}

.horizontalItems .item .itemDescription{
      float: none;
      width: 100%;
      font-size: 10pt;
      line-height: 16px;

}

.horizontalItems .itemNote, .horizontalItems .itemSubject{
      margin: none;
      font-size: 10pt;
      font-weight: 400;
      color: #666;
      margin-top: 0;
      line-height: 16px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
}

.horizontalItems .itemSubject{
      height: 32px !important;
      white-space: normal !important;
      margin-bottom: 5px;
}

.horizontalItems .itemDate{
      font-size: 9pt;
      color: #666;
      line-height: 12px;
      display: block;
}

.horizontalItems .itemSubject{
      color: black;
}

#passwordRecoverQRContainer .btns{
      max-width: 250px;
      margin: 0 auto;
}


#contoTotal{
      opacity: 0;
}

.conto .itemSubject b{
      font-weight: 400 !important;
}

#msgUnreadCount{
      width: 18px;
      height: 18px;
      line-height: 18px;
      background-color: #216EB2;
      display: inline-block;
      color: white;
      text-align: center;
      font-weight: 500;
      border-radius: 50%;
      font-style: normal;
      float: right;
      margin: 15px 10px;
      font-size: 10pt;
      display: none;
}

.block{
      display: block !important;
}

.uppercase{
      text-transform: uppercase;
}

#emptyList{
     text-align: center;
}

.emptyListContent{
      padding: 60px 0;
      width: 100%;
      display: block;
      min-width: 100%;
}

.emptyListContentSimple{
      padding: 12px 0;
      width: 100%;
      display: block;
      min-width: 100%;

}

#emptyList .fa{
      color: #bbb;
      font-size: 70px;
      margin-bottom: 20px;
      display: block !important;
      line-height: 1;
}

#emptyList .newSensor{
     font-size: 14pt;
     margin-top: 50px;
     display: inline-block;
}

.emptyL1{
      font-weight: 300;
      font-size: 16pt;
      color: #999;
}

.emptyL2{
      font-weight: 600;
      font-size: 9.5pt;
      color: #333;
}

#confirmText{
      color: white;
      margin: 0 auto 5px auto;
      padding: 0 10px;
      max-width: 500px;
      display: block;
}

#menuUsername{
      float: left;
      font-weight: 400 !important;
      color: #ccc;
      cursor: pointer;
      line-height: 50px;
}

#menuUsername:hover{
      color: #333;
}

#menuUsername .fa{
      font-size: 18pt;
      width: 25px;
      margin: 0 12px;
      float: left;
      line-height: 50px;
}

#notification{
      position: fixed;
      top: 60px;
      width: calc(100% - 30px);
      background-color: white;
      margin-left: 15px;
      box-shadow: 0px 0px 10px #000;
      display: none;
}

#campaignDone .item{
      height: 60px;
}

#campaignDone{
      position: fixed;
      top: 60px;
      width: calc(100% - 30px);
      background-color: white;
      margin-left: 15px;
      box-shadow: 0px 0px 10px #000;
      display: none;
      z-index: 1000;
}

#campaignDone .fa{
      color: #7FB732;
      font-size: 40pt;
}


.notificationControl{
      padding: 10px;
      text-align: center;
}

.terms{
      padding: 10px 10px 10px 35px;
}

.terms h2{
      text-align: center;
}

.terms h3{
      margin: 15px 0;
      text-align: center;
}

.terms ol, .terms li{
      margin: 5px 0;
      padding: 0;
      font-weight: 600;
}

.rev{
      unicode-bidi:bidi-override;
      direction: rtl;
}

#updateInfo{
      float: right;
      width: 90px;
      height: 50px;
      font-size: 18pt;
      text-align: center;
      color: #F39517;
      margin-right: 5px;
      cursor: pointer !important;
      display: none;
      margin-top: 2px;
}

#updateInfo span{
      line-height: 50px;
}


#updateInfo:hover, #updateInfo span:hover{
      color: #FFD023;
      cursor: pointer !important;
}

#updateInfo b{
      font-size: 7pt;
      line-height: 14px !important;
      float: right;
      margin-top: 10px;
}

.checkboxLabel{
      color: white;
}

video::-webkit-media-controls-panel,
video::-webkit-full-page-media::-webkit-media-controls-panel{
      display: none !important;
}

.media-controls-container, #media-controls-container, video::-webkit-media-controls-container{
      display: none !important;
}

.howToUseQR h4{
      margin: 25px 0 10px 0;
      color: #333;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      font-size: 10pt;
}

.howToUseQR h4 span{
      background: url('../images/general/yellow-box.svg') center center no-repeat;
      background-size: contain;
      display: inline-block;
      width: 50px;
      height: 40px;
      line-height: 35px;
      text-align: center;
      margin-right: 10px;
      font-size: 11pt;
      float: left;
      margin-top: -8px;
}

.BG{
      background: url('../images/general/login-bg.jpg') center center no-repeat;
      background-size: cover;
      padding-bottom: 0 !important;
      min-height: calc(100% - 165px);
      overflow: hidden;
}


.inputHint{
      text-shadow: 0px 0px 2px white;
      color: black;
}

.howToUseQR h4 span{
      background: #FFAE00;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      color: white;
}


.btnDarkblue{
      background-color: #75A50E;
}


.btnDarkblue:hover{
      background-color: #93CA1E;
}

#notification .itemSubject{
      padding-left: 5px;
}

.igAsBlock{
      max-width: 380px;
      width: calc(100% - 20px);
      margin-left: auto;
      margin-right: auto;
}

.igAsBlock .ig{
      display: block;
      width: 100%;
}

.ig{
      display: inline-block;
      width: calc(100% - 20px);
      text-align: left;
      max-width: 400px;
}

.ig label{
      font-size: 8.5pt;
      font-weight: 700;
      display: block;
      margin-top: 12px;
      margin-bottom: -5px;
}

.login form{
      width: 100%;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
}


.green, .groupGreen, .statusGreen .highlight{
      color: #99ff00 !important;
}

.red, .statusRed .highlight{
      color: #ff0000 !important;
}

.orange, .statusOrange .highlight{
      color: #FF8800 !important;
}

.yellow, .statusYellow .highlight{
      color: #FFD700 !important;
}

.blue, .statusBlue .highlight{
      color: #00ccff !important;
}

.highlight{
      font-weight: 700;
}

.btnRed{
     background: #D30000;
}

.btnRed:hover{
      background: #ff0000;
}

.nocellspacing{ border-collapse: collapse; }

.nocellpadding td, .nocellpadding th{ padding:0 }

.bold{
      font-weight: 700;
}

h1 span, h2 span{
      display: block;
      font-size: 10pt !important;
      font-weight: 300;
      line-height: 14px !important;
      text-align: left !important;
      float: none !important;
      margin-right:  !important;
      width: auto !important;
}

.doubleLine{
      line-height: 150%;
      padding-top: 4px;
}

.cdefault{
      cursor: default;
}

.noborder{
      border: 0 !important;
}

.login .tabs{
      max-width: 300px;
      margin: 0 auto;
}

.setout{
      margin-top: 15px;
      margin-bottom: 15px;
}

.inputUnits{
      position: absolute;
      width: 120px;
      text-align: right;
      margin-left: -120px;
      line-height: 36px;
      z-index: -1;
}

.pointer, .hand{
      cursor: pointer;
}

.twoBtns .btn{
      width: calc(50% - 10px);
      padding: 0;
}

#toast{
      position: fixed;
      top: 60px;
      text-align: center;
      display: none;
      z-index: 1000;
      width: calc(100% - 30px);
      padding: 0 15px;
      pointer-events: none;
}

#toast div{
      display: inline-block;
      border-radius: 3px;
      padding: 8px 10px;
      background: #00ABD6;
      line-height: 18px;
      border: 1px solid #00ccff;
      box-shadow: 0px 0px 10px #00CCFF;
      color: white;
      font-weight: 500;
      font-size: 9pt;
      text-align: left;

}

.limitableInvisible{
      display: none;
}

.limitableControl{
      height: 30px;
      line-height: 30px;
      text-align: center;
      clear: both;
}

.limitableControl .fa{
      color: white;
      font-size: 12pt;
}

#floatBtn{
      width: 48px;
      height: 48px;
      line-height: 40px;
      position: fixed;
      right: 20px;
      bottom: 80px;
      background-color: #00CCFF;
      color: white;
      text-align: center;
      border-radius: 50%;
      font-size: 26pt;
      font-weight: 200;
      transition: 200ms;
      z-index: 30;
      box-shadow: 0px 0px 2px #000;

}

#floatBtn:hover{
      background-color: #16E3FF;
}


.detailContent #floatBtn{
      bottom: 20px;
}

#floatBtn .fa{
      font-size: 13pt;
      line-height: 46px;
      display: block;
}

.collapsed .itemList{
      display: none;
}

.list{
      position: relative;
}

.dialog{
      width: calc(100% - 50px);
      max-width: 360px;
      border-radius: 4px;
      box-shadow: 0px 0px 5px #999;
      background: black;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 1001;
      display: none;
      max-height: 90%;
      overflow: hidden;
}

.dialogNoBorder .dialogHeader, .dialogNoBorder .dialogFooter{
      border: 0;
}


.dialogHeader{
     min-height: 14px;
     line-height: 14px;
     border-bottom: 1px solid #666;
     padding: 15px 20px;
     font-weight: 600;
     font-size: 12pt;
}

.dialogBody{
      padding: 5px 20px;
      max-height: 80%;
      overflow: hidden;
      overflow-y: auto;
}

.dialogFooter{
     min-height: 14px;
     border-top: 1px solid #666;
     padding: 15px 20px;
     text-align: right;
}

.dialogFooter a{
      text-transform: uppercase;
      font-size: 9.5pt;
      font-weight: 600;
      margin-left: 25px;
}

.dialogFooter a.fl{
      margin: 0 25px 0 0;
}

#overlay{
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0,0,0,0.7);
      z-index: 1000;
      position: fixed;
      display: none;
}

#addressbook .groupNameText{
      width: calc(100% - 60px);
      display: inline-block;
      cursor: pointer;
}

.tleft{
      text-align: left;
}

.dialogBody .itemList{
      margin: 0;
}

#progress{
      position: absolute;
      height: 1px;
      margin-top: 49px;
      background: #00ccff;
      width: 0%;
      transition: width .8s ease;
}

#tabNotifications .settings{
      margin: 10px 0;
}

.cDefault{
      cursor: default;
}

.ig .selectable label{
      line-height: 36px;
      font-weight: normal;
      display: inline-block;
      margin: 0;
}

.ig .selectable label .fa{
      font-size: 12pt;
}

#autocomplete{
      position: absolute;
      width: calc(100% - 20px);
      height: auto;
      max-height: 400px;
      overflow: hidden;
      overflow-y: auto;
      background-color: #00ffcc;
      margin: -10px 10px;
      border-radius: 0;
      float: left;
      box-shadow: 0px 0px 7px #000;
      z-index: 999;
}

#autocomplete .itemRightValue{
      font-size: 8.5pt;

}

#autocomplete .item:hover{
      background: #00ccff;
}


#sensorExternalRegister .searchBox{
      margin-top: 25px;
}

#sensorExternalRegister{
      position: relative;
}

.dialogBody .material .itemContainer, .groupPicker .material .L1 .itemContainer{
      height: 26px;
      min-height: 26px !important;
      line-height: 26px;
      padding: 6px;
}

.dialog .groupName .itemMiddle,  .groupPicker .material .itemMiddle1{
      text-transform: none !important;
      font-weight: 400 !important;
}

.navigContainer{
      background: #1F1F1F;
      height: 27px;
      line-height: 27px;
      overflow: hidden;
      white-space: nowrap;
      font-size: 0;
      padding: 0 10px 0 0px;
      color: #ccc;
}

.navigContainer b{
      font-size: 10pt;
      line-height: 27px;
      width: 32px;
      margin-left: 10px;
      margin-right: 6px;
      height: inherit;
      float: left;
      text-align: center;
}

.navigContainerScroll{
      height: 55px;
      width: calc(100% - 58px);
      float: left;
      overflow: hidden;
      overflow-x: scroll;
}

.navigContainer span{
      display: inline-block;
      font-size: 8.5pt;
      font-weight: 500;

      text-decoration: none;
      margin: 0 5px;
}

.navigContainer span:last-child:after{
      display: none;
}

.navigContainer span:after{
      content:"\f105";
      font-family:"Font Awesome 5 Free";
      font-weight: 700;
      margin-left: 10px;
}

#page{
     height: calc(100% - 66px);
}

.ig .searchBox{
      margin: 10px 0 0 0;
      background: none;
      border-bottom: 1px solid white;
}

.ig #autocomplete{
      margin: 0px 0px;
      width: 100%;
}