body {
    padding-top: 70px;
}
.progress-inline {
    margin-bottom: 0px;
}
.dataTables_filter {
    display: none;
}
.filter-tag {
    margin: 0 5px 5px 0px;
}
.logo {
    padding-top: 7px;
    display: inline-block;
    margin-right: 20px;
}
.logo img {
    width: 115px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #4B5C66;
    border-color: #4B5C66;
}
.text-info {
    color: #84B5BD;
}
.text-success {
    color: #00A47A;
}
.text-danger {
    color: #A14E4C;
}
.text-warning {
    color: #F18F00;
}
.alert-info, .alert-success, .alert-danger, .alert-warning  {
    color: #FFFFFF;
}
.form-control:focus, .form-control:active, .form-control:hover, .form-control:visited {
    border-color: #84B5BD;
}
.products-list td {
    text-align: left;
}

.prop-lock {
    cursor: pointer;
}
.lock {
    color: #DFD8CB;
}
.lock-active {
    color: #A14E4C;
}
.row-with-locks {
    background: rgba(161, 78, 76, 0.08);
}

.form.login {
  width: 300px;
  margin: 0px auto;
}

body .ui-tooltip {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 0.9;
	border-width: 1px;
}

.tooltip-history {
    max-width: 400px;
}

.relative {
    position: relative;
}

#search-clear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.form-horizontal .control-label{
    /* text-align:right; */
    text-align: left;
}

.form-mapping-separator {
    padding-bottom: 20px;
}

.form-inline .form-group input {
    width: 100%;
}

.form-inline .form-group select {
    width: 100%;
}

.form-inline .form-group textarea {
    width: 100%;
}

.ui-autocomplete {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.affix {
    z-index: 10;
}

.popover{
    max-width: 50%;
    min-width: 20%;
    color: #000; !important;
}

#orientation {
    padding-bottom: 20px;
}
#orientation h1, .dashboard-top-block h1, .context-form h1 {
    font-size: 32px;
    color: #AB6867;
    margin: 0 0 10px 0;
    padding: 0;
}
#orientation h2, .dashboard-top-block h2, .context-form h2 {
    font-size: 24px;
    color: #333333;
    margin: 0 0 10px 0;
    padding: 0;
}
#orientation h3, .dashboard-top-block h3, .context-form h3 {
    font-size: 18px;
    color: #333333;
    margin: 0 0 5px 0;
    padding: 0;
}

.foms-filter {
    display: inline-block;
    width: 216px;
    overflow: hidden;
}

.foms-filter-panel {
    background: #EEEEEE;
    /*width: 100%;*/
    /*display: table;*/
    border-collapse: collapse;
    padding: 15px;
}

.foms-filter-panel .filter-element {
    display: inline-block;
    background: white;
    border: 1px solid #AAA;
    padding: 5px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    color: #666;
    position: relative;
}
.foms-filter-panel .blocking-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    display: none;
}
.foms-filter-panel .filter-element.disabled .blocking-overlay {
    display: block;
}

.foms-filter-panel .filter-element span:first-child {
    margin-right: 3px;
}

.foms-filter-panel .glyphicon-filter:hover,
.foms-filter-panel .glyphicon-remove:hover,
.foms-filter-panel .glyphicon-triangle-bottom:hover,
#tax-show-all:hover{
    cursor: pointer;
}

.foms-filter-panel .filter-menu {
    background: #313c43;
    position: absolute;
    display: none;
    padding: 20px;
    font-size: medium;
    z-index: 3;
    width: 640px;
    color: white;
    border-radius: 4px;
    margin-top: 4px;
}

.foms-filter-panel .filter-menu label {
    font-weight: normal;
}

.foms-filter-panel .foms-filter-most-used-terms a {
    text-decoration: underline;
    margin-right: 5px;
}

.foms-filter-panel .foms-filter-most-used-terms {
    padding-left: 13px;
}

.foms-filter-panel .foms-filter-tags {
    display: inline-block;
}

.foms-filter-tags .row {
    display: table;
    width: 100%;
}

.foms-filter-tags .row .cell {
    display: table-cell;
    vertical-align: top;
}

.foms-filter-panel .foms-filter-view-label {
    margin-right: 5px;
    line-height: 32px;
}

.foms-filter-panel .foms-filter-view-label span {
    top: 4px;
    margin-left: 5px;
    font-size: 18px;
}

.no-break {
    white-space: nowrap;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

#foms-filter-search {
    margin-bottom: 5px;
}

.loading-wrapper {
    position: relative;
}
.loading-overlay {
    position: absolute;
    top: 0;
    background: rgba(238, 238, 238, 0.5);
    width: 100%;
    height: 100%;
    display: none;
}
.loading-overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
}
.usage-hint {
    position: absolute;
    top: 0;
    background: rgba(238, 238, 238, 0.9);
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.usage-hint u {
    cursor: pointer;
}
.usage-hint p {
    font-size: 16px;
    padding-top: 300px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 4s linear infinite;
}
#foms-filter-search {
    width: 100%;
}

.dropdown-menu.navbar-inverse li a {
    color: #9d9d9d;
}

.has-glyphicon {
    padding-top: 9px !important;
}

.glyphicon-foms-menu {
    font-size: 20px;
    top: 4px
}

.glyphicon-foms-menu-dropdown {
    font-size: 20px;
    top: 5px
}

.glyphicon-foms-menu-help {
    font-size: 15px;
    top: 4px;
}

.glyphicon-foms-forms-help {
    font-size: 25px;
    top: 9px;
}

.foms-mw-help {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 20px;
}

.foms-mw-help-wrapper {
    position: relative;
}

a.help-url:hover, a.help-url:active {
    text-decoration: none;
}
.taxonomy-show-next:hover {
    cursor: pointer;
    text-decoration: underline;
}
.removed {
    text-decoration: line-through;
}
.progress-spinner {
    padding-top: 10px;
    margin-right: 16px;
    padding-bottom: 3px;
    color: #ffffff;
}
.progress-spinner + .tooltip > .tooltip-inner {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    border-radius: 4px;
    max-width: 300px;
}
.progress-wrapper {
    padding-top: 5px;
    width: 270px;
}
.progress-wrapper {
    color: #333;
}
.progress-wrapper .progress-bar span {
    color: #111;
    float: left;
    margin-left: 3px;
}
.feed-progress {
    padding-bottom: 10px;
}
.feed-progress p {
    padding: 0;
    margin: 0;
    text-align: left;
}
.feed-progress .progress {
    margin-bottom: 5px;
}

.foms-icon {
    font-size: 30px;
}
.foms-icon-action {
    color: #337ab7;
}
.foms-icon-info {
    color: #666666;
}

.tooltip > .tooltip-inner {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    border-radius: 4px;
    max-width: 400px;
    text-align: left;
}

#id_language_menu > a.dropdown-toggle {

}
#id_language_menu img {
    height: 15px;
    display: inline-block;
}
#id_language_menu > .dropdown-menu {
    min-width: 10px;
}
#id_language_menu > .dropdown-menu > li > a {
    padding: 3px 14px;
}
.evaluated-value {
    width: 300px;
}

.table-attr-help {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: none;
}
.table-attr-help tr td {
    padding: 15px;
    border: none !important;
    text-align: left;
    vertical-align: top !important;
}
.table-attr-help tr td .red-text {
    color: #ab4042;
}
.table-attr-help tr td code {
    color: #ab4042;
}

.error_emails_only_icon {
    font-size: 20px;
}