.header-account { }
.header-account .header1 { height: 80px; }
.header-account .header3 
{ 
    height: 85px;
    display: block;
    background:url('../images/header-middle-bg1.png') left bottom no-repeat;
}
.menu-fixed 
{ 
    width:100px; 
   
    background: url('../images/menu-fixed.png') left top repeat-y; 
    height: 100%;
    z-index:100;
    position: absolute; 
    left:0;
    min-height: 700px;
    top:0;
    padding-top:80px;
 }
.menu-fixed .logo-fixed 
{ 
    height: 80px; 
    width:100px; 

    background: url('../images/logo-fixed.png') center center no-repeat, #fff;
    background-size: auto 40px, auto auto;
    position: fixed;top:0;
    left:0; z-index:1000;
}
.menu-fixed .logo-fixed  > a { display: block; height: 100%; width:100%;}
.menu-fixed .logo-fixed:after 
{
    height: 100%; width:30px;
    position: absolute;
    right: -30px;
    opacity: 0.5;
    top:0;
    content: '';
    background: url('../images/shadow2.png') left center no-repeat;
    background-size: auto 150%;
}
.menu-fixed .logo-fixed :after {
    height: 4px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#018fb8), to(#00668f));
    background: -webkit-linear-gradient(left, #018fb8, #00668f);
    background: -moz-linear-gradient(left, #018fb8, #00668f);
    background: -o-linear-gradient(left, #018fb8, #00668f);
    background: -ms-linear-gradient(left, #018fb8, #00668f);
    background: linear-gradient(left, #018fb8, #00668f);
    background-color: #018fb8;
}

.phone.phone-account
{
    margin-top: 3px;
    background: url('../images/header-devider.png') right center no-repeat, url('../images/icons/user.png') left center no-repeat;
    background-size: auto auto, auto 32px;
    padding: 23px 30px 0 36px;
}
.phone.phone-account > span 
{
    color: #277ea4;
    font-family: 'Conthrax-sb';
    font-size: 17px;
}
.phone.phone-account > small {
    color: #043f5c;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 10px;
    display: block;
}


.phone.phone-balance
{
    margin-top: 3px;
    background: url('../images/btc.png') 20px center no-repeat;
    background-size: auto 30px;
    padding: 23px 30px 0 56px;
}
.phone.phone-balance > span 
{
    color: #277ea4;
    font-family: 'Conthrax-sb';
    font-size: 17px;
}
.phone.phone-balance > small {
    color: #043f5c;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 10px;
    display: block;
}


.header-auth { margin-top: 3px; }
.btn-login.btn-logout
{
   
    padding: 8px 10px 3px 35px;
    background: url('../images/icons/icon-close-128.png') 5px center no-repeat, 
                url('../images/btn-bg-bottom.png') left bottom repeat-x,
                url('../images/btn-bg1.png') center center no-repeat;
    background-size:auto 23px, auto auto, auto auto;
}
.btn-login.btn-logout > span {  font-size:14px;}
.btn-login.btn-logout > small { line-height: 8px; }

.menu-fixed-list > ul { display: block; width:100%;}
.menu-fixed-list > ul > li > a 
{ 
    display: block; 
    box-shadow:inset 0 0 30px rgba(0,0,0,0.3); 
    color:#fff;
    position: relative;
    line-height: 10px;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    font-size: 10px;
    text-transform: uppercase;
    padding:5px 0 10px 0;
    text-align: center; 
    background: url('../images/shadow3.png') center bottom no-repeat;
}
.menu-fixed-list > ul > li.active > a:after,
.menu-fixed-list > ul > li > a:hover:after 
{ 
    right: -19px;
    border: 14px solid transparent;
    border-left: 5px solid #0b1f34;
    content: '';
    top: 50%;
    margin-top: -14px;
    position: absolute;
}
.menu-fixed-list > ul > li > a:hover { }
.menu-fixed-list > ul > li > a > i 
{ 
    display: block; 
    height:40px; 
    margin:0; 
    width:100%;
}
.menu-fixed-list > ul > li > a > i:before 
{
    padding:0; 
    margin:0; 
    color:#0abceb;
    font-size:27px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    display: block;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
.menu-fixed-list > ul > li > a > span { display: block; }
.menu-fixed-list > ul > li > a:hover > i:before
{
    color:#fff;
}
.wrapper-cabinet { padding-left:100px;}
.wrapper-cabinet h1.account-title 
{     
    margin-top: -73px;
    font-size: 22px;
    position: absolute; 
    margin-left:35px;
} 

.wrapper-cabinet h1.account-title:before {
    height: 43px;
    width: 43px;
    position: absolute;
    left: -18px;
    top: -20px;
    background: url('../images/h1-bg.png') center center no-repeat;
    background-size: 100% auto;
    content: '';
}

.main-account-page 
{ 
    position: relative;
    padding-top:20px;
    min-height: 375px;
    background: url('../images/home-bg-1.png') center bottom no-repeat,
            url('../images/plbg.png') center bottom no-repeat, url('../images/greed1.png') center center repeat, #fcfeff;
    background-size: 1300px auto, auto auto, auto auto;
    padding-bottom: 0px;
    box-shadow: inset 0 0 25px rgba(13, 104, 150, 0.08);
}

.btn-cabinet { float:right; color:#fff; margin-right: -15px; }
.btn-cabinet > a 
{ 
    display: block; float:left; 
    color:#fff;
    height: 85px; 
    font-family: 'Conv_etna';
    padding:24px 25px 0 25px;
    
    text-transform: uppercase;
    border-left: 1px dashed rgb(38, 142, 183);
}
.btn-cabinet > a > i { display: block; text-align: center; margin-bottom:5px; color: #10cffb; opacity: 0.5; }
.btn-cabinet > a > i:before { margin:0; padding:0; font-size:30px;}
.btn-cabinet > a:hover > i { opacity: 1; }

.mostat-info.mostat-info1 > li { 
    width: 50%;
    float: left;
    height: 70px;
    position: relative;
    padding-left:80px;
}
.mostat-info.mostat-info1 > li > span 
{
    display: block;
    /* width: 100%; */
    text-align: left;
    float: left;
    font-size: 14px;
    line-height: 8px;
}
.mostat-info.mostat-info1 > li > b 
{
    display: block;
    text-align: left;
    line-height: 16px;
    padding-top: 20px;
    float: none;
    font-size: 17px;
}
.mostat-info.mostat-info1 > li i.btc {
    height: 70px;
    width: 70px;
    position: absolute;
    left:0;
    display: block;
    float: left;
    top: 0;
    background: url('../images/btc1.png') 10px center no-repeat;
    background-size: auto 25px;
    /* position: relative; */
    overflow: hidden;
}
.mostat-info.mostat-info1 > li i.btc:before {
    height: 100px;
    width: 100px;
    position: absolute;
    left: -60px;
    top: -16px;
    box-shadow: inset 0 0 33px rgba(51, 169, 216, 0.16);
    display: block;
    content: '';
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
}

.wrapper {
    min-width: 1100px;
    overflow: hidden;
}

.field-dark { padding-top:10px; padding-bottom:10px; background:  rgba(22, 108, 153, 0.07);
outline: 1px solid rgba(22, 108, 153, 0.3); outline-offset:2px;  }
.table.table-acc-stat {  outline: 1px dotted rgba(22, 108, 153, 0.3); outline-offset:2px; }
.table.table-acc-stat>tbody>tr>td { border:none;     font-size: 11px; text-transform: uppercase; 
text-align: center;     border: 1px solid rgb(184, 221, 228);
    background: url('../images/shadow33.png') center bottom no-repeat, rgba(5, 146, 187, 0.15) }


.table.table-acc-stat>tbody>tr.tr-other>td {  background:  rgba(5, 146, 187, 0.03); padding:10px 15px; font-family: 'Geometria Medium';  font-size:14px;   }
.table.table-list-acc>tbody>tr>td  > small  { font-size:11px; }
.table.table-acc-stat>tbody>tr>td.td-info {  font-family: 'Geometria Medium';   color:#0179a4; font-size:13px;}


.block-select-oper 
{ 
    display: block;
     width:100%;
    padding: 0;
    height: 49px;
    z-index: 11;
    position: relative;
    list-style: none;
    display: table;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    padding:0 35px 0 30px;
    
}
.block-select-oper > li 
{
    letter-spacing: 0;
    min-width: 83px;
    position: relative;
    display: table-cell;
    max-width: 25%;
    z-index:1;
    vertical-align: top;
    text-transform: uppercase;
}
.block-select-oper > li > label 
{ 
    cursor: pointer; display: block;
    color: rgba(2, 106, 132, 0.64);
       
    border: 1px solid rgba(184, 221, 228, 0.51);  
    border-left:none;
    font-family: 'Conv_etna';
    height: 49px; 
    text-align: center;
    margin:0; font-family: 'Geometria Medium';
    
    font-weight: 100;
    font-size:13px;
    line-height: 51px; 
}
.block-select-oper > li:first-child > label  { border-left:1px solid rgba(184, 221, 228, 0.51); }
.block-select-oper > li > label  input { position: absolute; left:0; top:0; opacity: 0; }
.block-select-oper > li > label.active
{
        border: 1px solid rgb(184, 221, 228);
        color: #0179a4;   
       
        background: url('../images/shadow33.png') center bottom no-repeat, rgba(5, 146, 187, 0.15);
}
table.form.deposit_confirm >tbody>tr>td, table.form.deposit_confirm >tbody>tr>th
{
    border: none;
    font-size: 11px;
    padding:10px 15px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid rgb(184, 221, 228);
    background: url('../images/shadow33.png') center bottom no-repeat, rgba(5, 146, 187, 0.15);
}

table.form.deposit_confirm >tbody>tr>td { text-transform: none; }
table.form.deposit_confirm >tbody>tr>th { text-align: left; font-weight: 100; color:#2e7b90; font-family: 'Geometria Medium';}

.block-pselect { display: block; }
.block-pselect > label 
{
    height: 40px;
    line-height: 37px;
    display: block;
    margin: 15px 15px;
    cursor: pointer;
    color: #0095b9;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Conv_etna';
    font-size: 15px;
    position: relative;
    padding:0 25px 0 0px;
    box-shadow: 0 0 7px rgb(217, 227, 232);
    background: #fff;
    vertical-align: top;
}
.block-pselect > label input { position: absolute; opacity: 0.1; }
.block-pselect > label.active { background:url('../images/checkbox3.png') right center no-repeat, #fff;
background-size: auto 80%;
}

.block-dep-plan { display: block; margin-bottom:25px; padding:0 0 0 100px; position: relative;}
.block-dep-plan table { margin:0;}
.block-dep-plan .plan-title 
{
    display: block; 
    height: 78px; width:78px;
    position: absolute; left:50px;
    top:12px;
     


}
.block-dep-plan .plan-title > div 
{    
    color: #0592bb;
    font-size: 30px;
    font-family: 'Conthrax-sb';
    line-height: 8px;
    padding: 27px 0 0 15px;
    z-index: 1;
    position: relative;
    display: block;
    width:100%;
    height: 100%;
}
.block-dep-plan .plan-title > div > span 
{
    font-size:15px;
    padding-left:2px;
    text-transform: uppercase;
    line-height: 1px;
}
.block-dep-plan .plan-title > div > small
{
    font-size:10px;
}
.block-dep-plan .plan-title:before 
{
    display: block; height: 100%;
    width:100%;
    content: '';
    position: absolute; 
    left:0;
    top:0;
    box-shadow: 0 0 7px rgb(217, 227, 232);
    background: #fff; 
        outline: 1px solid rgba(22, 108, 153, 0.3);
    outline-offset: 2px;
    z-index:0;
    -moz-transform: rotate(45deg);  /* Firefox */
    -o-transform: rotate(45deg);  /* Opera */
    -webkit-transform: rotate(45deg);  /* Safari y Chrome */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE */
}

.percent-progress 
{ 
    display: block; 
    position: absolute; 
    left:0; 
    top:0; 
    text-align: center; 
    text-transform: uppercase;
    width:100%;
    padding-top:40px;
}
.percent-progress > small {     color: #0d82a9;  text-transform: uppercase; font-size: 11px; }
.percent-progress > p
{
        font-family: 'Conthrax-sb';
        color: #0592bb; 
        font-size:27px;
}
.percent-progress > p > small { font-size:12px;}

.btc_form a
{
    display: block;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    float: left;
    width:100%;
    border: 1px solid rgba(7, 94, 132, 0.11);
    border-radius: 0px;
    border-bottom: 1px solid rgba(7, 94, 132, 0.27);
    color: #10668c;
    padding: 0 25px 0 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url('../images/btn-bg-bottom.png') left 23px repeat-x, rgba(0, 148, 182, 0.05);
}

.table.table-small { 
    background: rgba(22, 108, 153, 0.07);
    outline: 1px solid rgba(22, 108, 153, 0.3);
    outline-offset: 2px;
}
.table.table-small>tbody>tr>td { border:none;}

.rotate-circle { position: absolute;

left:75px;
background: rgba(255,255,255,0.3);
height: 10px; width:10px;
 top: 55px;    left: 78px;
border-radius: 100%;

-webkit-animation: myOrbit 4s linear infinite; /* Chrome, Safari 5 */
-moz-animation: myOrbit 4s linear infinite; /* Firefox 5-15 */
-o-animation: myOrbit 4s linear infinite; /* Opera 12+ */
animation: myOrbit 4s linear infinite; 
}

@-webkit-keyframes myOrbit {

from { -webkit-transform: rotate(0deg) translateX(55px) rotate(0deg); }

to  { -webkit-transform: rotate(360deg) translateX(55px) rotate(-360deg); }

}

@-moz-keyframes myOrbit {
    from { -moz-transform: rotate(0deg) translateX(55px) rotate(0deg); }
    to   { -moz-transform: rotate(360deg) translateX(55px) rotate(-360deg); }
}

 

@-o-keyframes myOrbit {

from { -o-transform: rotate(0deg) translateX(55px) rotate(0deg); }

to   { -o-transform: rotate(360deg) translateX(55px) rotate(-360deg); }

}

 

@keyframes myOrbit {

from { transform: rotate(0deg) translateX(55px) rotate(0deg); }

to   { transform: rotate(360deg) translateX(55px) rotate(-360deg); }

}