.exchange-icon.select2-container.form-control {
    background: transparent;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
}

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
    background: none;
    border-radius: 4px;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #ccc;
    padding: 0;
}

.select2-search input {
    border-radius: 4px;
    color: #555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-color: #ccc;
}

.select2-container .select2-choices .select2-search-field input {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container .select2-choice {
    height: 34px;
    line-height: 1.42857;
}

.select2-container.select2-container-multi.form-control {
    height: auto;
}

.select2-container.input-sm .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-sm .select2-container .select2-choice {
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
    height: 45px;
    line-height: 1.33;
    border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px;
    margin: 0;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input {
    height: 28px;
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
    height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
    height: 43px;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
    padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
    padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
    padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 5px;
    margin-bottom: 3px;
    color: #fff;
    background: #cccccc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 none;
    font-size: 75%;
    font-weight: bold;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px;
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 3px;
    margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
    line-height: 24px;
}

.select2-container .select2-choice .select2-arrow, .select2-container .select2-choice div {
    border-left: 1px solid #ccc;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.select2-dropdown-open .select2-choice .select2-arrow, .select2-dropdown-open .select2-choice div {
    border-left-color: transparent;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice div b {
    background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b, .select2-dropdown-open .select2-choice div b {
    background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
    background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
    background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
    background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
    background-position: -18px 9px;
}

.has-warning .select2-choice,
.has-warning .select2-choices {
    border-color: #c09853;
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    border-color: #a47e3c;
}

.has-warning.select2-drop-active {
    border-color: #a47e3c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #a47e3c;
}

.has-error .select2-choice,
.has-error .select2-choices {
    border-color: #b94a48;
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    border-color: #953b39;
}

.has-error.select2-drop-active {
    border-color: #953b39;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #953b39;
}
.input-validation-error {
    border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-success .select2-choice,
.has-success .select2-choices {
    border-color: #468847;
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    border-color: #356635;
}

.has-success.select2-drop-active {
    border-color: #356635;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #356635;
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-transition: border-color ease-in-out .15s box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s box-shadow ease-in-out .15s;
    border-color: #66afe9;
}

.select2-drop-active {
    border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
    border-top-color: #66afe9;
}

.input-group.select2-bootstrap-prepend [class^=select2-choice] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^=select2-choice] {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^=select2-choice] {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-results .select2-highlighted {
    color: #FFF;
    background-color: #428bca;
}

.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .select2-container-multiple {
    vertical-align: top;
}

.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-prepend .input-group-btn {
    vertical-align: top;
}

.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #ebebeb;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #adadad;
}

.select2-search-choice-close {
    background: none;
    margin-top: -8px;
    top: 50%;
}

.select2-search-choice-close:after {
    content: 'x';
    font-size: 10px;
    color: #fff;
    padding: 0 4px;
    font-weight: bold;
}

.select2-container .select2-choice abbr {
    top: 50%;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background-color: #fcf8e3;
    color: #c09853;
}

.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
    cursor: not-allowed;
    background-color: #eee;
    border-color: #ccc;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow, .select2-container.select2-container-disabled .select2-choice div {
    background-color: transparent;
    border-left: 1px solid transparent;
}

.select2-container.select2-container-disabled .select2-choices .select2-arrow, .select2-container.select2-container-disabled .select2-choices div {
    background-color: transparent;
    border-left: 1px solid transparent;
}

.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
    background-position: right 4px center;
}

html.dark .select2-container .select2-choices .select2-search-field input,
html.dark .select2-container .select2-choice,
html.dark .select2-container .select2-choices {
    color: #EEE;
    background-color: #282d36;
    border-color: #282d36;
}

html.dark .select2-search {
    position: relative;
}

html.dark .select2-search input {
    color: #EEE;
    background: #2e353e;
    border-color: #242830;
}

html.dark .select2-search input.select2-active {
    background: #2e353e;
}

html.dark .select2-search:before {
    font-family: 'FontAwesome';
    content: "\f002";
    position: absolute;
    right: 15px;
    top: 50%;
    color: #EEE;
    font-size: 12px;
    margin: -11px 0 0;
}

html.dark .select2-drop {
    background-color: #282d36;
    border-color: #21262d;
}

html.dark .select2-container-multi .select2-choices .select2-search-choice {
    color: #EEE;
}

html.dark .select2-container .select2-choice .select2-arrow,
html.dark .select2-container .select2-choice div {
    border-color: #282d36;
}

html.dark .select2-results .select2-result-label {
    color: #EEE;
}


/* ------------------- // SELECT2 ------------------ */

.flag {
    width: 16px;
    height: 11px;
    background: url(/assets/portal/images/flags.png) no-repeat;
    display: inline-block
}
header.header {
    background: url(/assets/portal/images/header-bg.jpg) center top/cover no-repeat #5367b7;
    position: absolute;
    color: #FFF;
    border: none!important;
    z-index: 150;
    min-height: 50px
}
header.header .navigation .navbar-nav {
    border-right: 1px solid rgba(255, 255, 255, .3)
}
header.header .navigation .navbar-nav>li {
    border-left: 1px solid rgba(255, 255, 255, .3)
}
header.header .navigation .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 11px;
    color: #FFF;
    background-color: transparent;
    padding-left: 13px;
    padding-right: 13px;
}
header.header .navigation .navbar-nav > li > a {

    /*padding-left:10px;
    padding-right:10px;*/

}
@media (max-width:1200px) {
    header.header .navigation .navbar-nav > li > a {
        font-size: 11px;
        padding-left:10px;
        padding-right:10px;
    }
    .top-rates-header h4 {
        font-size:15px;
    }
    .top-rates-header .updated {
        font-size:9px !important;
    }
}
header.header .navigation .navbar-nav>li>a:active,
header.header .navigation .navbar-nav>li>a:hover,
header.header .navigation .navbar-nav>li>a:focus {
    background-color: rgba(0, 0, 0, .2)
}
header.header .navigation .navbar-nav>li.open>a {
    background-color: rgba(0, 0, 0, .3)
}/*
.top-rates .switch-currencies i.icon {
    top: 145px;
}

.top-rates .top-rates-header {
     height: 145px;
}

.top-rates .switch-currencies::before {
    top: 160px;
}

.top-rates .pair-selector-container {
    top: 175px;
}
*/
 .top-rates .switch-currencies::before,
 .top-rates .switch-currencies i.icon {
     z-index: auto;
 }
 .top-rates-header .btn-group,
 .top-rates-header .btn-group .btn {
     z-index: auto;
 }
.top-rates .list-container ul li .name,
.top-rates .list-container ul li .get,
.top-rates .list-container ul li .give,
.top-rates .list-container ul li .info-badges,
.top-rates .list-container ul li .reserve,
.top-rates .list-container ul li .reviews {
    vertical-align: middle;
}

.top-rates .pair-selector-container .pair-selector .currency-list li img {
    top: -1px;
}

.top-rates .pair-selector-container .pair-selector .currency-list li span {
    line-height: 18px;
}

.top-rates .pair-selector-container .pair-selector .currency-list li:hover,
.top-rates .pair-selector-container .pair-selector .currency-list li.selected,
li.dark {
    background-color: rgba(0, 15, 100, .09);
    cursor: hand;
    cursor: pointer;
}

.no-rates-available {
    color: #8e9ca5;
}

.top-rates .favorite-pairs-container .pair-selector .currency-list li a:focus,
.top-rates .pair-selector-container .pair-selector .currency-list li a:focus,
.top-rates .popular-pairs-container .pair-selector .currency-list li a:focus
{
    text-decoration: none
}

.top-rates .favorite-pairs-container .pair-selector .currency-list li a,
.top-rates .popular-pairs-container .pair-selector .currency-list li a {
    padding: 5px 0;
}

.table-striped>tbody>tr>td {
    border-right: none;
    border-left: none;
}

.top-rates .list-container ul li .name {
    white-space: nowrap;
    /*overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    margin: 5px 0;*/
}
.exchange-icon {
    display: block;
    float: left;
    margin: 4px 5px 0 0;
}

header.header .navigation .navbar-toggle {
    margin-right: -15px;
}

/* Page Header */
.page-header {
    z-index: 1001;
}

.page-header h1 {
    color: #FFF;
    border-bottom: 4px solid #cccccc;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    float: left;
    height: 50px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: normal;
    line-height: 50px;
    margin: 0 0 0 -1px;
    padding: 0 22px 0 20px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow:ellipsis;
    word-wrap: break-word;
    
}

.page-header .right-wrapper {
    float: right;
}

.page-header .breadcrumbs {
    display: inline-block;
    font-size: 0;
    line-height: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
}

.page-header .breadcrumbs li {
    color: #c3c3c3;
    display: inline-block;
    font-weight: 300;
}

.page-header .breadcrumbs li:after {
    content: '/';
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 10px;
    vertical-align: middle;
}

.page-header .breadcrumbs li:last-child:after {
    display: none;
}

.page-header .breadcrumbs .fa-home {
    font-size: 20px;
    font-size: 2rem;
}

.page-header .breadcrumbs i {
    vertical-align: middle;
}

.page-header .breadcrumbs a,
.page-header .breadcrumbs span {
    color: #c3c3c3;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    vertical-align: middle;
}

.page-header {
    background-color:#FFFFFF;
    border-left:none;
    border-bottom: 4px solid #eee;
    margin: 15px 0 21px 0;
}

.page-header h1 {
    border-bottom-color:#3c54df;
    /*margin-left:30px;*/
    padding:0;
    height:40px;
    line-height:30px;
    color:#545e94;
    font-size:30px;
}





/* added */
.top-rates .pair-selector-container .pair-selector .currency-list li.header-category {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    border-top: medium none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    font-weight: 700;
    margin: 5px 0;
    padding: 5px;
    text-transform: uppercase;
}

.news-box h2 a, .news-box h3 a, .news-box h4 a, .news-box h5 a {
    color: inherit !important;
}

.news-detailed h1 {
    margin-top: 0;
}

.exchanger-warning {
    /*margin-top: 1px;*/
}

.top-rates .currency-filter .give-input {
    padding: 0 0 0 30px!important
}
.top-rates .currency-filter .give-input .select2-arrow {
    display: none;
}
.top-rates .currency-filter .give-input .select2-choice {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 1;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    border-radius: 4px 0 0 4px;
    border-right: none
}
.top-rates .currency-filter .get-input {
    padding: 0 30px 0 0!important
}
.top-rates .currency-filter .get-input .select2-arrow {
    display: none;
}
.top-rates .currency-filter .get-input .select2-choice {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 1;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    padding-left: 27px;
    border-radius: 0 4px 4px 0;
    border-left: none;
}
.select2-drop {
    border-color: #ccc;
}

.body-sign .panel-sign .panel-title-sign {
    background: #5367b7 url("../images/header-bg.jpg") no-repeat scroll center top / cover ;
    border-radius: 2px 2px 0 0;
    /*margin: 0 -15px 15px;
    padding: 15px 15px 12px;*/
}
.body-sign .center-sign .logo img {
    width: 130px;
}
.body-sign .panel-sign .panel-title-sign {
    padding: 5px 0;
}
.body-sign .center-sign .logo {
    margin-top: 12px;
}
.body-sign .panel-sign .panel-title-sign .title {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0;
    text-transform: uppercase;
}

.profile-nav li ul li {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


div.dataTables_length select {
    width: 80px;
}

.text-cut {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.text-cut::after {
    content: '';
    position: absolute;
    right: 0; top: 0;
    width: 10px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(249,249,249, 0.2), #f9f9f9 100%);
    background: -webkit-linear-gradient(left, rgba(249,249,249, 0.2), #f9f9f9 100%);
    background: -o-linear-gradient(left, rgba(249,249,249, 0.2), #f9f9f9 100%);
    background: -ms-linear-gradient(left, rgba(249,249,249, 0.2), #f9f9f9 100%);
    background: linear-gradient(to right, rgba(249,249,249, 0.2), #f9f9f9 100%);
}


@media screen and (max-width:767px) {
    .table-responsive {
        border: 0px solid #ddd;
    }
    
}

.content-section {
    padding: 30px 0;
}

.reviews-list .review-info {
    margin-right: 35px;
}

.reviews-list .review-box {
    margin: 0;
    float: left;
}

.reviews-list > li {
    overflow: hidden;
}


.top-rates .pair-selector-container .pair-selector .currency-list li img {
    top: -2px;
}

.currency-list li {
    padding: 5px 0 3px 5px;
}

.panel-actions {
    top: 9px;
}

@media (max-width:500px) {
    .dataTables_filter,
    .dataTables_length,
    .dataTables_info {
        display: none;
    }
}

.dataTables_wrapper .row {
    margin: 0;
}

.empty-cell {
    width: 20px;
}
table.nomargin {
    margin: 0 !important;
}
.nav-tabs li {
    border-top: 1px;
}
/*
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    border-top: 1px solid #505EE1;
}
.nav-tabs li a:hover {
    border-top: 1px solid #C5CAF5;
}
*/
.tabs.tinted .nav.nav-tabs {
    background-color: #eee;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a {
    border-color: #eee #eee transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    font-size: 1.3rem;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}
.nav-tabs > li > a:hover {
    border-bottom: 1px #ddd solid;
}
.rating-short-list ul li .popularity, .rating-short-list ul li .volume {
    padding-left: 0;
}
.popover {
    z-index: 200;
}
.top-rates {
    overflow: visible;
}

header.header.scrolled {
    z-index: 1000;
}

header.header .navigation .logo {
    display: block;
    padding: 27px 0 3px;
    margin-left: -7px;
    max-width: 170px;
}

@media (max-width:991px) {
    header.header .navigation .logo {
        padding: 15px 0 0;
        max-width: 120px;
    }
    header.header .navigation .container {
        width: 100%;
    }
}

@media (max-width:991px) {
    .top-rates .rates-list-default {
        padding: 0;
    }
    .rates-list-table {
        padding: 0;
    }
}

@media (max-width:767px) {
    .currency-filter {
        margin: 0;
    }
    #FromDirection {
        padding-right: 0 !important;
        padding-left: 15px !important;
    }
    #ToDirection {
        padding-left: 0 !important;
        padding-right: 15px !important;
    }
    .top-rates .favorite-pairs-container .add-to-favorites,
    .top-rates .pair-selector-container .add-to-favorites,
    .top-rates .popular-pairs-container .add-to-favorites {
        right: 30px;
    }
    .rates-list-default {
        margin: 0 -15px;
    }
    .p-xs-none {
        padding: 0 !important;
    }
    #scope-container {
        overflow: hidden;
    }
    .result-rates {
        margin: 30px -15px !important;
    }
}

@media (max-width:1200px) {
    .nav-tabs li {
        width: 100%;
        text-align: center;
    }
}

.stats-row {
    background-color: #f8f8f8;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    padding: 3px 2px 3px 6px;
    position: relative;
}
    .stats-row a {
        margin-left: 25px;
        position: relative;
        text-decoration: none;
    }
    .stats-row .stats-icon {
        background: rgba(0, 0, 0, 0) url("/images/arrow_button.png") no-repeat scroll 0px 1px;
        display: inline-block;
        height: 13px;
        left: 9px;
        position: absolute;
        top: 6px;
        width: 17px;
    }
    .stats-row .stats-pop {
        color: #999;
        float: right;
        position: absolute;
        right: 10px;
        top: 3px;
    }
.stats-row .stats-pos {
    background-color: #e5e5e5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
    .stats-row:nth-child(odd) .stats-pos {
        background-color:#ebebeb;
    }
.stats-row .stats-arr {
    border-color: transparent transparent transparent #e5e5e5;
    border-style: solid;
    border-width: 12px 13px 13px;
    height: 0;
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
}
    .stats-row:nth-child(odd) .stats-arr {
        border-color: transparent transparent transparent #ebebeb;
    }
    .stats-row.expand {
        display:none;
    }

.sidebar-adwrap {
    overflow:hidden;
}
@media (min-width:1200px) {
    .sidebar-adwrap {
        padding: 0 0 30px;
    }
}

.sidebar-sponsored {
    height:30px;
    line-height:30px;
    font-size:14px;
    font-weight:bold;

}
    .sidebar-sponsored a, .sidebar-sponsored a:hover {
        /*color:#BEBEBE;*/
        text-decoration:none;
    }

.tm-meta {
    font-size:1.2rem;
}

.reviews-list > li {
    padding: 20px 10px;
}

.panel-modal {
    overflow:hidden;
}
    .modal-block-primary .fa {
        color:#999;
        
    }
        .panel-modal .panel-actions a {
            text-decoration:none;
            color:#333;
        }
.reviews-list > li {
    border-color:#ebebeb;
}
        
.tooltip-inner {
    white-space: pre;
    max-width: 450px;
    text-align: left;
    padding: 10px;
}

header.header .brand .stats {
    margin: 10px 0;
}
header.header .brand .stats .stat {
    margin: 0 0 6px;
}

/*поменять местами div для мобильных (поменяные местами) div */
@media (max-width: 992px) {
  .row-reverse-column {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column-reverse; 
    flex-direction: column-reverse; 
  }
}

/*сфиксы с главной страницы*/

.row .col-xs-1, .row .col-xs-5, .row .col-xs-5 {
    padding: 0;
}

td .row {
    margin: 0;
}

.popover-content {
    padding: 0 0 !important;
}

.disabled-exchangers {
    color: #8E9CA5 !important;
}

.rates-header {
    background-color: blue;
    color: white;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}

.fake-link {
    color: #333333;
    cursor: pointer;
    font-size: 11px;
}

    .fake-link:first-letter {
        text-transform: uppercase;
    }

.former-selection {
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
}

.disabled-exchanger {
    color: #AAA;
}

.table-sp > tbody > tr > td {
    padding: 7px;
}

.currencies-list-section {
    font-size: 14px;
    font-weight: bold;
}

.table-eaxchangers tr {
    vertical-align: middle;
}

.table-eaxchangers tr td {
    padding: 0;
    vertical-align: middle;
    font-size: 11px;
    color: #333;
}

.table-eaxchangers tr td > span {
    display: inline-block;
    line-height: 30px;
}

.table-eaxchangers tr td > a {
    display: block;
    float: left;
    width: 0;
    height: 0;
}

.select2-results .former-selection {
    color: #333333;
}

.select2-results .select2-highlighted {
    background-color: #e6e6e6;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

td .fa-times {
    opacity: 0.5;
}

td:hover .fa-times {
    opacity: 1;
}

.sprite {
    background: url('/images/table-icons.png') no-repeat top left;
    width: 17px;
    height: 17px;
}

    .sprite.info {
        background-position: -85px 0;
    }

    .sprite.recomended {
        background-position: -68px 0;
    }

    .sprite.info_recomended {
        background-position: -102px 0;
        width: 34px;
    }

.select2-drop-active {
    margin-top: -28px;
}

.top-rates .list-container ul li .info-badges .info-badge {
    cursor: help;
}

/*-----------------------------NEW STYLE SCROLLBAR--------------------------------*/

.currency-list::-webkit-scrollbar-track {
    background-color: #EEEEEE;
}

.currency-list::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.currency-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.09);
    /*border: 2px solid #999999*/
}

/*-------------------------------------------------------------*/
/*Главная страница*/

/*затемнение текста в конце input */
.pair-input input {
    font-size: 14px;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.pair-input:after {
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    width: 25px;
    height: 33px;
    background: -moz-linear-gradient(left, rgba(249,249,249, 0.2), #ffffff 40%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(249,249,249, 0.2), #ffffff 40%, #ffffff 100%);
    background: -o-linear-gradient(left, rgba(249,249,249, 0.2), #ffffff 40%, #ffffff 100%);
    background: -ms-linear-gradient(left, rgba(249,249,249, 0.2), #ffffff 40%, #ffffff 100%);
    background: linear-gradient(to right, rgba(249,249,249, 0.2),#ffffff 40%, #ffffff 100%);
}

#ToDirection:after {
    margin-right: 30px;
    right: 8px;
}
/*Икона поиска на главной странице*/
.search-icon {
    color: #aaaaaa;
    position: absolute;
    right: 14px;
    top: 8px;
    z-index: 2;
    padding: 1px 4px 1px 12px;
    background: -moz-linear-gradient(left, rgba(249,249,249, 0.2), #ffffff 40%, #ffffff 100%);
    background: -webkit-linear-gradient(left, rgba(249,249,249, 0.2), #ffffff 40%, #ffffff 100%);
    background: -o-linear-gradient(left, rgba(249,249,249, 0.2), #ffffff 40%, #ffffff 100%);
    background: -ms-linear-gradient(left, rgba(249,249,249, 0.2), #ffffff 40%, #ffffff 100%);
    background: linear-gradient(to right, rgba(249,249,249, 0.2),#ffffff 40%, #ffffff 100%);
    display: none;
}

#ToDirection .search-icon {
    right: 36px;
}

.tab-invisible {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: rgba(0, 0, 0, 0);
    padding: 0px
}
/*------------Новые стили для Input на главной странице --------------*/

.add-to-favorites {
    color: #FF9C00;
    z-index: 1;
}

tr.disabled {
    color: #cccccc;
}


.cut-text:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 25px;
    height: 100%;
}

.cut-text {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 25px;
}

.ui-pnotify-closer {
    visibility: visible !important;
}
.ui-pnotify-sticker {
    visibility: hidden !important;
}

.phref, .phref:visited {
    color: rgba(255, 255, 255, 0.7);
}

    .phref:focus, .phref:hover, .phref:active, .phref:visited {
        color: white;
    }


@media (max-width:992px) {
    header.header .navbar-collapse {
        width: 100%;
        z-index: 9999;
        min-height: 580px;
    }
    header.header .navbar-nav-topp {
        margin-top: 80px !important;
    }

    header.header .navigation .service li.dropdown {
        border: none;
        float: none;
    }
        header.header .navigation .service li.dropdown.auth-links-mobile {
            position: absolute;
            top: 0;
            padding: 0;
            left: 0;
            width: 100%;
            background: #818598;
        }
        header.header .navigation .service li.dropdown.lang-links-mobile {
            border-top: 1px solid #818598;
        }
        header.header .navigation .service li.dropdown.auth-links-mobile .dropdown-menu {
            padding: 0;
        }
    header.header .navigation .service .dropdown-menu {
        position: static;
        display: block;
        box-shadow: none;
        padding: 5px 0;
        margin: 0;
        border: none;
        background: none;
        float: none;
    }
    header.header .navigation .service .auth-links-mobile a i {
        display: none;
    }

    header.header .navigation .service .dropdown-menu > li > a {
        background: none;
        color: #fff;
        border: none;
        padding: 11px 12px;
        height: 40px;
        font-size: 13px;
    }

    header.header .navigation .service .lang-links-mobile .dropdown-menu > li > a {
        padding: 6px 12px;
        height: 30px;
    }
    header.header .navigation .service .lang-links-mobile .dropdown-menu > li > a i {
            margin-right: 5px;
        }

    header.header .navigation .service #userMenu, header.header .navigation .service #langMenu {
        display: none;
    }

}


/* Прибиваем футер книзу страницы */
body, html {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}

footer {
    flex: 0 0 auto;
}

.content-section {
    flex: 1 0 auto;
}

.rating-short-list ul li.head .logo, .rating-short-list ul li.head .popularity, .rating-short-list ul li.head .title, .rating-short-list ul li.head .volume, .rating-short-list ul li.head td, .rating-short-list ul li.head .reviews {
    border-bottom: 3px solid rgba(85,90,115,.3);
    font-size: 10px;
    text-transform: uppercase;
    color: #b9c2c8;
    padding-bottom: 5px;
}

.rating-short-list ul li .logo, .rating-short-list ul li .popularity, .rating-short-list ul li .title, .rating-short-list ul li .volume, .rating-short-list ul li .reviews {
    display: table-cell;
    vertical-align: top;
    padding: 10px 0;
    border-top: 1px solid rgba(85,90,115,.1);
}

.rating-short-list ul li:first-child .logo, .rating-short-list ul li:first-child .popularity, .rating-short-list ul li:first-child .title, .rating-short-list ul li:first-child .volume, .rating-short-list ul li:first-child .reviews {
    border-top: none;
}

.statistics-loader {
    position: absolute;
    top: 50%;
    left: 50%;
}

.statistics-chart {
    height: 400px;
    min-width: 310px;
    max-width: 715px;
    position: relative;
}

.rates-table:hover {
    background-image: linear-gradient(to top, #4b68c4 1%, #62a6f5);
}

.rates-table:hover .reviews-box, .dataTable tr:hover .reviews-box, .dataTable tr:hover .reviews-box, .subtable {
    background-image: linear-gradient(to top, rgba(75, 104, 196, 0.9) 1%, rgba(98, 166, 245, 0.9));
}

.rates-table.reviews-hovered:hover {
    background-image: linear-gradient(to top, rgba(75, 104, 196, 0.5) 1%, rgba(98, 166, 245, 0.5));
}

.rates-table td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.rates-table td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.rates-table:hover .gotoexchange {
    color: #fff;
}

.rates-table .popover {
    color: #000;
}

.rates-table:hover .reviews-box .positive {
    color: #aefca3;
}

.rates-table:hover .reviews-box .negative {
    color: #d06262;
}



.reviews-box .positive, .reviews-box .negative {
    /*color: #7cb44f;*/
    color: #d06262;
    margin-right: 1px;
}

    .reviews-box .positive:after {
        content: none;
        color: #7cb44f;
        margin: 0 3px 0 5px;
    }
.reviews-box .positive {
    content: none;
    color: #7cb44f;
    margin: 0 3px 0 0;
}

.reviews-box .negative:after {
    content: '/';
    /*color: #d06262;*/
    color: #CCC;
    margin: 0 3px 0 5px;
}
.reviews-box .negative {
    /*content: '/';*/
    color: #d06262;
    /*color: #CCC;*/
    margin: 0 3px 0 5px;
}

table .reviews-box:hover {
    text-decoration: none;
    background-image: linear-gradient(to top, rgba(75, 104, 196, 1) 1%, rgba(98, 166, 245, 1));
    /*background-color: #5d99eb; /*#EBEBEB*/
    color: #000000;
}


.table-hover > tbody > tr:hover {
    /*background-color: #f5f5f5;*/
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to top, rgba(75, 104, 196, 1) 1%, rgba(98, 166, 245, 1));
    border-radius: 3px;
    cursor: pointer;
}

.table-hover > tbody > tr:hover .text-success, .table-hover > tbody > tr:hover .text-danger {
    color: #fff !important;
}

.table-hover > tbody > tr a {
    color: #000;
    text-decoration: none;
}
.table-hover > tbody > tr .reviews-box {
    color: #ccc;
    text-decoration: none;
}
.table-hover > tbody > tr td > a:hover {
    color: #fff;
}
.dataTable > tbody > tr:hover a {
    color: #fff;
}
.dataTable > tbody > tr:hover a.reviews-box {
    color: #ccc;
}
tr.odd a {
    color: #fff;
}
.odd.reviews-hovered:hover {
    background-image: linear-gradient(to top, rgba(75, 104, 196, 0.5) 1%, rgba(98, 166, 245, 0.5));
}
.hovered:hover {
    background-image: linear-gradient(to top, rgba(75, 104, 196, 0.5) 1%, rgba(98, 166, 245, 0.5));
}
.odd td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.even td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.odd td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.even td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.even.reviews-hovered:hover {
    background-image: linear-gradient(to top, rgba(75, 104, 196, 0.5) 1%, rgba(98, 166, 245, 0.5));
}
.exchanger-row {
    background: #F5F5F5;
    color: #000;
}
    .exchanger-row:hover {
        background-image: linear-gradient(to top, rgba(75, 104, 196, 1) 1%, rgba(98, 166, 245, 1));
        color: #fff !important;
    }
    .exchanger-row.reviews-hovered:hover {
        background-image: linear-gradient(to top, rgba(75, 104, 196, 0.5) 1%, rgba(98, 166, 245, 0.5));
    }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
    padding: 6px !important;
    line-height: 1.42857143;
    vertical-align: top;
}
.subtable-currency-cell {
    color: #000;
}


@media only screen and (max-width : 992px) {
    .koenigfinance-bat {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .koenigfinance-bat img {
            top: 0;
            left: 50%;
            transform: translate(-19%,0);
            max-width: 160% !important;
        }
}

@media only screen and (min-width : 992px) {
    .koenigfinance-bat {
        overflow: hidden;
        width: 100%;
        height: 83px !important;
        position: relative;
    }

        .koenigfinance-bat img {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%,0);
            max-width: 1600px !important;
        }
}

@media only screen and (min-width : 1200px) {
    .koenigfinance-bat {
        height: 100px !important;
        position: relative;
    }

        .koenigfinance-bat img {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%,0);
            max-width: 1920px !important;
        }
}