html{
    height: 100%;
}

body {
    /*padding-top: 80px; !* 60px to make the container go all the way to the bottom of the topbar *!*/
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
    min-height: 100%;
    margin: 0;
    /*background-color: #f2f3f3;*/
    background-color: white;
}

.navbar-dark {
    /*background-color: #343a40 !important;*/
    background-color: #151515 !important;
    border-bottom: 1px solid #3F99F7 !important;
}

/*.container-full {*/
  /*margin: 0 4%;*/
  /*width: 92%;*/
    /*background-color:white;*/
    /*display:inline-block !important;*/
    /*border-radius: 6px;*/
    /*padding:16px 40px 16px 40px;*/
    /*!*filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.1));*!*/
    /*box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);*/
    /*margin-bottom: 60px;*/
/*}*/

/*.container-full {*/
    /*margin: 0%;*/
    /*width: 100%;*/
    /*background-color:white;*/
    /*display:inline-block !important;*/
    /*border-radius: 6px;*/
    /*padding:16px 4% 16px 4%;*/
    /*!*filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.1));*!*/
    /*!*box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);*!*/
    /*margin-bottom: 60px;*/
/*}*/

.container-full {
    width: 100%;
    background-color:white;
    display: flex;
    flex-direction: column;
    position: absolute;
    /*overflow-x: hidden;*/
}

.container-full-nav {
    margin: 0 4%;
    width: 92%;
    /*background-color:white;*/
    /*background-color: #343a40 !important;*/
    /*display:inline-block !important;*/
    /*color: white !important;*/
    background-color: #151515 !important;
    /*border-bottom: 1px solid #3F99F7 !important;*/
}

.navbar-dark .navbar-nav>li>a{
    color: whitesmoke !important;
}

.standard-content-container {
    background-color:white;
    border-radius: 10px;
    padding: 25px 15px 15px 15px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    visibility: hidden;
  }

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

label {
  font-weight: normal !important;
}

li.collect-span {
    width: 320px;
    margin-right: 30px;
}

li.collect-span a {
    display: block;
}

li.collect-span a:hover {
    text-decoration: none;
}

li.collect-span:hover{

}

div.collect-thumbnail {
  height: 250px;
}

div.collect-thumbnail:hover{
    /*border-color: limegreen;*/
    /*border-color: #FFB300;*/
    border-color: #009AFC;
    border-width:1px;
    /*background-color: grey;*/
}

.collect-app-img-frame {
  height: 100px;
  width: 260px;
  position: relative;
    margin: auto;
}

.collect-app-img {
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
    padding-top: 10px;
}

.caption {
    text-align: center;
}

hr {
    border-width: 1px;
    border-color: lightgrey;
}

.thumbnail {
  height: 360px;
    background-color: transparent;
}

.back-to-all-apps-link {
  margin-bottom: 20px;
}

.progress-initial-load {
    margin-top: 18px;
}

.progress-category-variable {
    margin-top: 40px;
    margin-left: 70px;
    width: 400px;
}

.alert-success, .alert-info {
    margin-top:18px;
}

.updates-panel {
    margin-top: 18px;
    clear: both;
}

li.updates-tab {
    float: right;
}

.back-button-updates {
    float: right;
}

.pager{
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
}

.pager-top-left{
    margin-top: 0px;
    margin-bottom: 18px;
    float: left;
}

.breadcrumb-top-left{
    clear: both;
    /*border: 1px solid #009AFC;*/
    border: 1px solid #dddddd;
    background-color: #fafafa;
}

.nav-tabs-top-left{
    margin-top: 0px;
}

.well-instructions{
    margin-top: 18px;
}

.submit-button-table-list{
    margin-top: 8px;
}

li.user-account-dropdown {
    float: right;
    margin-top: 6px;
}

.navbar-brand {
    padding-right: 36px;
    padding-left:8px;
}

.user-account-dropdown-btn{
    background: none;
    border: none;
    margin-top: 14px;
    padding: 0
}

.user-account-dropdown-btn:hover{
    background: none;
    border: none;
}

.user-account-dropdown-icon{
    padding-right: 6px;
}

.glyphicon-bell{
    margin-top: -3px;
    font-size: 18px;
}

#unviewed-updates-count{
    margin-top: 14px;
    margin-left: 0;
    margin-right: 5px;
    /*background-color: lightseagreen;*/
    /*background-color: #009AFC;*/
    background-color: #E6F4FB;
    /*background-color: #c4e8ff;*/
    vertical-align: top;
    /*font-size: 50%;*/
    font-size: 11px;
    padding: 2px 6px 2px 5px;
    /*color:#535d67;*/
    /*color: white;*/
    color: #151515;
    font-weight: normal;
}

.password-input-field{
    margin-left: 10px;
}

.user-account-dropdown-name{
    margin-left: 20px;
    color:#333;
}

.locked-cell{
    background-color: lightsalmon;
}

.filter-toggle{
    float: right;
    margin-top: 8px;
    margin-bottom: 18px;
}

.filter-toggle-selected{
    /*background-color: cornflowerblue;*/
    background-color: #535d67;
    color: white;
}

.filter-toggle-selected:hover{
    /*background-color: cornflowerblue;*/
    background-color: #535d67;
    color: white;
}

.category-toggle{
    margin-top: 8px;
    margin-bottom: 6px;
}

.category-toggle-selected{
    /*background-color: #337ab7;*/
    background-color: #535d67;
    color: white;
}

.category-toggle-selected:hover{
    /*background-color: #337ab7;*/
    background-color: #535d67;
    color: white;
}

.left-nav-detail-back{
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
}

.left-nav-detail-back-button-text{
    font-weight: 500;
    margin-top: 0px !important;
}

.option-new-or-replica-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 16px;
}

.category-toggle-left-nav{
    /*margin-top: 8px;*/
    /*margin-bottom: 18px;*/
    /*padding:3px 10px;*/
    /*width:70px;*/
    /*color:#5a5959 !important;*/
    /*border-color:#ccc !important;*/

    cursor: pointer;
    height: 48px;
    background: #FFFFFF;
    border-bottom: 1px solid #151515;
    flex-grow: 1;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #151515;
    text-decoration: none;
}

.category-toggle-left-nav-selected{
    /*margin-top: 8px;*/
    /*margin-bottom: 18px;*/
    /*padding:3px 10px;*/
    /*width:70px;*/
    /*background-color: #96caf9 !important;*/
    /*color: #5a5959 !important;*/
    /*border-color:#ccc !important;*/

    /*display: block;*/
    cursor: pointer;
    height: 48px;
    /*background: #e5e5e5;*/
    /*border-bottom: 2px solid #151515;*/
    background: #E6F4FB;
    border-bottom: 2px solid #40B5F2;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    line-height: 17px;
    justify-content: center;
    align-items: center;
    color: #151515;
    width:50%;
    text-decoration: none;
}

/*.category-toggle-left-nav-selected:hover{*/
    /*margin-top: 8px;*/
    /*margin-bottom: 18px;*/
    /*padding:3px 10px;*/
    /*width:70px;*/
    /*background-color: #96caf9 !important;*/
    /*color: #5a5959 !important;*/
    /*border-color:#ccc !important;*/
/*}*/

.category-toggle-explore-container{
    /*margin-top: 8px;*/
    /*margin-bottom: 18px;*/
    display: flex;
    flex-direction: row;
    gap: 0px;
}

.category-toggle-selected-explore{
    /*background-color: #535d67 !important;*/
    /*color: white;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    /*width: 65px;*/
    height: 48px;
    background: #151515;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    cursor: pointer;
}

.category-toggle-selected-explore:hover{
    /*background-color: #535d67;*/
    /*color: white;*/
}

.category-toggle-explore{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    /*width: 65px;*/
    height: 48px;
    background: #F7F7F7;
    border: 1px solid rgba(21, 21, 21, 0.2);

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #151515;
    cursor: pointer;
}



li.chart-style-tab{
    float: right;
}

.share-dropdown-btn{
    background: none;
    border: none;
    margin-top: -7px;
    padding-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 2px;
}

.share-sharing-section-title{
    font-weight:bold;
    margin-left: 16px;
}

.share-not-sharing-section-title{
    font-weight:bold;
    margin-left: 18px;
}

.share-add-text{
    color: green;
}

.share-remove-text{
    color: red;
}

.unread-update-succeeded{
    background-color: #e3f2fd;
}

.unread-update-failed{
    background-color: lightpink;
}

.slide-charts-form{
    margin-top: 58px;
}

.ppt-nav-tabs{
    /*display: block;*/
    /*clear: both;*/
}

.ppt-breadcrumb{
    margin-top: 0px;
    margin-bottom: 10px;
}

.chart-styles-link {
    float: right;
    padding-right: 28px;
    margin-top: 4px;
}

.collect-powerpoint-img-frame {
    /*float: right;*/
    /*display: inline-block;*/
    /*clear: both;*/
    /*width: 100%;*/
    /*margin-top: 40px;*/
    height: 40px;
    /*clear: both;*/
    float: right;
    /*padding-right: 16px;*/
}

.collect-powerpoint-img {
    margin-top: -8px;
    height: 40px;
    /*float: right;*/
    /*width: auto;*/
}

.collect-powerpoint-img-table {
    margin-top: -4px;
    margin-left: 12px;
    height: 30px;
    /*float: right;*/
    /*width: auto;*/
}

#create-presentation-form {
    display: inline-block;
    width: 100%;
}

.collect-brandwatch-img-frame {
    float: right;
    padding-right: 22px;
    margin-top: 8px;
    padding-bottom: 8px;
}

.collect-brandwatch-img {
    margin-top: -26px;
    height: 70px;
    width: auto;
}

table tr td.brandwatch-error-cell {
    padding-left: 20px;
    color: #da4f49;
}

.brandwatch-error-message {
    color: #da4f49;
    margin-top: 20px;
    float: left;
}

.collect-crimson-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-crimson-img {
    margin-top: -6px;
    height: auto;
    width: 110px;
}

table tr td.crimson-error-cell {
    padding-left: 10px;
    color: #da4f49;
}

.crimson-error-message {
    color: #da4f49;
    margin-top: 8px;
    float: left;
}

.collect-ratings-and-reviews-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-ratings-and-reviews-img {
    margin-top: 0px;
    height: auto;
    width: 50px;
}

table tr td.ratings-and-reviews-error-cell {
    padding-left: 20px;
    color: #da4f49;
}

.ratings-and-reviews-error-message {
    color: #da4f49;
    margin-top: 8px;
    float: left;
}

.collect-sysomos-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-sysomos-img {
    margin-top: -6px;
    height: auto;
    width: 110px;
}


.sysomos-country-label-cell{
    display: inline-block;
    vertical-align: text-top;
}

.sysomos-language-label-cell{
    display: inline-block;
    vertical-align: text-top;
}

.sysomos-language-filters-label{
    alignment: top;
}

table tr td.sysomos-error-cell {
    padding-left: 20px;
    color: #da4f49;
}

.sysomos-error-message {
    margin-top: 8px;
    float: left;
}

.collect-raw-data-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-raw-data-img {
    margin-top: 0px;
    height: 40px;
    width: auto;
}

.dropdown-cell {
    padding-right: 18px;
}

.chart-configuration {
    margin-top: 18px;
}

.chart-configuration-section {
    margin-top: 2px;
}

table tr td.chart-configuration-cell {
    padding-left: 10px;
    padding-right: 16px;
}


table tr td.configuration-cell {
    padding-left: 10px;
    padding-right: 16px;
}
.remove {
    color: red;
    font-size:1.5em;
}


.add {
    color: #5cb85c;
    font-size:1.1em;
    margin-left: 4.5px;
}

.chart-configuration-dropdown {
    width: 100%;
}

.chart-configuration-dropdown-text-area {
    width: 100%;
}

.chart-configuration-dropdown-text {
    float: left;
}

.chart-configuration-dropdown-caret {
    float: right;
    vertical-align: bottom;
}

label {
    padding-right: 18px;
}

.equals {
    padding-left: 4px;
    font-size: 12px;
    padding-right: 4px;
}

/* Category ------------------------------ */

.sorted-table {
    margin-bottom: 0px;
    display: block;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.unsorted-table {
    margin-bottom: 0px;
    background-color: rgba(255, 0, 0, 0.05);
    display: block;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table>tbody.sorted-table-tbody>tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 400px;
}

.table>tbody.unsorted-table-tbody>tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 400px;
}

.table>tbody.sorted-table-tbody>tr>td {
    border-top: none;
    /*display: ;*/
    /*justify-content: space-between;*/
    width: 400px;
}

.table>tbody.unsorted-table-tbody>tr>td {
    border-top: none;
    display: flex;
    justify-content: space-between;
    width: 400px;
}

.chart-category-value-selection-box {
	border: 1px solid #000000;
    /*border: 1px solid #ddd;*/
    width: 400px;
    margin-top: 9px;
    margin-bottom: 9px;
    float: left;
}

.chart-category-value-selection-box-exclusion {
	border: 1px solid #000000;
    /*border: 1px solid #ddd;*/
    width: 400px;
    margin-top: 9px;
    margin-bottom: 9px;
    float: left;
}

.chart-category-value-exclude-link {
	color: red;
    margin-right: 25px;
    float: right;
}

.chart-category-value-exclude-link:hover {
	color: red;
}

.chart-category-value-include-link {
	color: green;
    margin-right: 25px;
}

.chart-category-value-include-link:hover {
	color: green;
}

.chart-category-selection-box-container {
    width: 845px;
    max-height: 300px;
    display: table;
}

.category-value-box-label {
    width: 100px;
    float: left;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.category-value-box-sort-options,
.split-value-box-sort-options,
.split-value-box-bulk-sort-options {
    float: left;
    margin-left: 36px;
    margin-top: 8px;
    display: inline-block;
}

.category-value-box-sort-header {
    display: block;
    padding-bottom: 4px;
    font-style: italic;
    text-decoration: underline;
}

.category-value-box-sort-option {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

.chart-category-binary-variable-selection-box-container {
    width: 900px;
    max-height: 390px;
    min-height: 390px;
    display: table;
}

.chart-category-selection-box-sub-container-large {
    width: 300px;
    max-height: 310px;
    display: inline-block;
}

.chart-category-selection-box-sub-container-small {
    width: 140px;
    max-height: 340px;
    display: inline-block;
}

.chart-category-selection-box-sub-container-small-sort {
    width: 110px;
    max-height: 340px;
    display: inline-block;
}

/* Binary Variables ------------------------------ */

.chart-category-binary-variable-selection-box {
	border: 1px solid #000000;
    width: 300px;
    margin-top: 9px;
    margin-bottom: 9px;
    float: left;
}

.chart-category-binary-variable-selection-box-exclusion {
	border: 1px solid #000000;
    /*border: 1px solid #ddd;*/
    width: 300px;
    margin-top: 9px;
    margin-bottom: 9px;
    float: left;
}

.binary-variable-width {
    width: 325px;
}

.sorted-table-binary {
    margin-bottom: 0px;
    background-color: rgba(0, 128, 0, 0.05);
    display: block;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.unsorted-table-binary {
    margin-bottom: 0px;
    /*background-color: green;*/
    display: block;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table>tbody.sorted-table-tbody-binary>tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 300px;
}

.table>tbody.unsorted-table-tbody-binary>tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 300px;
}

.table>tbody.sorted-table-tbody-binary>tr>td {
    border-top: none;
    /*display: flex;*/
    /*justify-content: space-between;*/
    width: 300px;
}

.table>tbody.unsorted-table-tbody-binary>tr>td {
    border-top: none;
    display: flex;
    justify-content: space-between;
    width: 300px;
}

.category-binary-variable-box-label {
    width: 300px;
    text-align: center;
}

.category-binary-variable-box-sort-options {
    float: left;
    margin-left: 30px;
    margin-top: 8px;
}

.category-binary-variable-box-sort-header {
    display: block;
    padding-bottom: 4px;
    font-style: italic;
    text-decoration: underline;
    text-align: center;
}

.category-binary-variable-box-sort-option {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

.table>tbody.sorted-table-tbody-binary>tr>td.no-variables-selected-cell {
    justify-content: center;
    font-style: italic;
}

.table>tbody.unsorted-table-tbody-binary>tr>td.no-variables-selected-cell {
    justify-content: center;
    font-style: italic;
}

/* Split Values ------------------------------ */

.chart-split-values-selection-box-container {
    margin-top: 18px;
    margin-left: 60px;
    width: 720px;
    max-height: 300px;
    display: table;
}

.sorted-table-split-values {
    margin-bottom: 0px;
    display: block;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.unsorted-table-split-values {
    margin-bottom: 0px;
    background-color: rgba(255, 0, 0, 0.05);
    display: block;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table>tbody.sorted-table-tbody-split-values>tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 400px;
}

.table>tbody.unsorted-table-tbody-split-values>tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 400px;
}

.table>tbody.sorted-table-tbody-split-values>tr>td {
    border-top: none;
    /*display: flex;*/
    /*justify-content: space-between;*/
    width: 400px;
}

.table>tbody.unsorted-table-tbody-split-values>tr>td {
    border-top: none;
    display: flex;
    justify-content: space-between;
    width: 400px;
}

table tr td.split-label {
    float: right;
    margin-right: 18px;
    margin-top: 6px;
}

.color-selector {
    /*opacity: 0;*/
    float: right;
    margin-right: 20px;
    position: relative;
    z-index: 2;
    width: 30px;
}

.series-color-selector {
    float: left;
}

.color-selector-image {
    margin-right: 25px;
    margin-left: -25px;
    float: right;
    margin-top: 2px;
    position: relative;
    z-index: 1;
    height: 20px;
    width: 20px;
}

.table-value-name {
    float: left;
    width: 225px;
    word-wrap: break-word;
}

.category-value-box-sort-option-color {
    display: block;
    text-align: center;
    margin-top: 4px;
}

.max-category-toggle {
    float: right;
}

.split-sort-options {
    margin-left: 30px;
}

table tr td.split-label-order {
    padding-right: 20px;
}

.presentation-name-label {
  position: relative;
  border:1px solid;
  border-color:transparent;
  border-radius:2px;
  padding:2px 4px;
  color: #111111;
  /*width: 300px;*/
}


a.presentation-name-label:hover {
    cursor:pointer;
    text-decoration: underline;
    border: 1px solid;
    border-color: transparent;
    padding:2px 4px;
}

.presentation-name-label:hover {
  cursor:pointer;
  border:1px solid;
  border-color:grey;
  border-radius:2px;
  padding:2px 4px;
  /*width: 300px;*/
}

.presentation-name-input {
  outline: none;
  border:1px solid;
  border-color:#4d90fe;
  display:none;
  position: relative;
  /*width: 300px;*/
  padding:2px 4px;
  margin-bottom: 5px;
  resize: none;
  overflow: hidden;
}

.presentation-name-input:focus {
  outline: none;
  border:1px solid;
  border-color:#4d90fe;
  display:none;
  position: relative;
  /*width: 300px;*/
  padding:2px 4px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  resize: none;
  overflow: hidden;
}

.sheet-name-input {
  outline: none;
  border:1px solid;
  border-color:#4d90fe;
  display:none;
  position: relative;
  /*width: 300px;*/
  padding:2px 4px;
  margin-bottom: 5px;
  resize: none;
  overflow: hidden;
}

.sheet-name-input:focus {
  outline: none;
  border:1px solid;
  border-color:#4d90fe;
  display:none;
  position: relative;
  /*width: 300px;*/
  padding:2px 4px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  resize: none;
  overflow: hidden;
}

.progress-bar-info{
    background-color:#009AFC !important;
}

.process-all-apps-link-area {
    margin-top: -0px;
    margin-bottom: 28px;
}

.process-all-apps-glyphicon {
    float: right;
    color: black;
}

.process-all-apps-link {
    float: right;
    margin-top: -2px;
    margin-right: 12px;
}

.slide-name-label {
  position: relative;
  border:1px solid;
  border-color:transparent;
  border-radius:2px;
  padding:2px 4px;
  width: 200px;
}

.slide-name-label:hover {
  cursor:pointer;
  border:1px solid;
  border-color:grey;
  border-radius:2px;
  padding:2px 4px;
  width: 200px;
}

.slide-name-input {
  outline: none;
  border:1px solid;
  border-color:#4d90fe;
  display:none;
  position: relative;
  width: 200px;
  padding:2px 4px;
  margin-bottom: 5px;
  resize: none;
  overflow: hidden;
}

.slide-name-input:focus {
  outline: none;
  border:1px solid;
  border-color:#4d90fe;
  display:none;
  position: relative;
  width: 200px;
  padding:2px 4px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  resize: none;
  overflow: hidden;
}

.sorted-table-slides {
    margin-bottom: 0px;
    /*display: block;*/
    /*max-height: 300px;*/
    /*overflow-y: auto;*/
    overflow-y: hidden;
    overflow-x: hidden;
}

.table>tbody.sorted-table-slides-tbody>tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 400px;
}

.table>tbody.sorted-table-slides-tbody>tr>td {
    border-top: none;
    /*display: ;*/
    /*justify-content: space-between;*/
    width: 400px;
}

.replicate-slide-search {
    width: 400px;
}

.navbar-default {
    background: white;
    border-bottom: 1px solid #dce0e6;
}

.process-data-tagger-manual-img-frame {
    float: right;
    padding-right: 10px;
}

.process-data-tagger-manual-img {
    margin-top: -70px;
    height: 26px;
    width: auto;
}

.chart-style-color-selector {
    position: relative;
    width: 30px;
}

.pull-from-base-style-button {
    float: right;
}

.save-as-base-style-button {
    float: right;
    margin-right: 40px;
}


#chart-style-base-methods-pull {
    margin-top: 10px;
    height: 100px;
}

.base-methods-table {
    float: right;
    background: ghostwhite;
}

.base-method-table-cell {
    padding-left: 10px;
    padding-right: 10px;
}

.base-method-table-cell-bottom {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.base-method-cancel-link {
    float: right;
    margin-top: 10px;
}

#chart-style-base-methods-save-as {
    margin-top: 10px;
    height: 100px;
}

#chart-style-name {
    width: 500px;
}

.set-default-chart-styles {
    margin-left: 10px;
    width: 180px;
}

.matrix-prep-area {
    /*border: 1px solid darkgrey;*/
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: 18px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    /*width: 770px;*/
}

.matrix-prep-options {
    float: left;
}

.matrix-prep-chart, .matrix-prep-textbox, .matrix-prep-table, .matrix-prep-wordcloud, .matrix-prep-shape {
    margin-left: 40px;
    margin-top: 18px;
    margin-bottom: 18px;
    border: 1px solid darkgrey;
    /*background-color: ghostwhite;*/
    padding: 10px;
    display: inline-block;
    color: darkred;
    width: 400px;
    text-align: center;
}

.matrix-prep-chart-ready, .matrix-prep-table-ready, .matrix-prep-wordcloud-ready, .matrix-prep-shape-ready {
    margin-left: 40px;
    margin-top: 0px;
    padding: 0px;
    display: none;
    color: dimgrey;
    width: 400px;
    /*text-align: center;*/
}

.matrix-prep-text-ready, .matrix-prep-image-ready {
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
    display: none;
    color: dimgrey;
    width: 400px;
    /*text-align: center;*/
}

.matrix-prep-text-ready, .matrix-prep-image-ready {
    display: inline-block;
}

.matrix-prep-textbox {
    display: none;
}

.chart-object-thumbnai, .table-object-thumbnail, .shape-object-thumbnail {
    height: 60px;
    width: 60px;
    margin-left: 0px;
    margin-right: 18px;
    /*margin-top: 9px;*/
    /*margin-bottom: 9px;*/
    /*border: 1px solid lightgrey;*/
    display: inline-block;
    opacity: 0.7;
    /*opacity: 0.6;*/
}

.text-object-thumbnail, .image-object-thumbnail, .wordcloud-object-thumbnail {
    height: 60px;
    width: 60px;
    /*margin-left: -60px;*/
    /*margin-right: 28px;*/
    /*margin-top: 9px;*/
    /*margin-bottom: 9px;*/
    /*border: 1px solid darkgrey;*/
    display: inline-block;
    opacity: 0.7;
    padding: 8px;
}

.matrix-prep-edge-ready {
    margin-left: 40px;
    margin-top: 0px;
    padding: 0px;
    display: none;
    color: dimgrey;
    width: 400px;
    text-align: center;
}

.edge-object-thumbnail {
    height: 60px;
    width: 60px;
    margin-left: 0px;
    margin-right: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid darkgrey;
    display: inline-block;
    opacity: 0.7;
}

.matrix-prep-divider {
    padding-top: 6px;
    padding-left: 46px;
    margin-top: -10px;
    margin-right: 40px;
    float: right;
    border-left:1px solid lightgrey;
}

.matrix-prep-options-replica {
    vertical-align: top;
    display: none;
}

.matrix-prep-replica-searchable-dropdown {
    width: 90%;
}

.matrix-prep-replica-searchable-dropdown::placeholder{
    font-size:12px;
}

#matrix-prep-replica-slide-chart {
    visibility: hidden;
}

#matrix-prep-replica-slide-table {
    visibility: hidden;
}

#matrix-prep-replica-chart {
    visibility: hidden;
}

#matrix-prep-replica-table {
    visibility: hidden;
}

.configuration-form-error-text-inline {
    margin-left: 18px;
    color: red;
}

.default-chart-style-error-text-inline {
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
}

.chart-dropdown-base-style-error-text {
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
}

.pull-from-base-style-error-text {
    margin-top: 40px;
    margin-left: 180px;
    color: red;
    float: left;
}

.root-design {
    margin-top: 0px;
    margin-left: 200px;
    margin-bottom: 100px;
}

.edge-design-view-save-and-refresh {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.edge-design-view-horizontal-variable-button {
    margin-top: -10px;
    margin-left: 330px;
}

.edge-design-view-vertical-variable-button {
    margin-top: 240px;
    margin-left: 30px;
    float: left;
}

.edge-horizontal-variable-dropdown {
  width: 744px;
  padding:0px 0;
  font-size:14px;
  list-style:none;
  background-color:#fff;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  margin-top: -620px;
  margin-left: 198px;
  z-index: 2000;
  position: absolute;
  display: none;
}

.edge-vertical-variable-dropdown {
  width: 787px;
  padding:0px 0;
  font-size:14px;
  list-style:none;
  background-color:#fff;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  margin-top: -602px;
  margin-left: 155px;
  z-index: 2000;
  position: absolute;
  display: none;
}

.edge-variable-list-group-item {
    padding-top: 30px;
    padding-bottom: 20px;
    height: 562px;
    background-color: #FFF6E3;
}

.sorted-table-h {
    margin-bottom: 0px;
    display: block;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.unsorted-table-h {
    margin-bottom: 0px;
    background-color: rgba(255, 0, 0, 0.05);
    display: block;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table>tbody.sorted-table-tbody-h>tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 400px;
}

.table>tbody.unsorted-table-tbody-h>tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 400px;
}

.table>tbody.sorted-table-tbody-h>tr>td {
    border-top: none;
    /*display: ;*/
    /*justify-content: space-between;*/
    width: 400px;
}

.table>tbody.unsorted-table-tbody-h>tr>td {
    border-top: none;
    display: flex;
    justify-content: space-between;
    width: 400px;
}

.sorted-table-v {
    margin-bottom: 0px;
    display: block;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.unsorted-table-v {
    margin-bottom: 0px;
    background-color: rgba(255, 0, 0, 0.05);
    display: block;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table>tbody.sorted-table-tbody-v>tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 400px;
}

.table>tbody.unsorted-table-tbody-v>tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 400px;
}

.table>tbody.sorted-table-tbody-v>tr>td {
    border-top: none;
    /*display: ;*/
    /*justify-content: space-between;*/
    width: 400px;
}

.table>tbody.unsorted-table-tbody-v>tr>td {
    border-top: none;
    display: flex;
    justify-content: space-between;
    width: 400px;
}

.edge-variable-column-clear {
  margin-left: 18px;
}

.edge-design-view-variable-done-button {
    margin-top: 20px;
    margin-left: 325px;
}

.dataset-wizard-mapping-form {
    margin-top: 20px;
    position: relative;
    top: -50px;

}

.dataset-wizard-header {
    margin-top: 0px;
    display: block;
    clear: both;
}

.dataset-wizard-nested-list-header, .dataset-wizard-nested-list-header ul, .dataset-wizard-nested-list-header li {
     position: relative;
    clear: both;
}

/* Nested list header */

.dataset-wizard-nested-list-header {
    /*margin-bottom: 40px;*/
}

.dataset-wizard-nested-list-header ul {
    list-style: none;
    padding-left: 20px;
}

.dataset-wizard-nested-list-header ul > li > div.dataset-wizard-non-dropdown-item {
    float: left;
    /*width: 120px;*/
	width: 310px;

    text-align: center;
    border: 1px solid lightgrey;
    padding: 4px;
    margin-right: 25px;
    /*float: left;*/
	/*width: 140px;*/
    display: inline-block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    background-color: #F5F5F5;
}

.dataset-wizard-nested-list-header ul > li > div.dataset-wizard-arrow {
    float: left;
	width: 40px;
}

/* Nested list */

.dataset-wizard-nested-list, .dataset-wizard-nested-list ul, .dataset-wizard-nested-list li {
    position: relative;
    clear: both;
    margin-bottom: 21px
}

.dataset-wizard-nested-list {
    margin-left: 30px;
    padding-bottom: 40px;
}

.dataset-wizard-nested-list ul {
    list-style: none;
    padding-left: 40px;
    display: inline-block;
}

.dataset-wizard-nested-list ul > li > ul {
    list-style: none;
    padding-left: 50px;
    display: inline-block;
}

.dataset-wizard-nested-list li {
    padding-top: 15px;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: -6px;
}

.dataset-wizard-nested-list li.dataset-wizard-value-list-item {
    width:1000px;
}

.dataset-wizard-nested-list li::before, .dataset-wizard-nested-list li::after {
    content: "";
    position: absolute;
    left: -12px;
}

.dataset-wizard-nested-list li::before {
    border-top: 1px solid #000;
    top: 20px;
    width: 20px;
    height: 0;
}

.dataset-wizard-nested-list li::after {
    border-left: 1px solid #000;
    height: 100%;
    width: 0px;
    top: 0px;
    margin-top: 0px;
}

.dataset-wizard-nested-list ul > li:last-child::after {
    height: 20px;
}

.dataset-wizard-nested-list ul > li > div.dataset-wizard-non-dropdown-item {
    text-align: left;
    border: 1px solid lightgrey;
    padding: 4px;
    margin-right: 34px;
    float: left;
	width: 240px;
    display: inline-block;
    overflow-wrap: break-word;
}

.dataset-wizard-nested-list ul > li.dataset-wizard-value-list-item > div.dataset-wizard-non-dropdown-item {
    text-align: left;
    border: 1px solid lightgrey;
    padding: 4px;
    margin-right: 34px;
    float: left;
	width: 200px;
    display: inline-block;
    overflow-wrap: break-word;
}

.dataset-wizard-nested-list ul > li > div.dataset-wizard-arrow {
    margin-top: 5px;
    float: left;
	width: 40px;
    display: inline-block;
}

.dataset-wizard-nested-list ul > li > div.dataset-wizard-dropdown-item {
    float: left;
	width: 278px;
    display: inline-block;
}

.dataset-wizard-nested-list ul > li.dataset-wizard-value-list-item > div.dataset-wizard-dropdown-item {
    float: left;
	width: 200px;
    display: inline-block;
}

.dataset-wizard-required-all-toggle {
    float: right;
    margin-top: -50px;
    margin-right: -17px;
}

.dataset-wizard-remove {
    margin-left: 10px;
}

.dataset-wizard-remove:hover {
    cursor: pointer;
}

.account-settings-input,
.collect-configuration-input,
.select__sdl--decimal-places {
    width: 300px;
}

.account-settings-app-icon {
    height: 30px;
    width: auto;
    padding-right: 10px;
}

#dataset-wizard-dataset {
    width: 300px;
    float: left;
    display: inline-block;
}

#single-object-dataset-wizard-dataset{
    width: 300px;
    float: left;
    display: inline-block;
}

.dataset-wizard-nested-list-header ul > li > div.dataset-wizard-set-original-dataset {
    float: left;
	width: 300px;
    margin-top: 4px;
    margin-left: 8px;
    margin-right: 28px;
    border: 1px solid darkgrey;
    background-color: ghostwhite;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    word-wrap: break-word;
    word-break: break-all;
}

.dataset-wizard-nested-list-header ul > li > div.dataset-wizard-set-original-dataset-header {
    float: left;
	width: 300px;
    margin-top: 4px;
    margin-left: 48px;
    margin-right: 28px;
    /*border: 1px solid darkgrey;*/
    /*background-color: ghostwhite;*/
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
}

.dataset-wizard-nested-list-header ul > li > div.dataset-wizard-set-new-dataset-header {
    float: left;
	width: 300px;
    margin-top: 4px;
    margin-bottom: 18px;
    margin-left: 38px;
    margin-right: 28px;
    /*border: 1px solid darkgrey;*/
    /*background-color: ghostwhite;*/
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
}

.dataset-wizard-nested-list-header ul > li > div.dataset-wizard-arrow {
    margin-top: 5px;
    margin-left: 8px;
    float: left;
	width: 40px;
    display: inline-block;
}

.slide-carousel {
    float: right;
    margin-top: 6px;
}

/*.previous-slide {*/
    /*border: 1px;*/
/*}*/

/*a.previous-slide::before {*/
    /*content: '« ';*/
/*}*/

/*a.next-slide::after {*/
    /*content: ' »';*/
/*}*/

.slide-nav-glyphicon-prev{
    font-size:0.6em;
    margin-right:6px;
    margin-top:-6px;
    top:0 !important;
}

.slide-nav-glyphicon-next{
    font-size:0.6em;
    margin-left:6px;
    margin-top:-6px;
    top:0 !important;
}

.btn-slide-navigation {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white !important;
    /*border-color: #009AFC;*/
    /*color: #2e6da4;*/
    /*border-color: #bbb9b9;*/
    border-color: #ccc;
    color: #5e6a7f;
}

.btn-slide-navigation:hover, .btn-slide-navigation:focus, .btn-slide-navigation:active{
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fafafa !important;
    /*color: #2e6da4;*/
    color: #5e6a7f;
    box-shadow:none !important;
}

.slide-carousel-divider {
    border-left: 1px solid #ccc;
    padding-right: 8px;
    margin-left: 4px;
}

.ppt-top-level-nav {
    display: inline-block;
    clear: both;
    /*width: 940px;*/
    width: 100%;
    /*margin-top: -8px;*/
    /*margin-top: 24px;*/
}

.matrix-prep-show-hide-link {
    float: right;
    display: inline-block;
    margin-right: 16px;
    margin-top: -32px;
    color: #337ab7;
    cursor: pointer;
}

.matrix-prep-show-hide-chevron {
    padding-left: 6px;
    padding-top: 2px;
    color: #337ab7;
    float: right;
}

.ppt-nav-tabs {
    height: 34px;
}

.matrix-prep-area-tab {
    height: 34px;
}

.nav-tabs>li>a {
    padding-top: 6px;
}

.table-format-menu,
.text-format-menu,
.shape-format-menu {
    /*width: 940px;*/
    width: 100%;
    /*height: 140px;*/
    height: 149px;
    padding:0px 0;
    font-size:14px;
    list-style:none;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    z-index: 2000;
    display: none;
    border: 1px solid #ddd;
    /*margin-bottom: 10px;*/
    margin-bottom: 18px;
}

.text-format-menu {
    padding-top: 10px;
    user-select: none;
}

.table-format-menu-font-container-left {
    width: 275px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: top;
}

.table-format-menu-font-container-middle {
    width: 328px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 8px;
    vertical-align: top;
}

.table-format-menu-font-container-right {
    width: 275px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 8px;
    vertical-align: top;
}

.text-format-menu-font-container-left {
    width: 275px;
    display: inline-block;
    /*margin-left: 8px;*/
    margin-left: 10%;
    vertical-align: top;
}

.text-format-menu-font-container-middle {
    width: 328px;
    /*width: 33%;*/
    display: inline-block;
    /*margin-top: 10px;*/
    margin-top: -10px;
    margin-left: 5%;
    vertical-align: top;
}

.text-format-menu-font-container-right {
    width: 275px;
    /*width: 33%;*/
    display: inline-block;
    /*margin-top: 10px;*/
    margin-left: 8px;
    vertical-align: top;
}

.table-number-format,
.table-decimal-places,
.table-currencies {
    width: 195px;
}
.input__dl--custom-date,
.input__va--custom-date,
.input__ppt--number-format,
.input__ca--custom-date,
.select__dl--decimal-places,
.select__ca--decimal-places,
.select__va--decimal-places,
.select__sdl--decimal-places,
.select__dl--currency,
.select__ca--currency,
.select__va--currency {
    margin-top: 10px;
}

.table-border-type {
    /*width: 120px;*/
    /*margin-bottom: 16px;*/
}

.border-icon{
    border-radius: 3px;
}

.border-icon:hover{
    border-radius: 3px;
    background: var(--Grey-Gray-50, #F2F2F2)!important;
     /*background-color: #F2F2F2!important;*/
}

.dataset-wizard-wait-message {
    margin-top: 40px;
}

.table-row-pending {
    /*background-color: #FFF2CC;*/
    background-color: rgba(255, 242, 204, 0.30);
}

.table-row-locked {
    /*background-color: #FFF2CC;*/
    /*background-color: rgba(255, 242, 204, 0.30);*/
    /*background-color: lightsalmon;*/
    background-color: rgba(255, 160, 122, 0.15);
}

.table-row-locked > td{
    background-color: rgba(255, 160, 122, 0.15);
}

table>tbody.sorted-table-slides-tbody>tr.table-row-locked {
    background-color: rgba(255, 160, 122, 0.15);
}

.table-cell-status {
    text-align: right;
}

.dataset-not-configured-text {
    color: indianred;
    font-style: italic;
}

.load-more-button {

    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    border: 1px solid #AFAFAF;
    color: black;
    margin-bottom: 100px;
}
.reset-rows-button {

    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
    border: 1px solid #AFAFAF;
    color: black;
    /*margin-bottom: 100px;*/
}
.sort-ascending-button .sort-descending-button {


}


.collect-instagram-img-frame {
    float: right;
    padding-right: 22px;
}
.collect-instagram-img {
    margin-top: 0px;
    height: auto;
    width: 30px;
}

table tr td.instagram-error-cell {
    padding-left: 20px;
    color: #da4f49;
}

.instagram-error-message {
    color: #da4f49;
    margin-top: 8px;
    float: left;
}

.instagram-hashtags-or-usernames-input {
    width: 360px;
    height: 240px;
    padding-bottom: 100px;
}

.notification-msg {
    float: right;
}

.show-macros {
    width: 120px;
    height: 28px;
    padding-top: 2px;
    background-color: transparent;
}

.show-macros:hover {
    background-color: transparent;
}

.edit-configuration-header {
    /*margin-left: -10px;*/
    margin-bottom: 40px;
    /*font-weight: bold;*/
    font-size: 18px;
}

.project-folder-modal {
    margin-top: 40px;
}

.project-folder-modal-content {
    /*min-height: 600px;*/
    border-radius: 0px;
}

.project-folder-modal-content-1 {
    /*min-height: 600px;*/
    border-radius: 0px;
    width: 700px;
    padding: 0px 5px;
}

.project-folders-add-area {
    float: right;
    /*margin-top:10px;*/
    /*margin-bottom:15px;*/
}

.project-folders-add-glyphicons {
    color: dimgray;
}

.project-folder-modal-body {
    padding-bottom: 60px;
}

.edit-project-folder-modal-body {
    padding-bottom: 60px;
}

.project-folder-modal-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 12.5px;
}

.project-folder-back-container{
    display:block;
    min-height: 50px;
    margin-top:0px;
}

.pager-edit-project-folder {
    margin-top: 0px;
    margin-right: 4px;
    float:left;
    /*float: right;*/
}

ul>li.back-button-project-folder>a {
    /*float: right;*/
    height: 26px;
    /*background-color: red;*/
    padding-top: 2px;
    margin-top: 2px;
}

.project-folder-select {
    padding-top: 2px;
    height: 25px;
    /*background-color: transparent;*/
    /*color: #4cae4c;*/
    float: right;
}

.project-folder-select:hover, .project-folder-select:focus, .project-folder-select:active {
    padding-top: 2px;
    height: 25px;
    /*background-color: transparent;*/
    /*border-color: #4cae4c;*/
    /*color: #4cae4c;*/
    float: right;
}

.project-folder-edit {
    padding-top: 2px;
    height: 25px;
    /*background-color: transparent;*/
    /*color: #2e6da4;*/
    float: right;
}

.project-folder-edit:hover, .project-folder-edit:focus, .project-folder-edit:active {
    padding-top: 2px;
    height: 25px;
    /*background-color: transparent;*/
    /*color: #2e6da4;*/
    float: right;
}

.project-folder-delete {
    /*padding-top: 2px;*/
    /*height: 25px;*/
    background-color: transparent;
    color: #d43f3a;
    float: left;
}

.project-folder-delete:hover {
    /*padding-top: 2px;*/
    /*height: 25px;*/
    background-color: transparent;
    color: #d43f3a;
    float: left;
}

.edit-project-folder-name {
    /*margin-top: 20px;*/
    width: 430px;
    display: inline-block;
    /*margin-top: 8px;*/
}

.project-folder-name-error {
    min-height: 20px;
    display: inline-block;
    color: darkred;
    margin-top: -8px;
}

.project-folder-collaborator-search {
    /*margin-top: 20px;*/
    width: 430px;
    display: inline-block;
    /*margin-top: 8px;*/
    z-index: 1000 !important;
}

.edit-project-folder-created-by-text {
    color: grey;
    font-style: italic;
    float: right;
}

.collaborator-remove {
    padding-top: 2px;
    height: 25px;
    background-color: transparent;
    color: #d43f3a;
    float: right;
}

.collaborator-remove:hover {
    padding-top: 2px;
    height: 25px;
    background-color: transparent;
    color: #d43f3a;
    float: right;
}

.project-folder-select-cell {
    width: 40px;
}

.project-folder-edit-cell {
    width: 40px;
}


.first-row{
    /*width: 250px;*/
    width: 54%;

}

.first-row1{
    /*width: 250px;*/
    width: 67%;

}


.pf {
    cursor: default;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    /*border: 2px solid transparent !important;*/
}

.pf:hover {
    background-color: #EFF5F8 !important;
}

.gf {
    cursor: default;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    /*border-bottom: 1px solid black;*/

}

.gf:hover {
    background-color: #EFF5F8 !important;
    /*border: 2px solid #B9DCEE !important;*/
}

.pf-color {
    color: rgba(255, 0, 75, 0.9);
}

.gf-color{
    color: black;
    fill: black;
}

.project-folder-confirm-delete-glyphicon {
    font-size: 2em;
    display: block;
    margin-bottom: 10px;
    color: #d43f3a;
}

.confirm-edit-operation-glyphicon {
    font-size: 2em;
    display: block;
    margin-bottom: 10px;
    color: #FFA500;
}

.project-folder-confirm-delete {
    /*padding-top: 2px;*/
    /*height: 25px;*/
    margin-top: 20px;
    /*background-color: transparent;*/
    /*color: #d43f3a;*/
    float: left;
}

.project-folder-confirm-delete:hover {
    /*padding-top: 2px;*/
    /*height: 25px;*/
    margin-top: 20px;
    /*background-color: transparent;*/
    /*color: #d43f3a;*/
    float: left;
}

.navbar-nav>li>a {
    /*background-color: black;*/
    /*width: 80px;*/
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 0px;
}

.navbar-nav>li>a>span {
    /*padding-top: 4px;*/
    /*padding-bottom: 4px;*/
    /*padding-left: 8px;*/
    /*padding-right: 8px;*/
    margin-left: 0px;
    margin-right: 0px;
}

.top-nav-selected {
    /*padding-top: 4px;*/
    /*padding-bottom: 4px;*/
    /*padding-left: 8px;*/
    /*padding-right: 8px;*/
    /*border: 1px solid lightseagreen;*/
    /*border-radius: 8%;*/
    /*color: dimgray;*/
    /*border-bottom: 4px solid #009AFC;*/
    /*border-bottom: 4px solid #FFB31F;*/
    color: whitesmoke;
    /*color: #343a40;*/
    /*font-weight: bold;*/
    /*background-color:#009AFC;*/
    padding:6px 12px;
    border-radius: 6px;
    /*background-color:#eff0f1;*/
    background-color:#535d67;
    width: 68px;
    /*height: 50px;*/
}

.top-nav-unselected {
    /*padding-top: 4px;*/
    /*padding-bottom: 4px;*/
    /*padding-left: 8px;*/
    /*padding-right: 8px;*/
    /*border: 1px solid lightseagreen;*/
    /*border-radius: 8%;*/
    /*color: dimgray;*/
    /*border-bottom: 4px solid #009AFC;*/
    /*border-bottom: 4px solid #FFB31F;*/
    /*color: whitesmoke;*/
    /*color: #343a40;*/
    /*font-weight: bold;*/
    /*background-color:#009AFC;*/
    padding:6px 12px;
    /*border-radius: 6px;*/
    /*background-color:#eff0f1;*/
    /*background-color:#535d67;*/
}

.gf-folder-glyphicon {
    padding-right: 10px;
    color: #337ab7;
}

.pf-folder-glyphicon {
    padding-right: 10px;
    font-size:1.25em;
    /*margin-top:26px;*/
    /*color: #337ab7;*/
}

/*.project-folders-breadcrumb{*/
    /*margin-top: 8px;*/
    /*margin-bottom: 20px;*/
    /*min-height: 20px;*/
    /*!*height: 20px;*!*/
    /*!*background-color: #f5f5f5;*!*/
    /*background-color: white;*/
    /*!*background-color: rgba(245, 245, 245, 0.9);*!*/
    /*!*border: 2px solid #f5f5f5;*!*/
    /*border: 1px solid lightgrey;*/
    /*color: dimgrey;*/
/*}*/

.select-project-header-title{
    float:left;
    /*margin-top:10px;*/
}

.selected-app-container{
    float:right;
    border:1px solid lightgrey;
    padding: 5px 8px 5px 18px;
}

.selected-app-title{
    font-style:italic;
    margin-right:10px;
    color:grey;
}

.project-folders-breadcrumb{
    /*border: 1px solid red;*/
    width: 100%;
    /*background-color: white;*/
    color: dimgrey;
    margin-top: 0px;
    margin-bottom: 15px;
    float: left;
    display: inline-block;
    /*background-color: #D9EDF7;*/
    border: 1px solid #dddddd;
}

.project-folders-breadcrumb-wrapper {
    margin-top: 0px;
    margin-bottom: 42px;
    min-height: 20px;
    /*height: 20px;*/
    /*background-color: #f5f5f5;*/
    background-color: white;
    /*background-color: rgba(245, 245, 245, 0.9);*/
    /*border: 2px solid #f5f5f5;*/
    /*border: 1px solid lightgrey;*/
    color: dimgrey;
    display:block;
}

.project-folder-search-add-container{
    display:block;
    min-height:45px;
    margin-bottom:15px;
}

.project-folder-search-text-box{
    float:left;
    /*margin-top:10px;*/
    /*margin-bottom:25px;*/
    width:50%;
}

.navbar-glyphicon-user {
    /*color: dimgrey;*/
    color: whitesmoke;
}

/*.project-folders-navbar-glyphicon {*/
    /*margin-top: 16px;*/
    /*margin-left: 20px;*/
    /*color: lightseagreen;*/
    /*!*color: dimgrey;*!*/
    /*!*color: #337ab7;*!*/
/*}*/

/*.project-folders-navbar-chevron-glyphicon {*/
    /*margin-top: 16px;*/
    /*margin-left: 4px;*/
    /*color: lightseagreen;*/
    /*font-size: 0.8em;*/
    /*!*color: dimgrey;*!*/
    /*!*color: #337ab7;*!*/
/*}*/

.btn-success{
    /*background-color:#535d67;*/
    background-color: #009AFC !important;
    /*background-color: white;*/
    /*color:#535d67;*/
    /*border:1px solid #535d67;*/
    border:1px solid #009AFC !important;
    border:none;
}

.btn-success:hover, .btn-success:focus, .btn-success:active{
    /*background-color:#535d67;*/
    background-color: #0586d8 !important;
    /*background-color: white;*/
    /*color:#535d67;*/
    /*border:1px solid #535d67;*/
    border:none;
}

.btn-primary{
    /*background-color:#535d67;*/
    background-color: #535d67 !important;
    /*background-color: white;*/
    /*color:#535d67;*/
    border:1px solid #535d67 !important;
    border:none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    /*background-color:#535d67;*/
    background-color: #343a40 !important;
    /*background-color: white;*/
    /*color:#535d67;*/
    /*border:1px solid #535d67;*/
    border:none;
}

.btn-info{
    background-color:#009AFC;
    border:#009AFC 1px solid;
}

.btn-info:hover, .btn-info:focus, .btn-info:active{
    background-color:#009AFC;
    border:#009AFC 1px solid;
}

.top-nav-project-folder-link-area {
    display: inline-block;
    margin-top: 10px;
    margin-left: 12px;
    /*background-color: rgba(32, 178, 170, 0.12);*/
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 14px;
    padding-right: 14px;
    /*border-radius: 8%;*/
    border-radius:6px;
    /*border: 0.5px solid lightgrey;*/
    /*border: 1px solid whitesmoke;*/
    float:right;
    margin-right:16px;
    /*height: 60px;*/
    background-color:#535d67;
}

.project-folders-navbar-folder-glyphicon-dark {
    /*margin-top: -28px;*/
    /*margin-left: 8px;*/
    /*margin-right: 8px;*/
    padding-right: 14px;
    /*color: dimgrey;*/
    color:whitesmoke;
    display: inline-block;
    font-size:0.85em;
}

.project-folders-navbar-folder-glyphicon {
    /*margin-top: -28px;*/
    /*margin-left: 8px;*/
    /*margin-right: 8px;*/
    padding-right: 14px;
    color: dimgrey;
    /*color:whitesmoke;*/
    display: inline-block;
    font-size:0.85em;
}

.project-folders-navbar-name-dark {
    color: dimgrey;
    display: inline-block;
    /*margin-top: -14px;*/
    /*color: dimgrey;*/
    color: whitesmoke;
    /*font-weight: bold;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    padding-top: 4px;
}

.project-folders-navbar-name {
    color: dimgrey;
    display: inline-block;
    /*margin-top: -14px;*/
    color: dimgrey;
    /*color: whitesmoke;*/
    /*font-weight: bold;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    padding-top: 4px;
}

.project-folders-navbar-chevron-down-glyphicon-dark {
    /*margin-bottom: -8px;*/
    /*padding-top: 4px;*/
    padding-left: 12px;
    padding-right: 2px;
    /*margin-left: 8px;*/
    /*margin-right: 8px;*/
    /*color: dimgrey;*/
    color: whitesmoke;
    display: inline-block;
    font-size:0.85em;
    /*margin-top: 16px;*/
    margin-top:-2px;
}

.project-folders-navbar-chevron-down-glyphicon {
    /*margin-bottom: -8px;*/
    /*padding-top: 4px;*/
    padding-left: 12px;
    padding-right: 2px;
    /*margin-left: 8px;*/
    /*margin-right: 8px;*/
    color: dimgrey;
    /*color: whitesmoke;*/
    display: inline-block;
    font-size:0.85em;
    /*margin-top: 16px;*/
    margin-top:-2px;
}

.project-folder-modal-body-table-area{
    overflow-y:auto;
    height:360px;
}

.project-folders-no-projects-message{
    padding: 30px 10px 30px 10px;
    border: 1px solid lightgrey;
    font-style: italic;
    color: dimgrey;
}

div.app-shortcut-thumbnail {
  height: 130px;
  width: 150px;
  border-color: #8cc7e4;
  /*border:1.4px solid #8cc7e4;*/
}

div.app-shortcut-thumbnail:hover{
    border-color: limegreen;
    /*border:1.4px solid limegreen;*/
    /*background-color: grey;*/
}

.app-shortcut-img-frame {
  height: 60px;
  width: 100px;
  position: relative;
  margin: auto;
}

.app-shortcut-img {
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
}

.app-shortcut-caption {
    text-align: center;
}

.create-from-existing-dashboard-search {
    width: 400px;
}

.form-select-project-folder-link-area {
    display: inline-block;
    margin-top: 10px;
    /*margin-left: 12px;*/
    /*background-color: rgba(32, 178, 170, 0.12);*/
    padding-top: 1px;
    padding-bottom: 0px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 8%;
    border: 1px solid lightgrey;
    /*border: 1px solid rgba(32, 178, 170, 0.5);*/
    /*height: 60px;*/
}

.form-select-project-folder-link-area:hover {
    cursor: pointer;
}

.chart-series-divider {
    background-color: #f5f5f5;
    /*border: 1px solid lightgrey;*/
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    width: 90%;
    display: inline-block;
    margin-top: 18px;
}

.remove-chart-series {
    padding-left: 8px;
    display: inline-block;
}

.series-name-text {
    width: 40%;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 1);
}

.collect-linkedin-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-linkedin-img {
    margin-top: 0px;
    height: auto;
    width: 35px;
}

.collect-iri-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-iri-img {
    margin-top: 0px;
    height: auto;
    width: 60px;
}

.collect-social-standards-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-social-standards-img {
    margin-top: 0px;
    height: auto;
    width: 35px;
}

.collect-social-profile-metrics-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-social-profile-metrics-img {
    margin-top: 0px;
    height: auto;
    width: 35px;
}

.collect-pitchbook-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-pitchbook-img {
    margin-top: 0px;
    height: auto;
    width: 100px;
}

.collect-reddit-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-reddit-img {
    margin-top: 0px;
    height: auto;
    width: 35px;
}

.collect-adwords-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-adwords-img {
    margin-top: 0px;
    height: auto;
    width: 100px;
}

.collect-similarweb-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-similarweb-img {
    margin-top: 0px;
    height: auto;
    width: 60px;
}

.collect-batch-files-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-meltwater-img-frame {
    float: right;
    padding-right: 22px;
}

.collect-batch-files-img {
    margin-top: 0px;
    height: auto;
    width: 35px;
}

.collect-meltwater-img {
    margin-top: -10px;
    height: auto;
    width: 70px;
}

.collect-forensic-pathways-img-frame {
    float: right;
    padding-right: 10px;
}

.collect-forensic-pathways-img {
    margin-top: 0px;
    height: auto;
    width: 170px;
}

.collect-app-logo-img-frame {
    float: right;
    padding-right: 0px;
}

.collect-google-trends-img-frame {
    float: right;
    padding-right: 0px;
}
.collect-google-trends-img {
    margin-top: 0px;
    height: auto;
    width: 50px;
}

.collect-talkwalker-img-frame {
    float: right;
    padding-right: 0px;
}
.collect-talkwalker-img {
    margin-top: 0px;
    height: auto;
    width: 100px;
}

.collect-buzzsumo-img-frame {
    float: right;
    padding-right: 0px;
}
.collect-buzzsumo-img {
    margin-top: 0px;
    height: auto;
    width:80px;

}

.searchable-dropdown-temp{
    width: 275px !important;

}

.searchable-dropdown-temp-5{
    width: 135px !important;

}

.dropdown-select{
    width: 155px;
}

.select2-search--dropdown{
    display: block;
    padding: 4px;
    margin: 8px;
}


.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    min-width: 275px;
    z-index: 1051;
}

.select2-container--open .select2-dropdown--above{
    border-top: 1px solid #aaa;

}

.select2-container--open .select2-dropdown--below {
     border-top: 1px solid #aaa;
}

.select2-container .select2-selection--single{
    height: 34px;
}

/*.hide-text-format {*/
    /*position: relative;*/
    /*margin-left: 98.5%;*/
    /*top: -104.5%;*/
/*}*/

.hide-format-menu {
    float:right;
    margin-top:4px;
    margin-right:4px;
    cursor:pointer;
}

.format-menu-table,
.format-menu-text,
.format-menu-shape {
    margin: 30px auto 10px auto;
}

.hide-table-format {
    position: relative;
    margin-left: 98.5%;
    top: -97%;
}

.format-menu-label-cell {
    text-align: left;
    padding-left: 16px;
    width: 123px;
}

.font-style-btn {
    padding: 4px 8px !important;
}

.explore-sort-icons-left-padding {
    padding-left: 10px;
}
.explore-sort-icons-color {
    color: #0e90d2
}

.common-custom-extra-vertical-spacing {
    padding-bottom: 30px;
}

.common-custom-multiple-select-search-input {
    width: 330px;
}

select.common-custom-multiple-select-input {
    width: 400px;
    height: 25em;
}

.common-custom-multiple-select-value{
    word-wrap: break-word;
    white-space: pre-wrap;
    border-bottom: 1px lightgrey solid;
}

.common-custom-multiple-select-search-full-width {
    width: 875px;
}

.td-padding-chart-style{
    padding-left: 20px;
}

.td-chart-style-header{
    background-color: #f5f5f5;
    border-radius: 4px;
    width: 100%;
    padding-left: 10px;
    font-weight: bold
}

.more-options-series{
    cursor: pointer !important;
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 15px;
}

.glyphicon-cog-lightgrey{
    color: lightslategrey;
}

.close-bmf-modal:hover{
    cursor: pointer;
}


.bulk-filter-icon{
    cursor: pointer !important;
    display: inline-block;
    /*float: right;*/
    /*margin-right: 115px;*/
    margin-top: 5px;
    font-size: 15px;
}


.bulk-filter-div{
    display: inline-block;
    margin-top: -32px;
    float:right;
    margin-right: 115px;
}

.all-filters-bulk-swap{
    /*overflow: auto;*/
    overflow-y: auto;
    overflow-x: hidden;
    /*overflow-x: auto;*/
    /*height: 343px;*/
    /*z-index:0;*/
    padding-left: 16px;
    padding-right: 16px;
    flex: 1 0 auto;
    width: 100%;
}

.new-all-filters-bulk-swap{
      /*overflow: auto;*/
    overflow-y: auto;
    overflow-x: hidden;
    /*overflow-x: auto;*/
    /*height: 343px;*/
    /*z-index:0;*/
    padding-left: 16px;
    padding-right: 16px;
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:8px;
}

.published-all-filters-bulk-swap{
    overflow-y: auto;
    /*overflow-x: hidden;*/
    overflow-x: auto;
    /*overflow-x: auto;*/
    /*height: 340px;*/
    /*height: 90.5%;*/
    padding-left: 16px;
    padding-right: 16px;
    flex: 1 0 auto;
    width: 100%;
}

.published-export-lower-nav-content{
    overflow-y: auto;
    overflow-x: hidden;
    /*height: 340px;*/
    /*height: 323px;*/
    padding-left: 16px;
    padding-right: 16px;
    flex: 1 0 auto;
    /*width: 100%;*/
    /*width: 383px;*/
    width: 100%;
    /*max-width:400px;*/
    /*min-width:400px;*/
}

.published-export-description-text{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}

.ct-selected{
    /*background-color: #337ab7;*/
    background-color: #535d67;
    color: white !important;
}

.button-default,
.button-default:hover,
.button-default:focus
{
    color: #333333;
  text-shadow: none; /* Prevent inheritance from `body` */
  /*background-color: #fff;*/
  border: 1px solid lightgrey !important;
  /*  border-color: #ccc*/
}


.pub-dashboard-settings-cog:hover
{
    cursor: pointer;
  /*  border-color: #ccc*/
}

.account-logo-preview{
    /*margin-top: -5px;*/
    margin-left: 20px;
    padding: 10px;
    border: 1px solid lightgrey;
    height: 50px;
    width: auto;
}

.collect-file-format-link{
 white-space: nowrap;
}

#import-macro-table td {
    padding: 5px
}

.dataset-source-cell-link {
    display:inline-block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataset-source-cell-link:hover {
    overflow: visible;
    white-space: normal;
    /*cursor: pointer;*/
    overflow-wrap: break-word;
}

.dropdown-toggle:hover {
    cursor: pointer;
}

.sort-icon {
    cursor: pointer
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.on-hover-style{
    cursor: pointer;
}

.btn-group-dropdown-option-1 {
    padding-left: 10px;
}
.btn-group-dropdown-option-1:hover, .btn-group-dropdown-option-1:focus {
  background-color: #F1F1F1;
    cursor: pointer;
}

.thumbnail-tile-container {
    /*width: 93%;*/
    /*display: block !important;*/
    margin-left: 2%;
    /*margin-right: auto;*/
}

.cecc-list-group-1 {
    width: 85vw;
}

.cecc-list-group-item-1 {
    /* connected to cecc-list-group-1 */
    max-width: 85vw;
    overflow-x: auto;
}

.cecc-section-separator-1 {
    background-color: #d9edf7;
    padding: 5px;
    font-weight: bold;
}


.cecc-spinning-circle-1 {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: cecc-spinning-circle-spin-1 2s linear infinite;
}

@keyframes cecc-spinning-circle-spin-1 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.visibility-for-series {
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
    color: #3371b7
}

.selected-for-series {
    font-weight: bolder;
}


.select2-search-dropdown-1 {
    width: 200px;
}

.select2-search-dropdown-2 {
    width: 300px;
}

.select2-search-dropdown-3 {
    width: 100%;
}

.cell-padding-1 {
    padding-left: 10px;
}

.cell-padding-2 {
    padding-right: 10px;
}

.cell-padding-3 {
    padding-left: 30px;
}





/* z-indexes */
.spinning-circle-centered-1-z-index {
    z-index: 10000000;
}
