﻿@font-face {
    font-family: NotoSans-Regular;
    src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: NotoSans-Bold;
    src: url('../fonts/NotoSans-Bold.ttf') format('truetype');
}

body {
    padding-top: 80px;
    padding-bottom: 20px;
}

.body-nologin {
    padding-top: 40px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.navbar-fixed-top-first {
    margin-left: -10px;
}

.navbar-fixed-top-second {
    margin-top: 40px;
}

.navbar-fixed-top-second-nologin {
    margin-top: 0;
    background-color: #555555;
}

/*.nav.navbar-nav > li {
   margin-right: 20px;   
}*/

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/ /*????????????????*/
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

.well-sm blockquote {
    border-left: solid 3px #Fb0;
}

.well-sm.ui-layout {
    padding-top: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
}

blockquote footer.no-line:before,
blockquote small.no-line:before,
blockquote .small.no-line:before {
    content: '';
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #008cba;
    border-color: #0079a1;
}

.table-hover > tbody > tr:hover {
    background-color: #FFCC00;
}

.bootbox.modal > .modal-dialog {
    z-index: 2050;
}

.green-bold-text {
    color: green;
    font-weight: bold;
}

.red-bold-text {
    color: red;
    font-weight: bold;
}

.red-text {
    color: red;
    font-weight: normal;
}

.gray-text {
    color: #aaa;
    font-weight: normal;
}

.gray-bg {
    background-color: #ddd;
}

.gray-bg-sep {
    background-color: #ddd;
    border-style: none;
    border-left: solid 3px #aaa;
    margin-left: 10px;
}

.has-internal-note {
    color: red;
}

.no-internal-note {
    color: #ddd;
}

.panel-info > .panel-heading.login-error {
    background-color: red;
}

/*bootstar new colors*/

.panel-gray {
    border-color: #464646;
}

    .panel-gray > .panel-heading {
        padding-left: 5px;
    }

        .panel-gray > .panel-heading > a {
            color: #ffffff;
        }

    .panel-gray > .panel-heading {
        color: #ffffff;
        background-color: #464646;
        border-color: #464646;
        border-bottom: 3px solid #Fb0;
    }

        .panel-gray > .panel-heading.itb-panel-heading {
            color: #ffffff;
            background-color: #999999;
            border-color: #464646;
            border-bottom: 3px solid #FFCC00;
            font-weight: normal;
            font-size: 13px;
            padding-left: 15px;
            padding: 5px;
        }

    .panel-gray > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #464646;
    }

    .panel-gray > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #464646;
    }

/*.panel-gray > .panel-heading .badge {
        color: #008cba;
        background-color: #ffffff;
    }*/

.badge.badge-black {
    color: #333333;
    background-color: #555555;
    font-weight: bold;
}

.white-text {
    color: #ffffff;
}

.grey-text {
    color: #555555;
    font-weight: bold;
}

.badge.badge-yellow {
    color: #000000;
    background-color: #FFCC00;
    font-weight: bold;
}

.panel-body-padding-md {
    padding-bottom: 20px;
}

.btn-width-md {
    width: 100px;
}

.btn-width-lg {
    width: 160px;
}

.btn-gray {
    background-color: gray !important;
}

/* logo correction */
.logo {
    margin-top: -7px;
}

/* change default grid loading amination */
.k-loading-image {
    background-image: none;
}

.panel-no-border {
    margin-bottom: 5px;
    border-style: none;
}

    .panel-no-border .panel-body {
        padding: 0;
    }

    .panel-no-border .btn {
        margin: 4px 2px;
    }


/* company: start */

.company-list {
}

.company-tab-content {
}

    .company-list table thead tr th.k-header,
    .company-tab-content table thead tr {
        background-color: #5bc0de;
        color: #fff;
        font-weight: bold;
    }

        .company-list table thead tr th.k-header a.k-link,
        .company-tab-content table thead tr a {
            color: #fff;
            font-weight: bold;
        }

.company-list table tbody .k-state-selected {
    background-color: #Fb0;
}

.table-th-primary {
    background-color: #5bc0de;
    color: #fff;
}


.status-label {
    margin: 10px 8px;
}

.j-company-type {
    padding: 10px 5px 0 10px;
}

.table-col-xs {
    width: 30px;
}

.table-col-sm {
    width: 70px;
}

.table-col-lg {
    width: 250px;
}

.bold-row td {
    font-weight: bold;
}

.bold-cell span {
    font-weight: bold;
}

.btn-long {
    width: 100px;
}

.repeat-action-col {
    width: 300px;
}

.repeat-action-repeat.btn-default:hover,
.repeat-action-repeat.btn-default:focus,
.repeat-action-repeat.btn-default.focus,
.repeat-action-repeat.btn-default:active,
.repeat-action-repeat.btn-default.active {
    font-weight: bold;
    color: green;
    background-color: #fff;
}

.repeat-action-hidden-repeat.btn-default:hover,
.repeat-action-hidden-repeat.btn-default:focus,
.repeat-action-hidden-repeat.btn-default.focus,
.repeat-action-hidden-repeat.btn-default:active,
.repeat-action-hidden-repeat.btn-default.active {
    font-weight: bold;
    color: #d05095;
    background-color: #fff;
}

.repeat-action-delete.btn-default:hover,
.repeat-action-delete.btn-default:focus,
.repeat-action-delete.btn-default.focus,
.repeat-action-delete.btn-default:active,
.repeat-action-delete.btn-default.active {
    font-weight: bold;
    color: red;
    background-color: #fff;
}

.ui-select-match .btn-default {
    background-color: #fff;
}

    .ui-select-match .btn-default:hover,
    .ui-select-match .btn-default:focus,
    .ui-select-match .btn-default.focus,
    .ui-select-match .btn-default:active,
    .ui-select-match .btn-default.active,
    .ui-select-match .open > .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #fff;
        border-color: #fff;
    }

    .ui-select-match .btn-default:active,
    .ui-select-match .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .ui-select-match .btn-default.disabled,
    .ui-select-match .btn-default[disabled],
    .ui-select-match fieldset[disabled] .btn-default,
    .ui-select-match .btn-default.disabled:hover,
    .ui-select-match .btn-default[disabled]:hover,
    .ui-select-match fieldset[disabled] .btn-default:hover,
    .ui-select-match .btn-default.disabled:focus,
    .ui-select-match .btn-default[disabled]:focus,
    .ui-select-match fieldset[disabled] .btn-default:focus,
    .ui-select-match .btn-default.disabled.focus,
    .ui-select-match .btn-default[disabled].focus,
    .ui-select-match fieldset[disabled] .btn-default.focus,
    .ui-select-match .btn-default.disabled:active,
    .ui-select-match .btn-default[disabled]:active,
    .ui-select-match fieldset[disabled] .btn-default:active,
    .ui-select-match .btn-default.disabled.active,
    .ui-select-match .btn-default[disabled].active,
    .ui-select-match fieldset[disabled] .btn-default.active {
        background-color: #e7e7e7;
        border-color: #cccccc;
    }


/* company: end */

/*bids-offers*/

.bidoffer-panel {
    border-style: none;
    border-bottom: solid 1px #464646;
    margin-bottom: 0;
}


    .bidoffer-panel .panel-body {
        padding: 0;
        margin-bottom: 2px;
        /*max-height: 350px;
        overflow-y: auto;*/
    }

.bidoffer-panel-noscroll {
    border-style: none;
    border-bottom: solid 1px #464646;
}

    .bidoffer-panel-noscroll .panel-body {
        padding: 0;
    }

.balance-table.success {
    background-color: #E6F3E6;
    color: #006600;
}

.balance-table.error {
    background-color: #FFEBEB;
    color: #FF0000;
}

.blue-header-table {
}

    .blue-header-table th {
        background-color: #008cba;
        border-color: #0079a1;
        color: #fff;
    }

    .blue-header-table .data-item {
        height: 28px;
    }

        .blue-header-table .data-item td {
            padding: 4px 4px 1px 6px;
        }

    .blue-header-table .btn {
        margin: -4px 0 2px 0;
    }

    .blue-header-table .hidden-item {
        color: #d05095;
    }

    .blue-header-table .unapprove-item {
        color: #aaa;
    }

.btn-hide {
    background-color: #d05095;
    border-color: #d05095;
}

.btn-group-bidoffer .btn {
    background-color: #777777;
    border-color: #777777;
}

.btn-group-bidoffer .active {
    background-color: #008cba;
    border-color: #0079a1;
    color: #fff;
}

.btn-group-bidoffer .btn:hover,
.btn-group-bidoffer .btn:focus,
.btn-group-bidoffer .btn.focus,
.btn-group-bidoffer .btn:active,
.btn-group-bidoffer .btn.active,
.btn-group-bidoffer .open > .dropdown-toggle.btn {
    color: #ffffff;
    background-color: #006687;
    border-color: #004b63;
}

.btn-hide:hover,
.btn-hide:focus,
.btn-hide.focus,
.btn-hide:active,
.btn-hide.active,
.open > .dropdown-toggle.btn-hide {
    background-color: #a43470;
    border-color: #a43470;
}

.blue-header-table thead {
    background-color: #1D93C0;
    color: #fff;
}

.bidoffer-panel .eggform-caption {
    border-bottom: solid 3px #FFCC00;
    background-color: #ffffff !important;
}

.eggform-label-container {
    border: solid 1px #aaa;
    height: 34px;
    background-color: #ffffff;
    z-index: 10;
    position: fixed;
    width: 99.1%;
    /*-webkit-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.41);
    -moz-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.41);
    box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.41);*/
    padding-top: 4px;
    padding-left: 7px;
    display: none;
}

.bidoffer-panel .eggform-caption span, .bidoffer-panel .eggform-label,
.bidoffer-panel-noscroll .eggform-caption span, .bidoffer-panel-noscroll.eggform-label {
    margin-left: 4px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}

.company-info-fa {
    margin-top: 12px;
    margin-left: 2px;
}

.price-info-fa {
    margin-bottom: 10px;
    color: orange;
}


.placard-full-width {
    width: 100%;
}

.int-board-highlight {
    background-color: #FFCC00;
}

.table-striped > tbody > tr.groups-highlight {
    background-color: #FFCC00;
}

.panel .table-striped .int-board-highlight {
    background-color: #FFCC00;
}

.top-page-filter .form-group {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}

.clear-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    top: 3px;
}

.clear-btn-offset {
    position: absolute;
    left: 26px;
}

.form-control[disabled], fieldset[disabled] .form-control .disabled-with-copy {
    cursor: pointer;
}

/*---*/

.slide.ng-enter, .slide.ng-leave {
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

.slide.ng-enter {
}
    /* starting animations for enter */
    .slide.ng-enter.ng-enter-active {
    }
/* terminal animations for enter */
.slide.ng-leave {
}
    /* starting animations for leave */
    .slide.ng-leave.ng-leave-active {
    }
/* terminal animations for leave */

.btn.btn-skype {
    color: #fff;
    background-color: #27a2d8;
    border-color: #27a2d8;
}

i.fa-skype-color {
    color: #27a2d8;
}

/* custom list styles */
ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}

    ol.simple-list > li {
        position: relative;
        margin-bottom: 20px;
        padding-left: 0.5em;
        min-height: 3em;
        border-left: 2px solid #CCCCCC;
    }

        ol.simple-list > li:before {
            position: absolute;
            top: 0;
            left: -1em;
            width: 0.8em;
            font-size: 1.8em;
            line-height: 1;
            font-weight: bold;
            text-align: right;
            color: #d8bc5e;
            content: counter(li-counter);
            counter-increment: li-counter;
        }

ol.boxes-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}

    ol.boxes-list > li {
        position: relative;
        margin-bottom: 15px;
        padding: 1em;
        border-left: 2px solid #CCCCCC;
        /*background-color: #dadada;*/
    }

        ol.boxes-list > li:before {
            position: absolute;
            top: 0;
            left: -1em;
            width: 0.94em;
            height: 0.94em;
            font-size: 1.7em;
            line-height: 0.90;
            text-align: center;
            color: #f5f5f5;
            background-color: #Fb0;
            content: counter(li-counter);
            counter-increment: li-counter;
        }

ol.labels-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    margin: 0;
    margin-top: 1em;
    margin-left: 1em;
    padding: 0;
    counter-reset: li-counter;
}

    ol.labels-list > li {
        position: relative;
        margin-bottom: 1.5em;
        padding: 1.5em;
        border-left: 2px solid #CCCCCC;
        background-color: #eaeaea;
    }

        ol.labels-list > li:before {
            position: absolute;
            top: -0.3em;
            left: -0.5em;
            width: 1.8em;
            height: 1.2em;
            font-size: 1.6em;
            line-height: 1.2;
            font-weight: bold;
            text-align: center;
            color: #464646;
            background-color: #Fb0;
            transform: rotate(-20deg);
            -ms-transform: rotate(-20deg);
            -webkit-transform: rotate(-20deg);
            z-index: 99;
            overflow: hidden;
            content: counter(li-counter);
            counter-increment: li-counter;
        }

.bold {
    font-weight: bold;
}
/*test colors*/
.red {
    border: solid 1px red;
}

.blue {
    border: solid 1px blue;
}

.horizontalContainerA4 {
    height: 210px;
    width: 297px;
}

.verticalContainerA4 {
    height: 114px;
    width: 162px;
}

.reportFrame {
    border-style: double;
    padding: 5px;
    overflow: hidden;
}


.yellow-line {
    padding-bottom: 10px;
    border-bottom: 1px solid #FFCC00;
}

.dashboard-grey-line {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}

.btn-removeselected {
    margin-top: 7px;
    background-color: #990000;
    border-color: #990000;
}

    .btn-removeselected.send-emails {
        margin-top: 0;
    }

    .btn-removeselected:hover,
    .btn-removeselected:focus,
    .btn-removeselected.focus,
    .btn-removeselected:active,
    .btn-removeselected.active,
    .open > .dropdown-toggle.btn-removeselected {
        background-color: #990000;
        border-color: #990000;
    }

.btn-hideselected {
    margin-top: 7px;
    background-color: #B53E8D;
    border-color: #B53E8D;
}

    .btn-hideselected:hover,
    .btn-hideselected:focus,
    .btn-hideselected.focus,
    .btn-hideselected:active,
    .btn-hideselected.active,
    .open > .dropdown-toggle.btn-hideselected {
        background-color: #B53E8D;
        border-color: #B53E8D;
    }

.btn-unhideselected {
    margin-top: 7px;
    background-color: #666666;
    border-color: #666666;
}

    .btn-unhideselected:hover,
    .btn-unhideselected:focus,
    .btn-unhideselected.focus,
    .btn-unhideselected:active,
    .btn-unhideselected.active,
    .open > .dropdown-toggle.btn-unhideselected {
        background-color: #666666;
        border-color: #666666;
    }

.chooseEmailList-separator {
    margin-top: 15px;
}

.panel-communication {
    background-color: white;
    overflow-x: hidden;
    height: 730px;
}

.communicationContainer {
    margin-top: 120px;
}

.communicationContainerUser {
    margin-top: 0;
}

.newsQuotationView-separator {
    margin-top: 0;
}

.form-control.message-title {
    font-family: 'Courier New', Courier;
}

.form-control.message-text {
    height: 200px;
    font-family: 'Courier New', Courier;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.j-news-quotations.list-group-item.yellow-item {
    background-color: #fff0c3;
}

a.j-news-quotations.list-group-item:hover,
a.j-news-quotations.list-group-item:focus {
    text-decoration: none;
    background-color: #fff0c3;
}

.j-news-quotations.list-group-item {
    background-color: white;
}

#newsFrame {
    width: 100%;
    height: 700px;
    overflow-y: hidden;
}

#byMeltwater {
    color: #CCCCCC;
}

.form-control.placard-field.glass {
    padding-left: 0;
}

.footer-field {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-label {
    margin-top: 23px;
}

#footertext {
    height: 100px;
}

.separator {
    margin-top: 15px;
}

.report-form input,
.report-form select,
.report-form label {
    margin-left: 15px;
    margin-right: 15px;
}

.yellow-row td {
    background-color: #FFB439;
}

.hideBeforePrint {
    display: none;
}

.report-form-group-sm {
    max-width: 100px;
}

    .report-form-group-sm input {
        max-width: 50px;
        float: left;
        font-size: 15px !important;
        height: 39px !important;
    }


@media print {
    .notprint {
        display: none;
    }

    .printheader {
        text-align: center;
        font-weight: bold;
    }

    .print-font-lower {
        font-size: smaller;
    }

    .print-table tr {
        margin-top: 2px;
    }

    .print-table-small-font tr {
        margin-top: 2px;
        font-size: xx-small;
    }

    .print-panel-body {
        margin-top: 10px;
    }

    .hideBeforePrint {
        display: block;
    }

    .well-sm.neutral-trading-page.print {
        margin-top: -100px;
    }

    .well-sm.trading-report-page.print {
        margin-top: -100px;
    }
}

.k-widget {
    padding-left: 0;
    padding-right: 0;
    /*height: 30px;*/
}

.k-datepicker .k-picker-wrap {
    height: 30px;
    /*border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;*/
    padding-top: 4px;
    padding-bottom: 4px;
}

.k-datepicker .k-state-border-down {
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.message-link {
    font-size: 16.5px;
    color: #16667c;
}

.message-link-left {
    margin-left: 10px;
}

.no-padding-left {
    padding-left: 0 !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #f04124;
    border-radius: 0;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #f04124;
}

.hiddeIframe {
    visibility: hidden;
    display: none;
}

@media (max-width: 1024px) {
    .container-fluid.body-content.body-content-top-offset {
        padding-top: 50px !important;
    }
}

@media (max-width: 768px) {
    .container-fluid.body-content.body-content-top-offset {
        padding-top: 100px !important;
    }

    .eggform-label-container {
        border: solid 1px #aaa;
        height: 34px;
        background-color: #f9f9f9;
        z-index: 10;
        position: fixed;
        width: 94%;
        padding-top: 4px;
        padding-left: 7px;
        display: none;
    }

    .form-horizontal .form-group {
        margin-right: 0;
        margin-left: 0;
    }

    .form-group.col-sm-6.internal-trading-board.highlight {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .form-group.col-sm-4.internal-trading-board.highlight {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .form-group.col-sm-4.internal-trading-board.company-filter {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-right: 5px !important;
    }

    .bidoffer-panel .panel-body {
        margin-bottom: 40px !important;
        /*max-height: 350px;
        overflow-y: auto;*/
    }

    #buttons-container {
        padding-right: 5px !important;
        width: 93.9% !important;
    }

    .navbar-header.admin-menu {
        padding-left: 5px !important;
    }
}

#bidsContainer {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
}

#offersContainer {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
}

.well-sm.internal-trading-board {
    /*padding-top: 10px;*/
    /*padding-left: 0;
    padding-right: 0;*/
}

div.well-sm.internal-trading-board {
}

.form-group.col-sm-4.internal-trading-board {
    margin: 0;
    /*padding-left: 5px;
    padding-right: 5px;*/
}

.form-group.col-sm-6.internal-trading-board.company-filter {
    /*padding-right: 15px;*/
}

.itb-container .highlight, .itb-container .company-filter {
    background-color: #eee;
}

.col-sm-2.control-label.highlight {
    margin-top: 4px;
    min-width: 96px;
}

#companyFilter {
    height: 36px;
    margin-top: 2px;
}

#highlightID {
    height: 36px;
    min-width: 60px;
    margin-top: 4px;
    /*padding: 0 6px;
    font-size: 12px;*/
}

.itb-container {
    margin-left: -15px;
    margin-right: -9px;
    margin-top: -15px;
    /*overflow-x: hidden;*/
    padding-bottom: 15px;
    background-color: #EEE;
}

.itb-filters {
    margin-right: -15px;
}

/*.itb-filters .company-filter .ui-select-toggle, .form-input-sm input {
    font-size: 13px;                                                     
    padding: 6px 12px;
}*/

.internal-trading-board.table-striped > tbody > tr.int-board-highlight:nth-child(odd) > td {
    background-color: #FFF6D4;
}


.internal-trading-board.table-striped > tbody > tr.int-board-highlight:nth-child(even) > td {
    background-color: #FEFBEE;
}

.internal-trading-board.table-striped > tbody > tr.int-board-highlight:nth-child(odd) > td {
    background-color: #FFCC00;
}

.internal-trading-board.table-striped > tbody > tr.int-board-highlight:nth-child(even) > td {
    background-color: #FFCC00;
}

.internal-trading-board.table > thead > tr > th,
.internal-trading-board.table > tbody > tr > th,
.internal-trading-board.table > tfoot > tr > th,
.internal-trading-board.table > thead > tr > td,
.internal-trading-board.table > tbody > tr > td,
.internal-trading-board.table > tfoot > tr > td {
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #EEEEEE;
    /*width: 5%;*/
}

.itb-chekbox,
.itb-id,
.itb-pencil {
    width: 2% !important;
}


.itb-time {
    width: 3% !important;
}

.itb-buyer {
    width: 7% !important;
}

.itb-destination {
    width: 7% !important;
}

.itb-type {
    width: 3% !important;
}

.itb-qty {
    width: 5% !important;
}

.itb-price-per {
    width: 10% !important;
}

.itb-dod-pud {
    width: 3% !important;
}

.itb-pu {
    width: 1% !important;
}

.itb-comments {
    width: 40% !important;
}

.itb-likes {
    width: 40% !important;
    max-width: 300px;
}

.itb-btn {
    width: 1% !important;
}

.button-center {
    text-align: center;
}

.itb-btn-default {
    color: #ffffff;
    background-color: #666666;
    border-color: #666666;
}

    .itb-btn-default.btn-xs,
    .itb-btn-primary.btn-xs {
        padding: 2px 14px;
        /*margin: -8px 0;*/
    }

.btn-default.itb-btn-default:hover,
.btn-default.itb-btn-default:focus,
.btn-default.itb-btn-default.focus,
.btn-default.itb-btn-default:active,
.btn-default.itb-btn-default.active,
.btn.btn-primary.btn-xs.itb-btn-primary:hover,
.btn.btn-primary.btn-xs.itb-btn-primary:focus,
.btn.btn-primary.btn-xs.itb-btn-primary.focus,
.btn.btn-primary.btn-xs.itb-btn-primary:active,
.btn.btn-primary.btn-xs.itb-btn-primary.active {
    color: #ffffff;
    background-color: #CCCCCC;
    border-color: #CCCCCC;
}

#buttons-container {
    padding-left: 5px;
    width: 99.1%;
    min-height: 40px;
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    position: fixed;
    bottom: 0;
    opacity: 0.9;
}

a:hover

#navbar_primary {
    background-color: #777777;
    padding-left: 15px;
}

.navbar-fixed-top-second > .container-fluid.admin-menu > #navbar_second {
    background-color: #555555;
    min-width: 880px;
}

.navbar-fixed-top-first > .container-fluid.admin-menu,
.navbar-fixed-top-second > .container-fluid.admin-menu {
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 3px #FFCC00;
    background-color: #777777;
}

.navbar-fixed-top-first > .container-fluid.user-menu,
.navbar-fixed-top-second > .container-fluid.user-menu {
    border-bottom: solid 3px #FFCC00;
}

.navbar-fixed-top-first > .container-fluid.admin-menu > .navbar-collapse.collapse > .navbar-nav > li > a:hover {
    background-color: #777777;
}

.navbar-nav > li.selected-menu > a:visited,
.navbar-nav > li.selected-menu-user > a:visited {
    background-color: white;
}

.navbar-header.admin-menu {
    padding-left: 15px;
}

.nav.navbar-nav.navbar-right.admin-menu {
    margin-top: -5px;
}

.j-item-select.itb-checkbox {
    margin-left: 10px;
}

.selected-menu {
    background-color: #FFCC00;
}

.selected-menu-user {
    background-color: white;
    border-bottom: solid 3px #FFCC00;
}

.col-lg-6.bid-offer-number {
    text-align: right;
}

.btn-group.btn-group-bidoffer.col-lg-6 {
    margin-top: 6px;
}

.panel-heading.bid-offer-edit {
    padding-top: 0;
    padding-bottom: 0;
}

.panel-body.bid-offer-edit {
    padding-bottom: 0;
}

body.bid-offer-edit {
    padding-bottom: 0px;
}

.col-lg-9.bid-offer-edit,
.col-lg-3.bid-offer-edit {
    margin-top: 10px;
}

.col-md-8.show-industry-news {
    margin-top: 15px;
}

.well-sm.neutral-trading-page.notprint,
.well-sm.neutral-trading-page.print,
.well-sm.trading-report-page.notprint,
.well-sm.trading-report-page.print {
    margin-left: -5px;
    padding-left: 0;
}

.col-lg-8.neutral-trading-page {
    padding-bottom: 15px;
}

.eggform-caption.neutral-trading-page,
.eggform-caption.trading-report-page {
    padding-left: 0;
}

.col-lg-6.companies.company-filter {
    margin-top: -40px;
}

.trade-stat-header-link {
    color: white;
}

.table.table-striped.table-hover.trade-edit td,
.table.table-striped.table-hover.trade-edit th {
    padding-left: 7px;
    padding-right: 7px;
}

#x-axe {
    text-align: center;
    color: #484848;
    font-family: NotoSans-Bold;
    font-size: 14px;
}

.j-eggform-table-head {
    margin: 0;
    font-size: 10px;
}

table.internal-trading-board {
    margin-bottom: 0;
}

.like-label {
    margin-left: 2px;
}

/*about menu styles*/

#maincontent {
    position: relative;
    padding: 0 25px 60px;
}

    #maincontent h3 {
        color: rgb(68, 68, 68);
        font-size: 24px;
        text-align: left;
        font-weight: normal;
        padding: 10px 0px;
        margin: 0px 10px 0px 0px;
    }

.text-page .grey-header {
    height: auto;
    display: block;
    width: 100%;
    margin-top: 25px;
}

.grey-header {
    margin-bottom: 10px;
    height: 35px;
    display: table;
    width: 100%;
    padding: 3px 0px;
    border-bottom: 2px solid rgb(255, 204, 0);
}

.text-page .grey-header span {
    text-transform: none;
}

.grey-header span {
    font-weight: bold;
    color: rgb(170, 170, 170);
    text-transform: uppercase;
    font-size: 13px;
    vertical-align: bottom;
    display: table-cell;
}

#maincontent .text-page h2 {
    font-size: 16px;
    color: #444444;
    text-indent: 0;
}

#maincontent h2 {
    font-weight: bold;
    color: #aaaaaa;
    margin: 25px 0 10px 0;
    font-size: 22px;
    text-align: left;
}

.text-page .text-indent {
    padding: 0 20px;
}

.text-page ol li, .text-page ul li {
    position: relative;
    margin: 15px 0;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.text-page ol, .yellow-list {
    counter-reset: item;
    list-style-type: none;
}

    .text-page ol li:before {
        content: counter(item)' ';
        counter-increment: item;
        position: absolute;
        left: -35px;
        display: inline-block;
        width: 22px;
        height: 22px;
        background: #FC0;
        text-align: center;
        border-radius: 15px;
        padding-top: 1px;
    }

.yellow-list {
    padding-left: 30px;
}

.text-page ol, .yellow-list {
    counter-reset: item;
    list-style-type: none;
}

    .yellow-list li:before {
        content: ' ';
        position: absolute;
        left: -25px;
        top: 5px;
        display: inline-block;
        width: 7px;
        height: 7px;
        background: #FC0;
        text-align: center;
        border-radius: 15px;
    }

.text-page .table-info {
    width: 65%;
    min-width: 310px;
    padding-top: 15px;
}

.table-info .grey-header {
    margin-bottom: 0;
}

#maincontent table {
    border-spacing: 0;
    color: #000;
}

    #maincontent table tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

    #maincontent table thead th {
        text-align: left;
        background: #0084B6;
        color: #FFF;
        text-transform: capitalize;
        font-weight: normal;
        padding: 10px;
        text-shadow: 1px 1px 1px #015778;
        border-bottom: 1px solid #006287;
    }

table.price-grid .oddrow, table tr.oddrow {
    background: #eeeeee;
}

.empty-area {
    height: 36px;
}

.evolvice-logo a {
    font-size: 15px;
}

.evolvice-logo img {
    margin-top: -25px;
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../fonts/NotoSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSans-Italic';
    src: url('../fonts/NotoSans-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSans-BoldItalic';
    src: url('../fonts/NotoSans-BoldItalic.ttf') format('truetype');
}

body.white-theme {
    padding-top: 60px;
    background-color: #ebeff2;
}

.white-theme {
    font-family: NotoSans-Regular;
    color: #484848;
}

    .white-theme .navbar-fixed-top {
        margin-top: 0;
        background-color: white;
        color: #484848;
        min-height: 66px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
        z-index: 10070;
    }

    .white-theme .navbar-fixed-top-first > .container-fluid.user-menu, .navbar-fixed-top-second > .container-fluid.user-menu {
        border-style: none;
    }

    .white-theme .navbar-default .navbar-nav > li > a {
        font-weight: bold;
        font-size: 12.1px;
        color: #484848;
        font-family: NotoSans-Bold;
        padding-top: 22px;
        height: 63px;
        background-color: white;
    }

    .white-theme .dropdown-menu {
        background-color: white;
        color: #484848;
    }

    .white-theme .navbar-default .navbar-nav > li > a:hover {
        background-color: white;
    }

    .white-theme .logo {
        box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.35);
        margin-top: 4px;
    }

    .white-theme .container {
    }

    .white-theme .navbar-toggle {
        margin-top: 15px;
        background-color: #aaa;
        color: white;
    }

    .white-theme .navbar-default .navbar-nav > li > a.exit {
        background-color: #eee;
        margin-top: 2px;
        color: #484848;
    }

        .white-theme .navbar-default .navbar-nav > li > a.exit img,
        .white-theme .navbar-default .navbar-nav > li > a.mail img,
        .white-theme .navbar-default .navbar-nav > li > a.bell img {
            width: 20px;
        }

    .white-theme .navbar-nav:not(.navbar-right) > li:hover {
        border-bottom: solid 3px #FFCC00;
    }

    .white-theme .navbar-default .dropdown-menu > li > a,
    .white-theme .navbar-default .dropdown-menu > .active > a {
        background-color: white;
        color: #484848;
    }

        .white-theme .navbar-default .dropdown-menu > li > a:hover,
        .white-theme .navbar-default .dropdown-menu > .active > a,
        .white-theme .navbar-default .dropdown-menu > .active > a:hover {
            background-color: #eee;
            color: #484848;
        }

    .white-theme .navbar-default .navbar-collapse,
    .white-theme .navbar-default .navbar-form {
        border-color: #ddd;
    }

    .white-theme .navbar-default .navbar-nav > .open > a,
    .white-theme .navbar-default .navbar-nav > .open > a:hover,
    .white-theme .navbar-default .navbar-nav > .open > a:focus {
        background-color: white;
        color: #484848;
    }

@media (max-width: 767px) {
    .white-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #484848;
    }

        .white-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .white-theme .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #eee;
            color: #484848;
        }

    .white-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .white-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .white-theme .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #eee;
        color: #484848;
    }

    .white-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .white-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .white-theme .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #484848;
        background-color: transparent;
    }
}

.white-theme .fa-1-3x {
    font-size: 1.3em;
}

.white-theme .fa-1-5x {
    font-size: 1.5em;
}

.white-theme .has-unread-messages {
    color: #36c336;
    background-color: #d8ffd2;
}

.white-theme .badge-naq {
    background-color: #e43535;
    position: absolute;
    top: 15px;
    left: 20px;
    margin: 0;
}

.user-trading-board {
}

.white-theme .user-trading-board h5 {
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    font-family: NotoSans-Bold;
}

.white-theme .user-trading-board span[egg-form-title] {
    font-weight: bold;
    color: #484848;
    font-family: NotoSans-Bold;
}

.white-theme .user-trading-board tbody td {
    color: #333;
}

.utb-area {
    margin-top: 40px;
}

.panel-utb {
    border-style: none;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.35);
}

    .panel-utb > .panel-heading > a {
        color: #ffffff;
    }

    .panel-utb > .panel-heading {
        padding-left: 5px;
        color: #ffffff;
        background-color: #464646;
        border-color: #464646;
        border-bottom: 3px solid #Fb0;
    }

        .panel-utb > .panel-heading.itb-panel-heading {
            color: #ffffff;
            background-color: #999999;
            border-color: #464646;
            border-bottom: 3px solid #FFCC00;
            padding-left: 15px;
            padding: 5px;
        }

    .panel-utb > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #464646;
    }

    .panel-utb > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #464646;
    }


.table-utb-container {
    padding-right: 70px;
    min-width: 940px;
}

.table-mp-container {
    margin-top: 20px;
    min-width: 940px;
}

    .table-mp-container table tr a {
        color: #16667c;
    }

.table-utb {
    border-style: none;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.35);
    font-family: NotoSans-Bold;
    font-size: 12px;
    background-color: white;
    min-width: 900px;
}

.utb-not-valid-message {
    margin-left: -15px;
    margin-top: 35px;
    font-weight: bold;
}

.table-utb.non-bold td {
    font-family: NotoSans-Regular;
}


.table-utb table {
    margin-bottom: 0;
}

.table-utb th, .utb-hidden-table-header {
    background-color: #d1eff7;
    color: #484848;
    height: 44px;
}

.table-utb tbody td {
    font-family: NotoSans-Regular;
    font-size: 12px;
}

.utb-hidden-table-header {
    position: fixed;
    top: 66px;
    font-family: NotoSans-Bold;
    font-size: 12px;
    margin-left: -15px;
    margin-right: -15px;
    min-width: 850px;
    width: 100%;
    display: none;
    /*-webkit-box-shadow: 0px 27px 10px -26px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 27px 10px -26px rgba(0,0,0,0.5);
    box-shadow: 0px 27px 10px -26px rgba(0,0,0,0.5);*/
    box-shadow: 5px 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.utb-hidden-table-header-on {
    display: block;
}

.utb-hidden-table-header-off {
    display: none;
}

.header-hh0 {
    /*box-shadow: 5px 2px 5px 0 rgba(0, 0, 0, 0.35);*/
    z-index: 10060;
    width: 2000px;
    margin-left: -500px;
}

.header-hh1 {
    z-index: 10061;
}

.header-hh2 {
    z-index: 10062;
}

.header-hh3 {
    z-index: 10063;
}

.utb-hidden-table-header div {
    padding: 0;
    margin: 0;
    padding-top: 14px;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

.table-utb table > thead > tr > th {
    padding-bottom: 12px;
    border-style: none;
}

.table-utb table > tbody > tr > td:not(.eggform-caption, like-action-container) {
    height: 36px;
    border-style: none;
    padding-top: 10px;
    border-bottom: solid 1px #eee;
    font-family: NotoSans-Regular;
}

.table-utb table > tbody > tr > td.eggform-caption,
.table-utb table > tbody > tr > td.eggform-caption2 {
    padding-left: 38px;
    padding-top: 13px;
    height: 40px;
    border-style: none;
    font-family: NotoSans-Bold;
}

.table-utb table > tbody > tr > td.eggform-caption2 {
    padding-left: 8px;
}

.table-utb table > tbody > tr:hover {
    background-color: #fff0c3;
}

.table-utb .btn {
    margin: -4px 0 2px 0;
}

.table-utb .hidden-item {
    color: #d05095;
}

.table-utb .unapprove-item {
    color: #aaa;
}

.grid-expander {
    cursor: pointer;
    margin-left: -15px;
}

    .grid-expander i {
        color: #808080;
    }

.table-utb-th-30 {
    width: 30px;
    min-width: 30px;
}

.table-utb-th-60 {
    width: 60px;
    min-width: 60px;
}

.table-utb-th-80 {
    width: 80px;
    min-width: 80px;
}

.table-utb-th-70 {
    width: 70px;
    min-width: 70px;
}

.table-utb-th-100 {
    width: 100px;
    min-width: 100px;
}

.table-utb-th-120 {
    width: 120px;
    min-width: 120px;
}

.table-utb-th-170 {
    width: 170px;
    min-width: 170px;
}

.table-utb-th-40 {
    width: 40px;
    min-width: 40px;
}

.table-utb-th-90 {
    width: 90px;
    min-width: 90px;
}

.table-utb-th-180 {
    width: 180px;
    min-width: 180px;
}

.table-utb-th-270 {
    width: 270px;
    min-width: 270px;
}

.table-utb-th {
    float: left;
    min-width: 100px;
}

.updated-data {
    color: #67ca67;
    margin-left: 6px;
    margin-right: 0;
    font-size: 0.8em;
}

.rounded .ui-select-container {
    border-radius: 25px;
    height: 36px;
}

    .rounded .ui-select-container input,
    .rounded .ui-select-container .ui-select-match,
    .rounded .ui-select-container .ui-select-placeholder,
    .rounded .ui-select-container .ui-select-match.btn-default-focus,
    .rounded .ui-select-toggle {
        border-radius: 25px;
        border-style: none;
        font-family: NotoSans-Regular;
        font-size: 13px;
        height: 36px;
        overflow-x: hidden;
    }

    .rounded .ui-select-container .ui-select-match {
        border: solid 1px #eee;
        box-sizing: content-box;
    }

    .rounded .ui-select-container .clear-btn-offset {
        width: 150px;
        overflow-x: hidden;
    }

    .rounded .ui-select-container .ui-select-choices {
        margin-left: 10px;
        width: 180px;
        border-style: none;
        font-family: NotoSans-Regular;
        font-size: 13px;
    }

.rounded .ui-select-toggle {
}

.utb-company-filter-container {
    margin-top: 20px;
}

.utb-company-filter {
    width: 560px;
    padding-left: 50px;
}

    .utb-company-filter div {
        height: 40px;
    }

.btn-filter {
    margin: 0;
    margin-top: 2px;
    border-radius: 30px;
    border-style: none;
    font-family: NotoSans-Bold;
    font-size: 15px;
    width: 120px;
    height: 32px;
    padding: 0;
    padding-top: 5px;
    background-color: #67ca67;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.utb-company-filter * {
    z-index: 10000;
}

.utb-company-filter .utb-select-container {
    width: 200px;
    float: left;
}

.utb-company-filter .utb-button-container {
    width: 300px;
    float: left;
    margin-left: 5px;
}

.fix-to-top {
    position: fixed;
    top: 10px;
    margin-top: 0;
    z-index: 11000;
    width: 560px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 84%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 84%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 84%,rgba(255,255,255,0) 100%);
}

    .fix-to-top .filter-actions-container {
    }

    .fix-to-top .white-bg {
    }

.table > tbody > tr > td.like-action-container {
    width: 1px;
    max-width: 1px;
    padding: 0;
}

.like-action {
    position: relative;
    overflow-x: visible;
    width: 40px;
    min-height: 32px;
    top: 0;
    left: 16px;
    background-color: #fff0c3;
    margin: 0;
    box-shadow: 4px 0px 5px 0px rgba(80,80,80,0.5);
}

.like-action-img, .unlike-action-img {
    width: 40px;
    height: 40px;
    background-color: #fff0c3;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -5px;
    box-shadow: 0px 0px 7px 2px rgba(80,80,80,0.5);
}

    .like-action-img, .like-action-img:hover {
        background-image: url('../images/call_contour.png');
        background-size: 28px 28px;
        background-repeat: no-repeat;
        background-position: center;
    }

        .like-action-img:hover {
            background-image: url('../images/call.png');
        }

.unlike-action-img {
    background-image: url('../images/call.png');
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    padding: 0;
    top: 0;
    box-shadow: 5px 0px 10px -3px rgba(80,80,80,0.5);
}

.like-action-img {
    width: 40px;
    height: 40px;
    padding: 9px;
    top: -5px;
    box-shadow: 0px 0px 7px 2px rgba(80,80,80,0.5);
}

.table > tbody > tr.liked {
    background-color: #fff0c3;
}

.white-theme .ui-pnotify .alert-success,
.white-theme .ui-pnotify .alert-info,
.white-theme .ui-pnotify .alert-warning,
.white-theme .ui-pnotify .alert-danger {
    border-style: none;
    /*border-radius: 35px;
    padding-left: 30px;*/
}

.white-theme .ui-pnotify {
    z-index: 12000;
}

    .white-theme .ui-pnotify .alert-success {
        background-color: #67ca67;
    }

.fix-to-top-header-1 {
    position: fixed;
    top: 70px;
    margin-top: 0;
    z-index: 10000;
    width: 1300px;
    background-color: #ffe5bb;
}

.white-theme .contact {
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
    width: 24%;
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
    .white-theme .contact {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .white-theme .contact {
        width: 100%;
    }
}

.white-theme .contact-header h4 {
    font-family: NotoSans-Bold;
    font-size: 14px;
    color: #000;
}

.white-theme .contact-header blockquote p {
    font-family: NotoSans-Bold;
    font-size: 14px;
    color: #484848;
}

.white-theme .contact-header blockquote a {
    font-family: NotoSans-Regular;
    font-size: 12px;
    color: #16667c;
}

.white-theme .contact-header .contact.phones blockquote {
    font-family: NotoSans-Regular;
    font-size: 14px;
    color: #484848;
}

.white-theme .contact-header .contact.phones .skype dt {
    font-family: NotoSans-Bold;
    font-size: 12px;
    color: #333333;
}

.white-theme .contact-header .contact.phones .skype dd {
    font-family: NotoSans-Regular;
    font-size: 12px;
    color: #333333;
}

.white-theme .contact-header .contact.phones blockquote dl,
.contact-header .contact.phones blockquote dl {
    margin-bottom: 0;
}


.user-name {
    font-family: NotoSans-Regular;
    font-size: 14px;
}

.info-to-user {
    height: 150px;
    margin-top: 10px;
}

    .info-to-user .panel-heading {
        cursor: pointer;
    }

        .info-to-user .panel-heading i {
            font-size: 12px;
        }

.users-message {
    margin: 10px 0;
    color: #333333;
    font-size: 14px;
    height: 100%;
}

.um-container {
    width: 100%;
    /*display: inline-block;*/
    position: relative;
    min-height: 180px;
}

.message-picture-admin img {
    margin: 10px 0;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
}

.message-picture {
    width: 20%;
    min-width: 170px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.um_text {
    margin: 10px 0 0 0;
    margin-left: 210px;
}

.um_text_noimage {
    margin-left: 30px;
}

.message-picture img {
    margin: 10px 0;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
}

.um-primary {
    background-color: #fff0c3;
}

.um-alert {
    background-color: #f9a3a3;
}

.um-success {
    background-color: #cff7a7;
}

.um-info {
    background-color: #d1eff7;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.white-theme div.popover-content, div.popover-content {
    color: #484848;
    font-family: NotoSans-Bold;
    font-size: 13px;
}

.white-theme .my-page-title {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-size: 16.5px;
    font-family: NotoSans-Bold;
    font-weight: bold;
    line-height: 1.71;
    letter-spacing: 1px;
    text-align: left;
    color: #16667c;
}

.white-theme .margin-top-40 {
    margin-top: 40px;
}

.white-theme .nq-header, .white-theme .nq-header-sm {
    color: #484848;
    font-family: NotoSans-Bold;
    font-size: 14px;
    padding-bottom: 10px;
}

.white-theme .nq-header-sm {
    font-size: 12px;
    background-color: #d1eff7;
    padding: 10px;
    margin-bottom: 5px;
}

.white-theme .nq-mw-header {
    color: #CCCCCC;
    font-family: NotoSans-Bold;
    font-size: 15px;
    padding-bottom: 5px;
}

.white-theme .nq-news-header {
    color: #333333;
    font-family: NotoSans-Bold;
    font-size: 14px;
    word-wrap: break-word;
}

.white-theme .panel-communication a {
    background-color: white;
    word-wrap: break-word;
    color: #484848;
    font-family: NotoSans-Regular;
    font-size: 12px;
}

.white-theme .reports h4 {
    color: #000000;
    font-family: NotoSans-Bold;
    font-size: 14px;
}

.white-theme .reports .header,
.white-theme .reports .header-2x,
.white-theme .reports .header-14 {
    color: #484848;
    font-family: NotoSans-Bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0;
}

.white-theme .reports .header-2x {
    font-size: 16.5px;
}

.white-theme .reports .header-14 {
    font-size: 14px;
}

.white-theme .reports table {
    background-color: white;
    /*box-shadow: 3px 3px 2px 0px rgba(80,80,80,0.5);*/
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.35);
}

    .white-theme .reports table thead tr th {
        color: #484848;
        font-family: NotoSans-Bold;
        font-size: 12px;
        background-color: #d1eff7;
        height: 46px;
        padding-top: 0;
        padding-bottom: 15px;
    }

    .white-theme .reports table tbody tr td {
        font-family: NotoSans-Regular;
        font-size: 12px;
    }

    .white-theme .reports table tbody tr td {
        border-style: none;
        color: #333333;
    }

    .white-theme .reports table thead tr th,
    .white-theme .reports table thead tr th a {
        border-style: none;
        color: #484848;
    }

    .white-theme .reports table tbody tr td button, .white-theme .reports form button {
        font-size: 14px;
        font-family: NotoSans-Regular;
    }

    .white-theme .reports table tbody tr td {
        border-bottom: solid 1px #ddd;
    }

    .white-theme .reports table .summary,
    .white-theme .reports table tbody tr.summary td {
        background-color: #f4f4f4;
        color: #484848;
    }

.white-theme .reports.ex-trade-stat table .summary,
.white-theme .reports.ex-trade-stat table tbody tr.summary td {
    text-transform: uppercase;
}

.white-theme .reports.ex-price-stat table .summary,
.white-theme .reports.ex-price-stat table tbody tr.summary td {
    text-transform: uppercase;
}

.white-theme .reports .uppercase {
    text-transform: uppercase;
}

.white-theme .reports form {
    background-color: white;
    padding: 10px;
    color: #333333;
    margin: 0 0 20px 0;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.35);
}


.logo-user {
    margin-left: -10px;
    margin-top: -5px;
}

@media (max-width: 768px) {
    .logo-user {
    }
}

.close-users-message {
    padding-right: 0;
    cursor: pointer;
    padding-top: 10px;
}

    .close-users-message img {
        color: #666;
        font-size: 24px;
    }

.white-theme .nq-news-modified {
    margin-top: 10px;
    color: #333333;
    font-family: NotoSans-Regular;
    font-size: 12px;
    word-wrap: break-word;
}

.white-theme .nq-news-body {
    margin-top: 10px;
    color: #333333;
    font-family: NotoSans-Regular;
    font-size: 14px;
    word-wrap: break-word;
    overflow-x: hidden;
}

    .white-theme .nq-news-body img, .nq-news-body img {
        max-width: 100%;
    }

.white-theme .reports .gray-text {
    font-size: 14px;
}

.white-theme .reports .th-2-rows {
    padding-bottom: 7px;
}

.white-theme .reports select {
    color: #333333;
    font-family: NotoSans-Regular;
    font-size: 12px;
}

.white-theme .reports label {
    font-family: NotoSans-Regular;
    font-size: 12px;
}

.white-theme .reports table.table-green-hover > tbody > tr:hover {
    background-color: #fff0c3;
}

.white-theme .nq-attch-image {
    overflow: auto;
}

.nq-attch-image img {
    max-width: 100%;
}

.white-theme .nq-attch-image img {
    max-width: 100%;
}

.white-theme .btn.btn-skype span {
    font-size: 12px;
}

.break-word {
    word-break: break-word;
}

.white-theme .u-messages .control-label,
.white-theme .u-messages .list-group-item {
    color: #333333;
}

.white-theme .u-messages {
    color: #333333;
    font-size: 14px;
}

.user-bo-edit h4 {
    font-family: NotoSans-Bold;
    font-size: 14px;
    color: #000;
}

.user-bo-edit h5 {
    font-family: NotoSans-Regular;
    font-size: 12px;
    color: #000;
}

.user-bo-edit button {
    font-size: 12px;
}

.user-bo-edit form,
.user-bo-edit select,
.user-bo-edit input,
.user-bo-edit span {
    color: #333;
    font-size: 12px;
}

.user-bo-edit .ui-select-container span.ui-select-toggle {
    padding-top: 10px;
}

.user-bo-edit h5 a {
    font-family: NotoSans-Regular;
    font-size: 12px;
    color: #000;
}

.btn-datetime {
    width: 39px;
    height: 39px;
}

.white-theme button.btn.btn-primary {
    background-color: #16667c;
    color: #fff;
    border-color: #16667c;
}

/*.white-theme button.btn.btn-default,*/
.white-theme label.btn.btn-default {
    background-color: #9b9b9b;
    color: #e2e2e2;
    border-color: white;
}

.white-theme button.btn.btn-default {
    background-color: #9b9b9b;
    color: #e2e2e2;
    border-color: #9b9b9b;
}

.white-theme ul button.btn.btn-default {
    background-color: #efefef;
    color: #484848;
    border-color: #dedede;
}

.white-theme button.btn.btn-default:hover,
.white-theme label.btn.btn-default:hover,
.white-theme label.btn.btn-default.active {
    background-color: #16667c;
    color: #fff;
    border-color: #16667c;
}

.white-theme button[disabled].btn.btn-primary {
    background-color: #9b9b9b;
    color: #e2e2e2;
    border-color: #9b9b9b;
}

.white-theme .u-messages form {
    background-color: #fff;
}

.white-theme .u-messages .footer {
    padding: 10px;
}

.trade-body {
    padding-top: 40px;
}

.fixed-trade-header {
    position: fixed;
    top: 84px;
    left: 0;
    background-color: white;
    padding: 0 8px;
    z-index: 1003;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(140,140,140,1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(140,140,140,1);
    box-shadow: 2px 2px 2px 0px rgba(140,140,140,1);
    width: 100%;
}

    .fixed-trade-header .col-sm-6 {
        padding-top: 6px;
    }

    .fixed-trade-header button {
        margin-right: 30px;
    }
/*@media (max-width: 1024px) {
    .fixed-trade-header {
        top: 50px !important;
    }
}

@media (max-width: 768px) {
    .fixed-trade-header {
        top: 50px !important;
    }
}*/
.custom-contract-open {
    position: relative;
}

    .custom-contract-open .dropdown-menu {
        top: auto !important;
        bottom: 0px;
    }

.custom-contract-modal-scroll {
    height: 418px;
    overflow-y: auto;
}

.custom-span-error {
    color: #d9534f;
}

.custom-trade-label-padding {
    padding-top: 11px;
}

.stat-end-open {
    position: relative;
}

.stat-end-open .dropdown-menu {
    left: auto !important;
    right: 0px;
}

label.highlight {
    background-color: yellow;
    color: black;
    background-clip: content-box;
}