/* colors */
/* indicators collections */

body > div:first-of-type > div:first-of-type, .rdb-box {
    height: 100%;
}

.full-height {
    height: 100%;
}

.display-full-size-table {
    display: table;
    width: 100%;
    height: 100%
}

.display-full-size-row {
    display: table-row;
    height: 100%;
}

.display-min-size-row {
    display: table-row;
    height: 0;
}


.app-container {
    display: flex;
    padding: 0px;
    height: 100vh;
    overflow: hidden;
}

.sidebar {
    display: inline-flex;
}

.sidebar-container {
    position: relative;
    width: 250px;
}

.sidebar-view-container {
    top: 0;
    bottom: 0;
    padding-right: 0px;
    min-width: 250px;
    width: 400px;
    background-color: #e7e9eb; 
    overflow-y: auto;
    position: relative;
}

.sidebar-view-container .osp-collapsed, .sidebar-view-container .osp-expanded {
    font-size: 0.3em;
    letter-spacing: -3px;
}

.sidebar-view-container .osp-collapsed i, .sidebar-view-container .osp-expanded i {
    font-size: inherit;
}
        
.settings-group {
    height: 89%;
    overflow-y: auto;
    padding-right: 10px;
}

.settings-group dim-sort-order > label {
    float: left;
    width: 100%;
}

.settings-button-block {
    bottom: 0;
    width: 92%;
    padding-bottom: 10px;
    background-color: #e7e9eb;
}

.settings-button-block > input {
    margin-right: 0;
}

.view-container {
    display: inline-flex;
}

.view-container .osp-view-container, .osp-incompatible-container {
    width: 100%;
    background-color: #e7e9eb;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: auto;
    border-radius: 0px !important;
    border-color: transparent !important;
    margin-bottom: 0px !important;
}
  
.view-container .osp-view-container .osp-indicators-conf {
    width: 100%;
}

.osp-incompatible-container .osp-welcome-rdb {
    padding: 15px;
}

.view-container .osp-view-container .welcome-panel, .osp-incompatible-container .welcome-panel {
    background-color: white;
    border-radius: 15px;
    overflow: auto;
}

.welcome-info, .welcome-information-block {
       padding: 10px 15px;
}

.welcome-info {
    font-size: 14px;
}

.view-container .osp-view-container .indicators-and-collections {
    background-color: white;
    border-radius: 15px;
    padding-bottom: 2px;
    padding-top: 5px;
}

.view-container .osp-view-container .indicators-and-collections > div {
    padding-right: 0px;
}

.view-container .osp-view-container .indicators-and-collections .panel-heading.primary-head {
    width : 100%;
    padding: 0px 10px;
    border: none;
    display: inline-block;
    text-align: center;
}

.view-container .osp-view-container .indicators-and-collections .panel-title {
    float: left
}

.view-container .osp-view-container .indicators-and-collections .panel-title i {
    float: left;
    font-size: 0.5em;
    line-height: 3em;
}

.view-container .osp-view-container .indicators-and-collections .edit-all-action {
    float: right;
}

.view-container .osp-view-container .indicators-and-collections button {
    float: right;
    border-radius: 25px;
    border: 1px solid #e4e4e4;
    padding: 5px 10px;
}

.view-container .osp-view-container .indicators-and-collections .indicator-collections, 
.view-container .osp-view-container .indicators-and-collections .common-dimensions {
    padding-left: 0px;
    padding-right: 0px;
    clear: both;
    width: 100%;
    border: 1px solid #E3e3e3;
    border-top: none;
    margin-bottom: 2px;
    border-radius: 15px;
    max-height: 320px;
    overflow-y: auto;
    position: relative;
}
   
span.glyphicon.glyphicon-menu-right.first-el, span.glyphicon.glyphicon-menu-left.first-el {
       left: 3px;
}
span.glyphicon.glyphicon-menu-right.second-el, span.glyphicon.glyphicon-menu-left.second-el {
       left: -3px;
}

.view-container .osp-view-container .indicators-and-collections .indicator-collections.remove-padding{
    padding-bottom : 0px;
}
    
.view-container .osp-view-container .indicators-and-collections .indicator-collections .indicator-collection-panel, .view-container .osp-view-container .indicators-and-collections .common-dimensions .indicator-collection-panel {
    width: 100%;
    padding-top: 10px;
}



.edit-selected .glyphicon-pencil:hover {
    cursor: pointer;
}

.view-container .osp-view-container .indicators-and-collections .indicator-collections .close {
    font-weight: normal;
    text-shadow: none;
    opacity: 1;
    text-align: center;
}


.view-container .osp-view-container .indicators-and-collections label {
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 0px;
}

.view-container .osp-view-container .indicators-and-collections .indicator-collection-heading {
    border-bottom: 1px solid #E3e3e3;
    display: block;
    color: white;
    background-color: #7fa1f6;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
}

.view-container .osp-view-container .indicators-and-collections .indicator-collection-heading i {
    color: white;
    padding: 5px 5px;
    background-color: #4675ff;
    border-radius: 25px;
    font-size: 0.6em;
}

.view-container .osp-view-container .indicators-and-collections .indicator-collection-heading i:hover {
    cursor: pointer;
}

.view-container .osp-view-container .indicators-and-collections .indicator-collection-heading i:first-child {
    float: left;
    margin-right: 10px;
}

.view-container .osp-view-container .indicators-and-collections .indicator-collection-heading i:last-child {
    float: right;
    margin-left: 10px;
}

.view-container .osp-view-container .indicators-and-collections .common-dimensions-heading {
    border-bottom: 1px solid #E3e3e3;
    display: block;
    color: white;
    background-color: #65d7e1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
}

.view-container .osp-view-container .indicators-and-collections .common-dimensions-heading i {
    color: white;
    padding: 5px 5px;
    background-color: #37bdce;
    border-radius: 25px;
    font-size: 0.6em;
    float: left;
    margin-right: 10px;
}

.view-container .tab-content {
    clear: both;
}

.nav-link {
    padding: 2px 0px 2px 0px !important;
}

.view-container .nav-tabs {
    display: table-row;
}
  
.view-container .nav-tabs uib-tab-heading {
    padding-right: 25px;
    padding-left: 25px;
}

.view-container .nav-tabs li {
    color: black;
}

.view-container .nav-tabs li a {
    background-color: #f4f4f4;
    color: black;
}

.view-container .nav-tabs li:last-child a {
    border-top-right-radius: 15px;
}

.view-container .nav-tabs li:first-child a {
    border-top-left-radius: 15px;
}

.view-container .nav-tabs .active a {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #fff;
    border-color: transparent;
}

.view-container .nav-tabs li:first-child.active {
    transform: scale(1.1);
    z-index: 50;
    left: 0;
    transform-origin: bottom left;
}

.view-container .nav-tabs li:last-child.active {
    transform: scale(1.1);
    z-index: 50;
    left: 0;
    transform-origin: bottom right;
}

.view-container .nav-tabs li.active {
    transform: scale(1.1);
    z-index: 50;
    left: 0;
    transform-origin: bottom center;
}

.view-container .tab-content {
    display: table-row;
    height: 100%;
    background-color: #fff;
}

.view-container .tab-content h2 {
    padding-top: 0px;
    margin-top: 0px;
}

.view-container .tab-pane {
    height: 100%;
    padding: 10px;
}
  
/* START of indicatorPanel form */ 

.collections-container {
    overflow: auto;
    max-height: 165px;
    margin-bottom: 5px;
}    

.dimension-container {
    border-radius: 15px;;
    height: 240px;
    padding: 0px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    overflow-y: auto;
}

.dimension-container-title {
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    padding: 5px 0px 5px 10px;
}

.dimension-container .dimension {
    padding-left: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
    list-style: none;
    cursor: pointer;
}

.dimension-container .dimension:hover {
    font-weight: 1000;
}

.dimension-container .dimension.active {
    background-color: #e7e9eb;
}

.navigation {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.editAll-container {
    width: 100%;
    flex-basis: 100%;
    font-size: 11px;
}

.editAll-container .indicator-collections{
    border-radius: 0px 0px 15px 15px !important;
}

.hideArrow {
    z-index: -1;
    color: transparent;
}

/* fix for IE11 */
.flex-arrow {
    flex-basis: 100%;
    max-width: 12px;
}

.tab {
    text-align: center;
    padding: 5px 5px;
    border-bottom: 1px solid #E3e3e3;
    color: white;
    background-color: #7fa1f6;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: table-cell;
    border: 1px solid white;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab.active {
    background-color: #4f83ff;
}    

.tab.active i {
    background-color: #3353a0;
}

.tab a {
    color: white !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.close-tab {
    float: right;
    color: white;
    padding: 5.5px 5px;
    background-color: #4675ff;
    border-radius: 25px;
    font-size: 0.6em;
    opacity: 1;
    font-weight: normal;
}

.close-tab:hover, .close-tab:focus { 
    color: white;
}

.shift-right {
    transform: rotate(-90deg);
}

.shift-left {
    transform: rotate(90deg);
}

.shift-left, .shift-right {
    font-size: 0.8em;
    border: none !important;
    background: none;
    padding: 0px !important;
}

.shift-left:disabled.fo-icon-less:before, .shift-right:disabled.fo-icon-less:before {
    color: #c4c4c4;
    cursor: not-allowed;
}

:disabled.shift-left.fo-icon-less.hideArrow::before, :disabled.shift-right.fo-icon-less.hideArrow::before {
    color: transparent;
}

.shift-left:disabled, .shift-right:disabled{
    cursor: not-allowed !important;
}
    
.flex-container {
    display: flex;
}

.pagination-separator {
    margin: 1px 1px;
    transform: rotate(140deg);
    margin-left: 2px;
    width: 10px;
    border-top: 1px solid #333;
}

.separator {
    margin-top: 5px;
    margin-bottom: 10px;
}

.separator.mt {
    margin-top: 20px;
}

.separator div {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #c4c4c4;;
}

.common-tab {
    background-color: #65d7e1;
}

.common-tab.active {
    background-color: #00c2d1;
}

.selected-values {
    display: inline;
}

.selectedValuesColor {
    color: red;
}
  
/* END of indicatorPanel form */  
  
  
.chrome49 .tab-pane.ng-scope.active, .chrome50 .tab-pane.ng-scope.active, .chrome51 .tab-pane.ng-scope.active {
    height: 75vh;
}

.indicator-table {
    font-size: 11px;
    line-height: 15px;
    border-collapse: collapse;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
}

 .editable-table-title {
   padding: 0 0 10px 0;
   text-align: center;
}

.table-title {
    margin-bottom: 10px;
}

.table-title-font {
    font-size: 13px;
}

 .editable-table-title .edit-selected {
    display: none;
    cursor: pointer;
}

.editable-table-title .table-title:hover .edit-selected {
    display: inline-block;
}
   .editable-table-title .osp-title-input {
    min-width: 500px;
    max-width: 1200px;
    padding-left: 9px;
}
   
.indicator-table table span {
    display: flex;
} 

.indicator-table table thead span {
    justify-content: center;
}

.indicator-table table tbody span {
    justify-content: flex-end;
}

.indicator-table thead {
    background-color: #f0f0f0;
}

.indicator-table thead th {
    text-align: center;
    padding: 5px 5px; 
    font-weight: normal;
}

.indicator-table tbody th {
    background-color: #f0f0f0;
    padding: 0px 4px; 
    font-weight: normal;
}

.indicator-table tbody tr {
    border-top: none;
    padding: 0px 4px;
    text-align: right;
}

.indicator-table tbody tr td {
    border-top: none;
    text-align: right;
    vertical-align: top;
    word-break: break-word;
}
      
.meta-information {
    color: #252327;
}      

.indicators-tree-view .indicators-group .indicator-header .unofficial-information i {
    color: #f97f93;
    margin-right: 5px;
}

.indicator-table .osp-footnotes {
    font-size: 0.8em;
}

.indicator-table td {
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    overflow: hidden;
}

.footnote-container {
    position: relative;
    height: 55px;
    display: flex;
}

.full-footnotes {
    position: absolute;
    display: flex;
    bottom: 0px;
    overflow: auto;
    background: white;
    border: 1px solid #cacaca;
    margin-left: 20px;
    width: 98%;
    max-height: 400px;
    padding: 0px 0px 5px 10px;
    z-index: 2;
    overflow-y: auto;
}

/* fix for IE10-11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .full-footnotes {
        margin-left: 0px;
    }
}

.footnote-toggler {
    display: inline-table;
    line-height: 3em;
    margin-right: 10px;
    font-size: 8px;
}

.rotate {
    transform: rotate(-180deg);    
}

.full-footnotes .osp-footnotes {
    overflow: visible;
}

.osp-footnotes {
    display: inline-block;
    width: 50%;
    overflow: hidden;
    line-height: 12px;
}    

.osp-footnotes label {
    font-size: 11px !important;
    padding: 5px 0 0 0;
}
   
.osp-footnotes .footnote-item {
    font-size: 10px;
}
   
.osp-footnotes ul {
    margin-bottom: 0px;
    padding-left: 20px;
}
       
.specials-and-footnotes {
    position: absolute;
    bottom: 5px;
}

.dataTables_wrapper tr {
    border-bottom: 1px solid #cacaca;
}

.dataTables_wrapper td {
    border-right: 1px solid #cacaca;
    padding: 5px;
}

/* Collapesd only sidebar */
.collapsed-sidebar .sidebar-container {
  min-width: 56px;
    width: 56px;
}

  .collapsed-sidebar .sidebar-container .item-content {
        text-align: center;
    }

    .collapsed-sidebar .sidebar-container .item-content span[class^="fo-icon-"] {
            padding: 0px;
        }

/* Collapsed only sidebar view */
.collapsed-sidebar-view .sidebar-view-container {
    min-width: 30px !important;
    width: 30px !important
}

.dragbar {
    border-left: 1px solid #cfd1d4;
}

label {
    font-weight: normal;
}

.my-data-table a.action-icon, .my-data-table a.action-icon:hover {
    padding: 5px;
    cursor: pointer;
    color: #333;
}

.ui-paginator.ui-paginator-bottom {
    text-align: center;
    margin-top: 10px;
}

.ui-paginator .ui-paginator-page, .ui-paginator .ui-paginator-pages, .ui-paginator .ui-paginator-next, .ui-paginator .ui-paginator-last, .ui-paginator .ui-paginator-first, .ui-paginator .ui-paginator-prev, .ui-paginator .ui-paginator-current {
    display: inline-block;
    zoom: 1;
    margin-left: 1px;
    margin-right: 1px;
    text-decoration: none;
    outline: none;
}
.ui-paginator .ui-paginator-page, .ui-paginator .ui-paginator-next, .ui-paginator .ui-paginator-last, .ui-paginator .ui-paginator-first, .ui-paginator .ui-paginator-prev {
    cursor: pointer;
}

.ui-paginator .ui-paginator-first, .ui-paginator .ui-paginator-prev, .ui-paginator .ui-paginator-next, .ui-paginator .ui-paginator-last, .ui-paginator .ui-paginator-page {
    height: 38px;
    width: 38px;
    color: #333333;
    border: 1px solid #a4a4a4;
    background-color: #fff;
    border-radius: 15px;
    padding-top:10px;
}

.ui-paginator .ui-paginator-first:hover, .ui-paginator .ui-paginator-prev:hover, .ui-paginator .ui-paginator-next:hover, .ui-paginator .ui-paginator-last:hover, .ui-paginator .ui-paginator-page:hover {
    background-color: #f2f2f2;
}
.ui-paginator .ui-paginator-first.disabled, .ui-paginator .ui-paginator-prev.disabled, .ui-paginator .ui-paginator-next.disabled, .ui-paginator .ui-paginator-last.disabled {
    cursor: default;
    background-color: #fff;
    color : #ddd;
    border: 1px solid #ddd;
}
.ui-paginator .ui-paginator-page.active {
    background-color: #f05e76;
    border-color: #f05e76;
    color: #fff;
}

i.action-icon {
  padding: 5px;
    cursor: pointer;
}

.clear-button-line {
    width: 100%;
    float: right;
    padding-bottom: 15px;
}

.clear-button-line input.osp-btn-clear.right{
    float: right;
}

input.letter.ng-scope {
    width: 41.5px;
    border: 1px solid #E2E3E6;
    background: white;
}

input.letter.ng-scope.inactive-letter {
    background: #F4F5F7;
}

input.letter.ng-scope.selected-letter {
    background: greenyellow;
}

/*  -------------- Indicators search */
.indicators-search .collapsed-search {
    clear: both;
}

.indicators-search .panel-title:hover {
    cursor: pointer;
}

.indicators-search .collapsed-search .panel-heading {
    padding: 3px !important;
}

.indicators-search .input-search { 
    margin: 3px 1px;
}

.indicators-search .panel-title > i[class^="fo-icon-"] {
    float: right;
    font-size: 0.6em;
    padding: 5px 2px;
}

.input-search, .search-text-input {
    position: relative;
    color: #333;
}

.input-search i, .search-text-input i {
    font-size: 1.5em;
    position: absolute;
    padding: 10px;
    z-index: 2 !important;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.input-search input, .search-text-input .rdb-search {
    padding-left: 30px !important;
    background-color: #f5f1f1;
    border-radius: 25px;
}

.input-search-dimension {
    margin-top: 5px;
    margin-bottom: 5px !important;
    height: 20px !important;
}

.input-search-kn {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    width: calc(100% - 175px) !important;  
}



.input-search input ::-webkit-input-placeholder, .search-text-input input ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #909;
}

.input-search input :-moz-placeholder, .search-text-input input :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #909;
    opacity: 1;
}

.input-search input ::-moz-placeholder, .search-text-input input ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #909;
    opacity: 1;
}

.input-search input :-ms-input-placeholder, .search-text-input input :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #909;
}

button.disabled-button {
    background: #e3e3e3;
    color: #777777;
}

/* Region list */
.hide-region-expand {
    color: transparent;
    cursor: default !important;
}

.indicators-search ul.regions-tree {
    padding-left: 10px;
}

.inline-region {
    display: inline-block;
}

.inline-region:hover {
    cursor: pointer;
}

li.inline-region.ng-binding.region-child-selected {
    font-weight: bold;
}
/* END of Region list */

.indicators-search label, .indicators-select-form label {
    font-weight: normal;
}

.indicators-search .select-epoch li {
    list-style: none;
}

.indicators-search .panel-title.ng-binding {
  border: 1px solid #dcdde0;
  border-radius: 25px;
  padding: 9px;
  background-color: white;
  text-align: center;
  font-weight: 600;
    font-size: 0.9em;
}

.derived-indicator, .show-code .dropdown-toggle, .add-time-parameters .dropdown-toggle {
  border: 1px solid #dcdde0;
  border-radius: 25px;
  padding: 2px 9px;
  background-color: white;
  text-align: center;
  font-weight: 600;
  font-size: 0.9em;
}

.dropdown-toggle {
    padding-right: 25px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.dropdown-menu.dropdown-menu-form {
    width: 100%;
}

.dropdown-menu {
    font-size: 13.5px;
}

.dropdown-menu li a.option {
    text-overflow: ellipsis;
    overflow: hidden;
}

.dropdown {
    user-select: none;
    cursor: pointer;
}

.dropdown .caret {
    position: absolute;
    right: 0px;
    top: 50%;
}

.count {
    white-space: nowrap;
}

.multiple-select .multiselect-parent {
    width: 100%;
}

.multiple-select .multiselect-parent button {
    width: 100%;
    border: 1px solid #dcdde0 !important;
    border-radius: 25px;
    text-align: left;
}

.multiple-select .multiselect-parent button span {
    position: absolute;
    right: 10px;
    top: 50%;
}

.multiple-select .multiselect-parent button:focus {
    border: 1px solid #4f505b !important;
    box-shadow: none !important;
}

.multiple-select .multiselect-parent .btn-default {
    background-color: white;
    padding: 2px 9px;
    font-size: 13.5px;
}

.highlighted {
  font-weight: bold;
    color: black;
}
.selected-tree-item .highlighted {
    font-weight: normal;
}

.inline {
  float: left;
}

.indicators-tree-view {
    clear: both;
    height: 100%;
}

.indicators-list-view {
    clear: both;
}

  .indicators-list-view .indicator-list-line {
        display: flex;
    }

  .indicators-list-view .indicator-name {
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
    float: left;
    margin-top: 5px;
    }

    .indicators-list-view .indicator-name:hover {
        cursor: pointer;
    }

  .indicators-list-view .indicator-icons {
    float: right;
        display: flex;
    }

    .indicators-list-view .indicator-icons i {
      padding-right: 5px;
            color: #252327;
        }

.in-one-row {
  display: inline-flex;
    float: left;
}

.list-view .selected-indicator {
  border: 1px solid #E7E7E7;
  border-radius: 25px;
  padding: 5px;
  font-weight: bold;
    color: black;
}

.table-striped td, .table-striped tr {
    border: 0;
}

#nested-table {
    margin-bottom: 0px;
}

.expanded-content {
  clear: both;
}

#expanded-data {
    margin-left: 20px;
}

/* ------------- DRAG AND DRAOP */
/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
ul[dnd-list] {
  position: relative;
  min-height: 42px;
    padding-left: 0px;
}

  ul[dnd-list] > li {
        position: relative;
    }

  ul[dnd-list] .draggable-panel {
        border: 1px solid #777;
    }

  ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
        min-height: 42px;
    }

  ul[dnd-list] li {
    display: block;
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 12px;
        list-style: none;
    }

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop into it once it's empty
 */
/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
/**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
.handle, .name {
    display: inline-flex;
}

/**
 * Show selected elements in green
 */
ul[dnd-list] li.selected, .osp-dlist li.selected {
  background-color: #e7e9ec;
    color: #333;
}

ul[dnd-list] li.selected.inactive {
  background-color: #ecf7e8;
        color: #808080;
    }

li.ng-binding.ng-scope.inactive, li.ng-scope.inactive {
    color: #808080;
}

ul.list-directions {
  padding: 10px;
  margin: 5px;
  max-width: 25px;  
}

.list-directions li {
  list-style: none;
    cursor: pointer;
}

ul.double-list-directions {
    margin-bottom: 0;
}

.double-list-directions li {
  list-style: none;
  display: inline;
    cursor: pointer;
}

.inline-picklist {
    display: inline-flex;
}

  .inline-picklist ul.double-list {
    border: 1px solid #004080;
    padding: 5px;
    border-radius: 4px 4px 0 0;
    margin: 5px;
        width: 140px;
    }

/**
 * DERIVED INDICATORS
 */
.calculator-panel .calculator {
  border: 1px solid #E2E3E6;
  padding: 5px;
  margin: 10px;
    border-radius: 25px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 15px;
  vertical-align: middle;
    margin-left: 10px;
}

  .switch input {
        display: none;
    }

/* Hide default HTML checkbox */
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -2px;
    bottom: -1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #ccc;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

p.collections-text.inline.ng-binding {
      margin-bottom: 0px;
}

.dropdown-text {
    white-space: nowrap;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collections-text {
    max-width: 600px;
}

.mearure-units-text {
    max-width: 120px
}

.edit {
    padding-left: 10px;
    border-radius: 15px;
    border: 1px solid #e4e4e4;
    position: relative;
    padding: 2px 10px;
}

.no-item-selected {
    color: red;
    margin: 0px;
}

.indicator-collection-panel .collection-line {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.collection-unit-content.mt-2 {
    width: 20%;
    margin-top: 0px !important;
    margin-left : 10px;
}

/* lables */
.control-label, .inline-slider {
  font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    vertical-align: top;
}

    .control-label span {
        vertical-align: super;
    }

input.osp-input-number {
    border: 1px solid #dcdde0 !important;
    border-radius: 25px;
    padding: 9px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    background: white;
    opacity: 1;
}
/* inputs */
input.form-control {
  border-radius: 25px;
    border: 1px solid #dcdde0;
}

  input.form-control:hover, input.form-control:active, input.form-control:focus {
    outline: 0px !important;
    border: 1px solid;
        -webkit-appearance: none;
    }

button:focus {
  outline: 0px !important;
  border: 1px solid;
    -webkit-appearance: none;
}

/* tables */
/* no border */
.noBorderTable {
    border: none;
}

  .noBorderTable tr, .noBorderTable td {
        border: none !important;
    }

/* buttons */
.btn-conf-rdb {
  background: #5c5860;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #5c5860, #454149);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #5c5860, #454149);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #5c5860, #454149);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #5c5860, #454149);
  /* Standard syntax */
  color: #fff;
  border-radius: 15px;
  opacity: 0.8;
  box-shadow: 0px 5px 5px #ccc;
  margin-right: 10px;
}

.btn-conf-rdb:hover {
  color: #fff;
  opacity: 1;
}

.btn-rej-rdb {
  border-radius: 15px;
  border: 1px solid #dcdde0;
  box-shadow: 0px 5px 5px #ccc;
}

.btn[disalbed] {
    pointer-events: none;
}

/* align in the middle vertically */
.flex-p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  justify-content: flex-start;
}

  .flex-p .flex-c {
        align-self: center;
    }

.osp-form-group:before {
  box-sizing: border-box;
  content: " ";
    display: table;
}

.osp-form-group:after {
  box-sizing: border-box;
  clear: both;
  content: " ";
    display: table;
}

.osp-form-group div[class^="col-"] {
  padding-right: 0px;
    padding-left: 0px;
}

.osp-form-group input[type="radio"] {
  margin: 4px 4px 0px 0px; 
  width: 19px;
  height: 19px;
  }

.osp-select, .osp-input {
    width: 100%;
}

select.searchMatchSelect {
    color: black;
    width: auto;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f5f1f1;
    color: #333;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.without-border {
    color: #3399cc !important;
    border: 0px !important;
    background-color: white !important;
    font-weight: 600 !important;
    font-size: 0.9em !important;
}

select.osp-select {
    padding-left: 5px;
}

  .osp-select:hover {
    background-color: white !important;
}

  #derivedIndicatorsForm .control-label {
    text-align: left;
        padding-top: 0px;
    }

  #derivedIndicatorsForm .panel-rdb {
    border-radius: 15px;
        border: 1px solid #dcdde0;
    }

    #derivedIndicatorsForm .panel-rdb hr {
            clear: both;
        }

    #derivedIndicatorsForm .panel-rdb .calc-head {
            min-height: 30px;
        }

      #derivedIndicatorsForm .panel-rdb .calc-head .form-group {
                margin-bottom: 0px !important;
            }

        #derivedIndicatorsForm .panel-rdb .calc-head .form-group button {
                    color: #e1e1e5;
                }

    #derivedIndicatorsForm .panel-rdb .jt-editor {
            border: none;
        }

      #derivedIndicatorsForm .panel-rdb .jt-editor .ng-scope {
                line-height: 3em;
            }

      #derivedIndicatorsForm .panel-rdb .jt-editor .jt-tag {
        background-color: transparent;
        border-color: transparent;
                border: none;
            }

        #derivedIndicatorsForm .panel-rdb .jt-editor .jt-tag .value {
          background: #e5e7eb !important;
          /* For browsers that do not support gradients */
          background: -webkit-linear-gradient(left, #e5e7eb, #ced2d9) !important;
          /* For Safari 5.1 to 6.0 */
          background: -o-linear-gradient(right, #e5e7eb, #ced2d9) !important;
          /* For Opera 11.1 to 12.0 */
          background: -moz-linear-gradient(right, #e5e7eb, #ced2d9) !important;
          /* For Firefox 3.6 to 15 */
          background: linear-gradient(to right, #e5e7eb, #ced2d9) !important;
          /* Standard syntax */
          border-color: transparent;
          padding: 5px 10px;
          border-top-left-radius: 25px;
                    border-bottom-left-radius: 25px;
                }

          #derivedIndicatorsForm .panel-rdb .jt-editor .jt-tag .value span {
                        line-height: 2em;
                    }

        #derivedIndicatorsForm .panel-rdb .jt-editor .jt-tag .remove-button {
          background-color: #a6adb9;
          border-top-right-radius: 25px;
          border-bottom-right-radius: 25px;
          color: #fff;
          line-height: 2em;
          padding: 5px 7px;
                    color: #e1e1e5;
                }

      #derivedIndicatorsForm .panel-rdb .jt-editor input {
        border: none !important;
        border-radius: 0px !important;
                padding: 0px !important;
            }

  #derivedIndicatorsForm .calc-panel {
    clear: both;
    width: 100%;
        padding: 0px 10px;
    }

    #derivedIndicatorsForm .calc-panel .calc-row {
      width: 100%;
      height: 60px;
            margin: 0px auto;
        }

      #derivedIndicatorsForm .calc-panel .calc-row .calc-number {
        width: 80%;
                display: inline-block;
            }

        #derivedIndicatorsForm .calc-panel .calc-row .calc-number .calc-value {
          width: 30%;
                    float: left;
                }

        #derivedIndicatorsForm .calc-panel .calc-row .calc-number .double {
                    width: 50%;
                }

          #derivedIndicatorsForm .calc-panel .calc-row .calc-number .double button {
                        width: 100%;
                    }

        #derivedIndicatorsForm .calc-panel .calc-row .calc-number .btnComma {
                    margin-left: 26px;
                }

      #derivedIndicatorsForm .calc-panel .calc-row .calc-func {
        width: 15%;
                display: inline-block;
            }

        #derivedIndicatorsForm .calc-panel .calc-row .calc-func button {
                    float: right;
                }

    #derivedIndicatorsForm .calc-panel button {
      width: 50px;
      height: 50px;
      padding: 10px 20px;
      border: 2px solid #f2f2f2;
      background-color: #fff;
      border-radius: 5px;
      -webkit-box-shadow: 0px 3px 7px 0px #e5e5e5;
      -moz-box-shadow: 0px 3px 7px 0px #e5e5e5;
            box-shadow: 0px 3px 7px 0px #e5e5e5;
        }

      #derivedIndicatorsForm .calc-panel button:active {
        position: relative;
                top: 1px;
            }

  #derivedIndicatorsForm .table-responsive {
        clear: both;
    }

    #derivedIndicatorsForm .table-responsive td {
            padding: 4px;
        }

      #derivedIndicatorsForm .table-responsive td button {
        padding: 10px 20px;
        border: 1px solid #f2f2f2;
        -webkit-box-shadow: 0px 10px 12px 1px #f2f2f2;
        -moz-box-shadow: 0px 10px 12px 1px #f2f2f2;
                box-shadow: 0px 10px 12px 1px #f2f2f2;
            }

  #derivedIndicatorsForm .derived-indicator {
    margin: 3px 0px;
    text-align: center;
        font-family: 'Open Sans', sans-serif;
        cursor: pointer;
    }

    #derivedIndicatorsForm .derived-indicator a {
            color: #181719;
        }

      #derivedIndicatorsForm .derived-indicator a:hover {
                text-decoration: none;
            }

/* indicators tree view */
.dropdown-item-container {
    overflow: auto;
    background: white;
    z-index: 4;
    position: absolute;
    padding: 2px 10px;
    width: 100%;
    border: 1px solid #dedede;
    left: 0px;
    top: 21px;
    max-height: 200px;
    overflow: auto;
}

.indicators-tree-view {
  clear: both;
  font-family: inherit;
}

  .indicators-tree-view .indicators-group {
    clear: both;
    }

    .indicators-tree-view .indicators-group .indicator-header {
      width: 100%;
      float: left;
      padding-left: 2px;
            margin-top: 5px;
        }

      .indicators-tree-view .indicators-group .indicator-header i {
                color: #252327;
            }

    .indicators-tree-view .indicators-group .expanded {
            font-weight: bold;
        }

    .indicators-tree-view .indicators-group .indicator-container {
            width: 100%;
        }

    .indicators-tree-view .indicators-group .indicator-links {
      float: right;
      width: 100%;
            display: flex;
        }

    .indicators-tree-view .indicators-group .indicator-icons {
      float: right;
            display: flex;
        }

      .indicators-tree-view .indicators-group .indicator-icons i {
                padding-right: 5px;
            }

  .indicators-tree-view .indicator-name {
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
        flex: 1;
    }

    .indicators-tree-view .indicator-name:hover {
      cursor: pointer;
            cursor: hand;
        }

  .indicators-tree-view .selected-indicator {
    padding: 5px;
    border-radius: 15px;
    background-color: white;
        font-weight: bold;
    }

  .indicators-list-view .indicator-list-line.ng-scope.selected-indicator {
    padding: 5px;
    border-radius: 15px;
    background-color: white;
    font-weight: bold;
}

  .indicators-tree-view .not-selected-indicator {
    font-weight: normal;
}

  .indicators-tree-view .glyphicon {
    font-size: 10px;
    padding-right: 5px;
}

  .indicators-tree-view .expanded-icon {
    padding: 5px 5px 5px 0;
    float: left;
}

  .indicators-tree-view .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent !important;
}

  .indicators-tree-view table, .indicators-tree-view tbody, .indicators-tree-view tr {
    border: none !important;
}

  .indicators-tree-view td {
    border: none !important;
    padding: 0px !important;
}
.new-indicator-tree.ng-scope {
    border: 1px solid;
    color: green;
    font-size: 8px;
    font-weight: bold;
    padding: 0px 10px 16px 3px;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    margin: 0px 5px 0px 0px;
}

.new-indicator-list.ng-scope {
    border: 1px solid;
    margin: 4px 5px 0px 0px;
    color: green;
    font-size: 8px;
    font-weight: bold;
    padding: 0px 2px 0px 2px;
    border-radius: 50%;
}

/* sidebar-view-container */
.sidebar-view-container .table-striped tr {
    background-color: transparent;
}

.sidebar-view-container label {
    vertical-align: super;
    margin-bottom: 0px;
}

/* start */
.inline-container {
    display: table;
    table-layout: fixed;
}

.inline-container-content {
    display: table-cell;
}

.inline-content {
    display: inline-table;    
}

.inline-flex-no-wrap {
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.selection {
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 5px;
}

.list-group {
    border-radius: 15px;
    list-style: none;
    margin-right: 7px;
    margin-bottom: 7px;
    display: table;
    width: 100%;
}

.group {
    border: 1px solid #999;
    list-style: none;
    border-radius: 15px;
    padding-left: 2px;
    padding-right: 2px;
    width: 22px;
    height: 18px;
    text-align: center;
    white-space: nowrap;
}

.group-item {
    position: relative;
}

.group-name {
    border-radius: 25px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #cccccc;
    background-color: #fff;
}

.group[disabled] {
    cursor: not-allowed;
}

input[disabled] {
    opacity: .65;
    cursor: not-allowed !important;
    background-color: white;
}

.grouping {
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 3px;
}

.remove-groups {
    cursor: pointer;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 10px;
    color: #4f4b53;
}

.remove-groups-selected {
    color: white;
    text-shadow: -1px -1px 0 #4f4b53, 1px -1px 0 #4f4b53, -1px 1px 0 #4f4b53, 1px 1px 0 #4f4b53;
}

.icon-not-selectable {
    color: #b2b3ba !important;
    cursor: default !important;
}

.hide-remove-group {
    display: none;
}

.add-group {
    cursor: pointer;
    font-size: 17px;
    color: #4f4b53;
}

.position-filter {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.position-tabs {
    margin: 0px;
    padding: 0px 30px 0px 0px;
}

.position-tab {
    display: table-cell;
    border-top: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    border-radius: 15px 15px 0px 0px;
    padding: 0px 10px;
    background-color: #f4f4f4;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.position-tab:hover {
    background-color: #eeeeee;
}

.position-tab-selected:hover {
    background-color: white !important;
}       

.position-tab-selected {
    cursor: default;
    background-color: white;
    transform: scale(1.1);
    z-index: 50;
}    

.language {
    display: inline-table;
}

.selected-group {
    padding-left: 2px;
    padding-right: 2px !important;
    width: 22px;
    height: 16px;
    text-align: center;
}

.group-list {
    background-color: white;
    position: absolute;
    padding: 5px 0px 5px 0px;
    z-index: 1;
    border: 1px solid black;
    box-shadow: 5px 5px 10px grey;
}

.group-line {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
}

.group-line:hover {
    background-color: #7fa1f6;
}

.group-line:hover span {
    color: white;
}

.group-id {
    margin-right: 2px;
    padding-right: 2px;
    display: table-cell;
    width: 20px;
    vertical-align: middle;
}

.selectable {
    color: #3399cc;
    cursor: pointer;
}

.tree-line {
    list-style: none;
}

.inner-tree {
    padding-left: 15px;
}

.tree {
    padding: 0px;
}

/* end */
a.select-tree-positions {
    color: inherit !important;
}

a.select-tree-positions:hover {
    text-decoration: none !important;
}

.indicator-panel-border .select-tree-positions {
    padding-right: 5px;
    cursor: pointer;
}

.select-tree-positions i {
    padding-right: 2px;
}

.sidebar-view-container input[type=checkbox] {
    margin-right: 5px;
    margin-top: 0px;
}

/* select-epoch */
.select-epoch {
    width: 100%;
    padding: 3px;
}

.select-epoch .epoch-content {
    border-radius: 25px;
    background-color: #fff;
    text-align: center;
    font-size: 0.9em;
}
  
.select-epoch .filter-label, .select-epoch ul {
  width: 100%;
  padding: 0px 0px;
  display: inline-flex;
  margin-bottom: 0px;
  line-height: 2.4em;
}

.select-epoch .filter-label .previous, .select-epoch .filter-label .next {
    width: 10%;
    float: left;
}

.select-epoch ul .previous, .select-epoch ul .next {
    width: 10%;
    float: left;
}

.select-epoch .filter-label .previous i, .select-epoch .filter-label .next i {
    font-size: 0.6em;
}

.select-epoch ul .previous i, .select-epoch ul .next i {
    font-size: 0.6em;
}

.select-epoch .filter-label .epoch-content, .select-epoch ul .epoch-content {
  width: 80%;
  float: left;
  font-weight: 600;
  font-size: 0.9em;
}

/* alphabet*/
.alphabet input {
    padding: 8px;
}

/* data settings */
/* table settings */
.sum-Settings {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
    -webkit-column-gap: 20px;
}

.show-code .multiselect-parent, .add-time-parameters .multiselect-parent, .show-code .multiselect-parent button, .add-time-parameters .multiselect-parent button {
    width: 100%;
}

.data-line {
    clear: both;
}

/* global */

.pl-25 {
    padding-left: 25px;
}

.pl-5 {
    padding-left: 5px;
}

.mr-17 {
    padding-right: 17px;
}

.pb-5 {
    padding-bottom: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-5 {
    margin-bottom: 5px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.align-bottom {
    vertical-align: bottom;
}

/* END global */

.indicators-select-form {
    overflow: hidden;
}

.indicators-select-form .btn-indicator {
    background-color: #fff;
    color: #b9b9ba;
    padding: 7px;
    margin-bottom: 5px;    
}

.indicators-select-form .btn-indicator:hover {
    cursor: pointer;
}

.indicators-select-form .btn-indicator.active {
    color: black;
}

.indicators-select-form .osp-form-group {
    text-align: center;
}

.indicators-select-form .osp-form-group:first-of-type {
    margin-top: 5px;
}

.indicators-select-form hr {
    border-top-color: #cfd1d4;
}

.osp-btn-clear {
  border-radius: 9px !important;
  background-color: white !important;
  border: 2px solid #dcdde0 !important;
  padding: 3px 12px !important;
  font-weight: 600 !important;
  font-size: 0.9em !important;
    color: #4c4a4d;
}

.osp-btn {
  border-radius: 9px !important;
  background-color: white !important;
  border: 2px solid #dcdde0 !important;
  font-weight: 600 !important;
  font-size: 0.9em !important;
  color: #4c4a4d;
}

.osp-btn-edit-all {
    border: 1px solid #dcdde0 !important;
    padding: 3px 12px !important;
    font-size: 0.9em !important;
    color: #4c4a4d;
    border-radius: 25px;
    border: 1px solid #e4e4e4;
    padding: 5px 10px;
}
.rdb-search {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.width-full {
  width: 100% !important; }

ul.regions-tree {
    clear: both;
    margin-bottom: 0px;
}

ul.regions-tree input.inline-region {
    float: left;
}

ul.regions-tree div.region-content {
    float: left;
}

div.region-content span.fo-icon-less{
    float: left;
    font-size: 0.5em;
    line-height: 20px;
    padding-right: 5px;
    padding-left: 5px;
}

ul.regions-tree div.region-content li {
    line-height: 20px;
}

ul.regions-tree ul {
    clear: both;
}

.rounded-corners {
    height: auto;
}

hr {
  border-top-color: #cfd1d4;
  margin-top: 5px;
    margin-bottom: 5px;
}

.order-rows-and-columns {
    width: 100%;
}

  .order-rows-and-columns ul li {
        list-style-type: none;
    }

  .order-rows-and-columns .order-rac-content {
    height: 200px;
        position: relative;
    }

  .order-rows-and-columns .left-side, .order-rows-and-columns .right-side {
    background-color: white;
    max-width: 25px;
    min-width: 5px;
    width: 6%;
    float: left;
        height: 100%;
    }

  .order-rows-and-columns .left-side ul, .order-rows-and-columns .right-side ul {
    padding: 0px;
            margin: 0px;
        }

  .order-rows-and-columns .left-side {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    color: #a09ea2;
    position: absolute;
    bottom: 0px;
    height: 90%;
    z-index: 99;
        border-right: 2px solid #dcdde0;
    }

  .order-rows-and-columns .right-side {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #a09ea2;
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 90%;
        border-left: 2px solid #dcdde0;
    }

  .order-rows-and-columns .osp-double-list {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    bottom: 0px;
    list-style-type: none;
    }

    .order-rows-and-columns .osp-double-list div:first-of-type {
      width: 54%;
        }
    
      .order-rows-and-columns .osp-double-list div:first-of-type ul:first-of-type {
        border-radius: 15px;
        background-color: white;
        width: 85%;
                height: 91.3%;
        left: 0;
        padding: 10px 0px 10px 0px;
        overflow-y: auto;
        overflow-x: hidden;
                direction: rtl;
            }

        .order-rows-and-columns .osp-double-list div:first-of-type ul:first-of-type li {
          padding: 5px 5px 5px 30px;
          clear: both;
          text-align: left;
          font-size: 0.9em;
                    width: 100%;
                }

          .order-rows-and-columns .osp-double-list div:first-of-type ul:first-of-type li span {
            float: left;
                        width: 90%;
                    }

          .order-rows-and-columns .osp-double-list div:first-of-type ul:first-of-type li i {
            float: left;
                        width: 10%;
                    }

      .order-rows-and-columns .osp-double-list div:first-of-type ul:last-of-type {
                width: 15%;
            }

    .order-rows-and-columns .osp-double-list div:last-of-type {
            width: 46%;
        }

      .order-rows-and-columns .osp-double-list div:last-of-type ul:first-of-type {
        border-radius: 15px;
        background-color: white;
        width: 100%;
                height: 91.3%;
        right: 0;
        padding: 10px 0px 10px 0px;
        overflow-y: auto;
        overflow-x: hidden;
                direction: rtl;
            }

        .order-rows-and-columns .osp-double-list div:last-of-type ul:first-of-type li {
          padding: 5px 30px 5px 5px;
          clear: both;
          text-align: left;
          font-size: 0.9em;
                    width: 100%;
                }

          .order-rows-and-columns .osp-double-list div:last-of-type ul:first-of-type li span {
            float: left;
                        width: 90%;
                    }

          .order-rows-and-columns .osp-double-list div:last-of-type ul:first-of-type li i {
            float: left;
                        width: 10%;
                    }

    .order-rows-and-columns .osp-double-list .double-list {
      float: left;
      height: 100%;
            overflow: hidden;
        }

    .order-rows-and-columns .osp-double-list .double-list > span {
      width: 100%;
      float: left;
    }

    .order-rows-and-columns .osp-double-list .osp-dlist {
      float: left;
      background-color: white;
            overflow: hidden;
        }

      .order-rows-and-columns .osp-double-list .osp-dlist li i {
                float: right;
            }

    .order-rows-and-columns .osp-double-list .double-list-directions {
      float: left;
      font-size: 0.6em;
      width: 100%;
      padding: 0px;
      margin: 0px;
      height: 90%;
      text-align: center;
            font-size: 0.6em !important;
        }

      .order-rows-and-columns .osp-double-list .double-list-directions .top-direction, .order-rows-and-columns .osp-double-list .double-list-directions .bottom-direction {
        height: 50%;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
                justify-content: flex-start;
            }

      .order-rows-and-columns .osp-double-list .double-list-directions .top-direction .direction-container, .order-rows-and-columns .osp-double-list .double-list-directions .bottom-direction .direction-container {
        height: 70%;
        align-self: center;
        width: 100%;
        position: relative;
                    color: #a09ea2;
                }

      .order-rows-and-columns .osp-double-list .double-list-directions .top-direction .direction-container li, .order-rows-and-columns .osp-double-list .double-list-directions .bottom-direction .direction-container li {
                        width: 100%;
                    }

      .order-rows-and-columns .osp-double-list .double-list-directions .top-direction .direction-container li span i, .order-rows-and-columns .osp-double-list .double-list-directions .bottom-direction .direction-container li span i {
        padding: 7px;
        background-color: white;
        border: 2px solid #dcdde0;
                            border-radius: 5px;
                        }

      .order-rows-and-columns .osp-double-list .double-list-directions .top-direction .direction-container li:first-of-type, .order-rows-and-columns .osp-double-list .double-list-directions .bottom-direction .direction-container li:first-of-type {
                            top: 0px;
                        }

      .order-rows-and-columns .osp-double-list .double-list-directions .top-direction .direction-container li:last-of-type, .order-rows-and-columns .osp-double-list .double-list-directions .bottom-direction .direction-container li:last-of-type {
                            bottom: 0px;
                        }

  .order-rows-and-columns .list-directions {
    width: 100%;
    float: right;
    padding: 0px;
    margin: 0px;
    height: 100%;
    text-align: center;
        font-size: 0.6em;
    }

    .order-rows-and-columns .list-directions .top-direction, .order-rows-and-columns .list-directions .bottom-direction {
      height: 50%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
            justify-content: flex-start;
        }

    .order-rows-and-columns .list-directions .top-direction .direction-container, .order-rows-and-columns .list-directions .bottom-direction .direction-container {
      height: 70%;
      align-self: center;
      width: 100%;
      position: relative;
                color: #a09ea2;
            }

    .order-rows-and-columns .list-directions .top-direction .direction-container li, .order-rows-and-columns .list-directions .bottom-direction .direction-container li {
      width: 100%;
                    position: absolute;
                }

    .order-rows-and-columns .list-directions .top-direction .direction-container li span, .order-rows-and-columns .list-directions .bottom-direction .direction-container li span {
                        width: 100%;
                    }

    .order-rows-and-columns .list-directions .top-direction .direction-container li:first-of-type, .order-rows-and-columns .list-directions .bottom-direction .direction-container li:first-of-type {
                        top: 0px;
                    }

    .order-rows-and-columns .list-directions .top-direction .direction-container li:last-of-type, .order-rows-and-columns .list-directions .bottom-direction .direction-container li:last-of-type {
                        bottom: 0px;
                    }

    .order-rows-and-columns .list-directions .top-direction {
            border-bottom: 2px solid #dcdde0;
        }

.order-indicators .order-indicators-container {
  height: 200px;
  background-color: white;
  border-radius: 25px;
  border-color: #dcdde0;
    overflow: hidden;
}

  .order-indicators .order-indicators-container .draggable-panel {
    float: left;
    width: 90%;
    padding: 10px;
    height: 100%;
        overflow-y: auto;
    }

  .order-indicators .order-indicators-container .list-directions {
    width: 10%;
    float: right;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 10%;
    border-left: 2px solid #dcdde0;
    text-align: center;
        font-size: 0.6em;
    }

    .order-indicators .order-indicators-container .list-directions .top-direction, .order-indicators .order-indicators-container .list-directions .bottom-direction {
      height: 50%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
            justify-content: flex-start;
        }

    .order-indicators .order-indicators-container .list-directions .top-direction .direction-container, .order-indicators .order-indicators-container .list-directions .bottom-direction .direction-container {
      height: 70%;
      align-self: center;
      width: 100%;
      position: relative;
                color: #a09ea2;
            }

    .order-indicators .order-indicators-container .list-directions .top-direction .direction-container li, .order-indicators .order-indicators-container .list-directions .bottom-direction .direction-container li {
      width: 100%;
                    position: absolute;
                }

    .order-indicators .order-indicators-container .list-directions .top-direction .direction-container li span, .order-indicators .order-indicators-container .list-directions .bottom-direction .direction-container li span {
                        width: 100%;
                    }

    .order-indicators .order-indicators-container .list-directions .top-direction .direction-container li:first-of-type, .order-indicators .order-indicators-container .list-directions .bottom-direction .direction-container li:first-of-type {
                        top: 0px;
                    }

    .order-indicators .order-indicators-container .list-directions .top-direction .direction-container li:last-of-type, .order-indicators .order-indicators-container .list-directions .bottom-direction .direction-container li:last-of-type {
                        bottom: 0px;
                    }

    .order-indicators .order-indicators-container .list-directions .top-direction {
            border-bottom: 2px solid #dcdde0;
        }

input[type=text], select.osp-select {
    padding: 2px 9px;
}

.settingsForm input[type=number], .number-input {
    border: 1px solid #dcdde0 !important;
    border-radius: 25px !important;
    padding: 2px 9px;
    text-align: right;
}

.settingsForm .panel-heading {
    width: 100%;
    padding: 10px 0;
}

.settingsForm .numberLabel {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}

.series-title {
    cursor: pointer;
}

.series-title span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;    
}

.color-box {
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
}

.settings-separator {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #cfd1d4;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.settings-separator span {
    background-color: #e7e9eb;
}

.new-line {
    display: block;
}

.settingsForm .panel-heading i, .settingsForm .panel-body span {
    font-size: 0.6em;
    line-height: 2em;
    vertical-align: bottom;
}

.settingsForm .panel-body {
    padding: 0 10px 10px 10px;
}

.settingsForm .panel-body .positions-tree {
    padding-left: 0px;
    margin-bottom: 0px;
}

.settingsForm .panel-title.ng-binding {
  font-size: 14px;
  border: 1px solid #dcdde0;
  border-radius: 25px;
  padding: 9px;
  background-color: white;
  text-align: center;
}

.control-label.osp-radio {
    display: block;
}

.my-data-table {
    background-color: white;
    border-radius: 25px;
    border-color: #dcdde0;
    border-width: 1px;
    width: 100%;
    padding: 10px;
    border-collapse: separate;
    -moz-border-radius: 25px;
}

.my-data-table table {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dcdde0;
}

.my-data-table .my-data-first {
    width: 25%;
}

.my-data-table .my-data-second {
    width: 50%;
}

.my-data-table .my-data-name {
    padding-left: 5px;
}

.osp-select.folder-select {
    width: 55%;
}

.my-data-table table tr, .my-data-table table th, .my-data-table table td {
    border: none;
}

.rdb-table {
  background-color: white;
  border-radius: 25px;
  border-color: #dcdde0;
  border-width: 1px;
  width: 100%;
  border-collapse: separate;
    -moz-border-radius: 25px;
}

  .rdb-table th {
    border-right: none !important;
    border-left: none !important;
    border-top: none;
    padding: 7px;
        text-align: center;
    }

  .rdb-table td {
    padding: 7px;
        text-align: center;
    }

  .rdb-table tr td {
    border-bottom: none;
    border-top: none;
        width: 50%;
    }

    .rdb-table tr td:first-child {
      border-left: none;
      border-right: none;
            width: 25%;
        }

    .rdb-table tr td:last-child {
      border-right: none;
      border-left: none;
            width: 25%;
        }

  .rdb-table tr:last-child td {
        border-bottom: none;
    }

    .rdb-table tr:last-child td:first-child {
            border-left: none;
        }

    .rdb-table tr:last-child td:last-child {
            border-right: none;
        }

/* indicators info */
.indicators-tree {
  height: calc(100vh - 420px);
  overflow: hidden;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 20px;
}
.indicators-tree.list {
    overflow-y: auto;
}
.indicatorsInfo .panel-heading i {
  font-size: 0.6em;
    line-height: 2em;
}

.panel-heading .panel-title {
    font-size: 0.9em;
}

.indicators-and-collections .panel-heading .panel-title:hover {
    cursor: pointer;
}

.indicatorsInfo .panel-heading .fo-icon-less, .indicatorsInfo .panel-heading .fo-icon-less.ospp-transform-180 {
    margin-right: 5px;
    padding-top: 2px;
}

.fo-icon-less:hover {
    cursor: pointer;
}

/* indicators info end */
/* share */
.share-container {
    width: 100%;
}

.share-container .social-icons {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
}

.share-container .social-icons div {
    text-align: center;
    height: 50px;
    width: 50px;
    color: white;
    border-radius: 10px;
    opacity: 0.8;
}

.share-container .social-icons div:hover {
    opacity: 1;
}

.share-container .social-icons div > i {
    position: relative;
    top: calc(50% - 10px);
}

.share-container .social-icons i.fo-icon-facebook {
    padding-left: 10px;
}

.share-container .social-icons > a {
    display: inline-block;
}

.share-container .share-message {
    clear: both;
    text-align: center;
    line-height: 1.4em;
}

.share-script {
    border: 1px solid #dcdde0 !important;
    border-radius: 20px !important;
    height: 100px;
    width: 100%;
    resize: none;
    background-color: white !important;
}

/* share end */
.fb-back {
  background: #7483d2;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #7483d2, #5464c3);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #7483d2, #5464c3);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #7483d2, #5464c3);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #7483d2, #5464c3);
    /* Standard syntax */
}

.twitter-back {
  background: #4ab5ff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #4ab5ff, #32a3ff);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #4ab5ff, #32a3ff);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #4ab5ff, #32a3ff);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #4ab5ff, #32a3ff);
    /* Standard syntax */
}

.linkedin-back {
  background: #4999e0;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #4999e0, #2e80d6);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #4999e0, #2e80d6);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #4999e0, #2e80d6);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #4999e0, #2e80d6);
    /* Standard syntax */
}

.osp-center {
    text-align: center;
}

.show-more i {
    font-size: 0.5em;
    background-color: white;
    border-radius: 25px;
    padding: 7px;
    margin: 5px;
    color: #a09ea2;
    border-color: #a09ea2;
}

/*Spinner */
.spinner {
    font-size: 4em;
    animation: spin 2s linear infinite;
}

.spinner-small {
    font-size: 1.1em;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
        transform: rotate(0deg);
    }

  100% {
        transform: rotate(360deg);
    }
}

.spinnerHidden {
    display: none !important;
}

.hide-dimension-selection {
    position: absolute;
    height: calc(100% - 3px);
    background: white;
    width: calc(100% - 20px);
    vertical-align: middle;
    z-index: 3;
}

.hide-dimension-selection i{
    padding: 90px;
}

/*# sourceMappingURL=appA.css.map */
.popover {
  max-width: 400px; 
  margin-left:15px;
}

.popover-content {
    word-wrap: break-word;
}

.popoverSuFootnote {
    border-top: 1px solid #4f4a53;
    padding-top: 5px;
    margin-top: 5px;
}

/* for mobiles */
@media (max-width: 767px) {
  .sidebar-container .item-content .menu-label-top {
        display: none;
    }
}

.menu-collapse.no-background.no-border.menu-item.ng-scope {
    padding: 13px 0 0 8px;
    height: 35px;
}

.no-background.no-border.menu-item {
    text-align: left;
}
/*class for inactive menu item*/
.inactive {
    opacity: 0.5;
}

  .inactive:hover {
        cursor: default;
    }

/*fordatatables*/
.dataTables_info, .dataTables_paginate {
    display: none;
}

.dataTables_scrollBody table thead {
    background-color: transparent;
    border: none;
    border-color: transparent !important;
}

.dataTables_scrollBody table thead tr, .dataTables_scrollBody table thead th {
    height: 0px !important;
    border-color: transparent;
    border: none;
}

/* for angularjs tooltips */
div[ng-attr-title]:hover {
    border: none;
    box-shadow: none;
}

/* apply for full height and width*/
.sidebar-container {
    height: 100vh;
}

.app-container > .view-container {
    width: 100%;
    height: 100%;
    overflow: auto;
}

/* temp*/
.ospp-transform-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  }

  /*Map dimensions */
  .map-size{
      width: 100%;
      height: 100%;
      border: 0;
  }

.data-block.pb-2.pl-1 {
    margin-top: 5px;
    padding-bottom: 0px !important;
}

.data-block.pb-2.pl-1.data-collection-info {
        margin-bottom: 20px;
    }

.data-block.pb-2.pl-1.data-collection-info.ng-binding.ng-scope.last {
    margin-bottom: 0px;
} 

.no-hr hr {
    display:none;
}

.data-block.pb-2 {
    padding-bottom: 0px !important;
}
/* tree view */
.indicator-panel-border {
    display: block;
    border-radius: 15px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
}

.indicator-panel {
    height: 240px;
    margin-bottom: 10px;
}

.position-container {
    min-width: 500px;
}

.tree-item {
    border-radius: 15px;
    background-color: #ced2d9;
    padding: 1px 5px;
    float: left;
    margin-right:7px;
    margin-bottom: 5px;
}

.tree-search input:not(.osp-btn-clear){
    width: 100%;
    margin-bottom: 5px;
    clear:both;
    border-style:none;
}

.input-search.tree-search {
    display: inline-flex;
    width: 100%;
}

input.osp-btn.position-search.right {
    margin: 4px;
    padding-left: 6px !important;
    width: 80px;
}

.ninth-w.hide-container, .eighth-w.hide-container, .seventh-w.hide-container, .sixth-w.hide-container, .fifth-w.hide-container,
.quarter-w.hide-container, .third-w.hide-container, .half-w.hide-container, .full-w.hide-container {
    display: none !important;
}

.selected-tree-item {
    border-radius: 15px;
    background-color: #ced2d9;
    padding: 1px 5px;
    margin-right: 7px;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.selected-tree-item:hover .glyphicon-remove, .remove-group {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(178, 179, 186,0.5);
    top: 50%;
    left: 50%;
    border-radius: 15px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
}

.selected-tree-item .glyphicon-remove:before, .list-group .glyphicon-remove:before {
    top: 50%;
    position: absolute;
    color: white;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: -1px -1px 0 #737373, 1px -1px 0 #737373, -1px 1px 0 #737373, 1px 1px 0 #737373;
}

.selected-tree-item .glyphicon-remove {
    display: none;
}

.expand-selected-items {
    display: table-cell;
    vertical-align: top;
}
    
.osp-btn-clear.aggregate-btn {
    min-width: 15px;
    cursor: pointer;
    font-size: 0.7em !important;
    float: right;
}

.rdb-message {
    display: inline-flex;
    width: 100%;
}

.rdb-message .rdb-message-text {
    width: 100%;
}

    /* overwriting default alerts class */
    .alert-error:after {
        content: "" !important;
    }

/* END overwriting default alerts class */



.dataTables_length label {
    display: none;
}
.indicator-table td.no-table-value.ng-binding.ng-scope {
    text-align: center;
}
.table-value.ng-binding {
    white-space: nowrap;
}
p.table-item.ng-binding {
    margin: 2px 5px 2px 5px;
}
.sdb-item {
    margin: 2px;
    white-space: pre-line;
    text-align: left;
    overflow: hidden;
}
.header-item {
    margin: 2px 5px 2px 5px;
}

.checkbox-middle-align{
    vertical-align: middle;
    position: relative;
    bottom: 3px;
}

.pg-1.indicators-view{
    height: 100%;
}

.tree-list-item-container{
    height: 170px;
    overflow: auto;
    width: 100%;
    user-select: none;
}

.tree-list-item-container-with-message {
    height: 155px;
}  

.tree-list-group-container{
    height: 175px;
    overflow: auto;
    width: 100%;
}

.tree-list-group-container-with-message {
    height: 155px;
    overflow: auto;
    width: 100%;
}  

.tree-button {
    color: white !important;
    background-color: #4f4b53 !important;
    font-size: 0.9em !important;
    text-align: center !important;
    display: inline-block !important;
    padding: 1px 0 0 0 !important;
    line-height: 30px !important;
    border-radius: 25px !important;
    position: relative !important;
    height: 30px !important;
    width: 30px !important;
    margin: 3px 0 0 3px !important;
}

.my-table-date.ng-binding {
    white-space: nowrap;
}

/* overwriting */
th:focus, td:focus {
    outline: none;
}
/* END overwriting */

/* saved items form */
.btn-rej-rdb i, btn-rej-rdb i {
    font-size: 0.6em;
}
/* END saved items form */

.bolden{
    font-weight: bold;
}

.glyphicon-ok:hover, .glyphicon-remove:hover {
    cursor: pointer;
}
.sidebar-item span {
    float: left;
}

/* save data template styles */

.osp-form-group.mb-1.inline-select {
    display: inline-flex;
    width: 100%;
}
.template-label {
    width: 30%;
}
.template-label label {
    padding-top: 10px;
}
.template-year-period {
    padding-right: 10px;
}

 /* *******************************
            table 
 **********************************/

table { border-collapse: collapse; }

th, td {
  border-left-color: transparent!important;
}

.last-cell {
  border-right-color: transparent!important;
}

.container {
  outline-offset: 0px;
  width: 800px;
}

.wrapper {
    height: 100%;
}
.table-wrapper { 
    position: relative;
    height: 100%;
  }

.table-wrapper sup {
    top: -3px;
}
   
.fluid-table-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.fluid-table-wrapper .fluid-table-header {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 1px;
    height: 40px;
    overflow: hidden;
}

.fluid-table-header table{
    border-left: 1px solid #cacaca;
}

.fluid-table-wrapper .table-corner {
    position: absolute;
    left: 0;
    z-index: 2;
}

.table-corner table{
    border-left: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
}

.table-croner td{
    border-bottom: none;
    border-top: 1px solid rgb(202, 202, 202);
}

.fluid-table-wrapper .fluid-table-sidebar {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.fluid-table-sidebar table {
    border-left: 1px solid #cacaca;
    border-top: none;
}

.fluid-table-wrapper .fluid-table-body {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 1px; 
  overflow: visible;
}

p.header-item.ng-binding {
    text-align: center;
    white-space: normal;
}
.sidebar-item {
    background: #F0F0F0;
    font-size: 11px;
    line-height: 15px;
    vertical-align: top;
    border-right: 1px solid #cacaca;
}

.table-value.nulls-img p {
    margin-top:0px;
}

.table-value p {
    padding-bottom: 0px;
    padding: 0px;
    margin-bottom: 0px;
    opacity: 0.99;
}
    
.aui p.sdb-item {
    margin: 2px 5px 2px 5px;
}

.table-value, .table-value img {
    display: inline-flex;
}

.table-value {
    margin: 2px 5px 2px 5px;
}

.table-value img {
    float: right;
    height: 12px;
}

img.ng-scope.near-value { /* .table-value img */
    margin-left: -7px;
    height: 12px;
}

img.ng-scope.near-value.nulls-img {
    vertical-align: bottom;
    margin-left: -7px;
    margin-bottom: 5px;
}

.scroller {
    overflow: auto;
}
.aui input .sp-btn-clear.position-search {
    color: #4c4a4d;
    width: 100px;
}

.aui .buttons-block input[type="submit"] {
    margin-bottom: 0px;
    margin-top: 0px;
}

.buttons-block {
    width: 100%;
    display: inline-block;
    float: right;
}

/* table START */
.xy-outer {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.xy-inner {
  width: 50%;
  height: 260px;
  margin-left: 50%;
  overflow: hidden;
}

.xy-header-top {
  position: relative;
  z-index: 1;
}

.xy-header-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}

.xy-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 1;
}

.xy-content {
  cursor: move;
  position: relative;
  left: 0;
  top: 0;
}

.xy-scroll {
  background-color: #000;
  background-color: transparent;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
}

.xy-scroll-x {
  padding-left: 50%;
  height: 5px;
  width: 100%;
}

.xy-scroll-y {
  width: 5px;
  height: 100%;
}

.xy-bar {
  background-color: #aaa;
  background-color: rgba(100, 100, 100, 0.5);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  opacity: 0.3;
  transition: opacity .3s ease-in-out;
}
.active .xy-bar {
  opacity: 1;
}

.xy-bar-x {
  height: 5px;
  width: 100px;
  bottom: 0;
  left: 0;
}

.xy-bar-y {
  width: 5px;
  height: 50px;
  top: 50px;
}

#target {
  width: 100%;
}
#target .xy-header-top .table {
  background: #fafafa;
}
#target .xy-corner div {
  background: #dadada;
  padding: 8px;
}
#target .fixed {
  table-layout: fixed;
  /* width: 100%; */
}
#target .fixed .col-sm {
  width: 100px;
}
#target .fixed td,
#target .fixed th {
  vertical-align: top;
  width: 100px;
}
#target .fixed th {
  border-bottom: 0 none;
}

.pagination .horizontal {
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 50%;
}

.pagination .vertical {
    height: 60px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

.pagination-input-container {
    background-color: #fff;
    margin-bottom: 0px;
}

.pagination .invisible-input {
    border: none!important;
    display: inline-block;
    width: 10px;
    font-size: 11px;
    padding: 0px;
}

.pagination .vertical .invisible-input {
    text-align: center;
    padding-bottom: 0;
}


.pagination button {
    box-shadow: none;
    height: 28px;
    width: 28px;
    min-width: 28px;
    border: none;
    border-left: 1px solid #dcdde0;
    padding: 0;
}

.horizontal .accept-button {
    border-radius: 0!important;
}

.horizontal .reject-button {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.vertical .accept-button {
    display: block;
    border-radius: 0!important;
    width: 28px;
    border-top: 1px solid #dcdde0;
}

.vertical .reject-button {
    display: block;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    width: 28px;
    border-top: 1px solid #dcdde0;
}

.horizontal .max-pages {
    font-size: 11px;
    padding: 0px;
}

/* table END */

/* Custom select tag */

select {
    -webkit-appearance: none;  /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
    -moz-appearance: none;  /*REMOVES DEFAULT FIREFOX STYLE*/
    padding-left: 5px;
    padding-right: 25px;
    cursor: pointer;
    background-image: linear-gradient(46deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%);
    background-position: calc(100% - 13.2px) 50%, calc(100% - 7.6px) 50%, 100%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.select-wrapper {
    float: left;
    width:100%;
    background-color: white;
    border: 1px solid #dcdde0 !important;
    border-radius: 25px !important;
}

.select-wrapper select {
    border: none !important;
    background-color: transparent;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 9px;
    width: 100%;
    float: left;
}

select option {
    background-color:#fff;
    color:black;
}

select::-ms-expand{
    display:none; /*REMOVES DEFAULT IE & EDGE SYTLE*/
}

select:-moz-focusring { /* REMOVES FIREFOX FOCUS*/
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/* End of Custom select tag */

/* Export */
.export-settings {
    padding: 20px 0px 20px;
    font-size: 16px !important;
}

.date-wrapper {
    display: table;
    table-layout: fixed;
}

.date-label {
    display: table-cell;
    padding-left: 20px;
}

.date-input:focus {
    border: 1px solid #4f505b !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #999999 !important;
    box-shadow: none !important;
}

.date-input {
    width: 80px;
    border-radius: 25px;
    display: table-cell;
    border: 0px;
    height: 34px;
}

.zip-content {
    overflow-y: auto;
    max-height: 190px;
}

.osp-radio .popover.top.fade.in {
    left: 0px !important;
}

.osp-radio .popover.top.fade.in .arrow {
    right: 105px !important;
}

.standalone-map {
    width: 100%;
    height: 100%;
    position: fixed;
}

.iframe-info {
    background-color: #95c6ee;
    border-color: #95c6ee !important;
}

.iframe-info::before {
    font-family: FontOsp;
    content: "\e93A";
    align-self: center;
    background-color: #95c6ee;
    color: white;
    height: 100%;
    padding: 15px;
    position: absolute;
    top: 0;
    left: -0.5px;
    width: 50px;
    border-radius: 8px 0 0 8px;
    min-height: 40px;
    font-size: 18px;
}

/* End of Export */

.sidebar-toggler {
    height: 10px;
    display: block;
    width: 20px;
    position: absolute;
    left: 0px;
    z-index: 2;
    display: block;
}

.sidebar-toggler span {
    position: absolute;
    top: -3px;
    z-index: 1;
}

.region-search {
    width: calc(100% - 67px);
    height: 26px;
}

.panel-body {
    padding-top: 0px;
}

.apply {
    position: absolute;
    top: 25px;
    left: 0px;
}

.filter-button-container {
    position: relative;
    float: right;
    height: 50px;
}

.filter-button-container .filter-button {
    width: 67px;
}

.filter-button {
    border-radius: 9px !important;
    background-color: white !important;
    border: 1px solid #dcdde0;
    padding: 2px 8px !important;
    font-weight: 600;
    font-size: 0.9em;
    color: #4c4a4d;
}

@media (min-width: 1270px){
    .custom-lg-9 {
        width: 75%;
        float: left;
    }
    
    .custom-lg-3 {
        width: 25%;
        float: left;
    }
}


.rdb-table-heading { 
    background-color: #f0f0f0;
}

.matrix-item {
    padding: 0px 4px;
    text-align: right;
    font-size: 11px;
    line-height: 15px;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.table-data {
    width: 100%;
    vertical-align: top;
}

.table-data table tbody tr:hover td:first-child div {
    -webkit-box-shadow: inset 2px 1px 0 #333333, inset 0 -1px 0 #333333;
    box-shadow: inset 2px 1px 0 #333333, inset 0 -1px 0 #333333;
}

.table-data table tbody tr:hover td div {
    -webkit-box-shadow: inset 0 1px 0 #333333, inset 0 -1px 0 #333333;
    box-shadow: inset 0 1px 0 #333333, inset 0 -1px 0 #333333;
}

.table-data table tbody tr:hover td:last-child div {
    -webkit-box-shadow: inset 0 1px 0 #333333, inset -1px -1px 0 #333333;
    box-shadow: inset 0 1px 0 #333333, inset -1px -1px 0 #333333;
}

/* shadows for standalone table */
.standalone-table-wrapper tr:hover .matrix-item.first  {
    -webkit-box-shadow: inset 2px 1px 0 #333333, inset 0 -1px 0 #333333;
    box-shadow: inset 2px 1px 0 #333333, inset 0 -1px 0 #333333;
}

.standalone-table-wrapper tr:hover .matrix-item {
    -webkit-box-shadow: inset 0 1px 0 #333333, inset 0 -1px 0 #333333;
    box-shadow: inset 0 1px 0 #333333, inset 0 -1px 0 #333333;
}

.standalone-table-wrapper tr:hover .matrix-item:last-child {
    -webkit-box-shadow: inset 0 1px 0 #333333, inset -1px -1px 0 #333333;
    box-shadow: inset 0 1px 0 #333333, inset -1px -1px 0 #333333;
}

.table-sidebar {
    border-left: 1px solid #cacaca;
    overflow-x: hidden;
}

.mobile-main-osp-icon {
    width: 100px;
    padding: 13px 0px 10px 11px;
}

.mobile-footer {
    background-color: #28286e;
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.mobile-show-table-btn {
    background: #f06482;
    padding: 6px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    position: relative;
    top: 12px;
}

.mobile-show-filter-btn {
    background: #f06482;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin: 10px 20px 0px 0px;
    padding: 6px 14px 22px 14px !important;
    height: 9px;
    display: inline-block;
}

.mobile-show-filter-btn2{
    background: gray !important;
}

.mobile-search-input {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    width: calc(100% - 71px) !important;
    height: 30px;
    border: 1px solid gray;
    margin-top: 5px;
    border-right: none;
    margin-bottom: 5px;
}

.mobile-layout-header {
    border-bottom: 1px solid #efefef;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 30%);
    height: 60px;
    position: fixed;
    width: 100%;
    background-color: white;
    left: 0;
    z-index: 999;
}

.mobile-indicator-selector-general {
    font-size: 13px;
}

.mobile-indicator-selected {
    font-weight: bold !important;
}

.mobile-indicator-selector-filter {
    padding-bottom: 30px;
    display: inline-flex;
    width: 100%;
}

.mobile-filter-search-btn {
    padding-top: 6px;
    display: inline-flex;
}

.mobile-indicator-selector-fo-icon {
    padding-left: 3px;
    font-size: 1.3rem;
}

.mobile-indicator-selector-filter-icon {
    font-size: 28px;
    padding-left: 6px;
    padding-top: 7px;
    color: #28286e;
}

.mobile-indicator-selector-list {
    margin-bottom: 15px;
    width: 100% !important;
}

.mobile-indicator-selector-list-text {
    color: #28286e;
    padding-top: 7px;
    padding-bottom: 7px;
}

.mobile-indicator-selector-list-glyphs {
    float: right !important;
    color: #28286e;
    padding-top: 7px;
    padding-bottom: 7px;
}

.mobile-indicator-selector-list-glyph-icons {
    font-size: 10px;
}

.mobile-filter-glyph-icons {
    margin-top: 2px;
}

.mobile-filter-text {
    font-size: 15px;
    color: #28286e;
}

.fo-rotate-0 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mobile-indicator-tree-view {
    border-bottom: 1px solid #28286e;
}

.mobile-content-header-back-btn {
    background: #f06482;
    color: white;
    font-size: 7px;
    padding: 8px 6px 6px 5px;
    border-radius: 14%;
}

.collections-indicator-name {
    font-size: 17px;
    color: #28286e;
    margin: auto;
    text-align: center;
}

.collections-indicator-smaller-name {
    font-size: 14px;
    font-weight: 600;
    color: #28286e;
    margin: auto;
    text-align: center;
    padding-bottom: 46px;
}

.collection-name {
    font-size: 13px;
    color: #22226a;
    font-weight: 600;
}

.border-between-collections {
    border-top: 1px solid #22226a;
    margin-top: 15px;
    margin-bottom: 15px;
}

.collections-indicator-name-border {
    border-top: 1px solid #d4d4e2;
    margin-bottom: 15px;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 24%);
}

.group-collection {
    width: 90%;
}

.nav-arrow {
    color: #28286e;
    position: absolute;
    top: 37%;
    right: 0px;
    font-size: 10px;
}

.collection-tbl {
    position: relative;
}

.m-dimension-name {
    font-size: 15px;
    color: #22226a;
    font-weight: 600;
    display: inline;
}

.m-dimension-name-border {
    border-top: 1px solid #5e5e92;
    margin-bottom: 2px;
    margin-top: 3px;
    box-shadow: 0px 1px 0px 0px rgb(94 94 146 / 40%);
}

.mobile-search-input::placeholder {
    color: #c8c8c8
}

.mobile-search-input:-ms-input-placeholder {
    color: #c8c8c8
}

.mobile-search-input::-ms-input-placeholder {
    color: #c8c8c8
}

.m-positions-search-btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    color: #c8c8c8;
    width: auto;
    border-left: none !important;
    background-color: white;
    border: solid 1px gray;
    margin-top: 5px;
    padding-right: 6px;
    margin-bottom: 5px;
}

.m-search-input {
    display: inline-flex;
    width: 100%;
}

.m-search-icon {
    padding-top: 5px;
    padding-left: 7px;
    font-size: 1.3rem;
}

.positions-controls-border {
    border-top: 1px solid #d4d4e2;
    margin-bottom: 5px;
    margin-top: 1px;
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 24%);
}

.select-unselect-btn {
    font-size: 10px;
    padding: 5px;
}

.mobile-position-filter {
    border-radius: 6px;
}

.mobile-content-panel-bigger {
    overflow: auto;
    height: calc(100vh - 60px);
}

.mobile-content-panel-smaller {
    overflow: auto;
    height: calc(100vh - 110px);
}

.mobile-content-border {
    margin: 0px auto !important;
}

.mobile-content-header {
    font-size: 0.75em !important;
    font-weight: 700;
    color: #28286e;
}

.mobile-indicator-selector-header-text {
    padding-right: 0px !important;
}

.disp-inline {
    display: inline;
}

.positions-count {
    margin-left: 4px;
    font-size: 14px;
    color: #979797;
    font-weight: 600;
}

.mobile-position {
    color: #28286e;
    font-size: 13px;
    padding: 6px;
    display: inline-block;
    width: 84%;
}

.mobile-checkbox {
    width: 15px !important;
    height: 15px !important;
}

.mobile-position-check-box {
    margin: 4px 0px -2px !important;
}

.mobile-units {
    margin-top: 15px !important;
    width: 100% !important;
    min-height: 125px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-unit-dropdown {
    background: white;
    width: 100%;
    border: 1px solid #dedede;
    max-height: 200px;
    min-height: 28px;
}

.mobile-dropdown-container {
    overflow: auto;
    position: relative;
    right: 0px;
}

.mobile-units-label {
    margin-bottom: 1px;
    color: #28286e;
    font-size: 15px !important;
    font-weight: 600;
}

.mobile-units-imput-border-ratio {
    border-radius: 6px !important;
}

.footer-navigation-container {
    color: white;
    text-align: center;
    width: 100vw;
    font-size: 2em;
    line-height: 54px;
}

.footer-settings-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-navigation-btns {
    display: inline-block;
    margin: 0px 1em;
}

.active-navigation-btn {
    color: #f97f93 !important;
}

@media (max-width: 330px) {
    .footer-navigation-btns {
        margin: 0px 0.5em;
    }
}

@media (max-width: 348px) {
    .mobile-show-filter-btn {
        margin: 10px 10px 0px 0px;
    }
}

@media (max-width: 316px) {
    .mobile-show-filter-btn {
        margin: 10px 4px 0px 0px;
        padding: 4px 12px 20px 12px !important;
     }
}

@media (max-width: 285px) {
    .mobile-show-filter-btn {
        margin: 16px 3px 0px 0px;
        padding: 2px 10px 18px 10px !important;
     }
}

.mobile-export-settings {
    padding: 0px 0px 2px 0px;
    font-size: 16px !important;
    color: #28286e;
}

.m-export-settings-underline {
    border-top: 1px solid #5e5e92;
    margin-bottom: 15px;
    box-shadow: 0px 1px 0px 0px rgb(94 94 146 / 40%);
}

.m-btn-conf-rdb {
    background: #f06482;
    color: #fff;
    border-radius: 15px;
    border-color: #f06482 !important;
}

.m-btn-conf-rdb:hover {
    background: #f06482;
    color: #fff;
    border-radius: 15px;
    border-color: #f06482 !important;
}

.m-btn-conf-rdb:active {
    background: #f06482;
    color: #fff;
    border-radius: 15px;
    border-color: #f06482 !important;
}

.footer-filter-container {
    text-align: center;
    width: 100vw;
}

.share-input-container {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 10px;
}

.m-header-title {
    font-size: 0.75em !important;
    font-weight: 700;
    color: #28286e;
}

.m-title-container {
    display: flex;
}

.m-header-btn-container {
    width: 14%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-header-title-container {
    width: 86%;
    text-align: center;
    display: flex;
    position: relative;
    right: 13px;
    justify-content: center;
}

.m-header-h1-margin {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    margin-right: 20px !important;
}

.m-header-underline {
    margin: 3px auto !important;
}

.m-title-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

.m-share-copy-btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-left: none !important;
    background-color: #f97f93;
    border: solid 1px #f97f93;
    padding: 0.5px 12px;
    position: relative;
    right: 2px;
}

.m-share-link-input {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    width: calc(100% - 71px) !important;
}

.m-share-copy-btn:hover {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-left: none !important;
    background-color: #f97f93;
    border: solid 1px #f97f93;
    padding: 0.5px 12px;
    position: relative;
    right: 2px;
}

.m-share-copy-btn:active {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-left: none !important;
    background-color: #f97f93;
    border: solid 1px #f97f93;
    padding: 0.5px 12px;
    position: relative;
    right: 2px;
}

.m-share-or-text {
    font-size: 1.3em !important;
    font-weight: 600;
    color: #28286e;
}

.m-share-generate-btn {
    padding: 0;
}

.m-url-color {
    text-decoration: underline;
}

.m-data-block {
    margin-top: 5px;
    padding-bottom: 10px;
}

.m-indicator-table {
    font-size: 11px;
    line-height: 15px;
    border-collapse: collapse;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
}

.m-indicator-table table span {
    display: flex;
} 

.m-indicator-table table thead span {
    justify-content: center;
}

.m-indicator-table table tbody span {
    justify-content: flex-end;
}

.m-indicator-table thead {
    background-color: #f0f0f0;
}

.m-indicator-table thead th {
    text-align: center;
    padding: 5px 5px; 
    font-weight: normal;
}

.m-indicator-table tbody th {
    background-color: #f0f0f0;
    padding: 0px 4px; 
    font-weight: normal;
}

.m-indicator-table tbody tr {
    border-top: none;
    padding: 0px 4px;
    text-align: right;
}

.m-indicator-table tbody tr td {
    border-top: none;
    text-align: right;
    vertical-align: top;
    max-width: 110px;
}

.m-indicator-table .osp-footnotes {
    font-size: 0.8em;
}

.m-indicator-table td {
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    overflow: hidden;
}

.m-indicator-table td.no-table-value.ng-binding.ng-scope {
    text-align: center;
}

.m-alert::before {
    padding: 0 !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    left: 0px !important;
}

.m-message-close {
    line-height: 0;
    right: 5px;
    position: absolute;
}

.main-m-content-container {
    position: relative;
    top: 60px;
}

.main-icon-container {
    width: 82%;
    display: inline-block;
}

.m-main-header-btns {
    position: relative;
    left: 14px;
    top: 8px;
    font-size: 1.7em;
    color: #f06482;
}

.saveData-margin {
    margin: 20px 5px 10px 10px !important;
}
/* END */