* {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(36, 31, 31, 0.8);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #d2d2d2;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #d2d2d2;
}

::-webkit-scrollbar-corner {
    background: #494242;
}

[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url("../fonts/SofiaProLight-webfont.eot");
    src: url("../fonts/SofiaProLight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/SofiaProLight-webfont.woff") format("woff"), url("../fonts/SofiaProLight-webfont.ttf") format("truetype"), url("../fonts/SofiaProLight-webfont.svg#sofia_pro_lightregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HomeIcons';
    src: url("../fonts/homeIcons.eot?-kdprmz");
    src: url("../fonts/homeIcons.eot?#iefix-kdprmz") format("embedded-opentype"), url("../fonts/homeIcons.woff?-kdprmz") format("woff"), url("../fonts/homeIcons.ttf?-kdprmz") format("truetype"), url("../fonts/homeIcons.svg?-kdprmz#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #241f1f;
    font-family: 'Sofia Pro';
    font-size: 14px;
    color: #d2d2d2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

label {
    font-weight: normal;
    font-family: 'Sofia Pro';
}

input {
    border-radius: 0px;
    color: #494242;
}

#activAlert {
    background-color: #241f1f;
    position: absolute;
    left: calc(50% - 10%);
    top: calc(50% - 10%);
    width: 20%;
    height: 20%;
    z-index: 9999999999999;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    border: solid 1px lightgray;
}

#activAlert p {
    color: white;
    text-align: center;
    position: relative;
    top: 40%;
    font-size: 1.5em;
}

#activAlert.visible {
    opacity: 1;
}

#activChoice {
    background-color: #241f1f;
    position: absolute;
    left: calc(50% - 10%);
    top: calc(50% - 20%);
    width: 40%;
    height: 20%;
    z-index: 9999999999999;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

#activChoice p {
    color: white;
    text-align: center;
    position: relative;
    top: 20%;
    font-size: 1.5em;
}

#activChoice .choices {
    text-align: center;
    position: relative;
    top: 25%;
}

#activChoice .choices button {
    color: #241f1f;
    margin: 0 auto;
    display: inline-block;
    margin-right: 10px;
}

#activChoice.visible {
    opacity: 1;
    pointer-events: all;
}

#activPrompt {
    background-color: #241f1f;
    position: absolute;
    left: calc(50% - 10%);
    top: calc(50% - 10%);
    width: 20%;
    height: 20%;
    z-index: 9999999999999;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

#activPrompt p {
    color: white;
    text-align: center;
    margin: 20px 0px;
    font-size: 1.5em;
}

#activPrompt input {
    width: 80%;
    display: block;
    margin: 0 auto;
    color: #241f1f;
}

#activPrompt button {
    display: block;
    margin: 0 auto;
    color: #241f1f;
    margin-top: 20px;
}

#activPrompt.visible {
    opacity: 1;
    pointer-events: auto;
}

.layerDrag {
    list-style-type: none;
    background-color: #d2d2d2;
    color: #241f1f;
    opacity: 1;
    border-radius: 10px;
    height: 35px;
    line-height: 25px;
    padding: 5px 10px;
    pointer-events: none;
}

.layerDrag .glyphicon {
    display: none;
}

.formLabelLeft {
    text-align: left !important;
}

.activButton{
    background-color:#d2d2d2;
    font-size:12px;
    height:27px;
    color:black;
}

button.activBtn, a.activBtn {
    border: 0px;
    background-color: #d2d2d2;
    color: #494242;
    border-radius: 0px;
    outline: none;
}

button.activBtn:hover, a.activBtn:hover {
    color: #d2d2d2;
    background-color: #241f1f;
}

button.activBtn:focus, a.activBtn:focus {
    outline: none;
}

button.activBtnAlt, a.activBtnAlt {
    border: 0px;
    background-color: #d2d2d2;
    color: #494242;
    border-radius: 0px;
    outline: none;
}

button.activBtnAlt:hover, a.activBtnAlt:hover {
    color: #d2d2d2;
    background-color: #494242;
}

button.activBtnAlt:focus, a.activBtnAlt:focus {
    outline: none;
}

.appContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.landingContainer {
    /*  display: flex;
      flex: 1;
      flex-direction: row;*/
    display: block;
    width: 100%;
    height: calc(100% - 40px - 92px);
    overflow: hidden;

}

.landingContainer .viewContainer{
    margin-right: 10px;
    margin-left:10px;
    float: left;
    overflow-y: auto;
    height:calc(100%);
    box-sizing: border-box;
}

.landingContainer .homeNavigationContainer{
    position:relative;
    float:left;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.homeNavigationTitleToggle{
    position:absolute;
    bottom: 10px;
    left:74px;
    cursor:pointer;
    z-index: 1001;
}

.landingContainer h2 {
    font-size: 2.5714em;
    margin: 0px;
    padding: 0px;
}

.landingContainer h2.sectionHeader {
    color: #8dc63f;
    border-bottom: 1px solid #8dc63f;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.landingContainer h3 {
    font-size: 1.7142em;
    margin: 0px;
    padding: 0px;
}

.landingContainer h3.subHeader {
    color: #00aef0;
    border-bottom: 1px solid #00aef0;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.editorContainer {
    display: flex;
    flex: 1;
    flex-direction: row;
    height: calc(100% - 40px);
    -webkit-user-select: none;
    -moz-user-select: none;
}

.editorContainer h2 {
    font-size: 2.5714em;
    margin: 0px;
    padding: 0px;
}

.editorContainer h2.sectionHeader {
    color: #8dc63f;
    border-bottom: 1px solid #8dc63f;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.editorContainer h3 {
    font-size: 1.7142em;
    margin: 0px;
    padding: 0px;
}

.editorContainer h3.subHeader {
    color: #00aef0;
    border-bottom: 1px solid #00aef0;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.editorContainer .menuTabs {
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: #494242;
    width: 40px;
    border-right: 1px solid #241f1f;
}

.editorContainer .menuTabs ul {
    margin: -50px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

.editorContainer .menuTabs ul li {
    margin: 0px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    font-size: 18px;
}

.editorContainer .menuTabs ul li:hover {
    background-color: #d2d2d2;
    color: #494242;
}

.editorContainer .menuTabs ul li:first-child {
    margin-top: 50px;
}

.editorContainer .menuTabs ul li.selected {
    background-color: #d2d2d2;
    color: #494242;
}

.editorContainer .editorPanes {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    position: relative;
    /*    #librarySmall {

          display: block;

          .toggleLibrarySize {

            cursor: pointer;

          }

          .category {

            margin: 0px;
            background-repeat: no-repeat;
            background-position: 0px 9px;
            padding: 5px 0px 5px 20px;
            cursor: pointer;
            background-image: url("../img/plus.gif");
            border-bottom: 1px solid $lightGrey;

            &.open {
              background-image: url("../img/minus.gif");
            }

          }

          ul {

            margin: 0px 0px 0px 20px;
            padding: 10px 0px;
            list-style-type: none;

            &.hidden {
              display: none;
            }

            li {

              cursor: move;

              p {

                margin: 0px;
                padding: 0px;
                width: 100%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;

              }

            }

          }

        }*/
}

.editorContainer .editorPanes .editorPanesTop {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.editorContainer .editorPanes .editorPanesTop .hidden {
    flex-basis: 0%;
}

.editorContainer .editorPanes .editorPanesTop .sideMenu {
    position: relative;
    flex-basis: 15%;
    background-color: #494242;
    border-right: 1px solid #241f1f;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.editorContainer .editorPanes .editorPanesTop .sideMenu.fullWidth {
    flex-basis: 100% !important;
}

.editorContainer .editorPanes .editorPanesTop .sideMenu .resizeHandle {
    background-color: transparent;
    position: absolute;
    width: 16px;
    right: -8px;
    top: 0px;
    height: 100%;
    cursor: ew-resize;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder {
    flex: 1;
    background-color: #494242;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage {
    background-color: white;
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: calc(50% - (1920px / 2));
    top: calc(50% - (1080px / 2));
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    box-shadow: rgba(36, 31, 31, 0.8) 10px 10px 30px;
    transition: -webkit-transform 0.2s ease;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage.moving {
    cursor: move;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage .stageElement {
    position: absolute;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage .stageElement .videoControls {
    background-color: transparent;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: block;
    z-index: 999;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage .stageElement .videoControls .glyphicon {
    cursor: pointer;
    font-size: 2em;
    color: #8dc63f;
    line-height: 60px;
    text-align: center;
    width: 100%;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage .stageElement .widgetIframe {
    border: 0px;
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage .stageElement .contentElement {
    position: absolute;
    left: 0px;
    top: 0px;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage .stageElement .selectionHighlight {
    position: absolute;
    background-color: #c63f3f;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage .stageElement .resizeElement {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -10px;
    right: -10px;
    background-color: #c63f3f;
    cursor: se-resize;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage .stageElement .groupElement {
    position: absolute;
    width: 25%;
    height: 25%;
    top: calc(50% - (25% / 2));
    left: calc(50% - (25% / 2));
    background-color: transparent;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage .stageElement .groupElement.lock {
    display: none;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage .stageElement .groupElement.templateBlock {
    display: block;
    background-color: rgba(239, 239, 239, 0.4);
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage .stageElement .groupElement.lvl-over {
    background-color: #8dc63f;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border: 10px dotted #00aef0;
    margin: 0px;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .stage .stageElement .groupElement.lvl-over-red {
    background-color: #c63f3f;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border: 10px dotted #00aef0;
    margin: 0px;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .controls {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: rgba(36, 31, 31, 0.8);
    margin: 0px;
    padding: 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.editorContainer .editorPanes .editorPanesTop .stageHolder .controls ul {
    width: 280px;
    margin: 0 auto;
}
.editorContainer .editorPanes .editorPanesTop .stageHolder .controls ul li {
    list-style-type: none;
    float: left;
    line-height: 30px;
    margin-right: 30px;
}
.editorContainer .editorPanes .editorPanesTop .stageHolder .controls ul li .control-button {
    cursor: pointer;
}
.editorContainer .editorPanes .timelineCollapsed {
    flex-basis: 35px !important;
}

.editorContainer .editorPanes .editorPanesBottom {
    display: flex;
    flex-basis: 30%;
    position: relative;
}

.editorContainer .editorPanes .editorPanesBottom .hidden {
    flex-basis: 0%;
}

.editorContainer .editorPanes .editorPanesBottom .resizeHandle {
    background-color: transparent;
    position: absolute;
    width: 100%;
    right: 0px;
    top: -8px;
    height: 16px;
    cursor: ns-resize;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine {
    display: flex;
    flex: 1;
    background-color: #494242;
    border-top: 1px solid #241f1f;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft {
    flex-basis: 15%;
    border-right: 1px solid #241f1f;
    position: relative;
    overflow: hidden;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineToggle {
    margin: 0px;
    width: 39px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    font-size: 12px;
    position: relative;
    background-color: #d2d2d2;
    color: #494242;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .controls {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    background-color: rgba(36, 31, 31, 0.8);
    list-style-type: none;
    margin: 0px;
    padding: 0px 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .controls li {
    float: left;
    line-height: 30px;
    margin-right: 30px;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .controls li .control-button {
    cursor: pointer;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layerHolder {
    position: absolute;
    width: 100%;
    height: calc(100% - 35px);
    overflow-y: scroll;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layerHolder ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layerHolder ul > li {
    border-bottom: 1px solid #241f1f;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer {
    min-height: 35px;
    padding: 0px;
    overflow: auto;
    cursor: default;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer .dragger {
    background-color: #406b8c;
    width: 10px;
    min-height: 34px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    cursor: move;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer.selected .layerName{
    color: #d1c738;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer.locked .layerName {
    color: #c63f3f;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer.spacer {
    background-color: #d2d2d2;
    color: #241f1f;
    line-height: 34px;
    cursor: default;
    padding: 0 20px;
    border-bottom: 1px solid #241f1f;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer.spacer p {
    width: calc(100% - 34px);
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    float: left;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer.spacer .timeLineZoomControls {
    float: right;
    color: #494242;
    cursor: pointer;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer.layerGroup {
    position: relative;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer.layerGroup li {
    border-top: 1px solid #241f1f;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer.layerGroup span.glyphicon-chevron-right {
    position: absolute;
    top: 9px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: -webkit-transform 0.1s ease;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer.layerGroup.collapsed > ul {
    display: none;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer.layerGroup.collapsed span.glyphicon-chevron-right {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer.layerGroup > ul li:last-child {
    border-bottom: 0px;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer .eye {
    display: inline-block;
    color: #d2d2d2;
    cursor: pointer;
    position: relative;
    top: 10px;
    float: left;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer .eye-invisible {
    color: #241f1f;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer .lock {
    display: inline-block;
    color: #d2d2d2;
    cursor: pointer;
    position: relative;
    top: 10px;
    float: left;
    margin: 0 10px;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer .lock-invisible {
    color: #241f1f;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer .layerName {
    margin: 0px 0px 0px 25px;
    padding: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 34px;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer .layerName.selected {
    color: #d1c738;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layer .layerName.locked {
    color: #c63f3f;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight {
    flex: 1;
    position: relative;
    overflow-x:auto;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight #timeLineTime {
    height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #241f1f;
    line-height: 34px;
    background-color: #d2d2d2;
    min-width: 100%;
    position:absolute;
    /*padding-left: 25px;*/
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight #timeLineTime p {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    color: #241f1f;
    text-align: center;
    cursor: default;
    font-size: 0.7em;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans {
    position: absolute;
    min-width: calc(100%);
    height: calc(100% - 35px);
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: default;
    top : 35px;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layerHolder {
    position: absolute;
    width: 100%;
    height: calc(100% - 35px);
    overflow-x: hidden;
    overflow-y: auto;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layerHolder ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layerHolder ul > li:last-child {
    border-bottom: 0px;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer {
    min-height: 35px;
    padding: 0px;
    border-bottom: 1px solid #241f1f;
    position: relative;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer.spacer {
    background-color: #d2d2d2;
    color: #241f1f;
    line-height: 34px;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer.layerGroup {
    position: relative;
    border-bottom: 0px;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer.hover {
    border-top: 2px solid #c63f3f;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layerHolder .layer.hoverTop{
    border-top: 2px solid #c63f3f;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineLeft .layerHolder .layer.hoverBottom{
    border-bottom: 2px solid #c63f3f;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer span.timeSpan {
    position: absolute;
    top: 10px;
    height: 15px;
    background-color: #8dc63f;
    border-radius: 10px;
    display: block;
    cursor: move;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer span.timeSpan.lock {
    background-color: #c63f3f;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer span.timeSpan.selected {
    background-color: #d1c738 !important;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer span.timeSpan.layerHidden {
    opacity: 0.5;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer span.repeating {
    background-color: red !important;
    top: 0px;
    cursor: default;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer span.timeSpan .timeSpanHandleLeft {
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0px;
    left: 0px;
    cursor: ew-resize;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer span.timeSpan .timeSpanHandleRight {
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0px;
    right: 0px;
    cursor: ew-resize;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer span.timeSpanGroup {
    height: 35px;
    background-color: transparent;
    display: block;
    visibility: hidden;
}

.editorContainer .editorPanes .editorPanesBottom .timeLine .timeLineRight .layerTimeSpans .layer span.timeSpanGroup > .timeSpan {
    background-color: #00aef0;
    cursor: default;
}

.editorContainer .editorPanes #libraryLarge {
    display: none;
}

.editorContainer .editorPanes #librarySmall {
    display: none;
}

.editorContainer .editorPanes #librarySmall .toggleLibrarySize {
    cursor: pointer;
}

.editorContainer .editorPanes #properties {
    display: block;
}

.editorContainer .editorPanes #properties .propertiesList {
    margin: 10px 0px;
    display: block;
}

.editorContainer .editorPanes #properties .propertiesList button {
    margin-bottom: 20px;
}

.editorContainer .editorPanes #properties .propertiesList input, .editorContainer .editorPanes #properties .propertiesList select, .editorContainer .editorPanes #properties .propertiesList button {
    color: #494242;
    width: 50%;
    display: inline-block;
}

.editorContainer .editorPanes #properties .propertiesList p {
    padding: 0px;
    margin: 5px 0px;
    width: 40%;
    display: inline-block;
}

.editorContainer .editorPanes #properties .propertiesList.widgetProperties p, .editorContainer .editorPanes #properties .propertiesList.widgetProperties input, .editorContainer .editorPanes #properties .propertiesList.widgetProperties select {
    width: 100%;
}

.editorContainer .editorPanes #projectPanel {
    display: none;
}

.editorContainer .editorPanes .sideMenuPane .sideMenuLink {
    cursor: pointer;
}

.editorContainer .editorPanes .sideMenuPane .category {
    margin: 0px;
    background-repeat: no-repeat;
    background-position: 0px 9px;
    padding: 5px 0px 5px 20px;
    cursor: pointer;
    background-image: url("../img/plus.gif");
    border-bottom: 1px solid #d2d2d2;
}

.editorContainer .editorPanes .sideMenuPane .category > span {
    display: none;
}

.editorContainer .editorPanes .sideMenuPane .category.open {
    background-image: url("../img/minus.gif");
}

.editorContainer .editorPanes .sideMenuPane .category.open > span {
    display: inline;
    font-size: 0.8em;
}

.editorContainer .editorPanes .sideMenuPane ul {
    margin: 0px;
    padding: 10px 0px;
    list-style-type: none;
}

.editorContainer .editorPanes .sideMenuPane ul.hidden {
    display: none;
}

.editorContainer .editorPanes .sideMenuPane ul li {
    cursor: move;
    margin-bottom: 10px;
}

.editorContainer .editorPanes .sideMenuPane ul li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*
.editorContainer .editorPanes .sideMenuPane ul li p {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 70px);
}

.editorContainer .editorPanes .sideMenuPane ul li img {
    float: left;
    width: 50px;
    margin-right: 20px;
}
*/
.editorContainer .editorPanes .sideMenuPane .projectLibrary ul {
    margin: 0px;
    padding: 10px 0px;
    list-style-type: none;
}

.editorContainer .editorPanes .sideMenuPane .projectLibrary ul.hidden {
    display: none;
}

.editorContainer .editorPanes .sideMenuPane .projectLibrary ul li {
    cursor: move;
    margin-bottom: 10px;
}

.editorContainer .editorPanes .sideMenuPane .projectLibrary ul li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.editorContainer .editorPanes .sideMenuPane .projectLibrary ul li p {
    float: right;
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
    line-height: 50px;
}

.editorContainer .editorPanes .sideMenuPane .projectLibrary ul li p.removeFromProjectLibrary {
    float: left;
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.editorContainer .editorPanes .sideMenuPane .projectLibrary ul li .holder {
    float: left;
    width: 50px;
    margin-right: 20px;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.editorContainer .editorPanes .sideMenuPane .projectLibrary ul li .holder img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.editorContainer .editorPanes .sideMenuPane .fullLibrary ul {
    margin: 0px;
    padding: 10px 0px;
    list-style-type: none;
}

.editorContainer .editorPanes .sideMenuPane .fullLibrary ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.editorContainer .editorPanes .sideMenuPane .fullLibrary ul.hidden {
    display: none;
}

.editorContainer .editorPanes .sideMenuPane .fullLibrary ul li {
    float: left;
    width: 90px;
    margin-right: 20px;
    cursor: default;
}

.imgHolder {
    margin: 0 auto;
    overflow: hidden;
    height:80px;
    width : 90px;
}

.imgHolder img {
    width:70px;
    vertical-align: middle;
    float: none;
    cursor: pointer;
    margin-top:15px;
}
/*
.editorContainer .editorPanes .sideMenuPane .fullLibrary ul li p {
    padding: 0px;
    width: auto;
    text-align: center;
    margin-top: 10px;
    font-size: 0.8em;
    float: none;
}

.editorContainer .editorPanes .sideMenuPane .fullLibrary ul li p:last-child {
    cursor: pointer;
}
*/
.editorContainer .editorPanes #previewPlayer {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #494242;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    display: none;
}

.editorContainer .editorPanes #previewPlayer .previewCloseButton {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: black;
    color: white;
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-size: 20px;
    opacity: 0.75;
}

.headerRow {
    width: 100%;
    height: 92px;
}

.header-logo {
    float: left;
    line-height: 92px;
    text-align: left;
    margin-left: 80px;
}

.headerRow .header-login-info {
    float: right;
    line-height: 92px;
    text-align: right;
    margin-right: 80px;
}

.headerRow .header-login-info span {
    cursor: pointer;
}

.headerRowMin {
    width: 100%;
    height: 30px;
}

.headerRowMin .header-logo {
    float: left;
    line-height: 30px;
    text-align: left;
    margin-left: 80px;
}

.headerRowMin .header-login-info {
    float: right;
    line-height: 30px;
    text-align: right;
    margin-right: 80px;
}

.headerRowMin .header-login-info span {
    cursor: pointer;
}

.footer {
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.homeNavigation {
    height: 100%;
    min-height:310px;
    width : 270px;
    list-style-type: none;
    padding: 0px 20px 0px 80px;
    margin: 0px 10px 0px 0px;
    border-right: 1px solid #494242;
    float: left;
    overflow: hidden;
}

.homeNavigation.collapsed{
    width : 120px;
}

.homeNavigation li{
    display:block;
    clear:both;
}


.homeNavigation a:hover {
    text-decoration: none;
    color: #c63f3f;
}

.homeNavigation a.active {
    color: #c63f3f;
}

.homeNavigation a.disabled {
    color: #494242;
    cursor: default;
}

.homeNavigation a.disabled:hover {
    text-decoration: none;
    color: #494242;
    cursor: default;
}

.homeNavigation li{
    height: 19%;
    width:170px;
}

.homeNavigation li a{
    font-size: 1.02em;
    color: #d2d2d2;
    position:relative;
}


.homeNavigation li a span{
    font-size: 1.65em;
    display: inline-block;
    position:absolute;
    left:50px;
    top:27px;
}


.homeNavigation a:before {
    font-family: "HomeIcons";
    display:inline-block;
    font-size: 4.5em;
    margin-left: -35px;
    margin-right: 15px;
    text-align: center;
    position:absolute;
}

.homeNavigation a.profileLink:before {
    content: "a";
}

.homeNavigation a.teamsLink:before {
    content: "d";
}

.homeNavigation a.projectsLink:before {
    content: "e";
}

.homeNavigation a.displaysLink:before {
    content: "b";
}

.homeNavigation a.libraryLink:before {
    content: "c";
}

.homeContainer {
    /*  flex: 1;
      margin-right: 80px;*/
    margin-right: 80px;
    float: left;
    overflow-y: auto;
    height: 100%;
}

.homeContainer .welcomeToActiv {
    height: 50%;
    padding: 4.5%;
    background-color: #494242;
}

.homeContainer .welcomeToActiv h1 {
    color: #00aef0;
}

.homeContainer .welcomeToActiv p {
    margin: 10px 0px;
    padding: 0px;
}

.previous-project {
    height: 50%;
    padding: 4.5%;
    background-color: #494242;
    cursor: pointer;
    overflow-x: auto;
}

.previous-project__preview {
    float: left;
    min-width: 250px;
    text-align: center;
}

.previous-project__meta {
    float: left;
    margin-left: 4.5%;
}

.previous-project img {
    width: auto;
    height: auto;
    max-height: 210px;
}

.previous-project h2 {
    margin-bottom: 20px;
    color: #00aef0;
}

.previous-project p {
    margin-bottom: 5px;
    font-size: 1.2857em;
}

.previous-project:hover h2 {
    color: #c63f3f;
}

.homeContainer .recentProjectsBox {
    float: left;
}

.homeContainer .recentDisplaysBox {
    float: right;
}

.homeContainer .homepageSmallBox {
    width: calc((100% / 2) - 2%);
    background-color: #494242;
    margin-top: 4%;
    height: 42%;
    padding: 4%;
    overflow: hidden;
}

.homeContainer .homepageSmallBox .scroller {
    overflow: auto;
}

.homeContainer .homepageSmallBox .scroller ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.homeContainer .homepageSmallBox .scroller ul li {
    float: left;
    margin-right: 40px;
    cursor: pointer;
}

.homeContainer .homepageSmallBox .scroller ul li img {
    width: 175px;
}

.homeContainer .homepageSmallBox h3 {
    margin-bottom: 4%;
}

.homeContainer .homepageSmallBox p {
    margin: 0px;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

.profileContainer {
    /*  display: flex;
      flex: 1;
      flex-direction: column;
      margin-right: 80px;*/
    margin-right: 80px;
    float: left;
    height: 100%;
    overflow-y: auto;
}

.profileContainer ul.tabSubHeaderMenu {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 40px 0px !important;
    list-style-type: none;
    border-bottom: 1px solid #00aef0;
}

.profileContainer ul.tabSubHeaderMenu li {
    float: left;
    margin-right: 40px;
    color: #d2d2d2;
    font-size: 1.7142em;
    cursor: pointer;
}

.profileContainer ul.tabSubHeaderMenu li:hover {
    color: #00aef0;
}

.profileContainer ul.tabSubHeaderMenu li.active {
    color: #00aef0;
}

.profileContainer .searchBox {
    margin-bottom: 20px;
    width: 160px;
}

.profileContainer .basicInfo {
    margin-bottom: 40px;
}

.profileContainer .basicInfo .editAvatarHolder, .profileContainer .basicInfo .editInfoHolder {
    float: left;
}

.profileContainer .basicInfo img.userAvatar {
    float: left;
    margin-right: 40px;
}

.profileContainer .basicInfo h3 {
    color: #c63f3f;
    margin-bottom: 22px;
}

.profileContainer .basicInfo p .glyphicon {
    margin-left: 10px;
    cursor: pointer;
}

.profileContainer .basicInfo button {
    margin: 20px 20px 0px 0px;
}

.profileContainer .teamList {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-bottom: 40px;
}

.profileContainer .teamList ul {
    flex: 1;
    overflow: auto;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.profileContainer .teamList ul li {
    margin-bottom: 20px;
}

.profileContainer .teamList ul li img {
    float: left;
    margin-right: 20px;
}

.profileContainer .teamList ul li h4 {
    color: #c63f3f;
    margin-top: 0px;
}

.profileContainer .teamList ul li p.joinDate {
    font-size: 0.75em;
}

.profileContainer .groupList ul {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 0 10px 0!important;
    height:45px;
}

.profileContainer .groupList ul li {
    margin-bottom: 20px;
}

.profileContainer .groupList .userImageHolder {
    float: left;
    margin-right: 20px;
}

.profileContainer .groupList .userDataHolder {
    float: left;
}

.profileContainer .groupList .userDataHolder h4 {
    margin-top: 0px;
}

.teamsContainer {
    /*  display: flex;
      flex: 1;
      flex-direction: column;
      margin-right: 80px;*/
    margin-right: 80px;
    float: left;
    height: 100%;
}

.teamsContainer .teamsContentHolder {
    margin: 0px;
    padding: 0px;
    height: calc(100%);
    overflow-y: auto;
}

.teamsContainer ul.tabSubHeaderMenu {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 40px 0px;
    list-style-type: none;
    border-bottom: 1px solid #00aef0;
}

.teamsContainer ul.tabSubHeaderMenu li {
    float: left;
    margin-right: 40px;
    color: #d2d2d2;
    font-size: 1.7142em;
    cursor: pointer;
}

.teamsContainer ul.tabSubHeaderMenu li.active {
    color: #00aef0;
}

.teamsContainer dl {
    /*    flex: 1;
        overflow: auto;*/
    margin: 0px;
    height: calc(100% - 90px);
    overflow-y: auto;
}

.teamsContainer dl span {
    margin-bottom: 2px;
    display: block;
}

.teamsContainer dl span:last-child dd {
    border-bottom: 1px solid #494242;
}

.teamsContainer dl dt {
    width: 100%;
    background-color: #494242;
    font-weight: normal;
    height: 80px;
    cursor: pointer;
}

.teamsContainer dl dt img {
    float: left;
    margin-right: 40px;
}

.teamsContainer dl dt p {
    height: 80px;
    line-height: 80px;
    margin: 0px;
    padding: 0px;
    color: #00aef0;
    font-size: 1.7142em;
}

.teamsContainer dl dd {
    height: 0px;
    overflow: hidden;
}

.teamsContainer dl dd.show {
    height: auto;
    padding: 20px;
}

.teamsContainer dl dd.show .teamInformationSection {
    margin-bottom: 40px;
    display: none;
}

.teamsContainer dl dd.show .teamInformationSection.showSection {
    display: block;
}

.teamsContainer dl dd.show .teamInformationSection .teamInformationList {
    margin: 0px 0px 40px 0px;
    padding: 0px;
    list-style-type: none;
}

.teamsContainer dl dd.show .teamInformationSection .teamInformationList li {
    display: block;
    margin-bottom: 10px;
}

.teamsContainer dl dd.show .teamInformationSection .teamInformationList li img {
    float: left;
    margin-right: 10px;
}

.teamsContainer dl dd.show .teamInformationSection .teamInformationList li p {
    float: left;
    margin: 0px;
}

.teamsContainer dl dd.show .teamInformationSection.projectsSection li {
    margin-bottom: 20px;
}

.teamsContainer dl dd.show .teamInformationSection.projectsSection li h4 {
    margin: 0px 0px 10px 0px;
}

.teamsContainer dl dd.show .teamInformationSection.projectsSection li p {
    float: none;
    margin-left: 50px;
}

.teamsContainer dl dd.show .teamInformationSection.membersSection li {
    margin-bottom: 20px;
}

.teamsContainer dl dd.show .teamInformationSection.membersSection li p {
    line-height: 60px;
    height: 60px;
}

.teamsContainer dl dd p.small {
    font-size: 0.7em;
    margin: 0px;
}

.teamsContainer ul.newTeamList {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.teamsContainer ul.newTeamList li {
    background-color: #494242;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.teamsContainer ul.newTeamList li:hover h3 {
    color: #c63f3f;
}

.teamsContainer ul.newTeamList li h3 {
    color: #00aef0;
    margin-bottom: 20px;
}

.teamsContainer ul.newTeamList li h3 .removeButton {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    color: #c63f3f;
}

.teamsContainer ul.newTeamList li p {
    margin: 5px;
}

.teamsContainer ul.newTeamList li.newTeam h3 {
    margin: 0px;
}

.teamsContainer ul.newTeamList li.newTeam h3 span {
    font-size: 0.8em;
}

.teamsContainer ul.newTeamList li.newTeam div {
    margin-top: 20px;
}

.teamsContainer ul.newTeamList li.newTeam div label {
    display: block;
    margin-bottom: 20px;
}

.teamsContainer ul.newTeamList li.newTeam div label:last-child {
    margin-bottom: 0px;
}

.teamsContainer ul.newTeamList li.newTeam div label p {
    width: 90px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.teamsContainer ul.newTeamList li.newTeam div label input, .teamsContainer ul.newTeamList li.newTeam div label select, .teamsContainer ul.newTeamList li.newTeam div label textarea {
    margin-left: 20px;
    color: #241f1f;
    width: calc(100% - 110px);
}

.teamsContainer ul.newTeamList li.newTeam div label textarea {
    height: 100px;
}

.teamsContainer ul.newTeamList li.newTeam div button {
    border: 0px;
    margin: 20px 0px 0px 0px;
    background-color: #c63f3f;
    color: #241f1f;
    padding: 10px;
    width: 160px;
    display: block;
}

.projectsContainer {
    /*  display: flex;
      flex: 1;
      flex-direction: column;
      margin-right: 80px;*/
    margin-right: 80px;
    float: left;
    height: 100%;
    overflow-y: auto;
}

.projectsContainer #projectsUL {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: calc(100% - 90px);
    overflow-y: auto;
}

.projectsContainer #projectsUL .projectsLI {
    background-color: #494242;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.projectsContainer #projectsUL .projectsLI:hover h3 {
    color: #c63f3f;
}

.projectsContainer #projectsUL .projectsLI h3 {
    color: #00aef0;
    margin-bottom: 20px;
}

.projectsContainer #projectsUL .projectsLI h3 .removeButton {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    color: #c63f3f;
}

.projectsContainer #projectsUL .projectsLI p {
    margin: 5px;
}

.projectsContainer .newProject h3 {
    margin: 0px;
}

.projectsContainer .newProject h3 span {
    font-size: 0.8em;
}

.projectsContainer .newProject div {
    margin-top: 20px;
}

.projectsContainer .newProject div label {
    display: block;
    margin-bottom: 20px;
}

.projectsContainer .newProject div label p {
    width: 102px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.projectsContainer .newProject div label:last-child {
    margin-bottom: 0px;
}

.projectsContainer .newProject div label input, .projectsContainer .newProject div label select {
    margin-left: 20px;
    width: 200px;
    color: #241f1f;
}

.projectsContainer  .newProject div button {
    border: 0px;
    margin: 20px 0px 0px 0px;
    background-color: #c63f3f;
    color: #241f1f;
    padding: 10px;
    width: 160px;
    display: block;
}

.displaysContainer {
    /*  display: flex;
      flex: 1;
      flex-direction: column;
      margin-right: 80px;*/
    margin-right: 80px;
    float: left;
    height: 100%;
}

.displaysContainer ul.tabSubHeaderMenu {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 15px 0px;
    list-style-type: none;
    border-bottom: 1px solid #00aef0;
}

.displaysContainer ul.tabSubHeaderMenu li {
    float: left;
    margin-right: 40px;
    color: #d2d2d2;
    font-size: 1.7142em;
    cursor: pointer;
}

.displaysContainer ul.tabSubHeaderMenu li.active {
    color: #00aef0;
}

.displaysContainer ul.tabSubHeaderMenu li.disabled {
    color: #494242;
    cursor: default;
}

.displaysContainer dl {
    height: calc(100% - 90px);
    overflow-y: auto;
    margin: 0px;
}

.displaysContainer dl span {
    margin-bottom: 2px;
    display: block;
}

.displaysContainer dl span:last-child dd.show {
    border-bottom: 1px solid #494242;
}

.displaysContainer dl span:last-child #displayInformation_newDisplay {
    margin-top: -20px;
    margin-bottom: 20px;
}

.displaysContainer dl dt {
    width: 100%;
    background-color: #494242;
    font-weight: normal;
    height: 66px;
    cursor: pointer;
    margin-bottom: 20px;
}

.displaysContainer dl dt img {
    float: left;
    margin-right: 40px;
}

.displaysContainer dl dt p {
    height: 66px;
    line-height: 66px;
    margin: 0px;
    padding: 0px 20px;
    color: #00aef0;
    font-size: 1.7142em;
}

.displaysContainer dl dt p .glyphicon {
    font-size: 0.8em;
}

.displaysContainer dl dt p .deleteButton {
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 23px;
    color: #c63f3f;
}

.displaysContainer dl dd {
    height: 0px;
    overflow: hidden;
}

.displaysContainer dl dd.show {
    height: auto;
    padding: 20px;
}

.displaysContainer dl dd.show .displayInformationSection {
    margin-bottom: 40px;
    display: none;
}

.displaysContainer dl dd.show .displayInformationSection.quickProjectSection > div p {
    float: left;
    width: 150px;
}

.displaysContainer dl dd.show .displayInformationSection.quickProjectSection > div select {
    float: left;
    color: #494242;
}

.displaysContainer dl dd.show .displayInformationSection.quickProjectSection button {
    margin: 10px 0 0 0 !important;
}

.displaysContainer dl dd.show .displayInformationSection.showSection {
    display: block;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex: 1;
    margin-bottom: 40px;
    position: relative;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleLeft {
    width: 150px;
    background-color: #494242;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleLeft > div {
    padding: 15px 20px 15px 0px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleLeft > div.toolsMenu {
    height: 30px;
    padding: 0px 20px 0px 0px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleLeft > div.toolsMenu p {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleLeft > div.toolsMenu span {
    float: right;
    margin-left: 20px;
    cursor: pointer;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleLeft > div p {
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight {
    flex: 1;
    background-color: #d2d2d2;
    overflow: auto;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight > div {
    width: 1999px;
    height: 50px;
    padding: 15px 0px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight div.times p {
    color: #241f1f;
    float: left;
    margin: 0px;
    padding: 0px 20px;
    text-align: center;
    width: 80px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight div.day {
    position: relative;
    background-image: url("../img/scheduleBG.png");
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight div.day > span {
    display: block;
    position: absolute;
    top: 15px;
    left: 0px;
    background-color: #c63f3f;
    height: 20px;
    border-radius: 10px;
    padding-left: 10px;
    opacity: 0.9;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: move;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight div.day > span.warning {
    background-color: red !important;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight div.day > span.warning p {
    color: white;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight div.day > span.selected {
    background-color: #241f1f !important;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight div.day > span.selected p {
    color: white;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight div.day > span.unselected {
    opacity: 0.3;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight div.day > span span.handle {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: transparent;
    top: 0px;
    cursor: w-resize;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight div.day > span span.handle.leftHandle {
    left: 0px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight div.day > span span.handle.rightHandle {
    right: 0px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .scheduleRight div.day > span p {
    padding: 0px;
    margin: 0px;
    font-size: 0.7em;
    line-height: 20px;
    height: 20px;
    color: #241f1f;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .editPanel {
    display: none;
    position: absolute;
    padding: 20px;
    width: 50%;
    height: 350px;
    background-color: rgba(36, 31, 31, 0.8);
    left: calc(50% - (50% / 2));
    top: calc(50% - 175px);
    z-index: 10000;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .editPanel .editClose {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #c63f3f;
    cursor: pointer;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .editPanel .editClose:hover {
    text-decoration: underline;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .editPanel h4 {
    margin: 0px 0px 20px 0px;
    color: #c63f3f;
    border-bottom: 1px solid #c63f3f;
    padding-bottom: 10px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .editPanel .editForm label.clash {
    color: #c63f3f;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .editPanel .editForm .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .editPanel .showColourPicker {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    bottom: 25px;
    border: 2px solid #241f1f;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .editPanel .colourPicker {
    display: none;
    position: absolute;
    width: 30%;
    height: 100%;
    background-color: #241f1f;
    top: 0px;
    right: 0px;
    padding: 10px 20px;
    overflow: auto;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .editPanel .colourPicker ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .editPanel .colourPicker ul li {
    display: block;
    margin: 6px 0px;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleWeek .editPanel .colourPicker ul li p {
    margin: 0px;
    padding: 0px;
    font-size: 0.75em;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleList h4 {
    border-bottom: 1px solid #c63f3f;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #c63f3f;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleList h4.collapsable {
    cursor: pointer;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleList h5 {
    border-bottom: 1px solid #00aef0;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #00aef0;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleList > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleList .timespanHolder {
    margin-left: 20px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleList .timespanHolder:last-child {
    margin-bottom: 40px;
}

.displaysContainer dl dd.show .displayInformationSection.schedulesSection .scheduleList .timespanHolder hr {
    border-color: #00aef0;
}

.displaysContainer dl dd.show .displayInformationSection.statsSection .chartHolder h3 {
    margin-bottom: 20px;
}

.displaysContainer dl dd.show .displayInformationSection.statsSection .chartChanger select {
    padding: 5px;
    color: #241f1f;
    margin-bottom: 20px;
}

.displaysContainer dl dd p.small {
    font-size: 0.7em;
    margin: 0px;
}

.libraryContainer {
    width:100%;
    height:100%;
}

.libraryContainer #fileUploadQueueContainer {
    /*max-height: 300px;
    overflow: auto;
    */
}

.libraryContainer #fileUploadQueueContainer .uploadProgressBarHolder {
    width: 240px;
    height: 20px;
    border: 1px solid #241f1f;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.libraryContainer #fileUploadQueueContainer .uploadProgressBarHolder .uploadProgressBar {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #8dc63f;
}

.libraryContainer #fileUploadQueueContainer .fileUploadQueue {
    margin-bottom: 10px;
    background-color: #494242;
    height: 90px;
    padding: 5px;
    position: relative;
}

.libraryContainer #fileUploadQueueContainer .fileUploadQueue .libraryUploadAnimation {
    width: 50px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -25px;
}

.libraryContainer #fileUploadQueueContainer .fileUploadQueue .libraryUploadText {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 140px;
    top: calc(50% - 10px);
}

.libraryContainer #fileUploadQueueContainer .fileUploadQueue p.fileName {
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
}

.libraryContainer #fileUploadQueueContainer .fileUploadQueue img {
    max-width: 80px;
    max-height : 80px;
    width: auto;
    height: auto;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;

    margin-right: 20px;
    float: left;
}

.libraryContainer #fileUploadQueueContainer .fileUploadQueue video {
    width: 100px;
    margin-right: 20px;
    float: left;
}

.libraryContainer #fileUploadQueueContainer .fileUploadQueue input {
    color: #241f1f;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    margin-left: 90px;
    width: 30%;
}

.libraryContainer #fileUploadQueueContainer .fileUploadQueue:last-child {
    margin-bottom: 0px;
}

.libraryContainer .doUpload {
    border: 0px;
    margin: 20px 0px;
    background-color: #c63f3f;
    color: #241f1f;
    padding: 10px;
    width: 160px;
}

.libraryContainer dl {
    /*    flex: 1;
        overflow: auto;*/
    margin: 20px 0 0 0;
    height: calc(100% - 90px);
    overflow-y: auto;
}

.libraryContainer .removeButton {
    cursor: pointer;
}

.libraryContainer dl span {
    margin-bottom: 2px;
    display: block;
}

.libraryContainer dl span:last-child dd {
    border-bottom: 1px solid #494242;
}

.libraryContainer dl dt {
    width: 100%;
    background-color: #494242;
    font-weight: normal;
    height: 80px;
    cursor: pointer;
}

.libraryContainer dl dt img {
    float: left;
    margin-right: 40px;
}

.libraryContainer dl dt p {
    height: 80px;
    line-height: 80px;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #00aef0;
    font-size: 1.7142em;
}

.libraryContainer dl dd {
    height: 0px;
    max-height: 250px;
    overflow: auto;
}

.libraryContainer dl dd.show {
    height: auto;
    margin: 20px;
}

.libraryContainer .libraryUl {
    list-style-type: none;
    padding: 0px;
    margin: 20px 0 0 0;
}

.libraryContainer .libraryUl li {
    float: left;
    margin-right: 20px;
    width: 90px;
}
/*
.libraryContainer ul li p {
    text-align: center;
    margin-top: 10px;
    font-size: 0.8em;
    width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

.libraryContainer p.small {
    font-size: 0.7em;
    margin: 0px;
}

.loginContainer {
    padding: 20px;
    width: 50%;
    position: absolute;
    left: calc(50% - 25%);
    top: 150px;
    background-color: #494242;
}

.loginContainer h2 {
    color: #c63f3f;
    margin: 20px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}

.loginContainer input {
    border-radius: 0px;
}

.loginContainer button {
    margin: 10px 0px;
}

.loginContainer .loginErrors {
    color: #c63f3f;
}

.loginContainer .loginErrors ul {
    padding-left: 20px;
}

.registerContainer {
    padding: 20px;
    width: 50%;
    position: absolute;
    left: calc(50% - 25%);
    top: 80px;
    background-color: #494242;
}

.registerContainer h2 {
    color: #c63f3f;
    margin: 20px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}

.registerContainer input {
    border-radius: 0px;
}

.registerContainer button {
    margin: 10px 0px;
}

.registerContainer .avatarRegister {
    margin-bottom: 10px;
    height: 60px;
}

.registerContainer .avatarRegister p {
    float: left;
    width: 130px;
    margin-top: 20px;
}

.registerContainer .avatarRegister img {
    float: left;
}

.registerContainer .registerLine {
    margin-bottom: 10px;
}

.registerContainer .registerLine label {
    width: 130px;
}

.registerContainer .registerLine input {
    width: 200px;
    color: #000000;
}

.registerContainer .registerCompanyName {
    color: #c63f3f;
    margin-left: 130px;
}

.registerContainer .registerCompanyName span {
    color: #00aef0;
}

.registerContainer .editAvatarRegister {
    position: relative;
    left: -20px;
    top: 5px;
    color: #c63f3f;
    cursor: pointer;
}

.registerContainer .registerMessage {
    margin-bottom: 20px;
    color: #c63f3f;
}

.editAvatar {
    position: relative;
    left: -60px;
    top: 11px;
    color: #c63f3f;
    cursor: pointer;
}

.quickProjectPublish {
    border: 0px;
    margin: 0px 0px 0px 10px;
    background-color: #c63f3f;
    color: #241f1f;
    padding: 4px;
    width: 140px;
    display: inline-block;
}

.publishDisabled {
    background-color: lightgray;
}

#boxCodeInput, #boxTitleInput, #macAddressInput, #groupTitleInput {
    padding: 2px;
    width: 400px;
}

#displayInformation_newDisplay button, .d_redButton {
    border: 0px;
    background-color: #c63f3f;
    color: #241f1f;
    padding: 10px;
    width: 160px;
    display: inline-block;
}

#displayInformation_newDisplayGroup button, .d_redButton {
    border: 0px;
    background-color: #c63f3f;
    color: #241f1f;
    padding: 10px;
    width: 160px;
    display: inline-block;
}

.circle {
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    /*vertical-align: middle;*/
}


.display_gray {
    background: lightgray;
    background: -webkit-linear-gradient(lightgray, darkgray);
    background: -o-linear-gradient(lightgray, darkgray);
    background: -moz-linear-gradient(lightgray, darkgray);
    background: linear-gradient(lightgray, darkgray);
}

.display_red {
    background: lightcoral;
    background: -webkit-linear-gradient(darkred, red);
    background: -o-linear-gradient(darkred, red);
    background: -moz-linear-gradient(darkred, red);
    background: linear-gradient(darkred, red);
}

.display_amber {
    background: lightgoldenrodyellow;
    background: -webkit-linear-gradient(darkorange, orange);
    background: -o-linear-gradient(darkorange, orange);
    background: -moz-linear-gradient(darkorange, orange);
    background: linear-gradient(darkorange, orange);
}

.display_green {
    background: lightgreen;
    background: -webkit-linear-gradient(darkgreen, green);
    background: -o-linear-gradient(darkgreen, green);
    background: -moz-linear-gradient(darkgreen, green);
    background: linear-gradient(darkgreen, green);
}

.display_blue {
    background: #A74AC7;
    background: -webkit-linear-gradient(#461B7E, #A74AC7);
    background: -o-linear-gradient(#461B7E, #A74AC7);
    background: -moz-linear-gradient(#461B7E, #A74AC7);
    background: linear-gradient(#461B7E, #A74AC7);
}

.ellipsisContent {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    padding: 2px;
}

.thinScrollbar::-webkit-scrollbar {
    width: 6px;
}

.templateBlock {
    background-color: #efefef;
}

.templateBlock_video {
    background-image: url("../img/holder_video.png?v=2");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #efefef;
    background-size: contain;
}

.templateBlock_image {
    background-image: url("../img/holder_image.png?v=2");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #efefef;
    background-size: contain;
}

.ngdialog.ngdialog-alertOverride .ngdialog-content {
    width: 20%;
}

.ng-dialog-alertContent {
    text-align: center;
    background-color: #241F1F;
    color: white;
    padding: 15px;
}

.ngdialog.ngdialogNewSchedule .ngdialog-content {
    width: 600px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

/* new display page styles */
#displayListContainer {
    height: calc(100% - 90px);
    overflow-y: auto;
    margin: 0px;
}

.displayPagePanel {

}

.displayPagePanelHeading {
    position: relative;
    background-color: #494242;

    color: #00aef0;
    font-size: 1.7142em;
    padding: 16px 20px 0px 20px;
    cursor: pointer;
    height: 66px;
    margin-top: 20px;
    margin-bottom: 20px;

}

.displayPagePanelHeadingGlyphicon {
    font-size: 0.8em;
}

.displayInformation {
    padding: 20px;
}

.lastActivitySpan {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #00aef0;
}

.deleteButton {
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    color: #c63f3f;
    font-size: 0.8em;
}

.displayDetailsInputLabel {
    float: left;
    width: 150px;
}

.scheduleWeek {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex: 1;
    margin-bottom: 40px;
    position: relative;
}

.scheduleWeek .scheduleLeft {
    width: 150px;
    background-color: #494242;
}

.scheduleWeek .scheduleLeft > div {
    padding: 15px 20px 15px 0px;
}

.scheduleWeek .scheduleLeft > div.toolsMenu {
    height: 30px;
    padding: 0px 20px 0px 0px;
}

.scheduleWeek .scheduleLeft > div.toolsMenu p {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.scheduleWeek .scheduleLeft > div.toolsMenu span {
    float: right;
    margin-left: 20px;
    cursor: pointer;
}

.scheduleWeek .scheduleLeft > div p {
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.scheduleWeek .scheduleRight {
    flex: 1;
    background-color: #d2d2d2;
    overflow: auto;
}

.scheduleWeek .scheduleRight > div {
    width: 1999px;
    height: 50px;
    padding: 15px 0px;
}

.scheduleWeek .scheduleRight div.times p {
    color: #241f1f;
    float: left;
    margin: 0px;
    padding: 0px 20px;
    text-align: center;
    width: 80px;
}

.scheduleWeek .scheduleRight div.day {
    position: relative;
    background-image: url("../img/scheduleBG.png");
}

.scheduleWeek .scheduleRight div.day > span {
    display: block;
    position: absolute;
    top: 15px;
    left: 0px;
    background-color: #c63f3f;
    height: 20px;
    border-radius: 10px;
    padding-left: 10px;
    opacity: 0.9;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: move;
}

.scheduleWeek .scheduleRight div.day > span.warning {
    background-color: red !important;
}

.scheduleWeek .scheduleRight div.day > span.warning p {
    color: white;
}

.scheduleWeek .scheduleRight div.day > span.selected {
    background-color: #241f1f !important;
}

.scheduleWeek .scheduleRight div.day > span.selected p {
    color: white;
}

.scheduleWeek .scheduleRight div.day > span.unselected {
    opacity: 0.3;
}

.scheduleWeek .scheduleRight div.day > span span.handle {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: transparent;
    top: 0px;
    cursor: w-resize;
}

.scheduleWeek .scheduleRight div.day > span span.handle.leftHandle {
    left: 0px;
}

.scheduleWeek .scheduleRight div.day > span span.handle.rightHandle {
    right: 0px;
}

.scheduleWeek .scheduleRight div.day > span p {
    padding: 0px;
    margin: 0px;
    font-size: 0.7em;
    line-height: 20px;
    height: 20px;
    color: #241f1f;
}

.scheduleWeek .editPanel {
    display: none;
    position: absolute;
    padding: 20px;
    width: 50%;
    height: 350px;
    background-color: rgba(36, 31, 31, 0.8);
    left: calc(50% - (50% / 2));
    top: calc(50% - 175px);
    z-index: 10000;
}

.scheduleWeek .editPanel .editClose {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #c63f3f;
    cursor: pointer;
}

.scheduleWeek .editPanel .editClose:hover {
    text-decoration: underline;
}

.scheduleWeek .editPanel h4 {
    margin: 0px 0px 20px 0px;
    color: #c63f3f;
    border-bottom: 1px solid #c63f3f;
    padding-bottom: 10px;
}

.scheduleWeek .editPanel .editForm label.clash {
    color: #c63f3f;
}

.scheduleWeek .editPanel .editForm .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.scheduleWeek .editPanel .showColourPicker {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    bottom: 25px;
    border: 2px solid #241f1f;
}

.scheduleWeek .editPanel .colourPicker {
    display: none;
    position: absolute;
    width: 30%;
    height: 100%;
    background-color: #241f1f;
    top: 0px;
    right: 0px;
    padding: 10px 20px;
    overflow: auto;
}

.scheduleWeek .editPanel .colourPicker ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.scheduleWeek .editPanel .colourPicker ul li {
    display: block;
    margin: 6px 0px;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}

.scheduleWeek .editPanel .colourPicker ul li p {
    margin: 0px;
    padding: 0px;
    font-size: 0.75em;
}

.scheduleList h4 {
    border-bottom: 1px solid #c63f3f;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #c63f3f;
}

.scheduleList h4.collapsable {
    cursor: pointer;
}

.scheduleList h5 {
    border-bottom: 1px solid #00aef0;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #00aef0;
}

.scheduleList > ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.scheduleList .timespanHolder {
    margin-left: 20px;
}

.scheduleList .timespanHolder:last-child {
    margin-bottom: 40px;
}

.scheduleList .timespanHolder hr {
    border-color: #00aef0;
}

.displayDragHandle {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    height: 60px;
    width: 10px;
    background-color: #406b8c;
    cursor: move;
}

.blockQuickProjectUI {
    top: -20px;
    left: -10px;
    opacity: 0.6;
    background-color: black;
    z-index: 9999;
    position: absolute;
    height: 210px;
    width: 100%;
    border-radius: 10px;

}

.blackText {
    color: black;
}

.dLink {
    cursor: pointer;
    color: #8dc63f;
}

.dLink_active {
    color: #00aef0;
}

#dataFeedsContainer {
    height: calc(100% - 90px);
    overflow-y: auto;
    margin: 0px;
}

.dPanel_redButton {
    border: 0px;
    background-color: #c63f3f;
    color: #241f1f;
    padding: 10px;
    min-width: 160px;
    display: inline-block;
}

.dPanel_blueButton {
    border: 0px;
    background-color: #A74AC7;
    color: #241f1f;
    padding: 5px;
    min-width: 160px;
    display: inline-block;
}

.timelineTick {
    margin: 0px !important;
    padding: 0px !important;
    display: inline-block !important;
    color: #241f1f !important;
    text-align: left !important;
    cursor: default !important;
    font-size: 0.7em !important;
    position:absolute;
    top:0;
}


.resizeGrip{
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 1px solid #000000;
    background-color: #c63f3f;
}
.nwGrip {
    left: -5px;
    top: -5px;
}
.neGrip{
    top: -5px;
    right: -5px;
}
.swGrip{
    bottom: -5px;
    left: -5px;
}
.seGrip{
    bottom: -5px;
    right:-5px;
}
.nGrip{
    top: -5px;
    left:50%;
}
.sGrip{
    bottom: -5px;
    left: 50%;
}
.wGrip{
    left:-5px;
    top:50%;
}
.eGrip{
    right:-5px;
    top:50%;
}


.timelineTickMark{
    display:block;
    position:absolute;
    top:28px;
    left : 12px;
    width: 1px;
    height:6px;
    background-color: #241f1f !important;
}

.timelineTickMarkSeconds{
    left : 1px;
}


#libraryList{
    margin-top:20px;
}



#libraryHeader{
    overflow:hidden;
}

#libraryRootFolderView {

}

#libraryFolderView{
    overflow:hidden;
}

.libraryFolderEntry{
    display: inline-block;
    margin-right: 10px;
    width:90px;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
}

.libraryFolderIcon{
    font-size:4em;
}

.assetDragEnter {
    background-color: #efefef;
    border-radius: 8px;
    color: black;
}

.modal.in .modal-dialog{
    z-index: 1041;
}

.activModalContent.modal-content{
    background-color:#241f1f;
    border-color:#888;
    color:white;
}

.modal-header{
    border-bottom-color:#888;
}

.modal-footer{
    border-top-color:#888;
}

.unselectable span,
.unselectable label,
.modal-title {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

.modal-header .close span
{
    color:white;
    text-shadow: none;
}

.templateContent .userAvatar{
    position : relative;
    width : 60px;
    height : 60px;
}

.templateContent .userAvatar .editAvatar{
    position: absolute;
    top: 5px;
    left: 40px;
    color: #c63f3f;
    cursor: pointer;
}


.tabView{
    display:none;
}

.tabView.active{
    display:block;
}

.inAccessible{
    background-color:#737373;
}

#csvUploadContainer {
    padding: 10px;
    width: 160px;
    background-color: #c63f3f;
    overflow: hidden;
}

#csvUploadContainer input {
    display: block !important;
    width: 157px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    color: #241f1f;
}

.backButton {
    border:1px solid transparent;
    padding:5px;
}
.backButton:hover{
    background-color: #3c3c3c;
    border:1px solid #525252;
    -moz-box-shadow:    0px 0px 0px -1px #ccc;
    -webkit-box-shadow: 0px 0px 0px -1px #ccc;
    box-shadow:         0px 0px 0px -1px #ccc;
}

.clearCss{
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.twoLineText {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    max-width: 100%;
    height: 40px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.threeLineText{
    height: 55px;
    -webkit-line-clamp: 3;
}


.activdsModal .modal-body{
    padding:0;
}

.activdsModal .modal-body.add-overflow-y {
    overflow-y: scroll;
}

.activdsModal .modal-body.auto-overflow-y {
    overflow-y: auto;
}

.activdsModal .modal-footer{
    margin-top:0;
}

.activdsModal .templateContent{
    padding:20px;
}

.comboBox{
    position:relative;
    width:100%;
}

.comboBoxInputContainer{
    /*border : solid 1px #efefef;*/
    width:100%;
}

.comboBoxInput{
    display:inline-block;
    width:250px;
    border : none;
    outline: none;
    padding:5px;
    /*border-top-left-radius : 5px;*/
    /*border-top-right-radius : 5px;*/
}

.comboBoxInput:active, .comboBoxInput:focus{
    border : none;
    outline: none;
}


.comboxBoxInputImage{
    vertical-align:top;
    margin-top:5px;
    display:inline-block;
    cursor:pointer;
    height:20px;
}

.comboBoxDropdown{
    display:none;
    /*position:absolute;*/
    top:20px; left:0;
    max-height:150px;
    overflow-y : hidden;
    overflow-x : hidden;
    z-index : 10001;
    background-color:white;
    /*border:solid 1px #efefef;*/
    width:250px;
}

.comboBoxUL{
    list-style:none;
    margin : 0;
    padding:0;
    display:block;
    width:100%
}

.comboBoxLI {
    list-style:none;
    cursor:pointer;
    font-size:14px;;
    padding:0;
    height:25px;
    color:black;
}

.comboBoxLI :hover{
    background-color:#efefef;
}

.comboBoxLISpan{
    display:block;
    padding:4px;
}

.rssFormatPills{
    margin-top:20px;
    margin-bottom:10px;
}

.rssFormatPillContainer{
    display:inline-block;
    border : solid 1px #2078ca;
    background-color:#428bca;
    border-radius : 4px;
    padding:6px 10px 6px 10px;
    margin-right:10px;
    cursor: move;
    position:relative;
    margin-top:10px;
}

.rssFormatPillContainerEdit{
    background-color: #19276d;
}


.rssPillDelete{
    position:absolute;
    right:-8px;
    top:-8px;
    cursor:pointer;
    color:red;
    display:none;
}

.rssFormatPillText{
    color:white;
}

legend {
  color: #ffffff;
}

.form-group.sidebyside {
  clear: both;
  border: 1px solid #fff;
  padding: 5px;
}

.form-group.sidebyside:after {
  clear:both;
  content:" ";
  display:block;
}

.form-group.sidebyside label {
  display: block;
  width: 30%;
  float: left;
  height: 34px;
  line-height: 34px;
  margin-bottom: 5px;
}

.form-group.sidebyside input {
  display: block;
  width: 70%;
  float: right;
  margin-bottom: 5px;
}

.callout {
  position: absolute;
  max-width: 200px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background-color: #c63f3f;
  padding: 10px;
  border-radius: 4px;
  z-index: 9999;
  cursor: default;
  left: 40px;
  top: 10px;
  display: none;
}

.callout:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 0, 0, 0);
  border-right-color: #c63f3f;
  border-width: 10px;
  margin-top: -10px;
}

.switchContainer {
  display: inline-block;
  margin-right: 6px;
}
.switchContainer__text {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-top: 8px;
  margin-right: 8px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #8dc63f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.listView table {
    border-collapse: collapse;
    width: 100%;
}

.listView table td, .listView > table th {
    padding: 15px;
}

.listView table th {
    color: #8dc63f;
    text-transform: uppercase;
}

.listView table tr {
  border-bottom: 1px solid #8dc63f;
}

.emailReport .emailReport_days td {
    padding: 2px 5px;
}

.latest-report-container {
    padding-top: 20px;
}

.latest-report-container table {
    margin-top: 10px;
    width: 100%;
}

.latest-report-container table tr:first-child {
    border-bottom: 1px solid #d2d2d2;
}

.latest-report-container table tr:first-child th {
    padding: 2px 4px 4px 4px;
}

.latest-report-container table th,
.latest-report-container table td {
    padding: 4px 4px;
}

#reportContainer button {
    margin-left: 10px;
}

#reportContainer button:first-child {
    margin-left: 0;
}

.label-checkbox-group label {
    position: relative;
}

.label-checkbox-group input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: -20px;
}

text.nv-legend-text {
    color: white;
    fill: white;
}

.displaySelectorForChart select {
    color: black;
    margin-left: 5px;
}

.libraryContainer #fileUploadQueueContainer .uploadProgressErrorContainer {
    width: 240px;
    height: 20px;
    border: none;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.fix-option-color {
    color: black;
}

.display-chart-container {
    min-height: 500px;
    min-width: 500px;
}

.display-chart-container text {
    fill: white !important;
}
.display-chart-container g.tick.zero line {
    display: none;
}
.display-chart-container .nv-y g.tick line {
    display: none;
}

.nvd3 .nv-axis path.domain {
    stroke: white !important;
}

.emails-container {
    padding-top: 5px;
}

.email-report-item {
    margin-bottom: 10px;
    position: relative;
}
.email-report-item input[type="text"] {
    width: 265px;
    display: inline-block;
    margin-right: 10px;
}

.email-report-item label {
    margin-right: 10px;
}

.email-report-item a {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
}

.groups-schedule-table table td {
    vertical-align: top;
}

.checkbox-inline .checkbox-info {
    position: absolute;
    right: -20px;
    top: 3px;
}

.report-email-group {
    padding: 10px;
    border: 1px solid #888;
    border-radius: 5px;
    margin-bottom: 15px;
}

.report-email-group:last-child {
    margin-bottom: 0;
}

.label-checkbox-group {
    margin-bottom: 0 !important;
}

.listView table.email-groups-subtable tr {
    border-bottom: none;
}
.listView table .subtable-container {
    padding: 0;
}

.schedule-search input[type="text"] {
    width: 230px;
    display: inline-block;
    margin-right: 20px;
}

.schedule-search button {
    float: right;
}

table.tableSection {
    height: calc(100% - 35px);
}

table.tableSection {
    display: table;
    width: 100%;
}
table.tableSection > thead, table.tableSection > tbody {
    width: 100%;
    float: left;
}
table.tableSection > tbody {
    overflow: auto;
    float: left;
    height: calc(100% - 50px);
}
table.tableSection > tbody > tr, table.tableSection > thead > tr {
    width: 100%;
    display: table;
}

.listView table.email-groups-subtable tr td {
    padding: 8px 15px;
}

.listView table.email-groups-subtable tr:first-child td {
    padding: 15px 15px 8px !important;
}

.listView table.email-groups-subtable tr:last-child td {
    padding: 8px 15px 15px;
}

.report-schedule-select-folder {
    margin-bottom: 10px;
}

.emailError .schedule-emails {
    border-color: red;
}

.display-group-set-schedule.disabled span {
    color: #d10000;
}

.display-group-set-schedule.enabled span {
    color: #006f00;
}

.select2-p-label {
    margin-top: 5px;
}

div.ngdialog {
    z-index: 9999;
}