@font-face {
    font-family: 'vagRegular';
    src: url('../fonts/VRB.eot'); /* IE9 Compat Modes */
    src: url('../fonts/VRB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/VRB.woff') format('woff'), /* Modern Browsers */ url('../fonts/VRB.ttf') format('truetype'); /* Legacy iOS */
}

@font-face {
    font-family: 'vaBold';
    src: url('../fonts/VRBL.eot'); /* IE9 Compat Modes */
    src: url('../fonts/VRBL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/VRBL.woff') format('woff'), /* Modern Browsers */ url('../fonts/VRBL.ttf'); /* Legacy iOS */
}

@font-face {
    font-family: 'vagLight';
    src: url('../fonts/VRL.eot'); /* IE9 Compat Modes */
    src: url('../fonts/VRL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/VRL.woff') format('woff'), /* Modern Browsers */ url('../fonts/VRL.ttf'); /* Legacy iOS */
}

@font-face {
    font-family: 'vagItalic';
    src: url('../fonts/VRT.eot'); /* IE9 Compat Modes */
    src: url('../fonts/VRT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/VRT.woff') format('woff'), /* Modern Browsers */ url('../fonts/VRT.ttf'); /* Legacy iOS */
}

html {
    overflow-y: scroll;
}

.backend-content {
    display: none; /* show it again when the page is loaded*/
}

.header {
    border-bottom: 1px solid #e2e2e2;
}

.button-title {
    display: block;
    color: #585858;
    font-size: 0.9em;
}

.button-subtitle {
    font-size: 0.7em;
    line-height: 0.7em;
    color: rgba(88, 88, 88, 0.5);
}

.navbar-nav > li > a {
    display: block;
    border: 1px solid #e2e2e2;
    padding: 12px 15px 12px 50px;
    line-height: 0.9em;
    font-family: 'vagLight';
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 50px;
}

.navbar-nav > li > a:hover {
    background-color: #f9f9f9;
}

.navbar-nav > li {
    margin-left: 10px;
}

.number-in-buffer {
    color: #ff3700;
}

.dashboard-btn {
    background: url(../images/dashboard.png) no-repeat left 15px center;
}

.data-btn {
    background: url(../images/data.png) no-repeat left 15px center;
}

.buffer-btn {
    background: url(../images/buffer.png) no-repeat left 15px center;
}

.search-btn {
    background: url(../images/search.png) no-repeat left 15px center;
}

.navbar-nav > li > .profile-btn {
    display: block;
    border: 1px solid #e2e2e2;
    padding: 12px 15px 12px 50px;
    line-height: 0.9em;
    font-family: 'vagLight';
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 50px;
    background: url(../images/profile.png) no-repeat left 15px center;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    padding-right: 50px;
    color: #ff3700;
    padding-top: 20px;
    /* position: relative; */
}

.navbar-nav > li > .profile-btn .button-title {
    color: #ff3700;
}

.profile-settings {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../images/settings.png) no-repeat center center #f0f0f0;
}

.navbar-nav > li > .profile-btn .dropdown-menu:after {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f9f9f9;
    border-width: 6px;
    margin-left: -6px;
}

.backend-content {

}

.alert p {
    font-family: 'vagLight';
}

.alert p span {
    font-family: 'vagRegular';
}

.alert a {
    text-decoration: underline;
}

.statistic {
    margin: 20px 0 20px 0;
    padding: 0;
    list-style: none;
}

.statistic li {
    float: left;
    padding: 30px;
    width: 25%;
    text-align: center;
    color: #fff;
}

.statistic li p {
    font-size: 1.2em;
    font-family: 'vagLight';
    margin: 0;
}

.statistic li h3 {
    font-size: 2.4em;
}

.statistic li.first-block {
    background: #ff6940;
}

.statistic li.second-block {
    background: #ff5628;
}

.statistic li.third-block {
    background: #ff4512;
}

.statistic li.fourth-block {
    background: #ff3700;
}

.orange-text {
    color: #ff3700;
}

.panel-body .footable {
    border: none;
}

.panel-body .footable > thead > tr > th {
    background: transparent;
    font-weight: bold;
}

.saved-queries .query-name {
    min-width: 140px;
}

.saved-queries .row-actions {
    max-width: 112px;
    text-align: right;
}

.expired-items .row-actions {
    max-width: 125px;
    text-align: right;
}

.expired-items a.edit {
    margin-left: 5px;
}

.footable > thead > tr > th:last-child {
    border-right-color: #f9f9f9;
}

.footable > tbody > tr > td:last-child {
    border-right-color: #eee;
}

.footable > tbody > tr:hover td {
    background: #fff;
}

.file-size {
    display: inline-block;
    padding: 5px;
    border: 1px solid #e2e2e2;
}

.rounded-label {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    font-size: 0.9em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    min-width: 80px;
    text-align: center;
}

.rounded-label.buffer-label {
/ / background: #585858;
    background: #ff3700;
}

.rounded-label.progress-label {
/ / background: #ff870f;
    background: #ff870f;
}

.rounded-label.publish-label {
/ / background: #ff3700;
    background: #00963E;
}

.rounded-label.review-label {
/ / background: #2B79FF;
    background: #2B79FF;
}

.rounded-label.published-label {
    background: #724396;
}

.rounded-label.archive-label {
    background: #585858;
}

.tags-wrapper {
    border-bottom: 1px solid #e2e2e2;
}

.tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tags-list > li {
    float: left;
    border-right: 1px solid #e2e2e2;
    padding: 15px;
    height: 100px;
}

.tags-list > li:last-child {
    border-right: 0;
}

.tags-list li.product-tags {
    width: 10%;
}

.tags-list li.content-tags {
    width: 50%;
}

.tags-list li.communication-tags {
    width: 29%;
}

.tags-list li.technical-tags {
    width: 10.5%;
}

.tags-list > li h4 {
    margin: 0 0 5px 0;
    font-size: 1.1em;
}

.tags-inline {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tags-inline > li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    position: static;
}

.tags-inline > li:last-child {
    margin-right: 0;
}

.tags-inline > li > a {
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(../images/check.png) no-repeat left -30px center #f0f0f0;
    padding: 3px 13px;
    font-size: 0.9em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tags-inline > li:hover > a, .tags-inline > li > a.active {
    background: url(../images/check.png) no-repeat left 5px center #ff3700;
    color: #fff !important;
    padding: 3px 8px 3px 18px;
}

.dropdown-area {
    position: absolute;
    left: 0;
    top: 79px;
    right: 0;
    width: 100%;
    display: none;
    background: transparent;
    z-index: 100;
    padding-top: 20px;
}

.tags-inline > li:hover .dropdown-area, .tags-inline > li:focus .dropdown-area {
    /*display:block;*/
}

.dropdown-content {
    border-top: 1px solid transparent;
    padding: 30px;
    background: #fff;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.searching-part {
    padding: 25px 0;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.searching-wrapper {
    text-align: center;
    position: relative;
}

.buffer-numbers {
    position: absolute;
    display: inline-block;
    padding: 6px 20px;
    height: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    color: #fff;
    background: #ff3700;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#search {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: url(../images/search-field.png) no-repeat left 15px center #fff;
    border: 1px solid #e2e2e2;
    padding-left: 40px;
    margin: 0;
}

.search-form {
    display: inline-block;
    width: 420px;
    margin: 0 5px;
    vertical-align: top;
}

.display-bricks, .display-list {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 5px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
}

.display-bricks {
    background: url(../images/bricks.png) no-repeat center center #fff;
}

.display-list {
    background: url(../images/list.png) no-repeat center center #fff;
}

.display-bricks.active {
    background: url(../images/bricks-active.png) no-repeat center center #fff;
}

.display-list.active {
    background: url(../images/list-active.png) no-repeat center center #fff;
}

.footable .checkbox input.checkbox-option {
    visibility: hidden;
    display: none;
}

.footable .checkbox label {
    background: url(../images/radio.png) no-repeat center center;
    display: block;
    width: 20px;
    height: 20px;
}

.footable .checkbox label.selected {
    background: url(../images/radio-checked.png) no-repeat center center;
}

.footable .checkbox {
    margin: 0;
    width: 20px;
    padding: 0;
    display: inline-block;
}

.pagination-wrapper {
    text-align: center;
}

.pagination-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

.pagination-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}

.pagination-list li a {
    display: inline-block;
    background: #f9f9f9;
    padding: 5px;
    text-align: center;
    min-width: 30px;
    height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.pagination-list li a:hover, .pagination-list li a.active {
    color: #fff;
    background: #585858;
}

.pagination-list li:first-child a span.glyphicon, .pagination-list li:last-child a span.glyphicon {
    font-size: 0.6em;
}

.pagination-list li:last-child a, .pagination-list li:first-child a {
    line-height: 16px;
}

.items-per-page {
    padding: 10px 0;
    font-size: 0.85em;
}

.items-per-page a {
    color: rgba(88, 88, 88, 0.5);
    display: inline-block;
    padding: 0 2px;
}

.items-per-page a.active, .items-per-page a:hover {
    color: rgba(88, 88, 88, 1);
}

.title-section {
    padding: 25px 0;
    background: #f9f9f9;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.page-title {
    text-transform: uppercase;
    font-size: 1.6em;
    margin: 0;
}

.small-title {
    font-size: 1.3em;
    margin-top: 0;
    color: #ff3700;
}

.main-image {
    min-height: 50px;
}

.main-image img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.main-logo{
    min-height: 50px;
}

.main-logo img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.main-image {
    min-height: 50px;
}

.image-logo img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.image-logo{
    min-height: 50px;
}

.image-logo img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.category-title {
    font-size: 1.3em;
    margin-top: 0;
}

.gallery-list {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.gallery-list img {
    /*max-width:100%;*/
    /*max-height:100%;*/
    width: auto;
    height: 100%;
}

.gallery-list > li {
    overflow: hidden;
    margin-right: 7px;
    margin-bottom: 7px;
    width: 100px;
    height: 100px;
    float: left;
    position: relative
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(254, 48, 0, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.overlay-main-image {
    background: rgba(0, 150, 62, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.overlay-image-logo {
    background: rgba(255, 135, 15, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.gallery-list > li#upload-image-btn {
    background: url(../images/add-image.png) no-repeat center center #585858;
}

.gallery-list > li#upload-image-btn:hover {
    cursor: pointer;
    background-color: #505050;
}

.gallery-upload-viewer .jFiler-input {
    visibility: hidden;
    height: 0;
}

.delete-image {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    margin: auto;
    background: url(../images/delete-image.png) no-repeat center center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.add-main-image {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    margin: auto;
    background: url(../images/checked-circle.png) no-repeat center center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.add-image-logo{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    margin: auto;
    background: url(../images/logo-circle.png) no-repeat center center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-list li:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.gallery-list li:hover .delete-image {
    top: 0;
}

.gallery-list li:hover .add-main-image {
    top: 0;
}
.gallery-list li:hover .add-image-logo {
    top: 0;
}
.floating-menu {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.floating-menu-wrapper {
    width: 60px;
    position: fixed;
    top: 170px;
    right: 0;
}

.floating-menu > li {
    width: 60px;
    height: 60px;
    font-size: 0.7em;
    padding: 7px 5px 7px 5px;
    background: #f0f0f0;
    text-align: center;
    margin-bottom: 2px;
    border-left: 2px solid #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.floating-menu > li:hover, .floating-menu > li:focus {
    cursor: pointer;
    background: #e2e2e2;
    border-left: 2px solid #e2e2e2;
}

.floating-menu-content {
    position: absolute;
    right: 60px;
    background: #e2e2e2;
    padding: 20px;
    width: 450px;
    top: 0px;
    display: none;
    min-height: 742px;
    text-align: left;
    direction: rtl;
}

.floating-menu-content > form {
    direction: ltr;
}

.floating-menu > li:hover .floating-menu-content {
    display: block;
    overflow-y: scroll;
    max-height: 450px;
}

.autocomplete {
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 34px;
    margin-bottom: 20px;
    text-align: left;
}

.or-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e2e2e2;
    margin: auto;
}

.or-circle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e2e2e2;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px;
}

.added-tags-list-wrapper {
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
}

.added-tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.added-tags-list > li {
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}

.added-tags-list > li:last-child {
    border-bottom: 0;
}

.added-tags-inline {
    list-style: none;
    margin: 0;
    padding: 0;
}

.added-tags-inline > li {
    float: left;
    margin-right: 20px;
    display: inline-block;
    padding: 2px 15px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.added-tags-inline > li:first-child {
    padding-right: 25px;
}

.added-tags-inline > li:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/arrow.png) no-repeat center center;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.added-tags-inline > li:hover {
    cursor: pointer;
    background: #ff3700;
    border-color: #ff3700;
    color: #fff;
}

.delete-tag {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    display: block;
    background: url(../images/delete-tag.png) no-repeat center center;
}

.delete-tag:hover {
    cursor: pointer;
}

.added-tags-inline > li:last-child:after {
    display: none;
}

.add-type {
    padding: 25px 0;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.type-area-wrapper {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    position: relative;
    padding: 25px;
    padding-left: 220px;
    min-height: 80px;

}

.type-category {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 20px 15px;
    text-align: center;
    color: #fff;
    width: 200px;
    background: #585858;
}

.type-category p {
    color: #fff;
    margin: 0;
}

.type-more-tags {
    padding: 20px;
    border: 1px solid #e2e2e2;
    margin-top: 20px;
}

.type-category h3 {
    text-align: center;
    color: #ff3700;
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 0;
}

.type-area-wrapper .choose-tags li a.choose-tag-inner.highlight {
    position: relative;
    color: #fff;
    background: #585858;
    border-color: #585858;
}

.choose-tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.choose-tags > li {
    float: left;
    margin-right: 10px;
    margin-bottom: 7px;
}

.choose-tags > li > a {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.choose-tags > li > a:hover {
    color: #fff;
    background: #585858;
    border-color: #585858;
}

.sort-bricks {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    color: #fff;
    height: 34px;
    width: 200px;
}

.sort-bricks .form-control {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 34px;
}

.category .glyphicon {
    font-size: 0.75em;
}

.category {
    color: #ff3700;
}

.bricks-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bricks-list li {
    float: left;
    width: 23%;
    margin: 0 1% 20px 1%;
}

.bricks-list > li h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 5px 0;
    font-size: 1.2em;
}

.bricks-list li img {
    max-width: 100%;
    height: 135px;
    overflow: hidden;
}

.dropdown-content .selectors-wrapper {
    border: 1px solid #e2e2e2;
    position: relative;

}

.dropdown-content .selector {
    width: 50%;
    float: left;
    padding: 20px;
}

.dropdown-content .selected-elements {
    width: 50%;
    float: left;
    padding: 20px;
}

.floating-menu-content .selected-elements, .floating-menu-content .selector {
    padding: 5px 0;
}

.dropdown-content .selectors-wrapper .selector-line {
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #e2e2e2;
}

.toggle-title-wrapper {
    background: #585858;
    padding: 5px 5px 5px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    border: 2px solid #fff;
}

.floating-menu-content .toggle-title-wrapper {
    text-align: left;
    color: #fff;
    border-color: #e2e2e2;
}

.checkbox-tag {
    display: none;
    visibility: hidden;
}

.dropdown-content .selectors-wrapper .toggle-title-wrapper .checkbox, .floating-menu-content .toggle-title-wrapper .checkbox {
    margin: 0;
    text-align: left !important;
}

.dropdown-content .selectors-wrapper label, .floating-menu-content .selectors-wrapper label {
    background: url(../images/checkbox-tag.png) no-repeat left center;
    padding-left: 25px;
    font-size: 14px;
    text-align: left;
}

.dropdown-content .selectors-wrapper .toggle-title-wrapper label, .floating-menu-content .selectors-wrapper .toggle-title-wrapper label {
    color: #fff;
}

.selected-elements span {
    display: block;
    padding: 3px 20px;
    margin-bottom: 3px;
    background: #f0f0f0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    text-align: left;
}

.floating-menu-content .selected-elements span {
    padding: 0 20px;
}

.dropdown-content .selectors-wrapper label.selected, .floating-menu-content .selectors-wrapper label.selected {
    background: url(../images/checkbox-tag-active.png) no-repeat left center;
    color: #ff3700
}

.toggle-title.collapsed {
    background: url(../images/toggle-plus.png) no-repeat center center;
}

.toggle-title {
    background: url(../images/toggle-minus.png) no-repeat center center;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;

    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
}

.toggle-content {
    margin-left: 50px;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
    position: relative;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

.indicator {
    position: absolute;
    margin-top: -2px;
    right: 5px;
    display: block;
    width: 8px;
    height: 8px;
    background: #ff3700;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* Rating */
/* Grey bg */
div.bigstars div.rateit-range {
    background: url(../plugins/rateit/whitestar.png);
    height: 32px;
}

div.bigstars div.rateit-hover {
    background: url(../plugins/rateit/greystar.png);
}

div.bigstars div.rateit-selected {
    background: url(../plugins/rateit/redstar.png);
}

div.bigstars div.rateit-reset {
    background: url(../plugins/rateit/whitestar.png);
    width: 32px;
    height: 32px;
}

div.bigstars div.rateit-reset:hover {
    background: url(../plugins/rateit/greystar.png);
}

/* White bg */
div.bigstarswhitebg div.rateit-range {
    background: url(../plugins/rateit/greystar.png);
    height: 32px;
}

div.bigstarswhitebg div.rateit-hover {
    background: url(../plugins/rateit/redstar.png);
}

div.bigstarswhitebg div.rateit-selected {
    background: url(../plugins/rateit/redstar.png);
}

div.bigstarswhitebg div.rateit-reset {
    background: url(../plugins/rateit/greystar.png);
    width: 32px;
    height: 32px;
}

div.bigstarswhitebg div.rateit-reset:hover {
    background: url(../plugins/rateit/greystar.png);
}

/* Align tags */
.checkbox {
    margin-left: 37px;
}

/* Search icon */
.close-search-box {
    font-size: 25px;
    color: #585858;
    float: right;
    position: absolute;
    top: 25px;
    right: 4px;
    cursor: pointer;
}

/* Clear all tags button */
.clear-tags {
    float: right;
    margin-top: -25px;
    cursor: pointer;
}

/* Loading */
.spinner {
    position: fixed;
    top: 0%;
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 100%;
    height: 100%;
    /* background: rgba(60,60,60,0.0);*/
}

.spinner img {
    top: 50%;
    position: absolute;
}

.related-tags {
    float: right;
}

#contentTypeSelectBox {
    margin-bottom: 15px;
}

/* Responsive code */
@media (max-width: 1190px) {
    .tags-list > li h4 {
        font-size: 0.9em;
    }

    .tags-list > li {
        padding: 15px 10px;
        height: 90px;
    }

    .header .container {
        width: 100%;
    }

    .tags-wrapper .container {
        width: 100%;
    }

    .search-form {
        margin-bottom: 10px;
    }

    .tags-inline > li > a {
        font-size: 0.8em;
        padding: 3px 10px;
    }

    .navbar-nav > li > a {
        padding: 12px 15px 12px 40px !important;
    }

    .dropdown-area {
        top: 65px;

    }
}

@media (max-width: 1024px) {
    .navbar-nav > li > a span {
        display: none;
    }

    .statistic li {
        height: 250px;
    }

    .tags-list > li {
        float: none;
        height: auto;
        width: 100% !important;
        border-right: 0;
        border-bottom: 1px solid #e2e2e2;
    }

    .tags-list > li:last-child {
        border-bottom: 0;
    }

    .searching-wrapper {
        padding: 0;
    }

    .search-form {
        width: 100%;
    }

    .col-height {
        display: block;
        width: 100%;
        height: auto;
        min-height: 100px;
    }

    .or-line {
        top: initial;
        bottom: initial;
        left: 0;
        right: 0;
        height: 1px;
        width: 100%;

    }

    .floating-menu-wrapper {
        top: 70px;
    }

    .type-area-wrapper {
        padding: 75px 25px 25px 25px;
        margin: 0 40px;
    }

    .type-category {
        top: 0;
        left: 0;
        bottom: initial;
        right: 0;
        width: 100%;
        height: 50px;
    }

    .dropdown-area {
        top: 100%;
        padding-top: 1px;

    }
}

@media (max-width: 800px) {

    .navbar-toggle .icon-bar {
        background: #ff3700;
    }

    .navbar-nav > li > a span {
        display: none;
    }
}

.active-navigation a {
    border: 1px solid #FF3700 !important;
}

.jFiler-item-title a {
    color: white !important;
}

/* Datepicker */
/* -- Tags */
.tag-form .datepicker {
    margin-left: 20px;
    margin-top: 30px;
}

/* Review modal css */
#modal-review .modal-body {
    padding: 0px;
}

#modal-review .dropdown-content {
    padding: 0px;
    border: 0px;
}

#modal-review .selectors-wrapper {
    border: 0px;

}

#modal-review .submit {
    margin-left: 55px;
    margin-bottom: 25px;
}

#modal-review .selector-line {
    display: none;
}

#modal-review .selected-elements {
    display: none;
}

/* Published log modal css */
#published-log-modal .modal-body {
    padding: 0px;
}

#published-log-modal .dropdown-content {
    padding: 0px;
    border: 0px;
}

#published-log-modal .selectors-wrapper {
    border: 0px;

}

#published-log-modal .submit {
    margin-left: 55px;
    margin-bottom: 25px;
}

#published-log-modal .selector-line {
    display: none;
}

#published-log-modal .selected-elements {
    display: none;
}

/* Blocks */
.add-sub-block {
    margin-bottom: 20px;
}

.remove-sub-block {
    background-color: #FF3700;
    border-color: #FF3700;
}

.sub-block {
    padding: 20px 20px 10px 20px;
    border: 1px solid #F0F0F0;
    margin-bottom: 10px;
}

/* Tables */
.add-table-block {
    margin-bottom: 20px;
}

.remove-table-block {
    background-color: #FF3700;
    border-color: #FF3700;
}

.table-block {
    padding: 20px 20px 10px 20px;
    border: 1px solid #F0F0F0;
    margin-bottom: 10px;
}

/* URLS */
.add-url-block {
    margin-bottom: 20px;
}

.remove-url-block {
    background-color: #FF3700;
    border-color: #FF3700;
}

.url-block {
    padding: 20px 20px 10px 20px;
    border: 1px solid #F0F0F0;
    margin-bottom: 10px;
}

/* REMOTE LINKS */
.add-remote-block {
    margin-bottom: 20px;
}

.remove-remote-block {
    background-color: #FF3700;
    border-color: #FF3700;
}

.remote-block {
    padding: 20px 20px 10px 20px;
    border: 1px solid #F0F0F0;
    margin-bottom: 10px;
}

/* INTERNAL LINK */
.add-internal-link {
    margin-bottom: 20px;
}

.remove-internal-link {
    background-color: #FF3700;
    border-color: #FF3700;
}

.internal-link-block {
    padding: 20px 20px 10px 20px;
    border: 1px solid #F0F0F0;
    margin-bottom: 10px;
}

/* Date filters */
#date-filters .date-range-wrapper {
    width: 45%;
    margin-bottom: 15px;
}

/* Tags li*/
.tags-li .btn-tag {
    cursor: pointer;
}

.disabled {
    cursor: not-allowed !important;
    opacity: 0.3;
}

.disabled .btn-tag {
    cursor: not-allowed !important;
}

/* Select button for all tags*/
.select-all-tags {
    float: right;
}

/* Needs review message box */

.node-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #e2e2e2;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #444;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.node-table > thead > tr > th,
.node-table > thead > tr > td {
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    border-right: 1px solid #fff;
    color: #fff;
    border-top: 0;
    border-left: none;
    font-weight: normal;
    color: #585858;
    border-bottom: 0;

    padding: 10px;
    text-align: left;
}

.node-table > thead > tr > th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.node-table > thead > tr > th:first-of-type,
.node-table > thead > tr > td:first-of-type {
    border-left: none;
}

.node-table > tbody > tr > td {
    border-top: 1px solid #eee;
    padding: 6px 10px;
    text-align: left;
    border-left: none;
    height: auto;
    vertical-align: middle;
    font-size: 0.9em;
}

.node-table > tbody > tr > td:first-of-type {
    border-left: none;
}

.node-table [data-sort-field] {
    cursor: pointer;
}

.node-table > tfoot td {
    text-align: center;
}

.node-table > tfoot .pagination {
    margin: 0;
}

.node-table > tfoot .pagination ul > li {
    display: inline;
}

.node-table > tfoot .pagination ul > li > a,
.node-table > tfoot .pagination ul > li > span {
    float: left;
    padding: 5px;
    line-height: 2em;
    text-align: center;
    min-width: 30px;
    height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 3px;
    color: #585858;
    background: #fff;
    padding: 1px 5px;
    text-decoration: none;
}

.node-table > tfoot .pagination ul > li.active > a {
    color: #fff;
    background: #585858;
}

/* Select list */
.normal-list {
    position: relative;
    display: block;
    right: inherit;
    background: none;
    top: inherit;
    min-height: inherit;
    width: inherit;
    padding: inherit;
}

.normal-list .checkbox {
    margin-top: 0px;
    margin-left: 0px;
}

.node-table > thead > tr > th > span.sort-indicator {
    display: inline-block;
    font-family: 'footable';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-left: 5px;
    float: right;
}

.node-table > thead > tr > th[data-sort-dir="desc"] > span.sort-indicator:before {
    content: "\e013";
}

.node-table > thead > tr > th[data-sort-dir="asc"] > span.sort-indicator:before {
    content: "\e012";
}

.node-table > thead > tr > th > span.sort-indicator:before {
    content: "\e022";
}

tr.row-spinner td {
    padding: 8rem !important;
    text-align: center !important;
    vertical-align: middle !important;
}

th[data-sort-field="title"] {
    width: 40%;
}

th[data-sort-field="field_status"] {
    min-width: 116px;
}

th[data-sort-field="changed"] {
    min-width: 133px;
}

th.action-cell {
    min-width: 55px;
}

th.checkbox-head {
    min-width: 42px;
}

#add-tags-btn {
    margin-bottom: 2rem;
}

/* Round checkbox styling */
.checkbox-round {
    margin: 0;
    width: 20px;
    padding: 0;
    display: inline-block;
}

.checkbox-round label {
    background: url(../images/radio.png) no-repeat center center;
    display: block;
    width: 20px;
    height: 20px;
}

.checkbox-round label.selected {
    background: url(../images/radio-checked.png) no-repeat center center;
}

.checkbox-round input.checkbox-option {
    visibility: hidden;
    display: none;
}

input#remote-link {
    border: 1px solid #909090;
    border-radius: 3px;
    text-align: center;
    width: 90%;
    height: 3.5rem;
}

.remove-single-btn {
    cursor: pointer;
}

ul.previous-file-versions {
    list-style: none;
    padding-left: 0;
}

ul.previous-file-versions:after {
    display: block;
    content: " ";
    clear: both;
}

ul.previous-file-versions > li {
    float: left;
    width: 8rem;
    margin-right: 2rem;
}

ul.previous-file-versions > li img {
    width: 100%;
}

.previous-file-versions .thumbnail {
    width: 80px;
    margin-bottom: 0;
}

.previous-file-versions a {
    text-decoration: underline;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #f83500;
    border-color: #f83500;
}

input[type="submit"].ladda-button:hover,
input[type="submit"].disabled {
    color: black;
}

/* Language tabs */
.language-tabs {
    float: left;
    border-bottom: 1px solid #ddd;
    list-style: none;
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 0;
}

.language-tabs:after, .language-tabs:before {
    display: table;
    content: " ";
}

.language-tabs > li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px;
}

.language-tabs > li > a {
    margin-right: -1px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
}

.language-tabs > li > a:hover {
    padding: 10px 15px !important;
    margin-top: 0px !important;
}

/* Current */
.language-tabs > li.active > a, .language-tabs > li.active > a:focus, .language-tabs > li.active > a:hover {
    color: white;
    cursor: default;
    background-color: #ff3700;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    padding: 10px 15px;
}

/* Available */
.language-tabs > li.available > a, .language-tabs > li.available > a:focus, .language-tabs > li.available > a:hover {
    color: #555;
    cursor: alias;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px 15px;
    margin-top: 4px;
}

/* Unavailable */
.language-tabs > li.unavailable > a, .language-tabs > li.unavailable > a:focus, .language-tabs > li.unavailable > a:hover {
    color: #555;
    cursor: copy;
    background-color: #d5d5d5;
    border: 1px solid #ddd;
    padding: 8px 15px;
    margin-top: 4px;
}

/* Save buttons */
.save-buttons {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: white;
    border-top: 1px solid #e2e2e2;
    margin-top: 15px;
}

#content-form {
    margin-bottom: 75px;
}

/* Bootstrap override */
@media (min-width: 1200px) {
    .container {
        width: 1300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1350px;
    }
}

@media (max-width: 1300px) {
    .floating-menu-wrapper {
        top: 100px
    }
}

.floating-menu-wrapper{
    top:80px !important;
}

/* Modal logic (important for infinite scroll to work in modal) */
html.modal-open {
    overflow-y: hidden;
    height: 100%;
}

/* Readonly */
input:read-only {
    z-index: 0 !important;
}


/* Selfware modal css */
#modal-selfware-url .modal-body {
    padding: 0px;
}

#modal-selfware-url .dropdown-content {
    padding: 0px;
    border: 0px;
}

#modal-selfware-url .selectors-wrapper {
    border: 0px;

}

#modal-selfware-url .submit {
    margin-left: 55px;
    margin-bottom: 25px;
}

#modal-selfware-url .selector-line {
    display: none;
}

#modal-selfware-url .selected-elements {
    display: none;
}

/* Sidebar responsive */
.floating-menu-wrapper{
    top:70px !important;
    bottom:70px;
}

#tag-menu{
    max-height:100%;
    overflow-y:auto;
    overflow-x:hidden;
}

/* width */
#tag-menu::-webkit-scrollbar,.floating-menu > li:hover .floating-menu-content::-webkit-scrollbar {
    width: 5px;
    border-radius:4px;
}

/* Track */
#tag-menu::-webkit-scrollbar-track,.floating-menu > li:hover .floating-menu-content::-webkit-scrollbar-track  {
    background: rgba(0,0,0,0.1);
    border-radius:4px;
}

/* Handle */
#tag-menu::-webkit-scrollbar-thumb,.floating-menu > li:hover .floating-menu-content::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius:4px;
}

/* Handle on hover */
#tag-menu::-webkit-scrollbar-thumb:hover,.floating-menu > li:hover .floating-menu-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.5);
}
.floating-menu-wrapper.hovered{
    width:510px;
}
.floating-menu-wrapper .floating-menu-content{
    min-height: calc(100vh - 140px);
}
.floating-menu > li .floating-menu-button{
    position:relative;
}
.floating-menu-content{
    z-index:10;
}
