.wrapper > section{
    /*min-height: 100%;*/
    height: auto !important;
}
select{
    cursor: pointer;
}
.fa-trash, .fa-trash-o, .fa.fa-power-off{
    color: #f05050;
}

.fa.fa-user {
    color: rgb(16, 114, 187);
}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

/*[data-notify="container"] {*/
	/*z-index: 1051 !important;*/
/*}*/

.fa-pencil{
    color: #888;
}

td .fa {
    margin-right: 10px;
}
.fa {
    cursor: pointer;
}
.subnav-l2{
    padding-left: 15px;
}

.noresize{
    resize: none;
}

.alert{
    font-size: 16px;
}

/*#ranges-datatable_wrapper .dataTables_filter input[type="search"]{*/
    /*width: 160px !important;*/
/*}*/

#skus-datatable_wrapper .dataTables_filter input[type="search"]{
    width: 160px !important;
}

#dropzone {
    background: #27c24c;
    /*width: 300px;*/
    height: 100px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: white;
}
#dropzone.in {
    /*width: 600px;*/
    height: 200px;
    line-height: 200px;
    font-size: larger;
}
#dropzone.hover {
    background: #6fd46f;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}
.wide{
    width: 100%;
}

.drag-placeholder {
    height: 60px;
    width: 60px;
    background-color: yellow;
}

.wysihtml5-toolbar .fa{
    padding: 3px 0;
}

iframe{
    width: 100% !important;
  height: calc(100vh - 57px) !important;
    /*padding: 5px 2px !important*/
}
iframe body{

    background-color: rgb(245, 245, 245) !important;
}
.wysiwyg-color-black{
  color: black !important;
}

.wysiwyg-color-silver{
  color: grey !important;
}
#slide_preview .wysiwyg-color-silver{
  color: white !important;
}

.wysiwyg-color-gray{
  color: gray !important;
}

.wysiwyg-color-maroon{
  color: maroon !important;
}

.wysiwyg-color-red{
  color: red !important;
}

.wysiwyg-color-purple{
  color: purple !important;
}

.wysiwyg-color-green{
  color: green !important;
}

.wysiwyg-color-olive {
  color: olive !important;
}

.wysiwyg-color-navy{
  color: navy !important;
}

.wysiwyg-color-blue{
  color: blue !important;
}

.wysiwyg-color-orange{
  color: #F6A32B !important;
}

.ui-draggable-dragging{
    border: 1px solid lightgray;
}

#slide_preview{
    max-width: 1084px;
}
#slide_preview li{
    list-style-position: inside;
}
.itb-list {
    padding-left: 40px;
    /*padding-left: 20px;*/
    padding-bottom: 15px;
    line-height: 150%;
}
.itb-list-item {
    white-space: nowrap;
}
.itb-list-item-content {
    white-space: normal;
}
.itb-list-item-content span{
    line-height: inherit !important;
}
.itb-list-item-prefix,
.itb-list-item-content {
    display: inline-block;
}
.itb-list-item-prefix {
    /*float: left;*/
    font-size: 52px;
    /*font-size: 300%;*/
    font-family: sans-serif !important;
    /*height: 100%;*/
    /*line-height: 0px;*/
    vertical-align: top;
    /*float: left;*/
}

.background_contain{
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.background_cover{
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}
.relative{
    position: relative;
}

.slide_preview h2{
    font-size: 32px !important;
   /*font-family: "Avenir-Black" !important;*/
    /*font-family: 'Nunito', sans-serif;*/
   /*font-weight: 300!important;*/
}
.slide_preview{
    color: black;
    max-width: 100%;
    width: 1024px;
    height:768px;
    z-index: 0;
    overflow: hidden;
}
#slide_elements label{
    /*font-size: 18px;*/
}

#slide_elements textarea{
    width: 100%;
    height: 150px;
}
.text_placeholder{
    /*border: 1px dashed black;*/
    width:100%;
    height:100%;
}
.wysiwyg-font-size-10 {
    font-size: 10px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-12 {
    font-size: 12px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-14 {
    font-size: 14px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-16 {
    font-size: 16px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-18 {
    font-size: 18px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-20 {
    font-size: 20px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-22 {
    font-size: 22px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-24 {
    font-size: 24px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-26 {
    font-size: 26px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-28 {
    font-size: 28px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-30 {
    font-size: 30px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-32 {
    font-size: 32px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-34 {
    font-size: 34px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-36 {
    font-size: 36px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-38 {
    font-size: 38px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-40 {
    font-size: 40px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-42 {
    font-size: 42px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-44 {
    font-size: 44px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-46 {
    font-size: 46px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-48 {
    font-size: 48px;
    /*line-height: 150%;*/
}
.wysiwyg-font-size-50 {
    font-size: 50px;
    /*line-height: 150%;*/
}

.font-size{
    padding-right: 10px;
}
.itb-list-item-content{
    line-height: 150%;
}
.child-1{
    padding-left: 20px !important;
    /*font-weight: bold;*/
}
.child-2{
    padding-left: 40px !important;;
    /*font-weight: bold;*/
}
.child-3{
    padding-left: 60px !important;;
}
.blueimp-gallery>.prev, .blueimp-gallery>.next{
    border: none !important;
}
.table-cell {
    /*height: 200px;*/
    /*width: 200px;*/
    /*vertical-align: middle;*/
    /*background: #eee;*/
    display: table-cell;
}
.font-color-btn{
    float: left;
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
}
#slide_preview blockquote{
    font-size: inherit !important;
    border: none !important;
}
.slide_actions em{
    margin-right: 10px;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result{
    color: inherit;
    font-weight: bold;
}
.tooltip-inner{
    max-width: 1000px !important;
}

@media (min-width: 1024px) {
  .medium .modal-dialog {
    width: 1000px;
    margin: 30px auto;
  }
}

.bootbox #fileupload{
    padding: 0 15px;
}

.bootbox.modal {
  z-index: 1051 !important;
}

.modal-backdrop {
  z-index: 1050 !important;
}
.modal-dialog {
    z-index: 1052;
}


.table_actions em{
    margin-right: 10px;
    cursor: pointer;
}

.fa-download{
    color: rgb(0, 210, 0);
}

.easytree-container{
    height: 60% !important;
}
.asset_clear{
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.centered-label {
    position: relative;
    top: 7px;
}

.t30 {
    top: 30px !important;
}

.pt10{
    padding-top: 10px;
}

th {
    text-transform: uppercase;
}

.modal-backdrop {
    background-color: #E4E2E2 !important;
}

.modal-header {
    border-bottom: 2px solid rgb(16, 114, 187) !important;
}

.modal-title {
    text-transform: uppercase;
}
/*.modal-footer .btn-primary {*/
    /*background-color: grey  !important;*/
    /*border: none;*/
/*}*/

/*#user_profile_popup_id .modal-dialog,*/
#buyer_profile_popup_id .modal-dialog,
#supplier_profile_popup_id .modal-dialog {
    width: 370px !important;
}

#currency_profile_popup_id .modal-dialog{
    width: 270px !important;
}

#measurement_profile_popup_id .modal-dialog,
#category_profile_popup_id .modal-dialog,
#authorization_level_profile_popup_id .modal-dialog,
#category_add_subcategory_popup_id .modal-dialog{
    width: 320px !important;
}

#region_profile_popup_id .modal-dialog,
#category_company_suppliers_popup_id .modal-dialog,
#report_list_popup_id .modal-dialog{
    width: 410px !important;
}

#buyer_view_statistics_popup_id .modal-dialog,
#order_assign_to_buyer_popup_id .modal-dialog,
#assign_suppliers_to_company_popup_id .modal-dialog,
#user_travel_preferences_popup_id .modal-dialog{
    width: 900px !important;
}

#category_associative_words_popup_id .modal-dialog {
    width: 460px !important;
}

#category_card_popup_id  .modal-dialog,
#category_card_setup_popup_id .modal-dialog {
    width: 740px !important;
}

#quote_suppliers_table {
    font-size: 85%;
}
#quote_suppliers_popup_id .modal-dialog,
#category_assign_buyers_popup_id .modal-dialog{
    width: 1250px !important;
}

.btn-primary {
    background-color: rgb(16, 114, 187) !important;
}

.btn-primary-inverse {
    color: rgb(16, 114, 187) !important;
    background-color: white;
    border: 1px solid rgb(16, 114, 187);
}

.error {
    color: red;
    height: 0;
    overflow: visible;
    text-align: right;
}

.optional:after {
    content: '(optional)';
    color: rgb(197, 192, 192);
    font-size: 11px;
    font-style: italic;
    padding-left: 10px;
    text-transform: initial;
}

.accepted_activity_quote .optional:after {
    color: white;
}

.modal-dialog .table-responsive {
    overflow-x: visible !important;
}

.fa.fa-check {
    top: -4px;
}

.fa.icon-logout, .fa.fa-navicon {
    /*color: rgb(136, 136, 136);*/
}

.sidebar > .nav  li.active {
    border-left: 3px solid rgb(16, 114, 187);
}

.sidebar .nav li span {
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    /*color: rgb(148, 147, 147) !important;*/
}

.hidden {
    display: none;
}

.has_subcategory {
    cursor: pointer;
}

.has_subcategory.open:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 5px 4.5px;
    border-color: transparent transparent #000000 transparent;
    position: relative;
    bottom: 13px;
    margin-right: 5px;
}

.has_subcategory.closed:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #000000 transparent transparent transparent;
    position: relative;
    bottom: -15px;
    margin-right: 5px;
}

.sidebar > .nav {
    padding-top: 14px;
}

.btn {
    text-transform: uppercase;
    font-weight: bold;
}

.btn-grey, .btn-grey:hover {
    background-color: rgb(103, 103, 103);
    color: white
}

.link-like {
    color: rgb(16, 114, 187);
    border-bottom: 1px dotted rgb(16, 114, 187);
    cursor: help;
}
.fa.fa-search {
    position: absolute;
    margin-left: -22px;
    color: lightgrey;
    cursor: default;
  top: 8px;
}
input[type="search"] {
    font-size: 16px;
    padding-right: 26px;
    /*color: rgb(197, 197, 197);*/
    margin-left: 0 !important;
}
.dataTables_filter {
    float: left;
}
.top .dataTables_info {
    float: right;
}
.with_border {
    border: 1px solid #dde6e9;
    border-radius: 4px;
}
.bottom_border:not(:last-child) {
    border-bottom: 1px solid #dde6e9;
}
.associative_word_row {
    padding: 10px 30px 5px 0;
    margin: 0 15px;
    font-weight: bold;
    position: relative;
}

.associative_word_row .fa.fa-trash{
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 18px;
}

.associative_word_container {
    overflow-y: auto;
    max-height: 300px;
}

.nav.navbar-nav span,
.nav.navbar-nav p,
.nav.navbar-nav strong,
.nav.navbar-nav > a{
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(136, 136, 136);
}

.nav.navbar-nav strong {
    margin-left: 10px;
    color: rgb(136, 136, 136);
}

.nav.navbar-nav .fa {
    position:relative;
    top: 2px;
}

.sidebar a {
    color: inherit !important;
}

.assign {
    border-radius: 16px;
    padding: 5px 18px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid rgb(16, 114, 187);
    color: rgb(16, 114, 187);
    cursor: pointer;
}
/*.assign:hover {*/
    /*border-radius: 16px;*/
    /*padding: 5px 16px;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*border: 1px solid lightgray;*/
    /*color: lightgray;*/
/*}*/

.assigned {
    background-color: green !important;
    color: white !important;
    border: 0 !important;
    cursor: pointer;
}

.grey {
    background: linear-gradient(90deg, rgba(224, 224, 224, 0.17) 32%, rgba(0, 255, 255, 0) 32%)
}

.section-title {
    text-transform: uppercase;
    font-size: 20px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(240, 240, 240, 0.71);
    margin-bottom: 15px;
}

.section-subtitle {
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(240, 240, 240, 0.71);
    margin: 15px 0;
}

.section-title-h2 {
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 0;
    /*border-bottom: 1px solid rgba(240, 240, 240, 0.71);*/
    margin-bottom: 15px;
}

.text-bold {
    font-weight: bold;
}
/*img { transition: all .2s ease-in-out; }*/
/*img:hover { transform: scale(1.1); }*/

.add_new_quote {
    background-color: #fafbfc;
    height: 400px;
    position: relative;
    border: 1px dashed #C2C2C2;
    border-radius: 2px;
    cursor: pointer;
    /*margin-top: 70px;*/
}

.add_new_quote .plus {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background-color: lightgray;
    border-radius: 40px;
    font-size: 64px;
    text-align: center;
    line-height: 80px;
    opacity: 0.8;
}

.add_new_quote .plus:hover {
    opacity: 1;
}

textarea {
    resize: none;
}

.quote {
    /*background-color: rgba(250, 251, 252, 0.2);*/
    background-color: #FAFBFC;
    padding-top: 10px;
    border-right: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
}
    .quote label {
        line-height: 12px;
     }

.quote *{
    font-size: 12px;
}

.checked_to_submit {
    background-color: rgba(201, 255, 189, 0.4);
}

.quotes_container .delete {
    color: rgba(255, 0, 0, 0.58);
    border-bottom: 1px dashed;
    cursor: pointer;
    font-size: 90%;
}

.wide {
    width: 100%;
}

.already_submitted_quote {
    margin-right: 1%;
    background-color: rgba(201, 255, 189, 0.4);
    border-radius: 4px;
    padding-top: 5px;
}

.already_submitted_activity_quote {}

.category_row, .subcategory_row {
    border-top: 1px solid rgb(237, 237, 237);
}

.summary .item, #buyer_assign_to_categories_popup_id .item {
    position: relative;
    top: 4px;
    height: 40px;
}

.alert{
    z-index: 1090 !important;
}

#order_list_table tr:not(:first-child) {
    background-color: #fafbfc;
}

.order_buyers_subset {
    background-color: white !important;
    cursor: default !important;
}

.modal-backdrop {
    /*margin-right: 15px;*/
}

#order_list_table thead tr th,
#order_list_table tr *{
    font-size: 13px;
}

#itinerary_list_table thead tr th,
#itinerary_list_table tr *{
    font-size: 13px;
}

#activity_list_table thead tr th {
    font-size: 10px;
}
#activity_list_table tr *{
    font-size: 13px;
}

#activity_list_table tr{
    cursor: pointer;
}

    #activity_list_table tr:hover{
        opacity: 0.9;
    }

.new_order_tr {
    background-color: rgba(111, 255, 118, 0.36) !important;
}

.new_order_tr td{
    border-bottom: 1px solid white !important;
}

.pending_auth_order_tr {
    background-color: rgba(232, 232, 255, 1) !important;;
}

#order_list_table tbody tr, #itinerary_list_table tbody tr {
    cursor: pointer;
}

#order_list_table tbody tr:hover {
    background-color: rgba(154, 149, 237, 0.07);
}

.fa.fa-plane {
    color: rgb(16, 114, 187);
}

#travel_locations_table_id th {
    font-size: 13px;
}

.appointment_item {
    background-color: #fafbfc;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.13);
}

.itinerary_add_new_quote {
    height: 263px !important;
}

.appointment_items{
    max-height: 50%;
    overflow-y: auto;
    overflow-x: hidden;
}

.currency_tooltip{
    /*color: #989494;*/
    color: rgb(197, 192, 192);
    /*font-size: 13px;*/
    font-style: italic;
    text-transform: initial;
    white-space: nowrap;
}

.accepted_activity_quote .currency_tooltip{
    color: white;
}

.accepted_quote {
    background-color: rgba(16, 114, 187, 0.2);
}

.accepted_quote_label{
    color: rgb(255, 119, 8);
}

.q span{
    line-height: 24px;
}

.q:nth-of-type(even){
    background-color: rgba(245, 247, 250, 0.45);
    border-radius: 3px;
}
.q {
    margin-left: 0px;
    margin-right: 0px;
}

.activity-field{
    padding-left: 15px;
}

.activity-icon {
    margin: 5px 0;
    width: 25px;
}
.delete_quote_section{
    margin-top: -31px;
}

.comment_section {
    margin-bottom: 31px;
}

.accepted_activity_quote {
    background-color: rgba(255, 119, 8, 0.87);
}

.accepted_activity_quote_label {
    color: white;
}

.pl-zero {
    padding-left: 0;
}

.empty {
    border-top: 0 !important;
}

.first_data{
    border-left: 1px solid rgb(251, 251, 251);
    /*box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.13);*/
}

.danger {
    color: #f05050;
}


.upload_report *{
    font-size: 10px;
}

/*.upload_report input{*/
    /*display: inline-block;*/
/*}*/

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.upload_file_name {

}

table thead tr th {
    font-size: 10px;
}
table tr *{
    font-size: 13px;
}

table {
    table-layout:fixed;
}

.section-row{
    line-height: 30px;
    border-bottom: 1px solid #f2f2f2;
    /*padding-bottom: 5px;*/
}
.section-title-hight{
    line-height: 1.5rem;
}

/*.section-row:nth-child(0){*/
    /*border-top: 1px solid #f2f2f2;*/
/*}*/

.section-row * {
    /*height:25px;*/
}
.section-row > div {
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type="checkbox"] {
    cursor: pointer;
}

/*.topnavbar {*/
    /*background-color: #2c3e50;*/
    /*border: 0 none;*/
/*}*/

/*.topnavbar *{*/
    /*color: white;*/
/*}*/

.section-reports{
    margin-top: 6px;
}

/*.topnavbar {*/
/*    border-bottom: 2px solid rgb(16, 114, 187);*/
/*}*/

.section_profile table{
    width: 100%;
    border-collapse: separate;
}

    .section_profile table th{
        /*text-align: center;*/
        border-bottom: 1px solid #e5e5e5;
    }

    .section_profile table td{
        height: 50px;
        /*text-align: center;*/

    }
    .section_profile table td:not(:last-child){
        padding-right: 10px;
    }



.border-bottom-gray {
    border-bottom: 1px solid #e5e5e5;
}

.active-result.highlighted {
    box-shadow: inset 0px 0px 5px 0px #FFFFFF;
    -webkit-box-shadow: inset 0px 0px 5px 0px #FFFFFF;
    -moz-box-shadow: inset 0px 0px 5px 0px #FFFFFF;
    -o-box-shadow: inset 0px 0px 5px 0px #FFFFFF;
}

.deleted {
    visibility: hidden;
    display: none;
}

.color-white {
    color: white;

}

.section-item  a {
    padding: 8px 15px !important;
}

.subsection-separator {
    margin: 0 10px;
}

.has-children{

}

.bootstrap-wysihtml5-insert-link-modal .close {
    display: none;
}

.btn.accept-all {
    min-width: 49%;
}

.btn.decline-all {
    min-width: 49%;
}

#taxonomy_rule_data_spend_list_table tr {
    cursor: pointer;
}
tr.selected {
    /*background-color: rgba(24, 192, 245, 0.35) !important;*/

    background-color: rgba(7, 212, 56, 0.2) !important;
}

tr.approved {
    background-color: rgba(0,255,61,0.04);
}

#filters_choices_id {
    display: none;
    position: absolute;
    left: -214%;
    top: 35px;
    z-index: 999;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    border-top-left-radius: 0;
    box-shadow: 0px 0px 10px 0px rgba(16, 114, 187,0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(16, 114, 187,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(16, 114, 187,0.75);
}

.no-underline:hover {
    text-decoration: none;
}

.dashed {
    border-bottom:1px dashed blue;
}

.ms-elem-selectable {
    position: relative;
}
.filter_actions {
    position: absolute;
    background-color: white;
    top: 5px;
    right: 2px;
    /*height: 80%;*/
}

.filter_actions .fa {
    margin-right: 2px;
    margin-left: 10px;
    /*color: white;*/
    /*font-weight: bold;*/
}

.ui-state-default.ui-state-active:hover {
    color: initial;
    background-color: initial;
}

.navbar-header {
    margin-right: 5px;
}
.navbar-header  *{
    color: rgb(136, 136, 136);
}

.logout_container {
    position: relative;
    top: 14px;
    float: right;
    right: 13px;
}

.taxonomy-level-item{
    padding-top: 15px;
}

.taxonomy-level-item .children {
    margin-left: 10vw;
    /*padding-top: 15px;*/
}

.taxonomy-level-item__content{
    text-overflow: ellipsis;
    width: 200px;
    /*min-width: 20%;*/
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
}

.taxonomy-level-item__expand {
    /*font-style: italic;*/
    font-size: 12px;
    margin-left: 5px;
}

.taxonomy-levels-container > .taxonomy-level-item:nth-of-type(odd) {
    background-color: #fafbfc;
}

.modal-dialog .taxonomy-levels-container {
    overflow: auto;
    max-height: 50%;
}

.data-spend-id-td {
    display: none;
}

.no-background {
    background: none !important;
}

.no-background:before {
    background: none !important;
}

.no-background:after {
    background: none !important;
}

.min-height-50 {
    min-height: 34px;
}

#company_spend_list_table_wrapper {
    min-height: 400px;
}

#company_spend_list_table {
    table-layout: auto;
}

#company_spend_list_table th{
    text-transform: capitalize;
}

#taxonomy_level_list_table tbody td,
#taxonomy_level_list_table th{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 18px 4px 4px;
}

#company_spend_list_table tbody td,
#taxonomy_level_list_table tbody td{
    padding: 2px 2px 2px 4px;
}

#company_spend_list_table tbody td,
#company_spend_list_table th{
  overflow: hidden;
  text-overflow: ellipsis;
}


body.aside-collapsed .navbar-logo-container {
    /*display: none !important;*/
}

body.aside-collapsed .navbar-navicon-container {
    /*margin-left: 14px;*/
}


.visible-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.visible-scroll::-webkit-scrollbar:vertical {
    width: 5px;
}

.visible-scroll::-webkit-scrollbar:horizontal {
    height: 5px;
}

.visible-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.row-sm {
    margin: 4px 0 8px 0 !important;
}

.content-wrapper-sm {
    padding-top: 46px;
}

.wrapper > section {
    margin-bottom: 0 !important;
}

.topnavbar .navbar-header {
    min-height: 55px;
}

.pbi_sync_time_container {
    line-height: 30px;
}

.taxonomy-level-item-content-container {
    border-bottom: 1px solid rgb(228, 234, 236);
    margin-bottom: 15px;
}

.taxonomy-level-item__total-sum {
    display: inline-block;
    /*width: 130px;*/
    float: right;
    /*text-align: center;*/
}
.taxonomy-level-item__content_ a{

    color: #656565;
    /*text-decoration: underline;*/
}

.clickable {
    /*border-bottom: 1px dashed #65a1ec;*/
    pointer-events: auto !important;
    cursor: pointer !important;
}

.taxonomy-level-item__expand_:hover, .clickable:hover, .clickable:active, .clickable:focus {
    text-decoration: none;
}

.nomargin-top {
    margin-top: 0px !important;
}

.margin-right {
    margin-right: 10px !important;
}

.existing_global_data_spend_filter i {
    font-size: 16px;
    margin-right: 5px;
}
.existing_global_data_spend_filter .is_active{
    color: #27c24c;
    font-weight: bold;
}

.ui-front {
    z-index: 9999
}

.ui-menu .ui-menu-item {
    padding: 4px 10px;
}

#company_profile_popup_id .active-result {
    font-size: 12px;
}

.is_deleted {
    display: none;
}

.request-viz-sync-btn {
    color: white;
    margin-right: 5%;
    margin-top: 10px;
    font-size: 3vw;
}

.data_management_db_errors_container {
    color: #f05050;
    display: none;
}

.data_management_db_warnings_container {
    color: #9F6000;
    display: none;
}

.taxonomy-rules-container {
    display: none;
}

.overflow-auto {
    overflow: auto;
}


.nav-heading.clickable {
    /*padding-top: 0 !important;*/
    /*padding-bottom: 0 !important;*/
}

.nav-heading.clickable > a {
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: none !important;
}

.no-border {
    border: none !important;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 5px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.8);
}

.vertical-middle-align {
    vertical-align: middle !important;
}

.ui-autocomplete {
    list-style: none;
    border-radius: 3px;
    background-color: #f7f6f6;
    border: 1px solid #eceaea;
    padding-left: 0;
}

    .ui-autocomplete li{
        cursor: pointer;
    }

iframe {
    border: 0;
}

.iframe_container, #reportContainer {
    overflow: hidden;
}

.dropdown-content {
    display: none;
    position: absolute;
    text-align: left;
    background-color: #fcfcfc;
    border-radius: 3px;
    min-width: 160px;
    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0px;
    padding: 10px;
    top: 40px;
    max-width: 200px;

}
.dropdown-content * {
    color: rgb(136, 136, 136);
}

.dropdown-content *:hover {
    color: rgb(136, 136, 136);
}

.dropdown-content{
    list-style: none;
}
.dropdown-content ul {
    padding-left: 0;
}
.dropdown-content-header {
    color: black;
    font-size: 14px;
    /*text-align: center;*/
}

.d-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

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

.dataTables_empty {
  font-size: 16px;
}

.col--layout {
    background-color: #f7f7f7;
}
.col--layout .col-lg-3 {
    height: 44px;
    padding: 5px 0px;
}
.col-md-3.col--layout p {
    padding: 5px;
    font-weight: 600;
}
.col-md-3.col--layout {
    max-height: 100%;
    height: 90px;
}
.content--body {
    margin: 20px 0px;
}
.content--row{
  margin-left: 2px;
}

.data-table--box{
  border: 1px solid #d9d9d9;
  /*padding: 0px 18px;*/
  border-radius: 6px;
}

.curate--btn{
   margin: 0 auto;
  width: 250px;
  text-align: center;
 }

.merge--header{
  float: left;
  width: 130px;
  font-weight: bold;
  color: #000000;
  /*margin-left: 5px;*/
 }

.merge--total-sum{
  width: 100px;
  margin-left: 5px;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  float: right;
  text-align: right;
}

.abtns{
  display: block !important;
}

.spend-right-content {
    display: flex;
    justify-content: space-between;
  float: right !important;
  margin-right: -30px;
  }

.notification-count {
      top: 14px;
    position: absolute;
    right: -5px;
    padding: 1px 4px;
  color: white !important;
}

#notificationDropdown .dropdown-item {
  cursor: default;
}

.feedback-modal .modal-dialog {
  right: 90px;
  margin-right: 0;
  width: 400px;
}

.feedback-modal.feedback-success .modal-dialog .modal-body {
  text-align: center;
}

.app-header-dropdown{
  top: 20px !important;
}

#launcher-frame{
  left: auto !important;
  height: 56px !important;
  right: 0 !important;
  bottom: 40px !important;
  width: 100% !important;
}

#freshworks-frame-wrapper{
  left: auto !important;
  right: 20px !important;
  bottom: 90px !important;
}

#widget-frame{
  width: 100% !important;
  height: 100% !important;
}
