/* settings */
.status-line{
    color: red;
    padding: 6px;
    background: #F1F1F1;
    margin: 6px 0px;
    border-radius: 3px;
}
.help-block {
    color:red;
    font-size:0.8em;
    position: relative;
    top:-15px;
    background: #FAFAFA;
    padding: 4px;
}
.help-block-unified{
    color:red;
    font-size:0.8em;
    position: relative;
    top:-2px;
    padding: 4px;
}
.box-field .has-error input {
    border: 2px solid red !important;
}

/* verification */
.verification-paper {
    padding: 12px 38px;
    text-align: justify;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    background: #fff;
    color: #515151;
}

#close-doc {
    font-weight: 700;
    display: inline-block;
    right: 20px;
    top: 15px;
    color: #2b2b2b;
    margin-top: 10px;
    float: right;
    cursor: pointer;
    font-size: 16px;
}
#document{
    display:none;
}
#document p {
    margin: 0 0 1em;
}
#document p span {
    font-weight: 700;
}

#document p span#click-to {
    color: red;
    font-family: Arial,Helvetica,sans-serif;
    cursor: pointer;
}
.m-sign-layout {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
}
.m-signature-pad {
    position: absolute;
    font-size: 10px;
    width: 700px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -200px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.27), 0 0 40px rgba(0,0,0,.08) inset;
    border-radius: 4px;
}
.m-signature-pad--body {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 80px;
    border: 1px solid #f4f4f4;
}
.m-signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.02) inset;
}
.m-signature-pad--footer {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 60px;
}
.m-signature-pad--footer .description {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 1em;
}
.m-signature-pad--footer .left {
    float:left;
    left: 0;
}
.m-signature-pad--footer .left, .right {
    position: absolute;
    bottom: 0;
}
.m-signature-pad--footer .right {
    float:right;
    right: 0;
}
.m-signature-pad:after {
    left: auto;
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
    -moz-transform: skew(3deg) rotate(3deg);
    -ms-transform: skew(3deg) rotate(3deg);
    -o-transform: skew(3deg) rotate(3deg);
    transform: skew(3deg) rotate(3deg);
}
.m-signature-pad:after, .m-signature-pad:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    left: 20px;
    bottom: 10px;
    background: 0 0;
    -webkit-transform: skew(-3deg) rotate(-3deg);
    -moz-transform: skew(-3deg) rotate(-3deg);
    -ms-transform: skew(-3deg) rotate(-3deg);
    -o-transform: skew(-3deg) rotate(-3deg);
    transform: skew(-3deg) rotate(-3deg);
    box-shadow: 0 8px 12px rgba(0,0,0,.4);
}
.document-wrapper{
    width:100%;
    margin-bottom:10px;
}
.hidden, .main-wrapper .w-change-input.hidden, .main-wrapper .promo-tables tr.hidden{
    display:none;
}
@media (max-width: 767px) {
    .main-wrapper .statistics-table tbody tr.mob-hidden{
        display: none;
    }
}
.main-wrapper .section_personal-data .btn.btn_min{
    min-width:80px;
}

/* popup */
.mini-popup .btn{
    margin-bottom: 15px;
    min-width: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
}
.mini-popup .btn_green {
    width: 200px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    min-width: 220px;
    border-radius: 4px;
    padding: 0 10px;
    background-color: #4ed99c;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
/* not expired */
.main-wrapper .dash-cat-small.green{
    background-color: #2cce87;
}
/* dashboard */
a.dash-cat__link:hover{
    cursor:pointer;
}
.dash-btns a.disabled {
    opacity:0.6;
}
/* move popup */
.modal ul.deposit-line li{
  padding: 15px 30px;
  display: inline-block;
  vertical-align: middle;
}
.modal ul.deposit-line li p{
  font-size: 21px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 0;
}
.modal ul.deposit-line.funding li p{color: #019ee3;}
.modal ul.deposit-line li span{
  display: block;
  margin-bottom: 3px;
  font-weight: 300;
}
.modal ul.deposit-line li input[type="checkbox"]+label i {
  border: 1px solid #e8e7e7;
  float: left;
  margin-top: 9px;
}
.modal ul.deposit-line li.revenue-list p{
  display: inline-block;
  font-size: 16px;
  margin-right: 30px;
}
.modal ul.deposit-line li.revenue-list p:last-child{
  margin-right: 0;
}
.modal .estimation-block{
  color: #515151;
}
.modal .estimation-block td {
  padding: 8px 10px;
}
.modal .deposit-line__btns .button:first-child{
  margin-right: 15px;
}
.modal .estimation-block{
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
.range-slider-wrap{
    width:95%;
    margin-top:50px;
    margin-bottom:30px;
}
/* pledges */
.put__wrapper{
    padding-bottom:50px;
}

/* table of transactions */

.bt-table table tbody {
    width: 100%;
    /*max-height: 495px;
    overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch; 
}
select.bt-date{
    max-width: 170px;
    min-width:80px;
    margin:0px 10px;padding: 0px 10px;background: white;border-radius: 4px;
}
select.bt-date option{
    background: white;
    padding:10px;
}
.giveaway__item.disabled{
    opacity:0.6;
}

/* payment agree checkbox */
.main-wrapper .payment-global-form .tab-check .checkbox + label:before {
    border: 1px solid #44acff;
}

/* statements filter */
.main-wrapper .statementst-inputs {
    margin-right: 20px;
}
.main-wrapper .statementst-inputs .jq-selectbox__select {
    height: 50px;
    padding: 10px 30px 10px 15px;
}

@media (max-width: 767px) {
    .main-wrapper .statementst-inputs .jq-selectbox__select {
        width: 100%;
    }
    .main-wrapper .statementst-inputs .jq-selectbox__dropdown{
        width: 100% !important;
    }
    .main-wrapper .statementst-inputs {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* infopopups */
.close-log {
    display: block;
    width: 10px;
    height: 10px;
    background: url(/designs/unified2/img/main/cross.svg) center center no-repeat;
    background-size: 10px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.log-item h5 {
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 0;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2857em;
    margin: calc(2rem - 0.14285em ) 0 1rem;
    padding: 0;
}
.log-item p{
    margin: 0 0 1em;
    line-height: 1.4285em;
}
.log-item {
    display: none;
    margin-bottom: 10px;
    background: #fff;
    padding: 1px 20px;
    border-radius: 4px;
    max-width: 255px;
    min-width:200px;
    box-shadow: 0 3px 35px rgba(0, 0, 0, 0.25);
    position: relative;
}
.log-note-wrap {
    bottom: 0px;
    left: 10px;
    z-index: 100;
}
.log-note-wrap.fix {
    position: fixed;
}

/* infopups flags */
i.flag-icon{
  display: block;
  width: 24px;
  height: 16px;
  float: left;
  margin: -1px 0 0;
}
.menu i.flag-icon{
  margin-right: 10px;
}
i.flag-icon.eng{background: url('/designs/unified2/img/icons/flags4.png') no-repeat -60px -20px;}
i.flag-icon.rus{background: url('/designs/unified2/img/icons/flags4.png') no-repeat -60px 0;}
i.flag-icon.chi{background: url('/designs/unified2/img/icons/flags4.png') no-repeat 0 -20px;}
i.flag-icon.fra{background: url('/designs/unified2/img/icons/flags4.png') no-repeat 0 0;}
i.flag-icon.spa{background: url('/designs/unified2/img/icons/flags4.png') no-repeat -30px 0;}
i.flag-icon.arb{background: url('/designs/unified2/img/icons/flags4.png') no-repeat -30px -20px;}
i.flag-icon.tai{background: url('/designs/unified2/img/icons/flags4.png') no-repeat -90px 0;}
i.flag-icon.deu{background: url('/designs/unified2/img/icons/flags4.png') no-repeat -90px -20px;}
i.flag-icon.por{background: url('/designs/unified2/img/icons/flags4.png') no-repeat -120px 0;}

/* disabled algos */
.main-wrapper .choose-fund-btn[disabled]{
    opacity:0.7;
}
/* notifiers */
.notif__top {
    max-height: 350px;
    overflow: auto;
}

/* tickets */

.modal-new-ticket .modal-select {
    width:100%
}
.modal-new-ticket .modal-sum-input{
    font-size: 14px;
    padding: 15px 20px 15px !important;
    width:100%;
}

.modal-new-ticket .jq-selectbox li {
    padding: 22px 30px 21px;
}
.modal-new-ticket .jq-selectbox__select:hover {
    background: #00a2ff;
}
.modal-new-ticket .jq-selectbox__select-text {
    padding: 18px 30px;
    color: black;
    text-shadow: none;
}

.modal-new-ticket .jq-selectbox__select{
    height:auto;
    padding: 0;
    border: none !important;
    background: #f9fbfc;
}
.modal-new-ticket textarea{
    height:150px;
}

.modal-new-ticket .jq-selectbox__trigger {
    border-left: 0;
}
.modal-new-ticket .jq-selectbox__trigger-arrow {
    border: none;
    position: relative;
}
.modal-new-ticket .jq-selectbox__trigger-arrow:after {
  background-image: url("/dist/images/referrals/dropdown_arrow_b.png");
  content: '';
  position: absolute;
  top: 17px;
  right: -30px;
  width: 8px;
  height: 5px;
}

section.section__ticket{
    background-color: #f2f7fa;
    padding: 50px 0 80px;
}

.ticket-box{
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    border:1px solid #F1F1F1;margin-bottom:20px;
}
.ticket-attach{
    font-size:0.9em;
}
/* pm disable*/
.main-wrapper .nav-tabs.four li {
    width: 25%;
}