а * {
    margin: 0;
    padding: 0;
}

.persianBirthDate:invalid {
    border: red solid 3px;
}

#fix html,
body {
    height: 100%;
}

body {
    font-family: Arial;
    background-color: #f7f7f7;
    position: relative;
}

body td {
    font-family: Arial;
}

img {
    border: 0;
}

a {
    color: #00a1e1;
    /* text-decoration: underline; */
}

a:hover {
    text-decoration: none;
}

a:focus,
input,
input:focus,
textarea:focus {
    outline: none;
}

.clear {
    clear: both;
    height: .001em;
    display: block;
}

.flx-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.floatLeft {
    float: left;
}

.hidden {
    display: none;
}

.bold-text {
    font-weight: bold;
}

/* span.required {
color: #FF0000;
} */

/* Main Container */
#container {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -105px;
    /*background: url(../images/headerStripe.png) repeat-x left top;*/
}

.centerBlock {
    min-width: 310px;
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.aRight {
    text-align: right !important;
}

.aCenter {
    text-align: center !important;
}

.aLeft {
    text-align: left !important;
}

/* Header */
#header {
    position: relative;
    padding-top: 20px;
}

.logoBlock {
    position: relative;
    float: left;
}

.logoBlock span {
    position: relative;
    float: left;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin: -7px 0 0 73px
}

.logoBlock.cy-logo span {
    margin-left: 60px;
}

#logo {
    position: relative;
    float: left;
    display: block;
    width: 185px;
    height: 57px;
    background: url(../images/logo.png);
}

#logo-img {
    position: relative;
    display: block;
    width: 185px;
    height: 57px;
}

.cabinetNameBlock {
    position: relative;
    float: left;
    margin: 17px 0 0 65px;
}

.cabinetNameBlock span {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.cabinetNameBlock em {
    color: #666;
    font-size: 14px;
    font-style: normal;
}

.headerRigthBlock {
    position: relative;
    float: right;
    text-align: right;
}

.headerRigthBlock.loginPage {
    margin-top: 22px;
}

.headerRigthBlock.loginPage #onlineChat {
    font-size: 14px;
    text-transform: none;
    background-position: right 2px;
    color: #00a1e1;
    margin-top: 2px;
}

.headerRigthBlock.loginPage #onlineChat span {
    border-bottom: none;
}

/*.headerRigthBlock.loginPage .languageSelectionWrapper #headerLanguage {*/
/*    border-bottom: none;*/
/*    background: url(../images/downBlueArrow.png) no-repeat 0 5px;*/
/*    padding-left: 12px;*/
/*    margin-left: 60px;*/
/*    font-size: 12px;*/
/*    color: #00a1e1;*/
/*}*/

.headerRigthBlock #toHomepage {
    position: relative;
    font-size: 14px;
    text-decoration: underline;
    padding-left: 20px;
    background: url(../images/home_icon.svg) no-repeat 0 1px;
    background-size: 15px;
    color: #00a1e1;
    margin-left: 0;
    float: left;
    margin-top: 8px;
}

.headerRigthBlock #toHomepage:hover {
    text-decoration: none;
}

/* Info block */
.infoBlock {
    position: relative;
    float: right;
    margin-bottom: 10px;
}

.infoBlock .left {
    position: relative;
    float: left;
    width: 301px;
    line-height: 18px;
    text-align: left;
    border: 1px solid #e0e0e0;
    height: 112px;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.infoInnerWrapper {
    margin: 24px 0 0 19px;
}

/* .infoBlock .left .name {
    font-size: 14px;
    color: #00a1e1;
    font-weight: bold;
    text-decoration: none;
}

.infoBlock .left .name:hover {
    text-decoration: none;
} */

.infoBlock .left .contractNumber {
    font-size: 14px;
    color: #333;
}

.infoBlock .left .active {
    font-size: 11px;
    color: #666;
    padding-left: 22px;
}

.infoBlock .left table tr td {
    font-size: 11px;
    color: #333;
}

.infoBlock .left table tr td span {
    position: relative;
    float: left;
}

.infoBlock .left table tr td a {
    font-size: 11px;
    color: #006699;
    position: relative;
    float: left;
}

.infoBlock .left table tr td:first-child {
    padding-right: 5px;
}

.infoBlock .left #reloadData {
    position: relative;
    float: left;
    display: block;
    width: 15px;
    height: 13px;
    background: url(../images/reload_icon.png) no-repeat;
    margin: 2px 24px 0 4px;
}

.infoBlock .left .bonusAmount {
    margin-left: 3px;
}

.infoBlock .right {
    position: relative;
    float: left;
    text-align: right;
    width: 175px;
    height: 112px;
    background-color: #fff;
    margin-left: 10px;
    padding-right: 16px;
    border: 1px solid #E0E0E0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
}

.infoBlock .right #exitButton {
    font-size: 14px;
    color: #000;
    display: block;
    width: 100%;
    padding: 2px 16px 2px 0;
    text-decoration: none;
    margin-top: 5px;
}

.infoBlock .right #exitButton:hover {
    background-color: #00a1e1;
    color: #fff;
}

.infoBlock .right ul {
    position: relative;
    float: right;
    margin-top: 4px;
    width: 100%;
}

.infoBlock .right ul li {
    line-height: 11px;
}

.infoBlock .right ul li a {
    font-size: 14px;
    color: #666;
    display: block;
    width: 100%;
    padding: 2px 16px 2px 0;
    text-decoration: none;
    margin-bottom: 5px;
}

.infoBlock .right ul li a:hover {
    background-color: #00a1e1;
    color: #fff;
}

#onlineChat {
    position: relative;
    background: url(../images/headerIcons.svg) no-repeat right 1px;
    background-size: 23px;
    background-position: 100% center;
    font-size: 12px;
    color: #00A1E1;
    padding-right: 21px;
    text-decoration: none;
    padding: 5px 30px 5px 0;
    float: left;
    margin-left: 21px;
}

/*#headerDate,*/
/*#headerTime,*/
/*#headerLanguage {*/
/*    position: relative;*/
/*    font-size: 11px;*/
/*    color: #3d85a8;*/
/*    text-decoration: none;*/
/*    border-bottom: 1px dashed #3d85a8;*/
/*}*/

/*#headerLanguage {*/
/*    text-transform: uppercase;*/
/*    border-bottom: none;*/
/*    background: url(../images/downBlueArrow.png) no-repeat 0 5px;*/
/*    padding-left: 12px;*/
/*    margin-left: 60px;*/
/*    font-size: 12px;*/
/*    color: #00a1e1;*/
/*}*/

/*#headerDate {*/
/*    margin-left: 35px;*/
/*}*/

/*#headerTime {*/
/*    margin-left: 28px;*/
/*}*/

/*#headerLanguage {*/
/*    margin-left: 30px;*/
/*}*/

#headerMail {
    position: relative;
    text-transform: uppercase;
    background: #ebebeb url(../images/mail-icon.svg) no-repeat;
    background-position: 10px center;
    background-size: 20px;
    font-size: 14px;
    color: #fa0527;
    border-radius: 5px;
    border: 1px solid #dedede;
    padding: 5px 10px 4px 35px;
    text-decoration: none;
    margin: 0 6px 0 29px;
}

#headerMail:hover {
    text-decoration: underline;
}

/* Breadcrumbs */
#breadCrumbs {
    position: relative;
    margin-top: 20px;
}

#breadCrumbs ul {
    position: relative;
    float: left;
    display: inline;
}

#breadCrumbs ul li {
    position: relative;
    float: left;
    padding: 0 7px;
    border-right: 1px solid #898989;
    font-size: 11px;
    color: #535353;
}

#breadCrumbs ul li:first-child {
    padding-left: 0;
}

#breadCrumbs ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

#breadCrumbs ul li a {
    font-size: 11px;
    color: #3d85a8;
}

.centerContainer {
    position: relative;
    margin-top: 15px;
}

/*.blocksContainer {*/
/*    position: relative;*/
/*    float: left;*/
/*}*/

.blocksContainer.leftColumn {
    margin-right: 12px;
}

.blocksContainer .block {
    position: relative;
    height: 100% !important;
    /* width: 472px; */
    /* margin-bottom: 18px; */
    border: 1px solid #e7e7e7;
}

.blocksContainer .block.action {
    border-color: #feced6;
}

.blocksContainer .block.action .top {
    border-color: #feced6;
}

.blocksContainer .block .header {
    position: relative;
    width: 100%;
    background-color: #d2d2d2;
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #494949;
    border-bottom: 1px solid #e7e7e7;
}

.blocksContainer .block .header span {
    position: relative;
    float: left;
    margin: 9px 0 0 15px;
}

.blocksContainer .block.action .header {
    color: #fff3f3;
    background-color: #fa1434;
}

.blocksContainer .block .header .buttonsWrapper {
    border-left: 1px solid #dbdbdb;
    width: 48px;
    height: 30px;
    position: relative;
    float: right;
}

.blocksContainer .block .header .buttonsWrapper .minimize {
    position: relative;
    float: left;
    background: url(../images/minimize_maximize.png) no-repeat;
    width: 10px;
    height: 9px;
    cursor: pointer;
    display: block;
    margin: 0;
    margin-left: 12px;
    margin-top: 10px;
}

.blocksContainer .content {
    padding-bottom: 7px;
    background-color: #fff;
}

.blocksContainer .block .header .buttonsWrapper .maximize {
    position: relative;
    float: left;
    background: url(../images/minimize_maximize.png) no-repeat -13px 0;
    width: 12px;
    height: 9px;
    display: block;
    margin: 0;
    margin-left: 3px;
    margin-top: 10px;
    cursor: pointer;
}

.blocksContainer .block.action .header .buttonsWrapper .minimize,
.blocksContainer .block.action .header .buttonsWrapper .maximize {
    background-image: url(../images/minimize_maximize_white.png);
}

.blocksContainer .block .header .buttonsWrapper .inactiveIcon {
    filter: alpha(opacity:30);
    KHTMLOpacity: 0.30;
    MozOpacity: 0.30;
    opacity: 0.30;
    cursor: normal !important;
}

.blocksContainer .block .top {
    position: relative;
    width: 100%;
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #e6e6e6;
}

.blocksContainer .block .top.noBottomBorder {
    border-bottom: 0;
}

.blocksContainer .block .top .left {
    width: 103px;
    position: relative;
    float: left;
}

.blocksContainer .block .top .left .icon {
    position: relative;
    width: 83px;
    height: 66px;
    margin: 0 auto;
    background: url(../images/blockIcons.png) no-repeat;
}

.blocksContainer .block .top .left .icon.action {
    background-position: 0 -76px;
}

.blocksContainer .block .top .left .icon.demo {
    background-position: 0 -152px;
}

.blocksContainer .block .top .left .icon.ib {
    background-position: 0 -691px;
}

.blocksContainer .block .top .left .icon.trading {
    background-position: 0 -228px;
}

.blocksContainer .block .top .left .icon.pamm {
    background-position: 0 -305px;
}

.blocksContainer .block .top .left .icon.replenishment {
    background-position: 0 -459px;
}

.blocksContainer .block .top .left .icon.contest {
    background-position: 0 -382px;
}

.blocksContainer .block .top .left .icon.withdraw {
    background-position: 0 -537px;
}

.blocksContainer .block .top .left .icon.cfd {
    background-position: 0 -767px;
}

.blocksContainer .block .top .left .icon.news {
    background-position: 0 -615px;
}

.blocksContainer .block .top .left .icon.analytics {
    background-position: 0 -382px;
}


.blocksContainer .block .top .left .icon.app {
    background-position: 0 -843px;
}

.blocksContainer .block .top .left .icon.courses {
    background: url(../images/youtube-play.png) no-repeat;
    background-position: center;
}

.blocksContainer .block .top .right .title {
    font-size: 21px;
    color: #666;
    position: relative;
    float: left;
    margin-top: 3px;
    font-weight: bold;
}

.blocksContainer .block.action .top .right .title {
    color: #fa0527;
}

.blocksContainer .block .top .right .changeLink {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 12px;
    color: #00a1e1;
}

.blocksContainer .block .top .right {
    width: 362px;
    position: relative;
    float: left;
}

.blocksContainer .block .top .right .secondLineLeft {
    position: relative;
    float: left;
    width: 115px;
    font-size: 12px;
    color: #666;
    margin-top: 13px;
}

.blocksContainer .block .top .right .secondLineLeft.shortMargin {
    margin-top: 5px;
}

.blocksContainer .block .top .right .secondLineLeft .refresh {
    font-size: 11px;
    color: #006699;
    position: relative;
    float: left;
    margin-top: 5px;
}

.blocksContainer .block .top .right .secondLineLeft.noRightSide {
    width: 100%;
}

.blocksContainer .block .top .right .secondLineRight {
    position: relative;
    float: left;
    width: 239px;
    margin-top: 13px;
    margin-left: 5px;
}

.blocksContainer .block .top .right .secondLineRight a {
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

.blocksContainer .block .top .right .secondLineRight a:hover {
    text-decoration: underline;
}

.blocksContainer .block .top .right .secondLineRight .statusWrapper {
    width: 239px;
    height: 8px;
    border: 1px solid #a6a6a6;
    position: relative;
    float: left;
}

.blocksContainer .block .top .right .secondLineRight .status {
    position: absolute;
    height: 10px;
    top: -1px;
    left: -1px;
    background-color: #33cc33;
    border-right: 1px solid #33cc33;
}

.blocksContainer .block .bottom > span {
    color: #494949;
    font-size: 13px;
    font-weight: bold;
    float: left;
    margin: 9px 0 0 15px;
}

.blocksContainer .block .bottom .listWrapper {
    position: relative;
    float: left;
    padding: 8px 0 0 96px;
}

.blocksContainer .block.action .bottom .listWrapper {
    margin-bottom: 3px;
}

.blocksContainer .block .bottom .listWrapper ul {
    position: relative;
    float: left;
    margin-left: 10px;
}

.blocksContainer .block .bottom .listWrapper .noBullets li {
    background: none;
    padding-left: 0;
}

.blocksContainer .block.action .bottom .listWrapper li {
    color: #fa0527;
}


.blocksContainer .block .bottom .listWrapper ul li {
    position: relative;
    /*background: url(../images/bullets.png) no-repeat 0 -58px;*/
    font-size: 12px;
    color: #333;
    padding-left: 15px;
    line-height: 16px;
    float: none;
    margin-bottom: 0;
}

.blocksContainer .block .bottom .listWrapper ul li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #a0a0a0;
}

.blocksContainer .block .bottom .listWrapper ul.app-list li {
    padding: 0;
}

.blocksContainer .block .bottom .listWrapper ul.app-list li:before {
    display: none;
}

.blocksContainer .block .bottom .listWrapper ul li.passed {
    position: relative;
    font-size: 12px;
    color: #333;
    padding-left: 15px;
    /*background: url(../images/bullets.png) no-repeat 0 4px;*/
}

.blocksContainer .block .bottom .listWrapper ul li.passed:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #33cc33;
}

.blocksContainer .block .bottom .listWrapper ul li a {
    font-size: 12px;
    color: #00a1e1;
}

.blocksContainer .block .bottom .hint {
    position: relative;
    float: left;
    background: url(../images/star.png) no-repeat;
    font-size: 11px;
    color: #666161;
    padding: 3px 0 0 20px;
    margin: 5px 0 0 104px;
}

.blocksContainer.flexBlocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blocksContainer.flexBlocks > div {
    flex: 0 1 50%;
    max-width: 472px;
    margin-bottom: 18px;
}

.blocksContainer.fullWidth > div {
    margin-bottom: 18px;
}

.openAccountButton {
    /* width: 140px; */
    /* height: 20px; */
    display: block;
    background-color: #33cc33;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    position: relative;
    /* float: left; */
    text-align: center;
    padding-top: 0;
}

.openAccountButton.de,
.openAccountButton.es {
    width: 130px;
}

.modalButton {
    width: 110px;
    height: 30px;
    display: block;
    background-color: #33cc33;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    position: relative;
    float: left;
    text-align: center;
    padding: 0;
    line-height: 30px;
}

.accountsTable {
    width: 451px;
    table-layout: fixed;
    margin: 7px auto 0 auto;
}

.blocksContainer.fullWidth .accountsTable {
    margin: 7px 0 0 15px;
}

.paddingTopEight {
    padding-top: 8px;
}

/* .accountsTable thead tr th,
.accountsPageTable thead tr th {
font-size: 12px;
color: #333;
background-color: #eaeaea;
border-top: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
padding: 4px 0;
text-align: left;
} */

/* .accountsTable thead tr th span {
padding-left: 20px;
} */

.accountsTable tbody tr td {
    font-size: 13px;
    color: #666;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 4px 0;
    vertical-align: top;
}

.accountsTable tbody tr td:first-child,
.accountsTable thead tr th:first-child {
    border-left: 1px solid #e6e6e6;
}

.accountsTable tbody tr td:last-child,
.accountsTable thead tr th:last-child {
    border-right: 1px solid #e6e6e6;
}

.accountsTable tbody tr td span {
    /* padding-left: 20px; */
    /* display: inline-block; */
    /* line-height: 1.2em; */
}

.accountsTable tbody tr td span a {
    color: #1b8aca;
    text-decoration: none;
}

.accountsTable tbody tr td span a:hover {
    text-decoration: underline;
}

.accountsTable tbody tr td .lastCell,
.accountsTable thead tr th .lastCell {
    padding-right: 45px;
}

.accountsTable thead tr .leftAlignCell {
    text-align: right;
}

.hideAccountsList {
    position: relative;
    float: right;
    font-size: 12px;
    color: #00a1e1;
    margin: 5px 10px 0 0;
}

/* Inactive block */
.inactiveWrapper {
    display: none;
}

.blocksContainer .block.inactive .inactiveWrapper {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/inactiveBlock_bg.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.blocksContainer .block.inactive .inactiveWrapper .textWrapper {
    position: relative;
    float: left;
    margin-top: 66px;
    padding-left: 106px;
}

.blocksContainer .block.inactive .inactiveWrapper .blockName {
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 5px;
}

.blocksContainer .block.inactive .inactiveWrapper .textWrapper p {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.blocksContainer .block.inactive .inactiveWrapper .textWrapper .hint {
    position: relative;
    float: left;
    border-top: 2px solid #f5f5f5;
    font-size: 12px;
    color: #fff;
    padding-top: 2px;
    margin-top: 26px;
}

/* Sidebar */
#sidebar {
    position: relative;
    float: left;
    width: 115px;
    border: 1px solid #d4d4d4;
    background-color: #fff;
    margin: 10px 0 30px 0;
}

#sidebar .header {
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    background-color: #d2d2d2;
}

#sidebar ul {
    position: relative;
    margin-top: 9px;
}

#sidebar ul li {
    background: url(../images/sidebarItemsSeparator.png) no-repeat bottom center;
    padding-bottom: 7px;
    margin-bottom: 9px;
}

#sidebar ul li a {
    background: url(../images/sidebarIcons.png) no-repeat top center;
    padding: 60px 0 4px 0;
    text-align: center;
    font-size: 10px;
    color: #494949;
    display: block;
    text-decoration: none;
}

#sidebar ul li a:hover,
#sidebar ul li.activeItem a {
    text-decoration: underline;
    background: url(../images/sidebarIcons_act.png) no-repeat top center;
}

#sidebar ul li .profile,
#sidebar ul li.activeItem .profile,
#sidebar ul li .profile:hover {
    background-position: center 2px;
}

#sidebar ul li .demo,
#sidebar ul li.activeItem .demo,
#sidebar ul li .demo:hover {
    background-position: center -70px;
}

#sidebar ul li .trading,
#sidebar ul li.activeItem .trading,
#sidebar ul li .trading:hover {
    background-position: center -146px;
}

#sidebar ul li .pamm,
#sidebar ul li.activeItem .pamm {
    background-position: center -220px;
}

#sidebar ul li .contest,
#sidebar ul li.activeItem .contest,
#sidebar ul li .contest:hover {
    background-position: center -300px;
}

#sidebar ul li .replenishment,
#sidebar ul li.activeItem .replenishment,
#sidebar ul li .replenishment:hover {
    background-position: center -294px;
}

#sidebar ul li .withdrawal,
#sidebar ul li.activeItem .withdrawal,
#sidebar ul li .withdrawal:hover {
    background-position: center -370px;
}

#sidebar ul li .dowjones,
#sidebar ul li.activeItem .dowjones,
#sidebar ul li .dowjones:hover {
    background-position: center -447px;
}

#sidebar ul li .news,
#sidebar ul li.activeItem .news {
    background-position: center -520px;
}

#sidebar ul li .documents,
#sidebar ul li.activeItem .documents,
#sidebar ul li .documents:hover {
    background-position: center -595px;
}

#sidebar ul li .contactus,
#sidebar ul li.activeItem .contactus,
#sidebar ul li .contactus:hover {
    background-position: center -744px;
}

/* Center content */

#centerContent {
    position: relative;
    float: left;
    width: 825px;
    border: 1px solid #e7e7e7;
    margin: 10px 0 30px 15px;
    /*background-color: #fff;*/
}

#centerContent .header {
    height: 30px;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    background-color: #d2d2d2;
}

/*#centerContent .header span {*/
/*    padding-left: 41px;*/
/*    color: #6d6464;*/
/*    font-size: 12px;*/
/*    margin-top: 10px;*/
/*    position: relative;*/
/*    float: left;*/
/*    font-weight: bold;*/
/*}*/

/* #centerContent .sectionHeader {
width: 748px;
position: relative;
float: left;
border-bottom: 5px solid #d2d2d2;
padding-bottom: 30px;
margin: 26px 0 25px 40px;
}

#centerContent .sectionHeader h1 {
font-size: 31px;
color: #666;
font-weight: normal;
padding-left: 44px;
margin-bottom: 5px;
margin-top: 20px;
}

#centerContent .sectionHeader p {
font-size: 14.5px;
color: #666;
padding-left: 44px;
} */

#centerContent .normalTextBlock {
    font-size: 14.5px;
    color: #333;
}

/* #centerContent .paddingTextBlock {
font-size: 14.5px;
color: #333;
padding-left: 13px;
} */

.formContainer {
    /* position: relative; */
    /* float: left; */
    /* margin-left: 73px; */
}

#questionary-form select {
    width: 214px;
}

#profile-form label {
    padding-right: 5px;
}

.fieldsSectionHead {
    font-size: 14px;
    color: #2595ff;
}

.editDataTable {
    /* position: relative; */
    /* float: left; */
    /* margin: 22px auto 68px; */
    /* table-layout: fixed; */
}

.editDataTable.sCountryTable {
    margin-bottom: 0;
}

.editDataTable tr td {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    height: 44px;
    vertical-align: middle;
    position: relative;
}

.editDataTable tr td label {
    position: relative;
    float: left;
}

.editDataTable tr td .inputField {
    /* width: 200px; */
    /* height: 22px; */
    /* padding-left: 8px; */
    /* border: 1px solid #bababa; */
}

.editDataTable tr td.setCountry .inputField {
    width: 250px;
}

.editDataTable tr td.setCountry .roundedCornersButton.green {
    margin: 0 auto;
    float: none;
    display: block;
}

/*.errorMessageBlock {*/
/*    width: 189px;*/
/*    top: 50%;*/
/*    left: 225px;*/
/*    display: none;*/
/*}*/

.errorMessageBlock.show {
    display: block;
}

.errorMessageBlock .top,
.errorMessageBlock .bottom {
    height: 3px;
    overflow: hidden;
    background: url(../images/errorMessageCorners.png) no-repeat 6px 0;
}

.errorMessageBlock .bottom {
    background-position: 6px -7px;
    height: 2px;
}

.errorMessageBlock .middle {
    background: url(../images/errorMessageFill.png) no-repeat left center;
    font-size: 12px;
    padding: 1px 0 2px 23px;
    color: #fa0527;
    font-weight: normal;
}

.errorMessageSub {
    width: 215px;
    position: static;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 100;
    color: #fa0527;
}

.errorMessagePay {
    width: 240px;
    display: inline-block;
}

.birthDaySelect {
    margin-right: 9px;
    width: 45px;
}

.birthMonthSelect {
    margin-right: 9px;
    width: 81px;
}

.birthYearSelect {
    width: 59px;
}

.countrySelect {
    width: 100%;
}

.otherDocumentField {
    width: 150px !important;
    margin: -8px 0 0 32px;
}

.inputWrapper {
    position: relative;
}

.inputWrapper .smsConfirmWindow {
    /* width: 335px; */
}

.emailActivation #labelHead,
#confirmphone_phone_label,
#ConfirmPhoneForm_phone {
    text-align: left;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 315px;
    display: block;
}


div.emailActivation #labelHead {
    max-width: none;
}

#ConfirmPhoneForm_phone {
    margin: 0 15px 20px;
    padding: 5px 10px;
    font-size: 14px;
}

.emailActivation #confirmphone_msg {
    text-align: left;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 315px;
}

.emailActivation.res-code {
    text-align: center;
}

.emailActivation.res-code #labelHead,
.emailActivation.res-code #confirmphone_msg {
    text-align: left;
    max-width: none;
}

.modalWindow .res-code .smsConfirmWindow {
    width: 100% !important;
    /* margin-bottom: 10px; */
}

.emailActivation.ch-passwd .sendMailAgain {
    width: auto !important;
    float: none !important;
}

.modalWindow .res-code .label-tx {
    width: 100%;
    text-align: center;
    font-size: 12px;
    white-space: normal !important;
    vertical-align: top;
    padding-top: 0;
    margin-top: 0;
    margin-right: 5px;
}

.back-options {
    margin: 12px auto 0;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}

.modalWindow .res-code .bigGreenButton {
    /* margin: 12px auto; */
    display: block !important;
}

.modalWindow .bigGreenButton.greyBtnDisable {
    background-color: #D2D2D2 !important;
    color: #949494;
}

.modalWindow .bigGreenButton.greyBtnDisable:hover {
    cursor: default !important;
}

.modalWindow .res-code .smsInput {
    display: inline-block !important;
    vertical-align: top;
}

.inputWrapper .smsConfirmWindow .sendMailAgain,
.inputWrapper .smsConfirmWindow .codeSubmitButton {
    font-weight: normal;
    vertical-align: bottom;
    /*margin-bottom: 0 !important;*/
    float: none !important;
}

.pass-options-wrapper a.codeSubmitButton,
.pass-options-wrapper a.sendMailAgain {
    /* padding-left: 40px !important; */
    text-align: center;
    /* max-width: 240px !important; */
    width: 100% !important;
    box-sizing: border-box;
    background: #33cc33 url(../images/sms-code.png) no-repeat;
    background-position: 15px center;
    position: relative;
    /* margin: 0 auto 10px !important; */
}

.emailActivation.recoveryFormBlock .pass-options-wrapper input.recoveryBtn {
    /*     padding-left: 0 !important;
text-align: center;
max-width: 240px;
width: 100% !important;
box-sizing: border-box;
background: #33cc33;
background-position: 15px center;
position: relative;
margin: 0 auto 10px !important;
border: none;
text-decoration: none;
color: #fff;
height: 30px !important;
margin: 15px auto 0 !important;
cursor: pointer;
font-size: 14px !important; */
}

.emailActivation.recoveryFormBlock .pass-options-wrapper input.recoveryBtn.disabledRecovery {
    background: #ccc;
    color: #333;
    cursor: inherit;
}

.emailActivation.recoveryFormBlock #secondaryRequestHint {
    /* text-align: center; */
    /* margin: 10px auto; */
}

.emailActivation.recoveryFormBlock .smsCodeInputWrap {
    width: 100%;
}

.emailActivation.recoveryFormBlock .confirmCodeTable .inputWrapper .smsConfirmWindow {
    margin-bottom: 30px;
}

.emailActivation.recoveryFormBlock #smsLabel,
.emailActivation.recoveryFormBlock .smsConfirmWindow {
    float: none;
    width: 100% !important;
    text-align: center;
}

/*.res-code #getSmsAgain{
background-color: initial;
height: auto;
color: #00a1e1;
line-height: normal;
display: block;
text-decoration: underline;
text-align: left;
}*/

.editDataTable .pass-options-wrapper a,
#singleReplenishment .pass-options-wrapper a {
    display: block;
    /* margin: 0 0 10px !important; */
}

.recoveryWrapper .editDataTable .pass-options-wrapper a {
    margin: 0 auto 10px !important;
}

.loginWindowWrapper .recoveryWrapper label.longLabel {
    font-size: 16px !important;
}

.recoveryWrapper .emailActivation .input-field label {
    max-width: 155px;
    margin-right: 15px;
    margin-top: 5px;
}

.recoveryWrapper .sms-lbl-wrap #labelHead,
.sms-lbl-wrap #confirmphone_msg {
    /* font-size: 14px !important; */
}

.recoveryWrapper .emailActivation .input-field input {
    /* max-width: 195px; */
}

.editDataTable .back-options,
#singleReplenishment .back-options {
    text-align: left;
}

.pass-options-wrapper a.tg-code {
    background: #33cc33 url(../images/tg-code.png) no-repeat;
    background-position: 15px center;
}

.pass-options-wrapper a.phone-code {
    background: #33cc33 url(../images/phone-code.png) no-repeat;
    background-position: 15px center;
}

.pass-options-wrapper a.google-code {
    background: #33cc33 url(../images/google-code.png) no-repeat;
    background-position: 15px center;
}


#telegram-container {
    display: inline-block;
}

.niceRadio {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/radio_ico.png) no-repeat 0 -26px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    position: relative;
    float: left;
    margin: 0 25px 10px 0;
}

.radioChecked {
    background-position: 0 0;
}

.niceRadio input {
    margin-left: -100px;
}

.roundedCornersButton {
    position: relative;
    /*float: left;*/
    text-align: center;
    display: block;
    text-decoration: none;
}

.roundedCornersButton.gray {
    background-color: #ccc;
    color: #333;
    padding-top: 6px;
    font-weight: bold;
    width: 166px;
    height: 18px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.roundedCornersButton.gray2 {
    background-color: #ccc;
    color: #333;
}

.roundedCornersButton.green {
    background-color: #33cc33;
    color: #fff;
    border: none;
    width: 175px;
    padding: 6px 0;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    cursor: pointer;
}

.roundedCornersButton.createtrust {
    float: none;
}

.roundedCornersButton.disabled {
    background-color: #ccc;
    color: #333;
}

.smsCodeField {
    width: 86px !important;
    height: 20px !important;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    float: left;
}

.clockIcon {
    width: 68px;
    height: 50px;
    background: url(../images/clock_icon.png) no-repeat;
    position: absolute;
    top: -52px;
    right: 0;
}

.smsHint {
    color: #999;
    font-weight: normal;
}

/* .questionary {
width: 647px;
margin-left: 35px !important;
margin-top: 0 !important;
} */

.questionary tr td {
    border-bottom: 1px solid #e6e6e6;
}

.questionary tr td {
    font-size: 14px;
    font-weight: normal;
    padding: 20px 0;
}

.questionary tr td.frst-cell {
    padding-right: 10px;
}

.questionary tr td .niceRadio {
    margin-bottom: 0;
    margin-right: 10px;
}

.questionary tr td label {
    margin-right: 35px;
}

.questionary tr td span.qry-label {
    font-size: 13px;
}


.questionary tr.last td {
    border: 0;
}

.questionary div.error {
    display: inline;
}

.questionary .errorMessageBlock {
    top: 0;
}

.questionaryInnerTable {
    width: 100%;
}

.questionaryInnerTable td.frst-cell {
    width: 310px;
}

.questionaryInnerTable tr td {
    border: none !important;
    padding: 0 !important;
}

.questionaryInnerTable tr td .niceCheck {
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

.questionaryInnerTable tr td label {
    display: inline;
    float: none;
    margin-right: 0;
}

.questionaryInnerTable .error .niceCheck,
.questionaryInnerTable .error .niceCheck input {
    background-color: inherit;
    border: inherit !important;
}

.modalWindow {
    /* width: 460px; */
    position: relative;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    background-color: #e5e5e5;
    /*border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.29);*/
    /*-moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.29);*/
    /*box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.29);*/
}

.modalWindow.loginWindow {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    margin: 0 auto;
    margin-top: 100px;
    width: 500px;
}

.emailActivation .input-field {
    /*max-width: 360px;*/
    width: 100%;
    margin: 0 auto;
}

.emailActivation .input-field label {
    max-width: 120px;
    width: 100%;
    display: inline-block;
    text-align: left;
}

.emailActivation .input-field #pass_notice {
    max-width: 320px;
    width: 100%;
}

.alert-notice {
    font-size: 12px;
    color: #969696;
}

.modalWindow.loginWindow .emailActivation {
    /*margin-left: 93px;*/
    max-width: 345px;
    width: 100%;
    /* margin: 35px auto 0; */
}

.flx-wrapper-login {
    display: flex;
    margin: 20px 0;
    /*min-height: 270px;*/
}

.modalWindow.loginWindow .flx-wrapper-login .emailActivation {
    margin: auto;
}


.modalWindow.loginWindow .openAccountModal .emailActivation {

    max-width: none;
    width: auto;
    /* margin: 30px 28px 0 28px; */
}

.modalWindow.loginWindow .emailActivation.recoveryFormBlock {
    /*margin-left: 56px;*/
}

.modalWindow.loginWindow .modalMiddle {
    /*padding-right: 20px;*/
}

.modalWindow.loginWindow .emailActivation .button.green,
.modalWindow.loginWindow .emailActivation .button.gray {
    margin-right: 0;
    margin-top: 10px;
    margin-left: 111px;
    border: none;
    background-color: #33cc33;
    color: #fff;
    border: none;
    padding-top: 0;
    width: 156px;
    max-width: 345px;
    height: 24px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.modalWindow.loginWindow .emailActivation .button.green.red {
    background-color: #FF0000;
}

.modalWindow.loginWindow .emailActivation .button.gray {
    background-color: #CCCCCC;
    color: #333333;
    margin-left: 0;
}

.modalWindow.loginWindow .emailActivation .button.gray2 {
    background-color: #CCCCCC;
    color: #333333;
}

.modalWindow.loginWindow .modalMiddle .head {
    height: 33px;
    background-color: #d2d2d2;
}

.modalWindow.loginWindow .modalMiddle .head .questionMark {
    font-size: 18px;
    color: #b9b9b9 !important;
    text-shadow: -1px 1px 0px rgba(255, 255, 255, 0.8);
    position: relative;
    float: right;
    margin: 2px 15px 0 0;
}

.modalWindow.loginWindow .modalMiddle .head span {
    color: #666 !important;
}

.modalWindow.loginWindow .emailActivation .emailActivationField {
    margin-bottom: 0;
}

/*.modalWindow .modalMiddle {*/
/*    padding-bottom: 20px;*/
/*}*/

.modalWindow.loginWindow .modalMiddle .head {
    width: 500px;
    margin-left: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top: 1px solid #e5e5e5;
}

.modalWindow .modalMiddle .head {
    height: 31px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top: 1px solid #e5e5e5;
    background-color: #D2D2D2;
    line-height: 31px;
    border-bottom: 1px solid #c7c7c7;
}

.modalWindow .modalMiddle .head span {
    font-size: 14px;
    color: #666;
    margin: 0 0 0 34px;
    position: relative;
    float: left;
}

.modalWindow .modalMiddle .head .help {
    width: 18px;
    height: 18px;
    position: relative;
    float: right;
    background: url(../images/modalButtons.png) no-repeat;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -4px;
}

.modalWindow .modalMiddle .head .help:hover {
    background-position: 0 -26px;
}

.modalWindow .modalMiddle .head .close {
    width: 11px;
    height: 11px;
    position: relative;
    float: right;
    cursor: pointer;
    background: url(../images/modalCloseButton.png) no-repeat;
    margin-right: 16px;
    margin-top: 10px;
}

.popup-promo {
    padding: 65px 25px 0 35px;
    color: #fff;
    position: relative;
}


.triathlon_popup {
    max-width: 500px;
    width: 100%;
    padding: 32px 25px 25px 35px;
    background: #fff;
    color: #000;
}

.triathlon_popup > .flx-wrapper {
    align-items: center;
}

.nyp_desk_wrapper {
    max-width: 758px;
    width: 688px;
    padding: 65px 25px 0 35px;
    min-height: 435px;
    background: url(../images/nyp.png) no-repeat;
    background-size: contain;
}

.btn-not-show {
    position: absolute;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    bottom: 15px;
    right: 25px;
}

.popup-promo h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 18px;
}

.nyp_desk_wrapper h2 {
    max-width: 430px;
    width: 100%;
}

.popup-promo h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 5px;
}

.triathlon_popup h3 {
    margin-bottom: 15px;
}

.ic-popup {
    margin-bottom: 25px;
}

.ic-popup img,
.ic-popup p {
    display: inline-block;
    vertical-align: middle;
}

.ic-popup img {
    margin-right: 15px;
}

.ic-popup p {
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.popup-btn {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.triathlon-btn-wrapper {
    flex-wrap: nowrap;
    align-items: center;
}

.triathlon-btn-wrapper p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.6);
}

.triathlon_popup .popup-btn {
    max-width: 185px;
    width: 100%;
    text-align: center;
    background: #E30A17;
    padding: 15px 0;
    margin-right: 20px;
}

.price {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.price span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 10px;
}

.popup-promo ul {
    margin-left: 13px;
    margin-bottom: 25px;
}

.triathlon_popup ul {
    margin-bottom: 20px;
}

.popup-promo li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
}

.popup-promo li:last-of-type {
    margin-bottom: 0;
}

.popup-promo li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -13px;
    width: 5px;
    height: 5px;
    background: #E30A17;
    border-radius: 50px;
}


.popup-promo .flx-wrapper > div:first-of-type {
    margin-right: 25px;
}

.popup-promo .red-btn {
    display: inline-block;
    text-decoration: none;
    padding: 15px 50px 15px 50px;
    margin-bottom: 10px;
    background: #E30A17;
    color: #fff;
}

.popup-promo .dashedToggler {
    font-size: 16px;
    margin-bottom: 25px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.popup-promo .hiddenTextBlock {
    display: none;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.popup-promo .btn-wrapper {
    text-align: center;
}

.popup-promo-wrapper .modalMiddle .head .close {
    width: 18px;
    height: 18px;
    position: relative;
    float: right;
    background: url(../images/close_btn.png) no-repeat;
    cursor: pointer;
    margin-right: 0px;
    margin-top: 0px;
    top: 28px;
    z-index: 9999;
}

.popup-promo-wrapper.triathlon .modalMiddle .head .close {
    top: 18px;
}

.popup-mob-header {
    display: none;
    max-width: 340px;
    width: 100%;
}

.triathlon-wrapper .popup-mob-header {
    max-width: none;
}

.popup-promo.thx-wrapper p {
    max-width: 372px;
    line-height: 20px;
}

/* .modalWindow .modalMiddle .confirmEmailTitle {
position: relative;
float: left;
font-size: 18px;
color: #666;
margin-top: 18px;
width: 100%;
text-align: center;
}
*/
.modalWindow .modalMiddle .confirmMessageText {
    position: relative;
    font-size: 18px;
    color: #666;
    margin: 18px auto;
    width: 95%;
    text-align: center;
}

.modalWindow .modalMiddle .confirmEmailTitle.green {
    color: #33cc33;
}

.modalWindow .modalMiddle .confirmEmailTitle.red {
    color: #ff0000;
}

.modalWindow .modalMiddle .confirmEmailTitle.smallTitle {
    font-size: 14px;
    margin-bottom: 10px;
}

.modalWindow .modalMiddle h3 {
    /* margin-bottom: 10px; */
}

.modalWindow .modalMiddle p {
    /* margin-bottom: 8px; */
}

.modalWindow .modalMiddle ol {
    margin: 10px 0 0 20px;
    list-style: decimal;
}

.modalWindow .modalMiddle li {
    /* margin: 0 0 8px 0; */
}

.emailActivation {
    margin: 30px 28px 0 28px;
    table-layout: fixed;
}

.emailActivation tr td label {
    font-size: 14px;
    color: #333;
}

.emailActivation tr td .emailActivationField {
    width: 225px;
    height: 25px;
    border: 1px solid #ccc;
    padding-left: 10px;
    color: #999;
    margin-left: -1px;
}

.emailActivation tr td .emailActivationField.smsField {
    width: 180px;
    text-align: center;
    padding-left: 0;
}

.emailActivation tr td .button {
    width: 156px;
    height: 24px;
    padding-top: 6px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-top: 17px;
    font-size: 16px;
}

.emailActivation tr td .button.green {
    color: #fff;
    background-color: #15cc33;
    margin-right: 13px;
}

.emailActivation tr td .button.gray {
    color: #333;
    background-color: #ccc;
}

.emailActivation tr td .button.blue {
    color: #fff;
    background-color: #0099cc;
}

.modalErrorMessage {
    width: 246px;
    position: absolute;
    /*top: -28px;*/
    top: -10px;
    left: -2px;
    display: none;
}

.modalErrorMessage.show {
    display: block;
}

.modalErrorMessage .errorTop,
.modalErrorMessage .errorBottom {
    height: 1px;
    overflow: hidden;
    background: url(../images/emailErrorTransparentCorners.png) no-repeat 0 0;
}

.modalErrorMessage .errorBottom {
    background-position: 0 -3px;
    height: 8px;
}

.modalErrorMessage .errorMiddle {
    background: url(../images/emailErrorTransparentFill.png) repeat-y;
    text-align: center;
    padding: 0 0 3px 0;
}

.modalErrorMessage .errorMiddle .message {
    background: url(../images/emailErrorIcon.png) no-repeat;
    padding-left: 21px;
    font-size: 11px;
    color: #fa0527;
}

.modalErrorMessage.allred .errorMiddle .message {
    padding-left: 0;
    color: #fff;
    background: none;
}

.modalErrorMessage.allred .errorMiddle {
    background: url(../images/emailErrorRedFill.png) repeat-y;
}

.modalErrorMessage.allred .errorBottom {
    background: url(../images/emailErrorRedBottomCorner.png) no-repeat 0 0;
}

.singleLineError {
    width: 400px;
    border: 1px solid #ff0000;
    text-align: center;
    padding: 0 0 2px 0;
    top: -26px;
    left: -180px;
    position: absolute;
    display: none;
}

.singleLineError.show {
    display: block;
}

.singleLineError span {
    background: url(../images/emailErrorIcon.png) no-repeat;
    padding-left: 21px;
    font-size: 11px;
    color: #fa0527;
}

.singleLineError.allred {
    background-color: #ff0000;
}

.singleLineError.allred span {
    padding-left: 0;
    background: none;
    color: #fff;
}

.sendMailAgain {
    position: relative;
    display: inline-block;
    /*float: left;*/
    /*font-weight: 600;*/
    /*letter-spacing: 1px;*/
    /*color: #666;*/
    color: #00a1e1;
    /* text-decoration: underline; */
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sendMailAgain:hover {
    text-decoration: none;
}

.sendMailAgainHint {
    position: relative;
    /*float: right;*/
    color: #999;
    font-size: 11px;
    margin-top: 0;
    margin-right: 10px;
}

.multyLineError.blueNotice span {
    padding-left: 50px;
    background: url(../images/noticeIconBlue.png) no-repeat;
}

.multyLineError span {
    position: relative;
    float: left;
    padding-left: 50px;
    background: url(../images/multiLineErrorCrossRed.png) no-repeat;
    font-size: 12px;
    color: #ff0000;
    margin-left: 25px;
    padding-top: 1px;
    padding-bottom: 2px;
    line-height: 15px;
    min-height: 30px;
}

.activationErrorTable {
    margin-top: 13px;
}

.multyLineError.allred {
    background-color: #ff0000;
    overflow: hidden;
    margin: 0 auto !important;
}

.multyLineError.allred span {
    background: url(../images/multiLineErrorCrossGray.png) no-repeat;
    color: #fff;
}

.margin13 {
    margin-right: 13px;
}

.margin15 {
    margin-top: 15px;
}

.multyLineError.blueNotice {
    border: 1px solid #0099cc;
}

.multyLineError.blueNotice img {
    display: inline-block;
    margin-left: 15px;
}


.multyLineError.blueNotice .notice-tx {
    width: 100%;
    background: none;
    max-width: 300px;
    color: #0079c1;
    height: 2em;
    text-overflow: ellipsis;
    padding-left: 0;
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 0px;
    overflow: hidden;
    white-space: nowrap;
}

.multyLineError.blueNotice:hover .notice-tx {
    overflow: visible;
    white-space: normal;
    margin-bottom: 10px;
    height: auto;
    /* just added this line */
}

.multyLineError.blueNotice span {
    max-width: 300px;
    float: none;
    color: #0099cc;
    padding-top: 1px;
    padding-bottom: 2px;
    min-height: 30px;
    display: inline-block;
    margin-top: 2px;
    vertical-align: top;
}


.multyLineError.blueNotice.allblue {
    background-color: #0099cc;
}

.multyLineError.blueNotice.allblue span {
    color: #fff;
    background: url(../images/noticeIconWhite.png) no-repeat;
}

.leftSide .multyLineError {
    padding: 9px 0 11px 0;
    position: relative;
    margin: 5px 0;
    display: none;
}

.leftSide .error .multyLineError {
    /* display: inline-block; */
    /*width: auto;*/
}

.leftSide .multyLineError span {
    padding-right: 10px;
}

.emailActivationConfirmation {
    text-align: center;
    font-size: 20px;
    color: #333;
    /* padding: 30px 0; */
}

.emailActivationConfirmation.green {
    color: #33cc33;
}

.emailActivationConfirmation.red {
    color: #ff0000;
}

.black {
    color: #000000 !important;
}

/* Documents page */
.documentsBlockContainer {
    position: relative;
}


.documentsBlockContainer ul {
    margin-left: 20px;
}

.documentsBlockContainer ul li {
    list-style: disc;
    line-height: 1.3;
    margin-bottom: 0;
}

.documentsBlockContainer .documentsInner {
    position: relative;
    /*float: left;*/
    width: 647px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 33px;
    margin: 0 0 15px;
}

/*.documentsBlockContainer .documentsInner p,
.documentsBlockContainer .documentsInner ul li {
font-size: 14px;
color: #000;
line-height: 18px;
}*/


.documentsBlockContainer h3 {
    margin-top: 15px;
    color: #666;
    font-size: 16px;
}

.documentsBlockContainer .roundedCornersButton.gray {
    cursor: default;
    height: 20px;
    padding-top: 5px;
    margin-top: 5px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 14px;
    font-weight: normal;
}

/* .documentsBlockContainer .roundedCornersButton.green {
height: 20px;
width: 166px;
padding-top: 5px;
margin-top: 5px;
} */

.documentsBlockContainer .roundedCornersButton.right {
    float: right;
    height: 20px;
    margin: 5px 10px 0 0;
    padding: 5px 10px 0;
}

.documentsBlockContainer .documentsListWrapper {
    position: relative;
    float: left;
    width: 623px;
    padding: 15px 0 15px 25px;
    background-color: #f7f7f7;
    margin: 20px 0 0;
    border: 1px solid #a1a1a1;
}

.documentsBlockContainer .documentsListWrapper ul {
    position: relative;
    float: left;
    margin-right: 60px;
    display: inline;
}

.documentsBlockContainer .documentsListWrapper ul li {
    line-height: 16px;
    display: inline;
    margin-right: 29px;
    padding-left: 44px;
    position: relative;
    float: left;
    margin-bottom: 10px;
    height: 44px;
}

.documentsBlockContainer .documentsListWrapper ul .pdf {
    background: url(../images/pdfIcon.png) no-repeat;
}

.documentsBlockContainer .documentsListWrapper ul li .filename {
    font-size: 14px;
}

.documentsBlockContainer .documentsListWrapper ul .jpg {
    background: url(../images/jpegIcon.png) no-repeat;
}

.documentsBlockContainer .documentsListWrapper ul .png {
    background: url(../images/pngIcon.png) no-repeat;
}

.documentsBlockContainer .documentsListWrapper ul .gif {
    background: url(../images/gifIcon.png) no-repeat;
}

.documentsBlockContainer .documentsListWrapper ul li .size {
    font-size: 12px;
    color: #a19394;
}

.documentsBlockContainer .documentsListWrapper ul li .ok {
    background: url(../images/okIcon.png) no-repeat;
    width: 14px;
    height: 10px;
    display: inline-block;
    margin-left: 5px;
}

.docsDownlList {
    margin: 0 0 30px 45px;
}

.docsDownlList li {
    margin-bottom: 15px;
    font-size: 14px;
    list-style: outside;
    color: #00a1e1;
}

.documentsBlockInfoWrap {
    width: 647px;
    margin-bottom: 30px;
}

.documentsBlockInfoWrap p,
.documentsBlockInfoWrap li {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

.documentsBlockInfoWrap .docs-title {
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin: 15px 0 10px;
}

.documentsBlockContainer .currentStatus {
    font-size: 14px;
}

.documentsBlockContainer .currentStatus.pending {
    color: #e30a17;
}

.documentsBlockContainer .currentStatus.complete {
    color: #33cc33;
    margin-top: 0;
}

.documentsBlockContainer .documentsListWrapper ul li .delete {
    background: url(../images/deleteDocumentIcon.png) no-repeat;
    width: 12px;
    height: 11px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

/*.attachListWrapper {*/
/*    margin: 36px 0 0 10px;*/
/*}*/

.attachListWrapper ul li {
    text-align: left;
    margin: 0px !important;
    padding-bottom: 3px;
}

.attachListWrapper ul li .filename {
    font-size: 13px;
    color: #666;
}

/*.attachListWrapper ul li .delete {*/
/*    background: url(../images/deleteDocumentIcon.png) no-repeat;*/
/*    width: 12px;*/
/*    height: 11px;*/
/*    display: inline-block;*/
/*    margin: 0 3px 0 3px;*/
/*    cursor: pointer;*/
/*}*/

.attachListWrapper ul li .size {
    font-size: 11px;
    color: #a19394;
}

.documentsBlockContainer .documentsListWrapper .arrow {
    background: url(../images/documentsTopArrow.png) no-repeat;
    width: 36px;
    height: 18px;
    position: absolute;
    top: -18px;
    left: 40px;
}

.documentsBlockContainer .documentsListWrapper ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.documentsBlockContainer .documentsListWrapper ul li a:hover {
    text-decoration: underline;
}

.documentsBlockContainer .niceCheck {
    width: 12px;
    height: 12px;
    display: block;
    cursor: pointer;
    background: url(../images/checkbox_ico.png) no-repeat;
    float: left;
    margin-right: 6px;
    margin-left: 25px;
}

.documentsBlockContainer .niceCheck.active {
    background-position: 0 -18px;
}

.documentsBlockContainer .niceCheck input {
    display: none;
}

.documentsBlockContainer label {
    position: relative;
    float: left;
    font-size: 12px;
    color: #999;
    margin-top: 1px;
}

.documentsBlockContainer label a {
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

.documentsBlockContainer label a:hover {
    text-decoration: underline;
}

.documentsBlockContainer .paymentHelpText {
    padding: 20px 0 0;
}

.loginWindowWrapper {
    width: 574px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

.loginWindowWrapper .niceCheck {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: url(../images/checkbox_ico.png) no-repeat;
    float: left;
    margin-right: 6px;
    margin-left: 0;
}

.loginWindowWrapper .submitButton {
    /*     width: 100% !important;
margin-left: auto !important;
height: 40px !important;
font-size: 16px !important; */
}

.emailActivation.recoveryFormBlock .submitButton {
    /*     display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: 10px auto 0 !important; */
}

.loginWindowWrapper .niceCheck.active {
    background-position: 0 -18px;
}

.loginWindowWrapper .niceCheck input {
    display: none;
}

.loginWindowWrapper label {
    /*     position: relative;
float: left;
font-size: 16px !important;
color: #333 !important;
margin-top: 1px;
width: auto !important; */
}

.loginWindowWrapper .openAccountModal #labelHead {
    /* width: 100% !important; */
    /* float: none !important; */
    /* display: block !important; */
}

.loginWindowWrapper label.longLabel {
    /*     width: 167px !important;
padding-bottom: 0; */
}


/*#lostPasswordLink,*/
/*#registerNewAccountLink {*/
/*    position: relative;*/
/*    float: left;*/
/*    font-size: 14px;*/
/*    color: #00a1e1;*/
/*    text-decoration: none;*/
/*    margin-top: 45px;*/
/*    background: url(../images/blueArrow.png) no-repeat 0 2px;*/
/*    padding-left: 18px;*/
/*    margin-left: 35px;*/
/*}*/

.loginWindowWrapper label.rememberMeLabel {
    /*     width: auto !important;
font-size: 12px !important;
display: inline-block;
vertical-align: middle;
margin-top: 0;
line-height: 1; */
}

/*#lostPasswordLink:hover,*/
/*#registerNewAccountLink:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*#registerNewAccountLink.right {*/
/*    float: right;*/
/*    margin-left: 0;*/
/*    margin-right: 35px;*/
/*}*/

/*#lostPasswordLink:hover,*/
/*#registerNewAccountLink:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*.modalWindow.loginWindow .emailActivation .error .emailActivationField,*/
/*.editDataTable tr td div.error .inputField,*/
/*.emailActivation div.error input,*/
/*.openAccountModal div.error textarea,*/
/*.createNewMessageBox div.error input,*/
/*.createNewMessageBox div.error textarea,*/
/*form input.error,*/
/*form textarea.error,*/
/*form .error .niceRadio,*/
/*form .error .niceRadio input {*/
/*    background-color: #f4c7cd;*/
/*    border: 1px solid #fa0527;*/
/*}*/

/* 
.errorMessage {
font-size: 12px;
color: #fa0527;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 110px;
display: none;
line-height: 14px;
} */

.loginWindow .errorMessage {
    /*background: url(../images/errorIcon.png) no-repeat;*/
    position: relative;
    padding-left: 0;
    line-height: 18px;
    display: none;
    margin-left: 0;
    width: 100%;
}


/* #createdemo-form .errorMessage,
#agent-form .errorMessage {
padding-left: 0px;
text-align: center;
} */

.loginWindow .emailActivation {
    /* margin-top: 22px; */
}

.captchaButtonRow {
    text-align: center;
}

.captchaButtonRow img {
    padding-left: 0;
    position: relative;
    /*float: left;*/
    clear: both;
}

.captchaButtonRow .sendMailAgain {
    margin-left: 5px;
    margin-top: 17px;
    text-decoration: underline;
    vertical-align: top;
}

.captchaButtonRow .sendMailAgain:hover {
    text-decoration: none;
}

/* Demo accounts */

/*.sectionHeader .leftSection {*/
/*    position: relative;*/
/*     float: left; */
/*     max-width: 550px; */
/*    width: 100%;*/
/*}*/

.sectionHeader .rightSection {
    position: relative;
    /* float: right; */
}

/*.accountsTableContainer {*/
/*    position: relative;*/
/*     float: left; */
/*     width: 748px; */
/*     padding-left: 40px; */
/*}*/

/* .accountsTableContainer .textBlock {
    border-top: 1px solid #ccc;
    padding: 15px 0 0 15px;
    font-size: 11px;
    color: #666;
    line-height: 14px;
    margin: 30px 0 30px 0;
}
 */
.accountsTableContainer .desc-block {
    margin-bottom: 15px;
    font-size: 13px;
    color: #494949;
}

#djNewsForm label {
    display: inline;
    margin-left: 5px;
    color: #494949;
}

.accountsTableContainer .desc-block p {
    margin-bottom: 10px;
    line-height: 1.5em;
}

.tableArrow {
    position: relative;
    float: left;
    width: 8px;
    height: 8px;
    margin: 4px 5px 0 0;
    background: url(../images/tableOpeningIndicator.png) no-repeat;
}

tr.open .tableArrow {
    background-position: 0 -33px;
}

/* .accountType {
    position: relative;
    float: left;
    color: #00a1e1;
} */

.table-bordered.accountsPageTable {
    /* table-layout: fixed; */
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.table-bordered.accountsPageTable tbody:first-child tr:first-child td:first-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 14px;
    padding: 0px 0px 15px;
}

/* .table-bordered.accountsPageTable thead:first-child tr:first-child th:first-child {
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
font-size: 14px;

} */

/*.table-bordered.accountsPageTable thead:first-child tr:first-child th:last-child,*/
/*.table-bordered.accountsPageTable tbody:first-child tr:first-child td:last-child {*/
/*    border-radius: 0;*/
/*    -moz-border-radius: 0;*/
/*    -webkit-border-radius: 0;*/
/*}*/

/* .accountsPageTable thead tr th {
border-left: 0;
color: #666;
font-size: 16px;
text-align: center;
font-weight: normal;
background: url(../images/accountsTableHeadBG.png) repeat-y top left #d2d2d2;
} */

.accountsPageTable.small thead tr th {
    font-size: 14px;
}

.accountsPageTable thead tr th a.sort {
    position: relative;
}

/* .accountsPageTable thead tr th:first-child {
border-right: 0;
background-image: none;
}
*/
/* .table-bordered.accountsPageTable tbody tr td {
font-size: 15px;
color: #999;
text-align: right;
} */

/* .accountsPageTable tr td {
cursor: pointer;
} */

/* .accountsPageTable tr.even td {
background-color: #FFF !important;
} */

.accountsPageTable .hiddenRow td {
    padding: 0;
    border-top: none;
}

.accountsPageTable .hiddenRow td {
    cursor: default;
}

/*
.accountsPageTable .hiddenRow:hover td {
    background: none;
}
 */
/*.accountsPageTable .hiddenRow .cellContents {*/
/*    display: none;*/
/*}*/

/*.accountsPageTable .hiddenRow .cellContents ul {*/
/*    position: relative;*/
/*    float: left;*/
/*    display: inline;*/
/*}*/

/*.accountsPageTable .hiddenRow .cellContents ul li {*/
/*    position: relative;*/
/*    float: left;*/
/*    display: inline;*/
/*    margin-left: 20px;*/
/*}*/

/*.accountsPageTable .hiddenRow .cellContents ul li:first-child {*/
/*    margin-left: 0;*/
/*}*/

/* .accountsPageTable .hiddenRow .cellContents ul li a {
position: relative;
float: left;
font-size: 13px;
color: #00a1e1;
text-decoration: none;
border-bottom: 1px dashed #00a1e1;
}
*/
/* .accountsPageTable .hiddenRow .cellContents ul li a:hover {
border-bottom: 0;
} */

.openAccountModal {
}

/* .accountsPageTable tbody tr.dataRow:hover td,
.accountsPageTable tbody tr.dataRow:hover th {
background-color: #f5f5f5 !important;
} */

#mask {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #5c5c5c;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
    filter: alpha(opacity:40);
    KHTMLOpacity: 0.40;
    MozOpacity: 0.40;
    opacity: 0.40;
}

.openAccountModal label {
    /* font-size: 13px; */
    /* color: #666; */
}

.margin8 {
    margin-right: 8px;
    width: 141px !important;
}

.margin12 {
    margin-right: 12px;
}

.openAccountModal .niceRadio {
    width: 12px;
    height: 12px;
    display: block;
    cursor: pointer;
    background: url(../images/checkbox_ico.png) no-repeat;
    float: left;
    margin-right: 6px;
    margin-left: 10px;
    margin: 4px 6px 14px 10px;
}

.openAccountModal .niceRadio.radioChecked {
    background-position: 0 -18px;
}

.openAccountModal .niceRadio input {
    display: none;
}

.openAccountModal label {
    /* font-size: 12px; */
    /* color: #666; */
    /* margin-top: 1px; */
}

.openAccountModal table {
    /* margin-left: 65px !important; */
}

.openAccountModal.recoveryWrapper table {
    margin: 0 auto !important;
}

.openAccountModal .font11 {
    font-size: 11px !important;
}

.recoveryWrapper .emailActivation #labelHead {
    /* max-width: none; */
}

.openAccountModal table.claimTable {
    margin: 15px 0 0 30px !important;
    text-align: left;
}

.openAccountModal table.claimTable .formButton {
    margin-right: 0;
}

.openAccountModal table.claimTable .input {
    width: 389px;
}

.openAccountModal table.claimTable textarea {
    margin: 0 0 13px 0;
}

.openAccountModal form {
    margin-bottom: 0;
}

.width150 {
    width: 150px;
}

.row label {
    display: inline-block;
    /* width: 102px; */
    /* padding-top: 5px; */

}

.row .noPaddingLabel {
    padding-top: 0;
}

.emailActivation .emailActivationField {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    height: 38px;
    border: 1px solid #ccc;
    padding-left: 10px;
    color: #333;
    /*margin-left: 10px;*/
    font-size: 17px;
}

.emailActivation #recovery-form .emailActivationField {
    max-width: none;
    margin-left: 0;
}

.loginSuccess {
    color: #666;
    padding-left: 0;
    text-align: left;
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 30px;
    /*margin-left: -13px;*/
}

.noLeftMargin {
    margin-left: -16px;
}

.errorPage h1 {
    font-size: 24px;
    color: #666;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 30px;
}

.errorPage p {
    font-size: 13px;
    color: #666;
}

/* Language selection */

.languageSelectionWrapper {
    position: relative;
    display: inline;
}


/* Footer */

/* Fixing the footer in the site bottom */

#container:after {
    content: "";
    display: block;
}

#footer,
#container:after {
    height: 81px;
}

#footer {
    width: 966px;
    margin: 0 auto;
    margin-top: 20px;
    border-top: 4px solid #999;
}

#footer p {
    font-size: 11px;
    color: #666;
}

#footer a {
    color: #666;
}

#footer .leftSide {
    position: relative;
    float: left;
    margin: 20px 0 0 70px;
}

#footer .selectCountry {
    position: relative;
    float: right;
    text-decoration: none;
    background: url(../images/russia_flag.png) no-repeat top right;
    font-size: 11px;
    color: #666;
    margin-top: 17px;
    padding: 3px 28px 5px 0;
}

input[type="text"].hidden,
.hidden {
    display: none;
}

.ui-widget {
    font-size: 12px !important;
}

.ui-autocomplete {
    max-height: 300px;
    overflow: auto;
}

#preloader {
    display: none;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    z-index: 10002;
    width: 64px;
    height: 64px;
    background: url(../images/preloader.gif);
}

/*
Рубль как спецсимвол
*/
@font-face {
    font-family: "Rubl Sign";
    src: url('http://www.artlebedev.ru/;-)/ruble.eot');
}

span.rur {
    font-family: "Rubl Sign";
    text-transform: uppercase;
/ / text-transform: none;
}

span.rur span {
    position: absolute;
    overflow: hidden;
    width: .45em;
    height: 1em;
    margin: .1ex 0 0 -.55em;
/ / display: none;
}

span.rur span:before {
    content: '\2013';
}

/* список счетов на главной знак рубля*/
.accountsTable tbody tr td span.rur,
.accountsTable tbody tr td span.rur span {
    padding: 0;
}

.table-bordered {
    font-size: 13px;
}

.dashedLink {
    text-decoration: none;
}

/* .dashedLink span {
color: #00a1e1;
border-bottom: 1px dashed #00a1e1;
} */

/* .dashedLink:hover span {
border-bottom: none;
} */

.short_text .dashedLink:hover span {
    cursor: pointer;
}

.bigGreenButton {
    width: 219px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    background-color: #33cc33;
}

/*.bigGreenButton.formButton {*/
/*    float: right;*/
/*    margin-right: 16px;*/
/*}*/

/*.safeBoxImage {*/
/*     position: relative; */
/*     float: left; */
/*     margin-right: 48px; */
/*}*/

/*.bigGreenButton.openAccountButton {*/
/*    float: right;*/
/*    height: 40px;*/
/*    width: 190px;*/
/*    background-color: #33cc33;*/
/*    color: #fff;*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    -moz-border-radius: 0;*/
/*    -webkit-border-radius: 0;*/
/*    cursor: pointer;*/
/*    margin-top: 9px;*/
/*}*/

/*.bigGreenButton.disabled {*/
/*    background-color: #ccc !important;*/
/*    color: #333 !important;*/
/*}*/

.bigGreenButton.disabled {
    pointer-events: none;
}

/*.demoAccountOpeningResults {*/
/*    font-size: 13px;*/
/*}*/

.demoAccountOpeningResults h1 {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* 
.demoAccountOpeningResults p {
font-size: 12px;
color: #666;
margin-bottom: 15px;
line-height: 17px;
} */

.demoAccountOpeningResults table {
    margin-left: 0 !important;
    line-height: 15px;
}

.demoAccountOpeningResults table tr td {
    font-size: 12px;
    color: #666;
}

.resultingModal {
    text-align: center;
}

/* .resultingModal .confirmEmailTitle {
margin-top: 27px !important;
margin-bottom: 30px;
} */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    /*     border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important; */
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.changePasswordModal tr td {
    vertical-align: middle;
}

/*.blockAccountRequestText {*/
/*    width: 389px;*/
/*    height: 77px;*/
/*    resize: none;*/
/*    !*margin-top: 22px;*!*/
/*    !*margin-left: 5px;*!*/
/*    !*font-size: 12px;*!*/
/*    !*color: #666;*!*/
/*}*/

.sendBlockRequestModal {
    text-align: center;
}

.textBlockContainer {
    position: relative;
    float: left;
    width: 193px;
}

.openButtonContainer {
    position: relative;
    float: right;
    margin-right: 5px;
}

.demoAccountHint,
.cfdHint {
    font-size: 12px;
    color: #666;
}

.demoAccountsListArrow {
    background: url(../images/accountActionsBullet.png) no-repeat 0 5px;
    width: 15px;
    height: 18px;
    position: relative;
    float: left;
}

/* Trading accounts */

.accountInformationContainer {
    position: relative;
}

/*.accountInformationContainer .accountInfoLeft {*/
/*    width: 508px;*/
/*    position: relative;*/
/*    float: left;*/
/*    background-color: #f9f7f7;*/
/*    padding: 17px 0 10px 12px;*/
/*}*/

/*.accountInformationContainer .accountInfoRight {*/
/*    width: 195px;*/
/*    position: relative;*/
/*    float: right;*/
/*    background-color: #f9f7f7;*/
/*}*/

/* .accountInfoLeft .accountInfoTable {
    table-layout: fixed;
    width: 465px;
}
 */
/*.accountInfoLeft .accountInfoTable tr td {*/
/*    font-size: 13px;*/
/*    color: #666;*/
/*    height: 25px;*/
/*}*/

.accountInfoLeft .changeDataTable {
    table-layout: fixed;
    width: 195px;
}

.accountInfoLeft .changeDataTable .password {
    vertical-align: middle;
    color: #c2c0c0;
}

.accountInfoRight {
    padding: 11px 0 9px 0;
}

/* .accountInfoRight .accountDataTable {
    position: relative;
    float: left;
    margin-left: 23px;
} */

/*.accountInfoRight .accountDataTable tr td {*/
/*    font-size: 13px;*/
/*    color: #666;*/
/*    padding: 2px 0;*/
/*}*/

/*.accountInfoRight .accountDataTable tr td:first-child {*/
/*    padding-right: 5px;*/
/*}*/

.horizLine {
    width: 100%;
    height: 2px;
    background: url(../images/horizontalSeparator.png) repeat-x;
    margin: 7px 0;
}

/* .accountInfoRight ul {
    position: relative;
} */

/* .accountInfoRight ul li a {
    width: 172px;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    display: inline-block;
    padding: 2px 0 2px 23px;
} */

/* .accountInfoRight ul li a:hover,
.accountInfoRight.ibaccountInfoRight ul li a:hover,
.accountInfoRight.realaccountInfoRight ul li a:hover,
.accountInfoRight.pammaccountInfoRight ul li a:hover {
    background-color: #00a1e1;
    color: #fff;
}

.accountInfoRight.ibaccountInfoRight ul li a,
.accountInfoRight.realaccountInfoRight ul li a,
.accountInfoRight.pammaccountInfoRight ul li a {
    width: 160px;
    display: block;
    text-align: center;
    margin: 5px auto;
    padding: 5px;
    background: #33cc33;
    color: #fff;
} */

.accountInfoRight.realaccountInfoRight .activateBonusButton {
    width: 160px;
    padding: 5px;
    background-color: #33cc33;
    color: #fff;
}

.activateBonusButton {
    color: #fff;
    width: 157px;
    background-color: #33cc33;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 3px 0;
    text-decoration: none;
    font-size: 13px;
    margin-top: 6px;
}

.gray {
    /*background-color: #EBEBEB;*/
    color: #666;
}

/*.accountReportBlock {*/
/*    position: relative;*/
/*    padding-left: 16px !important;*/
/*    padding-top: 30px !important;*/
/*}*/

/*.accountReportBlock .leftBlock {*/
/*    position: relative;*/
/*    float: left;*/
/*    width: 155px;*/
/*}*/

.accountReportBlock p {
    color: #666;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
}

/*.accountReportBlock .daily input {*/
/*    width: 80px;*/
/*    height: 30px;*/
/*    border: 1px solid #bfbfbf;*/
/*    color: #666;*/
/*    font-size: 13px;*/
/*    padding-left: 11px;*/
/*    margin-bottom: 2px;*/
/*}*/

/*.accountsTableContainer .accountReportBlock .daily input {*/
/*    height: 20px;*/
/*}*/

.accountReportBlock .enterDate {
    font-size: 11px;
    color: #666;
    padding-left: 11px;
}

.accountReportBlock .rightBlock input {
    margin-right: 5px;
}

.accountReportBlock .rightBlock label {
    position: relative;
    float: left;
    margin-right: 10px;
    font-size: 13px;
}

#archiveConversionRates {
    padding-top: 16px !important;
}

.graySmallButton {
    width: 135px;
    text-align: center;
    padding: 4px 0;
    color: #666;
    display: block;
    font-size: 14px;
    text-decoration: none;
    background-color: #e5e5e5;
    margin-top: 22px;
}

.graySmallButton.sm-size {
    font-size: 13px;
    position: relative;
    float: left;
    margin-right: 16px;
}

.requestTypeLink {
    position: relative;
    float: left;
    padding-left: 11px;
    background: url(../images/blueArrow.png) no-repeat 0 2px;
    font-size: 13px;
    color: #00a1e1;
    text-decoration: none;
    margin-right: 68px;
    margin-top: 20px;
}

.requestTypeLink span {
    border-bottom: 1px dashed #00a1e1;
}

.requestTypeLink:hover span {
    border-bottom: none;
}

/* .periodContainer .periodInput {
    width: 80px;
    height: 30px;
    border: 1px solid #bfbfbf;
    color: #666;
    font-size: 13px;
    padding-left: 11px;
    margin-right: 20px;
    position: relative;
    float: left;
} */

.periodContainer {
    display: none;
}

.periodContainer label {
    position: relative;
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.periodTitle {
    margin-bottom: 15px;
}

/* Replenishment */
.replenishmentImage {
    position: relative;
    /* float: left; */
    margin-right: 36px;
    margin-top: 5px;
}

.sectionHeader.noBottomBorder {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.replenishmentOptionsTableHead {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 7px;
}

.replenishmentOptionsTableHead tr td {
    color: #666;
    font-size: 12px;
    height: 34px;
    text-align: center;
    background: url(../images/replenishmentTableHeadSeparator.png) no-repeat right center #d2d2d2;
    vertical-align: middle;
}

.replenishmentOptionsTableHead tr td:last-child {
    background-image: none;
}

.replenishmentBlockToggler {
    background-color: #959595;
    height: 19px;
    line-height: 19px;
    margin-top: 7px;
}

.replenishmentBlockToggler span {
    font-size: 12px;
    color: #fff;
    margin-left: 35px;
}

.replenishmentBlockToggler.open span {
    background: url(../images/replenishmentToggler.png) no-repeat 0 4px;
}

.replenishmentOptionsTable {
    table-layout: fixed;
    width: 100%;
}

.replenishmentOptionsTable tr td {
    color: #919191;
    font-size: 12px;
    height: 70px;
    text-align: center;
    background: url(../images/replenishmentTableSeparator.png) no-repeat right center #f9f7f7;
    vertical-align: middle;
    border-bottom: 3px solid #fff;
}

.replenishmentOptionsTable tr td:last-child,
.replenishmentOptionsTable tr td:first-child {
    background-image: none;
}

.replenishmentOptionsTable tr .leftAlign {
    text-align: left;
}

.replenishmentButton {
    width: 142px;
    height: 21px;
    display: inline-block;
    line-height: 21px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #33cc33;
    text-decoration: none;
    margin-bottom: 2px;
}

.replenishmentOptionsTable tr td .howToLink {
    color: #00a1e1;
    border-bottom: 1px dashed #00a1e1;
    font-size: 13px;
    text-decoration: none;
}

.bg-area {
    position: relative;
    margin: 0 auto;
    background-color: #f9f7f7;
    padding-bottom: 20px;
}

#centerContent.crypto-replenishment {
    width: 100%;
    float: none;
    margin-left: 0;
}

.crypto-replenishment .accountsTableContainer {
    width: auto;
    max-width: 100%;
    float: none;
    padding-right: 40px;
}

#centerContent.crypto-replenishment .sectionHeader {
    width: auto;
    max-width: 100%;
    float: none;
    margin: 26px 40px 25px 40px;
}

#centerContent.crypto-replenishment .sectionHeader .leftSection {
    width: auto;
    float: none;
}

.crypto-replenishment .bg-area {
    padding: 30px 0;
    margin: 0 auto 20px;
    clear: both;
}

.crypto-replenishment .grn-area {
    background: rgba(77, 169, 40, 0.2);
    border: 2px solid #c6e3ba;
    border-radius: 10px;
    padding: 30px 25px;
    margin: 0 auto 20px;
    clear: both;
}

.crypto-replenishment .grn-area .accept-info {
    font-size: 24px;
    font-weight: 600;
    color: #5b9546;
    padding: 8px 0;
    padding-left: 65px;
    margin-bottom: 35px;
    background: url(../../images/accept-check.png) no-repeat;
    background-position: left center;
}


.crypto-replenishment .grn-area ul li {
    font-size: 12px;
    color: #5b9546;
    padding: 3px 0 0px;
    padding-left: 45px;
    line-height: 1.4;
    margin: 12px 0;
    background: url(../../images/grn-list.png) no-repeat;
    background-position: left center;
}

.crypto-replenishment .withdrawalHint {
    padding-left: 0;
    margin-bottom: 15px;
}

.crypto-replenishment label {
    font-weight: 600px;
    width: 170px;
}

.crypto-replenishment .row {
    padding-left: 30px;
    margin-bottom: 5px;
}

.crypto-replenishment select,
.crypto-replenishment input:not([type="submit"]) {
    border: 1px solid #c6c6c6;
    border-radius: 2px !important;
    background: none;
}

.crypto-replenishment select:focus,
.crypto-replenishment input:not([type="submit"]):focus {
    border: 1px solid #33cc33;
    outline: none;
    box-shadow: none;
}

.crypto-replenishment input[type="submit"] {
    margin-left: 200px;
}

.crypto-replenishment .crypto-notice {
    padding-left: 25px;
}

.crypto-replenishment .btn-red,
.crypto-replenishment .btn-grn {
    display: block;
    color: #fff;
    padding: 10px 35px;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    border: none;
    border-radius: 5px !important;
}

.crypto-replenishment .btn-red {
    background: #e30a17;
}

.crypto-replenishment .btn-grn {
    background: #33cc33;
}

.crypto-replenishment .replenishment-method {
    text-align: center;
}

.crypto-replenishment .replenishment-method span {
    display: inline-block;
    width: 100px;
    height: 42px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    margin-right: 15px;
    background: url(../images/crypto-rep-sprite.png) no-repeat;
}

.crypto-replenishment .replenishment-method span:first-of-type {
    background-position: -4px -3px;
}

.crypto-replenishment .replenishment-method span:nth-of-type(2) {
    background-position: -129px 2px;
}

.crypto-replenishment .replenishment-method span:nth-of-type(3) {
    background-position: -255px 0px;
}

.crypto-replenishment .replenishment-method span:nth-of-type(4) {
    background-position: -377px 0px;
}

.crypto-replenishment .replenishment-method span:nth-of-type(5) {
    background-position: -503px 0px;
}

.crypto-replenishment .replenishment-method span:nth-of-type(6) {
    background-position: -629px 0px;
}

.crypto-replenishment .replenishment-method span:last-of-type {
    background-position: -755px 0px;
    margin-right: 0;
}

.replenishment-payment.bg-area {
    margin-bottom: 10px;
    padding: 20px 0;
}

.replenishment-payment.bg-area + .crypto-notice {
    padding-left: 0;
    padding: 0 20px;
    margin-bottom: 30px;
}

.replenishment-payment.bg-area + .crypto-notice a {
    font-size: 11px;
    font-weight: 600;
    float: left;
}

.replenishment-payment.bg-area + .crypto-notice p {
    font-size: 11px;
    font-weight: 600;
    float: right;
}

#singleReplenishment.verification-chs {
    margin-bottom: 55px;
}

.verification-chs.bg-area {
    margin-bottom: 45px;
}

.verification-chs p {
    display: inline-block;
    max-width: 240px;
    font-size: 14px;
}

.btn-token {
    width: 100%;
    max-width: 425px;
    padding-right: 15px;
    float: right;
}

.btn-token div {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 200px;
    text-align: center;
}

.btn-token div:first-of-type {
    margin-right: 15px;
}

.btn-token span {
    display: block;
    font-size: 11px;
    color: #666666;
    margin-top: 5px;
}

.table-innercourses th .howToLink {
    color: #00a1e1;
    border-bottom: 1px dashed #00a1e1;
    outline: none;
    font-size: 14px;
    text-decoration: none;
}

.table-innercourses.table-bordered.accountsPageTable tbody tr td {
    font-size: 14px;
    padding: 8px 3px 8px 8px;
}

.table-innercourses.table-bordered.accountsPageTable.small tbody tr td {
    font-size: 12.5px;
    font-weight: bold;
}

.replenishmentOptionsTable tr td .howToLink:hover,
.table-innercourses th .howToLink:hover {
    border-bottom: none;
}

.replenishmentOptionsTable tr:hover td {
    background-color: #eee;
}

/* Messages */

#messagesContainer {
    position: relative;
    padding-bottom: 10px;
}

.messagesSection h1 {
    line-height: 25px;
}

.messagesHeader {
    height: 27px;
    border-top: 1px dashed #bababa;
    border-bottom: 1px dashed #bababa;
    color: #666;
    font-size: 12px;
    line-height: 27px;
    margin-bottom: 17px;
}

.messagesHeader .date {
    width: 245px;
    text-indent: 28px;
    position: relative;
    float: left;
}

.messagesHeader .subject {
    position: relative;
    float: left;
}

.messagesHeader .filter {
    position: relative;
    float: right;
    margin-right: 15px;
}

.messagesHeader .filter a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
    background: url(../images/filterIcons.png) no-repeat 0 4px;
    padding-left: 14px;
}

.messagesHeader .filter a.open {
    background-position: left -24px;
}

.messagesHeader .filter a span {
    border-bottom: 1px dashed #666;
}

.messagesHeader .filter a:hover span {
    border-bottom: none;
}

.messageContainer {
    border-top: 1px dashed #bababa;
    padding: 15px 0;
}

.messageContainer.last {
    border-bottom: 1px dashed #bababa;
}

.messageContainer .left {
    width: 200px;
    position: relative;
    float: left;
    padding-left: 28px;
}

.messageContainer .right {
    width: 490px;
    position: relative;
    float: left;
}

.messageContainer .left .date,
.messageContainer .left .time {
    position: relative;
    float: left;
    font-size: 12px;
    color: #666;
}

.messageContainer .left .time {
    padding-left: 12px;
}

.messageContainer .messageBody .right {
    background: url(../images/messageLeftSeparator.png) no-repeat left center;
}

.messageContainer .right .title {
    position: relative;
    float: left;
    font-size: 12px;
    padding-left: 17px;
    background: url(../images/tableOpeningIndicator.png) no-repeat 0 2px;
}

.messageContainer .right .title.open {
    background-position: left -32px;
}

.messageContainer .right .title.open span {
    border-bottom: none;
}

.messageBody {
    width: 100%;
    position: relative;
    float: left;
    display: none;
}

.messageBody .left {
    padding-top: 35px;
}

.messageBody .left ul {
    position: relative;
    float: left;
}

.messageBody .left ul li {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

.messageBody .left ul li .red {
    color: #e41e26;
}

.messageBody .right {
    padding-left: 17px;
    padding-top: 18px;
}

.messageBody .right p,
.messageBody .right ul li {
    color: #666;
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 17px;
}

.messageBody .right a {
    color: #0099cc;
    text-decoration: none;
}

.messageBody .right a:hover {
    text-decoration: underline;
}

/*#messagesFilter {*/
/*position: absolute;*/
/*top: 28px;*/
/*right: 0;*/
/*border: 1px solid #e6e6e6;*/
/*background-color: #f7f7f7;*/
/*padding: 6px 0 8px 0;*/
/*display: none;*/
/*z-index: 100;*/
/*}*/

/*#messagesFilter ul {*/
/*    position: relative;*/
/*    float: right;*/
/*}*/

/*#messagesFilter ul li {*/
/*    line-height: 15px;*/
/*}*/

/*#messagesFilter ul li a {*/
/*    font-size: 11px;*/
/*    color: #666;*/
/*    display: inline-block;*/
/*    width: 85px;*/
/*    padding: 2px 17px 2px 0;*/
/*    text-decoration: none;*/
/*    background: none;*/
/*    text-align: right;*/
/*}*/

/*#messagesFilter ul li a:hover {*/
/*    background-color: #00a1e1;*/
/*    color: #fff;*/
/*}*/

.newMessageBox {
    margin: 30px 0 0 33px;
    width: 395px;
    text-align: center;
}

.newMessageBox label {
    text-align: left;
}

.newMessageBox input {
    height: 26px !important;
    width: 100%;
}

.newMessageBox textarea {
    height: 78px !important;
    width: 100%;
    resize: none;
}

.newMessageBox .bigGreenButton.formButton {
    float: none;
    margin-top: 10px;
}

.sendMessageModal .modalMiddle {
    padding-bottom: 0;
}

/* News */
.newsFilter {
    position: relative;
    float: right;
    margin: 41px 0 0 0;
}

.newsFilter a {
    position: relative;
    float: left;
    font-size: 12px;
    padding-left: 17px;
    background: url(../images/tableOpeningIndicator.png) no-repeat 0 2px;
}

.newsFilter a.open {
    background-position: left -32px;
}

.newsFilter a.open span {
    border-bottom: none;
}

.newsFilter a:hover span {
    border-bottom: none;
}

.newsSection h1 {
    margin-top: 4px;
}

#newsFilter {
    position: absolute;
    top: 28px;
    right: -15px;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    padding: 6px 0 8px 0;
    display: none;
    z-index: 100;
}

#newsFilter ul {
    position: relative;
    float: right;
}

#newsFilter ul li {
    line-height: 14px;
}

#newsFilter ul li a {
    font-size: 11px;
    color: #666;
    display: inline-block;
    width: 130px;
    padding: 2px 17px 2px 0;
    text-decoration: none;
    background: none;
    text-align: right;
}

#newsFilter ul li a:hover {
    background-color: #00a1e1;
    color: #fff;
}

/*.newsItem {*/
/*    position: relative;*/
/*    width: 748px;*/
/*    float: left;*/
/*    padding: 15px 0;*/
/*    border-bottom: 1px dashed #BABABA;*/
/*}*/

/*.newsItem .left {*/
/*    width: 100px;*/
/*    font-size: 12px;*/
/*    color: #00A1E1;*/
/*    text-indent: 17px;*/
/*    position: relative;*/
/*    float: left;*/
/*}*/

/*.newsItem .left span {*/
/*    border-bottom: 1px dashed #00A1E1;*/
/*}*/

/*.newsItem .left span:hover {*/
/*    cursor: pointer;*/
/*    border-bottom: none;*/
/*}*/

/*.newsItem .right {*/
/*    width: 630px;*/
/*    position: relative;*/
/*    float: left;*/
/*}*/

/*.newsItem .right h1,*/
/*.newsItem .right h3 {*/
/*    font-size: 12px;*/
/*    color: #4d4d4f;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.newsItem .right p,*/
/*.newsItem .right ul li {*/
/*    color: #4d4d4f;*/
/*    font-size: 12px;*/
/*    line-height: 17px;*/
/*    margin-bottom: 8px;*/
/*}*/

/*.newsImage {*/
/*    margin-left: 10px;*/
/*}*/

.newsItem .readMore {
    width: 9px;
    height: 9px;
    display: inline-block;
    background: url(../images/accountActionsBullet.png) no-repeat;
}

/*.newsItem .newsBody {*/
/*    padding: 10px;*/
/*    background-color: #EFEFEF;*/
/*    display: none;*/
/*}*/

.realaccountTradeReport {
    background-color: #FFFFFF;
    width: 900px;
    height: 700px;
    overflow: auto;
}

.realaccountTradeReport table {
    margin: 0 !important;
}

.realaccountTradeReport table td {
    padding: 3px;
    margin: 1px;
    font-family: Tahoma, Arial;
    font-size: 11px;
}

.realaccountTradeReport .confirmEmailTitle {
    height: 560px;
    overflow: auto;
}

/* New Messages Section */

.messagesFilter {
    position: relative;
    float: right;
}

/*.messagesFilter .filter {*/
/*    position: relative;*/
/*    float: right;*/
/*    margin-top: 15px;*/
/*}*/

/*.messagesFilter .filter a {*/
/*    color: #0099cc;*/
/*    font-size: 12px;*/
/*    text-decoration: none;*/
/*    background: url(../images/tableOpeningIndicator.png) no-repeat 0 4px;*/
/*    padding-left: 14px;*/
/*}*/

.messagesFilter .filter a.open {
    background-position: left -29px;
}

/*.messagesFilter .filter a span {*/
/*    border-bottom: 1px dashed #0099cc;*/
/*}*/

.messagesFilter .filter a:hover span {
    border-bottom: none;
}

/*.messagesBlockHeader {*/
/*    padding-bottom: 19px !important;*/
/*}*/

.messagesBlockHeader .bigGreenButton.openAccountButton {
    margin-top: 5px;
}

/*.messagesHeadline {*/
/*    position: relative;*/
/*    border-bottom: 1px solid #dcdcdc;*/
/*    padding-bottom: 10px;*/
/*    margin-bottom: 20px;*/
/*    height: 16px;*/
/*}*/

/*.messagesLeftPane .messagesHeadline {*/
/*    width: 285px;*/
/*}*/

/*.messagesRightPane .messagesHeadline {*/
/*    width: 461px;*/
/*    margin-left: -15px;*/
/*}*/

.messagesHeadline .left {
    position: relative;
    float: left;
}

/*.messagesHeadline .right {*/
/*    position: relative;*/
/*    float: left;*/
/*}*/

/*.messagesHeadline .left span,*/
/*.messagesHeadline .right span {*/
/*    padding-left: 18px;*/
/*    font-size: 12px;*/
/*    color: #666;*/
/*}*/

/* .messagesLeftPane {
position: relative;
float: left;
width: 285px;
padding-right: 15px;
} */

/* .messagesRightPane {
width: 446px;
position: relative;
float: left;
margin-bottom: 15px;
} */

/*.messagesLeftPaneInner {*/
/*    border-right: 1px solid #ededed;*/
/*    padding-right: 15px;*/
/*}*/

/*.messagesRightPaneInner {*/
/*    margin-top: -8px;*/
/*}*/

/*.separatorLine {*/
/*    width: 100%;*/
/*    background: url(../images/threedots.gif) repeat-x center center;*/
/*    min-height: 1px;*/
/*}*/

.separatorLine.textContainerBlock {
}

/*.separatorLine span {*/
/*    background-color: #fff;*/
/*    color: #666;*/
/*    font-size: 14px;*/
/*    padding: 0 4px;*/
/*    margin-left: 27px;*/
/*}*/

.separatorLine.centered {
    text-align: center;
}

/*.separatorLine.centered span {*/
/*    font-size: 12px;*/
/*    color: #c0c0c0;*/
/*    padding: 0 14px;*/
/*    margin-left: 0;*/
/*}*/

/*.messageShortBlock {*/
/*    position: relative;*/
/*     float: left; */
/*    width: 263px;*/
/*    padding: 15px 5px;*/
/*    cursor: pointer;*/
/*    border-top: 1px dotted #FFFFFF;*/
/*    border-bottom: 1px dotted #b7b7b7;*/
/*    padding-right: 0;*/
/*}*/


/*.messageShortBlock.last {*/
/*    border-bottom: 1px dotted #b7b7b7;*/
/*}*/

/*.messageShortBlock .left {*/
/*    width: 187px;*/
/*    position: relative;*/
/*    float: left;*/
/*}*/

/*.messageShortBlock .right {*/
/*    position: relative;*/
/* float: left; */
/*    width: 75px;*/
/*    text-align: right;*/
/*}*/

/*.messageShortBlock .left .title {*/
/*    position: relative;*/
/*    float: left;*/
/*    color: #666;*/
/*    font-size: 12px;*/
/*    padding-left: 20px;*/
/*    background: url(../images/folder_gray.png) no-repeat;*/
/*}*/

.messageShortBlock .left .title.locked {
    font-weight: bold;
    /*text-decoration: line-through;*/
    background: url(../images/lock_icon.png) no-repeat 0 0;
}

.messageShortBlock .left .title.unread {
    font-weight: bold;
    background: url(../images/folder_blue.png) no-repeat;
}

/*.messageShortBlock .right .date {*/
/*    font-size: 12px;*/
/*    color: #c9c9c9;*/
/*}*/

/*.messageShortBlock .messageSubject span {*/
/*    font-size: 12px;*/
/*    color: #666;*/
/*    position: relative;*/
/*    float: left;*/
/*    margin: 10px 0 0 21px;*/
/*    padding-right: 10px;*/
/*}*/

/*.messageShortBlock .messageSubject.hasAttachment span {*/
/*    background: url(../images/stationery_white.png) no-repeat;*/
/*    padding-left: 25px;*/
/*    padding-top: 2px;*/
/*}*/

/*.messageShortBlock.active {*/
/*    background-color: #f7f7f7;*/
/*    border-top: 1px dotted #b7b7b7;*/
/*     width: 279px; */
/*}*/

.messageShortBlock .activeIndicator {
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -11.5px;
    width: 12px;
    height: 23px;
    display: none;
    background: url(../images/activeMessageIndicator.png) no-repeat;
}

.messageShortBlock.active .activeIndicator {
    display: block;
}

.messagesHintBlock {
    position: relative;
    float: left;
    padding-left: 20px;
}

.messagesHintBlock p {
    font-size: 12px;
    color: #666;
}

.messagesHintBlock ul {
    position: relative;
    margin-left: 19px;
}

.messagesHintBlock ul li {
    color: #666;
    line-height: 18px;
    list-style: disc;
    font-size: 12px;
}

/*.createNewMessageBox {*/
/*    width: 416px;*/
/*    padding: 15px;*/
/*     height: 555px; */
/*    background-color: #f7f7f7;*/
/*    margin-top: 13px;*/
/*}*/

/*.createNewMessageBox.short {*/
/*    height: 214px;*/
/*}*/

/*.createNewMessageBox label {*/
/*    position: relative;*/
/*    float: left;*/
/*    color: #999;*/
/*    font-size: 12px;*/
/*    text-indent: 12px;*/
/*}*/

/*.createNewMessageBox .input-small {*/
/*    height: 26px;*/
/*    width: 100%;*/
/*    margin-bottom: 12px;*/
/*}*/

/*.createNewMessageBox textarea {*/
/*    height: 140px !important;*/
/*    width: 100%;*/
/*    resize: none;*/
/*    margin-bottom: 20px;*/
/*}*/

/*#messageContentBox {*/
/*    position: relative;*/
/*    max-height: 550px;*/
/*    overflow-y: auto;*/
/*}*/

/*#messageContentBox .singleMessage {*/
/*    position: relative;*/
/*    width: 420px;*/
/*}*/

/*#messageContentBox .singleMessage .headline {*/
/*    position: relative;*/
/*    margin-top: 10px;*/
/*}*/

#messageContentBox .singleMessage .headline .left {
    width: 300px;
    position: relative;
    float: left;
}

#messageContentBox .singleMessage .headline .left span {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

#messageContentBox .singleMessage .headline .right {
    position: relative;
    float: right;
    text-align: right;
}

#messageContentBox .singleMessage .headline .right span {
    color: #c0c0c0;
    font-size: 12px;
}

/*#messageContentBox .singleMessage .singleMessageBody {*/
/*    margin-top: 15px;*/
/*    padding-left: 30px;*/
/*    position: relative;*/
/*    float: left;*/
/*    margin-bottom: 10px;*/
/*}*/

/*#messageContentBox .singleMessage .singleMessageBody p {*/
/*    font-size: 12px;*/
/*    color: #999;*/
/*    line-height: 15px;*/
/*    margin-bottom: 12px;*/
/*}*/

#messageContentBox .singleMessage .singleMessageBody ul {
    margin-bottom: 12px;
}

#messageContentBox .singleMessage .singleMessageBody ul li {
    font-size: 12px;
    color: #999;
    line-height: 15px;
}

/*#messageContentBox .singleMessage .singleMessageBody .attachments {*/
/*    margin-bottom: 0;*/
/*}*/

#messageContentBox .singleMessage .singleMessageBody .attachments li {
    margin-bottom: 12px;
}

/*#messageContentBox .singleMessage .singleMessageBody .attachments li a {*/
/*    color: #a0a0a0;*/
/*    font-size: 12px;*/
/*    padding-left: 30px;*/
/*    background: url(../images/stationery_white.png) no-repeat;*/
/*}*/

.chooseFileButton {
    #background: url(../images/stationery.png) 7px 7px no-repeat;
    height: 28px;
    line-height: 28px;
    position: relative;
    float: left;
    font-size: 14px;
    display: inline-block;
    width: 196px;
    text-align: center;
    text-decoration: none;
}

.chooseFileButton.attachDisable {
    cursor: not-allowed;
    color: #666;
    background-color: #e8e8e8;
}

.chooseFileButton.attachActive {
    cursor: pointer;
    color: #fff;
    background-color: #0acc33;
}

.chooseFileButton.attachDisable.complaintButton {
    background-color: #c8c8c8 !important;
}

/*.feedbackTitle {*/
/*    margin-top: 16px;*/
/*    font-size: 30px;*/
/*}*/

#chooseFileName {
    color: #666;
    font-size: 14px;
}

.sendMessageButton {
    background-color: #0acc33;
    position: relative;
    float: right;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 196px;
    text-align: center;
    text-decoration: none;
}

/*.loadMoreButtonContainer {*/
/*    width: 284px;*/
/*    text-align: center;*/
/*    padding-top: 11px;*/
/*}*/

/*#loadMessage,*/
/*#loadMoreMessage {*/
/*    font-size: 12px;*/
/*    color: #0099cc;*/
/*    padding-bottom: 12px;*/
/*    text-decoration: none;*/
/*}*/

/*.loadMoreButtonWrapper {*/
/*    background: url(../images/downArrowIcon.png) no-repeat center bottom;*/
/*    height: 25px;*/
/*}*/

/*.up {*/
/*    margin-top: -17px;*/
/*    margin-bottom: 9px;*/
/*}*/

/*.up .loadMoreButtonWrapper {*/
/*    background: url(../images/upArrowIcon.png) no-repeat center top;*/
/*    height: 25px;*/
/*}*/

/*#loadMoreMessage span {*/
/*    border-bottom: 1px dashed #0099cc;*/
/*}*/

/*#loadMessage span {*/
/*    border-bottom: 1px dashed #0099cc;*/
/*}*/

/*#loadMoreMessage:hover span {*/
/*    border-bottom: none;*/
/*}*/

.wideSeparator {
    width: 268px;
}

/* .realaccountInstructions {
    width: 1000px;
    height: 715px;
    overflow: hidden;
} */

.realaccountInstructions table {
    margin: 0 !important;
}

.realaccountInstructions table td,
.realaccountInstructions table th {
    padding: 3px;
    margin: 1px;
    font-family: Arial;
    font-size: 13px;
}

.realaccountInstructions table a {
    font-size: 13px;
}

/* .realaccountInstructions .confirmEmailTitle {
    height: 560px;
    overflow: auto;
} */

.noMessages {
    cursor: default;
    border-bottom: 0;
}

/*#tradeYear,*/
/*#tradeMonth {*/
/*    position: relative;*/
/*    float: left;*/
/*    width: 100px;*/
/*    height: 32px;*/
/*}*/

/*#tradeYear {*/
/*    margin-right: 20px;*/
/*}*/

.realaccountInstructions table.instructions-table {
    width: 940px !important;
    margin: 0 auto !important;
}

/*.instructions-table a {*/
/*    color: #00a1e1;*/
/*}*/

.instructions-table .instruction-sort {
    text-decoration: none;
    /* border-bottom: 1px dashed #00a1e1; */
}

/*.instructions-table tr td,*/
/*.instructions-table tr th {*/
/*    background-color: #f5f5f5;*/
/*    vertical-align: middle;*/
/*}*/

/* .instructions-table tr th {
    height: 30px;
    vertical-align: middle;
} */

#accountsList {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 10px;
    position: absolute;
    width: 269px;
    display: none;
    z-index: 1100;
}

#accountsList .listClose {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
    font-size: 15px;
    cursor: pointer;
}

#accountsList form {
    margin-bottom: 0;
}

#accountsList select {
    margin-bottom: 0;
}

#accountsList .okButton {
    width: 40px;
    height: 28px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #33cc33;
    text-decoration: none;
    margin-bottom: 2px;
    border: 0;
    cursor: pointer;
}

#complaintCause {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 10px;
    position: absolute;
    width: 269px;
    display: none;
    z-index: 1200;
}

#complaintCause .listClose {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
    font-size: 15px;
    cursor: pointer;
}

#complaintCause form {
    margin-bottom: 0;
}

#complaintCause select {
    margin-bottom: 0;
}

#complaintCause .okButton {
    width: 40px;
    height: 28px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #33cc33;
    text-decoration: none;
    margin-bottom: 2px;
    border: 0;
    cursor: pointer;
}

.complaintButton {
    width: 160px !important;
    height: 28px !important;
    margin-top: 10px;
}

/* Single Account Replenishment */
.singleReplenishment .leftSection {
    width: 600px;
}

#singleReplenishment {
    width: 746px;
    position: relative;
    margin: 0 auto;
    background-color: #f9f7f7;
    padding-bottom: 20px;
}

#singleReplenishment .head {
    height: 34px;
    line-height: 34px;
    background-color: #999999;
}

#singleReplenishment .head span {
    padding-left: 52px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#singleReplenishment .leftSide {
    width: 486px;
    position: relative;
    float: left;
}

#singleReplenishment .leftSide.bt {
    width: 460px;
}

#singleReplenishment .rightSide {
    position: relative;
    float: right;
    width: 205px;
    padding: 38px 0;
    margin-top: 10px;
    padding-right: 8px;
    padding-left: 8px;
    background: url(../images/replenishmentSingleBorder.png) repeat-y left top;
}

#singleReplenishment .rightSide .title {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    text-align: center;
}

#singleReplenishment .rightSide .phoneNumber {
    font-size: 21px;
    color: #666;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
}

#singleReplenishment .rightSide .info {
    font-size: 9px;
    color: #b3b3b3;
    line-height: 12px;
    margin: 35px 0 0 15px;
}

#singleReplenishment .rightSide a {
    font-size: 12px;
    color: #00a1e1;
    text-decoration: none;
    margin: 25px 0 0 53px;
    display: inline-block;
}

#singleReplenishment .rightSide a:hover {
    text-decoration: underline;
}

#singleReplenishment .leftSide {
    text-align: left;
    margin-left: 20px;;
    margin-top: 10px;
    padding-top: 20px;
}

#singleReplenishment .leftSide .bank-pics > label {
    margin-right: 20px;
}

#singleReplenishment .leftSide .bank-pics #bank > label {
    margin-right: 20px;
}

#singleReplenishment .leftSide .birthDaySelect {
    width: 50px;
    margin-bottom: 23px;
}

#singleReplenishment .leftSide .birthMonthSelect {
    width: 115px;
    margin-bottom: 23px;
}

#singleReplenishment .leftSide .birthYearSelect {
    width: 75px;
    margin-bottom: 23px;
}

#singleReplenishment .leftSide label {
    /*float: left;*/
    margin-left: 0;
    display: inline-block;
    padding-right: 18px;
    /*font-weight: bold;*/
    color: #5c5c5c;
    font-size: 12px;
}

#singleReplenishment .leftSide #labelHead {
    width: auto !important;
}

#singleReplenishment .leftSide label[for*="PaymentsDepositForm_card_type_"] {
    max-width: 50px;
    width: 100%;
    margin-left: 0px;
}

#singleReplenishment .leftSide .curspan {
    font-weight: bold;
    color: #5c5c5c;
    font-size: 12px;
}

#singleReplenishment .leftSide .longLabel {
    width: 125px;
}

#singleReplenishment .leftSide .wideLabel {
    width: 122px;
}

#singleReplenishment .leftSide .leftAlignedLabel {
    width: 120px;
    float: left;
    margin-left: 20px;
}

.leftAlignInput {
    float: left;
}

.shortFieldRow {
    width: 77px;
    position: relative;
    float: left;
}

.shortFieldRow input {
    width: 77px !important;
}

.shortFieldRow.firstField {
    margin-right: 20px;
}

.transferProblemMessage {
    text-align: left;
    font-size: 12px;
    display: inline-block;
    padding-left: 20px;
    line-height: 18px;
}

#singleReplenishment .leftSide .accountSelect {
    /*float: left;*/
    width: 266px;
    margin-bottom: 23px;
}

.leftAlignedLabel {
    float: left;
    padding-right: 0;
    margin-left: 10px;
}

.sumToCollect {
    margin-bottom: 0;
    float: left;
    vertical-align: bottom;
    margin-top: 8px;
    margin-left: 9px;
}

#singleReplenishment .head.longHeadlineBlock span {
    padding-left: 52px;
}

#singleReplenishment .leftSide .replenishmentInput {
    /*float: left;*/
    width: 178px;
    margin-right: 9px;
    height: 26px;
    border: 1px solid #BBB;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

#singleReplenishment .leftSide .replenishmentInput.noRightMarginInput {
    margin-right: 0;
}

#singleReplenishment .leftSide .currencyType {
    /*float: left;*/
    width: 90px;
    margin-bottom: 25px;
}

#singleReplenishment .leftSide .replenishmentInput.amountInputs {
    vertical-align: top;
    margin: 4px 0 18px 0;
}

#payment-form {
    margin-bottom: 0;
}

#payment-form[action="/payments/depositecorepay"] label[for="PaymentsDepositForm_card_type"] {
    width: 155px;
    padding-top: 0px;
    vertical-align: text-bottom;
}

#singleReplenishment .leftSide #payment-form[action="/payments/depositpaytoday"] .accountSelect {
    width: 277px;
}

#payment-form[action="/payments/depositpaytoday"] input[id="_submit"] {
    float: right;
}

#payment-form[action="/payments/depositpaytoday"] .blueHint.redNotice {
    float: right;
}

#bank label img {
    vertical-align: middle;
}

.bank-pics {
    margin-bottom: 40px;
}

.bank-pics .title {
    font-size: 16px;
    color: #666;
    font-weight: bold;
}


#singleReplenishment .leftSide .bank-pics img,
#singleReplenishment .leftSide .bank-pics input {
    vertical-align: middle;

}

#singleReplenishment .leftSide .bank-pics label {
    padding-right: 0;
}

#singleReplenishment .leftSide .bank-pics > div {
    padding-left: 18px;
}

.leftSide .error .multyLineError.payret-err {
    display: inline-block;
}


.margin20 {
    margin-bottom: 20px !important;
}

.modalWindow .bigGreenButton,
#singleReplenishment .leftSide .bigGreenButton {
    /*padding: 0 40px;*/
    height: 30px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    background-color: #33cc33;
    float: none;
    margin-top: 10px;
    /*width: auto;*/
    width: 100%;
    max-width: 175px;
    border: none;
    cursor: pointer;
}

#singleReplenishment .leftSide .bigGreenButton {
    max-width: none;
    margin: 0 auto;
    display: inline-block;
    padding: 0 40px;
    width: auto;
}

.modalWindow .bigGreenButton {
    margin-right: 0;
}

.modalWindow .bigGreenButton.gray2,
#singleReplenishment .leftSide .bigGreenButton.gray2 {
    background-color: #999;
}

.accountsTableContainer .textBlock.semiTransparentText {
    border-top: 0;
    color: #959595;
    font-size: 12px;
    line-height: 16px;
}

/* Withdrawal */
.withdrawalHint {
    font-size: 12px;
    color: #999;
    padding-left: 138px;
    text-align: left;
    float: left;
    margin-bottom: 20px;
    line-height: 14px;
}

.withdrawalHint.bankWithdrawalHint {
    padding-left: 142px;
}

.withdrawalHint.russiaBankWithdrawalHint {
    padding-left: 138px;
}

.withdrawalHint.secureIdHint {
    /*margin-top: -40px;*/
}

.withdrawalHint.withdrawaRules {
    width: 496px;
}

#singleReplenishment .leftSide.withdrawal {
    text-align: left;
    width: 436px;
    margin-left: 40px;
}

#singleReplenishment .leftSide.withdrawal label {
    width: 129px;
    padding-top: 0;
}

#singleReplenishment .leftSide .smsCodeInputWrap > label {
    margin-left: 0;
    width: 180px !important;
}


.noBottomMargin {
    margin-bottom: 0 !important;
}

.blueHint {
    font-size: 12px;
    color: #0099cc;
    margin-bottom: 20px;
    display: inline-block;
}

#singleReplenishment .rightSide.withdrawal {
    padding-bottom: 14px;
    padding-top: 14px;
}

#singleReplenishment.singleWithdrawal {
    padding-bottom: 10px;
}

#singleReplenishment.singleWithdrawal .head span {
    padding-left: 50px;
}

#singleReplenishment .leftSide .fullWidthInput {
    width: 266px;
    margin-bottom: 23px;
}

#singleReplenishment.singleWithdrawal.additionalBlock .head {
    background-color: #fff;
}

#singleReplenishment.singleWithdrawal.additionalBlock .head span {
    color: #666;
}

#singleReplenishment.singleWithdrawal textarea {
    width: 268px;
    height: 115px;
    resize: none;
}

.vertAlignTop {
    vertical-align: top;
}

#singleReplenishment .leftSide.withdrawal .radioLabel {
    width: auto !important;
    font-weight: normal;
}

#singleReplenishment .leftSide.withdrawal .radioButton {
    margin-right: 22px;
    vertical-align: middle;
}

#singleReplenishment .leftSide.withdrawal.fullWidth {
    width: auto;
}

#singleReplenishment .leftSide.withdrawal .bigGreenButton {
    min-width: 175px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
    margin-left: 211px;
    margin-top: 10px;
    float: left;
}

#singleReplenishment .leftSide.withdrawal .bigGreenButton.gray2 {
    background-color: #999;
}

.withdrawalHint.largeHint {
    font-size: 13px;
    line-height: 15px;
    padding-left: 15px;
    margin-top: 25px;
    max-width: 486px;
}

.withdrawalHint.mediumHint {
    width: 435px;
    font-size: 13px;
    line-height: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.redNotice {
    color: #e41e26;
}

#singleReplenishment .leftSide .smallInput {
    /*width: 80px;
margin-bottom: 23px;*/
    /*width:90% !important; */
    width: 175px !important;
    margin-right: 0 !important;
}

#singleReplenishment .leftSide.withdrawal .autoWidth {
    width: auto !important;
    margin-left: 7px;
}

#singleReplenishment .leftSide.withdrawal .bigGreenButton.getDataButton {
    text-transform: none;
    margin: 15px 0 0 151px;
}

#singleReplenishment .leftSide.withdrawal .bigGreenButton.getDataButton.gray2 {
    background-color: #999;
}

.smsCodeInputWrap {
    float: none;
    display: block;
    vertical-align: bottom;
    /* width: 100px; */
    /*margin-bottom: 15px;*/
}

.smsCodeInputWrap > label {
    margin-left: 0;
    width: 180px;
}

.smsCodeInputWrap > input {
    margin-bottom: 0;
}

.paddedRadioButtons {
    /*padding-left: 155px;*/
    padding-left: 0;
}

.importantNoticeWithdrawal {
    color: #666;
    font-size: 12px;
    line-height: 14px;
    width: 440px;
    text-align: left;
    margin-top: 10px;
}

.largeModalWindow {
    /* width: 575px; */
    text-align: center;
}

/* .xlModalWindow {
width: 630px;
} */

.withdrawalDataTable {
    position: relative;
    display: inline-block;
    table-layout: fixed;
    width: 405px;
    margin: 15px auto;
    margin-left: 0 !important;
}

.withdrawalDataTable .leftColumn {
    /*width: 165px;*/
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.withdrawalDataTable .rightColumn {
    width: 240px;
    text-align: left;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
}

.withdrawalDataTable tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.withdrawalDataTable tr td a {
    color: #00A1E1;
    text-decoration: none;
    border-bottom: 1px dashed #00A1E1;
}

.withdrawalDataTable tr td a:hover {
    border-bottom: none;
}

.withdrawalDataTable tr td input {
    width: 125px;
    height: 24px;
    margin-right: 22px;
}

.withdrawalDataTable tr td .bigGreenButton {
    border-bottom: 0;
    color: #fff;
    max-width: 200px;
    font-size: 14px;
}

.withdrawalDataTable tr td .bigGreenButton.returnButton {
    background-color: #d2d2d2;
    width: auto;
    font-weight: normal;
    padding: 0 10px;
    color: #666;
}

.withdrawalRequestResultBlock {
    width: 385px;
    font-size: 12px;
    color: #666;
    padding-left: 105px;
    margin-top: 50px;
}

.withdrawalRequestResultBlock p {
    line-height: 16px;
    margin-bottom: 18px;
}

.withdrawalRequestResultBlock h3 {
    margin-bottom: 20px;
}

.actionsModal {
    text-align: center;
    width: 635px;
}

.actionsModal .modalMiddle .head span {
    width: 100%;
    text-align: center;
    margin-left: 0;
    color: #666;
    font-weight: bold;
    font-size: 14px;
}

.actionsModal .actionsTable {
    table-layout: fixed;
    width: 592px;
    display: inline-block;
    margin: 35px auto 20px auto;
}

.actionsModal .actionsTable thead tr th {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
    vertical-align: bottom;
}

.actionsModal .actionsTable tr td {
    color: #666;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 5px 10px;
}

#bonusInfoWindow .actionsTable {
    width: auto;
}

.actionInfoBlock {
}

.actionInfoBlock .bonusWithdrawalStatus {
    font-size: 13px;
    color: #666;
    font-weight: bold;
    margin-bottom: 10px;
}

.actionInfoBlock .bonusWithdrawalStatus .allowed {
    color: #39c538;
}

.actionInfoBlock .bonusWithdrawalStatus .denied {
    color: #e41e26;
}

.actionInfoBlock .bonusTime {
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
}

.textBlockContainer.wideBlock {
    width: 254px;
}

.newsBlock {
    /* border-top: 3px solid #d2d2d2; */
    width: auto;
    height: 77px;
    margin: 0 auto;
    /* margin-top: 7px; */
    margin: 5px 0 0 104px;
    padding-right: 10px;
}

.newsBlock .newsTable {
    width: 445px;
    margin-top: 3px;
}

.newsBlock .newsTable .dateCell {
    width: 60px;
    /* padding-left: 15px; */
}

.newsBlock .newsTable .dateCell a {
    color: #00a1e1;
    text-decoration: none;
    font-size: 12px;
}

.newsBlock .newsTable .dateCell a:hover {
    text-decoration: underline;
}

.newsBlock .newsTable tr td {
    font-size: 12px;
    color: #4d4d4f;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
}

.newsBlock .newsTable tr td a {
    color: #4d4d4f;
    font-size: 12px;
    text-decoration: none;
}

.newsBlock .newsTable tr td a:hover {
    text-decoration: underline;
}

.newsBlock .showAllLink {
    position: relative;
    float: right;
    color: #00a1e1;
    font-size: 12px;
}

.newsBlock .showAllLink:hover {
    text-decoration: none;
}

/*div.error input,*/
/*div.error select,*/
/*div.error span.niceCheck,*/
/*div.error textarea {*/
/*    background-color: #f4c7cd;*/
/*    border: 1px solid #fa0527;*/
/*}*/

div.error span.niceCheck {
    padding: 5px 3px 0px 3px;
}

.formErrorMessage {
    font-size: 12px;
    color: #fa0527;
    margin-bottom: 10px;
    display: none;
    line-height: 14px;
}

.bonusSectionLink {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
}

.bonusDisabled,
.actionExpiryDate {
    color: red;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
    display: inline-block;
}

.bonusCheckBox {
    margin-bottom: 9px !important;
}

/* IB section */
/* .accountInfoLeft .ibInfoTable tr td {
    font-size: 12px;
    height: auto;
    padding-bottom: 10px;
}
 */
/* .accountInfoLeft .ibInfoTable tr td:first-child {
    text-align: right;
    padding-right: 40px;
} */

.accountInfoLeft .ibInfoTable .changeDataTable tr td {
    padding-bottom: 0;
}

.accountInfoLeft .ibInfoTable .changeDataTable tr td:first-child {
    padding-right: 0;
    text-align: left;
}

/*.accountInfoRight .ibAccountDataTable tr td {*/
/*    font-size: 12px;*/
/*}*/

/*.accountInfoRight .ibAccountDataTable tr td .green {*/
/*    color: #33cc33;*/
/*}*/

/* .downArrowBlock {
    background: url(../images/arrowedSeparator.png) no-repeat top left;
    margin-top: 2px;
}
 */
/*.ibContainerBlock {*/
/*    padding: 0 !important;*/
/*    margin-bottom: 20px !important;*/
/*}*/

/*#statisticBlock {*/
/*    margin-bottom: 0px !important;*/
/*}*/

/* .ibContainerBlock input {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
} */

.ibCenterBlock {
    /* width: 435px; */
    /* margin: 0 auto; */
    /* padding-top: 20px; */
}

/*.ibCenterBlock h3 {*/
/*    color: #666;*/
/*    font-size: 18px;*/
/*}*/

.ibCenterBlock .pammAgentsNamesWrapper {
    margin-top: 28px;
}

/* .ibCenterBlock form .searchField {
    width: 250px;
    height: 22px;
    border: 1px solid #bebebe;
    padding-left: 10px;
    font-size: 13px;
    color: #ccc;
    position: relative;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
} */

/* .ibCenterBlock form .searchButton {
    width: 135px;
    text-align: center;
    padding: 4px 0;
    color: #666;
    display: block;
    font-size: 14px;
    text-decoration: none;
    background-color: #E5E5E5;
    position: relative;
    float: left;
    margin-left: 25px;
} */

/* .niceCheck.ib {
    width: 12px;
    height: 12px;
    display: block;
    cursor: pointer;
    background: url(../images/checkbox_ico.png) no-repeat;
    float: left;
    margin-right: 6px;
    margin-top: 3px;
} */

/* .niceCheck.ib.active {
    background-position: 0 -18px;
}

.niceCheck.ib input {
    display: none;
} */

/* .ibCenterBlock form label {
    color: #999;
    display: inline-block;
} */

.table-bordered.accountsPageTable.ibAccountsTable {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

/* .table-bordered.accountsPageTable.ibAccountsTable thead tr th {
    color: #666;
    font-size: 14px;
    text-align: center;
} */

/* .table-bordered.accountsPageTable.ibAccountsTable tbody tr td {
    color: #666;
    font-size: 13px;
    text-align: center;
}

.table-bordered.accountsPageTable.ibAccountsTable tbody tr td:fist-child {
    text-align: left;
}

.table-bordered.accountsPageTable.ibAccountsTable tbody tr td .accountType {
    color: #666;
    border-bottom: 1px dashed #666;
    margin-left: 15px;
    max-width: 140px;
} */

.table-bordered.accountsPageTable.subIbAccountsTable tbody tr td .accountType {
    border: none;
}

.table-bordered.accountsPageTable.subIbAccountsTable tbody tr td {
    cursor: inherit;
}

.ipTable {
    /* max-width: 330px; */
}

.ipTable label {
    display: inline-block;
    width: 12px;
}

.ipTable input {
    /* margin-left: 5px !important; */
}

.ibFirstCell {
    width: 130px;
}

/* .ibAccountsDetailsTable {
    width: 710px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    margin-bottom: 0 !important;
} */

/* .ibAccountsDetailsTable tr td {
    border: 1px solid #ededed;
    height: 26px;
    vertical-align: middle;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 12px !important;
    color: #999 !important;
}

.ibAccountsDetailsTable thead tr th {
    background-color: #fff !important;
    font-size: 13px !important;
    background: url(../images/ibDetailsTableSeparator.png) no-repeat left center;
} */

.ibAccountsTable .hiddenRow td {
    border-left: 0 !important;
    border-right: 0 !important;
}

/* .ibAccountsTable .dataRow td:last-child,
.ibAccountsTable .dataRow th:last-child {
    border-right: 1px solid #ccc;
} */

.ibAccountsTable .toggleRow {
    display: none;
}

/* .accountsBlock {
    width: 592px;
    position: relative;
    float: right;
} */

/* .ibAccountsHintBlock {
    width: 100%;
    margin-left: 10px;
} */

/* .accountsBlock .hint {
    position: relative;
    float: left;
    font-size: 13px;
    margin-right: 30px;
    background-color: #fff;
}
 */
/* .ibAccountsHintBlock .hint {
    margin: 8px 0;
    float: none;
} */

/* .accountsBlock .hint.green {
    color: #cfcfcf;
} */

.ibAccountsHintBlock .bold-text,
.ibAccountsHintBlock .hint.bold-text {
    color: #888;
}

.accountsBlock .hint.gray {
    color: #a1dcae;
}

/* .accountsBlock .upIBList {
    color: #ccc;
    font-size: 13px;
    background: url(../images/grayUpArrow.png) no-repeat right center;
    padding-right: 18px;
    float: right;
    position: relative;
    text-decoration: none;
}
 */
/* .accountsBlock .showAll {
    color: #000;
    font-size: 13px;
    padding-right: 18px;
    float: right;
    position: relative;
    text-decoration: none;
} */

/* .accountsBlock .showAll span {
    border-bottom: 1px dashed #000;
} */

/* .accountsBlock .upIBList span {
    border-bottom: 1px dashed #CCC;
}
 */
/* .accountsBlock .showAll:hover span,
.accountsBlock .upIBList:hover span {
    border-bottom: 0;
} */

.table-bordered.accountsPageTable.ibAccountsTable thead:last-child tr:last-child th:last-child,
.table-bordered.accountsPageTable.ibAccountsTable tbody:last-child tr:last-child td:last-child {
    border-radius: 0;
}

.table-bordered.accountsPageTable.ibAccountsTable thead:last-child tr:last-child th:first-child,
.table-bordered.accountsPageTable.ibAccountsTable tbody:last-child tr:last-child td:first-child {
    border-radius: 0;
}

/* .ibGrayButton {
    min-width: 135px;
    text-align: center;
    padding: 4px 10px;
    color: #666;
    display: block;
    font-size: 14px;
    text-decoration: none;
    background-color: #E5E5E5;
    position: relative;
    float: left;
    margin: 20px 35px 0 17px;
} */

.ibGreenButton {
    min-width: 135px;
    text-align: center;
    padding: 4px 10px;
    color: #fff;
    display: block;
    font-size: 14px;
    text-decoration: none;
    background-color: #33cc33;
    position: relative;
    /*float: left;*/
    margin: 20px 35px 0 17px;
}

.withSeparator {
    background: url(../images/arrowedSeparator.png) no-repeat bottom left;
    padding-bottom: 15px;
}

.ibCenterBlock.wideIBBlock {
    /* float: right; */
    /* width: 645px; */
}

/*.ibReportsLeftBlock {*/
/*    position: relative;*/
/*    float: left;*/
/*    width: 190px;*/
/*    margin-left: 17px;*/
/*    margin-top: 5px;*/
/*}*/

/*.ibReportsRightBlock {*/
/*    position: relative;*/
/*     float: left; */
/*     width: 190px; */
/*     margin-top: 5px; */
/*}*/

/*.ibReportsSearch {*/
/*    margin-top: 10px;*/
/*}*/

/*.ibReportsLeftBlock input,*/
/*.ibReportsRightBlock input {*/
/*    position: relative;*/
/*    float: left;*/
/*    margin-right: 4px !important;*/
/*}*/

/*.ibReportsLeftBlock label,*/
/*.ibReportsRightBlock label {*/
/*    position: relative;*/
/*    float: left;*/
/*    font-size: 12px;*/
/*    color: #666;*/
/*}*/

.dashedLink.arrowLink {
    text-decoration: none;
    background: url(../images/tableOpeningIndicator.png) no-repeat 0 4px;
    padding-left: 14px;
    font-size: 12px;
}

.dashedLink.arrowLink span {
    border-bottom: 1px dashed #00A1E1;
}

.dashedLink.arrowLink:hover span {
    border-bottom: 0;
}

/*.ibTimeFrameInput {*/
/*    width: 130px;*/
/*    padding-left: 10px;*/
/*    height: 23px !important;*/
/*    margin-top: 15px;*/
/*    margin-bottom: 0 !important;*/
/*}*/

/*.reportFieldHint {*/
/*    position: relative;*/
/*    float: left;*/
/*    font-size: 11px;*/
/*    color: #666;*/
/*    margin-top: 5px;*/
/*}*/

/*.shortButton {*/
/*    margin-right: 0;*/
/*    font-size: 13px;*/
/*}*/

/* .dashedLink.arrowLinkToggler {
    text-decoration: none;
    background: url(../images/tableOpeningIndicator.png) no-repeat 0 4px;
    padding-left: 14px;
    font-size: 13px;
    margin-top: 15px;
} */

/* .requestsWrapper {
    margin: 15px 0;
}

.dashedLink.arrowLinkToggler span {
    border-bottom: 1px dashed #00A1E1;
}

.dashedLink.arrowLinkToggler:hover span {
    border-bottom: 0;
}

.dashedLink.arrowLinkToggler.active span {
    border-bottom: 0;
} */

/* .reportAmount {
    font-size: 13px;
    color: #fefefe;
    background-color: #00a1e1;
    padding: 1px 2px;
    letter-spacing: 2px;
    margin-left: 15px;
    vertical-align: middle;
} */

.marginedToggler {
    margin-left: 50px;
}

.periodContainer {
    font-size: 12px;
}

.addSiteToggler {
    background: url(../images/accountActionsBullet.png) no-repeat 0 4px !important;
    margin-bottom: 15px;
    display: inline-block;
}

#ibSitesList {
    position: relative;
    margin-top: 10px;
    padding-left: 15px;
    display: none;
}

#ibSitesList ul {
}

#ibSitesList ul li {
    display: inline;
    position: relative;
    float: left;
    font-size: 13px;
    color: #666;
    margin-left: 15px;
    line-height: 20px;
}

.accountRequests.open,
.ibAccountSitesListToggler.open {
    background-position: 0 -31px;
}

.ibAccountSitesListToggler.open span {
    border-bottom: 0;
}

.periodsBlock {
    position: relative;
    margin-top: 30px;
}

.periodsBlock h4 {
    font-size: 14px;
    color: #666;
}

.periodsBlock .switcherBlock {
    position: relative;
    background: url(../images/arrowedSeparator.png) no-repeat left bottom;
    padding-bottom: 30px;
}

.switcherBlock.id ul li a,
.switcherBlock.de ul li a {
    margin-right: 15px;
    padding-left: 11px;
}

.switcherBlock ul {
    position: relative;
    margin-top: 10px;
}

.switcherBlock ul li {
    position: relative;
    float: left;
    display: inline;
}

.switcherBlock ul li a {
    text-decoration: none;
    background: url(../images/tableOpeningIndicator.png) no-repeat 0 8px;
    padding-left: 14px;
    font-size: 13px;
    margin-top: 15px;
    text-decoration: none;
    color: #00A1E1;
    margin-right: 20px;
}

.switcherBlock ul li a span {
    border-bottom: 1px dashed #00A1E1;
}

.switcherBlock ul li a.active span,
.switcherBlock ul li a:hover span {
    border-bottom: 0;
}

.switcherBlock ul li a.active {
    background-position: 0 -27px;
}

.periodsBlock .periodBlock {
    width: 235px;
    position: relative;
    float: left;
    font-size: 13px;
    color: #666;
    margin: 15px 0 0 15px;
}

.periodsBlock span {
    vertical-align: middle;
}

.periodsBlock .reportAmount {
    margin-left: 5px;
    letter-spacing: 0;
}

.periodsBlock .reportAmount.red {
    background-color: #e41e26;
}

.ibSettingsModal {
    width: 525px;
    position: relative;
    text-align: left;
    right: 0;
}

.ibSettingsModal .modalMiddle .head span {
    max-width: 700px;
    margin-left: 0;
    color: #666;
    font-weight: bold;
    font-size: 14px;
    margin-left: 50px;
    text-align: left;
}

/* .settingsBlock {
padding: 22px 30px 0 30px;
} */

.settingsBlock label {
    position: relative;
    float: left;
    font-size: 12px;
    color: #666;
}

/* .settingsBlock p {
font-size: 12px;
color: #999;
line-height: 15px;
padding-left: 20px;
margin-bottom: 20px;
} */

/* .settingsBlock a {
    width: auto !important;
    font-size: 13px !important;
    color: #00a1e1 !important;
    text-decoration: underline !important;
    display: inline;
    padding: 0 !important;
}
 */
.settingsBlock a:hover {
    /*background: none !important;*/
    text-decoration: none !important;
}

.settingsBlock .niceRadio {
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(../images/whiteRadio.png) no-repeat 0 0;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    position: relative;
    float: left;
    margin-right: 7px;
    margin-top: 3px;
}

.settingsBlock .radioChecked {
    background-position: 0 -24px;
}

.settingsBlock .niceRadio input {
    margin-left: -100px;
}

.centeredButton {
    width: 100% !important;
    max-width: 175px;
    height: 30px;
    font-size: 14px;
    color: #fff3f3;
    display: block;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    background-color: #33cc33;
    border: none;
    margin: 0 auto;
    cursor: pointer;
}

.ibSettingsModalsWrapper {
}

.ibNotificationsSettingsModal {
    /* width: 460px; */
    position: relative;
    text-align: left;
    right: 0;
    margin-top: 60px;
}

.ibNotificationsSettingsModal .modalMiddle .head span {
    width: 410px;
    margin-left: 0;
    color: #666;
    font-weight: bold;
    font-size: 14px;
    margin-left: 50px;
    text-align: left;
}

.ibNotificationsSettingsModal .modalMiddle h4 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

/* .notificationsWrapper {
    padding-left: 20px;
    margin-bottom: 20px;
} */

/* .notificationsWrapper .niceCheck {
    width: 12px;
    height: 13px;
    display: block;
    cursor: pointer;
    background: url(../images/checkbox_ico.png) no-repeat;
    float: left;
    margin-right: 11px;
    margin-top: 3px;
} */

/* .notificationsWrapper .niceCheck.active {
    background-position: 0 -18px;
} */

.notificationsWrapper .niceCheck input {
    display: none;
}

.notificationsWrapper label {
    color: #999;
    font-size: 12px;
    position: relative;
    float: none;
    width: 356px;
}

.ibCommissionCalculationModal {
    width: 750px;
    text-align: left;
}

.ibCommissionCalculationModal .modalMiddle .head span {
    width: 700px;
    margin-left: 0;
    color: #666;
    font-weight: bold;
    font-size: 14px;
    margin-left: 50px;
    text-align: left;
}

.formulaBlocks {
    padding: 22px 30px 0 30px;
}

.formulaBlock {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
}

.formulaBlock.first {
    border-top: 0;
}

.formulaBlock.last {
    border-bottom: 0;
}

.formulaBlock h4 {
    font-size: 13px;
    font-weight: bold;
    color: #666;
    /*margin: 20px 0 20px 30px;*/
    margin: 20px 0;
}

.formulaBlock .leftSide {
    width: 457px;
    position: relative;
    float: left;
    font-size: 13px;
    color: #666;
    line-height: 16px;
}

.formulaBlock .rightSide {
    width: 210px;
    position: relative;
    float: left;
    padding-top: 20px;
    font-size: 13px;
    color: #666;
    line-height: 16px;
}

.subIbBlocks .formulaBlock .leftSide {
    width: 360px;
    padding-top: 20px;
}

.subIbBlocks .formulaBlock .rightSide {
    width: 300px;
    padding-top: 20px;
}

.subIbBlocks .formulaBlock h4 {
    margin: 0 0 20px 0;
}

.formulaBlock .rightSide p,
.formulaBlock .rightSide p {
    margin-bottom: 20px;
}

.addIBSiteModal {
    position: absolute;
    display: none;
}

.addIBSiteModal input {
    height: 28px !important;
    width: 220px;
}

.addSiteWrapper {
    position: relative;
}

.blueSpan {
    color: #00a1e1;
    background: url(../images/tableOpeningIndicator.png) no-repeat 0 -30px;
    padding-left: 17px;
    font-size: 12px;
    float: left;
}

.referralBlock {
    position: relative;
    margin-top: 20px;
}

.referralLinks {
    position: relative;
    margin: 5px 0 0 17px;
}

.referralLinks li {
    font-size: 12px;
    line-height: 18px;
}

.ibreferralInformation {
    margin-left: 150px;
}

.certificateTitle {
    font-size: 12px;
    color: #666;
    margin: 35px 0 0 17px;
    display: inline-block;
}

.ibInformationModal {
}

.contentlinks,
.contentLinks {
    margin-top: 10px;
}

.contentlinks li,
.contentLinks li {
}

.contentlinks li a,
.contentLinks li a {
    text-decoration: none;
    background: url(../images/tableOpeningIndicator.png) no-repeat 0 4px;
    padding-left: 14px;
    font-size: 13px;
    margin-top: 15px;
    color: #00A1E1;
    text-decoration: underline;
    line-height: 25px;
}

.contentlinks li a:hover,
.contentLinks li a:hover {
    text-decoration: none;
}

.contentlinks li .dashedLink,
.contentLinks li .dashedLink {
    text-decoration: none;
}

.youTubeChannelWrapper {
    position: relative;
}

.youTubeChannelModal {
    display: none;
    position: absolute;
    margin-top: 0;
    left: -30px;
    right: auto;
}

/* .widgetCodeBlock {
    width: 100%;
    height: 80px;
    resize: none;
    margin-top: 20px;
}
 */
.horizontalLinks li {
    display: inline;
    float: left;
    width: 265px;
}

.horizontalLinks li .open {
    background-position: 0 -30px;
}

.horizontalLinks li .open span {
    border-bottom: 0;
}

/*
.currencyQuotesSettingsModal {
    display: none;
    position: absolute;
    margin-top: 0;
    left: -30px;
    right: auto;
}
 */
/* .currencySelect {
    position: absolute;
    left: 0;
    top: 0;
    width: 121px;
    border: 1px solid #b9b9b9;
    font-size: 12px;
    line-height: 30px;
    background-color: #e5e5e5;
    cursor: pointer;
    z-index: 100;
}
 */
/* .currencySelect .selectOptions label {
    display: inline-block;
    width: 120px;
} */

/* .currencySelect .selectOptions input {
    position: relative;
    float: left;
    margin-right: 5px;
}
 */
/* .currencySelect .selectOptions {
    display: none;
} */

/* .currencySelect .selectOptions .scroller {
    background-color: #e5e5e5;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0 0 10px;
} */

.currencySelect .title {
    padding-left: 10px;
    width: 104px;
    display: inline-block;
    background: url(../images/downGrayArrow.png) no-repeat right center;
}

.widgetSettingsContainer {
    position: relative;
}

.informerCodeTitle {
    /* margin: 37px 0 0 41px; */
    position: relative;
    float: left;
}

/* .currencySelect .okButton {
    width: 30px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #33cc33;
    border: 0;
    margin: 5px 0 5px 10px;
} */

.noTopPadding {
    padding-top: 0;
}

.copyToBuffer {
    min-width: 135px;
    text-align: center;
    padding: 0 30px;
    color: #666;
    display: block;
    font-size: 14px;
    text-decoration: none;
    background: none #ccc;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    height: 25px;
    margin-top: 10px;
}

/* .widgetWrapper {
    position: relative;
    margin: 19px 0 0 9px;
    display: none;
} */

/* .widgetWrapper.wideWrapper {
    margin-left: -10px;
} */

/* .widgetWrapper a {
    padding-left: 0 !important;
    background: none !important;
    margin-top: 0 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 11px !important;
    color: #A11D21 !important;
} */

.arrowSeparatorBlock {
    background: url(../images/arrowedSeparator.png) no-repeat bottom left;
    height: 15px;
    margin-top: 15px;
}

.shortOptionLink {
    margin-right: 100px !important;
}

.middleOptionLink {
    margin-right: 133px !important;
}

/* #bannerLanguages,
#prMaterialsLanguages,
.ibContainerBlock .pagination {
    position: relative;
    margin: 20px 0 0 15px;
} */

#bannerLanguages li,
#prMaterialsLanguages li,
.ibContainerBlock .pagination li {
    /*display: inline;*/
    /* float: left; */
    /*margin-right: 22px;*/
}

/*#bannerLanguages li a,*/
/*#prMaterialsLanguages li a,*/
/*.ibContainerBlock .pagination li a {*/
/*    color: #00a1e1;*/
/*    font-size: 13px;*/
/*    padding: 2px 3px;*/
/*    text-decoration: none;*/
/*}*/

/*#bannerLanguages li .active,*/
/*#prMaterialsLanguages li .active,*/
/*.ibContainerBlock .pagination li .active {*/
/*    background-color: #00a1e1;*/
/*    color: #fff;*/
/*}*/

/*.ibContainerBlock .pagination li {*/
/*    margin-right: 16px;*/
/*}*/

/*.ibContainerBlock .pagination li a {*/
/*    padding: 2px 6px;*/
/*}*/

/*#pagination.ibCenterBlock {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

.banners {
    display: none;
}

/* .bannersBlock p {
    font-size: 13px;
    color: #666;
    line-height: 18px;
    padding-left: 17px;
    margin-top: 10px;
} */

.bannerPerLanguage,
.prMaterialLanguageBlock {
    margin-top: 20px;
}

.bannerPerLanguage .dashedLink,
.prMaterialLanguageBlock .dashedLink {
    background: url(../images/tableOpeningIndicator.png) no-repeat 0 4px;
    padding-left: 14px;
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
    color: #00A1E1;
}

.bannerPerLanguage .dashedLink.open,
.prMaterialLanguageBlock .dashedLink.open {
    background-position: 0 -30px;
}

.bannerCode {
    width: 100%;
    margin-top: 20px;
}

.bannerCodes {
    margin-top: 20px;
    display: none;
}

.bannerPerLanguage#ru {
    display: block;
}

.bannerTogglerLink.open span {
    border-bottom: 0;
}

.bannerPerLanguage .bannerBlock {
    text-align: center;
}

.bannerPerLanguage .bannerBlock textarea {
    width: 100%;
    box-sizing: border-box;
    height: 100px;
}

/*.ibContainerBlock .filters {*/
/*    float: right;*/
/*    margin-top: 10px;*/
/*    width: 577px;*/
/*}*/

.ibContainerBlock .filters select {
    /* width: 140px; */
    /* margin-top: 10px; */
}

.prMaterialLanguageBlock#prRu {
    display: block;
}

.materialsList {
    display: none;
    margin: 10px 0 0 14px;
}

.materialsList li {
    font-size: 13px;
    color: #666;
    line-height: 20px;
}

.bonusHintText {
    color: #666;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
    display: inline-block;
}

.bonusInfoText {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: left;
}

.noleftMarginLabel {
    margin-left: 0px !important;
}

.withdrawalHint.sumHintLabel {
    padding-left: 138px;
}

.singleWithdrawal .leftSide .accountSelect {
    width: 276px !important;
}

.singleWithdrawal .leftSide.withdrawal label {
    width: 115px !important;
}

.smallGreenButton {
    width: 118px;
}

.smallGreenButton.openAccountButton {
    width: 68px;
    height: 11px;
    padding: 2px;
    float: right;
    font-size: 0.8em;
}

.withdrawalDataTable tr td .smsInput {
    width: 98px;
    height: 30px;
    margin-right: 22px;
    float: left;
    padding: 0;
}

.confirmSMSButton {
    float: right;
    min-width: 220px;
    font-size: 16px !important;
}

.editDataTable #secondaryRequestHint {
    text-align: left;
}

#secondaryRequestHint {
    color: #333;
    font-size: 11px;
    display: none;
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 2px;
    line-height: 14px;
    font-weight: normal;
    text-align: center;
}

.middleAlign {
    vertical-align: middle;
    padding-top: 0 !important;
}

.noRightMargin {
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.noLeftMargin {
    margin-left: 0 !important;
}

.singleWithdrawal.replenishmentNotice .leftSide.withdrawal label {
    width: 132px !important;
}

#singleReplenishment.replenishmentNotice .leftSide .smallInput {
    width: 75px !important;
    margin-left: 4px;
}

#singleReplenishment.replenishmentNotice .leftSide.withdrawal .bigGreenButton.getDataButton {
    margin-bottom: 20px;
}

#singleReplenishment.bankWithdrawal .leftSide.withdrawal .bigGreenButton.getDataButton {
    margin: 15px 10px 15px 0;
}


.middleAlignedField {
    vertical-align: top;
    margin-top: 8px;
}

/* Analytics */

.analyticsFilterWrapper {
    position: relative;
    float: right;
    margin-top: 16px;
}

.analyticsFilterWrapper .filter {
    position: relative;
    float: right;
    margin-top: 15px;
}

.analyticsFilterWrapper .filter a {
    color: #0099cc;
    font-size: 12px;
    text-decoration: none;
    background: url(../images/tableOpeningIndicator.png) no-repeat 0 4px;
    padding-left: 14px;
}

.analyticsFilterWrapper .filter a.open {
    background-position: left -29px;
}

.analyticsFilterWrapper .filter a span {
    border-bottom: 1px dashed #0099cc;
}

.analyticsFilterWrapper .filter a:hover span {
    border-bottom: none;
}

#analyticsFilter {
    position: absolute;
    top: 28px;
    right: 0;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    padding: 6px 0 8px 0;
    display: none;
    z-index: 100;
}

#analyticsFilter ul {
    position: relative;
    float: right;
}

#analyticsFilter ul li {
    font-size: 11px;
    color: #666;
    display: inline-block;
    width: 140px;
    padding: 2px 17px 2px 0;
    text-decoration: none;
    background: none;
    text-align: right;
}

#analyticsFilter ul li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #666666;
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    margin: 0;
    padding: 2px 17px 2px 5px;
    text-align: right;
    text-decoration: none;
    width: 135px;
}

#analyticsFilter ul li a:hover {
    background-color: #00a1e1;
    color: #fff;
}

#analyticsFilter ul li label {
    font-size: 11px;
    color: #666;
    display: inline-block;
    width: 135px;
    padding: 2px 17px 2px 5px;
    text-decoration: none;
    background: none;
    text-align: right;
    margin: 0;
    line-height: 12px;
}

#analyticsFilter ul li label:hover {
    background-color: #00a1e1;
    color: #fff;
}

#analyticsFilter ul li input {
    float: left;
    margin: 0 0 0 5px;
}

.filterSeparator {
    background: url(../images/analyticsFilterSeparator.png) no-repeat center center !important;
    padding: 0 !important;
    width: 157px !important;
    height: 11px;
}

#analyticsDateBlock {
    position: relative;
    margin: 0 0 8px 100px;
}

#analyticsDateBlock .today {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background-color: #00a1e1;
    height: 22px;
    line-height: 22px;
    padding: 0 40px 0 12px;
    float: left;
    margin-right: 19px;
}

#analyticsDateBlock .today.dateTime {
    background: #fff;
    color: #666;
}

.analyticsSingleBlock {
    background-color: #f8f8f8;
    border-top: 1px dotted #afafaf;
    padding: 13px 0;
    width: 745px;
    position: relative;
    float: left;
    margin-left: 40px;
}

.analyticsSingleBlock.hasBody {
    cursor: pointer;
}

.analyticsSingleBlock .date {
    position: relative;
    float: left;
    padding-left: 8px;
    width: 75px;
    font-size: 12px;
    color: #666;
}

.analyticsSingleBlock.hasBody .date {
    color: #00a1e1;
}

.analyticsSingleBlock .title {
    font-size: 12px;
    font-weight: bold;
    padding-left: 84px;
    color: #666;
}

.analyticsSingleBlock.hasBody .title {
    background: url(../images/tableOpeningIndicator.png) no-repeat 68px 1px;
}

.analyticsSingleBlock.open .title {
    background: url(../images/tableOpeningIndicator.png) no-repeat 68px -30px;
}

.analyticsSingleBlock.last {
    border-bottom: 1px dotted #afafaf;
}

.analyticsTextBlock {
    width: 725px;
    position: relative;
    float: left;
    color: #8e8e8e;
    font-size: 14px;
    margin-left: 40px;
    padding: 10px;
    line-height: 18px;
    border-top: 1px dotted #afafaf;
    display: none;
}

.analyticsTextBlock p {
    margin-bottom: 15px;
}

#analyticsContainer {
    padding-bottom: 30px;
}

#analyticsContainer .empty {
    color: #666666;
    font-size: 14.5px;
    padding-left: 44px;
}

.analyticsPagination {
    width: 100%;
    text-align: center;
}

.paddedRadioButtons ul li ul {
    margin-left: 38px;
}

/* PAMM */
.inactiveLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: red;
    background-color: #f9f7f7;
    opacity: 0.7;
    z-index: 100;
}

.noPammBlock {
    text-align: center;
}

.noPammBlock h1 {
    color: #666;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0 18px 0;
}

/*.niceCheck.pamm,*/
/*.niceCheck.agree-num {*/
/*    width: 12px;*/
/*    height: 13px;*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*    background: url(../images/checkbox_ico.png) no-repeat;*/
/*    background-position: 3px 3px;*/
/*    margin-right: 15px;*/
/*    margin-top: 0;*/
/*}*/


.error .agree-row .niceCheck.agree-num {
    background-position: 3px 3px;
}


.niceCheck.agree-num {
    vertical-align: top;
}

.red-br-tx {
    border: 1px solid #ff0000;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    line-height: 1.2;
}

#login-form .red-br-tx {
    padding: 25px 25px 25px 65px;
}

#login-form .error-title {
    padding-left: 0;
}

#login-form .error-cross {
    position: absolute;
    top: 18px;
    left: 22px;
    width: 32px;
}

.agree-row h3 {
    margin-bottom: 10px;
    color: #ff0000;
    padding-left: 25px;
    padding-right: 25px;
}

.niceCheck.pamm.active,
.niceCheck.agree-num.active {
    background-position: 3px -14px;
    padding: 5px 3px 0px 3px;
}

.niceCheck.pamm input,
.niceCheck.agree-num input {
    display: none;
}

/*.noPammBlock label,*/
/*.pammAgreementsBlock label {*/
/*    display: inline-block;*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*}*/

.error .agree-row .niceCheck.agree-num.active {
    background-position: 3px -15px;
}

/*.pammAgreementsBlock label {*/
/*    width: 467px;*/
/*    margin-bottom: 15px;*/
/*}*/

.pammAgreementsBlock .niceCheck.pamm {
    vertical-align: top;
}

/*.openPammButton {*/
/*    width: 275px;*/
/*    height: 40px;*/
/*    font-size: 18px;*/
/*    color: #e7ecf1;*/
/*    display: inline-block;*/
/*    line-height: 40px;*/
/*    text-decoration: none;*/
/*    text-align: center;*/
/*    background-color: #33cc33;*/
/*    margin: 22px 0;*/
/*}*/

/*.pammInfoBlock p {*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*    line-height: 18px;*/
/*    margin-bottom: 18px;*/
/*    padding-left: 12px;*/
/*}*/

.pammInfoBlock .withSeparator {
    margin-bottom: 15px;
}

.pammInfoBlock ol {
    margin-left: 31px;
}

.pammInfoBlock ol li {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
    line-height: 18px;
    list-style-type: decimal;
}

.pammInfoBlock ol li a,
.pammAgreementsBlock a {
    color: #2595ff;
}

/*.pammInfoBlock.smallType p {*/
/*    font-size: 13px;*/
/*}*/

.pammAccountsTable tr td {
    cursor: default;
}

.grid-view .archiveTable {
    margin-bottom: 0;
}

/*.pammFormInnerBlock {*/
/*    margin: 10px 0 0 17px;*/
/*}*/

/*.pammFormInnerBlock label {*/
/*    width: 197px;*/
/*    display: inline-block;*/
/*}*/

.pammFormInnerBlock .textInput {
    height: 26px;
    width: 209px;
    border: 1px solid #bababa;
}

.pammFormInnerBlock .row {
    margin-bottom: 15px;
}

.pammFormInnerBlock .largeSelect {
    width: 209px;
    border: 1px solid #bababa;
}

.pammFormInnerBlock .shortSelect {
    width: 85px;
    border: 1px solid #bababa;
}

/*.pammFieldHint {*/
/*    max-width: 400px;*/
/*    width: 100%;*/
/*    display: inline-block;*/
/*    font-size: 12px;*/
/*    color: #bfbfbf;*/
/*    line-height: 16px;*/
/*    margin-top: 10px;*/
/*}*/

.topVerticalAlign {
    vertical-align: top;
    margin-top: 10px;
}

/*.pammDateBlock {*/
/*    width: 209px;*/
/*    height: 28px;*/
/*    line-height: 28px;*/
/*    background-color: #2595ff;*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*}*/

.openPammButton.submitButton {
    border: 0;
    cursor: pointer;
    padding: 0 30px;
    /* height: 40px; */
    margin-left: auto;
    margin-right: auto;
    /* width: 150px; */
}

.centerButtonWrapper {
    text-align: center;
}

.pammModalWindow {
    width: 450px;
    position: relative;
}

.pammModalWindow .modalMiddle .head span {
    width: 400px;
}

/*.pammModalWindow h3 {*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*    font-weight: normal;*/
/*    margin-bottom: 20px;*/
/*}*/

.grayButton {
    background-color: #c9c9c9;
}

.accountInfoRight .ibAccountDataTable tr td .red {
    color: #e41e26;
}

.pammHint {
    padding-left: 20px;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-top: 20px;
}

.chooseDateToggler {
    margin: 0 0 0 18px;
    float: left;
}

.pammMarginedBlock {
    margin-top: 30px;
}

/*.pammRequestsTable {*/
/*    width: 750px;*/
/*    margin-top: 20px;*/
/*}*/

/*.pammRequestsTable tr td {*/
/*    background-color: #fafafa;*/
/*    height: 34px;*/
/*    vertical-align: middle;*/
/*    padding-left: 5px;*/
/*    color: #666;*/
/*    font-size: 13px;*/
/*}*/

/*.pammRequestsTable thead tr th {*/
/*    color: #666;*/
/*    font-size: 13px;*/
/*    background-color: #fafafa;*/
/*    border-bottom: 1px solid #d2d2d2;*/
/*    height: 34px;*/
/*    vertical-align: middle;*/
/*    text-align: left;*/
/*    padding-left: 5px;*/
/*}*/
#pammTradeReportBlock .periodTitle {
    font-size: 13px;
    padding-right: 10px;
}

/*#pammTradeReportBlock a {*/
/*    font-size: 13px;*/
/*}*/

#pammTradeReportBlock .monthInput {
    width: 100px;
    margin-right: 10px;
}

#pammTradeReportBlock .yearInput {
    width: 80px;
}

#reportblockMonth {
    display: none;
    margin-top: 17px;
}

.periodToggler.active span {
    border-bottom: 0;
}

.grayBG {
    background-color: #ededed;
    width: 100%;
    display: inline-block;
    color: #666;
    padding: 2px 0;
}

.investorsTable {
}

.investorsTable thead tr th {
    background-color: #f9f7f7;
    border-bottom: 1px solid #d2d2d2;
    font-size: 13px;
    color: #666;
    text-align: right;
    font-weight: normal;
    padding: 4px 0;
    vertical-align: bottom;
}

.investorsTable thead tr th:first-child {
    text-align: left;
}

.investorsTable tr td span,
.investorsTable tr th span {
    padding-right: 13px;
    float: right;
    position: relative;
}

.investorsTable thead tr th:first-child span {
    float: left;
    padding-left: 19px;
    padding-right: 0;
}

.investorsTable tbody tr td:first-child span,
.investorsTable tfoot tr td:first-child span {
    padding-left: 14px;
    float: left;
}

.investorsTable thead tr th:last-child span,
.investorsTable tbody tr td:last-child span,
.investorsTable tfoot tr td:last-child span {
    padding-right: 19px;
}

.investorsTable tfoot tr td {
    background-color: #f1f1f1;
}

.investorsTable tbody tr td {
    color: #999;
}

.investorsTable tbody tr:nth-child(odd) td {
    background-color: #f1f1f1;
}

.sorting {
    position: absolute;
    bottom: 5px;
    left: -14px;
    background: url(../images/sorting.png) no-repeat;
    display: inline-block;
    width: 8px;
    height: 4px;
}

.sorting.desc {
    background-position: 0 0;
}

/* .sorting.asc {
    background-position: 0 -19px;
} */

/* Pamm investor */

.pammInvestorNoPamm {
}

.pammInvestorNoPamm p {
    text-align: left;
    font-size: 13px;
    color: #666;
    /*padding-left: 47px;*/
    display: inline-block;
    width: 400px;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: center;
}

.pammInvestorNoPamm .pammRatingLink {
    color: #00a1e1;
    font-size: 13px;
    margin: 10px 0;
    display: inline-block;
    text-decoration: none;
}

.pammInvestorNoPamm .pammRatingLink:hover {
    text-decoration: underline;
}

.pammInvestorNoPamm label {
    font-size: 12px;
    color: #666;
    vertical-align: top;
}

.pammInvestorNoPamm .openPammButton {
    background-color: #e1e1e1;
    font-size: 12px;
    color: #666;
    height: 23px;
    width: 242px;
    line-height: 22px;
    margin-top: 13px;
    margin-bottom: 15px;
}

.pammInvestorNoPamm .indented {
    text-indent: 20px;
}

.ibCenterBlock.wideIBBlock.pammInvestorBlock {
    width: 645px;
}

/*.ibCenterBlock.wideIBBlock.pammInvestorBlock p {*/
/*    font-size: 12px;*/
/*    color: #999;*/
/*}*/

/*.pammRatingBlock {*/
/*    background: url(../images/pammRatingIcon.png) no-repeat 22px center;*/
/*    float: right;*/
/*    width: 100%;*/
/*}*/

/*.pammFiltersContainer {*/
/*    border-bottom: 1px dotted #d3d3d3;*/
/*}*/

/*.pammFilterWrapper {*/
/*    position: relative;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.pammFilterWrapper .title {*/
/*    border-bottom: 1px solid #7fd0f0;*/
/*    padding-left: 117px;*/
/*    padding-bottom: 10px;*/
/*}*/

/*.pammFilterWrapper .title a {*/
/*    text-decoration: none;*/
/*    background: url(../images/tableOpeningIndicator.png) no-repeat 0 4px;*/
/*    padding-left: 14px;*/
/*    font-size: 13px;*/
/*    margin-top: 15px;*/
/*    text-decoration: none;*/
/*    color: #00A1E1;*/
/*    margin-right: 20px;*/
/*}*/

.pammFilterWrapper .title a span {
    border-bottom: 1px dashed #00A1E1;
}

.pammFilterWrapper .title a.active span,
.pammFilterWrapper .title a:hover span {
    border-bottom: 0;
}

.pammFilterWrapper .title a.active {
    background-position: 0 -29px;
}

/*.pammFilterWrapper .filterBody {*/
/*    padding-left: 117px;*/
/*    display: none;*/
}

.pammSortWrapper {
    position: relative;
    margin: 20px 0 0;
    overflow: hidden;
}

/*#pammPeriodRevenueSwitcherWrapper {*/
/*    text-align: center;*/
/*    margin-top: 27px;*/
/*    float: left;*/
/*}*/

/*#pammPeriodRevenueSwitcher {*/
/*    position: relative;*/
/*    float: left;*/
/*    display: inline;*/
/*    margin-bottom: 5px;*/
/*}*/

/*#pammPeriodRevenueSwitcher li {*/
/*    position: relative;*/
/*    float: left;*/
/*    display: inline;*/
/*}*/

/*#pammPeriodRevenueSwitcher li a {*/
/*    display: inline-block;*/
/*    width: 34px;*/
/*    height: 22px;*/
/*    font-size: 13px;*/
/*    color: #666;*/
/*    text-decoration: none;*/
/*    text-align: center;*/
/*    line-height: 22px;*/
/*    background-color: #e1e1e1;*/
/*    margin-right: 2px;*/

/*}*/

/*#pammPeriodRevenueSwitcher li .active {*/
/*    background-color: #999;*/
/*    color: #fff;*/
/*}*/

/*#pammPeriodRevenueSwitcherWrapper {*/
/*    color: #ccc;*/
/*    font-size: 12px;*/
/*}*/

/*#pammSearchBlock {*/
/*    position: relative;*/
/*    float: right;*/
/*    margin-top: 27px;*/
/*}*/

/*#pammSearchBlock .searchField {*/
/*    position: relative;*/
/*    float: left;*/
/*    background: url(../images/pammSearchLeft.png) no-repeat;*/
/*    padding-left: 26px;*/
/*    width: 120px;*/
/*    height: 21px;*/
/*    border: 0;*/
/*    font-size: 12px;*/
/*    color: #cac9c9;*/
/*}*/

/*#pammSearchBlock .searchRight {*/
/*    position: relative;*/
/*    float: left;*/
/*    width: 3px;*/
/*    height: 21px;*/
/*    background: url(../images/pammSearchRight.png) no-repeat;*/
/*}*/

/*#pammSearchBlock .ibGrayButton {*/
/*    margin: 0;*/
/*    margin-left: 12px;*/
/*    color: #8d8d8d;*/
/*    font-size: 13px;*/
/*    min-width: 98px;*/
/*}*/

/*.advancedFilter {*/
/*    background: url(../images/pammFilterIcon.png) no-repeat 22px center;*/
/*}*/

/*.advancedFilter .filterColumn {*/
/*    width: 183px;*/
/*    position: relative;*/
/*    float: left;*/
/*    margin: 27px 27px 0 0;*/
/*}*/

/*.advancedFilter .filterColumn.last {*/
/*    margin-right: 0;*/
/*}*/

/*.filterBlock {*/
/*    width: 181px;*/
/*    border: 1px solid #ededed;*/
/*    height: 90px;*/
/*    background: url(../images/pamm_slider_bg.png) no-repeat center 65px;*/
/*    margin-bottom: 13px;*/
/*}*/

/*.filterBlock .filterTitle {*/
/*    position: relative;*/
/*    float: left;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    color: #666;*/
/*    margin: 10px 0 5px 14px;*/
/*    height: 25px;*/
/*}*/

/*.filterBlock .fromValueLabel,*/
/*.filterBlock .toValueLabel {*/
/*    color: #666;*/
/*    font-size: 12px;*/
/*    margin-left: 14px;*/
/*}*/

/*.filterBlock .filterValuecontainer {*/
/*    padding-left: 10px;*/
/*}*/

/*.sliderControl {*/
/*    width: 148px;*/
/*    margin-left: 10px;*/
/*    margin-top: 10px;*/
/*}*/

/*.filterBlock.noSlider {*/
/*    background: none;*/
/*    margin-bottom: 0;*/
/*}*/

/*.filterBlock.noSlider input {*/
/*    width: 64px;*/
/*    padding-left: 8px;*/
/*    height: 20px;*/
/*    border: 1px solid #c6c6c6;*/
/*    margin: 3px -5px 0 9px;*/
/*    color: #999;*/
/*}*/

/*#pammSortBlock {*/
/*    width: 400px;*/
/*    position: relative;*/
/*    !*float: left;*!*/
/*    margin-top: 15px;*/
/*}*/

/*#pammSortBlock span {*/
/*    color: #666;*/
/*    font-weight: bold;*/
/*    font-size: 12px;*/
/*    padding-left: 15px;*/
/*}*/

/*#pammSortBlock .sortSelect {*/
/*    position: relative;*/
/*    z-index: 10;*/
/*    width: 283px !important;*/
/*    height: 22px !important;*/
/*    line-height: 26px;*/
/*    border: 0;*/
/*    outline: none;*/
/*}*/

/*#pammSortBlock .sortSelectSpan {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    float: left;*/
/*    left: 0;*/
/*    width: 283px;*/
/*    height: 22px;*/
/*    line-height: 22px;*/
/*    background: url(../images/pammSortSelectBG.png) no-repeat;*/
/*    cursor: default;*/
/*    color: #ccc;*/
/*    z-index: 1;*/
/*    font-size: 12px;*/
/*    font-weight: normal;*/
/*}*/


/*#pammSortBlock .selectWrapper {*/
/*    position: relative;*/
/*    float: left;*/
/*    margin-top: 5px;*/
/*}*/

#pammSortBlock span.slc-lbl {
    float: left;
    margin: 10px 10px 0 0;
    padding: 0;
}

/*.pammRatingHeader {*/
/*    width: 100%;*/
/*    padding-top: 10px;*/
/*    border-top: 1px solid #e3e3e3;*/
/*}*/

/*#pamm-list {*/
/*    width: 750px;*/
/*}*/

/*.pammRatingHeader table {*/
/*    width: 100%;*/
/*}*/

/*.pammRatingHeader p {*/
/*    font-size: 9px;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    color: #8d8d8d;*/
/*    display: inline-block;*/
/*}*/

/*.pammRatingHeader div {*/
/*    display: inline-block;*/
/*    text-align: right;*/
/*    vertical-align: top;*/
/*}*/

/*.pammRatingHeader div:first-of-type p {*/
/*    text-align: left;*/
/*    width: 100%;*/
/*    padding-left: 40px;*/
/*}*/

/*#pammAccountsBlock {*/
/*    position: relative;*/
/*    margin-top: 10px;*/
/*    max-width: 750px;*/
/*}*/

/*#pammAccountsBlock .pamm .pammTitle {*/
/*    background: url(../images/pammAccountRowBG.png) repeat-x;*/
/*    height: 35px;*/
/*    line-height: 35px;*/
/*}*/

/*.pammTitle .pammNameBlock {*/
/*    max-width: 225px;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    float: left;*/
/*}*/

/*.pammTitle .pammNameBlock a {*/
/*    position: relative;*/
/*    float: none;*/
/*}*/

/*.pammTitle .pammNameBlock a:after {*/
/*    content: '';*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 100%;*/
/*    margin-left: 10px;*/
/*    background: url(../images/precent.png) no-repeat;*/
/*}*/

/*.pammAge {*/
/*    font-size: 13px;*/
/*    float: left;*/
/*    width: 100%;*/
/*    max-width: 48px;*/
/*    text-align: right;*/
/*    color: #8d8d8d;*/
/*}*/

/*.pammTp {*/
/*    font-size: 13px;*/
/*    float: left;*/
/*    width: 100%;*/
/*    max-width: 79px;*/
/*    text-align: right;*/
/*}*/

/*.pammDeposite {*/
/*    font-size: 13px;*/
/*    float: left;*/
/*    width: 100%;*/
/*    max-width: 106px;*/
/*    text-align: right;*/
/*    color: #8d8d8d;*/
/*}*/

/*.pammManFunds {*/
/*    font-size: 13px;*/
/*    float: left;*/
/*    width: 100%;*/
/*    max-width: 156px;*/
/*    text-align: right;*/
/*    color: #8d8d8d;*/
/*}*/

.pammTitle span.rur span {
    overflow: visible;
}

.pammTitle .pammNameBlock .number {
    color: #999;
    font-size: 13px;
    display: block;
    width: 42px;
    text-align: center;
    float: left;
}

.pammTitle .investButton {
    position: relative;
    float: right;
    padding: 2px 6px;
    background-color: #4cd964;
    font-size: 13px;
    color: #fff;
    height: 16px;
    line-height: 17px;
    text-decoration: none;
    margin-top: 8px;
    margin-right: 16px;
}

/*.pammTitle .moreInfoLink {*/
/*    font-size: 12px;*/
/*    color: #00a1e1;*/
/*    position: relative;*/
/*    float: right;*/
/*    text-decoration: none;*/
/*    margin-right: 16px;*/
/*    border-bottom: 1px dashed #00a1e1;*/
/*    line-height: 17px;*/
/*    margin-top: 7px;*/
/*}*/

.pammTitle .moreInfoLink:hover span {
    border-bottom: 0;
}

/*.pammInformationBlock {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    display: none;*/
/*}*/

/*.pammInfoBlockInner {*/
/*    display: inline-block;*/
/*    float: left;*/
/*    width: 730px;*/
/*    margin: 30px 0 10px 18px;*/
/*}*/

.pamm-flx-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}


.pamm-flx-wrapper table .num-b {
    font-weight: 600;
}

.graphContainer {
    width: 100%;
}

.graphWrapper {
    /*border: 1px solid #c6c6c6;*/
}

.pammInfoBlockInner .pamm-stat-flx {
    max-width: 356px;
    width: 100%;
    position: relative;
    flex: 0 1 50%;
    margin-bottom: 20px;
}

.pamm-filter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.charts-container {
    margin-bottom: 20px;
}

.pamm-type ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/*.pamm-type li {*/
/*    display: inline-block;*/
/*    text-transform: uppercase;*/
/*    padding: 0 8px;*/
/*}*/

/*.pamm-type li {*/
/*    background: #f2f2f2;*/
/*}*/

/*.pamm-type li a:first-of-type {*/
/*    text-decoration: none;*/
/*    color: #797979;*/
/*     padding: 5px; */
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*}*/

.filter-date {
    display: none;
}

.filter-date.vis-date-pamm {
    display: inline-block;
}

/*.pamm-type li.active {*/
/*    background: #8d8d8d;*/
/*}*/

/*.pamm-type li.active a:first-of-type {*/
/*    color: #fff;*/
/*}*/

/*.pammInfoBlockInner .pamm-stat-flx table {*/
/*    margin-left: 15px;*/
/*    margin-top: 5px;*/
/*}*/

.pammInfoBlockInner .pamm-stat-flx .pamm-subtable {
    border: 1px solid #ebebeb;
    margin-left: 25px;
}

.pammInfoBlockInner .pamm-stat-flx.pamm-full-w {
    flex: 0 1 100%;
    max-width: 100%;
}

/*.pammInfoBlockInner .pamm-stat-flx .headLine {*/
/*    width: 100%;*/
/*    position: relative;*/
/*    height: 24px;*/
/*    line-height: 24px;*/
/*    box-sizing: border-box;*/
/*    font-size: 13px;*/
/*    color: #959595;*/
/*    padding-left: 10px;*/
/*    background-color: #f2f2f2;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.pammInfoBlockInner .pamm-stat-flx .headLine .questionMark {*/
/*    position: relative;*/
/*    float: right;*/
/*    background: url(../images/questionMark.png) no-repeat;*/
/*    width: 28px;*/
/*    height: 24px;*/
/*    margin-right: 9px;*/
/*}*/

/*.pamm-type .questionMark {*/
/*    position: relative;*/
/*    float: right;*/
/*    background: url(../images/questionMarkSpite.png) no-repeat;*/
/*    width: 16px;*/
/*    background-position: center -17px;*/
/*    height: 18px;*/
/*    background-size: cover;*/
/*    margin-left: 10px;*/
/*}*/

/*.pamm-type li.active .questionMark {*/
/*    background-position: center 1px;*/
/*}*/


/*.pammInfoBlockInner .left .headLine {
width: 100%;
position: relative;
height: 24px;
line-height: 24px;
box-sizing: border-box;
font-size: 13px;
color: #959595;
padding-left: 10px;
background-color: #f2f2f2;
}

.pammInfoBlockInner .left .headLine .questionMark {
position: relative;
float: right;
background: url(../images/questionMark.png) no-repeat;
width: 28px;
height: 24px;
margin-right: 9px;
}*/

/*.pammInfoBlockInner .right table {
table-layout: fixed;
width: 350px;
float: right;
margin: 5px 0 10px 0;
}*/

.pammInfoBlockInner .pamm-stat-flx table tr td {
    font-size: 13px;
    color: #666;
    height: 20px;
}

.pammInfoBlockInner .pamm-stat-flx table tr td:first-child {
    font-size: 13px;
    color: #999;
}

.pammArchiveLink {
    text-decoration: none;
    background: url(../images/tableOpeningIndicator.png) no-repeat 0 4px;
    padding-left: 14px;
    font-size: 13px;
    margin-top: 15px;
    color: #00A1E1;
}

.pammblueHintBlock {
    background: url(../images/infoIcon.png) no-repeat 22px center;
    padding: 10px 20px 10px 75px;
    border: 1px solid #2ea6e1;
    margin-bottom: 20px;
}

.pammblueHintBlock p {
    font-size: 11px;
    color: #00a1e1;
    line-height: 15px;
    margin-bottom: 10px;
    padding-left: 0;
}

.pammblueHintBlock .pammblueHintBlockHead {
    text-indent: 37px;
    font-size: 12px;
    color: #00a1e1;
    line-height: 15px;
    margin-bottom: 15px;
}

.investInPammModal table {
    table-layout: fixed;
    width: 380px;
    margin: 0 auto;
}

.investInPammModal table tr td {
    color: #666;
    font-size: 13px;
    height: 30px;
    vertical-align: middle;
}

.investInPammModal table tr td .sumInput {
    width: 65px;
    border: 1px solid #BBB;
    /*height: 28px;*/
}

.investInPammModal .centeredButton {
    margin-top: 15px;
}

.blue {
    color: #00a1e1;
}

.red {
    color: #e41e26;
}

.writeToManagerButton {
    margin: 0 !important;
    height: 18px;
    font-size: 13px;
    color: #666;
    padding: 0;
    float: none;
    width: 140px;
}

.accountInfoLeft .pammInvestorInfoTable tr td {
    padding-bottom: 5px;
}

.pammHint.smallMargin {
    margin-top: 10px;
}

.pammInvestorReportBlockWrapper {
    background: url(../images/reportIcon.png) no-repeat 55px center;
}

.ordinaryText {
    display: inline-block;
    font-size: 12px;
}

.smsConfirmWindow {
    /*width: 528px;*/
    width: 100%;
}

.smsConfirmWindow #labelHead {
    float: none;
}

.singleWithdrawal .leftSide.withdrawal label.smsCodeLabel,
.smsConfirmWindow label.smsCodeLabel {
    width: 145px !important;
    text-align: right !important;
    padding-right: 10px !important;
    font-size: 14px !important;
    color: #666 !important;
    font-weight: bold !important;
    float: left !important;
    margin-top: 2px !important;
}

.smsConfirmWindow .smsInput {
    /* width: 50px !important; */
    /* height: 30px !important; */
    /* margin-right: 18px !important; */
    /*float: left !important;*/
    /* padding: 0 0 0 5px !important; */
}

/* .modalWindow .smsConfirmWindow .smsInput {
min-width: 240px;
display: block;
margin-right: auto !important;
}
*/
.smsConfirmWindow .secondaryRequestHint {
    color: #333 !important;
    font-size: 11px !important;
    display: none !important;
    padding-top: 4px !important;
}

.smsConfirmWindow .codeSubmitButton {
    height: 30px;
    /* width: 165px !important; */
    /* font-size: 14px !important; */
    color: #FFF;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    background-color: #33cc33;
    margin: 0 auto 10px;
    /*float: left;*/
    float: none !important;
}

.smsConfirmWindow .sendMailAgain,
.smsCodeWrap .sendMailAgain {
    height: 30px;
    width: 165px !important;
    font-size: 14px;
    color: #FFF;
    display: block;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    background-color: #33cc33;
    float: right;
    float: none !important;
}

.investInPammModal .smsCodeWrap .sendMailAgain {
    color: #fff !important;
    text-decoration: none !important;
}

/*.investInPammModal .smsCodeWrap .sendMailAgain:hover{
    background-color: #33cc33 !important;
}
*/
.investInPammModal .smsCodeWrap {
    width: 290px;
}

.investInPammModal .errorMessageBlock {
    position: static;
    clear: both;
    font-size: 12px;
    width: 320px;
}

.error-title {
    font-size: 16px;
    padding-left: 42px;
    display: inline-block;
}

.error-tx {
    color: #333;
}

.error-cross {
    position: absolute;
    top: 28px;
    left: 25px;
    width: 32px;
}

.investInPammModal .smsCodeWrap .smsCodeField {
    width: 50px !important;
}

/*.investInPammModal .smsCodeWrap a.codeSubmitButton{width: 80px !important;}*/

.investInPammModal #secondaryRequestHint {
    clear: both;
}

#pamm-list .items .empty {
    display: block;
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
}

.smsCodeWrap {
    overflow: hidden;
    padding-top: 10px;
}

.settingsBlock a.codeSubmitButton {
    height: 30px;
    /*width: 120px !important;*/
    font-size: 14px !important;
    color: #fff !important;
    display: block;
    line-height: 30px;
    text-decoration: none !important;
    text-align: center;
    background-color: #33cc33;
    float: left;
}


.pammLiquidBtns {
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}

.pammLiquidBtns .pammLiquidProc {
    background-color: #33cc33;
    color: #fff !important;
    font-size: 14px !important;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100px !important;
    border: none;
    margin-right: 10px;
}


.settingsBlock a.codeSubmitButton:hover {
    background-color: #33cc33 !important;
}

.bottomMarginedLabel {
    margin-bottom: 15px;
}

#reportContainer {
    position: relative;
    background-color: #f7f7f7;
    border-top: 8px solid #000;
}

.reportInner {
    position: relative;
    margin: 0 auto;
    width: 972px;
    background-color: #fff;
    padding: 65px 0 150px 0;
}

.thirdLevelInner {
    width: 650px;
    margin: 0 auto;
}

.thirdLevelInner .logo {
    position: relative;
    float: left;
}

.thirdLevelInner .headerRightSide {
    position: relative;
    float: right;
    margin-top: 25px;
}

.thirdLevelInner .headerRightSide .printThis {
    position: relative;
    float: left;
    color: #000;
    font-size: 13px;
}

.thirdLevelInner .headerRightSide .closeWindow {
    position: relative;
    float: left;
    background: url(../images/closeIcon.png) no-repeat;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 2px 0 0 34px;
}

.thirdLevelInner .reportHeaderContainer {
    padding-left: 72px;
    margin-top: 90px;
}

.thirdLevelInner .reportHeaderContainer h1 {
    font-size: 18px;
    color: #e30a17;
    font-weight: normal;
}

.thirdLevelInner .reportHeaderContainer h2 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin-top: 5px;
}

.thirdLevelInner .reportHeaderContainer .reportDate {
    font-size: 14px;
    margin-top: 19px;
}

.thirdLevelInner .reportDataTable {
    position: relative;
    width: 650px;
    table-layout: fixed;
    margin-top: 55px;
}

.thirdLevelInner .reportDataTable thead tr th {
    font-size: 13px;
    color: #000;
    height: 27px;
    vertical-align: middle;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: left;
    font-weight: normal;
}

.thirdLevelInner .reportDataTable tbody tr td {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 13px;
    padding: 2px 0;
}

.thirdLevelInner .reportDataTable tbody .emptyrow td {
    height: 14px;
    border: none;
}

.thirdLevelInner .reportDataTable tbody .headline td {
    height: 14px;
    background-color: #f7f7f7;
    font-weight: bold;
}

.thirdLevelInner .reportDataTable tbody .total td {
    font-weight: bold;
}

.thirdLevelInner .reportDataTable tbody .total .red {
    font-weight: normal;
    color: #e30a17;
}

.thirdLevelInner .reportDataTable tbody .dashed td {
    height: 14px;
    border-bottom: 1px dashed #333;
}

.thirdLevelInner .reportFooter {
    border-top: 1px solid #000;
    padding-left: 17px;
    font-size: 12px;
    color: #000;
    padding-top: 14px;
    margin-top: 130px;
    line-height: 16px;
}

.thirdLevelInner .reportFooter a {
    color: #000;
}

.thirdLevelInner .reportDataTableCommission {
    position: relative;
    width: 650px;
    table-layout: fixed;
    margin-top: 55px;
}

.thirdLevelInner .reportDataTableCommission thead tr th {
    font-size: 13px;
    color: #000;
    height: 27px;
    vertical-align: middle;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: left;
    font-weight: normal;
}

.thirdLevelInner .reportDataTableCommission thead tr th:first-child {
    text-indent: 20px;
}

.thirdLevelInner .reportDataTableCommission tbody tr td {
    border-bottom: 1px dashed #000;
    font-size: 13px;
    padding: 15px 0;
    vertical-align: middle
}

.thirdLevelInner .reportDataTableCommission tbody tr td:first-child {
    font-weight: bold;
    text-indent: 20px;
}

.thirdLevelInner .reportDataTableCommission tbody .emptyrow td {
    height: 14px;
    border: none;
}

.thirdLevelInner .reportDataTableCommission tbody .total td {
    font-weight: bold;
}

.thirdLevelInner .reportDataTableCommission tfoot tr th {
    font-size: 13px;
    color: #000;
    height: 27px;
    vertical-align: middle;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: left;
    font-weight: normal;
}

.thirdLevelInner .reportDataTableCommission tfoot tr th:first-child {
    text-indent: 20px;
}

.thirdLevelInner .reportDataTableCommission tfoot tr td {
    font-size: 13px;
    padding: 5px 0;
    vertical-align: middle
}

.thirdLevelInner .reportDataTableCommission tfoot tr td:first-child {
    text-indent: 20px;
}

.paymentHelpText {
    /* padding: 20px 30px 20px 30px; */
    padding-bottom: 0;
}

.paymentHelpText h1 {
    color: #666;
    margin-bottom: 18px;
}

.paymentHelpText p {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
    line-height: 18px;
}

.paymentHelpText a {
    color: #00A1E1;
}

.paymentHelpText .accountsList-box {
    position: relative;
    margin: 0 0 10px;
}

.paymentHelpText .accountsList-box #accountsList {
    top: 100% !important;
    left: 0 !important;
}

.paymentHelpText .dashedToggler,
.paymentHelpText .dashedLink {
    color: #00A1E1;
    text-decoration: none;
    border-bottom: 1px dashed #00A1E1;
}

.replenishmentButton.dashedLink,
.replenishmentButton.listOfAccounts {
    background: none;
    width: auto;
    height: auto;
    font-size: 14px;
    border: none;
    text-align: left;
    line-height: 18px;
}

.paymentHelpText .hiddenTextBlock {
    display: none;
}

/* .paymentHelpText ul li,
.paymentHelpText ol li {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    line-height: 18px;
} */

/* .paymentHelpText ul li {
    list-style-type: none;
} */

.paymentHelpText ul li:first-letter {
    /* margin-left: -10px; */
}

/* .paymentHelpText ol li {
    list-style-type: decimal;
} */

/* .paymentHelpText ul,
.paymentHelpText ol {
    margin-left: 30px;
}
 */
#table_payoneer {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

#table_payoneer thead tr td {
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

#table_payoneer tbody tr td {
    padding: 5px;
}

.paymentSystemHelpWindow {
    text-align: left;
}

.paymentSystemHelpWindow ul li {
    list-style: disc;
    /* padding-left: 10px; */
}

.ibFormContainer p {
    color: #666;
    font-size: 14.5px;
    margin-bottom: 18px;
}

.ibFormContainer table tr td {
    padding-right: 20px;
    vertical-align: top;
    line-height: 18px;
}

.ibFormContainer table tr td p i {
    /*font-size: 12px;*/
    font-size: 11px;
    color: #5c5c5c;
}

.ibFormContainer table tr td input[type="text"],
.ibFormContainer table tr td textarea {
    width: 86%;
}

.ibFormContainer table tr td select {
    width: 89%;
}

.ibFormContainer table tr td .errorMessage {
    padding-left: 0;
}

.ibFormContainer table tr td .dashedLink {
    font-size: 13px;
}

.ibFormContainer table tr td textarea {
    resize: none;
}

.ibFormContainer table tr td .bigGreenButton {
    border: 0;
    padding: 0 20px;
    cursor: pointer;
}

.ibFormContainer .intro-txt {
    margin-bottom: 30px;
}


.bigGreenButton.marginedButton {
    margin-top: 20px;
}

#agreementDialog {
    background-color: #FFF;
    overflow-y: auto;
    max-height: 500px;
    width: 800px;
    padding: 10px;
}

#agreementDialog h1 {
    font-size: 18px;
}

#agreementDialog h1,
#agreementDialog h3 {
    margin-bottom: 15px;
}

#agreementDialog h3 {
    font-size: 15px;
}

#agreementDialog,
#agreementDialog p {
    font-size: 13px;
    color: #666;
    line-height: 18px;
    margin-bottom: 15px;
}

#agreementDialog ul {
    margin-left: 20px;
}

#agreementDialog ul li {
    list-style-type: circle;
    font-size: 13px;
    color: #666;
    line-height: 18px;
    margin-bottom: 15px;
}

#agreementDialog .modalClose {
    padding: 0 10px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    background-color: #33cc33;
    border: 0;
    cursor: pointer;
}

.ibFormSuccess {
    color: #666;
    font-size: 14.5px;
    margin-bottom: 18px;
}

/* .ibAccountsTable thead tr th a {
    color: #00A1E1;
    border-bottom: 1px dashed #00A1E1;
    text-decoration: none;
}
 */
/* .ibAccountsTable tbody tr.odd {
    background-color: #f9f9f9;
} */

/* .ibAccountsTable tfoot tr {
    background-color: #f9f9f9;
}
 */
/* .ibAccountsTable tfoot tr th {
    text-align: center;
} */

/* #ibDatesBlock {
    margin: 20px 0 0 20px;
}
 */
.pullLeftWrapper {
    position: relative;
    float: left;
    /* margin-right: 15px; */
}

.pullLeftWrapper select,
.pullLeftWrapper input {
    width: 100px;
}

.pullLeftWrapper label {
    display: inline;
    margin: 0 5px;
}

.pullLeftWrapper input {
    height: 26px;
    line-height: 26px;
}

.replenishmentNotification .leftSection {
    width: 750px;
}

.notificationLongLabel {
    width: 190px !important;
}

.middleAlignField {
    vertical-align: middle;
}

/* .ibDataTable table {
    width: 880px !important;
    margin: 0 auto !important;
} */

/* .ibDataTable table thead tr th {
    text-align: center;
    vertical-align: middle;
    background-color: #F9F9F9;
} */

/* .ibDataTable table tbody tr td {
    height: 20px;
    vertical-align: middle;
} */

/* PAMM-agent */
.noPammAgentBlock {
    margin-bottom: 30px;
}

.pammAgentRegistrationLeft {
    position: relative;
    float: left;
    width: 125px;
}

/*.pammAgentRegistrationRight {*/
/*    width: 355px;*/
/*    position: relative;*/
/*    float: left;*/
/*}*/

/*.pammAgentRegistrationLeft .pammAgentName {*/
/*    font-size: 12px;*/
/*    color: #666;*/
/*    margin-top: 64px;*/
/*    display: inline-block;*/
/*}*/

/*.pammAgentRegistrationRight a {*/
/*    color: #00a1e1;*/
/*    display: inline-block;*/
/*    text-decoration: none;*/
/*    background: url(../images/tableOpeningIndicator.png) no-repeat 0 2px;*/
/*    padding-left: 14px;*/
/*    font-size: 12px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.noPammAgentBlock label {*/
/*    display: inline-block;*/
/*    color: #666;*/
/*    font-size: 12px;*/
/*    vertical-align: top;*/
/*}*/

/*.noPammAgentBlock .niceCheck {*/
/*    margin-right: 5px;*/
/*}*/

/*.noPammAgentBlock .pammAgentNameField {*/
/*    height: 20px;*/
/*    width: 337px;*/
/*    margin-top: 7px;*/
/*}*/

/*.noPammAgentBlock .hint {*/
/*    color: #999;*/
/*    font-size: 11px;*/
/*    line-height: 11px;*/
/*}*/

/*.registerPammAgent {*/
/*    min-width: 245px;*/
/*    text-align: center;*/
/*    padding: 0 30px;*/
/*    color: #fff;*/
/*    display: block;*/
/*    font-size: 14px;*/
/*    text-decoration: none;*/
/*    background: none #33cc33;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    height: 25px;*/
/*    margin-top: 10px;*/
/*}*/

/*.accountInfoLeft .ibInfoTable.pammAgentInfo tr td:first-child {*/
/*    padding-right: 15px;*/
/*}*/

.ibNotificationsSettingsModal.pammAgentSettingsModal {
    width: 460px;
    position: relative;
    text-align: left;
    float: left;
}

/*.accountInfoLeft .ibInfoTable.pammAgentInfo tr td {*/
/*    line-height: 16px;*/
/*}*/

.pammAgentReportHintBlock {
    font-size: 13px;
    line-height: 15px;
    color: #999;
}

/*.pammAgentReportHintBlock p {*/
/*    margin-top: 10px;*/
/*}*/

.wideReportBlock {
    width: 220px;
}

/*.noTopMargin {*/
/*    margin-top: 0 !important;*/
/*}*/

/*.noTopMargin .ibReportsLeftBlock {*/
/*    margin-left: 0;*/
/*}*/

.pammAgentTable {
    position: relative;
}

/*.pammAgentTable thead tr th {*/
/*    width: 100%;*/
/*    background-image: none;*/
/*    text-align: left !important;*/
/*    height: 50px;*/
/*    font-size: 13px !important;*/
/*}*/

/*.pammAgentTable .ibAccountsDetailsTable thead tr th {*/
/*    width: auto;*/
/*}*/

/*.pammAgentTable thead tr .ibFirstCell span {*/
/*    padding-left: 29px;*/
/*}*/

.table-bordered.accountsPageTable.ibAccountsTable.pammAgentTable tbody tr td {
    border-left: 0;
    text-align: left;
}

/*.table-bordered.accountsPageTable.ibAccountsTable.pammAgentTable tbody tr td:first-child {*/
/*    border-left: 1px solid #ddd;*/
/*}*/

.managerProfitIcon {
    background: url(../images/managerProfitIcon.png) no-repeat 0 4px;
    padding-left: 12px;
}

/*.pammAgentProfitIcon {*/
/*    padding-left: 12px;*/
/*}*/

/*.desc .pammAgentProfitIcon {*/
/*    background: url(../images/sortDesc.png) no-repeat 0 4px;*/
/*}*/

/*.asc .pammAgentProfitIcon {*/
/*    background: url(../images/sortAsc.png) no-repeat 0 4px;*/
/*}*/

/*.pammReimbursmentTextBlock {*/
/*    background: url(../images/reimbursmentBG.png) no-repeat 0 9px;*/
/*    font-size: 13px;*/
/*    position: absolute;*/
/*    text-align: center;*/
/*    top: 3px;*/
/*    right: 107px;*/
/*    width: 231px;*/
/*}*/

/*.pammReimbursmentTextSmallBlock {*/
/*    background: url(../images/reimbursmentBG.png) no-repeat 0 9px;*/
/*    font-size: 12px;*/
/*    position: absolute;*/
/*    text-align: center;*/
/*    top: 16px;*/
/*    right: 234px;*/
/*    width: 231px;*/
/*}*/

.pammAgentTable .cellContents {
    position: relative;
}

.pammAgentTable .centerAlign {
    text-align: center !important;
}

.pammAgentTable .rightAlign {
    text-align: right !important;
}

.pammAgentTable .leftPaddingCell {
    padding-left: 55px !important;
}

.referralLinks {
    font-size: 13px;
    margin-top: 25px;
    margin-left: 0;
}

.referralLinksTable {
    position: relative;
    margin: 17px 0 40px 17px;
}

.referralLinksTable tr td:first-child {
    width: 46px;
    color: #666;
    font-size: 13px;
}

.referralLinksTable tr td {
    line-height: 20px;
}

.referralLinksTable tr td a {
    color: #666;
}

.generateReferralLinkBlock {
    position: relative;
}

/*.pammAgentNameSearchField {*/
/*    position: relative;*/
/*    float: left;*/
/*    height: 25px !important;*/
/*    width: 200px;*/
/*    padding-left: 24px !important;*/
/*}*/

.magnifierIcon {
    position: absolute;
    top: 4px;
    left: 5px;
    z-index: 100;
}

#pammAgentsList {
    position: absolute;
    padding: 13px;
    border: 1px solid #cfcfcf;
}

#pammAgentsList {
    height: 110px;
    z-index: 100;
    background-color: #fff;
    width: 172px;
    position: absolute;
    top: 33px;
    display: none;
}

#pammAgentsList .innerWrapper {
    overflow-x: hidden;
    overflow-y: auto;
    height: 110px;
    width: 172px;
}

#pammAgentsList ul li {
    line-height: 15px;
}

#pammAgentsList ul li a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
}

.pammAgentsNamesWrapper {
    position: relative;
}

.pammAgentsListArrow {
    background: url(../images/pammAgentsListArrow.png) no-repeat;
    width: 16px;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 29px;
}

.generateButton {
    text-align: center;
    padding: 0 30px;
    color: #666;
    display: block;
    font-size: 14px;
    text-decoration: none;
    background: none #CCC;
    border: none;
    cursor: pointer;
    height: 25px;
    margin-left: 25px;
    float: left;
}

.pammAgentBannerSelectorLanguage {
    position: relative;
    float: left;
    font-size: 13px;
    color: #666;
    background: url(../images/tableOpeningIndicator.png) no-repeat 0 3px;
    text-decoration: none;
    padding-left: 17px;
    margin-top: 10px;
}

.pammAgentBannerSelectorLanguage.active {
    background-position: 0 -33px;
}

.pammAgentBannersContainer {
    position: relative;
    margin-left: 17px;
    display: none;
}

.pammAgentBannersContainer .bannerSizeSwitcher {
    position: relative;
    float: left;
    font-size: 13px;
    color: #666;
    background: url(../images/tableOpeningIndicator.png) no-repeat 0 3px;
    text-decoration: none;
    padding-left: 10px;
    margin-top: 10px;
    margin-right: 25px;
    margin-bottom: 15px;
}

.pammAgentBannersContainer .bannerSizeSwitcher.active {
    background-position: 0 -31px;
}

.singleBannerContainer {
    display: none;
}

.singleBannerContainer textarea {
    width: 100%;
    margin-top: 2px;
    height: 50px;
}

.pammAgentWithdrawalModal .pammAgentWithdrawalTable tr td {
    font-size: 13px;
    color: #333;
}

.pammAgentWithdrawalModal .pammAgentWithdrawalTable tr td:first-child {
    padding-right: 30px;
}

.pammAgentWithdrawalModal .pammAgentWithdrawalTable .textInputField {
    width: 220px;
    height: 26px;
}

.pammAgentNameLabel {
    display: none;
}

.confirmButton {
    text-align: center;
    padding: 0 30px;
    color: #666;
    display: block;
    font-size: 16px;
    text-decoration: none;
    background: none #CCC;
    border: none;
    cursor: pointer;
    height: 25px;
    float: left;
    margin-top: 15px;
}

.contestAccountTitle {
    color: #666;
    font-weight: bold;
    margin: 10px 0px;
}

/* .thriathlonInfo {
color: #666;
font-size: 13px;
line-height: 14px;
padding: 20px 10px 0 10px;
} */

/* .thriathlonInfo p {
margin-bottom: 1em;
} */

.requisitesContainer {
    color: #666;
    padding: 0 36px;
}

.requisitesContainer p,
.requisitesContainer ul {
    line-height: 20px;
    margin-bottom: 1em;
}

.requisitesContainer h1 {
    font-size: 22px;
    margin-bottom: 1em;
}

.requisitesContainer td {
    color: #666;
    border-color: #666;
    border-width: 1px;
    border-style: solid;
    padding: 8px;
}

.requisitesContainer .sendMessageButton {
    float: left;
    margin-bottom: 26px;
}

.resultingModal .changePassword {
    font-size: 18px;
    color: #666;
    text-align: left;
    width: 92%;
    margin-top: 18px;
    position: relative;
    margin-top: 27px !important;
    margin-bottom: 30px;
    margin-left: 20px;
}

#PammForm_withdraw_sum {
    width: 130px;
}

#PammForm_account_to,
#PammForm_withdraw_type {
    width: 210px;
}

span.label {
    font-size: 12px;
}

span.bl-label {
    display: block;
    margin-bottom: 9px;
}

span.blue-lbl {
    color: #0099cc;
}

span.red-lbl {
    color: #ff0000;
}

.managerMessage td,
.investMessage td {
    vertical-align: middle;
}

.managerMessage .bigGreenButton.formButton,
.investMessage .bigGreenButton.formButton {
    margin-right: 10px;
}

table.managerMessage input {
    width: 389px;
}

/*.response-mess {*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*}*/

.response-err {
    font-size: 14px;
    color: #fa0527;
}

/* .withdrawBox .rightSection,
.depositBox .rightSection {
width: 195px;
text-align: center;
} */

.withdrawBox .bigGreenButton,
.depositBox .bigGreenButton {
    margin-bottom: 5px;
}

.link-inheader {
    color: #00a1e1;
    font-size: 13px;
    text-align: center;
}

.file-upload {
    display: block;
    width: 89%;
    position: relative;
    overflow: hidden;
    font-size: 1em;
    /* example */
    height: 1.8em;
    /* example */
    line-height: 1.8em
    /* the same as height */
}

.file-upload .button,
.file_upload > mark {
    display: block;
    cursor: pointer
    /* example */
}

.file-upload .button {
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 8em;
    height: 100%;
    text-align: center;
}

.file-upload > mark {
    background: transparent;
    padding-left: 1em;
    color: #666;
    font-size: 14px;
}

.file-upload input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

/* Making it beautiful */
.file-upload {
    border: 1px solid #ccc;
    transition: box-shadow 0.1s linear;
}

.file-upload.focus {
    box-shadow: 0 0 5px rgba(0, 30, 255, 0.4)
}

.file-upload .button {
    background: #33cc33;
    transition: background 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.file-upload:hover .button {
    background: #33cc33;
}

.file-upload:active .button {
    background: #33cc33;
}

#stat.loading {
    background: url('../images/preloader.gif') no-repeat left top;
    height: 64px;
}

.ib-footnote {
    color: #999;
    font-size: 13px;
    margin-bottom: 10px;
}

/* #real_accounts_block .fn {
    margin: 10px 0 0 10px;
} */

.fn {
    font-style: italic;
    font-size: 12px;
    margin: 10px 0;
    color: #999;
}

.fn.cn {
    font-style: normal;
}

.agreement {
    background-color: #fff;
    text-align: left;
    overflow: auto;
    padding: 10px;
}

.agreement p {
    margin-bottom: 1em;
    font: 13px/1.231 arial, helvetica, clean, sans-serif;
}

.agreement h1 {
    font-size: 167%;
    margin-bottom: 0.5em;
}

#footer.footer-cy {
    margin-top: -70px;
    height: 120px;
}

.risks {
    text-align: center;
    font-size: 14px;
    color: #666;
    border: 1px solid #d2d2d2;
    padding: 5px 0;
    width: 574px;
    margin: 0 auto;
    background: #f2f2f2;
    border-radius: 3px;
}

.address-block {
    margin: 15px 0;
    line-height: 1.2em;
}

.documentsBlockContainer .fieldsSectionHead {
    clear: both;
    padding-right: 0;
}

.sms-counter {
    display: none;
}

label.sms-counter {
    margin-left: 20px !important;
}

.withdrawalDataTable tr td a.codeSubmitButton {
    border-bottom: none;
}

/*innercourses table*/
.table-innercourses thead tr th:first-child,
.table-bordered.table-innercourses tbody tr td:first-child,
.table-striped.table-innercourses tbody tr:nth-child(2n+1) td:first-child {
    background: #f2f2f2;
}

.accountsPageTable.table-innercourses thead tr th:first-child {
    border-left: 1px solid #ddd;
}

span.note {
    color: #0000cc;
    font-weight: bold;
}

/*questionnaire*/
.questFormContainer {
    margin-top: 30px;
}

.questionary .inputHint {
    display: block;
    font-size: 11px;
}

.questionary tr.last {
    border: none;
}

.questionary td {
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: middle;
    color: #333;
}

.questionary label {
    float: left;
}

.highlight {
    background: #fff79d;
}

/*профобласти*/
.profStatusWrap {
    position: relative;
}

.profListBlock {
    width: 420px;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 100;
}

.profListBlock ul {
    margin: 15px 0 0 25px;
}

.profListBlock li {
    font-size: 12px;
    margin-bottom: 3px;
}

.profListBlock ul ul {
    margin: 3px 0 0 30px;
    display: none;
}

.profListBlock a {
    text-decoration: none;
    color: #676767;
}

.profListBlock label {
    float: none;
}

span.listBull {
}

a.operateInnerList {
    background: url(../images/bullList.png) no-repeat 0 1px;
    display: inline-block;
    padding-left: 20px;
    padding-top: 2px;
}

.profitBlockWrap {
    position: relative;
    width: 345px;
}

.currencyBlock {
    background: #fff;
    border: 1px solid #00a1e1;
    padding: 10px;
    color: #acb6c1;
    width: 60px;
    position: absolute;
    z-index: 100;
    top: 23px;
    right: 85px;
    display: none;
}

.currencyBlock label {
    margin-right: 0px !important;
}

.questionary .currencyBlock label,
.questionary .profitValuesBlock label {
    float: none;
    display: inline;
}

.profitValuesBlock {
    width: 165px;
    position: absolute;
    z-index: 100;
    top: 23px;
    left: 0;
    display: none;
}

.profitValuesBlock ul {
    padding-left: 22px;
    height: 125px;
    overflow: auto;
}

.profitValuesBlock li {
    color: #666;
}

.profitValuesBlock .grayBlockInner {
    padding-bottom: 0;
}

.profitValuesBlock .grayBlockInnBott {
    height: 32px;
}

#curCurrencyVal:hover,
.profitValuesBlock label:hover,
.currencyBlock label:hover {
    cursor: pointer
}

span.dotted-btm {
    font-size: 14px;
    color: #00a1e1;
    border-bottom: 1px dotted #00a1e1;
    display: inline-block;
    margin-bottom: 3px;
    width: 220px;
}

span.dotted-btm span {
    margin-left: 10px;
}

span.dotted-btm a {
    text-decoration: none;
    display: inline-block;
    width: 77%;
    text-align: center;
}

a.showCurrencyBlock {
    background: url(../images/downArrowIcon.png) no-repeat 50% 0;
    display: inline-block;
    width: 10px;
    height: 6px;
}

a.arrowUp {
    background-image: url(../images/upArrowIcon.png);
}

.blockVisible {
    display: block;
}

input[type="radio"].nextRadioBtn {
    margin-left: 40px;
}

input[type="radio"].currency_item {
    margin-left: 10px;
}

/* input[type="radio"]+label {
    margin-left: 12px;
} */

/*серый блок*/
.grayBlockWrap {
    background: #e5e5e5;
}

.grayBlockInnTop {
    height: 32px;
    border-bottom: 1px solid #cbcbcb;
}

.closeGrayBlock {
    float: right;
    width: 19px;
    height: 19px;
    background: url(../images/closeButt.png) no-repeat;
    margin: 7px 7px 0 0;
    cursor: pointer;
}

.grayBlockInnTopAfter {
    height: 1px;
    background: #efefef;
}

.grayBlockInner {
    background: #fff;
    margin: 5px 10px 0 5px;
    overflow: auto;
    padding-bottom: 5px;
}

.grayBlockInnBottBefore {
    height: 1px;
    background: #cbcbcb;
    margin-top: 1px;
}

.grayBlockInnBott {
    height: 45px;
    border-top: 1px solid #efefef;
    text-align: center;
}

.grayBlockInnBott .btnsWrap {
    margin: 10px 0;
}

.grayBlockInnBott .btnsWrap .secondBtn {
    margin-left: 10px;
}

.grayBlockInnBott .greenBtn {
    background-color: #33cc33;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    padding-top: 0;
    text-align: center;
    text-decoration: none;
    width: 120px;
}

.grayBlockInnBott .grayBtn {
    background-color: #ccc;
    border: medium none;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 24px;
    padding-top: 0;
    text-align: center;
    text-decoration: none;
    width: 120px;
}

/* .broker.item .center {
    text-align: center;
} */

#additionalAccountAgree label {
    /* float: none; */
    /* display: inline-block; */
    /* vertical-align: top; */
    width: 200px;
    /* margin-left: 10px; */
}

.realaccountModalForm input[name="affiliate"] {
    display: inline-block;
    vertical-align: top;
}

#additionalAccountAgree label.pamm-invest {
    width: 366px;
}

#additionalAccountAgree label.pamm-create {
    max-width: 568px;
    width: 100%;
}

#additionalAccountsList label {
    width: 336px;
}

#additionalAccountsList label.affiliate {
    width: 336px;
}

/*RegularPay*/
#singleReplenishment .leftSide.regpay label {
    width: 55px;
}

#singleReplenishment .leftSide.regpay label.cur_verify {
    width: 140px;
}

#singleReplenishment .leftSide.regpay .bigGreenButton {
    margin-top: 0;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
}

#singleReplenishment .leftSide.regpay .confirm-amount-row {
    text-align: left;
    overflow: hidden;
}

#singleReplenishment .leftSide.regpay .replenishmentInput {
    width: 155px;
}

.cardpay-rules {
    color: #999;
    font-size: 13px;
    text-align: left;
    padding-left: 36px;

}

.cardpay-rules ul {
    margin: 10px 0 0 15px;
    list-style: outside;
}

.cardpay-rules ul li {
    margin-bottom: 5px;
}

/****Adaptive styles****/

.hidden-el,
.adp-menu-link,
.replenishmentOptionsTable tr td b.hdr {
    display: none;
}

.blocksContainer .block {
    background: #fff;
}

/*Обратная связь*/
/*.createNewMessageBox .input-small,*/
/*.createNewMessageBox textarea {*/
/*    width: 98%;*/
/*}*/

/*Обратная связь*/


/*выравнивание кнопок в popup-окнах*/
.modalWindow .smsConfirmWindow,
.investInPammModal .smsCodeWrap {
    /* width: 290px; */
    margin: 0 auto;
}

.settingsBlock .sms-lbl-wrap {
    text-align: center;
}

.settingsBlock .sms-lbl-wrap label {
    float: none;
}

/* .sms-lbl-wrap #labelHead,
.sms-lbl-wrap #confirmphone_msg {
font-size: 12px;
color: #666;
} */

.modalWindow .smsConfirmWindow .codeSubmitButton,
.modalWindow .smsConfirmWindow .sendMailAgain,
.investInPammModal .smsCodeWrap .codeSubmitButton,
.investInPammModal .smsCodeWrap .sendMailAgain {
    clear: both;
    float: none !important;
    display: block;
    /*margin-left:0 !important; */
    min-width: 175px;
}

/* .modalWindow .smsConfirmWindow .smsInput,
.investInPammModal .smsCodeWrap .smsInput {
min-width: 240px;
min-height: 30px;
box-sizing: border-box;
} */

.ch-passwd.res-code .smsInput {
    min-width: 175px;
    text-align: center;
    padding: 0 !important;
    font-weight: 600;
}

.investInPammModal .smsCodeWrap .smsInput {
    padding: 4px 0;
}

.modalWindow .smsConfirmWindow .codeSubmitButton,
.investInPammModal .smsCodeWrap .codeSubmitButton {
    /*margin-bottom:10px;*/
}

/*выравнивание кнопок в popup-окнах*/

/* анкета выравнивание кнопок */
.confirmCodeTable .inputWrapper .smsConfirmWindow {
    width: 100%;
}

.confirmCodeTable .smsConfirmWindow .smallInput {
    /* margin-right: 0 !important; */
    /* width: auto !important; */
    /* max-width: 175px; */
    margin-bottom: 0;
    box-sizing: border-box;
}

/* анкета выравнивание кнопок */

#singleReplenishment .leftSide .bigGreenButton.submitRus,
#singleReplenishment .leftSide .bigGreenButton.submitEng {
    padding: 0 10px;
    margin: 10px 5px 0;
    max-width: 290px;
    float: right;
    display: inline-block;
    clear: both;
}

.more-info-currency {
    color: #999;
    display: inline-block;
    margin-top: 50px;
    font-size: 13px;
    line-height: 15px;
    padding-left: 36px;
    margin-top: 30px;
    width: 542px;
}

#changeleverage-form select#RealAccountForm_leverages {
    width: 120px;
}

.ul-green-points {
    list-style: inside;
}

.ul-green-points li {
    color: #33cc33;
    padding-bottom: 8px;
}

.ul-green-points li span {
    color: #666;
}

.ul-green-points li div {
    color: #666;
    margin-left: 12px;
}

.crypto-header span {
    font-size: 14px !important;
}

.crypto-header span.bonus {
    float: right !important;
    color: #000 !important;
    padding-right: 41px;
}

.paymentHelpText p > .accountsList-box {
    display: inline-block;
}

.deposit-wrapper-radio {
    /*  display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: row;
align-items: center;*/
    padding: 8px 12px;
    background: #f9f7f7;
}

.deposit-wrapper-radio > * {
    display: inline-block;
}

.deposit-wrapper-radio img {
    margin: 0 15px;
    vertical-align: middle;
}

.deposit-wrapper-radio p {
    color: #666666;
}

.drop-deposit {
    color: #797978;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
    background: #D2D2D2 url(../images/dropdown.png) no-repeat;
    background-position: 15px center;
    padding: 12px 0 12px 42px;
    border-radius: 5px;
    box-shadow: 0px 2px 0px #c9cbcc;
}

.deposit-method {
    margin-bottom: 10px;
}

.deposit-method .hiddenTextBlock {
    max-height: 350px;
    overflow: auto;
}

.deposit-submit {
    display: block;
    padding: 15px 50px;
    margin: 30px auto 0;
    background: #33cc33;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.deposit-oth-btn {
    float: right;
    margin-top: 4px;
    margin-right: 10px;
    vertical-align: middle;
}

.modalWindow div.deposit-wrapper-radio p {
    margin: 0;
    vertical-align: middle;
    max-width: 195px;
}

.modalWindow div.deposit-wrapper-radio input {
    margin: 0;
    vertical-align: middle;
}


.messagesSection .help_btns h1 {
    line-height: 25px;
}

.messagesSection .help_btns .bigGreenButton {
    height: 40px;
    line-height: 40px;
}

/* .messagesSection .help_btns h1:first-of-type {
width: 219px;
height: 30px;
font-size: 16px;
color: #fff;
display: inline-block;
line-height: 40px;
text-decoration: none;
text-align: center;
background-color: #f7f7f7;
}
*/
/* .help_btns {
display: inline-block;
float: right;
max-width: 450px;
width: 100%;
}

.messagesSection .help_btns .bigGreenButton a,
#centerContent .sectionHeader .help_btns h1:first-of-type {
font-size: 16px;
font-weight: 100;
display: inline-block;
text-decoration: none;
width: 219px;
color: #fff;
background-color: #33cc33;
}

.messagesSection .help_btns .bigGreenButton a{
color: #666;
background: #f7f7f7;
}

.messagesSection .help_btns .bigGreenButton a {
display: block;
width: 100%;
height: 100%;
}
*/
/*#createClaim,*/
/*#askAQuestion {*/
/*    padding-left: 0;*/
/*    font-size: 12px;*/
/*    color: #0099cc;*/
/*    cursor: pointer;*/
/*    border: none;*/
/*     border-bottom: 1px dashed #0099cc; */
/*    background: none;*/
/*}*/

/*.messagesHeadline #createClaim,*/
/*.messagesHeadline #askAQuestion {*/
/*    float: right;*/
/*}*/

/* #centerContent .sectionHeader .help_btns h1:first-of-type {
padding-left: 0;
margin-top: 12px;
height: 40px;
}
*/


.bonus-list {
    /* overflow: hidden; */
    /* display: inline-block; */
    /* height: 20px; */
    /* float: left; */
}

/* .bonus-list ul {
width: 180px;
display: inline-block;
float: left;
border-radius: 5px;
overflow: hidden;
margin-bottom: 10px;
} */
/* 
.openAccountModal .bonus-list ul li {
cursor: pointer;
color: #666666;
margin: 0;
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid rgba(137, 144, 151, 0.6);
background: #d2d2d2;
}

.openAccountModal .bonus-list ul li:hover {
color: #33cc33;
background: rgba(210, 210, 210, 0.4);
} */

.bonus-list ul li.active-bonus {
    color: #33cc33;
    background: rgba(210, 210, 210, 0.4);
}

.bonus-list ul li:first-of-type {
    min-height: 16px;
}

.bonus-list .currentBonus {
    cursor: pointer;
    height: 36px;
}

.realaccountModalForm select,
.realaccountModalForm .span1.augmented {
    /* max-width: 375px; */
    width: 100%;
}

.realaccountModalForm label {
    /* width: 175px; */
    text-align: left;
    margin-right: 12px;
}

.openAccountModal table.realaccountModalForm {
    /* margin-left: 38px !important; */
}

.openAccountModal table.realaccountModalForm td > div {
    text-align: left;
}

#bonus_info {
    display: inline-block;
    /* width: 190px; */
    vertical-align: top;
    text-align: right;
}

/* #bonus_promocode {
max-width: 105px;
display: inline-block;
} */

/* #bonus_accept_layer {
// max-width: 60px;
width: 100%;
display: inline-block;
text-align: right;
vertical-align: top;
} */

/* #bonus_accept_layer label[for="bonus_accept"] {
width: auto;
line-height: 1;
margin: 0;
text-align: right;
}

.openAccountModal .thin-f {
font-size: 10px !important;
} */

.realaccountModalForm .smsConfirmWindow {
    width: 100% !important;
}

.realaccountModalForm .smsConfirmWindow .smallInput {
    display: inline-block;
    float: none !important;
}

.realaccountModalForm .smsConfirmWindow .codeSubmitButton {
    display: inline-block;
    /* float: right !important; */
    padding: 0 6px;
}

.realaccountModalForm .smsConfirmWindow .sendMailAgain {
    float: right !important;
    background: none;
    color: #00a1e1;
    text-decoration: underline;
    height: auto;
    line-height: 1;
    font-size: 10px !important;
    margin: 0 !important;
}

.bonus-list ul li:first-of-type {
    display: none;
}

#singleReplenishment.curr_wrapper {
    background-color: transparent;
}

#singleReplenishment.curr_wrapper .leftSide {
    width: 100%;
    max-width: 500px;
}

#courses_list th,
#courses_list th a {
    font-size: 10px;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
}

.pammInfoBlockInner .pamm-flx-wrapper table tr td {
    color: #959595
}

.r-num {
    color: #e30a17 !important;
}

.g-num {
    color: #4cd964 !important;
}

#result_notice .doc-accept {
    text-align: right;
}

/*.pammManFunds {*/
/*    width: 135px;*/
/*}*/

/*.pammRatingHeader div:last-of-type {*/
/*    width: 135px !important;*/
/*}*/

/* #non_trading,
#transfers_button {
    width: 250px;
    height: 36px;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 46px;
    font-size: 14px
} */

/* #non_trading {
    background: #33cc33 url(../images/curr_arr_op.png) no-repeat;
    background-position: 8px center;
} */

/* #transfers_button {
    color: #666;
    background: #ebebeb url(../images/history.png) no-repeat;
    background-position: 8px center;
} */

/*.wrapper-conversion {*/
/*    width: 50%;*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*}*/

/*.wrapper-conversion:last-of-type {*/
/*    padding-left: 12px;*/
/*    border-left: 1px solid #dfe1eb;*/
/*}*/

.daily {
    text-align: left;
}


/*.daily #courses_date {*/
/*    padding-top: 5px;*/
/*    text-align: center;*/
/*    color: #959595;*/
/*    max-width: 140px;*/
/*    border: 2px solid #c6cbd2;*/
/*}*/

/*.courses_date-wrapper {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    margin: 0 0 20px 15px;*/

/*}*/

/*.courses_date-wrapper:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    left: 10px;*/
/*    top: 7px;*/
/*    background: url('../images/grey-date.png') no-repeat;*/
/*}*/

/*.courses_date-wrapper:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 8px;*/
/*    height: 4px;*/
/*    right: 10px;*/
/*    top: 13px;*/
/*    background: url('../images/sortDesc.png') no-repeat;*/
/*}*/

/*.dep-conv {*/
/*    margin: 0 7px 0 0;*/
/*}*/


/*.title-conversion {*/
/*    text-align: left;*/
/*    margin-bottom: 10px;*/
/*    min-height: 40px;*/
/*}*/

/*.title-conversion h3 {*/
/*    margin-bottom: 15px;*/
/*}*/

/*.title-conversion p {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    text-align: left;*/
/*    font-size: 14px;*/
/*    line-height: 1.3;*/
/*    color: #949caa;*/
/*    height: 35px;*/
/*}*/


/*.title-conversion img {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    margin-right: 6px;*/
/*}*/

.value-conversion {
    display: flex;
    align-items: center;
}

.value-conversion select {
    color: #fff;
    max-width: 80px;
    background: #33cc33;
    /* float: left; */
    margin: 0;
    padding: 0;
    text-align-last: center;
}

.value-conversion option {
    background: #fff;
    color: #000;
}

.wrapper-conversion .value-conversion input {
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    max-width: 92px;
    /* height: 26px; */
    font-size: 16px;
    color: #000;
    margin: 0;
    /* padding: 0 0 0 12px; */
}

.wrapper-conversion .value-conversion img {
    display: inline-block;
    width: 28px;
    color: #fff;
    border-radius: 30px;
    /* float: left; */
    background: #33cc33;
    margin: 0 0 0 10px;
    padding: 0;
    text-align-last: center;
    cursor: pointer;
}

/*.wrapper-conversion .value-conversion input::placeholder {*/
/*    color: #000;*/
/*}*/

.result-table-conversion {
    width: 100%;
    text-align: left;
}

.result-table-conversion table {
    width: 100%;
}


/*.result-table-conversion td:first-of-type {*/
/*    width: 80px;*/
/*    box-sizing: border-box;*/
/*    text-align: center;*/
/*}*/

/*.result-table-conversion td:last-of-type {*/
/*    padding-left: 12px;*/
/*    background: #eeeeee;*/
/*}*/

/*.result-table-conversion td {*/
/*    padding: 4px 0;*/
/*    text-align: left;*/
/*    border: 2px solid #c6cbd2;*/
/*}*/

/*.result-table-conversion h3 {*/
/*    min-height: 30px;*/
/*    margin: 10px 0;*/
/*    display: inline-block;*/
/*    font-size: 14px;*/
/*    font-weight: 100;*/
/*    max-width: 180px;*/
/*    color: #949caa;*/
/*}*/

/*.more-conversion {*/
/*    position: relative;*/
/*    height: 20px;*/
/*    text-align: center;*/
/*    border: 2px solid #c6cbd2;*/
/*    border-top: 0;*/
/*    cursor: pointer;*/
/*}*/

/*.more-conversion.hide-table:before {*/
/*    transform: rotate(180deg);*/
/*}*/


/*.more-conversion p.hide-tx {*/
/*    display: none;*/
/*}*/

/*.more-conversion:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 8px;*/
/*    height: 4px;*/
/*    left: 35px;*/
/*    top: 9px;*/
/*    background: url('../images/sortAsc.png') no-repeat;*/
/*}*/


/*.more-conversion p {*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    font-size: 14px;*/
/*    color: #949caa;*/
/*    padding-top: 2px;*/

/*}*/

.num-plus {
    float: right;
    display: inline-block;
    margin-right: 5px;
}

.paymentSystemHelpWindow .no-st-list > li {
    list-style: none;
}

.underHeader .bigGreenButton {
    width: 193px;
}

.emailActivation .longLabel {
    padding-bottom: 10px;
}

#back-button {
    margin: 10px auto 0 !important;
}

.question-ic {
    width: 20px;
    height: 20px;
    background: url(../images/question.svg) 0 0 no-repeat;
    filter: invert(39%) sepia(7%) saturate(0%) hue-rotate(161deg) brightness(95%) contrast(82%);
}

.group_type .hint-wrapper {
    opacity: 0;
    /* position: absolute; */
    box-sizing: border-box;
    top: 10%;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 10px;
    z-index: -1;
    border: 1px solid #ccc;
    margin: 0;
    transition: all 0.2s ease-in;
}


.group_type .help-login-wrapper p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 0;
}

.group_type .help-login-wrapper .hint-wrapper p {
    line-height: 1.5;
}

.group_type .help-login-wrapper a {
    position: static;
    display: inline-block;
    transform: none;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.help-login-wrapper input {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0 !important;
}

.help-login-wrapper a img {
    max-width: 22px;
}

/* #group_netting {
margin-left: 10px;
} */

.hint-wrapper {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 5px;
    background: #fff;
    padding: 10px;
    z-index: -1;
    border: 1px solid #ccc;
    margin: 0;
    transition: all 0.2s ease-in;
}

.hint-btn:hover + .hint-wrapper {
    opacity: 1;
    z-index: 999999;
}


.hint-wrapper p {
    margin-bottom: 0 !important;
}


.courses-list {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.courses-list .courses-item {
    flex: 1;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px;
    border-right: 1px solid #E7E7E7;
}

.courses-list .courses-item .link-course {
    max-width: 100%;
    margin-bottom: 20px;
}

.courses-list .courses-item img {
    max-width: 100%;
}

.courses-list .courses-item a {
    width: 120px;
}

.courses-list .courses-item h3 {
    text-align: center;
    min-height: 40px;
    line-height: 1.2;
}

.courses-list .courses-item p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 35px;
}

.courses-list .courses-item h3,
.courses-list .courses-item p {
    display: block;
    color: #494949;
}

.v-list {
    justify-content: space-between;
}

.v-list:after {
    content: "";
    max-width: 235px;
    width: 100%;
    flex: 0 1 33%;
}

.v-list .v-item {
    max-width: 235px;
    width: 100%;
    flex: 0 1 33%;
    margin-bottom: 20px;
}

.v-list .v-item iframe {
    display: block;
    width: 100%;
}

.v-list .v-info {
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #E7E7E7;
    padding: 15px;
    min-height: 110px;
}

.v-list .v-info > * {
    display: block;
}

.v-list .v-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #494949;
    margin-bottom: 30px;
}

.v-list .v-info span {
    font-size: 12px;
    font-weight: 400;
    color: #494949;
}

.nyp_mob {
    display: none;
}

.triathlon-links {
    margin-top: 10px;
}

.triathlon-links a {
    font-size: 12px;
    margin: 5px 0 0;
    display: inline-block;
}

.paymentSystemHelpWindow.personalityHelpWindow ul {
    margin-left: 22px;
    margin-bottom: 15px;
}

/*.paymentSystemHelpWindow.personalityHelpWindow .pers-btn-wrapper {*/
/*    flex-wrap: nowrap;*/
/*    width: 100%;*/
/*}*/


/*.paymentSystemHelpWindow.personalityHelpWindow .pers-btn-wrapper a {*/
/*    max-width: none;*/
/*    flex: 0 1 50%;*/
/*}*/


.btn-wrapper {
    flex-wrap: nowrap;
}

/*.modalWindow .btn-wrapper a {*/
/*    height: 37px;*/
/*    line-height: 2.6;*/
/*}*/

/*.modalWindow .bigGreenButton.uploadDocs {*/
/*    max-width: 336px;*/
/*    width: 100%;*/
/*    background: url('../images/upload.png') #33cc33 no-repeat 8px center;*/
/*    margin-right: 10px;*/
/*}*/

.modalWindow .bigGreenButton.uploadDocs.videoVerify {
    background: url('../images/vidverify.png') #33cc33 no-repeat 8px center;
}

.uploadedDocs {
    padding: 15px;
    background: #DCDCDC;
    margin: 15px 0 20px;
}

.uploadedDocs .flx-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0 !important;
}

.uploadedDocs .flx-wrapper > li {
    list-style: none;
    padding: 0;
    flex: 0 1 33%;
}

.uploadedDocs p {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0px !important;
}

.info-doc {
    position: relative;
}


.info-doc a {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    background: url('../images/del.png') no-repeat;
    background-size: contain;
}

.size-doc {
    font-size: 12px;
    color: #666666;
    padding-left: 6px;
}

.vidWrapper {
    max-width: 300px;
    margin: 15px auto;
}

.vidWrapper img {
    max-width: 100%;
}

.personalityHelpWindow p {
    color: #666666;
}

/*.activationend img {*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*}*/

.activationend a.bigGreenButton {
    max-width: none;
    width: 100%;
}

/*.pamm-report-invest {*/
/*    padding: 0 20px 20px 0;*/
/*}*/

/*.pamm-report-invest table.event #search {*/
/*    float: left;*/
/*}*/

#fancybox-wrap {
    box-sizing: border-box;
}

.personalityHelpWindow #containerButtons p {
    font-weight: bold;
    margin: 0;
}

.regAccountForm input[type='submit'] {
}

#regErrorMessage .error-cross {
    top: 50% !important;
    transform: translateY(-50%);
}

/* #confirmphone_table #ConfirmPhoneForm_phone{
max-width: 235px;
width: 78%;
height: 30px;
box-sizing: border-box;
display: inline-block;
vertical-align: middle;
margin: 0;
} */


/* .replenishmentInput.countryCode{
max-width: 80px;
width: 20%;
height: 30px;
box-sizing: border-box;
display: inline-block;
vertical-align: middle;
margin-bottom: 0;
border: 1px solid #cccccc;
font-size: 14px;
} */

/* .phoneField{
margin-bottom: 15px;
position: relative;
padding-left: 17px;
} */

/* .phoneField span{
position: absolute;
top: 50%;
left: 0px;
transform: translateY(-50%);
} */

@media screen and (max-width: 995px) {
    .centerBlock {
        width: 98%;
    }

    .logoBlock {
        width: 25%;
    }

    .logoBlock span {
        font-size: .7em;
    }

    .cabinetNameBlock {
        width: 25%;
        margin-left: 2%;
        margin-right: 3%
    }

    .cabinetNameBlock span {
        font-size: 1.4em;
    }

    .headerRigthBlock {
        width: 45%;
    }

    .infoBlock .left {
        width: 50%;
    }

    .infoBlock .right {
        width: 50%;
    }

    /*.infoBlock .right #exitButton{width:95px;}*/
    /*.infoBlock .right ul li a{width:93px;}*/
    /*     .blocksContainer {
    width: 49%;
} */
    .blocksContainer .block {
        width: auto;
    }

    .blocksContainer.flexBlocks > div {
        flex: 0 1 100%;
        max-width: none;
    }

    .openButtonContainer {
        margin-right: 11px;
    }

    .hideAccountsList {
        margin: 5px 12px 0 0;
    }

    #footer {
        width: 100%;
    }

    #footer .leftSide {
        margin: 20px 6.125%;
    }

    #footer p {
        line-height: 1.5em;
    }

    #footer p,
    #footer a {
        color: #969291;
    }


    /*иконки*/
    .blocksContainer .block .top .left {
        width: 20%;
    }

    .blocksContainer .block .top .left .icon {
        width: 90%;
    }

    .blocksContainer .block .top .right {
        width: 80%;
    }

    .textBlockContainer {
        width: 54%;
    }

    .blocksContainer .block .top .right .title {
        font-size: 1.05em;
    }

    .blocksContainer .block .top .left .icon.anketa {
        background: url(../images/adp/anketa.png) no-repeat 0 0;
        background-size: contain;
    }

    .blocksContainer .block .top .left .icon.trading {
        background: url(../images/adp/trading.png) no-repeat 0 0;
        background-size: contain;
    }

    .blocksContainer .block .top .left .icon.demo {
        background: url(../images/adp/demo.png) no-repeat 0 0;
        background-size: contain;
    }

    .blocksContainer .block .top .left .icon.replenishment {
        background: url(../images/adp/replenishment.png) no-repeat 0 0;
        background-size: contain;
    }

    .blocksContainer .block .top .left .icon.withdraw {
        background: url(../images/adp/withdraw.png) no-repeat 0 0;
        background-size: contain;
    }

    .blocksContainer .block .top .left .icon.cfd {
        background: url(../images/adp/cfd.png) no-repeat 0 0;
        background-size: contain;
    }

    .blocksContainer .block .top .left .icon.news {
        background: url(../images/adp/news.png) no-repeat 0 0;
        background-size: contain;
    }

    .blocksContainer .block .top .left .icon.analytics {
        background: url(../images/adp/analytics.png) no-repeat 0 0;
        background-size: contain;
    }

    .blocksContainer .block .top .left .icon.ib {
        background: url(../images/adp/ib.png) no-repeat 0 0;
        background-size: contain;
    }

    .blocksContainer .block .top .left .icon.contest {
        background: url(../images/adp/contest.png) no-repeat 0 0;
        background-size: contain;
    }

    .blocksContainer .block .top .left .icon.pamm {
        background: url(../images/adp/pamm.png) no-repeat 0 0;
        background-size: contain;
    }

    .blocksContainer .block .top .left .icon.app {
        background: url(../images/adp/app.jpg) no-repeat 0 0;
        background-size: contain;
    }

    /*иконки*/
    /*меню*/
    #sidebar ul li a {
        margin: 0 auto;
        font-size: 11px;
    }

    #sidebar ul li .profile {
        background: url(../images/adp/m_profile.png) no-repeat 50% 0;
    }

    #sidebar ul li .profile:hover,
    #sidebar ul li.activeItem .profile {
        background: url(../images/adp/ma_profile.png) no-repeat 50% 0;
    }

    #sidebar ul li .demo {
        background: url(../images/adp/m_demo.png) no-repeat 50% 0;
    }

    #sidebar ul li .demo:hover,
    #sidebar ul li.activeItem .demo {
        background: url(../images/adp/ma_demo.png) no-repeat 50% 0;
    }

    #sidebar ul li .trading {
        background: url(../images/adp/m_trading.png) no-repeat 50% 0;
    }

    #sidebar ul li .trading:hover,
    #sidebar ul li.activeItem .trading {
        background: url(../images/adp/ma_trading.png) no-repeat 50% 0;
    }

    #sidebar ul li .pamm {
        background: url(../images/adp/m_pamm.png) no-repeat 50% 0;
    }

    /* #sidebar ul li .pamm:hover, */
    #sidebar ul li.activeItem .pamm {
        background: url(../images/adp/ma_pamm.png) no-repeat 50% 0;
    }

    #sidebar ul li .replenishment {
        background: url(../images/adp/m_replenishment.png) no-repeat 50% 0;
    }

    #sidebar ul li .replenishment:hover,
    #sidebar ul li.activeItem .replenishment {
        background: url(../images/adp/ma_replenishment.png) no-repeat 50% 0;
    }

    #sidebar ul li .withdrawal {
        background: url(../images/adp/m_withdrawal.png) no-repeat 50% 0;
    }

    #sidebar ul li .withdrawal:hover,
    #sidebar ul li.activeItem .dowjones {
        background: url(../images/adp/ma_withdrawal.png) no-repeat 50% 0;
    }

    #sidebar ul li .dowjones {
        background: url(../images/adp/m_dowjones.png) no-repeat 50% 0;
    }

    #sidebar ul li .dowjones:hover,
    #sidebar ul li.activeItem .dowjones {
        background: url(../images/adp/ma_dowjones.png) no-repeat 50% 0;
    }

    #sidebar ul li .news {
        background: url(../images/adp/m_news.png) no-repeat 50% 0;
    }

    /* #sidebar ul li .news:hover, */
    #sidebar ul li.activeItem .news {
        background: url(../images/adp/ma_news.png) no-repeat 50% 0;
    }

    #sidebar ul li .documents {
        background: url(../images/adp/m_documents.png) no-repeat 50% 0;
    }

    #sidebar ul li .documents:hover,
    #sidebar ul li.activeItem .documents {
        background: url(../images/adp/ma_documents.png) no-repeat 50% 0;
    }

    #sidebar ul li .contactus {
        background: url(../images/adp/m_contactus.png) no-repeat 50% 0;
    }

    #sidebar ul li .contactus:hover,
    #sidebar ul li.activeItem .contactus {
        background: url(../images/adp/ma_contactus.png) no-repeat 50% 0;
    }

    /*меню*/
    .newsBlock {
        /* width: 90%; */
    }

    .newsBlock .newsTable {
        width: 100%;
    }

    .accountsTable {
        table-layout: auto;
        width: 95%;
    }

    #sidebar {
        width: 12%
    }

    #centerContent {
        width: 85%;
    }

    #centerContent .sectionHeader {
        /* width: 90%; */
        /* margin-left: 5%; */
    }

    /*главная после регистрации*/
    .blocksContainer .block.inactive .inactiveWrapper {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .blocksContainer .block.inactive .inactiveWrapper .textWrapper {
        margin-top: 0;
        padding-left: 10%;
    }

    .blocksContainer .block.inactive .inactiveWrapper .blockName {
        font-size: 25px;
    }


    /*Реальный счет*/
    #centerContent .sectionHeader h1 {
        /* font-size: 27px; */
    }

    .accountInformationContainer .accountInfoLeft {
        width: 60%;
    }

    /*.accountInfoLeft .accountInfoTable {*/
    /*    table-layout: auto;*/
    /*    width: 100%;*/
    /*}*/

    .accountInformationContainer .accountInfoRight {
        width: 35%;
    }

    /*.accountInfoLeft .accountInfoTable tr td,*/
    /*.accountInfoRight .accountDataTable tr td {*/
    /*    font-size: 12px;*/
    /*}*/

    .accountInfoLeft .ibInfoTable tr td:first-child {
        padding-right: 10px;
    }

    .ibCenterBlock.wideIBBlock {
        width: 100%;
    }

    /*Реальный счет*/
    /*Пополнение счета*/
    /*     .accountsTableContainer {
    width: 90%;
    padding-left: 5%;
}*/
    .sectionHeader .leftSection {
        /* width: 60%; */
    }

    .accountsPageTable thead tr th {
        font-size: 1.1em;
    }

    .accountsTableContainer #singleReplenishment {
        width: 100%;
    }

    .accountsTableContainer #singleReplenishment .leftSide,
    .accountsTableContainer #singleReplenishment .rightSide {
        float: none;
    }

    .accountsTableContainer #singleReplenishment .rightSide {
        width: 90%;
        padding-left: 36px;
        background: none;
    }

    #singleReplenishment .rightSide .title {
        text-align: left;
    }

    #singleReplenishment .rightSide .phoneNumber {
        text-align: left;
    }

    #singleReplenishment .rightSide a {
        margin-left: 0;
    }

    /*Пополнение счета*/
    /*Мои документы*/
    .formContainer {
        /* margin-left: 6.125%; */
        /* width: 94%; */
    }

    .documentsBlockInfoWrap {
        width: 95%;
    }

    .documentsBlockContainer .documentsInner {
        width: 90%;
    }

    .documentsBlockContainer h3 {
        margin-bottom: 20px;
    }

    .documentsBlockContainer .documentsInner p {
        margin-bottom: 15px;
    }

    /*Мои документы*/
    /*пополнить счет*/
    .replenishmentOptionsTableHead,
    .replenishmentOptionsTable {
        table-layout: auto;
        width: 100%;
    }

    .replenishmentOptionsTable tr td {
        font-size: 11px;
    }

    .replenishmentOptionsTable tr td:first-child {
        width: 10%;
    }

    .replenishmentOptionsTable .replenishmentButton {
        max-width: 125px;
    }

    /*пополнить счет*/
    /*Аналитика*/
    .analyticsSingleBlock {
        width: 90%;
    }

    .analyticsTextBlock {
        width: 87%;
    }

    .analyticsTextBlock pre {
        font-family: Arial;
        font-size: 12px;
        overflow: scroll;
        display: block;
        width: auto;
    }

    /*Аналитика*/
    /*Обратная связь*/
    .messagesLeftPane,
    .messagesRightPane,
    .messagesRightPane .messagesHeadline {
        width: 100%;
    }

    .messagesRightPane .messagesHeadline {
        margin-left: 0;
    }

    .messagesLeftPane .messagesHeadline,
    .separatorLine {
        width: 100%;
    }

    /*.messagesRightPane {*/
    /*    margin-top: 15px;*/
    /*}*/
    .messagesRightPaneInner {
        margin-top: 0;
    }

    /*.createNewMessageBox {*/
    /*    width: 96%;*/
    /*    padding: 2%;*/
    /*}*/
    #messageContentBox .singleMessage,
    .messageShortBlock,
    .messageShortBlock.active {
        width: 100%;
    }

    .messagesLeftPane {
        padding-right: 0;
        max-width: 150px;
    }


    /*Обратная связь*/
    /*!*Новости*!*/
    /*.newsItem {*/
    /*    width: 95%;*/
    /*    float: none;*/
    /*    margin: 0 2.125%;*/
    /*}*/
    /*.newsItem .left,*/
    /*.newsItem .right {*/
    /*    float: none;*/
    /*}*/
    /*.newsItem .left {*/
    /*    text-indent: 0;*/
    /*    margin-bottom: 10px;*/
    /*}*/
    /*.newsItem .right {*/
    /*    width: 100%;*/
    /*}*/
    /*Новости*/
    /*ПАММ*/
    .ibCenterBlock {
        width: 100%;
    }

    .pammRequestsTable {
        width: 100%;
    }

    .investorsTable thead tr th {
        font-size: 12px;
    }

    .accountsBlock {
        width: 100%;
    }

    /*.pammAgreementsBlock label {*/
    /*    width: 90%;*/
    /*    font-size: 13px;*/
    /*}*/

    /*ПАММ*/
    /*ПАММ-Агент*/
    #yw1_c2,
    #yw1_c3 {
        text-align: right !important;
    }

    .pammReimbursmentTextBlock {
        right: 2%;
    }

    /*#pammSearchBlock {*/
    /*    float: left;*/
    /*}*/

    .pammAgentRegistrationLeft .pammAgentName {
        display: none;
    }

    .pammAgentNameLabel {
        display: block;
        color: #666;
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    /*ПАММ-Агент*/
    /*ПАММ-Инвестор*/
    .ibCenterBlock.wideIBBlock.pammInvestorBlock {
        width: 85%;
    }

    .pammTitle .pammNameBlock {
        width: 45%;
    }

    .pammFilterWrapper .title {
        padding-left: 0;
    }

    /*.advancedFilter .filterColumn {*/
    /*    width: 100%;*/
    /*    float: none;*/
    /*}*/

    /*.filterBlock {*/
    /*    float: left;*/
    /*    margin-left: 10px;*/
    /*}*/

    .de .filterBlock.pamm-age .filterTitle {
        font-size: 11px;
    }

    .es .filterBlock.man-share .filterTitle {
        font-size: 11px;
        margin-top: 5px;
    }

    .es .filterBlock.man-share .sliderControl {
        margin-top: 1px;
    }

    .es .filterBlock.invest-per .filterTitle {
        font-size: 11px;
    }

    .filterBlock.noSlider {
        margin-bottom: 13px;
    }

    /*.pammFilterWrapper .filterBody {*/
    /*    padding-left: 10px;*/
    /*    background: none;*/
    /*    margin: 0 auto;*/
    /*}*/

    /*ПАММ-Инвестор*/
    /*Опросный лист*/
    .questionary {
        margin-left: 0 !important;
    }

    .editDataTable tr td {
        width: 50%;
    }

    /*Опросный лист*/
    .editDataTable {
        /* margin: 10px 0 38px;. */
        /* table-layout: auto; */
        /* width: 90% !important; */
    }

    .realaccountInstructions {
        width: 700px;
    }

    .realaccountInstructions .ibDataTable table.instructions-table {
        width: 100%;
        max-width: 650px;
    }

    .realaccountInstructions,
    .realaccountInstructions .confirmEmailTitle {
        height: auto;
    }

    /*Popup headers*/
    .modalWindow .modalMiddle .head {
        height: auto;
        overflow: hidden;
    }

    .modalWindow .modalMiddle .head span {
        float: none;
        display: inline-block;
        position: relative;
        line-height: 1.6em;
        padding: 5px;
        width: 96%;
    }

    .modalWindow .modalMiddle .head .close {
        float: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    /*Popup headers*/
    /*Отзыв средств*/
    #singleReplenishment .head {
        text-align: center;
        height: auto;
    }

    #singleReplenishment.singleWithdrawal .head span {
        padding-left: 0;
    }

    #singleReplenishment .leftSide .leftAlignedLabel,
    #singleReplenishment .sumToCollect,
    #singleReplenishment .russiaBankWithdrawalHint {
        float: none;
    }

    .russiaBankWithdrawalHint.sumHintLabel {
        display: block;
        padding-left: 0;
    }

    #singleReplenishment .leftSide.withdrawal {
        padding-left: 0;
    }

    #singleReplenishment .withdrawalHint {
        float: none;
        display: inline-block;
    }

    .modalWindow .smsConfirmWindow {
        /* width: 250px !important; */
        margin: 0 auto;
    }

    .smsConfirmWindow .smsInput {
        min-width: 175px;
    }

    .smsConfirmWindow .codeSubmitButton {
        margin-bottom: 10px;
    }

    .smsConfirmWindow .codeSubmitButton,
    .smsConfirmWindow .sendMailAgain {
        clear: both;
        float: none !important;
        display: block;
        margin-left: 0 !important;
        /* min-width: 175px; */
    }

    #singleReplenishment .leftSide .smallInput {
        min-width: 175px;
    }

    /*    #singleReplenishment.bankWithdrawal .leftSide.withdrawal .bigGreenButton.getDataButton{margin-left:155px;}*/
    #singleReplenishment .leftSide.withdrawal .bigGreenButton {
        float: none;
        width: 165px;
    }

    #smsConfirmWindow .importantNoticeWithdrawal {
        width: 100%;
    }

    .withdrawalHint.largeHint {
        width: auto;
    }

    /*Отзыв средств*/
    .confirmCodeTable .inputWrapper .smsConfirmWindow {
        /* width: 180px; */
        margin-left: 0;
    }


    .noPammAgentBlock .pammAgentNameField {
        width: 90%;
    }

    .smsCodeInputWrap {
        /* width: 180px; */
        /* margin-bottom: 10px; */
    }

    .smsCodeInputWrap > label {
        margin-left: 0;
        width: 100%;
    }

    .inputWrapper .smsConfirmWindow .sendMailAgain,
    .inputWrapper .smsConfirmWindow .codeSubmitButton {
        margin-bottom: 10px !important;
    }

    #singleReplenishment.bankWithdrawal .leftSide.withdrawal .bigGreenButton.getDataButton {
        margin: 0px 10px 10px 0;
        width: 175px;
    }

    .infoBlock {
        width: 100%;
        display: flex;
    }

    .underHeader {
        /* margin-top: 15px; */
    }

    .underHeader .bigGreenButton {
        margin-top: 20px;
    }

    .headerRigthBlock #toHomepage {
        margin-top: 0;
    }

    /*#pammAccountsBlock {*/
    /*    overflow: scroll;*/
    /*}*/

    .courses-list {
        flex-wrap: wrap;
    }

    .courses-list .courses-item {
        align-items: center;
    }

    .courses-list .courses-item:last-of-type {
        border-top: 1px solid #E7E7E7;
    }
}

@media screen and (max-width: 765px) {
    .logoBlock span {
        font-size: .65em;
    }

    .cabinetNameBlock span {
        font-size: 1.2em;
    }

    .cabinetNameBlock em {
        font-size: 0.8em;
    }

    .documentsBlockInfoWrap {
        width: 80%;
    }

    /*.sectionHeader .leftSection {*/
    /*    width: 65%;*/
    /*}*/

    .messagesBlockHeader .bigGreenButton.openAccountButton {
        width: 155px;
    }

    .sectionHeader.demoAcc .leftSection,
    .sectionHeader.realAcc .leftSection {
        width: 60%;
    }

    /*Пополнение*/
    .sectionHeader.depositBox .leftSection {
        width: 100%;
    }

    .sectionHeader.depositBox .rightSection {
        width: 100%;
    }

    .sectionHeader.depositBox .rightSection .bigGreenButton.openAccountButton {
        float: left;
    }

    .sectionHeader.depositBox .rightSection .link-inheader {
        display: block;
        margin-top: 13px;
    }

    .withdrawalHint.mediumHint {
        width: 90%;
    }

    /*Пополнение*/
    /*Отзыв*/
    .sectionHeader.withdrawBox .leftSection {
        width: 100%;
    }

    .sectionHeader.withdrawBox .rightSection {
        width: 100%;
    }

    .sectionHeader.withdrawBox .rightSection .bigGreenButton.openAccountButton {
        float: left;
    }

    .sectionHeader.withdrawBox .rightSection .link-inheader {
        display: block;
        margin-top: 13px;
    }

    .smsConfirmWindow .codeSubmitButton {
        clear: left;
        float: none;
    }

    /*Отзыв*/
    /*ПАММ*/
    .pammInformationBlock {
        overflow: auto;
    }

    #pammSearchBlock {
        width: 100%;
    }

    .currencyQuotesSettingsModal {
        left: 0;
    }

    /*серая шапка в верху страницы*/
    #centerContent .header {
        /* display: none; */
    }

    /*ПАММ-агент*/
    .accountsTableContainer,
    .accountInformationContainer,
    .accountInformationContainer .accountInfoLeft,
    .accountInformationContainer .accountInfoRight {
        position: static;
    }

    .accountInformationContainer .accountInfoLeft {
        overflow: hidden;
    }

    .innactiveLayerWrap {
        position: relative;
    }

    .pammAgentRegistrationRight {
        width: 100%;
    }

    /*ПАММ-агент*/
    .dep-conv {
        margin: 0 10px 15px 0;
    }

    .wrapper-conversion {
        max-width: 235px;
        width: 100%;
        display: block;
        vertical-align: top;
        margin: 0 0 15px 0;
    }

    .wrapper-conversion:last-of-type {
        padding-left: 0;
        border: 0;
    }

    .v-list .v-item {
        flex: 0 1 49%;
    }

    .nyp_mob {
        display: block;
    }

    .nyp_desk {
        display: none;
    }

    .popup-promo {
        max-width: 290px;
        width: 688px;
        min-height: auto;
        padding: 0px 25px 20px;
        background: #fff;
        color: #fff;
    }

    .nyp_desk_wrapper {
        background: #000;
    }

    .nyp_desk_wrapper {
        background-size: contain;
    }

    .triathlon_popup {
        color: #000;
        padding-top: 15px;
    }

    .popup-promo h2 {
        max-width: 240px;
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
    }

    .triathlon_popup h2 {
        max-width: none;

    }

    .popup-promo-wrapper .modalMiddle .head .close {
        top: 30px;
    }

    .popup-promo-wrapper.triathlon .modalMiddle .head .close {
        top: 0;
        right: 0;
    }

    .popup-promo .flx-wrapper > div:first-of-type {
        margin-right: 0;
    }

    .popup-promo h3 {
        margin-right: 75px;
    }

    .popup-promo h3,
    .price {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
    }

    .popup-promo li {
        margin-bottom: 8px;
    }

    .popup-promo .hiddenTextBlock {
        margin-bottom: 10px;
    }

    .btn-not-show {
        font-size: 10px;
        bottom: 5px;
        right: 10px;
    }

    .triathlon-wrapper {
        display: block;
    }

    .triathlon-btn-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .triathlon_popup .popup-btn {
        max-width: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .ic-popup img,
    .ic-popup p {
        vertical-align: top;
    }

    .popup-desk {
        display: none;
    }

    .popup-mob-header {
        display: block;
    }


    .paymentSystemHelpWindow.personalityHelpWindow .pers-btn-wrapper,
    #containerButtons {
        flex-wrap: wrap;
        width: 100%;
    }


    .paymentSystemHelpWindow.personalityHelpWindow .pers-btn-wrapper a,
    #containerButtons > a {
        max-width: none;
        flex: 0 1 100%;
        margin: 0 0 10px;
    }

    .paymentHelpText p {
        font-size: 14px;
    }

    #messagesContainer {
        flex-wrap: wrap;
    }

    #messagesContainer > * {
        max-width: none;
    }

}

@media screen and (max-width: 720px) {

    /*Common CSS-styles*/
    body {
        background: #f8f7f6;
    }

    /*#container {width:100%;}*/
    .adp-menu-link {
        background: url(../images/adp/menu_icon.png) no-repeat;
        display: inline-block;
        width: 30px;
        height: 25px;
        position: relative;
        left: 13px;
        top: 5px;
    }

    /*#centerContent .header span{margin-top:5px;}*/
    /*.multyLineError{width:90%;}*/
    .centerBlock {
        width: 92%;
    }

    .centerContainer {
        margin-top: 0;
    }

    #toHomepage,
    #livechat-compact-container {
        display: none;
    }

    .m-hrd-wrap {
        height: 17.5vw;
    }

    .nb {
        position: relative;
        height: 100%;
        min-height: 56px;
    }

    .logoBlock {
        width: 50%;
    }

    .logoBlock span {
        display: none;
    }

    .cabinetNameBlock {
        width: auto;
    }

    #logo {
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
    }

    #logo-img {
        background-repeat: no-repeat;
        background-size: contain;
    }


    /*Modal window*/
    .modalWindow {
        width: 100%;
        max-width: 720px;
    }

    .sendBlockRequestModal {
        width: 100%;
    }


    /*Меню*/
    #sidebar {
        display: none;
    }

    .adp-menu-hdr {
        color: #969291;
        font-size: 1.6em;
        padding: 15px 30px 15px 50px;
        line-height: 2em;
        text-transform: uppercase;
    }

    .adp-menu-hdr span {
        float: right;
        font-size: 2em;
        cursor: pointer;
    }

    #adp-menu {
        width: 100%;
        background: #f8f7f6;
        border: none;
        position: absolute;
        z-index: 10002;
    }

    #adp-menu ul {
        border-bottom: 1px solid #d5d1cf;
    }

    #adp-menu ul li:first-child {
        border-top: 1px solid #d5d1cf;
    }

    #adp-menu ul li:last-child {
        border-bottom: none;
    }

    #adp-menu ul li {
        background: none;
        border-bottom: 1px solid #d5d1cf;
        margin: 0 10px;
        padding: 15px 0;
    }

    #adp-menu ul li a {
        background: none;
        text-decoration: none;
        font-size: 1.1em;
        text-transform: uppercase;
        padding: 10px 0 5px 50px;
        text-align: left;
        color: #969291;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    #adp-menu ul li a:hover,
    #sidebar ul li.activeItem a {
        text-decoration: none;
    }

    #adp-menu ul li .profile {
        background-image: url(../images/adp/m_profile.png);
        background-size: contain;
    }

    #adp-menu ul li .profile:hover,
    #sidebar ul li.activeItem .profile {
        background-image: url(../images/adp/ma_profile.png);
        background-size: contain;
    }

    #adp-menu ul li .demo {
        background-image: url(../images/adp/m_demo.png);
        background-size: contain;
    }

    #adp-menu ul li .demo:hover,
    #sidebar ul li.activeItem .demo {
        background-image: url(../images/adp/ma_demo.png);
        background-size: contain;
    }

    #adp-menu ul li .trading {
        background-image: url(../images/adp/m_trading.png);
        background-size: contain;
    }

    #adp-menu ul li .trading:hover,
    #sidebar ul li.activeItem .trading {
        background-image: url(../images/adp/ma_trading.png);
        background-size: contain;
    }

    #adp-menu ul li .pamm {
        background-image: url(../images/adp/m_pamm.png);
        background-size: contain;
    }

    /* #adp-menu ul li .pamm:hover, */
    #sidebar ul li.activeItem .pamm {
        background-image: url(../images/adp/ma_pamm.png);
        background-size: contain;
    }

    #adp-menu ul li .replenishment {
        background-image: url(../images/adp/m_replenishment.png);
        background-size: contain;
    }

    #adp-menu ul li .replenishment:hover,
    #sidebar ul li.activeItem .replenishment {
        background-image: url(../images/adp/ma_replenishment.png);
        background-size: contain;
    }

    #adp-menu ul li .withdrawal {
        background-image: url(../images/adp/m_withdrawal.png);
        background-size: contain;
    }

    #adp-menu ul li .withdrawal:hover,
    #sidebar ul li.activeItem .dowjones {
        background-image: url(../images/adp/ma_withdrawal.png);
        background-size: contain;
    }

    #adp-menu ul li .dowjones {
        background-image: url(../images/adp/m_dowjones.png);
        background-size: contain;
    }

    #adp-menu ul li .dowjones:hover,
    #sidebar ul li.activeItem .dowjones {
        background-image: url(../images/adp/ma_dowjones.png);
        background-size: contain;
    }

    #adp-menu ul li .news {
        background-image: url(../images/adp/m_news.png);
        background-size: contain;
    }

    /* #adp-menu ul li .news:hover, */
    #sidebar ul li.activeItem .news {
        background-image: url(../images/adp/ma_news.png);
        background-size: contain;
    }

    #adp-menu ul li .documents {
        background-image: url(../images/adp/m_documents.png);
        background-size: contain;
    }

    #adp-menu ul li .documents:hover,
    #sidebar ul li.activeItem .documents {
        background-image: url(../images/adp/ma_documents.png);
        background-size: contain;
    }

    #adp-menu ul li .contactus {
        background-image: url(../images/adp/m_contactus.png);
        background-size: contain;
    }

    #adp-menu ul li .contactus:hover,
    #sidebar ul li.activeItem .contactus {
        background-image: url(../images/adp/ma_contactus.png);
        background-size: contain;
    }

    /*Меню*/
    /*Layout main*/
    body.layout-main {
        background: #fff;
    }

    .blocksContainer {
        width: 100%;
    }

    .blocksContainer .block .header {
        background: #eceae7;
    }

    .layout-main .cabinetNameBlock {
        float: right;
        margin-left: 0;
        margin-top: 3%;
    }

    .layout-main .cabinet.layout-main .infoBlock .rightNameBlock span {
        font-size: 1.45em;
    }

    .layout-main .cabinetNameBlock em {
        font-size: .9em;
    }

    .layout-main .headerRigthBlock,
    .layout-main .infoBlock {
        width: 100%;
        float: none;
    }

    .layout-main .infoBlock {
        overflow: hidden;
    }

    .layout-main .infoBlock .left {
        width: 48%;
        height: 122px;
    }

    .layout-main .infoBlock .right {
        width: 48%;
        float: right;
        height: 122px;
        padding-right: 10px;
    }

    .infoBlock .right #exitButton,
    .infoBlock .right ul li a {
        font-size: .8em;
        padding-right: 10px;
    }

    .infoBlock .right ul li a {
        padding-right: 10px;
    }

    .infoBlock .right ul li a {
        width: 100%;
        display: inline-block
    }

    .languageSelectionWrapper {
        display: inline-block;
    }

    /*#headerLanguage {*/
    /*    font-size: 20px;*/
    /*    background-image: url(../images/downGrayArrow.png);*/
    /*    background-position: 0 50%;*/
    /*    color: #969291;*/
    /*}*/
    #headerMail {
        margin-right: 20px;
    }

    #breadCrumbs {
        margin-top: 20px;
    }

    .layout-main #header {
        margin-bottom: 15px;
    }

    .blocksContainer {
        float: none;
    }

    .blocksContainer .block {
        border: none;
        border-bottom: 1px solid #e7e7e7;
    }

    .blocksContainer.leftColumn {
        margin-right: 0;
    }

    .layout-main .blocksContainer .block {
        width: 100%;
    }

    .newsBlock {
        width: 100%;
        border-top: 1px solid #d2d2d2;
        margin: 7px 0 0;
    }

    .newsBlock .showAllLink {
        margin-top: 20px;
    }

    .blocksContainer .block .top .left {
        width: 20%;
    }

    .blocksContainer .block .top .right {
        width: 80%;
    }

    .accountsTable,
    .newsBlock .newsTable {
        width: 95%;
    }

    .accountsTable tbody tr td:first-child,
    .accountsTable thead tr th:first-child {
        border-left: none;
    }

    .accountsTable tbody tr td:last-child,
    .accountsTable thead tr th:last-child {
        border-right: none;
    }

    .blocksContainer .block .top .left .icon {
        width: 100%;
    }

    .blocksContainer .block .top .right .secondLineRight,
    .blocksContainer .block .top .right .secondLineRight .statusWrapper {
        width: 97%;
    }

    .blocksContainer .block .bottom .listWrapper {
        padding-left: 0;
    }

    .blocksContainer .block .bottom .listWrapper ul {
        width: 45%;
    }

    .blocksContainer .block .bottom .listWrapper {
        float: none;
    }

    .textBlockContainer {
        width: 47%;
    }

    .layout-main #footer {
        margin-top: 40px;
    }

    /*14.07.2016 - Опросный лист*/
    #centerContent {
        margin: 0;
        width: 100%;
        border: none;
    }

    #centerContent .sectionHeader {
        width: 100%;
        margin-left: 0;
        border-width: 1px;
    }

    #centerContent .header span {
        padding-left: 6%;
    }

    .formContainer {
        /* margin-left: 6%; */
        /* width: 94%; */
    }

    .editDataTable {
        /* margin: 10px 0 38px; */
        /* table-layout: auto; */
        /* width: 90% !important; */
    }

    .editDataTable tr td {
        width: 58%;
    }

    .editDataTable tr td:nth-child(1) {
        width: 42%;
    }

    .editDataTable tr td .inputField {
        width: 100%;
    }

    .safeBoxImage {
        margin-right: 20px;
    }

    /*     #centerContent .sectionHeader h1 {
    font-size: 1.2em;
    padding-left: 6.125%;
} */
    /*#centerContent .sectionHeader p {*/
    /*    padding-left: 6.125%;*/
    /*}*/

    .editDataTable tr td label {
        width: 79%;
    }

    .fieldsSectionHead {
        margin-bottom: 15px;
        line-height: 1.2em;
    }

    #profile-form label {
        padding-right: 0;
    }

    .questionary tr td {
        font-size: 12px;
    }

    /*#centerContent .sectionHeader p {*/
    /*    font-size: 12.5px;*/
    /*}*/

    .questionaryInnerTable {
        margin-left: 5px;
    }

    .documentsBlockContainer .roundedCornersButton.green {
        margin-top: 15px;
    }

    /*14.07.2016 - Опросный лист*/
    /*15.07.2016 - Пополнение счета*/
    .accountsTableContainer {
        width: 100%;
        padding-left: 0;
    }

    .replenishmentOptionsTableHead {
        display: none;
    }

    .replenishmentBlockToggler {
        padding: 5px 0;
    }

    .replenishmentBlockToggler span {
        margin-left: 10px;
    }

    .replenishmentOptionsTable {
        table-layout: auto;
        width: 100%;
    }

    .replenishmentOptionsTable,
    .replenishmentOptionsTable tbody,
    .replenishmentOptionsTable tr,
    .replenishmentOptionsTable td {
        display: block;
    }

    .replenishmentOptionsTable tr {
        margin-bottom: 15px;
    }

    .replenishmentOptionsTable tr td {
        text-align: left;
        background-image: none;
        height: auto;
        padding: 10px;
        font-size: 12px;
    }

    .replenishmentButton {
        margin-bottom: 10px;
    }

    /*     .replenishmentOptionsTable tr td b.hdr {
    display: block;
} */
    .replenishmentOptionsTable tr td:first-child {
        width: auto;
    }

    /*15.07.2016*/
    /*главная после регистрации*/
    .blocksContainer .block.inactive .inactiveWrapper .textWrapper {
        padding-left: 7.125%;
        padding-right: 6.125%;
    }

    .blocksContainer .block.inactive .inactiveWrapper .blockName {
        font-size: 32px
    }

    /*главная после регистрации*/
    /*новости*/
    /*.newsItem {*/
    /*    width: 87%;*/
    /*    margin: 0 6.125%;*/
    /*}*/
    /*новости*/
    /*Аналитика*/
    #analyticsDateBlock {
        margin: 0 0 8px 6.125%;
    }

    .analyticsSingleBlock {
        float: none;
        margin: 0;
        width: 100%;
    }

    .analyticsTextBlock {
        width: 94%;
        float: none;
        margin-left: 0;
    }

    .analyticsTextBlock pre {
        font-family: Arial;
        font-size: 12px;
        overflow: scroll;
        display: block;
        width: auto;
    }

    .analyticsSingleBlock .date {
        width: 50px;
    }

    .analyticsSingleBlock .title {
        padding-left: 60px;
        padding-right: 15px;
    }

    .analyticsSingleBlock.hasBody .title {
        background-position: 50px 1px;
    }

    /*Аналитика*/
    /*Торговые счета*/
    .table-bordered.accountsPageTable {
        border-top: none;
        border-right: none;
    }

    /*     .accountsPageTable thead {
    display: none;
} */
    /*     .accountsPageTable tr,
.accountsPageTable td,
.accountsPageTable th {
    display: block;
} */
    .ibAccountsTable tfoot tr th {
        border-right: 1px solid #ddd;
        text-align: left;
    }

    /*   .accountsPageTable tr {
    margin-bottom: 15px;
}

.accountsPageTable td {
    border-right: 1px solid #ddd;
}

.accountsPageTable td:last-child {
    border-bottom: 1px solid #ddd;
} */
    /*     .table-bordered.accountsPageTable tbody tr td {
    text-align: left;
    overflow: hidden;
    font-size: 13px;
} */
    .accountsPageTable td .redNotice {
        margin-left: 5px;
    }

    .accNumWrap {
        float: left;
        width: auto;
    }

    .accountsPageTable tr td b.acc_num {
        float: left;
        margin-right: 10px;
    }

    .accountsTableContainer .textBlock {
        padding-left: 0;
    }

    #RealAccountForm_phone_password {
        width: 87%;
    }

    #RealAccountForm_bonus_program {
        width: 80%;
    }

    #singleReplenishment .head.longHeadlineBlock span {
        padding-left: 0;
    }

    /*Торговые счета*/
    /*Торговый счет*/
    .accountInformationContainer {
    }

    .accountInformationContainer .accountInfoLeft {
        float: none;
        width: 96%;
    }

    .accountInformationContainer .accountInfoRight {
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    /*.accountInfoLeft .accountInfoTable {*/
    /*    width: 95%;*/
    /*    table-layout: auto;*/
    /*}*/

    /*.accountInfoLeft .accountInfoTable tr td,*/
    /*.accountInfoRight .accountDataTable tr td {*/
    /*    font-size: 13px;*/
    /*}*/

    /*.accountInfoLeft .accountInfoTable td:first-child {*/
    /*    width: 42%;*/
    /*    padding-right: 10px;*/
    /*    padding-top: 3px;*/
    /*}*/

    .ibCenterBlock.wideIBBlock {
        width: 100%;
        float: none;
    }

    /*     .accountsTableContainer .ibGrayButton {
            float: none;
            max-width: 135px;
            margin: 20px auto;
        } */
    .openAccountModal table.claimTable {
        table-layout: auto;
        margin: 15px 20px 0 20px !important;
    }

    /*.openAccountModal table.claimTable .input,*/
    /*table.claimTable .blockAccountRequestText {*/
    /*    width: 230px;*/
    /*}*/

    .openAccountModal table.claimTable textarea {
        width: 230px;
    }

    table.claimTable .bigGreenButton.formButton {
        max-width: 260px;
        width: 150px;
    }

    .openAccountModal table.emailActivation {
        table-layout: auto;
    }

    .openAccountModal table.chng-leverage {
        margin-left: auto !important;
        width: 190px;
    }

    table.chng-leverage .bigGreenButton {
        width: 190px;
    }


    /*Торговый счет*/
    /*Демо-счета*/
    .accountsPageTable tr.hiddenRow {
        margin-bottom: 0;
    }

    .accountsPageTable tr.hiddenRow td:last-child {
        border-bottom: none;
    }

    .accountsPageTable .hiddenRow .cellContents ul li {
        float: none;
        display: inline-block;
    }

    /*.accountsPageTable .hiddenRow .cellContents ul li:first-child {*/
    /*    margin-left: 20px;*/
    /*}*/
    .bigGreenButton.openAccountButton {
        width: 155px;
    }


    /*формы в popup-окнах*/
    /*.emailActivation{width:250px;}*/
    .emailActivation select {
        width: 190px;
    }

    .margin8 {
        width: 110px !important;
    }

    .changePasswordModal table {
        margin-left: 30px !important;
    }

    .openAccountModal table,
    .editDataTable.sCountryTable {
        margin-left: auto !important;
        margin-right: auto;
    }

    .changePasswordModal table input {
        width: 90%;
    }

    .editDataTable.sCountryTable {
        float: none;
    }

    .emailActivation.ch-passwd {
        /* width: 90%; */
        margin: 0 auto;
    }

    .emailActivation #labelHead {
        max-width: none;
    }

    .multyLineError.blueNotice {
        margin: 20px 15px;
    }

    /*Подтверждение телефона, email*/
    #confirmphone_table,
    #confirmemail_table,
    table.chng-leverage {
        /* width: 190px; */
        max-width: 355px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        table-layout: auto;
    }

    #confirmphone_table tr td,
    #confirmemail_table tr td,
    table.chng-leverage tr td {
        display: block;
    }

    #confirmphone_table tr td .button,
    #confirmemail_table tr td .button,
    table.chng-leverage tr td .bigGreenButton {
        width: 190px;
    }

    #confirmphone_table tr td .button.green,
    #confirmemail_table tr td .button.green {
        margin-right: 0;
    }

    #confirmphone_table tr td .emailActivationField,
    #confirmemail_table tr td .emailActivationField {
        margin-left: 0;
        width: 90%;
    }

    .emailActivation tr td label {
        margin-right: 10px;
    }

    .emailActivation.activationErrorTable {
        table-layout: auto;
        float: none;
        width: 190px;
        margin-left: auto;
        margin-right: auto;
    }

    /*Подтверждение телефона, email*/
    /*формы в popup-окнах*/
    /*Демо-счета*/
    /*Мои документы*/
    .documentsBlockInfoWrap {
        width: 94%;
    }

    .documentsBlockContainer .documentsInner {
        width: 94%;
        margin-left: 0;
    }

    .docsDownlList {
        margin-left: 6.125%;
    }

    /*Мои документы*/
    /*Пополнение банк*/
    #singleReplenishment {
        width: 100%;
    }

    #singleReplenishment .leftSide {
        text-align: left;
        float: none;
        width: 88%;
        padding-left: 2.125%;
    }

    .withdrawalHint.bankWithdrawalHint {
        padding-left: 120px;
        display: block;
        float: none;
        width: 100%;
    }

    /*#singleReplenishment .head{text-align:center;}*/
    #singleReplenishment .head span {
        padding-left: 0;
        font-size: 16px;
    }

    #singleReplenishment .leftSide .bigGreenButton {
        float: none;
        margin-left: 120px;
    }

    #singleReplenishment .rightSide {
        float: none;
        background: none;
        padding: 38px 6.125%;
        width: 88%;
    }

    #singleReplenishment .rightSide a {
        display: block;
        margin-left: 0;
    }

    #singleReplenishment .rightSide .title,
    #singleReplenishment .rightSide .phoneNumber {
        text-align: left;
    }

    .withdrawalHint.largeHint {
        width: 88%;
        padding-left: 0;
    }

    /*Пополнение банк*/
    /*ПАММ-менеджер*/
    .accountInfoLeft .ibInfoTable tr td:first-child {
        padding-right: 10px;
    }

    .accountInfoLeft .changeDataTable {
        table-layout: auto;
    }

    /*
        .dashedLink span {
            margin-left: 10px;
        } */
    .grayBG {
        width: 80%;
    }

    .listWrapper ul li .dashedLink span {
        margin-left: 0;
    }

    /*.ibReportsLeftBlock,*/
    /*.ibReportsRightBlock {*/
    /*    width: 40%;*/
    /*}*/

    /*.ibReportsRightBlock {*/
    /*    margin-left: 5%;*/
    /*}*/

    /*.ibTimeFrameInput {*/
    /*    width: 110px;*/
    /*}*/

    .ibGrayButton {
        min-width: 60px;
        /* padding: 4px; */
        font-size: 12px;
    }

    /*     .accountsTableContainer .ibGrayButton {
            float: left;
            margin-left: 2%;
            max-width: 83px;
        } */
    .pammHint {
        padding-left: 3%;
        text-align: justify;
    }

    /*.ibCenterBlock h3 {*/
    /*    text-align: center;*/
    /*}*/
    .downArrowBlock,
    .downArrowBlock h3 {
        background: none;
    }

    /*проблемная таблица*/
    .pammRequestsTable {
        width: 100%;
    }

    .pammRequestsTable thead {
        display: none;
    }

    .investorsTable thead tr th,
    .pammRequestsTable tr td {
        font-size: 12px;
        padding: 5px;
    }

    .investorsTable thead tr th {
        text-align: center;
        vertical-align: middle;
    }

    .investorsTable tr td span,
    .investorsTable tr th span {
        padding-right: 3px;
    }

    .investorsTable thead tr th:last-child span,
    .investorsTable tbody tr td:last-child span,
    .investorsTable tfoot tr td:last-child span {
        padding-right: 10px;
    }

    .pammRequestsTable tr,
    .pammRequestsTable td {
        display: block;
    }

    .pammRequestsTable tr:nth-of-type(2n) {
        background: #fff;
    }

    .pammRequestsTable tfoot tr {
        display: flex;
        justify-content: space-between;
    }

    .pammRequestsTable tfoot td {
        width: 17%;
        padding: 0;
    }

    .investorsTable tfoot tr td:first-child span {
        float: none;
        padding-left: 0;
    }

    .investorsTable tbody tr td:first-child span {
        float: right;
    }

    /*ПАММ-менеджер*/
    /*Layout main*/
    /*ПАММ-инвестор*/
    .table-bordered.accountsPageTable.ibAccountsTable tbody tr td {
        text-align: left;
    }

    .ibCenterBlock.wideIBBlock.pammInvestorBlock {
        width: 70%;
    }

    /*#pammAccountsBlock .pamm .pammTitle {*/
    /*    background-image: none;*/
    /*    background-color: #f2f2f2;*/
    /*    height: 65px;*/
    /*    border-bottom: 1px solid #d2d2d2;*/
    /*    overflow: hidden;*/
    /*}*/

    /*.pammTitle .pammNameBlock{float:none;}*/
    .pammTitle .investButton {
        float: none;
        margin-left: 10px;
    }

    .investInPammModal table {
        table-layout: auto;
        width: 255px;
    }

    .investInPammModal table tr,
    .investInPammModal table tr td {
        display: block;
    }

    .investInPammModal table tr td .sumInput {
        /* width: 60px; */
    }

    .investInPammModal table tr td span.bl-label {
        margin-top: 10px;
    }

    table.managerMessage input {
        width: 230px;
    }

    .investInPammModal table,
    .investInPammModal tbody,
    .investInPammModal td {
        display: block;
    }

    .investInPammModal table,
    .investInPammModal .errorMessageBlock {
        /* width: 190px !important; */
    }

    .investInPammModal table tr td {
        height: auto;
    }

    .investInPammModal .settingsBlock {
        padding: 22px 15px 0;
    }

    .investInPammModal .settingsBlock label {
        float: none;
    }

    .investInPammModal select,
    .investInPammModal span.bl-label,
    #PammForm_withdraw_sum {
        width: 190px;
    }

    .investInPammModal table tr td .sumInput {
        /* width: 47px; */
    }

    .investInPammModal .smsCodeWrap {
        overflow: visible;
        width: 190px;
    }

    #PammForm_sms_code,
    .investInPammModal .smsCodeWrap a.codeSubmitButton,
    .investInPammModal .smsCodeWrap .sendMailAgain {
        float: none;
        display: block;
        margin-top: 10px !important;
    }

    /*ПАММ-инвестор*/
    /*Layout login*/
    .layout-login .cabinetNameBlock,
    .layout-login .headerRigthBlock {
        position: static;
    }

    .layout-login .languageSelectionWrapper {
        position: absolute;
        top: 22%;
        right: 3.125%;
    }

    /*.headerRigthBlock.loginPage .languageSelectionWrapper #headerLanguage {*/
    /*    font-size: 20px;*/
    /*    background-image: url(../images/downGrayArrow.png);*/
    /*    background-position: 0 50%;*/
    /*    color: #969291;*/
    /*}*/
    .layout-login .cabinetNameBlock {
        clear: both;
        margin: 40px 0 0 0;
        padding: 0 3.125% 30px;
        width: 93.75%;
        border-bottom: 1px solid #d5d1cf;
    }

    .layout-login .loginWindowWrapper,
    .layout-login .modalWindow.loginWindow {
        width: 100%;
    }

    .layout-login .modalWindow.loginWindow {
        background: transparent;
        box-shadow: none;
    }

    .layout-login .modalWindow.loginWindow {
        border-bottom: 1px solid #d5d1cf;
        border-radius: 0;
        margin-top: 0;
    }

    .layout-login .modalWindow.loginWindow .modalMiddle .head {
        display: none;
    }

    .layout-login .modalWindow.loginWindow {
        margin-top: 20px;
    }

    .layout-login .modalWindow.loginWindow .emailActivation {
        margin-left: 0;
        margin-top: 0;
    }

    .layout-login .modalWindow.loginWindow .modalMiddle {
        padding-right: 0;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .layout-login .loginWindowWrapper .submitButton {
        margin: 30px 10px 0 !important;
        max-width: 292px;
        width: 100% !important;
    }

    .loginWindow .emailActivation {
        width: 260px;
    }

    .layout-login .emailActivation .emailActivationField {
        margin: 0 10px;
        max-width: 280px;
        width: 100%;
    }

    .layout-login .loginWindowWrapper .niceCheck {
        margin-left: 4.68%;
    }

    .layout-login .loginWindowWrapper label {
        /* margin-left: 4.68%; */
        /* color: #969291 !important; */
    }

    .layout-login .row label.noPaddingLabel {
        margin-left: 0;
    }

    /*.layout-login #lostPasswordLink,*/
    /*.layout-login #registerNewAccountLink {*/
    /*    margin-left: 0;*/
    /*    padding-left: 15px;*/
    /*}*/
    .layout-login #registerNewAccountLink.right {
        margin-right: 0;
    }

    /*логин*/
    .layout-login .loginWindowWrapper label {
        /* width: 200px !important; */
    }

    .loginWindow .errorMessage {
        /*margin-left:10px;*/
        line-height: 40px;
    }

    .captchaButtonRow img {
        padding-left: 13px;
    }

    /*Layout login*/
    .bonusSectionLink {
        font-size: 12px;
    }

    /*акции в popup*/
    #bonusInfoWindow .actionsTable {
        /*width:70%;*/
        width: 95%;
        display: block;
        overflow: hidden;
    }

    .actionsModal .actionsTable thead,
    .actionsModal .actionsTable tbody {
        float: left;
        width: 50%;
    }

    .actionsModal .actionsTable tr {
        display: block;
    }

    .actionsModal .actionsTable thead tr th,
    .actionsModal .actionsTable tr td {
        display: block;
        height: 20px;
    }

    .actionsModal .actionsTable thead tr th {
        padding-bottom: 10px;
        padding-top: 5px;
    }

    .actionsModal .actionsTable tr td {
        padding-bottom: 10px;
        padding-top: 5px;
    }

    .modalWindow .modalMiddle .head span {
        font-weight: normal;
        font-size: 13px;
        margin-left: 0;
    }

    /*Внутренний перевод*/
    #singleReplenishment .leftSide.withdrawal,
    #singleReplenishment .leftSide.withdrawal.fullWidth,
    .accountsTableContainer #singleReplenishment .rightSide {
        width: 65%;
        margin: 0 auto;
    }

    #singleReplenishment .leftSide.withdrawal .bigGreenButton {
        margin-left: 0;
    }

    #singleReplenishment .leftSide.withdrawal.fullWidth .paddedRadioButtons {
        padding-left: 0;
    }

    /*Внутренний перевод*/
    .realaccountInstructions .ibDataTable table.instructions-table {
        width: 100%;
        max-width: 280px;
    }

    .ibDataTable .instructions-table thead {
        display: none;
    }

    .ibDataTable .instructions-table tr,
    .ibDataTable .instructions-table td {
        display: block;
    }

    .ibDataTable .aRight {
        text-align: left !important;
    }

    .ibDataTable .instructions-table tfoot th {
        width: 30%;
    }

    .ibDataTable .instructions-table tfoot th.aLeft {
        width: 40%;
    }

    /*IB*/
    .ibCommissionCalculationModal .modalMiddle .head span {
        width: 260px;
        float: none;
        margin-left: 5px;
    }

    .ibCommissionCalculationModal {
        width: 300px;
    }

    .formulaBlocks {
        max-width: 290px;
    }

    .formulaBlock .leftSide,
    .subIbBlocks .formulaBlock .leftSide,
    .formulaBlock .rightSide,
    .subIbBlocks .formulaBlock .rightSide {
        width: 100%;
    }

    /*.ibCenterBlock form .searchField,*/
    /*.ibCenterBlock form .searchButton,*/
    /*.ibCenterBlock form .chk-wrap {*/
    /*    margin-left: auto;*/
    /*    margin-right: auto;*/
    /*    display: block;*/
    /*    float: none;*/
    /*}*/

    /*     .ibCenterBlock form .chk-wrap {
            width: 45%;
            margin-top: 10px;
        } */
    .switcherBlock ul li {
        float: none;
        line-height: 1.8em;
    }

    .accountsPageTable tfoot tr {
        margin-bottom: 0;
    }

    #additionalAccountsList label.affiliate {
        width: 90%;
    }

    /*IB*/
    .emailActivation tr td .emailActivationField {
        width: 185px;
    }

    .dashedLink span {
        line-height: 1.3em;
    }

    .notificationsWrapper label,
    #additionalAccountsList label,
    .ibNotificationsSettingsModal .modalMiddle .head span {
        width: 85%;
    }

    .pammModalWindow .modalMiddle .head span,
    .ibNotificationsSettingsModal .modalMiddle .head span,
    .actionsModal .modalMiddle .head span {
        width: 96%;
    }

    .modalWindow.changePasswordModal .modalMiddle .head span {
        margin-left: 0;
        width: 90%;
        text-align: center;
    }

    .ibDataTable table tbody tr td {
        height: auto;
    }

    .importantNoticeWithdrawal,
    .smsConfirmWindow {
        /* width: 230px !important; */
    }

    .smsConfirmWindow .codeSubmitButton,
    .smsConfirmWindow .sendMailAgain,
    .smsCodeWrap .sendMailAgain {
        float: none !important;
        display: block;
        margin-bottom: 10px;
    }

    .modalWindow .smsConfirmWindow .smsInput {
        float: none !important;
    }

    /*Отзыв средств*/
    #singleReplenishment.bankWithdrawal .leftSide.withdrawal .bigGreenButton.getDataButton {
        margin-left: 0;
    }

    #singleReplenishment.additionalBlock .withdrawalHint {
        padding-left: 0;
        float: none;
        display: block;
    }

    #singleReplenishment .leftSide .leftAlignedLabel,
    #singleReplenishment .sumToCollect,
    #singleReplenishment .russiaBankWithdrawalHint {
        float: none;
    }

    .russiaBankWithdrawalHint.sumHintLabel {
        display: block;
        padding-left: 0;
    }

    /*Отзыв средств*/
    .infoBlock .left .active {
        padding-left: 0;
    }

    /*    .accountsPageTable tr.hiddenRow>td {
    border-top: none !important;
}

.ibAccountsDetailsTable tbody {
    border-bottom: 1px solid #ddd;
} */
    /*     .accountsPageTable tr:last-child {
    margin-bottom: 0;
} */
    .confirmCodeTable tr td label {
        width: auto;
    }

    .inactiveLayer {
        height: 200px;
    }

    #singleReplenishment .leftSide .agree-row label {
        width: 145px !important;
    }

    .modalWindow.loginWindow .emailActivation .button.green,
    .modalWindow.loginWindow .emailActivation .button.gray {
    }

    .emailActivation td {
        display: block;
    }

    .openAccountModal table.realaccountModalForm {
        margin-left: 0 !important;
        margin: 25px 15px !important;
    }

    .courses-list .courses-item:last-of-type {
        border-top: none;
        border-right: none;
    }

    .courses-list .courses-item {
        flex: 0 1 100%;
        align-items: center;
    }

    .courses-list .courses-item a {
        width: 250px;
    }

    .courses-list .courses-item {
        border-bottom: 1px solid #E7E7E7;
        border-right: none;
    }

    .courses-list .courses-item:last-of-type {
        border-bottom: none;
    }
}

@media screen and (max-width: 480px) {

    .accountsTable,
    .newsBlock .newsTable {
        width: auto;
    }

    /*14.07.2016*/
    .editDataTable tr td {
        height: 32px;
        margin-top: 0;
    }

    .editDataTable {
        margin-bottom: 22px;
    }

    .editDataTable tr td label {
        float: none;
        width: auto;
    }

    /*input[type="radio"] + label {*/
    /*    margin-left: 20px;*/
    /*}*/

    .editDataTable tr td label {
        font-size: 12px;
    }

    /*14.07.2016*/
    /*Пополнение банк*/
    .withdrawalHint.bankWithdrawalHint {
        padding-left: 0;
    }

    #singleReplenishment .leftSide .bigGreenButton {
        margin-left: auto;
        margin-right: auto;
    }

    #singleReplenishment .leftSide label {
        padding-right: 5px;
    }

    #singleReplenishment .leftSide label[for="banksList"] {
        display: block;
    }

    /*input[type="radio"] + label {*/
    /*    margin-left: 5px;*/
    /*}*/

    /*Пополнение банк*/
    /*ПАММ-инвестор*/
    /*.sectionHeader .leftSection {*/
    /*    width: 100%;*/
    /*}*/

    /*#pammAccountsBlock .pamm .pammTitle {*/
    /*    background-image: none;*/
    /*    background-color: #f2f2f2;*/
    /*    height: 35px;*/
    /*    border-bottom: 1px solid #d2d2d2;*/
    /*}*/

    /*.pammTitle .pammNameBlock{float:none; width:70%;}*/
    .pammTitle .investButton {
        float: none;
    }

    .pammRatingBlock {
        background: none;
    }

    .ibCenterBlock.wideIBBlock.pammInvestorBlock {
        width: 60%;
    }

    .pammRatingBlock .ibCenterBlock.wideIBBlock.pammInvestorBlock {
        width: 100%;
    }

    /*.pammFilterWrapper .filterBody {*/
    /*    padding-left: 10px;*/
    /*}*/

    .advancedFilter {
        background: none;
    }

    /*.advancedFilter .filterColumn {*/
    /*    float: none;*/
    /*    margin: 27px auto 0;*/
    /*    width:183px;*/
    /*}*/

    /*#pammPeriodRevenueSwitcherWrapper {*/
    /*    float: none;*/
    /*}*/

    /*#pammPeriodRevenueSwitcher {*/
    /*    display: inline-block;*/
    /*    float: none;*/
    /*    margin: 0 auto;*/
    /*}*/

    #pammSearchBlock {
        float: none;
        overflow: hidden;
        margin: 27px auto 0;
        width: 65%;
    }

    /*ПАММ-инвестор*/
    /*ПАММ-управляющий отчет*/
    /*.ibTimeFrameInput {*/
    /*    width: 70px;*/
    /*}*/

    table.event {
        width: 85% !important;
    }

    table.event td:first-child {
        width: 30%;
        white-space: normal;
    }

    #headers-column {
        width: 30%;
    }

    #account #overflow_div {
        min-width: 200px;
    }

    /*ПАММ-управляющий отчет*/
    /*ПАММ-счет*/
    .investInPammModal table {
        table-layout: auto;
        width: 300px;
    }

    table.managerMessage input {
        width: 90%;
    }

    /*ПАММ-счет*/
    /*Торговый счет*/
    .modalWindow .modalMiddle .head span {
        margin-left: 15px;
        font-size: 13px;
    }


    /*Торговый счет*/
    /*.sectionHeader .leftSection.messagesSection {*/
    /*    width: 59%;*/
    /*}*/
    #centerContent .sectionHeader h1 {
        /* margin-top: 10px; */
    }

    .messagesBlockHeader .bigGreenButton.openAccountButton {
        width: 155px;
    }

    .documentsBlockContainer .documentsListWrapper {
        width: 85%;
    }

    /*.accountInfoLeft .accountInfoTable tr td.ref-link,*/
    /*.accountInfoLeft .accountInfoTable tr td.rss-link {*/
    /*    font-size: 11px;*/
    /*}*/

    /*Отзыв средств банк*/
    #singleReplenishment .leftSide .fullWidthInput,
    #singleReplenishment.singleWithdrawal textarea {
        width: 100%;
    }

    #singleReplenishment .leftSide .accountSelect {
        width: 100% !important;
    }

    .pammInvestorNoPamm p,
    .pammInvestorNoPamm .pammRatingLink {
        width: 90%;
    }

    .infoBlock .left .active {
        display: block;
    }

    .infoInnerWrapper {
        margin-top: 10px;
    }

    .confirmCodeTable .inputWrapper .smsConfirmWindow {
        /* width: 180px; */
        margin-left: 0;
    }

    .multyLineError {
        width: 90%;
    }

    .chooseFileButton,
    .sendMessageButton {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        display: block;
    }

    .v-list .v-item {
        flex: 0 1 100%;
        max-width: none;
    }

    #competition_accounts_block .smallGreenButton.openAccountButton {
        float: none;
        margin-left: 20px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 430px) {
    .layout-main .cabinetNameBlock span {
        font-size: 1.2em;
    }

    .layout-main .cabinetNameBlock em {
        font-size: .75em;
    }

    .infoBlock .right #exitButton {
        width: auto;
    }

    .infoBlock .left .active {
        padding-left: 0;
    }

    .accountsTable thead tr th {
        font-size: .7em;
    }

    /*главная после регистрации*/
    .blocksContainer .block.inactive .inactiveWrapper .blockName {
        font-size: 25px;
    }

    /*главная после регистрации*/
    /*демо-счета*/
    .bigGreenButton.openAccountButton {
        width: 125px;
        font-size: 13px;
    }

    /*демо-счета*/
    #centerContent .header {
        height: 40px;
    }

    /*.advancedFilter .filterColumn {*/
    /*    width: 183px;*/
    /*}*/

    .messagesBlockHeader .bigGreenButton.openAccountButton {
        width: 125px;
    }

    .realaccountInstructions .ibDataTable table.instructions-table {
        width: 100%;
        max-width: 280px;
    }

    .importantNoticeWithdrawal,
    .smsConfirmWindow {
        /* width: 230px !important; */
    }

    .openAccountModal table.ch-passwd {
        width: 240px;
    }

    .smsConfirmWindow .codeSubmitButton,
    .smsConfirmWindow .sendMailAgain,
    .smsCodeWrap .sendMailAgain {
        /*float:none !important; display:block;*/
        margin-bottom: 10px;
    }

    .modalWindow .smsConfirmWindow .smsInput {
        float: none !important;
    }

}

@media screen and (max-width: 380px) {

    /*Layout login*/
    .layout-login .languageSelectionWrapper {
        top: 20%;
    }

    /*Layout login*/
    .layout-main .cabinetNameBlock span {
        font-size: 1em;
    }

    .accountsTable tbody tr td {
        font-size: .75em;
    }

    .layout-main .cabinetNameBlock em,
    .blocksContainer .block .bottom .listWrapper ul li.passed,
    .newsBlock .newsTable tr td,
    .demoAccountHint,
    .cfdHint {
        font-size: .7em;
    }

    /*новости*/
    .paginator li.previous a {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .paginator li a {
        padding: 0 2px !important;
    }

    .paginator li.next a {
        margin-left: 0 !important;
        padding-left: 13px !important;
    }

    /*новости*/
    /*Обратная связь*/
    .chooseFileButton {
        margin-bottom: 15px;
    }

    /*Обратная связь*/
    /*Опросный лист*/
    /*input[type="radio"] + label {*/
    /*    margin-left: 0;*/
    /*}*/

    /*Опросный лист*/
    /*ПАММ-счет*/
    .pammModalWindow .modalMiddle .head span,
    .ibNotificationsSettingsModal .modalMiddle .head span {
        width: 96%;
    }

    /*ПАММ-счет*/
    /*демо-счета*/
    /*.accountsPageTable .hiddenRow .cellContents ul li:first-child,*/
    /*.accountsPageTable .hiddenRow .cellContents ul li {*/
    /*    margin-left: 10px;*/
    /*}*/
    .modalWindow .modalMiddle .head span {
        margin-left: 5px;
        font-size: 12px;
        font-weight: normal;
    }

    .sectionHeader.demoAcc .leftSection,
    .sectionHeader.realAcc .leftSection {
        width: 55%;
    }

    .messagesBlockHeader .bigGreenButton.openAccountButton {
        width: 125px;
    }

    /*Внутренний перевод*/
    /*#singleReplenishment .leftSide.withdrawal{}*/
    /*Внутренний перевод*/
    /*IB*/
    .ibCommissionCalculationModal .modalMiddle .head span {
        width: 260px;
    }

    .ibCommissionCalculationModal {
        width: 300px;
    }

    .formulaBlocks {
        max-width: 290px;
    }

    .formulaBlock .leftSide,
    .formulaBlock .rightSide {
        width: 100%;
    }

    /*IB*/
    /*Главная после регистрации*/
    .modalWindow {
        width: 300px;
    }

    .emailActivation {
        width: 100%;
        /* max-width: 240px; */
        margin-left: 5%;
        table-layout: auto;
    }

    .emailActivation td {
        display: block;
        width: 100%;
    }

    .realaccountModalForm select,
    .realaccountModalForm .span1.augmented,
    .realaccountModalForm .emailActivation select {
        width: 240px;
    }

    .bonus-list ul {
        width: auto;
    }

    #bonus_info {
        width: 100%;
    }

    #bonus_accept_layer {
        max-width: auto;
    }

    .emailActivation tr td label {
        text-align: left;
    }

    .emailActivation tr td .emailActivationField {
        width: 80%;
    }

    .emailActivation.ch-passwd {
        /* width: 90%; */
        /* margin: 0 15px; */
    }

    /*Главная после регистрации*/
    .accountsTable thead tr th span {
        padding-left: 0;
    }

    .accountsTable thead tr th {
        text-align: center;
    }


    .openAccountModal table.realaccountModalForm {
        margin: 25px auto !important;
    }
}

/*.messageShortBlock .messageSubject span {*/
/*    font-size: 12px;*/
/*    display: block;*/
/*    color: #666;*/
/*    position: relative;*/
/*    float: none;*/
/*    margin: 25px 0 0 21px;*/
/*    padding-right: 10px;*/
/*}*/


.contents > div {
    display: none;
}

.show {
    display: block;
}


/* .short-message { 

padding: 10px 10px 10px 0;
white-space: nowrap;
overflow: hidden;
margin: 10px 0 0 21px;
text-overflow: ellipsis;
}

.messageSubject.short-message span {
float: none;
display: contents;
} */


/*** nav ***/


/*** hide content and show on click ***/