html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.clearer {
    clear: both;
}

select option:disabled {
    color: #ddd;
}

.navbar-static-top {
    margin-bottom: 20px;
}

a.navbar-brand {
    padding-bottom: 0;
    padding-left: 0;
    width: 130px;
    height: auto;
}

.main-toggle {
    font-size: 22px;
    margin-right: 0;
    margin-top: 0;
}

i {
    font-size: 16px;
}

.nav > li > a {
    color: #787878;
    font-size: 18px;
}

footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #efefef;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

/* count indicator near icons */
.nav > li .count {
    position: absolute;
    bottom: 12px;
    right: 6px;
    font-size: 9px;
    background: rgba(51, 200, 51, 0.55);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1em;
    padding: 2px 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.logo {
    background-image: url("../bundles/app/images/logo.png");
    background-size: auto 50px;
    background-repeat: no-repeat;
    height: 50px;
    width: 300px;
}

.notloggedin {
}

.contentwrapper {
    min-height: 100%;
    position: relative;
}

.panel-warning > .panel-footer, .panel-warning > div > .panel-footer {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.panel-info > .panel-footer, .panel-info > div > .panel-footer {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.panel-danger > .panel-footer, .panel-danger > div > .panel-footer {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.panel-primary > .panel-footer, .panel-primary > div > .panel-footer {
    background-color: #00529e;
    border-color: #00529e;
    color: #fff;
}

.panel-success > .panel-footer, .panel-success > div > .panel-footer {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.row-two-colored {
    padding: 0px;
}

/* For small screen */
.row-two-colored div:nth-child(even) {
    background-color: #fff;
    font-weight: normal;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 0;
    border-width: 1px 0;
    margin-bottom: -1px;
}

.row-two-colored div:nth-child(odd) {
    background-color: #f9f9f9;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 0;
    border-width: 1px 0;
    margin-bottom: -1px;
}

/* For medium screen */
@media (min-width: 768px) {
    .row-two-colored div:nth-child(4n), .row-two-colored div:nth-child(4n-1) {
        background: #fff;
    }

    .row-two-colored div:nth-child(4n-2), .row-two-colored div:nth-child(4n-3) {
        background: #f9f9f9;
    }
}

/* For large screen */
@media (min-width: 992px) {
    .row-two-colored div:nth-child(4n), .row-two-colored div:nth-child(4n-1) {
        background: #fff;
    }

    .row-two-colored div:nth-child(4n-2), .row-two-colored div:nth-child(4n-3) {
        background: #f9f9f9;
    }
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.nav li.active,
#userMenu li.active {
    background-color: #DDDDDD;
}

.btn-flat {
    background: transparent;
    border: 0 none;
    box-shadow: none;
    color: #787878;
}

.table-striped-extra > tbody > tr:nth-child(4n-2), .table-striped-extra > tbody > tr:nth-child(4n-3) {
    background-color: #f9f9f9
}

.additionalinfo-parent .collapsed .glyphicon-chevron-up, .additionalinfo-parent .glyphicon-chevron-right {
    display: none
}

.additionalinfo-parent .glyphicon-chevron-up, .additionalinfo-parent .collapsed .glyphicon-chevron-right {
    display: block
}

table ul {
    list-style-position: inside;
    padding: 0;
}

.table-striped-extra > tbody > tr > td > div {
    margin-bottom: 0.5em;
    padding: 0;
}

.navbar-nav > li > a {
    line-height: 18px;
}

.nav li.open > a {
    background-color: #DDDDDD;
    color: #505050;
    border-color: #999;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nav > li > a:focus {
    background: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border: 0 none;
}

.nav-pills li {
    border-radius: 4px;
}

.nav-pills li a.toggle {
    cursor: pointer;
}

.nav-pills > li > a {

    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    background-color: #fff;
}

.nav-pills li.open > ul {
    background-color: #efefef;
    border-style: solid;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #999;
    border-width: 1px;
    padding: 10px;
    border-top: 0 none;
}

.nav-pills li.open > ul a {
    border-color: #aaa;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #505050;
    background-color: #ddd;
}

.popover-title {
    font-size: 21px;
}

.popover {
    width: 100%;
    min-width: 230px;
    max-width: 500px;
}

.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

i.glyphicon {
    margin-right: 4px;
}

.glyphicon-group::before {
    content: "\E284";
}

.glyphicon-key::before {
    content: "\E208";
}

.black_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1100;
    cursor: pointer;
}

.black_overlay_text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-drag: element;
    -webkit-user-drag: element;
    cursor: move;
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.top100 {
    margin-top: 100px;
}

.top-line {
    width: 100%;
    height: 3px;
    background-color: #06267C;
    display: none;
}

.col-gray {
    background-color: #F2F6F9;
    padding-bottom: 0;
}

.col-gray > .row {

    padding: 0;
    margin: 0;
}

.col-blue {
    background-color: #06267C;
    padding: 10px 10px 10px 10px;
    width: auto;
    display: inline-block;
}

.col-blue > a {
    padding-right: 6px;
    color: #fff;
}

.col-blue > a:hover,
.col-blue > a:active,
.col-blue > a:visited {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.col-blue > a:last-child {
    padding-right: 0 !important;
}

.top-nav ul.navbar-nav > li:first-child > a {
    padding-left: 0;
}

.navbar-collapse {
    padding: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background: transparent;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, .4);
}

.play-main-content {
    padding-right: 0;
    padding-left: 0;
}

body.project_edit_grid_view #content-container,
body.project_edit_grid_view,
body.project_show_grid #content-container,
body.project_show_grid {
    overflow-y: hidden;
}

#left-content {
    padding-left: 0;
    width: 323px;
    width: calc( 2 * ((100vw - 1092px) / 5) );
}

#right-content {
    padding-right: 0;
    width: 484px;
    width: calc( 3 * ((100vw - 1093px) / 5) );
}
@media screen and (max-height: 821px){
    #content-container {
        overflow-y: scroll;
    }
    #left-content {
        padding-left: 0;
        width: 323px;
        width: calc( 2 * ((100vw - 1112px) / 5) );
    }

    #right-content {
        padding-right: 0;
        width: 484px;
        width: calc( 3 * ((100vw - 1112px) / 5) );
    }
}
.riva-video-container {
    background-color: #C1C1C9;
    width: 100%;
    min-height: 400px;
    text-align: center;
}

.play_navigate {
    text-align: center;
    margin: 15px auto;
}

.main-player {
    margin-bottom: 5px;
}

.main-play-player {
    margin-bottom: 2px;
    background-color: #FFFFFF;
    margin-left: 0;
}

#content-container {
    min-width: 1540px;
    overflow-x: auto;
}

.contentwrapper {
    margin: 0 auto;
}

#container {
    width: 100%;
    padding: 0;
}

#container > .row {
    margin: 0;
}

#content-row > div {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.player-div {
    float: left;
}

.play-player-div {
    width: 100%;
    float: left;
}

.grid-div {
    position: relative;
    float: left;
}

.grid-module {
    width: 960px;
    height: 260px;
    float: left;
    overflow: scroll;
    border-top: 1px solid #eee;
}

.grid-zoom {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.vakata-context, .vakata-context > li > ul {
    padding: 1px !important;
    width: 200px
}

.vakata-context li a {
    font-size: 11px;
    height: 20px !important;
    line-height: 20px !important;
    outline: 0 !important;
    white-space: normal !important;
    padding-right: 0 !important
}

.vakata-context li > a > i {
    height: 20px !important;
    line-height: 20px !important;
    margin-left: -22px !important;
    width: 22px !important;
    float: left
}

.vakata-context li a span {
    height: 20px !important;
    line-height: 20px !important;
    float: left
}

.vakata-context .vakata-context-separator a, .vakata-context .vakata-context-separator a:hover {
    margin-left: 22px !important
}

.vakata-context .lW {
    float: left;
    width: 92%
}

.vakata-context .lW span.hotkey {
    font-size: 11px;
    color: #818181;
    font-weight: bold;
    float: right;
    display: block;
    width: auto;
    border: 0;
    background-color: inherit
}

.vakata-context span.sc {
    text-decoration: underline;
    font-weight: normal;
    color: inherit;
    float: none;
    display: inline;
    margin: 0;
    padding: 0;
    background-color: inherit;
    border: 0
}

.row-border-bottom {
    margin-bottom: 10px;
    border-bottom: 2px #E6EAEB solid;
    padding-bottom: 10px;
}

.row-border-top {
    border-top: 2px #E6EAEB solid;
    padding-top: 10px;
    margin-top: 10px;
}

.gray {
    background-color: #F2F6F9;
}

.dark-gray {
    background-color: #504b47;
}

.date-time {
    padding: 3px 20px 0 5px;
}

.btn-link-padding {
    padding: 0;
    border: none;
}

.disabled, .disabled:visited, .disabled:hover, .disabled:active {
    color: #dddddd;
    cursor: not-allowed;
}

.alert .glyphicon {
    display: table-cell;
}

.alert div, .alert span {
    padding-left: 10px;
    display: table-cell;
}

.data-tree-block {
    height: 200px;
    overflow-y: scroll;
    overflow-x: scroll;
    width: 100%;
}

.collapse.in.base-preview {
    height: 169px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.base-preview > video,
.base-preview > img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}

.dropzone .dz-message {
    margin: 46px 0 0 0;
}

.popover .list-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.popover .list-menu .list-menu-item a {
    display: block;
    color: #787878;
    padding: 0.25em 0;
}

.login-wrapper {
    margin-top: 300px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

#menu-row > .row {
    margin: 0;
    padding: 0;
}

table .action-element {
    display: inline-block;
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 22px;
}

table .action-element + .action-element {
    margin-left: 5px;
}

.contentwrapper.flex-container.flex-column {
    /** ie hack */
    height: 0px;
}

.flex-container {
    display: flex;
}

.flex-item {
    flex: 1;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-full-height {
    height: 100vh;
}

.flex-fill {
    flex: 1 1 auto;
}

#flash-message-row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.75);
}

#flash-message-row > div:first-child {
    margin-top: 20px;
}

#flash-message-row .alert {
    margin-bottom: 10px;
    margin-right: 15px;
    margin-left: 15px;

}

.loading {
    background: url("../bundles/app/images/ajax-loader.gif") center center no-repeat;
}

.modal-footer.loading {
    height: 65px;
}

.modal-footer.loading button {
    display: none;
}

.table.project-list > tbody > tr > th,
.table.project-list > tbody > tr > td {
    vertical-align: middle;
}

.project-list th .glyphicons,
.project-list th .halflings {
    margin: 0;
}

.project-list .column-selection {
    width: 110px;
}

.column-selection .dropdown-menu {
    padding: 15px;
    min-width: 220px;
}

.grid-div .btn-xs {
    padding: 5px 5px 1px 5px
}

.clickable:hover > i,
.clickable:hover > span,
.clickable:hover > div,
.clickable:hover {
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.input-group div.btn-group.bootstrap-select.input-group-btn.input-sm .btn {
    height: 30px;
    padding: 5px 10px;
}

.input-group-addon {
    padding: 6px;
}

input + .input-group-addon {
    border-left: 0 none;
}

#properties-block .form-group .col-sm-1:not(:last-child),
#properties-block .form-group .col-sm-2:not(:last-child),
#properties-block .form-group .col-sm-3:not(:last-child),
#properties-block .form-group .col-sm-4:not(:last-child),
#properties-block .form-group .col-sm-5:not(:last-child),
#properties-block .form-group .col-sm-6:not(:last-child),
#properties-block .form-group .col-sm-7:not(:last-child),
#properties-block .form-group .col-sm-8:not(:last-child),
#properties-block .form-group .col-sm-9:not(:last-child),
#properties-block .form-group .col-sm-10:not(:last-child),
#properties-block .form-group .col-sm-11:not(:last-child) {
    padding-right: 0;
}

#form-width-div.hidden + #form-height-div .col-sm-4,
#form-color-div .col-sm-4,
#form-width-div .col-sm-4 {
    padding-right: 0;
}

#properties-block label {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

input[type='checkbox'] {
    margin-top: 10px;
}

.colorpicker-element .color-preview {
    border: 1px solid #fff;
}

.type-lineArrow .border_type,
.type-ellipse .border_type,
.type-line .border_type,
.type-arrow .border_type,
.type-rect .border_type,
.type-triangle .border_type,
.type-circle .border_type,
.type-group .x1,
.type-group .y1,
.type-path .x1,
.type-path .y1,
.type-lineArrow .font_color,
.type-lineArrow .fontsize,
.type-lineArrow .borderwidth,
.type-lineArrow .left,
.type-lineArrow .top,
.type-text .x1,
.type-text .y1,
.type-triangle .x1,
.type-triangle .y1,
.type-circle .x1,
.type-circle .y1,
.type-ellipse .x1,
.type-ellipse .y1,
.type-rect .x1,
.type-rect .y1,
.type-image .x1,
.type-image .y1,
.type-image .line_style,
.type-svg .x1,
.type-svg .y1,
.type-svg .line_style,
.type-line .font_color,
.type-line .fontsize,
.type-line .borderwidth,
.type-line .left,
.type-line .top,
.type-triangle .bgcolor,
.type-rect .bgcolor,
.type-circle .bgcolor,
.type-ellipse .bgcolor,
.type-triangle .font_color,
.type-rect .font_color,
.type-circle .font_color,
.type-ellipse .font_color,
.type-text .shape_line_color,
.type-text .shape_fill_color,
.type-image .shape_line_thickness,
.type-text .shape_line_thickness,
.type-image .fontsize,
.type-triangle .fontsize,
.type-rect .fontsize,
.type-circle .fontsize,
.type-ellipse .fontsize,
.type-triangle .borderwidth,
.type-rect .borderwidth,
.type-circle .borderwidth,
.type-ellipse .borderwidth,
.type-text .borderwidth {
    display: none;
}

.type-line .width,
span.length{
    display: none;
}
.type-line .length{
    display: inline;
}
.spinner {
    margin: 0 auto;
    width: 110px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;

    font-size: 1px;
}

.black_overlay .spinner > div {
    background-color: #fff;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

#data_tree.jstree ul.jstree-container-ul > li.jstree-node.jstree-root > i.jstree-icon,
#capture-files.jstree ul.jstree-container-ul > li.jstree-node.jstree-root > i.jstree-icon,
#capture-clips.jstree ul.jstree-container-ul > li.jstree-node.jstree-root > i.jstree-icon,
#capture_clip_data_tree.jstree ul.jstree-container-ul > li.jstree-node.jstree-root > i.jstree-icon,
#data_tree_element.jstree ul.jstree-container-ul > li.jstree-node.jstree-element-root > i.jstree-icon {
    display: none;
}

.jstree ul.jstree-container-ul > li.jstree-root > ul.jstree-children > li.jstree-node,
.jstree ul.jstree-container-ul > li.jstree-element-root > ul.jstree-children > li.jstree-node {
    margin-left: 0;
}

.jstree-default .jstree-node {
    margin-left: 18px;
}

.jstree-default .jstree-icon,
.jstree-default .jstree-icon:empty {
    width: 19px;
}

.paginator .label {
    display: inline-block;
    font-weight: normal;
    padding: 0.5em 0.75em;
    font-size: 85%;
    border-radius: 3px;
}

.table > thead > tr > th:last-child,
.table > tbody > tr > th:last-child,
.table > tfoot > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child {
    padding-right: 15px;
}

.color-preview-square {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #ccc;
}

.history-btn i:hover {
    cursor: pointer;
}

.history-btn i {
    color: rgb(51, 122, 183);
}

.history-btn i:hover {
    color: rgb(35, 82, 124);
}

.history-btn {
    display: inline-block;
}

.input-group-addon-3{
    padding: 8px 2px;
}


.input-group > .input-group-addon-3:last-child {
    padding-right: 0 !important;
    border-left:   1px solid #ccc;
}

.input-group .form-control{position: static;/* fix z-index bootstrap-select */}

.bar-start-end {
    float: left;
}.bar-start-end-div .actions {
    float:left;
 }

#modules li.active,
#modules li:hover {
    background-color: rgba(215,215,215,0.6);
}

#modules li.active a,
#modules li:hover a {
    color: #000;
    text-shadow: 1px 3px 1px rgba(0,0,0,0.2);
}