body,
html {
    width: 100%;
    height: 100%;
    font-family: "Lato", Arial, sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.topnav {
    font-size: 14px;
    background-color: rgba(0, 0, 0, .2);
    border-color: transparent;
    color: white;
}

.lead {
    color: #133A53;
    font-size: 24px;
    font-weight: 100;
    font-family: "Lato", Arial, sans-serif;

    position: absolute;
    margin-top: calc(40vh - 90px);
    width: 77%;
}

.lead a {
    color: #133A53;
    text-decoration: underline;
}

.intro-header {
    padding-top: 75px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    text-align: left;
    color: #f8f8f8;
    background: url(../images/intro-bg.jpg) no-repeat center center;
    background-size: auto;
}

footer {
    padding: 15px 0;
    background-color: #133A53;
    position: relative;
}

p.copyright {
    margin: 0 0 0;
}

.footer-txt-color {
    color: white !important;
}

/**/

.navbar-default .navbar-nav > li > a,
navbar-brand.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 100;
    border-bottom: none;
}

.navbar-brand img {
    width: 47px;
    height: auto;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active {
    color: rgba(245, 245, 245, 0.7);
}

.btn {
    display: inline-block;
    width: 124px;
    height: 40px;
    background-color: #fff;
    color: #ed292c;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 1px 0 #fff;
    border-radius: 4px;
    text-decoration: none;
}

.navbar-brand {
    font-size: 24px !important;
    padding-top: 8px;
}

.wrapper {
    padding: 90px 0 60px 0;
    min-height: calc(100vh - 54px);
}

.sessions .fa {
    color: #e03163
}

#sessions > div {
    padding: 280px 100px 50px 100px;
}

#sessions .summary .title {
    padding-top: 62px;
    padding-bottom: 62px;
    text-align: center;
    font-size: 33px;
    color: #484444;
    line-height: 1;
    font-weight: 500;
}

#sessions .part {
    padding: 0;
}

#sessions .part hr {
    border-top: 1px solid #ddd;
}

#sessions .sub-part {
    border: 1px solid #ddd;
    width: 100%;
    text-align: center;
}

@media (min-width: 992px) {
    #sessions .part {
        position: relative;
        height: 370px;
    }
}

#sessions .part:not(:first-child) .sub-part {
    border-left: 0;
    margin-left: -1px;
}

#sessions .summary {
    width: 100%;
}

#sessions .sub-title {
    margin-top: 20px;
    font-size: 23px;
    font-weight: 800;
    font-family: "Lato", Arial, sans-serif;
    color: #133A53;
    text-shadow: 0.3px 0 0 #133A53, -0.3px 0 0 #133A53, 0.3px 0 0 #133A53, 0 0.5px 0 #133A53;
    letter-spacing: 1px;
}

#sessions i {
    margin: 15px;
    font-size: 34px;
}

#sessions .content {
    padding: 10px;
}

.navbar {
    height: 66px;
    background-color: transparent !important;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.top-nav-collapse {
    background-color: #133A53 !important;

    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

.creating-bank-description {
    height: calc(100% - 55px);
    background-color: white;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 10px;
}

.fourth-height {
    height: calc((100vh - 100px) * .5);
    min-height: 250px;
}

.third-height {
    height: calc((100vh - 100px) * .333333333333333);
    min-height: 175px;
}

.bank-creation-button {
    background: url(../../../public/website/images/order-now-button.png) no-repeat;
    background-size: cover;
    color: white;
    border: 0;
    padding: 7px 13px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.trad-by-currency-div {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    height: 155px !important;
}

.session-detail {
    font-weight: 700;
}

.session-name {
    font-size: 22px;
    color: #1e824c;
}

.bank-list {
    background-color: white;
    overflow-y: auto;
    height: calc(100% - 44px);
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.38) 0 0 20px;
}

.session-env-info {
    width: calc(100% - 4px);
}

.float-left {
    float: left;
}

.create-center {
    text-align: center;
}

.bank-creation {
    width: 107px;
}

.leave-upcoming-session-button {
    float: right;
    width: 100%;
    max-width: 300px;
    padding: 0 30px;
}

.leave-session-arrow {
    font-size: 40px;
    color: #1e824c;
}

div[id*='message-dialog'] {
    font-family: "Lato", Arial, sans-serif;
    font-size: 12px;
    position: fixed;
    top: calc(50% - 150px);
    left: calc(50% - 250px);
    width: 500px;
    background: white;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
    padding: 15px 15px 7px 15px;
    border-radius: 5px;
    z-index: 5010;

    -webkit-animation: fadeEffect .5s;
    -moz-animation: fadeEffect .5s;
    -o-animation: fadeEffect .5s;
    animation: fadeEffect .5s;
}

div[id*='message-dialog'].hidden {
    -webkit-animation: fadeOutEffect .5s;
    -moz-animation: fadeOutEffect .5s;
    -o-animation: fadeOutEffect .5s;
    animation: fadeOutEffect .5s;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOutEffect {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOutEffect {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

div[id*='message-dialog'] .title {
    color: #1e824c;
    font-size: 26px;
    width: 100%;
    border-bottom: solid 5px #1e824c;
}

.dialog-content {
    margin-top: 20px;
    margin-bottom: 5px;
}

#blocking-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5000;

    -webkit-animation: fadeEffect .5s;
    -moz-animation: fadeEffect .5s;
    -o-animation: fadeEffect .5s;
    animation: fadeEffect .5s;
}

#current-session-blocking-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5000;

    -webkit-animation: fadeEffect .5s;
    -moz-animation: fadeEffect .5s;
    -o-animation: fadeEffect .5s;
    animation: fadeEffect .5s;
}

/*end dialog*/

div[id*='message-dialog'].traders {
    border-right: solid 1px #1e824c;
}

.bank-list-item {
    width: calc(100% - 20px);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin: 8px 10px;
    height: 26px;
    padding: 2px 5px;
    cursor: pointer;
    background: white;
    border: none;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bank-list-item:hover {
    background: #fafafa;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bank-list-item .bank-logo {
    height: 20px;
    float: left;
}

.bank-list-item .bank-traders {
    font-family: typo;
    font-size: 12px;
    float: right;
    padding: 4px;
}

.bank-list-item .bank-name {
    padding: 4px 8px;
    width: calc(100% - 61px);
    height: 30px;
    float: left;
    overflow: hidden;
    font-family: "Lato", Arial, sans-serif;
    color: black;
    font-size: 12px;
}

.join-session-name {
    text-align: right;
    margin-right: 15px;
    margin-top: 13px;
    margin-bottom: 0;
    color: white;
    font-weight: 100;
    font-family: "Lato", Arial, sans-serif;
    font-size: 12pt;
}

.upcoming-banks-tab {
    width: 100%;
    height: 50px;
}

.banks-header {
    margin-bottom: 0;
}

.error-class {
    color: red;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    display: inline;
}

.navbar-nav > li > a {
    line-height: 5px;
}

.navbar-default .navbar-nav > li > a {
    padding: 5px 0 12px 0;
    border-bottom: 5px solid transparent;
    font-weight: 400;

    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: transparent;
    border-bottom: 5px solid white;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.simple-navbar-item {
    margin: 38px 22px 0 22px;
}

.login-navbar-item {
    margin: 38px 16px 0 16px;
}

.first-login-navbar-item {
    margin: 38px 16px 0 80px;
}

.separator-navbar-item {
    margin-top: 35px;
    border-left: 2px solid rgba(255, 255, 255, .7);
    height: 27px;
}

.icon-navbar-item {
    text-align: center;
    margin: 15px 15px 0 15px;
    padding-bottom: 0 !important;
    border: none !important;
}

.icon-navbar-item i {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    color: white;
    width: 100%;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.icon-navbar-item i.header-nav {
    width: unset;
}

.icon-navbar-item i:hover {
    color: rgba(245, 245, 245, 0.7);

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.icon-navbar-item i > div {
    font-size: 14px;
    font-weight: 100;
    font-family: "Lato", Arial, sans-serif;
    margin-top: 5px;
}

.icon-navbar-item.distant {
    margin-left: 80px;
}

.store-button {
    margin-bottom: 20px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: white;
}

.dropdown-menu {
    background-color: #133A53;
}

.dropdown-menu, .dropdown-menu a, .dropdown-menu i, .dropdown-menu > li > a {
    color: white;
}

.session-header {
    background-color: #00a7e5;
    height: 30px;
    padding: 10px 0;
    font-size: 12px;
    position: fixed;
    top: 61px;
    width: 100%;
    z-index: 10;
}

.session-info-item {
    color: white;
    padding-left: 0;
    padding-right: 0;
}

.session-info-content {
    font-weight: 100;
}

.session-info-pl-green {
    font-weight: 600;
    color: #7dff03;
}

.session-info-pl-red {
    font-weight: 600;
    color: red;
}

.left-menu {
    min-height: calc(100vh - 91px);
    height: 505px;
    width: 190px;
    position: absolute;
    top: 91px;
    left: 0;
}

.schedule-session-left {
    background-color: #133A53;
    padding: 15px 10px;
    height: 50px;
}

.schedule-title {
    color: white;
    font-size: 12px;
}

.order-button {
    background: url(../images/order-now-button.png) no-repeat;
    background-size: cover;
    color: white;
    border: 0;
    padding: 9px 24px 9px 38px;
    font-weight: 800;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.schedule-time {
    color: white;
    font-weight: 100;
    font-size: 12px;
    margin-top: 1px;
}

.menu-header {
    height: 45px;
    background-color: #e9e9e9;
    border-bottom: 7px solid #00a7e5;
    color: #133A53;
}

.bank-details-session-left .logo-icon {
    width: auto;
    height: 100%;
    padding: 5px;
    float: left;
}

.bank-details-session-left h6 {
    color: white;
    padding: 17px 10px;
}

.bank-details-session-left .description {
    background-color: #133A53;
    height: 220px;

    background: #133A53; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, #133A53, #105e8e);
    background: -o-linear-gradient(-90deg, #133A53, #105e8e);
    background: -moz-linear-gradient(-90deg, #133A53, #105e8e);
    background: linear-gradient(-90deg, #133A53, #105e8e);
}

.bank-details-session-left .description > div {
    padding: 10px 10px;
    color: white;
    font-size: 12px;
}

.bank-details-session-left .description > div > div{
    padding: 3px 0px;
}

.bank-details-session-left .description > div img {
    height: 17px;
}

.bank-details-session-left .description .row > div:nth-of-type(2) {
    padding-top: 2px;
    padding-left: 5px;
}

.bank-details-session-left .description > div >  span {
    margin-top: 5px;
}

.bank-details-session-left .description > hr {
    margin-left: 10px;
    margin-right: 10px;
}

.bank-details-session-left .description > div:first-of-type {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bank-details-session-left hr {
    margin: 0;
    border-top: 2px solid #082238;
}

.traders-header .traders-label {
    float: left;
    padding: 14px;
    font-size: 12px;
    font-weight: 800;
}

.right-traders-list {
    overflow-y: auto;
    font-size: 12px;
    color: #133A53;
}

.right-traders-list .list-session-item {
    padding: 5px 10px;
}

.right-traders-list .list-session-item img {
    width: 20px;
    height: auto;
    float: left;
    margin-right: 8px;
}

.traders-list {
    overflow-y: auto;
    background-color: white;
    height: calc(100vh - 466px);
    min-height: 123px;
}

.traders-list .list-session-item {
    padding: 5px 10px;
}

.traders-list .list-session-item img {
    width: 20px;
    height: auto;
    float: left;
    margin-right: 8px;
}

.disconnected-trader-bank {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dedede;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.connected-trader-bank {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7fb34e;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}

.disconnected-bank {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e9e9e9;
    float: left;
    margin-top: 4px;
}

.connected-bank {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7fb34e;
    float: left;
    margin-top: 4px;
}

.disconnected-trader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e9e9e9;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

.connected-trader {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7fb34e;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

.traders-list .list-session-item .trader-name {
    color: #133A53;
    font-size: 12px;
    margin-top: 3px;
}

.right-menu {
    min-height: calc(100vh - 91px);
    height: 505px;
    width: 242px;
    position: absolute;
    top: 91px;
}

@media (min-width: 1281px) {
    .right-menu {
        right: 0;
    }
}

@media (max-width: 1280px) {
    .right-menu {
        right: calc(100vw - 1280px);
    }
}

.right-sessions-menu {
    height: calc(100vh - 120px);
    width: 240px;
    position: fixed;
    left: 0;
    top: 66px;
    background-color: white;
    box-shadow: 0 0 19px #0000006b;
}

.banks-list-header-label {
    float: left;
    padding: 14px;
    font-size: 12px;
    font-weight: 800;
}

.banks-list-session-right .banks-list {
    height: 200px;
    overflow-y: auto;
    background-color: white;
}

.banks-list-session-right .banks-list .banks-list-item {
    height: 25px;
    padding: 7px 20px 7px 20px;
    outline-style: none;
}

.right-bank-list {
    width: fit-content;
    float: left;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banks-list details > div {
    min-height: 50px;
    border-top: 1px solid #d7d7d7;
    width: 175px;
    margin: 2px 0 0 18px;
    background-color: #f5f5f5;
}

.banks-list-session-right .banks-list .banks-list-item .bank-name {
    font-size: 12px;
    color: #133A53;
    margin-left: 15px;
    width: fit-content;
}

.news-session-right .news-header-label {
    float: left;
    padding: 14px;
    font-size: 12px;
    font-weight: 800;
}

.news-session-right .news-list {
    height: calc(100% - 45px);
    width: 206px;
    overflow-y: auto;
    background-color: white;
    float: left;
}

.news-session-right .news-list-item {
    padding: 25px 0;
}

.news-session-right .news-list :nth-child(0) {
    padding: 25px 0;
}

.color-white{
    color: white;
}

.news-session-right .news-list-item .news-list-item-circle {
    width: 20px;
    height: 20px;
    border-radius: 1000px;
    border: 3px solid #c0c0c0;
    float: left;
    margin: 0 0 0 -30px;
}

.news-session-right .news-list-item .white-circle {
    background-color: white;
}

.news-session-right .news-list-item .blue-circle {
    background-color: #00a7e5;
}

.news-session-right .news-list-item .news-list-item-text {
    width: 158px;
    float: left;
    margin-left: 15px;
    border-left: solid 6px #c0c0c0;
    padding: 6px 0px 6px 10px;
    border-radius: 0px;
}

.news-session-right .news-list-item .news-list-item-title {
    font-size: 14px;
    font-weight: 800;
    color: #133A53;
    padding-bottom: 0;
}

.news-session-right .news-list-item .news-list-item-description {
    font-size: 12px;
    font-weight: 400;
    color: #133A53;
    width: 140px;
}

.news-session-right {
    height: calc(100% - 260px);
    min-height: 245px;
}

.news-line {
    width: 6px;
    height: calc(100% - 20px);
    border-radius: 1000px;
    background-color: #c0c0c0;
    margin: 10px 17px;
    float: left;
}

.fit-screen-height {
    height: 100vh;
    min-height: 500px;
}

.session-currenices-content {
    min-height: calc(100vh - 91px);
    height: 505px;
    position: absolute;
    background-color: #cccccc;
    top: 91px;
    left: 190px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1244px) {
    .session-currenices-content {
        width: calc(100vw - 410px) !important;
    }
}

@media (max-width: 1243px) {
    .session-currenices-content {
        width: calc(1280px - 447px) !important;
    }
}

.bank-creation-div {
    height: calc(100% - 25px);
    background-color: #fff;
    margin: 15px 0;
    box-shadow: -5px 5px 21px #00000047;
    padding: 0;
    font-family: "Lato", Arial, sans-serif;
    font-size: 11px;
    color: #133A53;
}

.trad-div-sizer {
    min-height: 125px;
    height: calc(100% - 380px);
    margin: 15px 0;
}

.trad-div {
    min-height: 100%;
    height: 100%;
    background-color: #133A53;
    padding: 0;
    font-family: "Lato", Arial, sans-serif;
    font-size: 10px;
    color: #133A53;
}

.striped-list {
    width: 100%;
    height: calc(100% - 57px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background: #E6E6E6;
}

.msg-list {
    overflow-y: auto;
    overflow-x: hidden;
    background: #E6E6E6;
}

.stripes-background {
    background: repeating-linear-gradient(180deg, #fff0 0, #fff0 20px, #E6E6E6 20px, #E6E6E6 40px);
}

.stripes-background-inversed {
    background: repeating-linear-gradient(180deg, #E6E6E6 0, #E6E6E6 20px, white 20px, white 40px);
}

.stripes-background-special {
    background: repeating-linear-gradient(180deg, #133A53 0, #133A53 20px, #00a7e5 20px, #00a7e5 40px);
}

.stripes-background-special-inversed {
    background: repeating-linear-gradient(180deg, #00a7e5 0, #00a7e5 20px, #133A53 20px, #133A53 40px);
}

.striped-list-content {
    height: fit-content;
}

.striped-list-content > div:nth-child(odd) {
    background: #FFF;
}

.striped-list-content > div:nth-child(even) {
    background: #E3E3E3;
}

.striped-list-content > div:nth-child(odd) .first-table-col {
    background: #133A53;
}

.striped-list-content > div:nth-child(even) .first-table-col {
    background: #00a7e5;
}

.striped-list-content > div:nth-child(odd) .first-table-col-inverted {
    background: #00a7e5;
}

.striped-list-content > div:nth-child(even) .first-table-col-inverted {
    background: #133A53;
}

.first-table-col {
    color: white;
}

.session-divisions-header {
    width: 100%;
    height: 35px;
    border-bottom: 5px solid #00a7e5;
    margin-right: 0;
    margin-left: 0;
    background: #e6e6e6;
}

.session-divisions-header-title {
    width: 100%;
    height: 20px;
    background-color: #133A53;
}

.session-divisions-header-title > label {
    color: white;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 0;
    padding-left: 15px;
}

.trad-divisions-header-title {
    padding-right: 7.5px;
}

.trad-by-currency-head {
    width: 100% !important;
}

.trad-divisions-header-title label {
    color: white;
    font-size: 11px;
    padding-top: 3px;
    margin-bottom: 0;
    height: 20px;
    margin-top: 0;
}

.trad-subdivisions-header-title {
    height: 10px;
    background-color: #00a7e5;
}

.trad-subdivisions-header-title label {
    color: white;
    font-size: 8px;
    margin-bottom: 0;
    padding: 0;
    height: 10px;
}

/*.session-divisions-header-title-top {
    border-top: 5px solid #00a7e5;
    height: 25px;
}*/

.position-deals-composition-header-top{
    height: 35px;
}

.position-deals-composition-header-top > label{
    margin-top: 8px!important;
}

.first-table-col {
    padding-left: 10px !important;
}

.trad-divisions-header {
    width: 100%;
    height: 30px;
    margin-right: 0;
    margin-left: 0;
    background: #e6e6e6;
}

.ccy-div {
    height: 20px;
    width: 100%;
    overflow-y: hidden;
    box-shadow: -1px 1px 10px 2px rgba(0, 0, 0, 0) inset;
    transition: box-shadow 1s ease-in-out;
}

.ccy-div > label {
    font-size: 10px;
    padding-left: 15px;
    height: 20px;
    margin-bottom: 0;
    padding-top: 3px;
}

.ccy-div button {
    font-size: 9px;
    margin-left: 0;
    margin-top: 3px;
    height: 12px;
    padding: 0 0 0 0;
    background-color: #00a7e5;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.74);
    color: white;
    border-radius: 10px;
    width: 30px !important;
    line-height: 12px;
}

.ccy-div button:hover {
    background-color: #7fb34e;
}

.ccy-div label {
    padding-top: 2px;
}

.bank-ccy-label {
    color: black;
}

.na-label {
    font-size: 10px;
    padding-left: 8px !important;
    height: 19px;
    margin-bottom: 0;
    padding-top: 3px;
    color: black;
}

.disabled-deal-button {
    background-color: #c7cbcd !important;
    color: #acacac !important;
    cursor: default !important;
    outline: none !important;
    box-shadow: none !important;
}

.disabled-deal-button:hover {
    background-color: #c7cbcd !important;
    color: #acacac !important;
    cursor: default !important;
    outline: none !important;
}

.link-label {
    cursor: pointer;
}

.Bid-label {
    color: #7fb34e;
}

.link-label.Bid-label:hover {
    color: #4f6e35;
}

.Ask-label {
    color: #00a7e5;
}

.link-label.Ask-label:hover {
    color: #006486;
}

.ccy-filter {
    font-size: 10px;
    color: #00a7e5;
    line-height: 12px;
    padding-top: 10px;
}

.rates-title {
    font-size: 14px;
    color: #133A53;
    font-weight: 900;
    line-height: 30px;
}

.small-icon {
    width: 12px;
    margin-bottom: 2px;
}

.finlabs-watch {
    width: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*.deal-dialog {*/
/*margin: 0;*/
/*height: 420px;*/
/*width: 500px;*/
/*font-family: "Lato", Arial, sans-serif;*/
/*font-size: 12px;*/
/*position: fixed;*/
/*top: calc(50% - 210px);*/
/*left: calc(50% - 250px);*/
/*box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);*/
/*padding: 5px 0 7px 0;*/
/*border-radius: 0;*/
/*z-index: 5010;*/
/*background-color: #133A53;*/
/*border-bottom: 5px solid #00a7e5;*/
/*background: #133A53;*/
/*background: -webkit-linear-gradient(-90deg, #133A53, #105e8e);*/
/*background: -o-linear-gradient(-90deg, #133A53, #105e8e);*/
/*background: -moz-linear-gradient(-90deg, #133A53, #105e8e);*/
/*background: linear-gradient(-90deg, #133A53, #105e8e);*/

/*-webkit-animation: fadeEffect .5s;*/
/*-moz-animation: fadeEffect .5s;*/
/*-o-animation: fadeEffect .5s;*/
/*animation: fadeEffect .5s;*/
/*}*/

.sessions-menu-header-joined {
    background-color: white;
    width: 100%;
    font-size: 16px;
    font-weight: 900;
    font-family: "Lato", Arial, sans-serif;
    color: #133a53;
    margin: 0;
}

.sessions-menu-header {
    background-color: white;
    width: 100%;
    font-size: 16px;
    font-weight: 900;
    font-family: "Lato", Arial, sans-serif;
    color: #133a53;
    margin: 0;
}

.sessions-menu-title {
    padding-top: 8px;
    padding-left: 10px;
    height: 45px;
    background-color: #f6f6f6;
    float: left;
    border-bottom: 5px solid #00a7e5;
}

details {
    color: #00a7e5;
    font-size: 18px;
}

.right-sessions-menu-sessions-joined {
    padding: 4px;
    overflow-y: auto;
    height: 100%;
    width: 255px;
}

.right-sessions-menu-sessions {
    padding: 4px;
    overflow-y: auto;
    height: 100%;
    width: 255px;
}

.right-sessions-menu-session {
    padding-top: 20px;
    border-bottom: solid 1px #e6e6e6;
    margin: 0;
    padding: 5px;
}

summary:focus {
    outline: none;
    color: #00a7e5;
}

.rank-icon {
    padding: 0;
}

.right-sessions-menu-labels {
    line-height: 15px;
    font-size: 12px;
    color: #133a53;
    margin-left: 0;
    padding-right: 0;
}

.sessions-menu-session-name {
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.sessions-menu-best-trader {
    width: 110px;
    font-weight: 100;
    margin: 0;
    padding: 0
}

.sessions-menu-best-score {
    font-weight: 100;
    margin: 0;
    padding: 0
}

.upcoming-sessions-box-2 {
    margin: 0 auto;
    padding: 0 15px;
    display: table;
    width: 100%;
    min-width: 500px;
}

.sessions-boxs {
    padding-top: 50px;
}

.session-box-header {
    background-color: #133a53;
    height: 45px;
    color: white;
    font-size: 20px;
    padding: 7px 20px;
    margin: 0 auto;
}

.c1-background {
    background-color: #133a53;
    font-size: 12px;
    font-weight: 100;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.c2-background {
    background-color: #E6E6E6;
    font-size: 12px;
    font-weight: 400;
    color: #133a53;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.c3-background {
    background-color: white;
    font-size: 12px;
    font-weight: 400;
    color: #133a53;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.session-box-content {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.session-box-subheader {
    background-color: #E6E6E6;
    height: 45px;
    border-bottom: 5px solid #00a7e5;
    color: #133a53;
    font-size: 16px;
    padding: 7px 20px;
    margin: 0;
}

.session-mini-box-list-content {
    height: 100%;
    font-size: 14px;
    padding-top: 10px;
    padding-left: 15px;
    border: solid 3px #dedede;
    overflow-y: scroll;
    background: white;
}

.session-country-flag {
    width: 45px;
}

.session-box-trader-name {
    font-size: 12px;
    font-weight: 400;
    margin-left: 25px;
}

.sessions-box-label {
    margin-top: 10px;
}

.sessions-box-button {
    font-size: 12px;
    height: 20px;
    width: 100px;
    padding: 0 0 0 0;
    background-color: #00a7e5;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.74);
    color: white;
    border-radius: 10px;
}

.sessions-box-button:hover {
    background-color: #7fb34e;
}

.join-session-button {
    font-size: 12px;
    height: 20px;
    width: 75px;
    padding: 0 0 0 0;
    background-color: #00a7e5;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.74);
    color: white;
    border-radius: 10px;
}

.join-session-button:hover {
    background-color: #7fb34e;
}

.current_session_environement_show {
    margin: 0;
    width: 100%;
    height: calc(100% - 60px);
}

.current_session_bank_show {
    margin: 0;
    width: 100%;
    height: calc(100% - 35px);
    background: #e6e6e6;
}

.current_session_environement_show > div {
    color: #133A53;
    font-size: 11px;
    margin: 0;
    padding: 0;
    padding-top: 1px;
}

.curr-sess-env-show-bottom {
    position: absolute;
    bottom: calc(10% - 15px);
    padding: 10px !important;
}

.details-environemnt-description {
    height: calc(100% - 60px) !important;
    background-color: white;
    padding: 10px !important;
}

span {
    font-weight: 900;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.session-box-header .mini-button {
    margin-left: 10px;
}

.upcoming-session-container {
    min-height: calc(100vh - 120px);
    padding: 15px;
    background-position: center bottom;
}

/*Popups*/

.popup {
    background-color: #E6E6E6;
    font-family: "Lato", Arial, sans-serif;
    font-size: 12px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: fit-content;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.8);
    border-radius: 0;
    z-index: 5040;

    -webkit-animation: fadeEffect .5s;
    -moz-animation: fadeEffect .5s;
    -o-animation: fadeEffect .5s;
    animation: fadeEffect .5s;
}

.popup-compressed .popup-content {
    margin-top: -60px !important;
}

.popup-header-bg {
    height: 100%;
    width: 500px;
    min-width: 100%;

    position: absolute;
    top: 0;
    left: 50%;

    z-index: -1;
}

.popup-header-bg-content {
    background: url(../images/popup-header.png) no-repeat center center;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    cursor: all-scroll;
    position: relative;
    top: 0;
    left: -50%;
}

.popup-header {
    overflow-x: hidden;
    height: 140px;
    position: relative;
    z-index: 15;
}

.popup-icon {
    width: 30px;
    margin: 15px 0 0 15px;
    cursor: all-scroll;
}

.popup-close {
    margin: 8px 30px 0 0;
    font-size: 28px;
    cursor: pointer;
}

.popup-close .fa {
    color: #FFF;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.popup-close .fa:hover {
    color: #DDD;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.popup hr {
    border-color: #C0C0C0;
    padding: 0;
    margin: 0 0 10px 0;
}

.popup-title {
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    margin-top: 14px;
    padding-left: 20px;
    width: calc(100% - 110px);
}

.popup-content {
    padding: 10px 50px;
    margin-top: -25px;
    z-index: 20;
    position: relative;
}

.popup-text-field, .popup-info, .round-form-control {
    height: 20px;
    margin-bottom: 12px;
}

.popup-text-field > .row, .popup-info > .row, .round-form-control > .row {
    height: 100%;
}

.popup-text-field-label, .popup-info-label, .round-form-control-label {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    background: #133a53;
    height: 20px;
    border-radius: 100px 0 0 100px;
    float: left;
    padding: 0 15px;
    width: 95px;
}

.popup-text-field-input, .popup-info-content, .round-form-control-content {
    font-size: 12px;
    background: #fff;
    border: none;
    height: 20px;
    border-radius: 0 100px 100px 0;
    padding: 0;
    float: left;
    width: 200px;
}

.popup-text-field-input input, .popup-text-field-input select, .popup-info-content label,
.round-form-control-content input, .round-form-control-content select, .round-form-control-content label {
    font-size: 12px;
    border: none;
    height: 100%;
    width: 100%;
    outline: 0 !important;
    padding: 2px 8px;
    color: #133a53;
    font-weight: 400;
    border-radius: 0 100px 100px 0;

    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-buttons .popup-button {
    float: right;
    margin: 10px 0 20px 13px;
    width: 73px;
    height: 24px;
    border-radius: 10px;
    background-color: #00a7e5;
    color: white;
    font-size: 12px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.popup-buttons .popup-error{
    float: right;
    margin: 10px 0 20px 13px;
    color: red;
}

.popup-buttons .popup-button:hover {
    background-color: #3dafd9;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.popup select,
.round-form-control select {
    -webkit-appearance: none;
    overflow: hidden;

    background: linear-gradient(#fff, #fff) no-repeat,
    linear-gradient(-135deg, rgba(255, 255, 255, 0) 50%, white 50%) no-repeat,
    linear-gradient(-225deg, rgba(255, 255, 255, 0) 50%, white 50%) no-repeat,
    linear-gradient(#133a53, #133a53) no-repeat;
    background-color: white;
    background-size: 1px 100%, 30px 20px, 20px 20px, 20px 60%;
    background-position: right 20px center, right bottom, right bottom, right bottom;
}

.popup select:focus, .popup button:focus, .popup input:focus,
.round-form-control select:focus, .round-form-control button:focus, .round-form-control input:focus {
    outline: none;
}

.round-form-control-button {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    background: #00a7e5;
    height: 20px;
    border-radius: 100px;
    float: left;
    padding: 0 15px;
    border: none;

    box-shadow: 0 0 0 rgba(0, 0, 0, 0);

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.round-form-control-button:hover {
    background: #008fc7 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.popup .popup-subtitle {
    color: #133a53;
    font-weight: 600;
    font-size: 16px;
    height: 26px;
}

.popup-blocking-text {
    color: #133a53;
    display: block;
    display: -webkit-box;
    max-width: 400px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup .scrolling-list {
    background: #fff;
    padding: 10px 40px 2px 40px;
    list-style-type: none;
    border-bottom: solid 10px #00a7e5;
    overflow-y: auto;
    margin-bottom: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.popup .striped-list {
    height: auto;
}

.popup-striped-list {
    padding: 0 !important;
}

.scrolling-list li, .scrolling-striped-list li {
    margin-bottom: 10px;
    height: 14px;
}

.popup .scrolling-list .connected {
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background: #7fb34e;
    margin-right: 10px;
    margin-top: 1px;
}

.popup .scrolling-list .disconnected {
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background: #cdcdcd;
    margin-right: 10px;
    margin-top: 1px;
}

.popup-list-title {
    background: #133a53;
}

.popup-list-title-content {
    width: calc(100% - 14px);
    padding: 5px 15px;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
}

.popup-blocking-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5000;

    -webkit-animation: fadeEffect .5s;
    -moz-animation: fadeEffect .5s;
    -o-animation: fadeEffect .5s;
    animation: fadeEffect .5s;
}

.popup-small-title {
    font-size: 12px;
    line-height: 16px;
}

.popup-small-title-text {
    position: absolute;
    top: calc(50% + 12px);
    transform: translate(0, -50%);
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*End Popups*/

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.mx--5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.py-1 {
    padding-top: 1%;
    padding-bottom: 1%;
}

.p-15 {
    padding: 15px !important;
}

.h-20px {
    height: 20px;
}

.d-none {
    display: none !important;
}

.d-table {
    display: table !important;
}

.o-hidden {
    overflow: hidden !important;
}

.light-bg {
    background-color: #E3E3E3 !important;
}

.box-shadow-none {
    box-shadow: none;
}

.box-shadow {
    box-shadow: -5px 5px 21px #00000047;
}

/*.table-border {
    border-right: solid 2px #CDCDCD;
}*/

.subtable-border {
    border-right: solid 1px #CDCDCD;
}

.small-text {
    font-size: 11px;
}

.text-white {
    color: white !important;
}

.one-line-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rates-content {
    overflow-y: auto;
    width: 100%;
    height: calc(100% - 57px);
    background: #fff;
}

.rates-content-wide {
    height: calc(100% - 55px) !important;
    position: relative;
}

.rates-content-wide .striped-list {
    overflow-y: scroll !important;
    position: relative
}

.striped-list-header {
    width: calc(100% - 14px) !important;
    float: left !important;
}

.trad-div-content {
    height: calc(100% - 25px);
    padding-top: 8px;
    padding-left: 15px;
}

.striped-list-content {
    position: relative;
    z-index: 1;
}

.fake-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.selectable-table-row, .selectable-table-row label {
    cursor: pointer;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.selectable-table-row:hover {
    background: #b1d1e6 !important;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.selectable-table-row.selected-row {
    outline: #7D7D7D solid 1px;
    background: #00a7e5 !important;
}

.selectable-table-row.selected-row label {
    color: #fff !important;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/*trader screens*/

.trader-screen {
    width: 25% !important;
}

/*End trader screens*/

#trader-screens-loading {
    width: 100%;
    height: 100%;
    background: #CDCDCD;
    overflow: hidden;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.loading-circle:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    border: 2px solid #00a7e5;
    border-top-color: #133A53;
    animation: spinner .6s linear infinite;
}

/*Custom popover*/
.popover-session .popover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
    width: 100px;
    top: 15px !important;
}

#popover-market-rates .popover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
    width: unset !important;
    top: 15px !important;
}

.popover-session .popover-content {
    border-radius: 0;
    border: none;
    color: #133a53;
    font-size: 10px;
    background: #ffffff;
    font-weight: 700;
    padding: 5px 15px;
}

.popover-session .popover-title {
    height: 0;
    margin: 0;
    border: none;
    padding: 0;
}

.popover-session .popover .arrow {
    left: 20px !important;
    border-width: 7px !important;
    margin-left: -8px !important;
    top: -14px !important;
}

@media (min-width: 1236px){
    #popover-market-rates .arrow {
        right: 65px !important;
        left: unset !important;
        border-width: 7px !important;
        margin-left: -8px !important;
        top: -14px !important;
    }
}

@media (max-width: 1235px){
    #popover-market-rates .arrow {
        right: 42px !important;
        left: unset !important;
        border-width: 7px !important;
        margin-left: -8px !important;
        top: -14px !important;
    }
}

/*arrow*/
.popover-session .popover.bottom .arrow:after {
    margin-left: -6px !important;
    border-bottom-color: #fff;
    border-top-width: 0;
}

.popover-session .popover.bottom .arrow {
    border-bottom-color: #999;
}

.popover-session .popover .arrow:after {
    border-width: 6px;
    content: "";
}

/*End custom popover*/

.popover-session .popover-trigger {
    cursor: default;
}

.trad-by-currency-line {
    text-align: center;
}

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

.indisplayed {
    display: none;
}

.scrollable {
    overflow-y: scroll;
}

.w-100 {
    width: 100%;
}

.msg-list-line {
    padding-left: 10px;
    padding-right: 20px;
}

.header-line > label {
    background-color: #00a7e5;
    color: white;
}

.msg-send-button {
    float: right;
}

.impact-list {
    overflow-y: auto;
    overflow-x: hidden;
}

button.msg-send-button-disabled {
    background-color: #B3B3B3;
}

button.msg-send-button-disabled:hover {
    background-color: #B3B3B3;
}

.currency-rates-div label {
    padding-top: 3px;
    margin-top: 0;
}

.currency-rates-div .fake-lines {
    padding-right: 6px;
}

.table-shift {
    padding-right: 6px;
}

.table-parent-shift > div {
    padding-right: 6px;
}

.currency-rates-div .round-form-control {
    padding-top: 4px;
}

.currency-rates-div .round-form-control label {
    padding-top: 0;
}

.currency-rates-bank {
    text-decoration: underline;
    cursor: pointer;
}

.popup-paragraph {
    color: #133a53;
}

.corporate-order-popup-content {
    margin-top: 20px;
    margin-bottom: 15px;
}

.pnl-position-header {
    padding-top: 4px;
    margin-left: 14px;
}

.open-order-div-sizer {
    padding-left: 0;
    padding-right: 45px;
}

.pr-0 {
    padding-right: 0 !important;
}

.white-bg{
    background-color: white;
}

.score-list-border{
    border-right: 10px solid #eee
}

.score-popup-header{
    margin-top: 0 !important;
    padding-top: 3px;
    height: 100%;
    border-top: 5px solid #00a7e5;
}

.score-list-div{
    padding-top: 10px;
    padding-left: 10px;
    height: 45px ;
    font-size: 12px;
    cursor: pointer;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 59%, rgba(222,222,222,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(59%, rgba(246,246,246,1)), color-stop(100%, rgba(222,222,222,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 59%, rgba(222,222,222,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 59%, rgba(222,222,222,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 59%, rgba(222,222,222,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 59%, rgba(222,222,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede', GradientType=0 );
}

.score-list-div:hover{
    background: rgba(0, 167, 229, 0.37);
    background: -moz-linear-gradient(top, rgba(0, 167, 229, 0.37) 0%, rgba(0, 167, 229, 0.37) 59%, rgba(0, 167, 229, 0.37) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 167, 229, 0.37)), color-stop(59%, rgba(0, 167, 229, 0.37)), color-stop(100%, rgba(0, 167, 229, 0.37)));
    background: -webkit-linear-gradient(top, rgba(0, 167, 229, 0.37) 0%, rgba(0, 167, 229, 0.37) 59%, rgba(0, 167, 229, 0.37) 100%);
    background: -o-linear-gradient(top, rgba(0, 167, 229, 0.37) 0%, rgba(0, 167, 229, 0.37) 59%, rgba(0, 167, 229, 0.37) 100%);
    background: -ms-linear-gradient(top, rgba(0, 167, 229, 0.37) 0%, rgba(0, 167, 229, 0.37) 59%, rgba(0, 167, 229, 0.37) 100%);
    background: linear-gradient(to bottom, rgba(0, 167, 229, 0.37) 0%, rgba(0, 167, 229, 0.37) 59%, rgba(0, 167, 229, 0.37) 100%);
}

.score-list-div-selected{
    background: #00a7e5;
}

.score-list-div-number{
    margin-top: -3px;
    background: white;
    height: 25px;
    width: 25px;
    padding-top: 4px;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}

.score-list-div-name{
    float: left;

}

.vertical-center{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.position-icon{
    width: calc(50% - 100px);
    display: -webkit-inline-box;
    margin: 13px 0 0 45px;
    list-style: none;
    padding-left: 0px;
}

.position-icon img{
    height: 25px;
}

.position-icon i:hover{
    opacity: 0.7;
    cursor: pointer;
}

.position-icon div{
    font-size: 14px;
    font-weight: 100;
    font-family: "Lato", Arial, sans-serif;
    margin-top: 5px;
}

.menu-left-header{
    height: 50px;
    background-color: #00a7e5;
}

.pb-0{
    padding-bottom: 0px;
}

.popup-dragging {
    height: 126px;
    position: absolute;
    cursor: all-scroll;
}

.red-rate{
    color:red;
}

.green-rate{
    color:#21c511;
}

.blue-cross{
    color:#133A53;;
}

.scroll::-webkit-scrollbar {
    width: 10px;
}

.scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
    background: #c6c6c6;
}

.scroll::-webkit-scrollbar-thumb {
    background: #4eb2d7;
    border-radius: 10px;
}

.filter-input{
    width: 100%;
    height: 28px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.experied-session{
    background-color: white;
    margin-bottom: 15px;
    height: 262px;
    box-shadow: 6px 10px 25px -8px rgba(0,0,0,0.50);
    padding: 0px;
    margin-top: 10px;
}

.filter-experied-session{
    height: 350px;
    box-shadow: 6px 10px 25px -8px rgba(0,0,0,0.50);
    background-color: #E6E6E6;
    border-top: solid 10px #00a7e5;
    margin-top: 0px;
    padding: 30px;
}

.table-experied-session{
    overflow-y: scroll;
    height: 100px;
    border-bottom: none;
    background: repeating-linear-gradient(180deg, #fff0 0, #fff0 20px, #E6E6E6 20px, #E6E6E6 40px);
    background-color: white;
}

.title-experied-session{
    color: #133A53;
    font-weight: 900;
    font-size: 16px;
    background-color: #E6E6E6;
    padding: 5px 10px;
    border-bottom: solid 6px #00a7e5;
}

.sessions-header > div{
    color: white;
    font-size: 20px;
    padding: 7px 10px;
}
#hiliter{
    transition: all 0.1s;
}

#hiliter:hover{
    transition: all 0.1s;
    box-shadow: 16px 20px 35px -8px rgba(0,0,0,0.50);
}

.title-chart{
    padding-top: 14px;
    color: #133A53 !important;
}

.kip-title {
    color: #133A53;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    margin-right: 55px;
}

.kpi-container{
    padding-left: 25px;
    font-size: 12px;
    background: #E3E3E3;
    padding-top: 15px;
    padding-bottom: 13px;
    border-radius: 8px 0 0 8px;
}

.chart-title{
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    height: 35px;
}

.kpi-ccy-label{
    font-size: 10px;
    padding-top: 4px;
    padding-left: 0px;
}

.xlsx-button{
    width: fit-content;
    padding: 0;
    padding-top: 3px;
    background-color: transparent;
    border: 0;
}

.xlsx-button img{
    height: 25px;
}

.sessionkpi-header{
    background: #E3E3E3;
    padding: 20px 25px 10px 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    height: 100px;
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0px;
}

/**/
.dynamic-fill-circle {
    margin: auto;
    background: #0ca0b3;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.dynamic-fill-circle .wave {
    opacity: .4;
    position: absolute;
    bottom: 50%;
    left: 50%;
    background: #114160;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -300px;
    transform-origin: 50% 50%;
    border-radius: 43%;
    animation: drift1 1s ease-out;
    transform: rotate(30deg);
    transition: bottom 1s ease-out;
}

.dynamic-fill-circle .wave.-three {
    animation: drift2 1s ease-out;
    transform: rotate(70deg);
}

.dynamic-fill-circle .wave.-two {
    animation: drift3 1s ease-out;
    transform: rotate(110deg);
    opacity: .1;
    background: #0ca0b3;
}

.dynamic-fill-circle:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.33) 0, transparent 30%, transparent 50%, rgba(0, 0, 0, 0.5019607843137255) 100%);
    z-index: 11;
    transform: translate3d(0, 0, 0);
}

.dynamic-fill-circle .text {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    transform: translate3d(0, 0, 0);
    color: white;
}

.dynamic-fill-circle .title {
    top: 60%;
    font-size: 18px;
    font-weight: 500;
}

.dynamic-fill-circle .value {
    top: 75%;
    font-size: 14px;
    font-weight: 200;
}

@keyframes drift1 {
    from { transform: rotate(30deg); }
    from { transform: rotate(120deg); }
}
@keyframes drift2 {
    from { transform: rotate(70deg); }
    from { transform: rotate(160deg); }
}
@keyframes drift3 {
    from { transform: rotate(110deg); }
    from { transform: rotate(200deg); }
}

.reserves-button button{
    font-size: 9px;
    margin-left: 0;
    margin-top: 3px;
    height: 12px;
    padding: 0 0 0 0;
    background-color: #00a7e5;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.74);
    color: white;
    border-radius: 10px;
    width: 30px !important;
    line-height: 12px;
}

.reserves-button button:hover {
    background-color: #00a7e5;
}

.reserves-message-panel{
    padding: 10px;
    background: white;
    border-bottom: solid 6px #00a7e5;
    border-top: solid 20px #133A53;
    margin-bottom: 20px;
    box-shadow: -5px 5px 21px #00000047;
}

.message-content{
    display: inline-block;
}

.message-content:hover {
    text-shadow: 0 0 3px #2e2c2c, 0 0 5px #0000FF;
    color: white;
    cursor: pointer;
}
/**/

@media (min-width: 1444px) {
    .navbar-panel {
        margin: 0 165px;
    }
}

@media (min-width: 1389px) and (max-width: 1443px){
    .navbar-panel {
        margin: 0 140px;
    }
}

@media (min-width: 1352px) and (max-width: 1388px){
    .navbar-panel {
        margin: 0 120px;
    }
}

@media (min-width: 1292px) and (max-width: 1351px){
    .navbar-panel {
        margin: 0 90px;
    }
}

@media (max-width: 1291px) {
    .navbar-panel {
        margin: 0 60px;
    }
}


#hiliter-btn:hover {
    box-shadow: 6px 10px 25px -8px rgba(255, 255, 255, 0.2);
}

.best-rate{
    box-shadow: -1px 1px 10px 2px rgba(0, 167, 229, 0.6) inset;
    -webkit-transition: box-shadow .1s ease-in-out;
    -moz-transition: box-shadow .1s ease-in-out;
    -o-transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
}
.pauses-icon{
    box-shadow: 5px 5px 21px #00000047;
    margin: 0 10px;
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50px;
}

.ccy-div-initiated>div,
.ccy-div-sustained>div{
    height: 20px;
}

.ccy-div-initiated>div{
    /*background-color: rgba(127, 179, 78, .4);*/
}

.ccy-div-sustained>div{
    /*background-color: rgba(0, 167, 229, .4);*/
}

.position-history-section-1,
.position-history-section-2{
    position: relative;
    min-height: 1px;
    float: left;

}

.position-history-section-1{
    width : 3%;
}

.position-history-section-2{
    width : 97%;
}

#deals-composition-filters{
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: white;
    border: 1px solid #133A53;
    padding: 5px;
    width: 300px;
    z-index: 10;
}

.popup-text-area{
    background-color: white;
    width: 100%;
    height: 70px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.indicator-error{
    background: red;
}

.indicator-confirm{
    background: #7fb34e;
}

#bank-rate-history-graph>.highcharts-container,
#market-rate-history-graph>.highcharts-container{
    /*border-radius: 10px;*/
    /*border: 3px solid #133a53;*/
    margin-top: 15px;
}

.bottom-pos .caret{
    border-top: 0;
    border-bottom: 4px dashed;
}

.alert-popup{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: white;
    color: #133A53;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    z-index: 5040;
    width: 400px;
    height: 155px;
    text-align: center;
}

.alert-popup-icon{
    background-image: linear-gradient(to right, #1895c4 , #1f6e8f);
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.alert-popup-icon i{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    font-size: 45px;
}

.alert-popup-message{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.alert-popup-btn{
    margin: 15px auto;
    padding-top: 3px;
    width: 73px;
    height: 24px;
    border-radius: 10px;
    background-color: #00a7e5;
    color: white;
    font-size: 12px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.all-message-title{
    font-weight: 800;
    color: #133A53;
    width: 150px;
    float: left;
    padding: 10px 10px 10px 0 ;
}
.all-message-content{
    width: calc(100% - 150px);
    float: left;
    padding: 10px 0 10px 10px;
    font-weight: 400;
    color: #133A53;
}

.all-messages li:nth-child(odd){
    background-color: #E3E3E3 !important;
}

.all-messages{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.all-messages-title{
    padding: 15px 25px;
    margin: 0;
    color: white;
    background: #133A53;
}

.stripes-background{
    background: repeating-linear-gradient(180deg, #fff 0, #fff 20px, #E6E6E6 20px, #E6E6E6 40px) !important;
}

.exposure-label{
    width: 7.5%;
}

.banks-list-session-right .banks-list summary{
    display: revert !important;
    cursor: pointer;
    color: #d7d7d7 !important;
    font-size: 22px;
    text-align: right;
    float: right;
    position: absolute;
    right: 0;
    top: -8px;
}
