html {
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 0;
    background-color: #21252e;
    height: 100%;
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale*/
}


/*@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {     -webkit-font-smoothing: subpixel-antialiased; }*/

strong {
    font-weight: normal;
}

button {
    letter-spacing: 1px;
}

.sw-blur-bg {
    background-image: url('/assets/images/prodlandingBG.png');
    background-position: left top;
    background-size: cover;
}

.sw-splash-bg {
    background-image: url('/assets/images/SWSplash.png');
    background-position: center;
    background-size: cover;
}

.sw-a-link {
    color: #8d939c;
    text-decoration: none;
    cursor: pointer;
}

.sw-a-link-underline {
    text-decoration: underline;
}

.sw-a-link:hover,
.sw-a-link:hover:active,
.sw-a-link:hover:focus {
    color: white;
}

.sw-a-link:active,
.sw-a-link:focus {
    box-shadow: none;
    outline: none;
    color: #bac2cc;
}

.mrgnbtm10 {
    margin-bottom: 10px;
}

.mrgnbtm-1 {
    margin-bottom: -1px;
}

.radius0 {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

.radiustop-rgt-lft0 {
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -khtml-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.radiusbtm-rgt-lft0 {
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -khtml-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.mrgnBottom25 {
    margin-bottom: 25px;
}

.sws-logo-title {
    height: 81px;
    margin: 10px auto;
    display: block;
}

.swtoolbar .sws-logo {
    height: 36px;
}

.sws-logo-link {
    cursor: pointer;
}

.margin-side-auto {
    margin-left: auto;
    margin-right: auto;
}

.width-360 {
    width: 360px;
}

.v-center-20 {
    position: relative;
    top: 20%;
    transform: translateY(-20%);
}

.v-center-30 {
    position: relative;
    top: 30%;
    transform: translateY(-30%);
}

.sw-navbar {
    border: none;
    height: 50px;
    min-height: 50px;
    background-color: #1c1d22;
}

.sw-sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sw-sidebar {
        background-color: #2b2f38;
        border-right: 1px solid #1c1d22;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 52px;
        width: 220px;
        height: calc(100% - 54px);
        z-index: 900;
    }
}

.sw-sidebar-left {
    left: 0;
}

.sw-sidebar-left-hidden {
    left: -176px;
}

.sw-sidebar-left-visible {
    left: 0;
}

.sw-sidebar-right {
    right: 0;
}

.sw-sidebar-bar-only {
    height: 50px;
    transition: all 0.3s ease 0s;
}

.sw-sidebar-production-list {
    width: 360px;
}

.sw-sidebar-settings-list {
    background-color: #21252E;
    width: 240px;
    border: none;
}

.sw-sidebar-edit {
    width: 280px;
}

.sw-sidebar>.sw-navbar {
    width: 100%;
}

.sw-sidebar>.sw-navbar-top {
    position: absolute;
    top: 0;
    height: auto;
}

.sw-sidebar>.sw-navbar-bottom {
    position: absolute;
    bottom: 0;
    height: auto;
}

.sw-sidebar>.scrollcontainer {
    width: 100%;
    height: calc(100% - 110px);
    position: absolute;
    top: 50px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 4px 0;
    padding: 0 4px;
}

.sw-sidebar-nofooter>.scrollcontainer {
    height: calc(100% - 60px);
}

.sw-sidebar-w-search>.scrollcontainer {
    top: 96px;
    height: calc(100% - 100px);
}

.sw-maincontentarea {
    position: fixed;
    top: 52px;
    left: 222px;
    height: calc(100% - 54px);
    width: calc(100% - 222px);
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
}

.sw-maincontentarea-chart {
    position: fixed;
    top: 52px;
    left: 222px;
    height: calc(100% - 154px);
    width: calc(100% - 222px);
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
}

.sw-maincontentarea-staff {
    position: fixed;
    top: 52px;
    left: 222px;
    height: calc(100% - 54px);
    width: calc(100% - 222px);
    overflow: hidden;
    overflow-y: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
}

.sw-maincontentarea-chartstaff {
    position: fixed;
    top: 52px;
    left: 222px;
    height: calc(100% - 54px);
    width: calc(100% - 222px);
    overflow: hidden;
    overflow-y: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
}

.sw-maincontentarea-script {
    position: fixed;
    top: 52px;
    left: 0;
    height: calc(100% - 54px);
    width: 100%;
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
}

.sw-maincontentarea-chartscript {
    position: fixed;
    top: 52px;
    left: 222px;
    height: calc(100% - 54px);
    width: calc(100% - 222px);
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
}

.sw-maincontentarea-permanentstage {
    position: fixed;
    top: 52px;
    left: 0;
    height: calc(100% - 154px);
    width: 100%;
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
}

.sw-maincontentarea-profile {
    position: fixed;
    top: 52px;
    left: 0;
    height: calc(100% - 54px);
    width: 100%;
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
}

.sw-editorcontent {
    /* overflow: hidden; */
    /*overflow-y: auto;
    overflow-x: auto;*/
    /*background-color: white;*/
    padding: 4px;
    transition: background-color 0.3s ease 0s;
}

.sw-scrollcontainer {
    overflow-y: auto;
    overflow-x: visible;
    /*background-color: white;*/
    padding: 5px;
    transition: background-color 0.3s ease 0s;
}

.text-lg {
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
}

.swtoolbar .text-lg {
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
    height: 30px;
}

.sidebar-scenecontents-list>.panel-group {
    margin: 0;
}

.sidebar-scenecontents-list .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #1c1d22;
}

.sidebar-scenecontents-list .stickyheader {
    position: fixed;
    top: 106px;
    left: 4px;
    width: 211px;
    z-index: 999;
    background: transparent;
}

.sw-sidebar-edit .sidebar-scenecontents-list .stickyheader {
    width: 271px;
}

.sidebar-scenecontents-list .panel+.panel {
    margin-top: 2px;
}

.sidebar-scenecontents-list .panel-heading {
    background-color: #1c1d22;
    color: #bac2cc;
    border: none;
    border-radius: 0;
    padding: 4px 4px 4px 8px;
    transition: all 0.3s ease 0s;
}

.sidebar-scenecontents-list .panel-heading {
    background: linear-gradient(to bottom, rgba(28, 29, 34, 1) 0%, rgba(28, 29, 34, 0.98) 80%, rgba(28, 29, 34, 0.85) 100%);
}


/*.sidebar-scenecontents-list .panel-heading:hover {
  box-shadow: 0 0 1px 0 #bac2cc inset;
}*/

.sidebar-scenecontents-list .panel-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    height: 32px;
}

.sidebar-scenecontents-list .panel-title>a:hover {
    text-decoration: none;
}

.sidebar-scenecontents-list .panel-title>a:focus {
    text-decoration: none;
    outline: none;
}

.sidebar-scenecontents-list .panel-title .name {
    width: calc(100% - 24px);
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.sidebar-scenecontents-list .panel-heading:hover .name {
    padding-left: 2px;
}

.sidebar-scenecontents-list .panel>.panel-collapse {
    padding: 0 4px;
}

.sidebar-scenecontents-list .panel>.panel-collapse>.panel-body {
    padding: 0;
    padding-bottom: 4px;
    border: none;
    background-color: #1c1d22;
}

/* .sidebar-destination-scene-list .panel, */
.sidebar-bookmark-list .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #1c1d22;
}

/* .sidebar-destination-scene-list .panel-heading, */
.sidebar-bookmark-list .panel-heading {
    background-color: #1c1d22;
    color: #bac2cc;
    border: none;
    border-bottom: #2d323a;
    border-radius: 0;
    padding: 5px 10px;
}

/* .sidebar-destination-scene-list .panel-title, */
.sidebar-bookmark-list .panel-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    height: 30px;
}

/* .sidebar-destination-scene-list .panel-default .panel-body, */
.sidebar-bookmark-list .panel-body {
    padding: 0 5px;
    padding-bottom: 5px;
    border: none;
    background-color: #1c1d22;
}


.sidebar-layer-list .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #1c1d22;
}

.sidebar-layer-list .panel-heading {
    background-color: #1c1d22;
    color: #bac2cc;
    border: none;
    border-bottom: #2d323a;
    border-radius: 0;
    padding: 4px 8px;
}

.sidebar-layer-list .panel-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    height: 30px;
    width: 60%;
}

.sidebar-layer-list .panel-body {
    padding: 0 4px;
    border: none;
    /* background-color: #1c1d22; */
}

.container-fluid>.sidebar {
    position: fixed;
    top: 60px;
    width: 220px;
    margin-left: 5px
}

.coverStyleDiv {
    display: inline-block;
}

.coverStyleDiv ul {
    padding: 0
}

.coverStyleDiv ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    height: 101px;
    width: 148px;
}

.coverStyleDiv ul li>img {
    width: 148px;
    height: 101px;
    border-radius: 4px;
}

.coverStyleDiv ul li>.tick {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 21px;
    width: 21px;
    color: white;
}


/*===========mCustomScrollbar=============*/

.setPieces_small {
    color: #5f6d87
}

.btm_boder_none {
    border-bottom: none !important;
}

.mrgn-padd-btm0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.iconShapeDiv {
    text-align: left
}

.iconShapeDiv ul,
.iconShapeDiv ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.iconShapeDiv ul li a {
    height: 28px;
    width: 28px;
    padding: 2px;
    border: solid 1px #000;
    display: inline-table;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.iconShapeDiv ul li a.sel_iconShape {
    background-color: lightgray;
}

.iconShapeDiv ul li a:hover {
    background-color: lightgray;
}

.clr-pick-div {
    padding: 0;
    border: none;
    width: 85px;
    height: 32px;
    display: block;
    position: relative;
    background: none;
}


/*=============Right and left panel========*/


/*body{padding-top:60px}*/

.container-fluid>.content_outer {
    margin: 0 210px
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.mrgnRight0 {
    margin-right: 0 !important;
}

.mrgnLeft0 {
    margin-left: 0 !important;
}

.mrgnLeftRight0 {
    margin: 0 !important;
}

.mrgnLeft5 {
    margin-left: 5px !important;
}

.mrgnRight5 {
    margin-right: 5px !important;
}


/*=============Right and left panel========*/

.navbar>.container-fluid .sideBarTop-logo .navbar-header {
    width: 100%;
}

.navbar>.container-fluid .sideBarTop-logo .navbar-header .navbar-brand {
    margin-left: 15px;
}

.sidebar-production-list {
    /*margin: 0;*/
    /*width: 200px;*/
}

.production-list-item {
    margin: 16px auto;
    width: 336px;
    height: 200px;
    position: relative;
}

.production-list-item>.main-container {
    width: 160px;
    background-color: #21252E;
    height: 200px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    position: relative;
    border: 1px solid #151616;
    border-radius: 4px;
    float: left;
    z-index: 1;
    /*box-shadow: 0 0 1px 0 #151616;*/
}

.production-list-item>.detail-container {
    width: 184px;
    background-color: #21252E;
    height: 192px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    float: left;
    margin-left: -8px;
    opacity: 0.8;
    padding: 4px;
    margin-top: 4px;
    padding-left: 16px;
}

.production-list-item>.main-container:hover {
    /*border: 1px solid #151616;*/
    /*transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);*/
    box-shadow: 0px 0px 4px 0px #151616;
}

.production-list-item>.detail-container>.icon-item {
    line-height: 16px;
    padding: 4px 0;
    margin: 4px 0;
}

.production-list-item>.detail-container>.btn-settings {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding-left: 2px;
}

.production-list-item>.detail-container>.btn-archive {
    position: absolute;
    top: 48px;
    right: 8px;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding-left: 2px;
}

.production-list-item>.detail-container>.restore-buttons {
    position: absolute;
    /* background-color: red; */
    text-align: center;
    /* position: absolute; */
    /* top: 48px; */
    left: 4px;
    right: 4px;
    bottom: 16px;
    /* padding: 0; */
    /* width: 28px; */
    /* height: 28px; */
    /* line-height: 28px; */
    /* padding-left: 2px; */
}

.production-list-item>.main-container>.name-container {
    position: absolute;
    height: 96px;
    width: 128px;
    left: 16px;
    top: 8px;
    text-align: center;
    overflow: hidden;
}

.production-list-item>.main-container>.name-container:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    background-image: linear-gradient(0deg, rgba(33, 37, 46, 1), rgba(33, 37, 46, 0));
}

.production-list-item>.main-container>.name-container>.name {
    color: #BAC2CC;
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;
}

.production-list-item>.main-container>.logo-container {
    position: absolute;
    overflow: hidden;
    width: 128px;
    height: 72px;
    line-height: 68px;
    vertical-align: middle;
    text-align: center;
    left: 16px;
    bottom: 8px;
    background-color: rgba(21, 22, 22, 0.05);
    box-shadow: 0 0 1px 0 #151616 inset;
}

.production-list-item>.main-container>.logo-container>img {
    z-index: -1;
    max-width: 128px;
    max-height: 72px;
}

.swa .slider.slider-horizontal {
    width: 100%;
}

.swa .slider-handle {
    background-color: dimgray;
    background-image: none;
}

.sidebar-production-list>.production-list-item.locked {
    opacity: 0.8;
}

.sidebar-production-list>.production-list-item.locked:hover {
    opacity: 0.5;
}

.sidebar-production-list>.production-list-item.locked:hover:after {
    content: "\f200";
    font-family: "Ionicons";
    font-size: 40px;
    line-height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #bac2cc;
    /*background-color: rgba(33, 37, 46, 0.8);*/
    border-radius: 4px;
    text-align: center;
    z-index: 2;
}


/* ngProgressLite overrides */

.ngProgressLiteBar {
    background: #f82c5b;
    top: 50px;
}

.ngProgressLite .ngProgressLiteBarShadow {
    box-shadow: 0 0 5px 2px #F82C5B;
    width: 5px;
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    -ms-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
}

.sidebar-staff-row {
    height: 40px;
    background-color: #2B2F38;
    display: block;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 4px 0 8px;
    color: #bac2cc;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sidebar-staff-row.sidebar-chart-row-ellipsis {
    display: flex;
    justify-content: space-between;
}

.sidebar-hint-text {
    color: #60656D;
}

.sidebar-staff-row+.sidebar-staff-row {
    margin-top: 2px;
}

.sidebar-staff-row .content-div {
    width: 100%;
    display: inline-block;
}

.sidebar-staff-row .title {
    width: 160px;
    display: inline-block;
}

.sidebar-staff-row.selected::after {
    right: -12px;
    height: 24px;
    position: absolute;
    width: 24px;
    content: "";
    bottom: -12px;
    background-color: #F82C5B;
    transform: rotate(45deg);
}

.sidebar-staff-row[disabled] {
    color: #60656d;
}

.sidebar-chart-row {
    /*height: 156px;*/
    background-color: #2B2F38;
    vertical-align: middle;
    font-size: 14px;
    padding: 8px 8px 0 8px;
    color: #bac2cc;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sidebar-chart-row-fw {
    width: 199px;
}

.sidebar-chart-row+.sidebar-chart-row {
    margin-top: 4px;
}

.sidebar-chart-row .chart-checkbox-block {
    position: absolute;
    top: 8px;
    bottom: 40px;
    left: 0;
    line-height: 106px;
    width: 40px;
    text-align: center;
    font-size: 18px;
}

.sidebar-chart-row .chart-item-block {
    width: 100%;
    max-width: 179px;
    /*display: inline-block;*/
    line-height: normal;
    margin: auto;
    transition: all 0.3s ease 0s;
    position: relative;
}

.sidebar-chart-row .chart-dragger-block {
    position: absolute;
    top: 8px;
    bottom: 40px;
    right: 0;
    line-height: 106px;
    width: 40px;
    text-align: center;
    font-size: 18px;
}

.sidebar-chart-max-width {
    max-width: 179px;
}

.chart-item-block .chart-thumb {
    max-width: 180px;
    height: 108px;
    margin: auto;
    background-color: #60656D;
    border-radius: 2px;
    line-height: 108px;
    overflow: hidden;
    position: relative;
}

.chart-item-block .chart-thumb .chart-thumb-img {
    width: 180px;
    height: 108px;
    /* max-width: 179px; */
    /* max-height: 106px; */
    vertical-align: bottom;
    pointer-events: none;
}

.sidebar-scenecontents-pov-performer .chart-item-block .chart-thumb {
    transform: rotate(180deg);
}

.sidebar-chart-row.selected::after {
    right: -12px;
    height: 24px;
    position: absolute;
    width: 24px;
    content: "";
    bottom: -12px;
    background-color: #F82C5B;
    transform: rotate(45deg);
}

.chart-item-block .access-icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #4a4e56;
    background-color: #DDE1E6;
}

.sidebar-chart-row .title {
    line-height: 32px;
    height: 32px;
}

.staffscrollview {
    transform-origin: 0 0;
}

.staffscrollview.ui-droppable-active {
    transform: none !important;
}

[contenteditable]:focus {
    outline: 0 solid transparent;
}

.swtoolbar {
    height: 50px;
    line-height: 50px;
    cursor: default;
    width: 100%;
    background-color: #1c1d22;
}

.modal-header .swtoolbar {
    margin-top: -5px;
    /*height: 40px;*/
    /*height: 50px;*/
}

.swtoolbar-flex {
    display: flex;
}

.swtoolbar-group {
    padding: 0 15px;
    display: inline-block;
}

@media (max-width: 1400px) {
    .swtoolbar-group {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (max-width: 1300px) {
    .swtoolbar-group {
        padding-left: 11px;
        padding-right: 11px;
    }
}

@media (max-width: 1200px) {
    .swtoolbar-group {
        padding-left: 9px;
        padding-right: 9px;
    }
}

.swtoolbar-group-centered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: contents;
}

.modal-header .swtoolbar .swtoolbar-group:first-child {
    padding-left: 0px;
}

.modal-header .swtoolbar .swtoolbar-group:last-child {
    padding-right: 0px;
}

.sw-popover-content .swtoolbar .swtoolbar-group:first-child {
    padding-left: 5px;
}

.sw-popover-content .swtoolbar .swtoolbar-group:last-child {
    padding-right: 5px;
}

.swtoolbar-group-flex {
    flex-grow: 1;
}

.swtoolbar-group-flex-max {
    flex-grow: 100;
}

.swtoolbar .btn {
    font-weight: 300;
}

.swtoolbar .btn+.btn {
    margin-left: 5px;
}

.swtoolbar .image {
    vertical-align: middle;
    padding: 0 4px;
}

.swtoolbar .button {
    vertical-align: middle;
    padding: 1px 4px;
    opacity: 0.5;
    cursor: pointer;
    pointer-events: none;
}

.swtoolbar .selected {
    border-bottom: 3px solid #555;
}

.swtoolbar .enabled {
    opacity: 1.0;
    pointer-events: auto;
}

.swtoolbar .text {
    vertical-align: middle;
    padding: 0 4px;
    font-size: 20px;
    font-family: 'Verdana';
    color: #eeeeee;
    text-shadow: 0 0 1px black;
    cursor: default;
}

.swtoolbar .textcenter {
    align-content: center;
    vertical-align: middle;
    padding: 0 4px;
    font-size: 20px;
    font-family: 'Verdana';
    color: #eeeeee;
    text-shadow: 0 0 1px black;
    cursor: default;
}

.swtoolbar .spacer16 {
    vertical-align: middle;
    padding: 0 8px;
    pointer-events: none;
    cursor: default;
}

.swtoolbar .spacer8 {
    vertical-align: middle;
    padding: 0 4px;
    pointer-events: none;
    cursor: default;
}

span[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}

.sidebar {
    background-color: #2B2F38
}

.sw-settings-maincontainer {}

.sw-navbar-settings-left {
    width: 240px;
}

.sw-settings-option-list {}

.sw-settings-option-list>.item {
    height: 56px;
    padding: 12px 8px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
}

.sw-settings-option-list>.item:after {
    transition: all 0.3s ease 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(95, 100, 108, 1), rgba(95, 100, 108, 0));
}

.sw-settings-option-list>.item:first-child:after {
    background-image: none;
    background-color: #f82c5b;
}

.sw-settings-option-list>.item:hover {
    padding-left: 12px;
}

.sw-settings-option-list>.item+.item:hover:after {
    /*border-bottom: 1px solid #f82c5b;*/
    background-image: linear-gradient(to right, rgba(249, 44, 91, 1), rgba(249, 44, 91, 0));
}

.sw-settings-option-list>.item>.icon {
    color: #60656D;
    font-size: 24px;
    padding-right: 5px;
    line-height: 32px;
    vertical-align: bottom;
}

.sw-settings-option-list>.item>.title {
    color: #60656D;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
}

.sw-settings-option-list>.item-selected>.icon {
    font-size: 26px;
    color: #F82C5B;
}

.sw-settings-option-list>.item-selected>.title {
    color: #bac2cc;
}

.sw-settingsdetail-container {
    top: 0;
    left: 245px;
    height: 100%;
    width: calc(100% - 245px);
    background-color: #21252E
}

.sw-settingsdetail-container .sw-navbar {
    position: absolute;
}

.sw-settingsdetail-content {
    left: 244px;
    height: calc(100% - 54px);
    width: calc(100% - 244px);
    background-color: #21252E
}

.sw-settingsdetail-scrollcontainer {
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #21252E;
}

.settingsDetailPanel {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.settingsDetailPanel .panel-body {
    background-color: #2B2F38;
    border: none;
}

.settingsDetailPanel .panel-footer {
    background-color: transparent;
    border: none;
}

.settingsDetailPanel label {
    text-align: left !important;
    padding-bottom: 7px;
}

.settingsDetailPanel .form-group {
    border-bottom: solid 1px #f2f2f2;
    padding-bottom: 5px;
    margin-bottom: 6px;
    border-bottom: none
}

.settingsDetailPanel .form-group label {
    font-weight: normal;
    color: #BAC2CC;
    font-weight: 300;
    letter-spacing: 1px;
}

.settingsDetailPanel .form-group .label-with-detail {
    padding-top: 0;
}

.settingsDetailPanel .form-group .form-control {
    border: none;
    background-color: #4F535B;
    color: #BAC2CC;
    letter-spacing: 1px;
}

.settingsDetailPanel .form-group .form-control[disabled] {
    color: #8d939c;
}

.settingsDetailPanel .form-group .form-control:focus {
    border: 1px solid #BAC2CC;
    color: #BAC2CC;
    outline: none;
    box-shadow: none;
}

.settingsDetailPanel .form-group .form-control::selection {
    color: black;
    background-color: #BAC2CC;
}

.settingsDetailPanel .form-group .form-control::-moz-selection {
    color: black;
    background-color: #BAC2CC;
}

.settingsDetailPanel .dimension-field-width {
    min-width: 80px;
    max-width: 120px;
}

.settingsDetailPanel .input-group-addon {
    background-color: #60656d;
    border-color: #4F535B;
    color: #bac2cc;
}

.productionImageContainer-settings {
    width: 200px;
    height: 116px;
    background-color: #4F535B;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
    line-height: 104px;
    display: inline-block;
    position: relative;
    padding: 4px;
}

.productionImageContainer-settings img {
    max-width: 192px;
    max-height: 108px;
}

.setpieceImageContainer-settings {
    width: 300px;
    height: 250px;
    background-color: #4F535B;
    position: relative;
    text-align: center;
    line-height: 246px;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
    margin-left: calc(50% - 150px);
    /*transform: translate(-150px);*/
    display: inline-block;
}

.setpieceImageContainer-settings img {
    max-width: 300px;
    max-height: 250px;
}

.performerIconImageContainer-settings {
    width: 60px;
    height: 60px;
    background-color: #4F535B;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.performerIconImageContainer-settings img {
    width: 60px;
    height: 60px;
}

.sw-btn-xsm {
    font-size: 10px;
    border-radius: 2px;
    padding: 4px 6px;
}

.sw-btn-toolbar {
    background-color: transparent;
    border: none;
    color: white;
    transition: all 0.3s ease 0s;
}

.sw-btn-toolbar:focus,
.sw-btn-toolbar:active:focus,
.sw-btn-toolbar.active:focus,
.sw-btn-toolbar.focus,
.sw-btn-toolbar:active.focus,
.sw-btn-toolbar.active.focus {
    outline: none;
    box-shadow: none;
}

.sw-btn-toolbar:hover,
.sw-btn-toolbar:focus:hover {
    color: #f82c5b;
}

.sw-btn-toolbar:focus,
.sw-btn-toolbar.focus {
    color: white;
    outline: none;
    box-shadow: none;
}

.sw-btn-toolbar:active,
.sw-btn-toolbar.active {
    outline: none;
    box-shadow: none;
}

.sw-btn-toolbar.disabled,
.sw-btn-toolbar[disabled] {
    color: #60656D;
    opacity: 1.0;
}

.sw-btn-toolbar .icon-sw-lg,
.sw-btn-toolbar .swafont-lg {
    font-size: 1.5em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.sw-btn-toolbar-o {
    border: 1px solid white;
}

.sw-btn-toolbar-o:hover,
.sw-btn-toolbar-o:focus:hover {
    border-color: #f82c5b;
}

.sw-active .icon-sw,
.sw-active .swafont {
    color: #f82c5b;
    padding-bottom: 6px;
    border-bottom: 1px solid #f82c5b;
}

.sw-active .sw-ionicon {
    color: #f82c5b;
    border-bottom: 1px solid #f82c5b;
}

.sw-highlight .icon-sw,
.sw-highlight .swafont {
    color: #f82c5b;
}

.sw-btn-toolbar.disabled .icon-sw,
.sw-btn-toolbar[disabled] .icon-sw,
.sw-btn-toolbar.disabled .swafont,
.sw-btn-toolbar[disabled] .swafont {
    color: #60656D;
    opacity: 1.0;
    padding-bottom: 0;
    border-bottom: none;
}

.sw-btn-toolbar-vcontent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sw-btn-toolbar-vcontent>.title {
    position: relative;
    bottom: -4px;
    text-transform: uppercase;
}

.sw-btn-toolbar-vcontent>.icon {
    transform: scale(1.5, 1);
    transform-origin: center;
    position: relative;
    top: -2px;
}

.swtoolbar-group>.sw-btn-toolbar {
    padding-left: 6px;
    padding-right: 6px;
}

@media (max-width: 1400px) {
    .swtoolbar-group>.sw-btn-toolbar {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 1300px) {
    .swtoolbar-group>.sw-btn-toolbar {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media (max-width: 1200px) {
    .swtoolbar-group>.sw-btn-toolbar {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.swtoolbar-group>.sw-btn-toolbar+.sw-btn-toolbar {
    margin: 2px;
}

.sw-btn-default {
    background-color: transparent;
    border-color: #f82c5b;
    color: #f82c5b;
    transition: all 0.3s ease 0s;
}

.sw-btn-default:hover {
    color: #fff;
    border-color: white;
    outline: none;
}

.sw-btn-default:focus,
.sw-btn-default.focus {
    color: #fff;
    border-color: white;
    outline: none;
    text-decoration: underline;
}

.sw-btn-default:active,
.sw-btn-default.active {
    outline: none;
    box-shadow: none;
}

.sw-btn-default.disabled,
.sw-btn-default[disabled],
fieldset[disabled] .sw-btn-default {
    border-color: #60656D;
    color: #60656D;
}

.sw-btn-secondary {
    background-color: transparent;
    border-color: #8d939c;
    color: #8d939c;
    transition: all 0.3s ease 0s;
}

.sw-btn-secondary:focus,
.sw-btn-secondary:active:focus,
.sw-btn-secondary.active:focus,
.sw-btn-secondary.focus,
.sw-btn-secondary:active.focus,
.sw-btn-secondary.active.focus {
    outline: none;
    box-shadow: none;
}

.sw-btn-secondary:hover {
    color: #fff;
    border-color: white;
    outline: none;
}

.sw-btn-secondary:focus,
.sw-btn-secondary.focus {
    color: #fff;
    border-color: white;
    outline: none;
    text-decoration: underline;
}

.sw-btn-secondary:active,
.sw-btn-secondary.active {
    outline: none;
    box-shadow: none;
}

.sw-btn-secondary.disabled,
.sw-btn-secondary[disabled],
fieldset[disabled] .sw-btn-secondary {
    border-color: #60656D;
    color: #60656D;
}

.sw-btn-secondary-label,
.sw-btn-secondary-label:hover,
.sw-btn-secondary-label:focus {
    background-color: transparent;
    border-color: #8d939c;
    color: #8d939c;
    transition: none;
}

.sw-btn-secondary-label.disabled,
.sw-btn-secondary-label[disabled],
.sw-btn-secondary-label-disabled[disabled],
.sw-btn-secondary-label-disabled:hover {
    background-color: transparent;
    border-color: #60656D;
    color: #60656D;
    opacity: 1.0;
}

.sw-btn-danger {
    background-color: transparent;
    border-color: #f82c5b;
    color: #f82c5b;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.sw-btn-danger:focus,
.sw-btn-danger:active:focus,
.sw-btn-danger.active:focus,
.sw-btn-danger.focus,
.sw-btn-danger:active.focus,
.sw-btn-danger.active.focus {
    outline: none;
    box-shadow: none;
}

.sw-btn-danger:hover {
    color: #fff;
    background-color: #f82c5b;
    outline: none;
}

.sw-btn-danger:focus,
.sw-btn-danger.focus {
    color: #fff;
    background-color: #f82c5b;
    outline: none;
    text-decoration: underline;
}

.sw-btn-danger:active,
.sw-btn-danger.active {
    outline: none;
    box-shadow: none;
}

.sw-btn-danger.disabled,
.sw-btn-danger[disabled],
fieldset[disabled] .sw-btn-danger {
    border-color: #60656D;
    color: #60656D;
}

.sw-btn-danger-solid {
    background-color: #f82c5b;
    border-color: #f82c5b;
    color: white;
    transition: all 0.3s ease 0s;
}

.sw-btn-danger-solid:focus,
.sw-btn-danger-solid:active:focus,
.sw-btn-danger-solid.active:focus,
.sw-btn-danger-solid.focus,
.sw-btn-danger-solid:active.focus,
.sw-btn-danger-solid.active.focus {
    outline: none;
    box-shadow: none;
}

.sw-btn-danger-solid:hover {
    background-color: #f82c5b;
    color: white;
    border-color: #bac2cc;
    outline: none;
}

.sw-btn-danger-solid:focus {
    background-color: #f82c5b;
    color: white;
    border-color: white;
    outline: none;
    text-decoration: underline;
}

.sw-btn-danger-solid.disabled,
.sw-btn-danger-solid[disabled],
fieldset[disabled] .sw-btn-danger-solid {
    background-color: #f82c5b;
    border-color: #f82c5b;
    color: white;
    opacity: 0.3;
}

.sw-btn-radio {
    background-color: transparent;
    border-color: #60656D;
    color: #BAC2CC;
    transition: all 0.3s ease 0s;
}

.sw-btn-radio:focus,
.sw-btn-radio:active:focus,
.sw-btn-radio.active:focus,
.sw-btn-radio.focus,
.sw-btn-radio:active.focus,
.sw-btn-radio.active.focus {
    outline: none;
    box-shadow: none;
}

.sw-btn-radio.checked {
    color: white;
    background-color: #60656D;
}

.sw-btn-radio:hover {
    color: #BAC2CC;
    border-color: #BAC2CC;
    outline: none;
}

.sw-btn-radio.checked:hover {
    color: white;
}

.sw-btn-radio:focus,
.sw-btn-radio.focus {
    color: white;
    border-color: #BAC2CC;
    outline: none;
    text-decoration: underline;
}

.sw-btn-radio.disabled,
.sw-btn-radio[disabled],
fieldset[disabled] .sw-btn-radio {
    border-color: #60656D;
    color: #60656D;
}

.sw-btn-radio.checked.disabled,
.sw-btn-radio[disabled].checked,
fieldset[disabled] .sw-btn-radio.checked {
    color: #8d939c;
}

.sw-homecontent {
    left: 202px;
    width: calc(100% - 202px);
}

.sw-homecontent h2 {
    font-weight: 300;
    /*color: #F82C5B;*/
    font-size: 36px;
}

.sw-homecontent {
    color: #bac2cc;
    font-size: 18px;
}

.performerIconPreviewContainer {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.performerIconPreview {
    margin: auto;
}

.performerIconBigPreview {
    width: 160px;
    height: 160px;
}

.performerIconSmallPreview {
    width: 80px;
    height: 80px;
    position: relative;
    top: 45px;
}


/* ionicon helpers */

.sw-ionicon {
    letter-spacing: normal;
    font-weight: normal;
}

.sw-ionicon-fw {
    width: 1.28571429em;
    text-align: center;
    display: inline-block;
}

.sw-ionicon-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.sw-ionicon-2x {
    font-size: 2em;
}

.sw-ionicon-r-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
}

.sw-ionicon-super-overlay {
    position: relative;
    top: -16px;
    left: -20px;
    text-shadow: -2px 2px 2px black;
}

.sw-ionicon-stack {
    position: relative;
}

.sw-ionicon-stack>.sw-ionicon {
    position: relative;
    ;
    left: -0.6em;
}

.sw-ionicon-stack>.sw-ionicon:first-child {
    position: relative;
    left: 0;
}

.sw-ionicon-spin-1s {
    -webkit-animation: sw-ionicon-spin-keyframes 1s infinite linear;
    animation: sw-ionicon-spin-keyframes 1s infinite linear;
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


/* end ionicon helpers */

.sw-truncatetext {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sw-truncatetext-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sw-color-white,
.swa-color-white {
    color: #ffffff;
}

.sw-color-lightlightgray,
.swa-color-whitelightgray {
    color: #DDE1E6;
}

.sw-color-lightgray,
.swa-color-lightgray {
    color: #bac2cc;
}

.sw-color-mediumlightgray,
.swa-color-lightgraygray {
    color: #8d939c;
}

.sw-color-gray,
.swa-color-gray {
    color: #60656d;
}

.sw-color-graydarkgray,
.swa-color-graydarkgray {
    color: #4a4e56;
}

.sw-color-darkergray,
.swa-color-darkgray {
    color: #33363E;
}

.sw-color-dark,
.swa-color-dark {
    color: #151616;
}

.sw-color-red,
.swa-color-accentred {
    color: #F82C5B;
}

.sw-color-grid {
    color: #C5C7C9;
}

.sw-color-bg-toolbar {
    background-color: #1c1d22;
}

.sw-color-bg-sidebar {
    background-color: #2b2f38;
}

.sw-color-bg-page {
    background-color: #21252e;
}

.sw-color-bg-form {
    background-color: #4f535b;
}

.sw-color-bg-white {
    background-color: white;
}

.no-padd {
    padding: 0
}

.stackable-popover-content {
    background-color: #2B2F38;
    box-shadow: 0 3px 7px black;
    border-color: black;
}

.stackable-popover-content.stackable-place-bottom .stackable-arrow::after {
    border-bottom-color: #2B2F38;
}

.stackable-popover-content.stackable-place-top .stackable-arrow::after {
    border-top-color: #2B2F38;
}

.sw-popover-title {
    height: 40px;
    color: #BAC2CC;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
    padding: 5px;
}

.sw-popover-title span {
    padding: 0 5px;
}

.sw-popover-content {
    min-width: 120px;
    max-height: 50%;
    background-color: #1C1D22;
    margin: 5px;
    margin-top: 0;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    padding: 2px;
    font-weight: 300;
}

.sw-popover-hint-item {
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #60656D;
}

.sw-popover-menu {
    /*min-width: 120px;
    max-height: 50%;
    background-color: #1C1D22;
    margin: 4px;
    border-radius: 4px;
    display: block;
    list-style: none;
    font-size: 14px;
    padding: 2px;*/
    font-weight: 300;
    min-width: 120px;
    max-width: 360px;
}

.sw-popover-title+.sw-popover-menu {
    margin-top: 0;
}

.sw-popover-menu.pull-right {
    right: 0;
    left: auto;
}

.sw-popover-menu .divider {
    height: 2px;
    margin: 1px -2px;
    overflow: hidden;
    background-color: #2B2F38;
}

.sw-popover-menu-title {
    height: 24px;
    color: #8d939c;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    padding-left: 8px;
    /*padding: 5px;*/
}

.sw-popover-menu>li>a {
    display: block;
    padding: 5px 10px;
    clear: both;
    color: #BAC2CC;
    white-space: nowrap;
    min-height: 36px;
    line-height: 24px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #2B2F38;
}

.sw-popover-menu>li+li {
    margin-top: 1px;
}

.sw-popover-menu>li>a:hover,
.sw-popover-menu>li>a:focus {
    text-decoration: none;
    color: white;
    background-color: #2B2F38;
    box-shadow: 0 0 1px 0 #BAC2CC inset;
}

.sw-popover-menu>li>a[disabled],
.sw-popover-menu>.item[disabled] {
    color: #60656D;
    pointer-events: none;
    cursor: not-allowed;
}

.sw-popover-menu>.menu-group {
    min-width: 140px;
    background-color: #1C1D22;
    margin: 4px;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    padding: 2px;
}

.sw-popover-title+.sw-popover-menu>.menu-group:first-child {
    margin-top: 0;
}

.sw-popover-menu>.menu-group-title {
    height: 24px;
    padding-left: 8px;
    padding-right: 16px;
    overflow: hidden;
    background-color: #2B2F38;
    color: #8d939c;
    font-size: 14px;
    line-height: 24px;
}

.sw-popover-menu>.menu-group .menu-item {
    display: block;
    padding: 4px 8px;
    clear: both;
    color: #BAC2CC;
    white-space: nowrap;
    min-height: 36px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #2B2F38;
    position: relative;
}

.sw-popover-menu>.menu-group .menu-item:hover {
    box-shadow: 0 0 1px 0 #BAC2CC inset;
}

.sw-popover-menu>.menu-group .menu-item-nohover:hover {
    box-shadow: none;
}

.sw-popover-menu>.menu-group .menu-item[disabled] {
    pointer-events: none;
    cursor: not-allowed;
}

.sw-popover-menu>.menu-group .menu-item+.menu-item {
    margin-top: 1px;
}

.sw-popover-menu>.menu-group .menu-item .title {
    color: #BAC2CC;
    display: block;
    line-height: 28px;
    font-size: 14px;
}

.sw-popover-menu>.menu-group .menu-item[disabled] .title {
    color: #60656D;
}

.sw-popover-menu>.menu-group .menu-item .subtitle {
    color: #8d939c;
    display: inline-block;
    line-height: 12px;
    font-size: 11px;
    font-style: italic;
    width: 100%;
}

.sw-popover-menu>.menu-group .menu-item[disabled] .subtitle {
    color: #60656D;
}

.sw-popover-menu>.menu-group .menu-item-subtitle .title {
    line-height: 16px;
}

.sw-popover-menu>.menu-group .menu-item-icon-right {
    padding-right: 40px;
}

.sw-popover-menu>.menu-group .menu-item .icon-right {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: 24px;
    text-align: center;
    display: block;
    font-size: 16px;
}

.sw-popover-menu>.menu-group .menu-item .control-right {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    text-align: center;
    display: block;
    font-size: 16px;
}

.sw-popover-menu>.menu-group .menu-item-divider {
    height: 2px;
    margin: 1px -2px;
    overflow: hidden;
    background-color: #2B2F38;
}

.sw-popover-content>.swtoolbar {
    height: 40px;
    line-height: 36px;
}

.sw-popover-content>.swtoolbar .btn-sm {
    font-size: 10px;
    padding: 4px 6px;
}

.sw-popover-performer-filter {
    min-width: 240px;
    background-color: #1C1D22;
}

.sw-performer-filter-content {
    background-color: #1C1D22;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sw-performer-filter-row {
    font-size: 14px;
    padding: 5px;
    background-color: #2B2F38;
    color: #BAC2CC;
    line-height: 30px;
    height: 40px;
    cursor: pointer;
}

.sw-performer-filter-row:hover {
    box-shadow: 0 0 1px 0 #BAC2CC inset;
}

.sw-performer-filter-row+.sw-performer-filter-row {
    margin-top: 1px;
}

.sw-performer-filter-row img {
    margin-right: 5px;
    vertical-align: bottom;
}

.sw-performer-filter-row .name {
    max-width: 160px;
    text-overflow: ellipsis;
}

.sw-popover-performer-picker {
    /*min-width: 210px;*/
    background-color: #1C1D22;
    /* max-height: calc(80vh); */
    max-height: 350px;
    overflow-y: hidden;
}

.sw-sidebar>.scrollcontainer.sw-dock-performer-picker {
    height: calc(100vh - 320px);
}

.sw-performer-picker-content {
    /* background-color: #1C1D22; */
    height: 100%;
    /*height: 80%;
    max-height: 500px;*/
    width: 230px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.sw-performer-picker-item {
    margin: 4px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    /*transition: transform 0.3s ease 0s;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sw-performer-picker-item:hover {
    /*transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);*/
    box-shadow: 0 0 1px 0 #BAC2CC inset;
}

.sw-performer-picker-item img {
    height: 75%;
    width: 75%;
}

.sw-sidebar-performer-picker {
    border-left: 2px solid #1c1d22;
    border-right: none;
    overflow: visible;
    width: 240px;
}

.sw-sidebar-performer-picker:after {
    content: "";
    position: absolute;
    width: 5px;
    /*box-shadow: -1px 0 2px 2px green;*/
    top: 0;
    bottom: 0;
    left: -5px;
    background-image: linear-gradient(-90deg, rgba(28, 29, 34, 1), rgba(28, 29, 34, 0));
}

.sw-sidebar-performer-picker .sw-performer-picker-content {
    width: 100%;
}

.sw-popover-shapes-picker {
    min-width: 200px;
}

.sw-shapes-picker-content {
    background-color: #1C1D22;
    width: 256px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.sw-shapes-picker-item {
    margin: 2px;
    background-color: #2B2F38;
    height: 60px;
    width: 60px;
    cursor: pointer;
    transition: transform 0.3s ease 0s;
    line-height: 60px;
    border-radius: 4px;
    text-align: center;
}

.sw-shapes-picker-item:hover {
    box-shadow: 0 0 1px 0 #BAC2CC inset;
}

.sw-shapes-picker-item-wide {
    width: 124px;
    height: 40px;
    line-height: 40px;
}

.sw-shapes-picker-item img {
    height: auto;
    width: 80%;
    opacity: 0.6;
}

.sw-popover-zoom-picker {
    min-width: 300px;
}

.sw-zoom-picker-content {
    width: 300px;
    padding: 10px;
}

.sw-popover-setpiece-picker {
    width: 300px;
    background-color: #1C1D22;
    max-height: calc(80vh - 20px);
    overflow-y: hidden;
}

.sw-setpiece-picker-content {
    background-color: #1C1D22;
    height: 100%;
    /*height: 80%;
    max-height: 500px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.sw-setpiece-picker-row {
    font-size: 14px;
    padding: 5px;
    background-color: #2B2F38;
    color: #BAC2CC;
    /*line-height: 60px;*/
    height: 72px;
    cursor: pointer;
}

.sw-setpiece-picker-row:hover {
    box-shadow: 0 0 1px 0 #BAC2CC inset;
}

.sw-setpiece-picker-row+.sw-setpiece-picker-row {
    margin-top: 1px;
}

.sw-setpiece-picker-row .image-block {
    display: inline-block;
    width: 64px;
    height: 64px;
    text-align: center;
    background-color: white;
    padding: 4px;
    border-radius: 4px;
    margin-right: 8px;
}

.sw-setpiece-picker-row .image-block img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sw-setpiece-picker-row .title-block {
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    width: calc(100% - 80px);
}

.sw-setpiece-picker-row .title {
    display: inline-block;
    min-height: 30px;
    font-size: 16px;
}

.sw-setpiece-picker-row .subtitle {
    color: #60656D;
    display: inline-block;
    line-height: 15px;
    font-size: 12px;
}

.sw-gotopage-picker-content {
    width: 200px;
    padding: 10px;
}

.sw-fontsize-picker .menu-group {
    height: 200px;
    overflow: hidden;
    width: auto;
}

.sw-modal-backdrop.in {
    opacity: 0.7;
}

.sw-modal-400 {
    min-width: 400px;
}

.sw-modal .modal-dialog {
    margin: 36px auto;
    max-height: 80%;
}

.sw-modal .modal-content {
    background-color: #2B2F38;
    border: none;
    border-radius: 0;
}

.sw-modal .modal-header {
    background-color: #1C1D22;
    border-radius: 0;
    color: #BAC2CC;
    border: none;
    padding: 10px 15px;
}

.sw-modal .modal-title {
    color: #F82C5B;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.sw-modal .modal-body {
    color: #BAC2CC;
    max-height: calc(100% - 300px);
}

.sw-modal .modal-body label {
    font-weight: 300;
}

.sw-modal .modal-footer {
    padding-top: 0;
    /*padding-left: 0;
    padding-right: 0;*/
    border: none;
}

.sw-modal .form-control {
    border-color: #747984;
    background-color: #4F535B;
    color: #ffffff;
    /*padding: 10px;
    height: auto;
    font-size: 16px;*/
    position: relative;
}

.sw-modal .form-control[disabled] {
    color: #8d939c;
}

.sw-modal .form-control:focus {
    border-color: #BAC2CC;
    outline: none;
    box-shadow: none;
    outline: none;
    box-shadow: none;
}

.sw-modal .form-control::placeholder,
.sw-modal .form-control::-webkit-input-placeholder {
    color: rgba(186, 194, 204, 0.4);
    font-style: italic;
}

.sw-modal .form-control::selection {
    color: black;
    background-color: #BAC2CC;
}

.sw-modal .form-control::-moz-selection {
    color: black;
    background-color: #BAC2CC;
}

.sw-modal fieldset[disabled] .form-control {
    background-color: transparent;
    border-color: #4F535B;
    color: #4F535B;
}

.sw-modal .input-group-addon {
    background-color: #BAC2CC;
    border-color: #BAC2CC;
    color: #151616;
}


/* block UI custom css */

.sw-block-ui-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: black;
}

.sw-block-ui-gear {
    margin: auto;
    text-align: center;
    color: white;
    font-size: 16px;
}

.sw-block-ui-message {
    display: inline-block;
    text-align: center;
    background-color: rgba(43, 47, 56, 0.5);
    padding: 16px 4px;
    border-radius: 8px;
}

.sw-block-ui-message-text {
    padding: 8px;
    font-size: 16px;
    color: white;
    min-width: 120px;
}

.sw-gray-panel .sw-block-ui-overlay {
    border-radius: 15px;
}


/* end block UI custom css */

.settings-list-container {
    padding: 4px 8px;
    background-color: #2B2F38;
}

.settings-performer-row {
    background-color: #2B2F38;
    display: block;
    line-height: 48px;
    font-size: 14px;
    padding: 8px 0;
    color: #bac2cc;
    cursor: pointer;
    height: 64px;
    border-bottom: 1px solid #4F535B;
    transition: all 0.3s ease 0s;
}

.settings-performer-row:hover {
    padding-left: 4px;
    border-bottom: 1px solid #f82c5b;
}

.settings-performer-row .performer-icon {
    margin-right: 8px;
}

.settings-performer-row .performer-icon img {
    width: 48px;
    height: 48px;
    vertical-align: bottom;
}

.settings-performer-row .title {
    display: block;
}

.settings-setpiece-row {
    background-color: #2B2F38;
    display: block;
    line-height: 40px;
    font-size: 14px;
    padding: 8px 0;
    color: #bac2cc;
    cursor: pointer;
    height: 56px;
    border-bottom: 1px solid #4F535B;
    transition: all 0.3s ease 0s;
}

.settings-setpiece-row:hover {
    padding-left: 4px;
    border-bottom: 1px solid #f82c5b;
}

.settings-setpiece-row .title-block {
    display: inline-block;
    line-height: normal;
}

.settings-setpiece-row .title {
    display: block;
    line-height: 24px;
    font-size: 16px;
}

.settings-setpiece-row .subtitle {
    color: #60656D;
    display: block;
    line-height: 16px;
    font-size: 12px;
}

.settings-scene-row {
    background-color: #2B2F38;
    display: block;
    line-height: 32px;
    font-size: 14px;
    padding: 8px 0;
    color: #bac2cc;
    cursor: pointer;
    height: 48px;
    border-bottom: 1px solid #4F535B;
    transition: all 0.3s ease 0s;
}

.settings-scene-row:hover {
    padding-left: 4px;
    border-bottom-color: #F82C5B;
}

.settings-list-container.inline-edit>.settings-scene-row:hover {
    padding-left: 0;
    border-bottom-color: #4f535b;
}

.settings-scene-row .title-block {
    width: calc(100% - 150px);
}

.settings-scene-row .title {
    display: inline-block;
}

.settings-scene-row .form-control {
    border: none;
    background-color: #4F535B;
    color: #BAC2CC;
    letter-spacing: 1px;
}

.settings-collaborator-row {
    background-color: #2B2F38;
    display: block;
    line-height: 48px;
    font-size: 14px;
    padding: 8px 0;
    color: #bac2cc;
    cursor: pointer;
    height: 64px;
    border-bottom: 1px solid #4F535B;
    transition: all 0.3s ease 0s;
}

.settings-collaborator-row:hover {
    padding-left: 4px;
    border-bottom: 1px solid #f82c5b;
}

.settings-collaborator-row:disabled,
.settings-collaborator-row[disabled] {
    pointer-events: none;
    color: #8d939c;
}

.settings-collaborator-row .collaborator-icon {
    margin-right: 8px;
}

.settings-collaborator-row .collaborator-icon img {
    width: 48px;
    height: 48px;
    vertical-align: bottom;
}

.settings-collaborator-row .title {
    display: block;
}

.settingsDetailPanel .form-control:focus {
    border: 1px solid #BAC2CC;
    color: #BAC2CC;
    outline: none;
    box-shadow: none;
}

.settingsDetailPanel .form-control::selection,
.settingsDetailPanel .form-control::-moz-selection {
    color: black;
    background-color: #BAC2CC;
}

.sw-chart-footer-container {
    position: fixed;
    bottom: 2px;
    left: 222px;
    height: 100px;
    width: calc(100% - 222px);
}

.sw-chart-footer {
    height: 100%;
}

.sw-chart-footer .scene-block {
    font-size: 18px;
    line-height: 100px;
}

.sw-chart-footer .production-block {
    font-size: 24px;
    line-height: 100px;
}

.sw-chart-footer .production-block img {
    max-height: 100px;
}

.sw-chart-footer .chart-block {
    font-size: 18px;
    width: 100%;
    max-width: 360px;
    position: absolute;
    right: 20px;
    padding-top: 2px;
}

.sw-chart-footer .chart-block .chart-linetext-block {
    display: block;
    height: 58px;
}

.sw-chart-footer .chart-block .chart-linetext {
    height: 100%;
    resize: none;
    font-size: 18px;
    padding: 0 5px;
    background: #4F535B;
    background-color: #4F535B;
    color: #BAC2CC;
    letter-spacing: 1px;
    border: 1px solid transparent;
}

.sw-chart-footer .chart-block .chart-linetext:focus {
    border: 1px solid #BAC2CC;
    color: #BAC2CC;
    outline: none;
    box-shadow: none;
}

.chart-linetext::selection,
.chart-linetext::-moz-selection {
    color: black;
    background-color: #BAC2CC;
}

.chart-linetext::placeholder,
.chart-linetext::-webkit-input-placeholder {
    color: rgba(186, 194, 204, 0.4);
    font-style: italic;
}

.sw-chart-footer .chart-block .chart-number {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.sw-chart-footer .chart-block .chart-number-value {
    display: inline-block;
    margin-left: 10px;
    width: 60%;
    text-align: center;
}

.sw-chart-footer .chart-block .chart-number-value .form-control {
    display: inline-block;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.sw-form-container label {}

.sw-form-container .form-group:last-child {
    margin-bottom: 5px;
}

.sw-form-container .form-group label {
    color: #BAC2CC;
    font-weight: 300;
    letter-spacing: 1px;
}

.sw-form-container .form-control {
    border: none;
    background-color: #4F535B;
    color: #BAC2CC;
    letter-spacing: 1px;
}

.sw-form-container .form-control:focus {
    border: 1px solid #BAC2CC;
    color: #BAC2CC;
    outline: none;
    box-shadow: none;
}

.sw-form-container .form-control::selection,
.sw-form-container .form-control::-moz-selection {
    color: black;
    background-color: #BAC2CC;
}

.sw-form-container .form-control::placeholder,
.sw-form-container .form-control::-webkit-input-placeholder {
    color: rgba(186, 194, 204, 0.4);
    font-style: italic;
}

.sw-form-container .input-group-addon {
    background-color: #BAC2CC;
    border-color: #BAC2CC;
    color: #151616;
}

.sw-create-performer .textscale-value-block {
    width: 50px;
    text-align: center;
    display: inline-block;
}

.sw-create-performer .textscale-slider-block {
    min-width: 300px;
    max-width: 300px;
    display: inline-block;
}

.textscale-slider-block .rzslider {
    margin-top: 14px;
}

.sw-chart-inspector-container {
    position: fixed;
    bottom: 2px;
    left: 222px;
    height: 100px;
    width: calc(100% - 222px);
    transition: transform 0.3s ease 0s;
}

.sw-permanentstageeditor .sw-chart-inspector-container {
    left: 0;
    width: 100%;
}

.sw-chart-inspector {
    color: #BAC2CC;
    background-color: #21252e;
    height: 100px;
    display: flex;
    justify-content: center;
    padding: 2px;
}

.sw-btn-inspector {
    background-color: #60656D;
    border-color: #60656D;
    border-radius: 2px;
    color: #bac2cc;
    transition: all 0.3s ease 0s;
}

.sw-btn-inspector:focus,
.sw-btn-inspector:active:focus,
.sw-btn-inspector.active:focus,
.sw-btn-inspector.focus,
.sw-btn-inspector:active.focus,
.sw-btn-inspector.active.focus {
    outline: none;
    box-shadow: none;
}

.sw-btn-inspector:hover {
    color: #bac2cc;
    border-color: #bac2cc;
    outline: none;
}

.sw-btn-inspector:focus,
.sw-btn-inspector.focus {
    color: #fff;
    border-color: white;
    outline: none;
}

.sw-btn-inspector.disabled,
.sw-btn-inspector[disabled] {
    color: #4F535B;
    opacity: 1.0;
}

.sw-btn-inspector-label,
.sw-btn-inspector-label:hover,
.sw-btn-inspector-label:focus {
    background-color: transparent;
    border-color: transparent;
    color: #bac2cc;
    transition: none;
    cursor: default;
    pointer-events: none;
}

.sw-btn-inspector-label:focus,
.sw-btn-inspector-label:active:focus,
.sw-btn-inspector-label.active:focus,
.sw-btn-inspector-label.focus,
.sw-btn-inspector-label:active.focus,
.sw-btn-inspector-label.active.focus {
    outline: none;
    box-shadow: none;
}

.sw-btn-inspector-label.disabled,
.sw-btn-inspector-label[disabled],
.sw-btn-secondary-label-disabled:hover {
    background-color: transparent;
    border-color: transparent;
    color: #60656D;
    opacity: 1.0;
}

.sw-chart-inspector .color-picker-holder {
    display: inline-block;
    margin-left: 10px;
    height: 36px;
    width: 60px;
    position: relative;
}

.chart-inspector-group {
    padding: 0 10px;
    flex-direction: column;
    align-content: stretch;
}

.chart-inspector-group+.chart-inspector-group {
    border-left: 1px solid #60656D;
}

.sw-chart-inspector-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sw-context-menu .inspector-color-container .sw-chart-inspector-row[disabled]:hover {
    cursor: auto;
}

.sw-context-menu .inspector-color-container .sw-chart-inspector-row[disabled] {
    border: 0;
}

.sw-chart-inspector-row[disabled] span {
    color: #4F535B;
    opacity: 1.0;
}

.sw-chart-inspector-row[disabled] span.color-picker-holder {
    opacity: 0;
}

.inspector-flip-container .flip-label {
    font-weight: 400;
}


.sw-chart-inspector-row>button,
.sw-chart-inspector-row>span {
    /*flex-grow: 1;*/
    /*min-width: 50px;*/
}

.sw-chart-inspector-row>button+button {
    margin-left: 2px;
}

.sw-chart-inspector-row>span {
    /*flex-grow: 1;*/
}

.inspector-angle-container {}

.inspector-angle-container .sw-chart-inspector-row,
.inspector-headangle-container .sw-chart-inspector-row {
    padding-top: 1px;
    height: 32px;
}

.inspector-angle-container .sw-btn-inspector,
.inspector-angle-container .sw-btn-inspector-label,
.inspector-headangle-container .sw-btn-inspector,
.inspector-headangle-container .sw-btn-inspector-label {
    height: 30px;
    font-size: 14px;
    width: 56px;
}

.inspector-layer-container {
    position: relative;
    /*width: 120px;*/
    padding-right: 50px;
}

.inspector-layer-container .inspector-layer-label {
    height: 24px;
    display: inline-block;
    line-height: 24px;
}

.inspector-layer-container .sw-chart-inspector-row {
    padding-top: 1px;
    height: 36px;
}

.inspector-layer-container .sw-btn-inspector {
    height: 34px;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    width: 50px;
}

.inspector-layer-container .inspector-layer-done-button {
    position: absolute;
    top: 1px;
    left: 116px;
    width: 36px;
    height: 94px;
    word-wrap: break-word;
    padding: 0;
    /*display: none;*/
}

.inspector-layer-container .inspector-layer-overlay-button {
    position: absolute;
    top: 1px;
    left: 10px;
    width: 142px;
    height: 94px;
    /*display: none;*/
}

.inspector-color-container {}

.inspector-color-container .sw-chart-inspector-row {
    height: 44px;
    padding: 4px 0;
    justify-content: flex-end;
}

.inspector-color-container>.sw-chart-inspector-row+.sw-chart-inspector-row {
    margin-top: 8px;
}

.inspector-color-container .sw-btn-inspector-label {
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: right;
}

.sw-context-menu .chart-inspector-group.inspector-action-container {
    padding-top: 0;
}

.inspector-action-container {
    width: 300px;
}

.inspector-action-container .sw-chart-inspector-row {
    padding-top: 1px;
    height: 44px;
}

.inspector-action-container>.sw-chart-inspector-row+.sw-chart-inspector-row {
    margin-top: 8px;
}

.inspector-action-container>.sw-chart-inspector-row>.sw-btn-inspector {
    height: 42px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    flex-grow: 1;
    min-width: 50px;
}

.inspector-vectoreditor-container {
    border-left: none !important;
    min-width: 520px;
}

.inspector-vectoreditor-container .sw-chart-inspector-row {
    justify-content: space-between;
}

.inspector-vectoreditor-container .sw-chart-inspector-row>.sw-btn-inspector {
    height: 40px;
}

.inspector-texteditor-textarea-container {
    border-left: none !important;
}

.inspector-texteditor-textarea-container .sw-chart-inspector-row {
    height: 100%;
    /*justify-content: space-between;*/
    width: auto;
    display: inline-block;
}

.inspector-texteditor-textarea {
    /* width: 240px;
    height: 96px;
    padding: 0 4px;
    border: 1px solid #BAC2CC; */
    resize: none;
    font-family: 'Liberation Sans';
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.2;
    background-color: transparent;
    color: black;
    border-radius: 4px;
    overflow-y: auto;
    text-align: left;
}

.chartfloating-texteditor-textarea {
    /* width: 240px;
    height: 96px;
    padding: 0 4px;
    border: 1px solid #BAC2CC; */
    resize: none;
    font-family: 'Liberation Sans';
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.2;
    background-color: transparent;
    color: black;
    border-radius: 4px;
    overflow-y: auto;
    text-align: left;
    overflow: hidden;
}

.inspector-texteditor-actions-container {
    border-left: none !important;
}

.sw-chart-inspector-row-title {
    border-bottom: 1px solid #60656D;
    justify-content: space-between;
    height: 30px;
}

.inspector-freehandtool-container {
    border-left: none !important;
    width: 640px;
}

.inspector-freehandtool-container .swa-switch {
    vertical-align: middle;
}

.sw-chart-inspector-row ul {
    padding-left: 20px;
}

.sw-chart-inspector .hint {
    font-size: 95%;
    color: #8d939c;
    display: inline-block;
    text-align: justify;
}

.chartCanvasScrollContainer {
    /*box-shadow: 0 0 1px 0 #60656D;*/
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #2b2f38;
    overflow: hidden;
}

.sw-maincontentarea-permanentstage .chartCanvasScrollContainer {
    margin: auto;
}

.chartCanvasContainer {
    width: 100%;
    height: 100%;
    /*width: calc(100% - 20px);*/
    /*height: calc(100% - 20px);*/
    /*display: inline-block;*/
    float: left;
}

.chartCanvas {
    width: 1000px;
    height: 600px;
    background-color: white;
}

.chartNotesView-container {
    background-color: rgba(251, 252, 213, 0.8);
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -480px;
    width: 960px;
    min-height: 60px;
    border: 1px solid #C5C7C9;
    border-radius: 2px;
    overflow: hidden;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.chartNotesView-container2 {
    background-color: rgba(251, 252, 213, 0.8);
    border: 1px solid #C5C7C9;
    border-radius: 2px;
    height: 100%;
    width: 618px;
}

.chartNotesView-container2 .swa-note-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #4a4e56;
    background-color: #DDE1E6;
}

.chartNotesView-container.sizing {
    box-shadow: 0 0 2px 0 black;
}

.chartNotesView-textcontainer {
    position: absolute;
    width: 100%;
    height: 100%;
}

.chartNotesView-textcontainer .title {
    color: #60656d;
    padding-left: 5px;
}

.chartNotesView-textcontainer .notes {
    resize: none;
    position: absolute;
    top: 4px;
    left: 20px;
    right: 4px;
    bottom: 4px;
    border: none;
    background-color: transparent;
    font-family: 'Liberation Sans';
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.2;
    color: black;
    overflow-y: auto;
}

.chartNotesView-textcontainer .notes-overlay {
    right: 16px;
}

.chartNotesView-buttonscontainer {
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
    bottom: 0;
}

.chartNotesView-closebutton {
    line-height: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.chartNotesView-draghandle {
    width: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-user-select: none;
    user-select: none;
    cursor: ns-resize;
}

.chartPanVScrollContainer {
    width: 20px;
    height: 604px;
    overflow-x: hidden;
    overflow-y: auto;
    float: left
}

.chartPanVScrollContent {
    width: 20px;
}

.chartPanHScrollContainer {
    width: 1000px;
    height: 20px;
    overflow-y: hidden;
    overflow-x: auto;
    float: left;
}

.chartPanHScrollContent {
    height: 20px;
}

#logInfoDiv {
    background-color: rgba(255, 253, 194, 0.5);
    /*display: none;*/
}

.toolbar-zoom-value {
    line-height: normal;
    font-size: 14px;
}


/* custom mCS theme "swa-chart", overidden from "dark-thick" */

.mCS-swa-chart.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #4F535B;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #4F535B;
}

.mCS-swa-chart.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background-color: #BAC2CC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mCS-swa-chart.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
}

.mCS-swa-chart.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-swa-chart.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    box-shadow: 0 0 1px 0 #2B2F38;
}

.mCS-swa-chart.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-swa-chart.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #BAC2CC;
}

.mCS-swa-chart.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-swa-chart.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-swa-chart.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-swa-chart.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}


/* ---------------------------------------- */


/* custom mCS theme overridden from : "minimal", "minimal-dark" */

.mCSB_outside+.mCS-swa-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-swa-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0;
}

.mCustomScrollBox.mCS-swa-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-swa-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-swa-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-swa-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}


/* RTL direction/left-side scrollbar */

.mCS-dir-rtl>.mCSB_outside+.mCS-swa-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-swa-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-swa-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-swa-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-swa-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-swa-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-swa-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-swa-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-swa-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #BAC2CC;
    background-color: rgba(186, 194, 204, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-swa-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-swa-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #F82C5B;
    background-color: rgba(249, 44, 91, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}


/* theme: "minimal-dark" */

.mCS-swa-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-swa-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-swa-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}


/* ---------------------------------------- */

.sw-gray-panel {
    background-color: #2b2f38;
    padding: 40px 0 20px;
    border-radius: 15px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    /*overflow: hidden;*/
}

.sw-gray-panel .sw-gray-form,
.sw-gray-content {
    padding: 15px;
    margin: 0 auto;
}

.sw-gray-form .form-control {
    border-color: #747984;
    background-color: #4F535B !important;
    color: #ffffff;
    padding: 10px;
    height: auto;
    font-size: 16px;
    position: relative;
}


/*.sw-gray-form .form-control:-webkit-autofill {
  background-color: #4F535B !important;
}*/

.sw-gray-form .form-control:-webkit-autofill,
.sw-gray-form .form-control:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #4F535B inset;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

.sw-gray-form .form-control:focus {
    border-color: #BAC2CC;
    outline: none;
    box-shadow: none;
    z-index: 2;
}

.sw-gray-form .form-control::placeholder,
.sw-gray-form .form-control::-webkit-input-placeholder {
    color: rgba(186, 194, 204, 0.4);
    font-style: italic;
}

.sw-gray-form .nocaptcha-container {
    text-align: center;
}

.sw-gray-form .nocaptcha-container>div {
    display: inline-block;
}

.modal-480 {
    width: 480px;
}

.modal-600 {
    width: 600px;
}

.modal-960 {
    width: 960px;
}

.modal-440 {
    width: 440px;
}

.modal-400 {
    width: 400px;
}

.modal-360 {
    width: 360px;
}

.modal-320 {
    width: 320px;
}

.sw-btn-group-radio-2 {
    width: 100%;
}

.sw-btn-group-radio-2 .sw-btn-radio {
    width: 50%;
}

.sw-btn-min-w-80 {
    min-width: 80px;
}

.sw-btn-min-w-100 {
    min-width: 100px;
}

.sw-btn-min-w-120 {
    min-width: 120px;
}


/*Main script page and annotations container*/

.sw-script-pageview-container {
    position: relative;
    margin: auto;
    width: auto;
    background-color: white;
    display: inline-block;
    text-align: left;
    padding: 20px 24px;
}


/*Script page content*/

.swa-script-page-content {
    height: 100%;
    position: relative;
}


/*Script page image*/

.swa-script-page-image {
    height: 100%;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    object-fit: contain;
    object-position: top;
}


/*Container for page's annotations*/

.swa-script-page-annotations {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 100%;
    /*pointer-events: none;*/
}

.swa-script-side-annotations-container {
    width: 50%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

.swa-script-side-annotations-container.left {
    left: 0;
}

.swa-script-side-annotations-container.right {
    right: 0;
}

.swa-script-side-annotations-container.right .lightcue-type .content {
    text-align: right;
}

.swa-script-annotation-selections-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.swa-script-annotation-lines-container {
    width: 100%;
    height: 100%;
}

g.swa-script-annotation-line line {
    stroke: rgba(0, 0, 0, 0.5);
    /* stroke-width: 1; */
}

g.swa-script-annotation-line rect {
    stroke: rgba(0, 0, 0, 0.5);
}

g.swa-script-annotation-line.active line {
    stroke: rgba(0, 0, 0, 0.7);
}

g.swa-script-annotation-line.active rect {
    stroke: rgba(0, 0, 0, 0.7);
}

.swa-script-annotation-selection {
    position: absolute;
    border: 1px solid black;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
    pointer-events: none;
}

.swa-script-annotation-selection.active {
    pointer-events: all;
    border-color: rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.1);
}

.swa-script-annotation-selection .handle {
    width: 16px;
    height: 16px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    background-color: rgba(95, 100, 108, 0.3);
    display: none;
    border-radius: 2px;
    border: 1px solid rgba(95, 100, 108, 0.5);
}

.swa-script-annotation-selection.active .handle {
    display: inline-block;
}

.swa-script-annotation-selection .movehandle {
    position: absolute;
    top: -20px;
    left: 0;
}

.swa-script-annotation-selection .edithandle {
    position: absolute;
    top: -20px;
    left: calc(50% - 8px);
}

.swa-script-annotation-selection .editBackgroundHandle {
    position: absolute;
    top: -20px;
    left: calc(50% - 18px);
}

.swa-script-annotation-selection .editBorderHandle {
    position: absolute;
    top: -20px;
    left: calc(50% + 2px);
}

.swa-script-annotation-selection .editBorderHandlePosition {
    left: calc(50% - 8px);
}

.swa-script-annotation-selection .editAnnotationStyleHandle {
    position: absolute;
    top: -20px;
    left: calc(100% - 16px);
    cursor: pointer;
    font-weight: bold;
}

.swa-script-annotation-selection .resizehandle {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.swa-script-annotation {
    position: absolute;
    pointer-events: all;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    overflow: hidden;
}

.swa-script-annotation.swa-dragging,
.swa-script-annotation.swa-sizing {
    box-shadow: 0 0 8px 0 #60656D;
}


/*default annotation content style*/

.swa-script-annotation .content {
    font-family: 'Liberation Sans';
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    top: 0;
    min-height: 8px;
    height: auto;
    position: absolute;
    word-wrap: break-word;
    padding: 1px;
}

.swa-script-annotation .content div,
.swa-script-annotation .content span {
    min-height: 1em;
}

.swa-script-annotation.lightcue-type .content {
    top: auto;
    bottom: 0;
}

.swa-script-annotation .content.mce-edit-focus {
    background-color: rgba(255, 255, 255, 0.8);
}

/* .swa-script-annotation.lightcue-type .content.mce-edit-focus {
    bottom: auto !important;
} */


/*.swa-script-annotation.action-type .content {
  border-color: rgba(0, 0, 0, 0.5);
}

.swa-script-annotation.lightcue-type .content {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.swa-script-annotation.floating-type {
}

.swa-script-annotation.active .content {
  border: 1px solid rgba(0, 0, 0, 0.7);
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
}*/

.swa-script-annotation.action-type {
    border-color: rgba(0, 0, 0, 0.5);
}

.swa-script-annotation.lightcue-type {
    border-bottom-color: rgba(0, 0, 0, 0.5);
}

.swa-script-annotation.floating-type {}

.swa-script-annotation.highlight-type {
    mix-blend-mode: darken;
}

.swa-script-annotation.active {
    border: 1px solid rgba(0, 0, 0, 0.7);
    background-color: white;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: visible;
    z-index: 999;
}


/*annotation handles*/

.swa-script-annotation .handle {
    width: 16px;
    height: 16px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    background-color: rgba(95, 100, 108, 0.3);
    display: none;
    border-radius: 2px;
    border: 1px solid rgba(95, 100, 108, 0.5);
}

.swa-script-annotation.active .handle {
    display: inline-block;
}

.swa-script-annotation .movehandle {
    position: absolute;
    top: -20px;
    left: 0;
}

.swa-script-annotation .move-to-other-side-handle {
    position: absolute;
    top: calc(100% + 4px);
}

.swa-script-annotation .snap-to-grid-handle {
    position: absolute;
    top: calc(100% + 4px);
    left: calc(50% - 8px);
}

.swa-script-annotation .edithandle {
    position: absolute;
    top: -20px;
    left: calc(50% - 8px);
}

.swa-script-annotation .deletehandle {
    position: absolute;
    top: -20px;
    right: 0;
}

.swa-script-annotation .resizehandle {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.swa-script-floating-annotations-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.swa-script-annotationpopover-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}


.swa-script-sketchpad-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.swa-script-annotationpopover-anchor {
    position: absolute;
    background-color: #60656d;
    background-color: rgba(95, 100, 108, 0.2);
    border: 1px solid #1c1d22;
    border-radius: 2px;
    pointer-events: none;
}

.swa-script-annotationpopover-anchor.invalid {
    border-color: #f82c5b;
}

.swa-script-annotationpopover-anchor.swa-scriptannotation-annotationtype-3 {
    /* border: none; */
}

.swa-script-chartlinks-container {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 100%;
    /*pointer-events: none;*/
    z-index: 15;
}

.sw-script-chartlinkstarget-container {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.sw-script-chartlinkstarget-container.tracking {
    background: none;
}

.swa-script-chartlink {
    position: absolute;
    border-radius: 2px;
    pointer-events: all;
    left: 4px;
    right: 4px;
    border: 1px solid #60656D;
    border: 1px solid rgba(95, 100, 108, 0.3);
    background-color: rgba(95, 100, 108, 0.05);
}

.swa-script-chartlink-border {
    border: 1px solid #60656D;
    cursor: pointer;
}

.swa-script-chartlink-border:hover {
    border: 1px solid #ffffff
}

.swa-script-chartlink .buttons-container-topright {
    position: absolute;
    top: 0;
    right: 0;
}

.swa-script-chartlink .handle {
    width: 16px;
    height: 16px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    background-color: rgba(95, 100, 108, 0.3);
    border-radius: 2px;
    border: 1px solid rgba(95, 100, 108, 0.5);
}

.swa-script-chartlink .movehandle {
    position: absolute;
    top: 0;
    left: 0;
}

.swa-script-chartlink .resizehandle {
    position: absolute;
    bottom: 0;
    right: 0;
}

.lockmodenavigation .swa-script-chartlink .handle {
    display: none;
}

.swa-script-chartlink-target {
    position: absolute;
    border-radius: 4px;
    pointer-events: all;
    left: 4px;
    right: 4px;
    border: 2px dashed #60656D;
    background-color: rgba(186, 194, 204, 0.5);
    text-align: center;
}

.swa-script-chartlink-target.tracking {
    pointer-events: none;
}

.swa-script-chartlink-target .sw-btn-accessory {
    background-color: #BAC2CC;
}

.swa-script-chartlink-target .hinttext-container {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 4px 8px;
    color: white;
    background-color: #60656d;
    border-radius: 4px;
}

.swa-script-chartlink-target .buttons-container-topright {
    position: absolute;
    top: -2px;
    right: -2px;
}

.swa-script-chartlink-target.ui-droppable-active {}

.swa-script-chartlink-target.ui-droppable-hover {
    border-color: #f82c5b;
}

.scriptImportPreviewContainer {}

.scriptImportPreviewContainer>.previewCanvasLayer {
    display: none;
    width: 100%;
    height: 100%;
}

.scriptImportPreviewContainer>.previewTextLayer {
    background-color: white;
    margin: auto;
    letter-spacing: initial;
    font-weight: normal;
    position: relative;
    display: none;
}

.scriptImportPreviewContainer>.previewTextLayer>div {
    color: black;
    position: absolute;
    white-space: pre;
    cursor: text;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.clickthrough {
    pointer-events: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sw-btn-accessory {
    background-color: #bac2cc;
    /*background-color: rgba(95, 100, 108, 0.3);*/
    border-color: transparent;
    color: #151616;
    transition: all 0.3s ease 0s;
    padding: 2px;
    border-radius: 2px;
}

.sw-btn-accessory:focus,
.sw-btn-accessory:active:focus,
.sw-btn-accessory.active:focus,
.sw-btn-accessory.focus,
.sw-btn-accessory:active.focus,
.sw-btn-accessory.active.focus {
    outline: none;
    box-shadow: none;
}

.sw-btn-accessory:hover {
    color: #151616;
    border-color: #151616;
    outline: none;
}

.sw-btn-accessory:focus,
.sw-btn-accessory.focus {
    color: #151616;
    border-color: #151616;
    outline: none;
}

.sw-btn-accessory:active,
.sw-btn-accessory.active {
    outline: none;
    box-shadow: none;
}

.sw-btn-accessory.disabled,
.sw-btn-accessory[disabled] {
    border-color: #60656D;
    color: #60656D;
}

.swa-popover-script-side-annotation .stackable-popover-content {
    border-radius: 4px;
    box-shadow: none;
    border: none;
}

.swa-popover-script-side-annotation .sw-popover-title {
    height: 32px;
    line-height: 24px;
    padding: 4px;
}

.swa-popover-script-side-annotation .sw-popover-content {
    min-width: 210px;
    background-color: #1C1D22;
}

.swa-popover-script-side-annotation .sw-popover-content .content {
    width: 100%;
    margin-bottom: 5px;
    border: none;
    resize: none;
    border-radius: 4px;
    padding: 5px;
}

.swa-popover-script-side-annotation .content:focus {
    outline: none;
    box-shadow: none;
}

.sw-navbar .navbar-center-title {
    width: 100%;
    position: absolute;
    text-align: center;
    height: 50px;
    line-height: 50px;
    pointer-events: none;
}

.sw-btn-toolbar-user {
    min-width: 120px;
}

.sw-panel-container .panel {
    background-color: #2b2f38;
    border-radius: 0;
    border: none;
}

.sw-panel-container .panel-default>.panel-heading {
    background-color: #1c1d22;
    border: none;
    color: #f82c5b;
}

.text-monospace {
    font-family: "Courier New", Courier, monospace;
}

.subscriptionplans-table {
    color: #2b2f38;
    border: none;
    border: 1px solid #1c1d22;
    width: 100%;
}

.subscriptionplans-table>thead {
    background-color: #1c1d22;
    height: 50px;
}

.subscriptionplans-table>tbody tr {
    border-bottom: 1px solid #2b2f38;
}

.subscriptionplans-table th,
.subscriptionplans-table td {
    padding: 0 15px;
    font-weight: 300;
    height: 45px;
}

.subscriptionplans-table th {
    color: white;
    height: 40px;
}

.subscriptionplans-table th.active {
    border-bottom: 1px solid #F82C5B;
}

.subscriptionplans-table thead>tr>th {
    text-transform: uppercase;
}

.subscriptionplans-table thead>tr>th.bundle-pricing {
    text-transform: inherit;
}

.subscriptionplans-table>tbody>tr.plan-heading {
    background: #1c1d22;
}

.subscriptionplans-table>tbody>tr {
    border-bottom: 1px solid #2b2f38;
}

.subscriptionplans-table>tbody>tr.plan-heading-subsections th {
    padding-left: 30px;
}

.subscriptionplans-table thead>tr.pricing>td {
    padding: 10px 15px;
}

.subscriptionplans-table tbody>tr>th {
    color: #bac2cc;
    width: 20%;
}

.subscriptionplans-table tbody>tr>td {
    color: #8d939c;
    min-width: 140px;
    width: 12.5%;
    /*border: 1px solid #1c1d22;*/
}

.subscriptionplans-table>tfoot {
    background-color: #2b2f38;
    border-top: 1px solid #1c1d22;
}

.subscriptionplans-table>tfoot>tr>td {
    padding: 15px;
    font-weight: 300;
    height: 40px;
}

.sw-form .error-label {
    text-align: left;
}


/* help tour */

.swa-help-bar {
    border: solid 1px #F82C5B;
    position: fixed;
    right: -45px;
    z-index: 990;
    top: 140px;
    border-radius: 5px 0 0 5px;
    transition-property: right, left;
    transition-duration: 0.5s, 0.5s;
    transition-delay: 0s, 0.5s;
}

.swa-help-bar:hover {
    right: -1px;
    /*background-color: #BAC2CC;*/
    box-shadow: 0 0 2px 0 #F82C5B;
}

.swa-help-bar>.sw-btn-default {
    border: none;
    font-size: 18px;
    padding: 5px;
    width: 40px;
    height: 40px;
}

.swa-help-bar>.sw-btn-default:hover {
    /*color: #F82C5B;*/
    background-color: #f82c5b;
    background-color: rgba(249, 44, 91, 0.5);
}

.tour-tour {
    font-family: inherit;
    font-weight: inherit;
}

.tour-tour .popover-title {
    font-weight: normal;
}

.tour-backdrop {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.1);
}

.tour-step-background {
    background: transparent;
    /*z-index: 1101;*/
    border: 1px solid #F82C5B;
    box-shadow: 0 0 5px 1px #F82C5B, 0 0 5px 1px #F82C5B inset;
}


/* end help tour */

.numberline-preview-container {
    text-align: center;
    overflow-y: hidden;
    overflow-x: auto;
    height: 135px;
}

.numberline-preview-canvas {
    background-color: transparent;
}

.panel-table {
    color: #2b2f38;
    border: none;
    border: 1px solid #60656D;
    width: 100%;
}

.panel-table>thead {
    background-color: #60656D;
    height: 40px;
}

.panel-table>tbody tr {
    background-color: #2b2f38;
}

.panel-table th,
.panel-table td {
    border: none;
    padding: 0 15px;
    font-weight: 300;
    height: 40px;
}

.panel-table thead>tr>th,
.panel-table thead>tr>td {
    color: #bac2cc;
}

.panel-table tbody>tr>th {
    color: #bac2cc;
}

.panel-table tbody>tr>td {
    color: #8d939c;
    border: none;
    /*border: 1px solid #1c1d22;*/
}

.panel-table>tfoot {
    background-color: #2b2f38;
    border-top: 1px solid #1c1d22;
}

.panel-table>tfoot>tr>td {
    padding: 15px;
    font-weight: 300;
    height: 40px;
}

.panel-table-striped>tbody tr:nth-of-type(odd) {
    background-color: #2b2f38;
}

.panel-table-striped>tbody tr:nth-of-type(even) {
    background-color: #24262D;
    background-color: rgba(43, 47, 56, 0.5)
}

.sw-panel-container .panel>.panel-body+.panel-table {
    border: none;
}

.sw-stafftemplate-column-headers-container {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.sw-stafftemplate-column-header-item {
    width: 100px;
    align-self: flex-start;
    margin: 5px;
}

.sw-stafftemplate-row-header-item {
    width: 160px;
}

.sw-stafftemplate-row-header-item+.sw-stafftemplate-row-header-item {
    margin-top: 10px;
}

.sw-counter-container .input-group .form-control,
.sw-stepper-container .input-group .form-control {
    border: 1px solid #8d939c;
}

.sw-counter-container input,
.sw-stepper-container input {
    font-size: 16px;
}

.swa-settings-performer-placement-resolution {
    width: 240px;
    display: inline-block;
}

.swa-settings-performer-placement-resolution .dropdown-menu {
    background-color: #4F535B;
    /*box-shadow: 0 3px 7px black;*/
    border-color: black;
    cursor: pointer;
    padding: 2px;
}

.swa-settings-performer-placement-resolution .dropdown-menu.inner {
    background-color: #1C1D22;
    margin: 5px;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    padding: 2px;
    font-weight: 300;
}

.swa-settings-performer-placement-resolution .dropdown-menu>li>a {
    display: block;
    padding: 5px 10px;
    clear: both;
    color: #BAC2CC;
    white-space: nowrap;
    min-height: 36px;
    /*line-height: 24px;*/
    border-radius: 2px;
    cursor: pointer;
    background-color: #2B2F38;
}

.swa-settings-performer-placement-resolution .dropdown-menu>li+li {
    margin-top: 1px;
}

.swa-settings-performer-placement-resolution .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: white;
    background-color: #2B2F38;
    box-shadow: 0 0 1px 0 #BAC2CC inset;
}

.swa-settings-performer-placement-resolution .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: white;
    background-color: #2B2F38;
    box-shadow: none;
    outline: none;
}

.swa-settings-performer-placement-resolution .dropdown-menu>li>a[disabled] {
    color: #60656D;
    pointer-events: none;
    cursor: not-allowed;
}

.sw-editorcontent .hint-title {
    font-size: 20px;
}

.sw-editorcontent .hint-title small {
    font-size: 75%;
}

.swa-disabled-fade {
    opacity: 0.3;
}

.productiondate-div .input-group.date span button.btn-default {
    background-color: #1b1b1b;
    color: #f82c5b;
    border: solid 1px #1b1b1b
}

.productiondate-div .input-group.date span button.btn-danger {
    background-color: #f82c5b;
    color: #fff;
    border: solid 1px #f82c5b;
}

.productiondate-div .input-group.date span button.btn-default:hover {
    color: white
}

.productiondate-div .input-group.date span button.btn-danger:hover {
    color: white
}


/*.dropdown-menu {
  background-color: #2B2F38;
  box-shadow: 0 3px 7px black;
  border-color: black;
}*/

#inputProdDate[disabled] {
    color: #bac2cc;
}

.sw-setpieceeditor-chartarea {}

.sw-maincontentarea-setpieceeditorcontent {
    position: fixed;
    top: 60px;
    left: 8px;
    height: calc(100% - 174px);
    width: calc(100% - 336px);
    overflow: hidden;
    background-color: #2b2f38;
}

.sw-setpieceeditor-chartarea .sw-chart-inspector-container {
    position: fixed;
    bottom: 8px;
    left: 8px;
    height: 100px;
    width: calc(100% - 336px);
}

.sw-setpieceeditor-chartarea .chartCanvasScrollContainer {
    height: calc(100% - 50px);
}

.sw-setpieceeditor-chartarea .chartCanvasContainer {
    height: 100%;
    width: 100%;
}

.sw-setpieceeditor-optionsarea {
    position: fixed;
    top: 60px;
    left: calc(100% - 320px);
    height: calc(100% - 66px);
    width: 312px;
    overflow: hidden;
    background-color: #2b2f38;
}

.sw-setpieceeditor-optionsarea .option-container {
    /*width: calc(100% - 4px);*/
    height: calc(100vh - 120px);
    padding: 2px;
    background-color: #1c1d22;
    margin: 2px;
    overflow-y: auto;
}

.sw-setpieceeditor-optionsarea .search-bar-adjustment {
    height: calc(100vh - 174px);
}

.option-container .sw-shapes-picker-content {
    width: 100%;
}

.option-container .sw-setpiece-picker-content {
    height: auto;
    max-height: none;
}

.option-container .sw-shapes-picker-item {
    height: 72px;
    width: 72px;
    line-height: 72px;
}

.option-container .sw-shapes-picker-item-wide {
    line-height: 40px;
    height: 40px;
    width: 148px;
}

.swa-tabs-container {}

.swa-tabs-container .tab-content {
    position: relative;
    height: 100%;
}

.swa-tabs-container .tab-content .swtoolbar {
    height: 40px;
    line-height: 40px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #2b2f38;
    color: #bac2cc;
    padding: 8px 4px;
}

.nav-tabs>li>a:hover {
    border: 1px dotted #bac2cc;
    background-color: transparent;
}

.nav-tabs>li>a:focus {
    border: none;
    background-color: transparent;
    outline: none;
}

.nav-tabs>li .title {
    font-size: 12px;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 2px solid #1c1d22;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #F82C5B;
    cursor: default;
    background-color: #1c1d22;
    border-bottom-color: transparent;
    outline: none;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 2px solid #1c1d22;
}

.sw-setpieceeditor-optionsarea .settingsDetailPanel {
    margin-bottom: 0;
}

.sw-toolbar-setpiecechart {
    margin: auto;
    background-color: #2b2f38;
    height: 40px;
    line-height: 40px;
}

.setpiece-editor-preview-container {
    margin: auto;
    width: 240px;
    height: 240px;
    line-height: 240px;
    vertical-align: middle;
    text-align: center;
    background-color: #21252e;
    position: relative;
}

@media (max-width: 1280px) {
    .setpiece-editor-preview-container {
        width: 176px;
        height: 176px;
        line-height: 176px;
    }
}

.setpiece-editor-preview-container button {
    position: absolute;
    right: 0;
    top: 0;
}

.setpiece-editor-preview {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    background-image: url('/assets/images/transparent-checkerboard@2x.png');
}

.setpiece-editor-preview-message-container {
    line-height: initial;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #60656d;
    width: 80%;
    margin: auto;
}

.sw-text-sm {
    font-size: 0.8em;
    line-height: 0.96em;
    vertical-align: middle;
}

.sw-text-md {
    font-size: 14px;
    line-height: 16.8px;
    vertical-align: middle;
}

.sw-text-lg {
    font-size: 17px;
    line-height: 20.4px;
    vertical-align: middle;
}

.sw-text-xlg {
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle;
}

.sw-text-xxlg {
    font-size: 24px;
    line-height: 28.8px;
    vertical-align: middle;
}

.show-when-blocked {
    display: none;
}

.block-ui-active .show-when-blocked {
    display: block;
}

.block-ui-active .hide-when-blocked {
    display: none;
}


/* Bootstrap datepicker overrides */

.swa-body .uib-datepicker-popup.dropdown-menu {
    background-color: #2b2f38;
    padding: 4px;
    box-shadow: 0 3px 7px black;
    border: none;
}

.swa-body .uib-datepicker-popup:focus {
    outline: none;
}

.swa-body .uib-datepicker-popup thead tr:first-child th {
    padding-bottom: 8px;
}

.swa-body .uib-datepicker-popup th {
    color: #bac2cc;
    padding: 2px;
}

.swa-body .uib-datepicker-popup .uib-day,
.swa-body .uib-datepicker-popup .uib-month,
.swa-body .uib-datepicker-popup .uib-year {
    padding: 2px;
}

.swa-body .uib-datepicker-popup .btn-sm {
    /*font-size: inherit;*/
}

.swa-body .uib-datepicker-popup .btn-default {
    background-color: #60656D;
    border-color: #60656D;
    border-radius: 2px;
    color: #bac2cc;
    /*padding: 0 4px;
    min-width: 40px;
    min-height: 32px;
    width: 100%;*/
}

.swa-body .uib-datepicker-popup .btn-default:hover {
    color: #bac2cc;
    border-color: #bac2cc;
    outline: none;
}

.swa-body .uib-datepicker-popup .btn-default:focus {
    outline: none;
}

.swa-body .uib-datepicker-popup .btn-default span {
    /*line-height: 24px;*/
}

.swa-body .uib-datepicker-popup .btn-default .text-info {
    color: inherit;
    ;
}

.swa-body .uib-datepicker-popup .btn-default .text-muted {
    color: #8d939c;
}

.swa-body .uib-datepicker-popup .btn-info.active {
    box-shadow: 0 0 4px 2px #f82c5b inset;
}


/*.swa-body .uib-datepicker-popup .btn-info span:before {
  content: "[";
  font-size: 1.5em;
}
.swa-body .uib-datepicker-popup .btn-info span:after {
  content: "]";
  font-size: 1.5em;
}*/

*:focus {
    outline: none;
}

.hint-icon-message {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #2b2f38;
    border: 1px solid #4a4e56;
    border-radius: 2px;
}

.hint-icon-message>.icon {
    padding: 0 2px;
    text-align: center;
    color: #8d939c;
    background-color: #4a4e56;
    display: flex;
    align-items: center;
}

.hint-icon-message>.text {
    color: #8d939c;
    font-size: 14px;
    flex-grow: 2;
    padding: 2px 4px;
}

.hint-icon-message-autow {
    display: inline-flex;
}

.text .key {
    border: 1px solid #8d939c;
    border-radius: 4px;
    padding: 0 4px;
    font-size: 80%;
}

@media (max-width: 1280px) {
    .hint-icon-message>.text {
        font-size: 12px;
    }
}

.sw-performer-picker-item[disabled],
.sw-performer-picker-item[disabled]>img {
    color: #60656D;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

.sw-pdflink-picker-item {
    display: block;
    padding: 5px 0px;
    clear: both;
    color: #BAC2CC;
    white-space: nowrap;
    min-height: 36px;
    line-height: 24px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #2B2F38;
}

.sw-popover-menu>li>div {
    display: block;
    padding: 5px 10px;
    clear: both;
    color: #BAC2CC;
    white-space: nowrap;
    min-height: 36px;
    line-height: 24px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #2B2F38;
}

.sw-popover-menu>li>div.sw-disabled {
    background-color: #5d5d5d;
    color: #000;
}

.sw-spinner {
    height: 16px;
    width: 16px;
    animation: sw-spinner-rotate 1.5s infinite linear;
    border: 2px solid #DDE1E6;
    border-right-color: #60656d;
    /*border-bottom-color: #60656d;*/
    border-radius: 50%;
    display: inline-block;
}

.sw-spinner-lg {
    height: 20px;
    width: 20px;
}

.sw-spinner-2x {
    height: 32px;
    width: 32px;
}

@keyframes sw-spinner-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}


/*@keyframes sw-spinner-rotate-r {
  100%  { transform: rotate(-360deg); }
  0%    { transform: rotate(0deg); }
}*/

.stackable-tooltip {
    z-index: 10010;
}

.swtoolbar-lockmode {
    background: #2b2f38;
}

.lockmodenavigation .sw-maincontentarea-chart {
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 152px);
    padding: 0;
}

.lockmodenavigation .sw-chart-footer-container {
    left: 0;
    width: 100%;
}

.lockmodenavigation .sw-maincontentarea-staff {
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100% - 82px);
}

.lockmodenavigation .sw-maincontentarea-staff .stafftablecontainer {
    width: calc(100vw - 50px);
}

.lockselect>.stafftablecontainer {
    outline: 1px dashed #2b2f38;
}

.sw-maincontentarea-staff-footer {
    position: absolute;
    bottom: 0;
    height: 32px;
    width: 100%;
    line-height: 32px;
    padding-left: 16px;
    display: none;
}

.lockmodenavigation .sw-maincontentarea-chartstaff {
    top: 50px;
    height: calc(100% - 82px);
}

.sw-maincontentarea-chartstaff-footer {
    position: absolute;
    left: 222px;
    bottom: 0;
    height: 32px;
    width: calc(100% - 222px);
    line-height: 32px;
    padding-left: 16px;
    display: none;
}

.lockmodenavigation .sw-maincontentarea-staff-footer,
.lockmodenavigation .sw-maincontentarea-chartstaff-footer {
    display: block;
}

.lockmodenavigation .buttonunlinkchart {
    display: none;
}

.sidebar-chart-row.lockmode {
    opacity: 0.15;
}

.sidebar-chart-row.lock-highlight {
    opacity: 1;
}

.swa-print-job-list {
    max-height: calc(60vh - 100px);
    overflow: auto;
}

.swa-account-info {
    /* position: absolute;
    right: 8px;
    top: 8px;
    width: 200px; */
    float: right;
    margin-top: 8px;
    margin-right: 8px;
}


/* tinyMCE overrides */

.mce-widget.mce-tooltip {
    display: none !important;
}

.mt-1 {
    margin-top: 0.25em !important;
}

.mb-1 {
    margin-bottom: 0.25em !important;
}

.sw-preferences .title {
    color: #BAC2CC;
    display: block;
    line-height: 28px;
    font-size: 14px;
}

.sw-preferences .subtitle {
    color: #60656D;
    display: inline-block;
    line-height: 15px;
    font-size: 12px;
    font-style: italic;
}

.sw-goto-page-popup .subtitle {
    padding-top: 2px;
    padding-left: 6px;
    color: #8d939c;
    display: flex;
    line-height: 15px;
    font-size: 12px;
}

.preview .title {
    line-height: 32px;
}

.preview-container {
    margin: 0 10px;
    color: black;
    background: white;
    border: 1px solid #60656D;
    border-radius: 4px;
    height: 34px;
    width: 100px;
    overflow: hidden;
    position: relative;
}

.preview-container .preview-content {
    position: absolute;
    top: 50%;
    left: 50%;
    backface-visibility: hidden;
    transition: all 0.2s ease-in-out;
    transform: translateX(-50%) translateY(-50%);
}

.preferences .sub-settings {
    margin: 10px 10px 0 0;
    padding: 5px;
    border: 1px solid #BAC2CC;
    border-radius: 4px;
    width: fit-content;
    display: inline-flex;
    color: #60656D;
}

.highlight-settings .color-option {
    margin: 0 4px;
    display: inline-block;
    position: relative;
}

.highlight-settings .color-option-bordered {
    border: 1px solid #60656D;
    border-radius: 4px;
    cursor: pointer;
}

.preferences .btn {
    text-decoration: none;
}

.color-checked::before {
    content: "\f383";
    font-family: "Ionicons";
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 6px;
    color: #000000;
    z-index: 2;
}

.clr {
    margin-left: 2px;
}

.clr,
.highlight-settings .color-option-bordered {
    width: 25px;
    height: 25px;
    border: 1px solid #60656D;
    border-radius: 4px;
    cursor: pointer;
}

.sub-settings .selector {
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0px;
    display: inline-table;
}

.sub-settings-text {
    margin: 0 10px;
    line-height: 25px;
    font-size: 16px;
    white-space: nowrap;
    height: 25px;
}

.sub-settings-icon {
    font-size: 18px;
    color: #60656D;
}

.clickable {
    cursor: pointer;
}

.settings-active {
    background: #60656D !important;
}

.settings-active span {
    color: #BAC2CC !important;
}

.sub-settings .swafont::before {
    line-height: 25px;
}

.sw-ionicon.ion-brush::before {
    content: "\f4d5";
    font-family: "Ionicons";
}

.sw-ionicon.ion-minus::before {
    content: "\f462";
    font-family: "Ionicons";
}

.sw-ionicon-bold::before {
    font-weight: 900;
}

#font-family-setting {
    min-width: 150px !important;
}

.font-setting span {
    width: 100%;
    text-align: center;
}

.mrgnLeft20 {
    margin-left: 20px !important;
}

.mrgnLeft35 {
    margin-left: 35px !important;
}

.sw-popover-menu>.color-palette {}

.sw-popover-menu>.color-palette>.color-row {
    display: flex;
}

.sw-popover-menu>.color-palette>.color-row>.color {
    width: 25px;
    height: 25px;
    border: 1px solid #60656D;
    border-radius: 4px;
    cursor: pointer;
}

.checkerboard-bk {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.linked-scores-list .menu-group {
    max-height: 300px;
}

.sw-ionicon.ion-link::before {
    content: "\f1fe";
    font-family: "Ionicons";
}

.sw-medialist-picker-content {
    background-color: #1C1D22;
    height: 100%;
    /*height: 80%;
  max-height: 500px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.sw-medialist-picker-row {
    font-size: 14px;
    padding: 0 4px;
    background-color: #2B2F38;
    color: #BAC2CC;
    height: 48px;
    cursor: pointer;
}

.sw-medialist-picker-row:hover {
    box-shadow: 0 0 1px 0 #BAC2CC inset;
}

.sw-medialist-picker-row+.sw-medialist-picker-row {
    margin-top: 1px;
}

.sw-medialist-picker-row .image-block {
    display: inline-block;
    width: 64px;
    height: 64px;
    text-align: center;
    background-color: white;
    padding: 4px;
    border-radius: 4px;
    margin-right: 8px;
}

.sw-medialist-picker-row .image-block img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sw-medialist-picker-row .title-block {
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    width: 100%;
}

.sw-medialist-picker-row .title {
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
}

.sw-medialist-picker-row .subtitle {
    color: #60656D;
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    width: 100%;
    white-space: nowrap;
}

.sw-medialist-picker-row .accessory-block {
    display: none;
    line-height: 40px;
    width: 32px;
    text-align: center;
    font-size: 14px;
}

.sw-medialist-picker-content.editing .sw-medialist-picker-row .accessory-block {
    display: inline-block;
}

.sw-medialist-picker-content.editing .sw-medialist-picker-row .title-block {
    width: calc(100% - 72px);
}

.sw-btn-toolbar .progress-bar-container {
    width: 100%;
    background-color: #60656D;
    height: 2px;
    margin-top: 4px;
}

.sw-btn-toolbar .progress-bar {
    display: inline-block;
    width: 50%;
    background-color: #f82c5b;
    height: 2px;
}

.sw-sidebar-bookmark {
    position: relative;
    width: 250px;
    top: 105px;
    left: 0px;
    z-index: 1;
}

.sw-sidebar-layer {
    position: relative;
    width: 220px;
    top: 105px;
    left: 0px;
    z-index: 1;
}

.sw-sidebar-bookmark-scroll {
    height: calc(100vh - 150px);
}

.sw-sidebar-bookmark-lockmode {
    top: 5px;
}

.sw-sidebar-bookmark-lockmode .sw-sidebar-bookmark-scroll {
    height: calc(100vh - 100px)
}

.sw-sidebar-bookmark-list {}

.sidebar-bookmark-row {
    height: 40px;
    background-color: #2B2F38;
    display: block;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 4px 0 8px;
    color: #bac2cc;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sidebar-layer-row {
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 14px;
    padding: 0 4px 0 8px;
    color: #bac2cc;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #2B2F38;
    margin-top: 4px;
}

.sidebar-layer-row .script-checkbox-block {
    position: absolute;
    top: 3px;
    bottom: 40px;
    left: 0;
    line-height: 32px;
    width: 40px;
    text-align: center;
    font-size: 18px;
}

.sidebar-layer-row .script-dragger-block {
    position: absolute;
    top: 3px;
    bottom: 40px;
    right: 0;
    line-height: 35px;
    width: 40px;
    text-align: center;
    font-size: 18px;
}

.sidebar-bookmark-row+.sidebar-bookmark-row {
    margin-top: 2px;
}

.sidebar-bookmark-row .title {
    width: 224px;
    display: inline-block;
}

.swtoolbar-flex-align-center {
    align-items: center;
}

.swtoolbar-justify-center {
    justify-content: center;
}

.swa-popover-bookmark textarea {
    resize: none;
}

.stackable-popover-content.stackable-place-right .stackable-arrow::after {
    border-right-color: #000;
}

.swa-script-bookmark .swa-script-annotation {
    left: 8px;
    right: 8px;
    transform: translateY(-50%);
}

.swa-script-annotation-bookmark input {
    padding-right: 40px;
    padding-left: 32px;
    background: rgba(221, 223, 225, 0.9);
    font-size: 16px;
}

.swa-script-annotation-bookmark .deletehandle {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    padding: 0 8px;
    color: #333;
    text-align: center !important;
    justify-content: center;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 16px;
}

.swa-bookmark-icon {
    position: absolute;
    top: 10px;
    left: 5px;
    color: #f52b2b;
}

.bookmarkToastMsg {
    min-width: 160px;
    color: #000;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    z-index: 3;
    left: 0;
    max-width: 90%;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.bookmarkToastMsg-wrapper {
    display: flex;
    background: #DDE1E6;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    padding: 6px 16px 6px 6px;
    position: relative;
    padding-left: 40px;
    min-height: 32px;
    box-shadow: 0 0 16px 2px #4a4e56;
    border: 1px solid #8d939c;
    border-radius: 4px;
}

.bookmarkToastMsg .bookmark-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
    flex: 0 0 30px;
}

.two-pageview {
    /* width: calc(50% - 24px); */
    display: inline-block;
}

.two-pageview+.two-pageview {
    margin-left: 8px;
}

.two-pageview .sw-script-pageview-container {
    transform-origin: top left;
    margin-right: 120px;
}

.sw-btn-pageview .btn {
    background: transparent;
}

.sw-btn-pageview .selected-pageview {
    background: #fff;
}

.sw-btn-pageview .selected-pageview:hover {
    color: #8d939c;
}

.sw-btn-pageview .selected-pageview:focus {
    text-decoration: none;
    color: #333333;
}

.sw-btn-pageview .sw-btn-toolbar-o:focus {
    text-decoration: none;
}

.sw-sketchpad-tools-container {
    position: fixed;
    top: 240px;
    right: 0;
    z-index: 901;
    background-color: #8d939c;
    border-radius: 4px;
    padding: 0 4px 8px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40px;
}

.sketchpad-tool-title {
    line-height: 32px;
    color: #2b2f38;
}

.sw-sketchpad-colorpicker {
    width: 34px;
    height: 32px;
    display: block;
    position: relative;
    margin-top: 4px;
}

.sw-sketchpad-eraser,
.sw-sketchpad-pencil {
    width: 34px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    cursor: pointer;
}

.sw-sketchpad-erase {
    font-size: 24px;
}

.sw-sketchpad-pencil.active {
    color: #f82c5b;
}

.shapepathpoints {
    position: absolute;
}

.shapepathpoints.selectedShape {
    background: rgba(167, 167, 167, 0.5);
    position: absolute;
    box-shadow: 0px 0px 1px 6px rgba(167, 167, 167, 0.5);
}

.swa-script-sketchpad-annotations-container-individual-shape {
    top: 0;
    width: 100%;
    height: 100%;
}

.sketchTooltip {
    text-align: left;
    font-family: "Source Sans Pro", sans-serif !important;
}

.sketchTooltip ul {
    padding: 0;
    list-style: none;
}

.sketchTooltip li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}

.sketchTooltip li>span.icon {
    position: absolute;
    left: 8px;
    top: 3px;
}

.sketchTooltip li>span.icon.sketchTooltipRemoveIcon {
    left: 10px;
}

.sketchTooltipColor {
    width: 16px;
    height: 16px;
    background: red;
    display: block;
}

.disable-color-picker {
    pointer-events: none;
    opacity: 0.5;
}

.mt-20 {
    margin-top: 20px;
}

#image-wrapper {
    position: relative;
    height: calc(100vh - 250px);
    width: 100%;
    background: #4F535B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}

#dimensions {
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#dimensions .dimension-list {
    display: flex;
    align-items: center;
}

#dimensions .sw-btn-danger {
    text-transform: inherit;
}

.modal-close-icon {
    cursor: pointer;
}

#canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#ref-measurement-wrapper {
    display: flex;
    align-items: center;
}

.input-lable {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
}

.measurement-button-position {
    position: absolute;
    top: 25px;
    right: 15px;
}

#slide {
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    transform: translate(0, 0) scale(1, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .sw-maincontentarea-script:after {
        content: "Screen/browser width too small to show book view. Please resize your browser or use a bigger screen.";
        position: absolute;
        text-align: center;
        top: 50%;
        left: 0px;
        font-size: 16px;
        text-align: center;
        width: 100%;
        color: #BAC2CC;
    }

    .sw-book-view {
        display: none;
    }
}

.newLayerDiv {
    width: 60%;
    position: fixed;
}

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

.layers-sidebar {
    width: 100%;
    position: absolute;
    top: 50px;
    margin: 4px 0;
    padding: 0 4px;
}

.layer-list-body {
    height: calc(100vh - 200px);
}

.preview-container .preview-content-annotations {
    position: absolute;
    top: 50%;
    left: 50%;
    backface-visibility: hidden;
    transition: all 0.2s ease-in-out;
    transform: translateX(-50%) translateY(-50%);
}

.annotation-type-style {
    margin-top: 4px;
    font-size: 16px;
}

.default-text-annotation {
    display: inline-flex;
    margin: 6px 0 0 8px;
    align-items: center;
}

.default-text-annotation .default-text-label {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 10px;
}

.default-text-annotation input {
    max-width: 75px;
}

.layer-settings-style-section {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.layer-settings-style-section+.layer-settings-style-section {
    border-top: 1px solid #4a4e56;
}

.layer-settings .sub-settings {
    margin: 4px 4px 0 0;
}

.no-record-list {
    margin-top: 60px;
    text-align: center;
}

.no-record-list span {
    color: #BAC2CC;
    font-size: 16px;
}

.swtoolbar .search-production-main {
    display: flex;
    width: 100%;
    position: relative;
}

.sw-sidebar-nofooter>.scrollcontainer.search-input-production {
    top: 100px;
    /* z-index: -1; */
}

.swtoolbar-group .search-text-remove {
    position: absolute;
    top: -5px;
    right: 19px;
    /* z-index: 9; */
    color: #21252e;
}

.layer-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}

.tooltip.layer-name-tooltip {
    left: 10px !important;
}

.mx-2 {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.pdf-container object::-webkit-pdf-toolbar {
    display: none !important;
}

.sw-context-menu-container {
    position: absolute;
    background-color: transparent;
    box-shadow: 0 0 8px 0 #151616;
    overflow: hidden;
    border-radius: 4px;
    width: max-content;
}

/*------------------------
 Context Menu style ----*/
.sw-context-menu {
    background: #2B2F39;
    /* border-radius: 3px; */
}

.sw-context-menu p {
    color: #ffff;
    text-align: left;
    margin-bottom: 4px;
}

.sw-context-menu .chart-inspector-group {
    padding: 8px 4px;
    margin: 0 4px;
}

.sw-context-menu .inspector-action-container>.sw-chart-inspector-row+.sw-chart-inspector-row {
    margin-top: 5px;
}

.sw-context-menu .inspector-action-container>.sw-chart-inspector-row>.sw-btn-inspector {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sw-context-menu .sw-btn-inspector {
    width: 56px;
    height: 35px;
    border-radius: 3px;
}

.sw-context-menu .inspector-angle-container .first {
    margin-bottom: 5px;
}

.sw-context-menu .inspector-angle-container button.zero {
    height: 100%;
    margin-left: 2px;
}

.sw-context-menu .sw-chart-inspector-row {
    /* flex-wrap: wrap; */
    height: auto;
    gap: 5px;
}

.sw-context-menu .inspector-angle-container,
.sw-context-menu .inspector-action-container,
.sw-context-menu .inspector-layer-container {
    width: auto;
    border-bottom: 1px solid #A1A1A1;
}

.sw-context-menu .inspector-layer-container button {
    width: 86px;
}

.sw-context-menu .inspector-layer-container button.tick {
    height: 100%;
    width: 58px;
}

.sw-context-menu .sw-chart-inspector-row- {
    display: flex;
    gap: 7px;
}

.sw-context-menu .inspector-layer-container .sw-chart-inspector-row:first-child {
    margin-bottom: 5px;
}

.sw-context-menu .inspector-color-container {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    gap: 8px;
}

.sw-context-menu .inspector-color-container .sw-chart-inspector-row {
    width: 50%;
    background: #60656d;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 7px;
    border-radius: 3px;
    color: #bac2cc;
    border: 1px solid #60656d;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sw-context-menu .inspector-color-container .sw-chart-inspector-row:hover {
    border-color: #bac2cc;
    cursor: pointer;
}

.sw-context-menu .inspector-color-container .color-picker-holder {
    width: 22px;
    height: 22px;
    margin-top: -2px;
}

.sw-context-menu .inspector-color-container .sw-chart-inspector-row {
    justify-content: space-between;
    margin-top: 0;
}

.sw-context-menu .inspector-color-container .color-picker-holder .sp-replacer {
    border-radius: 3px;
}

.sw-context-menu .inspector-color-container .sw-ionicon {
    color: white;
}

.sw-context-menu .chart-inspector-group {
    border-left: 0;
}

.inspector-flip-container {
    color: white;
    border-top: 1px solid #A1A1A1;
}

.sw-context-menu .swafont {
    font-size: 24px;
}

.sw-context-menu-rotate .sw-btn-inspector {
    flex-grow: 1;
}

.sw-context-menu-header {
    display: flex;
}

.sw-context-menu-header {
    display: flex;
    align-items: center;
    padding-left: 8px;
}

.sw-context-menu-header.sw-alignment-header {
    padding-left: 0;
}

.sw-context-menu-header .sw-drag {
    border: 1px solid #A1A1A1;
    width: 100%;
    height: 5px;
    border-right: 0;
    border-left: 0;
}

.sw-context-menu-header .pin-icon {
    padding-left: 0;
    padding-right: 5px;
}

.sw-context-menu-header .pin-icon .swafont {
    font-size: 18px;
}

.sw-context-menu-header .pin-icon.sw-active .swafont {
    border: 0;
    padding: 0;
}

.sw-alignment-distribute {
    background-color: #2b2f39;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s ease;
}

.sw-alignment-distribute .back-btn {
    padding-right: 2px;
    padding-left: 3px;
}

.sw-align-distribute-par {
    justify-content: space-between;
    padding-right: 4px;
}

.line-thickness-btns:hover {
    border-color: transparent;
    cursor: default;
}

.sw-plus-minus-reset {
    text-align: center;
    border-left: 1px solid #60656D;
    padding-left: 5px;
}

.sw-plus-minus-reset .sub-settings {
    padding: 3px;
    margin: 4px;
    color: #BAC2CC;
}

.sw-plus-minus-reset .sub-settings-icon {
    color: #BAC2CC;
}

.sw-plus-minus-reset .sub-settings-text {
    width: 20px;
}

.sw-plus-minus-reset {
    color: #BAC2CC;
}

.sw-plus-minus-reset .reset-btn .sub-settings {
    width: -webkit-fill-available;
    justify-content: center;
}

.line-thickness-btns .plus-minus-icons {
    display: flex;
    gap: 10px;
}

.line-thickness-btns .plus-minus-icons span.reset-btn {
    align-items: center;
    padding: 1px 5px;
    font-size: 12px;
}

.line-thickness-btns .plus-minus-icons span {
    background-color: #2b2f39;
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid transparent;
}

.line-thickness-btns .plus-minus-icons span:hover {
    color: #bac2cc;
    border: 1px solid #bac2cc;
    outline: none;
}

.sw-context-menu .inspector-action-container>.sw-chart-inspector-row>.sw-btn-inspector.sw-align-distribute-btn {
    justify-content: space-between;
    padding-left: 4px;
    padding-right: 5px;
    font-size: 13px;
}

.sw-alignment-distribute .sw-align-distribute-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 4px;
    padding-right: 5px;
    font-size: 13px;
}

.sw-alignment-distribute .swafont {
    font-size: 18px;
}

/* Chart options style */
.sw-chart-modal .menu-item[disabled] {
    pointer-events: none;
    cursor: not-allowed;
}

.sw-chart-modal {
    position: absolute;
    left: 250px;
    top: 65px;
    z-index: 999;
}

.sw-chart-modal .menu-group {
    box-shadow: 0 3px 7px black;
}

.sw-chart-modal .chart-left-arrow {
    color: #1c1d22;
    font-size: 24px;
    position: absolute;
    left: -18px;
    transform: rotate(92deg);
    top: 25px;
}

.sw-sidebar.sw-parent-chart-options .stickyheader {
    width: 231px;
}

.sw-sidebar.sw-parent-chart-options {
    width: 240px;
}

.sw-sidebar.sw-parent-staff-options {
    width: 220px;
}

.sw-parent-staff-options .sw-staff-checkbox {
    margin-right: 5px;
}

.sw-sidebar.sw-parent-chart-options .chart-item-block {
    display: flex;
    align-items: baseline;
    margin: unset;
}

.sw-chart-otions {
    font-size: 18px;
    padding: 8px;
}

.sw-chart-footer-container {
    width: calc(100% - 202px);
    left: 242px;
}

/* Chart move scenes style */
.sidebar-destination-scene-list-parent .panel-heading {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.sidebar-destination-scene-list-parent .message {
    font-size: 12px;
    color: #bac2cc;
    padding: 10px 10px 1px 10px;
    background: #2b3038;
    line-height: 16px;
}

.sidebar-destination-scene-list-parent .panel-title {
    width: 100%;
}

.sidebar-destination-scene-list-parent .name {
    display: flex !important;
    align-items: end !important;
}

.sidebar-destination-scene-list-parent .name .swafont {
    margin-right: 20px;
}

.sidebar-destination-scene-list-parent .sidebar-scenecontents-list .panel-heading {
    background: #2b3038;
    margin: 4px 5px;
    position: relative;
}

/* .sidebar-destination-scene-list-parent .sidebar-scenecontents-list .panel-heading:before{
    content: '';
    background: #838383;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 35px;
} */
.sidebar-destination-scene-list .main-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-destination-scene-list-parent .scene-child {
    display: flex;
    align-items: end;
    color: #ffffff;
    padding-left: 15px;
}

.sidebar-destination-scene-list-parent .scene-child span.swafont {
    font-size: 16px;
    padding-bottom: 1px;
    margin-right: 8px;
}

.sidebar-destination-scene-list-parent .scene-child span.swafont.staff {
    padding-bottom: 4px;
}

.sidebar-destination-scene-list-parent .scene-child .pull-left span {
    display: flex;
    align-items: end;
    height: 100%;
}

.sidebar-destination-scene-list-parent .sidebar-chart-row {
    padding: 4px;
}

.sidebar-destination-scene-list-parent .sidebar-scenecontents-list .panel>.panel-collapse>.panel-body {
    padding-bottom: 0;
}

.sidebar-destination-scene-list-parent .sidebar-scenecontents-list .panel:last-child {
    padding-bottom: 1px;
}

.sidebar-destination-scene-list .panel-heading [disabled] {
    color: #60656D;
    opacity: 1.0;
}

.sidebar-destination-scene-list-parent .sidebar-scenecontents-list .panel-heading [disabled]:hover {
    cursor: default;
}

.sw-popover-menu>.menu-group .menu-item .title [disabled] {
    color: #60656D;
    opacity: 1.0;
}

.sw-parent-chart-options .sw-chart-otions.sw-checkbox {
    padding: 0;
    margin-left: 3px;
}

.delete-move-option-hint {
    display: flex;
    justify-content: center;
    font-size: 2em;
    color: white;
    margin-top: 6px;
}

.delete-move-option-hint:hover {
    color: #f82c5b;
    cursor: pointer;
}

.chart-item-block .removed-scores-title {
    padding-top: 5px;
    padding-bottom: 10px;
}

.chart-item-block .removed-scores-title .removed-scores-scenename {
    font-size: 10px;
}

.swa-freehand .handle {
    width: 16px;
    height: 16px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    background-color: rgba(95, 100, 108, 0.3);
    border-radius: 2px;
    border: 1px solid rgba(95, 100, 108, 0.5);
    position: absolute;
    top: -22px;
    right: 0;
    z-index: 999;
}

.swa-script-chartlink .swa-chartname-width {
    width: 110px;
}

.swa-script-chartlink .swa-chartscript-view-chartname-width {
    width: 100%;
    display: flex;
    right: 0;
    justify-content: end;
}

.swa-script-chartlink .swa-chartscript-view-chartname {
    max-width: 50%;
    text-align: left;
}

.stafftableaccessorybar .swa-chartscore-view-chartname-width {
    max-width: 375px;
    display: flex;
    align-items: center;
}

.stafftableaccessorybar .swa-scoreview-chartname-width {
    width: 100%;
}

/* Track Reassignment style */
.sw-modal .modal-body.track-reassignment {
    justify-content: space-between;
    gap: 20px;
}

.track-reassignment .reassignment,
.track-reassignment .drag-area,
.track-reassignment .choose-section {
    background-color: #45484f;
    width: 100%;
}

.track-reassignment .reassignment .reassignment-pair-list-scroll {
    /* min-height: calc(100vh - 275px);
    max-height: calc(100vh - 275px); */
    /* overflow-y: auto; */
    height: 400px;
}

.track-reassignment-body .sw-performer-picker-content {
    width: 100%;
    justify-content: start;
    gap: 5px;
}

.track-reassignment .reassignment .header-btns p {
    font-size: 16px;
}

.track-reassignment .reassignment .header-btns {
    background: #2b3038;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 13px;
}

.track-reassignment ul {
    padding-left: 0;
    list-style: none;
}

.track-reassignment .reassignment ul.track-reassignment-body {
    height: 100%;
}

.track-reassignment .drag-area .drag-body {
    padding: 15px;
}

.track-reassignment .drag-area .drag-body .sw-performer-picker-content {
    width: 100%;
    justify-content: start;
    gap: 5px;
}

.track-reassignment .drag-area .drag-body .drag-images {
    /* max-height: calc(100vh - 355px);
    overflow-y: auto; */
    overflow: unset;
}

.track-reassignment .drag-area .drag-body input {
    background: #2b2f38;
    margin-bottom: 10px;
}

.track-reassignment .drag-area .search {
    position: relative;
}

.track-reassignment .drag-area .search button {
    position: absolute;
    top: -5px;
    right: -10px;
}

.track-reassignment .reassignment ul.track-reassignment-body li {
    display: flex;
    justify-content: space-between;
    margin: 15px 15px 20px 15px;
}

.track-reassignment .reassignment li .list {
    justify-content: space-between;
    gap: 20px
}

.track-reassignment .reassignment .list div.img-box {
    background-color: #2b2e39;
    object-fit: cover;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
}

.track-reassignment .reassignment .replace-text {
    margin-bottom: 2px;
    font-size: 12px;
    margin-left: 4px;
    color: #8d939c;
}

.track-reassignment .reassignment .replace-text.active {
    color: white;
}

.track-reassignment .reassignment .replace-arrow {
    color: #8d939c;
}

.track-reassignment .reassignment .replace-arrow.active {
    color: white;
}

.track-reassignment .reassignment .replace-arrow {
    margin: 0 15px;
}

.track-reassignment .reassignment .replace-arrow span {
    font-size: 16px;
}

.track-reassignment .reassignment .replace-arrow p {
    margin-bottom: 0;
    font-size: 12px;
}

.track-reassignment .reassignment .list div.img-box img {
    height: 38px;
    width: 38px;
}

.track-reassignment .reassignment .list div.plus-icon {
    padding: 19px;
}

.track-reassignment .border-red {
    border: 1px solid #F82C5B;
}

.track-reassignment .choose-section .scene-name {
    font-size: 16px;
    font-weight: 500;
}

.track-reassignment .choose-section .header-btns {
    justify-content: space-between;
    padding-bottom: 15px;
}

.track-reassignment .header {
    background: #2b3038;
    align-items: start;
    gap: 10px;
    justify-content: space-between;
}

.track-reassignment .header h4 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
}

.track-reassignment .choose-section li ul li div {
    padding-left: 35px;
}

.track-reassignment .choose-section li div {
    justify-content: space-between;
    background-color: #2b3038;
    padding: 10px;
    margin-bottom: 5px;
}

.track-reassignment .choose-section li ul li div {
    background-color: #2b3038a8;
    padding: 6px 35px;
}

.track-reassignment .choose-section li ul li div .scene-name {
    font-size: 14px;
}

.track-reassignment .choose-section li div p {
    margin-bottom: 0;
    gap: 5px;
}

.track-reassignment .choose-section .choose-section-body {
    padding: 15px;
}

.track-reassignment .choose-section .choose-section-body ul.scrollcontainer {
    /* max-height: calc(100vh - 355px); */
    /* overflow: auto; */
    margin-bottom: 0;
    height: 320px;
}

.track-reassignment-disable-div {
    pointer-events: none;
    opacity: 0.5;
}

.track-reassignment-btn {
    flex-direction: column;
    gap: 5px;
    padding: 5px;
}

.track-reassignment .no-reassignment-available {
    margin-top: 60px;
    text-align: center;
}

.track-reassignment .no-reassignment-available span {
    color: #BAC2CC;
    font-size: 16px;
}

.track-reassignment .sw-performer-picker-content {
    height: 320px;
}

.track-reassignment .sw-performer-picker-content .mCSB_container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.track-reassignment .sw-performer-picker-item {
    flex-shrink: 0;
}

.performer-scaling-float-heading {
    display: block;
    color: #bac2cc;
    text-align: center;
}

.chart-performer-scaling-grp-btn {
    display: flex;
    padding: 0px 5px 5px 5px;
}

.script-cue-style-radio-btn {
    display: flex;
    padding: 5px 5px 5px 5px;
}

.performer-scaling-float-radio-btn {
    padding: 5px 5px;
}

.performer-scaling-float {
    padding: 5px;
    margin: 0 5px 0 5px;
    border-radius: 4px;
    border: 1px solid #8d939c;
}

.performer-scaling-float button {
    width: 100%;
}

.performer-scaling-float button span {
    width: auto;
}

.performer-scaling-float.scaling-dock {
    margin: 0 5px 0 5px;
    border: 1px solid #8d939c;
}

.align-print-options-center {
    display: flex;
    justify-content: center;
}

.no-matching-info-text {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.no-matching-info-text span {
    color: #BAC2CC;
    font-size: 16px;
}

.is-performer-on-chart {
    position: absolute;
    background: rgba(141, 147, 156, 0.82);
    top: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #03aa4c;
}

.swtoolbar .search-for-dock-room {
    position: relative;
    z-index: 10;
}

.settingsDetailPanel .margin-for-search-bar,
.sw-dock-performer-picker .margin-for-search-bar {
    margin-top: 35px;
}

.search-text-clear-btn {
    position: absolute;
    right: 5px;
    color: #21252e;
}

.search-text-clear-btn-float {
    top: 40px;
}

.search-text-clear-btn2-dock {
    top: 0;
}

.search-text-clear-btn3-settings {
    top: 45px;
}

.search-bar-chart {
    padding: 5px 15px;
}

.setpiece-or-performer-picker-active {
    overflow: hidden;
}

.layer-setting-cue-anchor-style {
    margin-bottom: 0;
    margin-top: 4px;
}

.script-anchor-box-tools {
    display: flex;
    min-width: 80px;
    position: relative;
}

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

.align-self-center {
    align-self: center;
}

.line-thickness-btns-script {
    color: #bbc2cc;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
}

.sw-chart-modal .script-left-arrow {
    color: #1c1d22;
    font-size: 24px;
    position: absolute;
    left: -15px;
    transform: rotate(92deg);
    top: 52px;
}

.sw-chart-modal .script-left-arrow-position {
    top: -5px;
}

.script-annotation-style-menu-btns {
    background-color: #60656D;
}

.annotation-layer-label {
    width: 100px;
}

.annotation-layer-setting {
    display: flex;
    padding-left: 5px;
}

.script-annotation-style-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.line-thickness-count {
    width: 100%;
    background: #60656d;
    padding: 6px;
    margin: 0 5px;
    text-align: center;
    border-radius: 4px;
}

.sw-fontsize-picker .line-thickness-picker {
    height: 150px;
}

.padding-top-10 {
    padding-top: 10px;
}

.width-60 {
    width: 60px;
}

.width-120 {
    width: 120px;
}

.width-170 {
    width: 170px;
}

.width-110 {
    width: 110px;
}

.width-30 {
    width: 30px;
}

.width-60-percent {
    width: 60%;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.set-margin-btn-set {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.set-margin-btns {
    border: 1px solid;
    border-color: #8d939c;
    border-radius: 4px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8d939c;
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.set-margin-btns-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.set-margin-apply-btns {
    gap: 10px;
    padding: 10px 7px 5px 7px;
}

.sidebar-layer-row-thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bac2cc;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #2B2F38;
    margin-top: 4px;
}

.script-thumb-img {
    width: 150px;
    height: 200px;
}

.script-thumb-img-mark-ups {
    position: absolute;
    top: 0px;
    left: 14px;
}

.top-2 {
    top: 2px;
}

.script-thumb-img-mark-ups-bottom {
    position: absolute;
    left: 0px;
}

.selected-script-page {
    border: 2px solid #F82C5B;
}

.layer-list-bottom-thumb {
    height: 220px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 8px
}

.layer-list-bottom-thumb .sidebar-layer-row-thumbnail {
    gap: 10px;
    overflow: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-start;
    height: 204px;
    width: 154px;
    flex-shrink: 0;
}

.layer-list-bottom-thumb .mCSB_container {
    display: flex;
    gap: 10px;
}

.sidebar-option-for-right-side {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 52px;
    right: 0;
    z-index: 999;
    background-color: #1c1d22;
}

.sidebar-right-side-thumbimage {
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 180px;
    position: absolute;
    top: 52px;
    right: 0;
    z-index: 999;
    background-color: #1c1d22;
    transition: all 0.3s ease 0s;
}

.sidebar-option-for-bottom-side {
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 6px;
    z-index: 999;
    background-color: #1c1d22;
}

.sidebar-bottom-side-thumbimage {
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 180px;
    position: absolute;
    bottom: 6px;
    z-index: 999;
    background-color: #1c1d22;
    transition: all 0.3s ease 0s;
}

.sw-sidebar-script-page-thumbnails {
    background-color: #2b2f38;
    border-right: 1px solid #1c1d22;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 52px;
    width: 180px;
    height: calc(100% - 54px);
    z-index: 900;
    right: 0;
}

.sw-bottombar-script-page-thumbnails {
    background-color: #2b2f38;
    border-right: 1px solid #1c1d22;
    display: block;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
}

.layer-list-body-thumbnail {
    height: calc(100vh - 110px);
}

.loader {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

    100% {
        transform: rotate(360deg);
    }
}

.swa-script-annotation .resize-handle-circle {
    width: 8px;
    height: 8px;
    display: none;
    background-color: #0b57d0;
    border-radius: 50%;
    position: absolute;
    bottom: -4px;
    right: -4px;
}

.swa-script-annotation-selection .resize-handle-circle {
    width: 8px;
    height: 8px;
    display: none;
    background-color: #0b57d0;
    border-radius: 50%;
    position: absolute;
    bottom: -4px;
    right: -4px;
}

.annotation-toolbar-modal {
    max-width: 670px;
    margin: 0 auto;
    top: 50px;
    right: 0;
    left: -60px;
    display: flex;
    justify-content: center;
}

.sw-popover-menu.annotation-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.sw-popover-menu.annotation-toolbar>.menu-group {
    min-width: 40px;
    display: flex;
    align-items: center;
}

.annotation-toolbar .plus-minus-icons>.btn {
    width: 30px;
}

.script-annotation-toolbar-btns {
    background-color: #1c1d22;
}

.swa-script-annotation .move-handle-circle {
    width: 8px;
    height: 8px;
    display: none;
    background-color: #0b57d0;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
}

.swa-script-annotation-selection .move-handle-circle {
    width: 8px;
    height: 8px;
    display: none;
    background-color: #0b57d0;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
}

.layer-settings-align-right {
    display: flex;
    justify-content: end;
}

.sw-sidebar-shared-icon {
    background-color: transparent;
    border: none;
    color: white;
    transition: all 0.3s ease 0s;
    padding-right: 13px;
}

.sw-sidebar-shared-icon:hover {
    color: white;
}

.sw-cursor-not-allowed {
    cursor: not-allowed;
}
/* spectrum color picker overrides */

.swa-colorpicker-container.sp-container {
  border-radius: 4px;
  border: none;
  background: #1c1d22;
  margin: 0;
  box-shadow: 0 0 8px 0 black;
}

.swa-colorpicker-container .sp-palette-container {
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-right-color: #4f535b;
}

.swa-colorpicker-container .sp-palette-row {
    max-width: 140px;
}

.swa-colorpicker-container .sp-palette-row-selection {
  margin-top: 4px;
}
.swa-colorpicker-container .sp-thumb-el {
    border-radius: 2px;
    width: 24px;
    height: 24px;
    margin: 2px;
    border: none;
    box-shadow: 0 0 2px 0 #60656D;
}

.swa-colorpicker-container .sp-picker-container {
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  border-left-color: #4f535b;
}

.swa-colorpicker .sp-thumb-inner {
    border-radius: 2px;
}

.swa-colorpicker-replacer.sp-replacer {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    padding: 0;
}

.swa-colorpicker-replacer .sp-preview {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    border: none;
}

.swa-colorpicker-replacer .sp-preview-inner {
    /*border-radius: 4px;*/
    height: 100%;
    width: 100%;
}

.swa-colorpicker-replacer .sp-dd {
    /* position: absolute; */
    top: 50%;
    right: 5px;
    margin-top: -8px;
}

.swa-colorpicker-hidden .swa-colorpicker-replacer {
  position: absolute;
  left: 0;
  right: 0;
}

.swa-colorpicker-hidden .sp-preview, .swa-colorpicker-hidden .sp-dd {
  display: none;
}
@font-face {
    font-family: 'Liberation Sans';
    src: url('/assets/fonts/LiberationSans-BoldItalic.woff2') format('woff2'),
        url('/assets/fonts/LiberationSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Liberation Sans';
    src: url('/assets/fonts/LiberationSans-Italic.woff2') format('woff2'),
        url('/assets/fonts/LiberationSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Liberation Sans';
    src: url('/assets/fonts/LiberationSans.woff2') format('woff2'),
        url('/assets/fonts/LiberationSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Liberation Sans';
    src: url('/assets/fonts/LiberationSans-Bold.woff2') format('woff2'),
        url('/assets/fonts/LiberationSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Liberation Mono';
    src: url('/assets/fonts/LiberationMono-Bold.woff2') format('woff2'),
        url('/assets/fonts/LiberationMono-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Liberation Mono';
    src: url('/assets/fonts/LiberationMono-Italic.woff2') format('woff2'),
        url('/assets/fonts/LiberationMono-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Liberation Mono';
    src: url('/assets/fonts/LiberationMono.woff2') format('woff2'),
        url('/assets/fonts/LiberationMono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Liberation Mono';
    src: url('/assets/fonts/LiberationMono-BoldItalic.woff2') format('woff2'),
        url('/assets/fonts/LiberationMono-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Liberation Serif';
    src: url('/assets/fonts/LiberationSerif-BoldItalic.woff2') format('woff2'),
        url('/assets/fonts/LiberationSerif-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Liberation Serif';
    src: url('/assets/fonts/LiberationSerif-Bold.woff2') format('woff2'),
        url('/assets/fonts/LiberationSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Liberation Serif';
    src: url('/assets/fonts/LiberationSerif.woff2') format('woff2'),
        url('/assets/fonts/LiberationSerif.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Liberation Serif';
    src: url('/assets/fonts/LiberationSerif-Italic.woff2') format('woff2'),
        url('/assets/fonts/LiberationSerif-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/*
 * multirange.js v0.1.2
 * (c) 2014 Val Allen Samonte val.samonte@gmail.com
 * License: MIT
 *
 * Updated for SWA
 */

.swa-multirange-mk2-container {
  position: relative;
  width: 100%;
  height: 110px;
  overflow-x: auto;
  overflow-y: hidden;
}
.swa-multirange-mk2-labels-container {
  margin-left: 5px;
  height: 45px;
}
.swa-multirange-mk2-labels {
  position: relative;
  width: 100%;
  height: 35px;
  padding: 0;
  margin: 2px auto;
  list-style: none;
}
.swa-multirange-mk2-label {
  position: absolute;
  bottom: 0px;
}
.swa-multirange-mk2-label span {
  display: inline-block;
  margin-left: -50%;
  font-size: 11px;
  color: #fff;
  font-family: 'Arial', sans-serif;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  border: none;
  border-radius: 8px;
  padding: 4px 6px;
}
.swa-multirange-mk2-label input[type="text"] {
  display: inline-block;
  margin-left: -50%;
  font-size: 14px;
  text-align: center;
  border: 1px solid;
  border-radius: 4px;
  /*padding: 4px;*/
  /*height: 35px;*/
  width: 40px;
  border-color: #747984;
  background-color: #4F535B;
  color: #ffffff;
}
.swa-multirange-mk2-label input:focus {
  border-color: #BAC2CC;
  outline: none;
  box-shadow: none;
}
.swa-multirange-mk2-label input::selection {
  color: black;
  background-color: #BAC2CC;
}
.swa-multirange-mk2-label input::-moz-selection {
  color: black;
  background-color: #BAC2CC;
}
.swa-multirange-mk2-hairline {
  position: absolute;
  border-left: 1px solid #8d939c;
}
.swa-multirange-mk2-hairlines-container {
  margin-left: 5px;
}
.swa-multirange-mk2-hairlines {
  position: relative;
  width: 100%;
  height: 35px;
  padding: 0;
  margin: auto;
  list-style: none;
}
.swa-multirange-mk2-hairline span {
  display: inline-block;
  margin-left: -50%;
  margin-top: 14px;
  font-size: 14px;
  color: #8d939c;
}
.swa-multirange-container {
  position: relative;
  width: 100%;
  height: 25px;
  /* DO NOT MODIFY MARGIN */
}
.swa-multirange-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.swa-multirange-track {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #60656D;
}
.swa-multirange {
  -webkit-appearance: none;
  width: 100%;
  margin: 1px 0 0 0;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
}
.swa-multirange:focus {
  outline: none;
}

/*http://stackoverflow.com/questions/18794026/remove-dotted-outline-from-range-input-element-in-firefox*/

.swa-multirange::-moz-focus-outer {
  border: 0;
}
.swa-multirange::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  width: 16px;
  height: 24px;
  border-radius: 4px;
  background: #60656D;
  box-shadow: 0 0 2px 0 black;
}
.swa-multirange::-webkit-slider-runnable-track {
  height: 1px;
  border: none;
  background: transparent;
  margin-top: -1px;
}
.swa-multirange::-moz-range-thumb {
  border: none;
  width: 16px;
  height: 24px;
  border-radius: 4px;
  background: #60656D;
  box-shadow: 0 0 2px 0 black;
}
.swa-multirange::-moz-range-track {
  height: 1px;
  border: none;
  background: transparent;
  margin-top: -1px;
}
.swa-multirange::-ms-tooltip {
  display: none;
}
.swa-multirange::-ms-thumb {
  border: none;
  height: 20px;
  width: 10px;
  border-radius: 4px;
  background: #F82C5B;
  box-shadow: 0 0 2px 0 black;
}
.swa-multirange::-ms-track {
  background: transparent;
  color: transparent;
  border-color: transparent;
  border-width: 6px 0;
}
.swa-multirange::-ms-fill-lower {
  height: 1px;
  background-color: transparent;
}
.swa-multirange::-ms-fill-upper {
  height: 1px;
  background-color: transparent;
}

.swa-rzslider.rzslider .rz-pointer {
  top: -10px;
  width: 32px;
  height: 24px;
  background-color: #60656D;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 black;
}
.swa-rzslider.rzslider .rz-pointer::after {
  top: 6px;
  left: 14px;
  width: 4px;
  height: 12px;
  background: #151616 none repeat scroll 0% 0%;
  border-radius: 4px;
}
.swa-rzslider.rzslider .rz-pointer:hover:after {
  background-color: #151616;
}
.swa-rzslider.rzslider .rz-pointer.rz-active:after {
  background-color: #F82C5B;
}
.swa-rzslider.rzslider .rz-bar {
  background: #60656D none repeat scroll 0% 0%;
}
.swa-rzslider.rzslider .rz-bubble.rz-limit {
  color: #BAC2CC;
}
.swa-rzslider.rzslider .rz-bubble {
  color: white;
}
.swa-rzslider.rzslider .rz-ticks .rz-tick {
  width: 4px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background: #BAC2CC none repeat scroll 0% 0%;
}

@media (max-width: 1023px) {
  .sw-maincontentarea-staff {
    background-color: #21252e;
  }
  .staffscrollview {
    transform: none !important;
  }
  .staffscrollview:after {
    content: "Screen/browser width too small to show staffs. Please resize your browser or use a bigger screen.";
    position: absolute;
    text-align: center;
    top: 50%;
    font-size: 16px;
    text-align: center;
    width: 100%;
    color: #BAC2CC;
  }
  .stafftablecontainer {
    display: none;
  }
}

@media (min-width: 1024px) {
  .staffcontainer {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 4px;
  }
  .stafftablecontainer {
    margin: 24px 0 8px;
    letter-spacing: normal;
  }
  .activestaff .stafftablecontainer {
    position: relative;
  }
  .stafftable {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    font-family: 'Liberation Sans';
    font-size: 12px;
  }
  /* global cell styles */
  .stafftable th,
  .stafftable td {
    border: 1px solid #CCD2D9;
    /*border-right: 1px solid #CCD2D9;
    border-bottom: 1px solid #CCD2D9;*/
  }
  .staticrow th {
    border-bottom: 1px solid #60656d;
    font-weight: normal;
    text-align: center;
    height: 30px;
    pointer-events: none;
    word-break: break-all;
    line-height: normal;
  }
  .inactivestaff>.stafftablecontainer>.stafftable td:focus {
    outline: none;
  }
  .activestaff>.stafftablecontainer>.stafftable .active:focus {
    outline: 2px dotted #F82C5B;
  }
  /* specific cell styles */
  .contentrow td {
    width: 30px;
    /*word-break: break-all;*/
    text-align: left;
    vertical-align: top;
    height: 30px;
  }
  .voicerow td {
    background-color: #DDE1E6;
  }
  .layoutrow th,
  .layoutrow td {
    border-color: transparent;
    height: 0px;
  }
  /* cell border styles */
  .contentrow .countborder,
  .staticrow .countborder {
    border-right: 1px solid #60656d;
  }
  .contentrow .bottomrowcell {
    border-bottom: 1px solid #60656d;
  }
  .contentrow .toprowcell {
    border-top: 1px solid #60656d;
  }
  /* content cell styles */
  .contentrow .headercolumn,
  .staticrow .headercolumn {
    border-right: 1px solid #60656d;
    vertical-align: top;
    text-align: left;
    width: 80px;
  }
  .contentrow .collapsecol,
  .staticrow .collapsecol {
    border: none;
    border-right: 1px solid #60656d;
    width: 30px;
    vertical-align: top;
    font-size: 16px;
    padding: 0;
    text-align: center;
    position: relative;
  }
  .contentrow .deletecol {
    position: relative;
  }
  .contentrow .stafftitlecell {
    border-top: 1px solid #60656d;
    border-bottom: 1px solid #60656d;
    background-color: #DDE1E6;
    padding: 1px;
  }
  .collapsedrow th,
  .collapsedrow td {
    border-bottom: 1px solid #60656d;
  }
  .characterheadercell {
    cursor: pointer;
    padding-left: 2px;
    position: relative;
    white-space: nowrap;
  }
  .detailheadercell {
    pointer-events: none;
  }
  .contentrow .active {
    background-color: rgb(249, 44, 91);
    background-color: rgba(249, 44, 91, 0.25);
  }
  .contentrow .editing {
    background-color: transparent;
    position: relative;
  }
  .contentrow .editing:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgb(52, 104, 208);
    border: 1px solid rgba(52, 104, 208, 1);
  }
  .contentrow .sizing:focus,
  .contentrow .deletecol:focus {
    outline: none;
  }
  .contentrow .hidden {
    display: table-cell;
  }
  /* cell content styles */
  .stafftitle {
    font-weight: normal;
    text-align: left;
    word-wrap: break-word;
    padding-left: 1px;
  }
  .characterheadercell select {
    width: 100%;
  }
  .characterheader {
    font-weight: bold;
    text-align: left;
  }
  .detailheader {
    font-weight: normal;
    padding-left: 8px;
  }
  .stafftable .text p {
    padding: 0;
    margin: 0;
  }
  .voicerow .text {
    /*font-weight: bold;*/
  }
  .contentrow .text {
    font-family: 'Liberation Sans';
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.2;
    padding: 0 0.5px;
    word-break: normal;
    overflow-wrap: break-word;
  }
  .contentrow .text div,
  .contentrow .text span {
    min-height: 1em;
  }
  /* row collapse button style */
  .staffcollapsebuttoncontainer {
    background-color: #60656d;
    height: 30px;
    /*vertical-align: middle;*/
    border-radius: 5px 0 0 5px;
    opacity: 0;
    line-height: 30px;
    width: 30px;
    position: absolute;
    right: 0;
  }
  .activestaff .staffcollapsebuttoncontainer {
    opacity: 1;
  }
  .staffcollapsebutton {
    font-weight: normal;
    color: #eee;
    text-decoration: none;
    cursor: pointer;
    /*vertical-align: middle;*/
  }
  /* row actions - move up/down/delete */
  .staffrowactionsoverlaycontainer {
    position: absolute;
    /*height: 100%;*/
    top: 0;
    /*left: 0;*/
    right: 0;
    width: calc(100vw - 300px);
    /*right: 1px;*/
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 66%, transparent);
  }
  .staffrowactionsoverlaycontainer-hover {
    background: linear-gradient(to left, rgba(255, 0, 0, 0.2) 66%, transparent)
  }
  .staffrowactionbuttonscontainer {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    text-align: right;
  }
  .buttonstaffrowaction {
    cursor: pointer;
  }
  .buttonstaffrowdelete {
    padding-right: 5px;
    color: red;
  }
  .buttonstaffrowmovedown {
    padding-right: 10px;
    color: rgb(0, 104, 208);
  }
  .buttonstaffrowmoveup {
    padding-right: 5px;
    color: rgb(0, 104, 208);
  }
  /* accessory buttons */
  .staffeditingcontrolscontainer {
    position: absolute;
    transform-origin: 0 0 0;
    pointer-events: none;
    z-index: 100;
  }
  .staffeditingcontrols {
    position: absolute;
    top: 0;
    left: 35%;
    background-color: #21252E;
    border-radius: 4px;
    padding: 4px 0;
    pointer-events: all;
  }
  .buttonsbar {
    display: inline-block;
    margin: 0 5px;
  }
  .staffactionbutton {
    display: inline-block;
    padding: 3px 0;
    font-weight: normal;
    font-size: 24px;
    border-radius: 4px;
    background-color: rgb(0, 104, 208);
    color: white;
    text-decoration: none;
    min-width: 50px;
    min-height: 24px;
    cursor: pointer;
  }
  .staffactionbuttondisabled {
    background-color: gray;
    color: lightgray;
    pointer-events: none;
  }
  .staffactionresizeleftbutton {
    background-color: #dd0;
    /*    border: 1px solid black;*/
    /*    color: black;*/
  }
  .staffactionresizerightbutton {
    background-color: #0d0;
    /*    border: 1px solid black;*/
    /*    color: black;*/
  }
  /* accessory bar and button styles */
  .stafftableaccessorybar {
    font-size: 16px;
    height: 30px;
    text-align: center;
    padding-left: 30px;
    width: 990px;
  }
  .staffaccessorybuttonsgroup {
    line-height: 30px;
    height: 30px;
    background-color: #60656d;
    padding: 0 5px;
    display: none;
  }
  .activestaff .staffaccessorybuttonsgroup {
    opacity: 1;
    display: inline-block;
  }
  .staffaccessorybuttonsgroup-link {
    margin-right: 0;
    /*opacity: 1;*/
    display: inline-block;
  }
  .activestaff .staffaccessorybuttonsgroup-link {
    margin-right: 40px;
  }
  .staffaccessorybuttonsgroup-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .staffaccessorybuttonsgroup-bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .staffaccessorybutton {
    /*padding: 3px 5px;*/
    font-weight: normal;
    /*background-color: #60656d;*/
    color: #DDE1E6;
    text-decoration: none;
    /*min-width: 35px;*/
    cursor: pointer;
    display: inline-block;
  }
  .staffaccessorylabel {
    font-size: 16px;
    color: white;
    line-height: 30px;
    pointer-events: none;
    display: inline-block;
    padding: 0 5px;
  }
  .staffaccessorylabel-link {
    pointer-events: all;
    cursor: pointer;
  }
  .staffaccessorylabel-link[disabled] {
    color: #C5C7C9;
    pointer-events: none;
  }
  .staffaccessorylabel-link:hover {
    text-decoration: underline;
  }
  .stafftableaccessorybar .round-tl {
    border-radius: 5px 0 0 0;
  }
  .stafftableaccessorybar .round-tr {
    border-radius: 0 5px 0 0;
  }
  .stafftableaccessorybar .round-br {
    border-radius: 0 0 5px 0;
  }
  .stafftableaccessorybar .round-bl {
    border-radius: 0 0 0 5px;
  }
  .stafftableaccessorybar .splitbtn-left {
    text-align: left;
    padding-left: 10px;
  }
  .stafftableaccessorybar .splitbtn-right {
    text-align: right;
    padding-right: 10px;
  }
  /* drag-drop classes for chart-staff linking */
  .ui-droppable-active .stafftablecontainer {
    outline: 3px dashed #BAC2CC;
  }
  .ui-droppable-hover .stafftablecontainer-hover {
    outline: 3px dashed #f82c5b;
  }
  .stafftable:after {
    content: "";
    position: absolute;
    width: calc(990px - 100%);
    border-right: 1px dotted gray;
    top: 0;
    bottom: -1px;
    left: calc(100%);
    border-top: 1px dashed rgba(119, 119, 119, 0.5);
    border-right: 1px dashed rgba(119, 119, 119, 0.5);
    border-bottom: 1px dashed rgba(119, 119, 119, 0.5);
  }
  .stafftable-count-1 {
    width: 220px;
  }
  .stafftable-count-2 {
    width: 330px;
  }
  .stafftable-count-3 {
    width: 440px;
  }
  .stafftable-count-4 {
    width: 550px;
  }
  .stafftable-count-5 {
    width: 660px;
  }
  .stafftable-count-6 {
    width: 770px;
  }
  .stafftable-count-7 {
    width: 880px;
  }
  .stafftable-count-8 {
    width: 990px;
  }
  .stafftable-count-9 {
    width: 990px;
  }
  .stafftable-count-10 {
    width: 990px;
  }
  .stafftable-count-11 {
    width: 990px;
  }
  .stafftable-count-12 {
    width: 990px;
  }
  .stafftable-cols-3 .contentrow td {
    width: 36.666666666666667px;
  }
  .stafftable-cols-3.stafftable-count-9 .contentrow td {
    width: 28.888888888888889px;
  }
  .stafftable-cols-3.stafftable-count-10 .contentrow td {
    width: 26px;
  }
  .stafftable-cols-3.stafftable-count-11 .contentrow td {
    width: 23.636363636363636px;
  }
  .stafftable-cols-3.stafftable-count-12 .contentrow td {
    width: 21.666666666666667px;
  }
  .stafftable-cols-4 .contentrow td {
    width: 27.5px;
    /* width: 2.777777777777778%; */
  }
  .stafftable-cols-4.stafftable-count-9 .contentrow td {
    width: 24.444444444444444px;
    /* width: 2.469135802469136%; */
  }
  .stafftable-cols-4.stafftable-count-10 .contentrow td {
    width: 22px;
    /* width: 2.222222222222222%; */
  }
  .stafftable-cols-4.stafftable-count-11 .contentrow td {
    width: 20px;
    /* width: 2.02020202020202%; */
  }
  .stafftable-cols-4.stafftable-count-12 .contentrow td {
    width: 18.333333333333333px;
    /* width: 1.851851851851852%; */
  }
  .stafftable-cols-6 .contentrow td {
    width: 18.333333333333333px;
  }
  .stafftable-cols-6.stafftable-count-9 .contentrow td {
    width: 16.296296296296296px;
  }
  .stafftable-cols-6.stafftable-count-10 .contentrow td {
    width: 14.666666666666667px;
  }
  .stafftable-cols-6.stafftable-count-11 .contentrow td {
    width: 13.333333333333333px;
  }
  .stafftable-cols-6.stafftable-count-12 .contentrow td {
    width: 12.222222222222222px;
  }
  .stafftable-count-1.stafftable-cols-32 {
    width: 990px;
  }
  .stafftable-count-1.stafftable-cols-32 .contentrow td {
    width: 27.5px;
  }
  .sizing-overlay {
    border: 1px solid blue;
    position: absolute;
    border-radius: 4px;
  }
  .sizing-overlay .left-handle {
    height: 10px;
    width: 10px;
    left: -5px;
    position: absolute;
    background-color: blue;
    border: 2px solid blue;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: col-resize;
  }
  .sizing-overlay .right-handle {
    height: 10px;
    width: 10px;
    right: -5px;
    position: absolute;
    background-color: blue;
    border: 2px solid blue;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: col-resize;
  }
}
.swa-switch.switch {
  border-radius: 4px;
  border-color: #60656D;
  background-color: transparent;
  width: 80px;
  box-sizing: border-box;
  height: 34px;
  top: unset;
  vertical-align: middle;
}
.swa-switch.switch.checked {
  border-color: #60656D;
  background-color: #60656D;
}
.swa-switch.switch small {
  border-radius: 4px;
  border-color: #60656D;
  background-color: #8d939c;
  width: 34px;
  height: 28px;
  top: 2px;
  left: 2px;
}
.swa-switch.switch.checked small {
  border-color: #60656D;
  background-color: #DDE1E6;
  left: 42px;
}
.swa-switch.switch:hover {
  border-color: #BAC2CC;
}
.swa-switch.switch .switch-text {
  font-family: inherit;
}
.swa-switch.switch .switch-text span {
  width: 50%;
  text-align: center;
}
.swa-switch.switch .on {
  color: #DDE1E6;
  left: 0;
}
.swa-switch.switch .off {
  color: #8d939c;
  right: 0;
}
.swa-switch-small.switch {
  height: 26px;
  width: 56px;
}
.swa-switch-small.switch small {
  height: 20px;
  top: 2px;
  width: 26px;
}
.swa-switch-small.switch.checked small {
  left: 26px;
}
.swa-switch-small.switch .switch-text {
  font-size: 12px;
}
.swa-switch-small.switch .switch-text span {
  line-height: 24px;
  top: 0;
}

.swa-switch[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.form-inline .swa-switch {
  display: inline-block;
}

.swa-switch.swa-switch-sm {
  border-radius: 4px;
  width: 56px;
  height: 26px;
}

.sw-tags-input .tags {
  padding: 2px;
  overflow: hidden;
  word-wrap: break-word;
  cursor: text;
  background-color: #4F535B;
  border: 1px solid transparent;
  box-shadow: none;
  height: 100%;
  border-radius: 4px;
}
.sw-tags-input .tags.focused {
  outline: none;
  box-shadow: none;
  border: 1px solid #BAC2CC;
}
.sw-tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 5px;
  display: inline-block;
  float: left;
  font: inherit;
  height: 26px;
  line-height: 25px;
  border: none;
  border-radius: 2px;
  background: none;
  background-color: #BAC2CC;
  color: black;
}
.sw-tags-input .tags .tag-item.selected {
  background: -webkit-linear-gradient(top, #f08da5 0%, #eea1b3 50%, #f6b7c6 100%);
  background: linear-gradient(to bottom, #f08da5 0%, #eea1b3 50%, #f6b7c6 100%);
}
.sw-tags-input .tags .tag-item .remove-button {
  color: #21252E;
}
.sw-tags-input .tags .input {
  border: none;
  background-color: #4F535B;
  color: #BAC2CC;
  letter-spacing: 1px;
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 26px;
  font: inherit;
}
.sw-tags-input .tags .input::-moz-placeholder {
  color: rgba(186, 194, 204, 0.6);
}
.sw-tags-input .tags .input:-ms-input-placeholder {
  color: rgba(186, 194, 204, 0.6);
}
.sw-tags-input .tags .input::-webkit-input-placeholder {
  color: rgba(186, 194, 204, 0.6);
}
.sw-tags-input .tags .input.invalid-tag {
  color: #F82C5B;
}
.sw-tags-input.ng-invalid .tags {
  border: 1px solid #F82C5B;
  box-shadow: none;
}

.swa-toast-title {
  font-weight: normal;
  /*padding-bottom: 5px;*/
}
.swa-toast-message {
  padding-top: 5px;
  word-wrap: break-word;
}
.toast-message a, .toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #BAC2CC;
  /*-webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;*/
  opacity: 0.8;
}
.toast-close-button:hover, .toast-close-button:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.swa-toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.swa-toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.swa-toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.swa-toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.swa-toast-top-left {
  top: 12px;
  left: 12px;
}
.swa-toast-top-right {
  top: 55px;
  right: 5px;
}
.swa-toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.swa-toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#swa-toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#swa-toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swa-toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 5px 15px 10px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0px 0px 2px 0px black;
  -webkit-box-shadow: 0px 0px 2px 0px black;
  box-shadow: 0px 0px 2px 0px black;
  color: #ffffff;
  opacity: 0.8;
  min-height: 50px;
  border: 1px solid transparent;
}
#swa-toast-container >:hover {
  -moz-box-shadow: 0px 0px 2px 1px black;
  -webkit-box-shadow: 0px 0px 2px 1px black;
  box-shadow: 0px 0px 2px 1px black;
  opacity: 1;
  cursor: pointer;
}
#swa-toast-container > .swa-toast-info-container {
  border-color: #2f96b4;
  border-color: rgba(47, 150, 180, 0.5);
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;*/
}
#swa-toast-container > .swa-toast-error-container {
  border-color: #bd362f;
  border-color: rgba(189, 54, 47, 0.5);
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;*/
}
#swa-toast-container > .swa-toast-success-container {
  border-color: #51a351;
  border-color: rgba(81, 163, 81, 0.5);
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;*/
}
#swa-toast-container > .swa-toast-warning-container {
  border-color: #f89406;
  border-color: rgba(249, 148, 6, 0.5);
  /*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;*/
}
#swa-toast-container.toast-top-center > div, #swa-toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#swa-toast-container.toast-top-full-width > div, #swa-toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.swa-toast {
  background-color: #1C1D22;
  /*background-color: #60656D;*/
}
.swa-toast-colorbar {
  width: 45px;
  float: left;
  position: absolute;
  left: 0px;
  height: 100%;
  top: 0px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.swa-toast-success {
  background-color: #51a351;
  background-color: rgba(81, 163, 81, 0.5);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
.swa-toast-error {
  background-color: #bd362f;
  background-color: rgba(189, 54, 47, 0.5);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
.swa-toast-info {
  background-color: #2f96b4;
  background-color: rgba(47, 150, 180, 0.5);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
.swa-toast-warning {
  background-color: #f89406;
  background-color: rgba(249, 148, 6, 0.5);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/*Animations*/

.swa-toast {
  opacity: 1 !important;
}
.toast.ng-enter {
  opacity: 0 !important;
  transition: opacity .3s linear;
}
.toast.ng-enter.ng-enter-active {
  opacity: 1 !important;
}
.toast.ng-leave {
  opacity: 1;
  transition: opacity .3s linear;
}
.toast.ng-leave.ng-leave-active {
  opacity: 0 !important;
}

/*Responsive Design*/

@media all and (max-width: 240px) {
  #swa-toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #swa-toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #swa-toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #swa-toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #swa-toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

#swa-toast-container ul {
  padding-left: 24px;
}

@media (max-width: 1280px) {
  #swa-toast-container > div {
    width: 240px;
  }

  .swa-toast-title {
    font-size: 12px;
  }

  .swa-toast-message {
    font-size: 12px;
  }
}

.swa-tooltip {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}

.swa-tooltip > .tooltip-inner {
    padding: 8px;
    color: #8d939c;
    border: 1px solid rgba(248, 42, 90, 0.5);
    background-color: rgba(21, 22, 22, 0.8);
}

.swa-tooltip.left > .tooltip-arrow {
    border-left-color: rgba(248, 42, 90, 0.5);
}

.swa-tooltip.top > .tooltip-arrow {
    border-top-color: rgba(248, 42, 90, 0.5);
}

.swa-tooltip.right > .tooltip-arrow {
    border-right-color: rgba(248, 42, 90, 0.5);
}

.swa-tooltip.bottom > .tooltip-arrow {
    border-bottom-color: rgba(248, 42, 90, 0.5);
}
@font-face {
  font-family: 'SWAFont';
  src: url('/assets/fonts/SWAFontRegular.ttf?random=asd2dab1255') format('ttf'), url('/assets/fonts/SWAFontRegular.woff?random=asd2dab1255') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


/*[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.swafont {
  font-family: 'SWAFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
}

.swafont-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.swafont-2x {
  font-size: 2em;
  line-height: 2em;
}

.swafont-3x {
  font-size: 3em;
}

.swafont-4x {
  font-size: 4em;
}

.swafont-5x {
  font-size: 5em;
}

.swafont-fw {
  width: 1.28571429em;
  text-align: center;
}

.swafont-spin-2x {
  -webkit-animation: swafont-spin-2x 2s infinite linear;
  animation: swafont-spin-2x 2s infinite linear;
}

@-webkit-keyframes swafont-spin-2x {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes swafont-spin-2x {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.swafont-spin-lg-r {
  -webkit-animation: swafont-spin-lg-r 1.3s infinite linear;
  animation: swafont-spin-lg-r 1.3s infinite linear;
}

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

  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.swafont-icon-gallery-horizontal:before {
  content: "\e933";
}

.swafont-icon-menu:before {
  content: "\e930";
}

.swafont-icon-move-left:before {
  content: "\e931";
}

.swafont-icon-move-right:before {
  content: "\e92f";
}

.swafont-icon-border_color:before {
  content: "\e90d";
}

.swafont-icon-fill_color:before {
  content: "\e90e";
}

.swafont-icon-Flip_h:before {
  content: "\e90f";
}

.swafont-icon-Flip_v:before {
  content: "\e910";
}

.swafont-icon-tick:before {
  content: "\e911";
}

.swafont-icon-layerhide:before {
  content: "\e908";
}

.swafont-icon-layermove:before {
  content: "\e909";
}

.swafont-icon-layerreorder:before {
  content: "\e90a";
}

.swafont-icon-layershow:before {
  content: "\e90b";
}

.swafont-icon-Qs:before {
  content: "\e90c";
}

.swafont-icon-plus:before {
  content: "\e600";
}

.swafont-icon-minus:before {
  content: "\e932";
}

.swafont-icon-save:before {
  content: "\e601";
}

.swafont-icon-layer-performer-active:before {
  content: "\e602";
}

.swafont-icon-layer-performer:before {
  content: "\e603";
}

.swafont-icon-filter-active:before {
  content: "\e604";
}

.swafont-icon-filter:before {
  content: "\e605";
}

.swafont-icon-import-setdesign:before {
  content: "\e606";
}

.swafont-icon-chartinspectorshow:before {
  content: "\e607";
}

.swafont-icon-chartinspectorhide:before {
  content: "\e608";
}

.swafont-icon-lock:before {
  content: "\e609";
}

.swafont-icon-unlock:before {
  content: "\e60a";
}

.swafont-icon-text-notes:before {
  content: "\e60b";
}

.swafont-icon-performer:before {
  content: "\e60c";
}

.swafont-icon-undo:before {
  content: "\e60d";
}

.swafont-icon-layer-scenic-active:before {
  content: "\e60e";
}

.swafont-icon-layer-scenic:before {
  content: "\e60f";
}

.swafont-icon-setpiece:before {
  content: "\e610";
}

.swafont-icon-settings:before {
  content: "\e611";
}

.swafont-icon-shapes:before {
  content: "\e612";
}

.swafont-icon-share:before {
  content: "\e613";
}

.swafont-icon-redo:before {
  content: "\e614";
}

.swafont-icon-list:before {
  content: "\e615";
}

.swafont-icon-zoom:before {
  content: "\e616";
}

.swafont-icon-settings-performers:before {
  content: "\e617";
}

.swafont-icon-settings-chartsettings:before {
  content: "\e618";
}

.swafont-icon-settings-details:before {
  content: "\e619";
}

.swafont-icon-eye:before {
  content: "\e61a";
}

.swafont-icon-28:before {
  content: "\e61b";
}

.swafont-icon-29:before {
  content: "\e61c";
}

.swafont-icon-settings-stagedimensions:before {
  content: "\e61d";
}

.swafont-icon-collaboration:before {
  content: "\e61e";
}

.swafont-icon-import-script:before {
  content: "\e61f";
}

.swafont-icon-first:before {
  content: "\e620";
}

.swafont-icon-previous:before {
  content: "\e621";
}

.swafont-icon-next:before {
  content: "\e622";
}

.swafont-icon-last:before {
  content: "\e623";
}

.swafont-icon-lightcue:before {
  content: "\e624";
}

.swafont-icon-action:before {
  content: "\e625";
}

.swafont-icon-39:before {
  content: "\e626";
}

.swafont-icon-40:before {
  content: "\e627";
}

.swafont-icon-41:before {
  content: "\e628";
}

.swafont-icon-42:before {
  content: "\e629";
}

.swafont-icon-43:before {
  content: "\e62a";
}

.swafont-icon-page-previous-fast:before {
  content: "\e62b";
}

.swafont-icon-page-next-fast:before {
  content: "\e62c";
}

.swafont-icon-create-pdf:before {
  content: "\e62d";
}

.swafont-icon-video-filmstrip:before {
  content: "\e62e";
}

.swafont-icon-video-camera:before {
  content: "\e62f";
}

.swafont-icon-doc-my:before {
  content: "\e900";
}

.swafont-icon-doc-key:before {
  content: "\e901";
}

.swafont-icon-bookmark-fill:before {
  content: "\e902";
}

.swafont-icon-bookmark:before {
  content: "\e903";
}

.swafont-icon-highlighter:before {
  content: "\e91c";
}

.swafont-icon-link:before {
  content: "\e904";
}

.swafont-icon-sketch-pencil:before {
  content: "\e905";
}

.swafont-icon-eraser:before {
  content: "\e906";
}

.swafont-icon-chart-link:before {
  content: "\e907";
}

.swafont-icon-chevron-left:before {
  content: "\e923";
}

.swafont-icon-chevron-right:before {
  content: "\e924";
}

.swafont-icon-close:before {
  content: "\e925";
}

.swafont-icon-info:before {
  content: "\e926";
}

.swafont-icon-bottom_aligin:before {
  content: "\e917";
}

.swafont-icon-grid:before {
  content: "\e918";
}

.swafont-icon-center:before {
  content: "\e919";
}

.swafont-icon-h_center:before {
  content: "\e91a";
}

.swafont-icon-h_space:before {
  content: "\e922";
}

.swafont-icon-left_align:before {
  content: "\e91d";
}

.swafont-icon-right_align:before {
  content: "\e91e";
}

.swafont-icon-top_aligin:before {
  content: "\e91f";
}

.swafont-icon-v_center:before {
  content: "\e920";
}

.swafont-icon-v_middle:before {
  content: "\e921";
}

.swafont-icon-v_space:before {
  content: "\e91b";
}

.swafont-icon-corner-down-right-2svg:before {
  content: "\e929";
}

.swafont-icon-trash-2:before {
  content: "\e928";
}

.swafont-icon-corner-down-right:before {
  content: "\e927";
}

.swafont-icon-pin:before {
  content: "\e92c";
}

.swafont-icon-trash-21:before {
  content: "\e92d";
}

.swafont-icon-mouse-pointer:before {
  content: "\e92e";
}
/*# sourceMappingURL=../maps/styles/app-0e952e0b00.css.map */
