.mainColorBG {background-color: #545454 !important}
.mainColorText {color: #545454 !important}
.secondaryColorBG {background-color: #828A95 !important}
.secondaryColorText {color: #828A95 !important}
.thirdColorBG {background-color: #E5E6E4 !important}
.thridColorText {color: #E5E6E4 !important}
.buttonColorBG {background-color: #337CA0 !important}
.buttonColorText {color: #337CA0 !important}
.buttonHoverColor {background-color: #00b8eb !important; }
.textColorBG {background-color: #FFFFFF !important}
.textColorText {color: #FFFFFF !important}

.distructive {background-color: #c1326a !important; }

/* Posible Main Color: #6F6E6E */
/* New/Old main color: #353535 */
/* Button Color: #0098cb */

.floatThead-container {
     z-index: 100 !important;
}

.tippy-tooltip.test-theme {
     font-family: Arial;
}

.ui-tooltip {
     background: gray;
     width: auto;
}
.ui-tooltip-content {
     padding: 5px;
}

button {
     /* background-color: #337CA0 !important; */
}

html {
     overflow: hidden !important;
}
body {
     margin: 0px;
     max-width: 100vw;
     max-height: 100vh;
     background: #545454;
}
body button {
     /* background-color: white; */
}
.container {
    /* transition: 200ms -webkit-filter ease-in-out; */
}
.blur {
     -webkit-filter: blur(2px);
     /* transform: scale(1);  */
}

[type=checkbox] {
     -webkit-appearance: none;
     width: 20px;
     height: 20px;
     border: 1px solid #DFE1E1;
     border-radius: 3px;
     margin-left: 12px;
     cursor: pointer;
     background: white;
}
[type=checkbox]:checked {
     background: #5273F1;
}
[type=checkbox]:checked::after {
     content: '\2714';
	font-size: 14px;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     color: white;
}
.select_div select {
     padding: 5px 8px;
     border: none;
     box-shadow: none;
     background: transparent;
     background-image: none;
     -webkit-appearance: none;

     font-size: 14px;
     font-weight: 500;
     padding: 0px 20px;
     padding-right: 33px; /*Counter the ::before width of 15px*/

     cursor: pointer;
}
.select_div select:focus { outline: none; }
.select_div:focus-within {
     outline: 1px dotted #212121;
     outline: 5px auto -webkit-focus-ring-color;
}
.select_div {
     -webkit-appearance: none;
     height: 20px;
     /* border: 1px solid #DFE1E1; */
     border-radius: 3px;
     cursor: pointer;
     background: white;
     position: relative;
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
}
.select_div::before {
     content: '';
     position: absolute;
     top: 0px;
     right: 0px;
     bottom: 0px;
     width: 15px;
     background: #5273F1;
     pointer-events: none;
}
.select_div::after {
     position: absolute;
     content: "";
     /* top: 8px; */
     top: calc(50% - 2px);
     right: 2px;
     width: 0;
     height: 0;
     border: 5px solid transparent;
     border-color: #fff transparent transparent transparent;
     pointer-events: none;
}

input[type="text"] {
     display: block;
     border-radius: 3px;
     border: 1px solid #eee;
     font-family: 'Open Sans';
     font-size: 14px;
     text-indent: 8px;
     background: #fff;
}
input[type="number"] {
     display: block;
     border-radius: 3px;
     border: 1px solid #eee;
     font-family: 'Open Sans';
     font-size: 14px;
     text-indent: 8px;
     background: #fff;
}
input[type="date"] {
     display: block;
     border-radius: 3px;
     border: 1px solid #eee;
     font-family: 'Open Sans';
     font-size: 14px;
     text-indent: 8px;
     background: #fff;
}
input[type="text"][invalid], input[type="number"][invalid], input[type="date"][invalid] {
     background: #ffe2e2 !important;
     border: 1px solid #ea5f5f !important;
}

button, .new_button_design {
     height: auto;
     min-height: 30px;
     padding: 2px 9px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-family: "Open Sans";
     font-size: 13px;
     font-weight: 600;
     border-radius: 5px;
     border: 1px solid transparent;
     cursor: pointer;
     background-color: #E6EAFC;
     color: #5273F1;
     transition: 500ms all cubic-bezier(0.22, 0.61, 0.36, 1); /*Out * Cubic*/
}

button > * {
     transition: 500ms all cubic-bezier(0.22, 0.61, 0.36, 1); /*Out * Cubic*/
}

button[disabled] { background: #a4a8b7 !important; color: #071752 !important; }
button[warning] { background: #fcf8e3; color: #8a6d3b; border: 1px solid #ecc779; }
button[border] { border: 1px solid #5273F1; }
button[center] { margin: auto; }
button[distructive] {
     background: #c31818;
     color: white;
}
button[bold] { font-weight: 700; }
button[bigger] { font-size: 15px; padding: 10px; }

button:not([distructive]):not([disabled]):hover { background-color: #5273F1; color: white; }
button:not([disabled])[distructive]:hover { background-color: white; color: #c30000; }

button:not([distructive]):not([disabled]):hover > * { color: white; }
button:not([disabled])[distructive]:hover > * { color: #c30000; }

button[inverted] { background-color: #5273F1; color: white; }
button:not([distructive]):not([disabled])[inverted]:hover { background-color: #E6EAFC; color: #5273F1; }
button[border-inverted]:not([disabled]):hover { border: 1px solid #5273F1; }

button:not([distructive]):not([disabled])[inverted]:hover hover > * { color: #5273F1; }

.disabled {
     color: rgba(255,255,255,0.4) !important;
     cursor: default !important;
     border-color: rgba(255,255,255,0.4) !important;
     pointer-events: none;
}
.disabledBackground {
     background: rgba(255,255,255,0.64) !important;
     cursor: default !important;
     pointer-events: none;
}

.overlay {
     background: rgba(0,0,0,0.4);
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 1000;
     cursor: pointer;
}
.overlayInner {
     /* width: 600px; */
     background: #E9E9E9;
     border-radius: 7px;
     overflow: visible;
     text-align: center;
     padding: 10px;
     position: relative;
     cursor: auto;
}
.overlayInner::before {
     position: absolute;
     font-family: 'Material Icons';
     font-size: 45px;
     color: white;
     content: "close";
     right: -45px;
     top: -40px;
     pointer-events: none;
}
.overlayCloseButton::before {
     position: absolute;
     font-family: 'Material Icons';
     font-size: 45px;
     color: white;
     content: "close";
     right: -45px;
     top: -40px;
     pointer-events: none;
}
.overlayFloatingTitle::after {
     position: absolute;
     font-family: 'Arial';
     font-size: 33px;
     color: white;
     content: "";
     left: 0px;
     top: -40px;
     pointer-events: none;
}

/*---------------------- TEMP CSS For MODERN AND CLASIC BUTTONS ----------------------*/
#modern {
     /* margin: 0px;
     color: white;
     font-family: Arial;
     font-size: 15px;
     width: 100%;
     display: inline-block;
     text-align: center;
     line-height: 30px; */
}
.modernActive {
     /* border: 1px solid;
     border-top: none;
     border-right: none;
     border-radius: 0px 0px 0px 5px; */
     /* background: #9a9a9a !important; */
     background: #b3b3b3 !important;
     transform: scale(1.03);
     border: 1px solid;
}
#classic {
     /* margin: 0px;
     color: white;
     font-family: Arial;
     font-size: 15px;
     width: 100%;
     display: inline-block;
     text-align: center;
     line-height: 30px; */
}
.classicActive {
     /* border: 1px solid;
     border-bottom: none;
     border-right: none;
     border-radius: 5px 0px 0px 0px; */
     /* background: #9a9a9a !important; */
     background: #b3b3b3 !important;
     transform: scale(1.03);
     border: 1px solid;
}

/*------------------ End Of TEMP CSS For MODERN AND CLASIC BUTTONS -------------------*/

/* Export / Download Modal */
/* #downloadExportedScriptDiv {width: 400px; height: 200px; font-family: Arial;} */
#downloadExportedScriptDiv {width: 400px; height: 235px; font-family: Arial;}
#preparingDownloadLoadingScreen {
     position: absolute;
     width: 400px;
     /* height: 200px; */
     /* height: 235px; */
     height: calc(100% - 20px);
     background: #E9E9E9;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
     border-radius: 5px;
     z-index: 1;
}
#downloadContent {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     /* height: 200px; */
     /* height: 235px; */
     height: 100%;
}
/* #downloadButton { */
.file_download_button {
     width: 329px;
     margin: 0px;
}


/* Navigation Bar */
#navDiv {
     width: 100vw;
     height: 40px;
     /* height: 60px; */
     background: #6F6E6E;
     display: flex;
     /* flex-direction: column; */
     justify-content: center;
     align-items: center;
     transition: 400ms all ease-in-out;
}
#navDiv.shrunk {
     height: 10px !important;
}
/* End Of Navigation Bar */

/* Main Divs*/
.widthDiv {
     display: flex;
     flex-direction: row;
     width: 100vw;
     /* height: calc(100vh - 325px); BEFORE SCOTTS REDESIGN */
     height: calc(100vh - 285px - 40px); /* (max - all of bottom height - nav bar height) */
     max-height: calc(100vh - 285px - 40px); /* (max - all of bottom height - nav bar height) */
     max-width: 100vw;
     overflow: hidden;
     transition: 300ms all ease-in-out;
}
.leftColumn {
     background: lightgray;
     height: 100%;
     width: 212px;
     /* overflow-y: auto; */
     overflow-y: hidden; /* Needed for the account info div */
     z-index: 20;
}
.middleColumn {
     background: white;
     height: 100%;
     width: -webkit-fill-available;
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     align-items: center;
     word-break: break-word;
     overflow-y: auto;
     z-index: 18;
}
.rightColumn {
     background: lightgray;
     height: 100%;
     width: 260px;
     overflow-y: auto;
     z-index: 20;
}
.column {
     /*width: 30%;*/
}
     /* Smaller/Children Divs*/
     .timeDiv {
          background: #6F6E6E;
          height: 35px;
          width: calc(100vw - 24px);
          padding-left: 12px;
          padding-right: 12px;
          display: flex;
          /*justify-content: space-between;*/
          align-items: center;
     }
     .waveformDiv {
          background: white;
          /* height: 145px; */
          /* height: 150px; */
          height: 165px !important;
          width: 100vw;
          position: relative;

          /* Added to fix issue with waveform progress bar falling behind. UNTESTED */
          overflow: hidden;
          zoom: 100%; /*Should be 101% however, I feel like it will cause issues.*/
     }
     /* #waveformDiv::before {
          content: '';
          position: absolute;
          height: 5px;
          width: 100%;
          background: #545454;
          top: -5px;
          left: 0px;
          right: 0px;
     } */
     .musicControlsDiv {
          background: #6F6E6E;
          height: 80px;
          width: 100vw;
          display: flex;
          justify-content: space-between;
          align-items: center;
     }
/* End Of Main Divs*/

#betaIndicator {
     padding: 6px 8px;
     padding: 4px 8px;
     border-radius: 6px;
     font-family: Arial;
     color: white;
     border: 2px solid #fa6400;
     font-size: 12px;
     margin-left: 5px;
     display: none;
}

.betaIndicator {
     padding: 6px 8px;
     padding: 4px 8px;
     border-radius: 6px;
     font-family: Arial;
     color: white;
     border: 2px solid #fa6400;
     font-size: 12px;
     margin-left: 5px;
     cursor: pointer;
}

#loginBetaIndicator {
     margin: 0 5px;
     color: #000;
     font-size: 17px;
}

/* Script Chooser */
#scriptChooserLoading {

}
#scriptChooserDiv {
     width: 600px;
     min-height: 200px;
}
#scriptChooserParagrah {
     margin: 0px;
     font-family: Arial;
}
#scriptChooserList {
     padding: 0px;
     list-style: none;
     font-family: Arial;
     min-height: 75px;
     max-height: 170px;
     overflow: auto;
}
#scriptChooserTitle {
     font-family: Arial;
}
.scriptChooserListLI {
     cursor: pointer;
     height: 25px;
     /* background: lightblue; */
     display: flex;
     justify-content: center;
     align-items: center;
}
.scriptChooserListLI:not(:last-child) {
     border-bottom: 1px solid black;
}
.scriptChooserListLI:nth-child(odd) {
     background: gainsboro;
}
.scriptChooserListLI:hover {
     background: lightGray;
}
#scriptChooserNewShowButton {
     margin-bottom: 0px !important;
}

/* General Modal */
.general_modal {
     cursor: pointer;
     pointer-events: all;
}
.general_modal_div {
     width: 600px;
     overflow: visible !important;
     position: relative;
     cursor: default;
}
.general_modal_title {
     font-family: Arial;
}
.general_modal_paragraph {font-family: Arial;}
.general_modal_interactive_div {
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-family: Arial;
}
.general_modal_interactive_div[vertical] {
     flex-direction: column;
}
.general_modal_interactive_div:not([vertical]) > button:not(:first-child):not(.firmware_picker_button, .show_type_picker_button, .tab_component_button){
     margin-left: 5px;
}
.general_modal_interactive_div[vertical] > button:not(:first-child):not(.firmware_picker_button, .show_type_picker_button, .tab_component_button) {
     margin-top: 5px;
}
.general_modal_interactive_div button:not(.firmware_picker_button, .show_type_picker_button, .tab_component_button):not(.new_button_design) {
     padding: 10px;
	color: #fff;
	/* background: #0098cb; */
     background-color: #337CA0;
	width: 329px;
	margin: 0px;
	border: 0px;
	border-radius: 3px;
	cursor: pointer;
     font-family: Arial;
     font-size: 16px;
}
.general_modal_interactive_div button:hover:not(.firmware_picker_button, .show_type_picker_button, .tab_component_button):not(.new_button_design) {background: #00b8eb;}

.general_modal_buttons_div_container, .general_modal_buttons_div {
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-family: Arial;
}
.general_modal_buttons_div { width: 500px; margin-top: 10px;}
.general_modal_buttons_div button {
     padding: 10px;
	/* color: #fff; */
     /* background-color: #337CA0; */
	width: 329px;
	margin: 0px;
	/* border: 0px; */
	/* border-radius: 3px; */
	/* cursor: pointer; */
     /* font-family: Arial; */
     /* font-size: 16px; */
     /* transition: all 300ms ease-in; */
}
/* .general_modal_buttons_div button:not([disabled]):hover {background: #00b8eb;} */
.general_modal_buttons_div button[disabled] {
     /* opacity: 0.6; */
     cursor: default;
}

.general_modal_buttons_div:not([vertical]) > button:not(:first-child){ margin-left: 5px; }
.general_modal_buttons_div[vertical] > button:not(:first-child) { margin-top: 5px; }

.general_modal_div button[distructive]:not(.firmware_picker_button, .show_type_picker_button, .tab_component_button) {
     /* color: #fff; */
     /* background-color: #c1326a; */
     /* color: #902826; //MILD COLORS (MODERN)
     background-color: #e4b6b6; */
     /* transition: all 500ms ease-in; */
}
.general_modal_div button[distructive]:hover:not(.firmware_picker_button, .show_type_picker_button, .tab_component_button) {
     /* color: #902826; */
     /* background-color: #e4b6b6; */
}


.general_modal_div::before {
     position: absolute;
     font-family: 'Material Icons';
     font-size: 45px;
     color: white;
     content: "close";
     right: -45px;
     top: -40px;
     pointer-events: none;
}
.general_modal_div.hideCloseIcon::before { display: none; }

.overlayCloseButton::before {
     position: absolute;
     font-family: 'Material Icons';
     font-size: 45px;
     color: white;
     content: "close";
     right: -45px;
     top: -40px;
     pointer-events: none;
}

/* MODAL STYLES */
.modal {
     font-family: Arial;
}
.modal_label_title_div {
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
     font-family: Arial;
}
.modal_label_title {
     margin: 0px;
}
.modal_label_title_secondary_info {
     font-size: 12px;
     color: #62707d;
}

/* Tutoral Css */
.tutorialStartButton {
     height: 200px;
     display: flex;
     flex-direction: column;
     justify-content: space-evenly;
     align-items: center;
     margin: 5px !important;
     position: relative;
     overflow: hidden;
     transition: 200ms all ease-in-out;
}
.tutorialStartButton::after {
    content: '';
    background: rgba(0,0,0,0.2);
    opacity: 1;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0px;
    border-radius: 7px 7px 0 0;
}
.tutorialStartButton:hover .tutorialTitle { transform: scale(1.1);}
.tutorialStartButton:hover .tutorialStartButton::after { top: 0px; }
.tutorialTitle {
     font-size: 25px;
     text-decoration: underline;
     padding-top: 20px;
     height: calc(90px - 20px);
     text-align: center;
     display: flex;
     justify-content: center;
     z-index: 1;
}
.tutorialDiscription {
     font-family: Arial;
     font-size: 18px;
}
.beginner { background: #87C947 !important; }
.intermediate { background: #FFB803 !important; }
.expert { background: #B80001 !important; }
.tutorialDisable {pointer-events: none !important;}
.tutorialXButton {
     position: absolute;
     right: -45px;
     top: -40px;
     width: 45px;
     height: 45px;
     /* background-color: green; */
     opacity: 0.3;
     cursor: pointer;
}

/*Nav Bar Elements*/
#navLeft {
     /* width: 100%; */
     width: calc(100% - 10px);
     height: 100%;
     display: flex;
     align-items: center;
     /* justify-content: space-evenly; */
     justify-content: flex-start;
     padding-left: 10px;
}
#navMiddle {
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: space-evenly;
     /* justify-content: center; */
     /* cursor: pointer; */
     /* background: rgba(255,255,255,0.1); */
     /* border-radius: 5px; */
}
#navMiddle:hover #openScriptEditorIcon {
     font-size: 30px;
}
#navRight {
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     /* justify-content: space-evenly; */
     justify-content: flex-end;
}

#cscLogoDiv {
     height: 50px;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}
#saveButtonDiv {
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     /* justify-content: flex-end; */
     align-items: center;
     /* flex-direction: column; */
}
.saveTextShown { justify-content: flex-end; }
#saveButton {
     background: #D0D0D0;
     height: 40px;
     border-radius: 5px;
     padding: 3px;
     /* transition: all 1s ease-in-out; */
     display: flex;
     align-items: center;
     justify-content: center;
}
#autoSaveStatus {
     font-family: Arial;
     /* color: white; */
     /* font-size: 14px; */
     /* text-align: center; */
     text-align: left;
     /* margin: 0 10px; */
     font-size: 13px;
     color: #dedddd;
     /* width: 90px; WAS 90 but needs to be bigger for "All changes saved"*/
     /* width: 110px; */
}
.unsaved {
     /* background: #f7c7b5 !important; */
     background: #ef6d3c !important;
}
.saveButtonSavingSaved {
     height: 30px !important;
     display: flex;
     justify-content: center;
     align-items: center;
     /* align-self: flex-start; */
     margin-top: 5px;
}
#showShareModel {
     display: none;
     -webkit-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     position: absolute;
     width: 300px;
     /*height: 400px;*/
     padding-bottom: 20px;
     background: gray;
     border-radius: 7px;
     top: 65px;
     z-index: 99999;
}
#showShareModel::after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 10px 0 10px;
     border-color: gray transparent transparent transparent;
     position: absolute;
     left: calc(50% - 10px);
     top: -10px;
     transform: rotate(-180deg)

}
/* #scriptName {
     font-family: Arial;
     color: white;
     font-weight: 100;
     font-size: 30px;
     text-align: center;
     white-space: nowrap;
     padding: 0 10px;
} */
#scriptName {
     font-family: Arial;
     color: white;
     font-size: 20px;
     text-align: center;
     white-space: nowrap;
     padding: 0 10px;
}
#show_code {
     font-family: Arial;
     /* color: #333d55; */
     /* color: #c3c6cf; */
     color: var(--secondary-text-color, #dedddd);
     font-size: 16px;
     font-weight: 500;
     text-align: center;
     white-space: nowrap;
     padding: 0 10px;
}
#openScriptEditorIcon {
     color: white;
     height: 60px;
     width: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     /* position: relative; */
}
#wikifireworksButonDiv{
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}
#wikiFireworksButton {
     background: #D0D0D0;
     height: 40px;
     border-radius: 5px;
     padding: 3px;
     cursor: pointer;
}
.savedStatus {
     display: flex;
     /* width: 100%; */
     width: calc(100% - 20px);
     justify-content: center;
     align-items: center;
     margin-bottom: 10px;
     position: absolute;
     top: 65px;
     z-index: 10;
     pointer-events: none;
}
.settingsSaveStatus {
     font-family: Arial;
     font-size: 16px;
     opacity: 0.0;
     /* color: #0098cb; */
     /* width: 100%; */
     text-align: center;
     padding: 5px 15px;
     border-radius: 20px;
     color: #3c763d;
     background-color: #dff0d8;
     border-color: #d6e9c6;
     min-width: 65px;
     border: 1px solid;
}
#scriptSettingsModel {
     display: none;
     -webkit-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     position: absolute;
     width: 300px;
     /*height: 400px;*/
     padding-bottom: 20px;
     background: gray;
     border-radius: 7px;
     top: 65px;
     z-index: 900;
}
#scriptSettingsModel::after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 10px 0 10px;
     border-color: gray transparent transparent transparent;
     position: absolute;
     left: calc(50% - 10px);
     top: -10px;
     transform: rotate(-180deg)

}
#scriptSettingsTitle {
     font-family: Arial;
     text-align: center;
     /* margin-top: 10px; */
     /* margin-bottom: 0px; */
     margin: 0px;
     margin-bottom: 10px;
}
#activateSoftwareDiv {
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     /* width: 50%; */
     padding: 0 5px;
}
#fireTrialDiv {
     hight: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 50%;
     padding: 0 5px;
}
#startFreeTrialButton {
     width: 80px;
}
#freeTrialLeftCounter {
     width: 80px;
     display: none;
}
.freeTrialLabels {
     color: white;
     font-family: Arial;
     font-size: 12px;
     text-align: center;
     background: rgba(255,255,255,0.2);
     padding: 0 4px;
     border-radius: 5px;
     min-width: 100px;
     height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cobraIdDiv {
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}
#cobraID {
     cursor: pointer;
     font-family: Arial;
     font-weight: 100;
     color: white;
     text-decoration: underline;
     font-size: 18px;
}
#accoutModel {
     display: none;
     -webkit-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     position: absolute;
     width: 300px;
     padding: 10px;
     background: gray;
     border-radius: 7px;
     top: 55px;
     right: 10px;
     z-index: 902;
     /* border: 1px solid #ffffff38; */
}
#accoutModel::after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 10px 0 10px;
     border-color: gray transparent transparent transparent;
     /* border-color: #545454 transparent transparent transparent; */
     position: absolute;
     right: 70px;
     /*left: calc(50% - 10px);*/
     top: -10px;
     transform: rotate(-180deg)

}
#accountButtonsDiv {
     margin-top: 10px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
}
.accountButtonGroup {
     width: 100%;
     height: 25px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.leftAccountButtons { margin-right: 5px;}
.accountButtons {
     height: 20px;
     /* width: 40%; */
     width: 100%;
     border: 1px solid;
     border-radius: 5px;
     font-size: 13px;
     font-family: Arial;
     cursor: pointer;
     transition: 200ms all ease-in-out;
}
.accountButtons:focus {
     outline: none;
}
.accountButtons:hover {
     background: #eaeaea;
     /* transform: scale(1.03); */
     font-size: 14px;
}
.accountActionLink {
     /* margin: 0 5px; */
     color: #e4e4e4;
     font-family: Arial;
     font-size: 12px;
     transition: 200ms all ease-in-out;
     text-decoration: none;
}
.accountActionLink:not(:first-child)::before {
     content: '\2022';
     padding-right: 5px;
     color: white;
     font-size: 14px;
     margin: 10px;
}
.accountActionLink:hover { color: white; }
#logoutButton {
     margin-right: 10px;
     /* border: none; */
     /* padding: 0 10px; */
     /* border-radius: 5px; */
     display: flex;
     justify-content: center;
     align-items: center;
     /* color: white; */
     /* font-family: Arial; */
     /* text-align: center; */
     /* font-size: 17px; */
}


#emailAddressResendVerificationEmailButton {
     margin-left: 30px;
     font-size: 13px;
     color: #16648a;
     cursor: pointer;
     transition: all 300ms ease-in-out;
}
#emailAddressResendVerificationEmailButton:hover {
     text-decoration: underline;
     font-size: 14px;
}

.navBarButton {
     /* cursor: pointer; */
     /* transition: 200ms ease-in-out; */
     /* background: #337CA0; */
     /* height: 31px; */
}
.navBarButton:hover:not(.disabled) {
     /* transform: scale(1.1); */
     /* background: #00b8eb !important; */
}
.navBarButtonFill {
     background: #D0D0D0;
     height: 40px;
     border-radius: 5px;
     padding: 3px;
     cursor: pointer;
}
.navBarButtonDiv {
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
}
/* End of Navigation Bar */

/* Settings Modal */
.modalContainer {
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 900;
     display: flex;
     justify-content: center;
     align-items: center;
     background: rgba(0,0,0,0.4);
     cursor: pointer;
}
#settingsModal {
}
#tabs {
     width: 600px;
     min-height: 300px;
     background: #E9E9E9;
     border-radius: 7px;
     overflow: visible;
     position: relative;
     cursor: auto;

}
#tabs.overlayFloatingTitle::after { content: "Preferences"; }
#tabsUL {
     background: #C7C7C7;
     height: 50px;
     list-style: none;
     display: flex;
     justify-content: space-evenly;
     padding: 0px;
     margin: 0px;
     padding-top: 10px;
     border-radius: 7px 7px 0 0;
}
.ui-state-disabled {
     /*background: #d8d8d8 !important; */
     opacity: 0.4 !important;
}
.ui-state-disabled a {
     cursor: default;
}
.tab {
     height: 100%;
     background: white;
     width: 100%;
     margin-right: 5px;
     text-align: center;
     border-radius: 5px 5px 0 0;
     display: flex;
     justify-content: center;
     align-items: center;
     outline: none;
     cursor: pointer;
}
.tab:first-child {
     margin-left: 5px;
}
.tabLink  {
     /* width: 100%; */
     /* height: 100%; */
     text-decoration: none;
     color: black;
     font-family: Arial;
     font-size: 17px;
     font-weight: bold;
     /* line-height: 50px; */
     /* white-space: nowrap; */
     display: block;
}
.tabLink:focus {
     outline: none;
}
.tab:hover:not(.ui-state-active) {
     background: #E3E3E3;
}
.ui-state-active {
     background: #908d90;
     /* #726F72; MAC COLOR */
     color: white;
}
#settingsContent {
     padding: 10px;
     overflow: auto;
     /* height: 475px; BEFORE Scott Moving title into section*/
     height: 541px;
}
.settingsTitle {
     width: 100%;
     /* font-family: Arial; */
     /* font-weight: normal; */
     /* font-size: 13px; */
     /*margin-bottom: 0px;*/
     text-indent: 20px;

     font-family: Roboto;
     /*font-weight: 500;*/ /*Bold Look*/
     /*font-size: 15px;*/
     letter-spacing: 0.3px;
     /*font-weight: 300;*/ /*Thin Look*/

     font-size: 18px; /*Scotts design*/
     font-weight: 600; /*Scotts design*/
     margin-bottom: 3px; /*Scotts design*/
}
.settingsBox {
     width: 100%;
     background: #d8d8d8;
     border-radius: 7px;
     margin: 0px;
     overflow: hidden;
     margin-bottom: 10px;
}
.settingsBox p {
     margin: 0px;
}
.settingsBoxInner {
     margin: 10px;
     text-align: center;
     font-family: Arial;
     position: relative;
}
.settingsInput {
     outline: none;
     max-height: 25px;
     height: 23px;
     display: block;
     border-radius: 3px;
     border: 1px solid #eee;
     font-family: Arial;
     font-size: 12px;
     text-indent: 3px;
     /* margin-bottom: 5px; */
}
.settingsInputDisabled {
     opacity: 0.8;
     color: black;
     cursor: not-allowed;
}
.settingsParagraph {

}
.settingsButton {
     height: 27px;
     border-radius: 4px;
     border: 1px solid;
     margin-left: 10px;
     cursor: pointer;
     font-family: Arial;
}
.settings_button { /*NEW SETTINGS BUTTON STYLE*/
     height: auto;
     min-height: 30px;
     padding: 2px 9px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-family: "Open Sans";
     font-size: 13px;
     font-weight: 600;
     border-radius: 5px;
     border: none;
     cursor: pointer;
     background-color: #E6EAFC;
     color: #5273F1;
     transition: 500ms all cubic-bezier(0.22, 0.61, 0.36, 1); /*Out * Cubic*/
}
.settings_button[center] { margin: auto; }
.settings_button[distructive] {
     background: #c31818;
     color: white;
}
.settings_button[bold] { font-weight: 700; }

.settings_button:not([distructive]):not([disabled]):hover { background-color: #5273F1; color: white; }
.settings_button:not([disabled])[distructive]:hover { background-color: white; color: #c30000; }

.settings_label {
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 10px;
}
.settingsCheckBox {
     margin: 5px;
     /* margin-top: 10px; */
}
.settingsWaveformColorText {
     margin-right: 10px;
     font-size: 13px;
     /* height: 25px; */
     height: 30px;
     line-height: 25px;
}
.settingsWaveformColorText:not(:last-child) {
     margin-bottom: 5px;
}
.settingsWaveformRightColorPickerDiv:not(:last-child) {
     margin-bottom: 5px;
}
.settingsWaveformResetButton {
     /* height: 23px; */
     /* border-radius: 4px; */
     /* border: 1px solid; */
     margin-left: 10px;
     /* cursor: pointer; */
}
.settingsWaveformResetButton:focus {
     outline: none;
}
.settingsWaveformResetButton:hover {
     background: #e8e8e8;
}
.settingsWaveformRightColorPickerDiv {
     display: flex;
     align-items: center;
}
.settingsWaveformColorPicker {
     cursor: pointer;
     width: 100px;
}
#settingsWaveformColorContainer {
     margin-top: 10px;
     width: 100%;
     display: flex;
}
#settingsWaveformColorLeft {
     display: inline-block;
     float: left;
     width: 100%;
     /* background: lightgoldenrodyellow; */
     display: flex;
     flex-direction: column;
     align-items: flex-end;
}
#settingsWaveformColorRight {
     display: inline-block;
     float: right;
     width: 100%;
     /* background: lightblue; */
     display: flex;
     flex-direction: column;
     align-items: flex-start;
}

#licenseKeySpan {
     margin-right: 15px;
     margin-bottom: 5px;
     font-size: 14px;
     letter-spacing: 2.5px;
     line-height: 25px;
     color: #2a2d33;
     font-family: Open Sans;
}
.show_hidden_text_button {
     background: none;
     padding: 0 10px !important;
     margin-top: -6px !important;
     margin-bottom: 0px !important;
     text-transform: uppercase;
     font-family: Roboto;
     letter-spacing: 0.2px;
}
.show_hidden_text_button:hover { background: inherit; }
.date_span {
     margin-right: 15px;
     margin-bottom: 5px;
     font-size: 15px;
     line-height: 25px;
     color: #2a2d33;
     cursor: pointer;
     text-align: left;
}

.customColumnHolder {
     border: 1px solid #a5a2a2;
     background: radial-gradient(#d8d8d8, #c7c6c6);
     border-radius: 6px;
     margin-top: 8px;
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     grid-gap: 10px;
     grid-auto-rows: 30px;
     padding: 10px;
}
.customColumnElement {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 30px;
     position: relative;
     background: #E6EAFC;
     border-radius: 5px;
     color: #5273F1;
     font-size: 19px;
}
.customColumnElementTitle {
     display: flex;
     justify-content: center;
     align-items: center;
}
.customColumnElementClose {
     color: #FFF;
     font-size: 22px;
     border-radius: 50%;
     background: rgba(0,0,0,0.2);
     cursor: pointer;
     position: absolute;
     right: 5px;
}
.customColumnElementClose:hover {
     background: rgba(0,0,0,0.4);
}
.customColumnNoColumnsAdded {
     font-family: Open Sans;
}


/* #cachedShowsTableDiv {
     max-height: 40vh;
    overflow: auto;
}
.tableDiv {
     max-height: 40vh;
     overflow: auto;
}
#offlineAudioTableDiv {
     max-height: 40vh;
    overflow: auto;
} */
#uploadAudioFileOfflineChooseLable {
     position: relative;
     width: 100%;
     /* height: 58px; */
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     margin-bottom: 11px;
}
#uploadAudioFileOfflineFileName {
     width: 100%;
     border-radius: 3px;
     border: navajowhite;
     /* margin-bottom: 11px; */
     height: 38px;
     text-indent: 8px;
     font-size: 15px;
}
#uploadAudioFileOfflineFileNameLabel {
     font-family: Arial;
     width: 100%;
     text-align: left;
     padding: 4px;
     text-indent: 8px;
     font-size: 13px;
     margin-top: 11px;
}
#uploadAudioFileOfflineFileInput {
     opacity: 0;
     position: absolute;
     z-index: -1;
}
#uploadAudioFileOfflineChooseAudioFileButton {
     height: 38px;
     width: 100%;
     background: #337ca0;
     position: relative;
     color: white;
     border-radius: 3px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-family: Arial;
     cursor: pointer;
     order: 2;
}
#uploadAudioFileOfflineAudioFileName {
     order: 1;
     width: 100%;
     height: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-family: Arial;
     border: 1px solid lightgray;
     border-radius: 3px;
     /* padding: 0 10px; */
     margin-bottom: 11px;
     margin-top: 11px;
}
.listTableDiv {
     margin-top: 10px;
     margin-bottom: 10px;
     max-height: 40vh;
     overflow: auto;
}
.listTable {
     border-collapse: collapse;
     width: 100%;
     font-family: Arial;
     border: 1px solid #ddd;
     /* background: white; */
     background: rgba(0,0,0,0.2);
     overflow: auto;
     /* margin-top: 10px; */
}
.listTable .header {
     font-size: 15px;
     font-weight: bold;
     background: rgba(0,0,0,0.4);
     color: white;
}

.listColumn_small  { width: 80px; }
.listColumn_medium { width: 120px; }
.listColumn_fill   {  }

.listTable tr {
     max-height: 20px;
     text-align: center;
     vertical-align: middle;
}
.listTable tr:not(:first-child):hover {
     background-color: rgba(255, 255, 255, 0.28) !important;
}
.listTable  tr:first-child {
     border-bottom: 1px solid #ddd;
}
.listTable tr:nth-child(odd):not(:first-child) {
     /* background-color: #f2f2f2 */
     background-color: rgba(0,0,0,0.1);
}
.listTable th {
     border-right: 1px solid #ddd;
     font-weight: 100;
     font-size: 14px;
     height: 27px;
     word-break: keep-all;
}
.listTable td {
     border-right: 1px solid #ddd;
     height: 20px;
     font-size: 13px;
}
.centerContent {
     height: 100%;
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}
.selectableRow {
     cursor: pointer;
}
.iconButtonDiv {
     height: 100%;
     width: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}
.iconButton {}
.favoritedButton {
     color: gold !important;
}
.normalButton {
     color: white;
     cursor: pointer;
}
.distructiveButton {
     color: white;
     cursor: pointer;
}
.confirmationButton {
     color: blue;
     cursor: pointer;
}
.successButton {
     color: green;
     cursor: pointer;
}

#layoutChooseDiv {
     width: 100%;
     /* height: 60px; */
     /* background: lavender; */
     margin-top: 10px;
     display: flex;
     justify-content: space-evenly;
     align-items: center;
     padding: 10px 0;
}
.layoutChooseA {
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: gray;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    height: 130px;
}
.layoutChooseA:hover {
     /* background: darkgray !important; */
     background: #adadad !important;
     border: 1px solid rgba(0,0,0,0.4);
}
.layoutChooseImg {
     width: 200px;
}
.layoutChooseSpan {
     font-family: Arial;
     color: white;
     margin-top: 5px;
}

/* Login Modal */
#loginContainer {
     width: 600px;
     min-height: 300px;
     background: #E9E9E9;
     border-radius: 7px;
     overflow: hidden;
     display: flex;
     align-items: center;
     justify-content: center;
}
#loginDiv {}
.loginTitle {
     font-family: Arial;
     text-align: center;

     display: flex;
     align-items: center;
}
.loginTextField {
     outline: none;
	padding: 10px !important;
	display: block !important;
	width: 300px;
	border-radius: 3px !important;
	border: 1px solid #eee !important;
	margin: 20px auto;
     font-family: Arial !important;
     font-size: 12px !important;
}
.loginCreateCobraIdSubmitButtons {
     padding: 10px;
	/* color: #fff; */
	/* background: #0098cb; */
     /* background-color: #337CA0; */
	width: 329px;
	margin: 20px auto;
	margin-top: 0px;
	/* border: 0px; */
	/* border-radius: 3px; */
	/* cursor: pointer; */
     /* font-family: Arial; */
     /* font-size: 14px; */
}
/* .loginCreateCobraIdSubmitButtons:hover {background: #00b8eb;} */
.switchToLoginOrCreateButton {
     text-align: center;
     margin: 0px;
     font-family: Arial;
     margin-bottom: 10px;
}
.createCobraIDorLoginButtonLink {
     cursor: pointer;
     color: #198EDE;
}
.createCobraIDorLoginButtonLink:hover {text-decoration: underline;}
#passwordTextField {margin-bottom: 0px;}
#forgotPasswordButton {
     display: block;
     width: 320px;
     text-align: right;
     margin-bottom: 20px;
     margin-top: 5px;
     font-family: Arial;
     font-size: 14px;
}
.errorMessage {
     font-family: Arial;
     font-size: 14px;
     margin: 0px;
     width: 100%;
     color: #0297cb;
     text-align: center;
     margin-bottom: 10px;
}

/* Create Cobra ID */
#createCobraIdForm {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.loginTextFieldTitles {
	margin: 0px !important;
	text-align: left;
     font-family: Arial;
}
.createCobraIdTextFields {
	margin-top: 5px !important;
     margin-bottom: 10px !important;
}



.success {
     color: #3c763d;
     background-color: #dff0d8;
     border-color: #d6e9c6;
}
.error {
     color: #a94442;
     background-color: #f2dede;
     border-color: #ebccd1;
}
.warning {
     color: #8a6d3b;
     background-color: #fcf8e3;
     border-color: #faebcc;
}
.info {
     color: #31708f;
     background-color: #d9edf7;
     border-color: #bce8f1;
}
@keyframes slideFirstBanner {
    0% { top: -42px; }
    100%  { top: 0px;}
}

/* .modalContainer {
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 1000;
     display: flex;
     justify-content: center;
     align-items: center;
     background: rgba(0,0,0,0.4);
} */
#settingsModal {
}
.tabs {
     width: 600px;
     min-height: 300px;
     background: #E9E9E9;
     border-radius: 7px;
     cursor: auto;
     position: relative;
     /* overflow: hidden; */
     transition: all 300ms ease;
     left: 0px;
}
.tabsUL {
     background: #C7C7C7;
     height: 50px;
     list-style: none;
     display: flex;
     justify-content: space-evenly;
     padding: 0px;
     margin: 0px;
     padding-top: 10px;
     border-radius: 7px 7px 0 0;
}
#scriptSettingsTabs.overlayFloatingTitle::after { content: "Show Settings"; }
#scriptSettingsContent {
     padding: 10px;
     /* height: 415px; BEFORE Scott Moving title into section*/
     height: 425px;
     overflow-y: auto;
}

/*--------------------------------------------------------*/
/*Main body stuff*/
     /*Resizable Pannel CSS*/
     .ui-icon { width: 16px; height: 16px; background-image: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/base/images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
     .ui-resizable { position: relative;}
     .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 900; display: block;}
     .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
     .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
     .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
     .ui-resizable-e { cursor: e-resize; width: 7px; right: 0px; top: 0px; height: 100%; }
     /*.ui-resizable-e { cursor: e-resize; width: 7px; right: -18px; top: 0px; height: 100%; }*/
     .ui-resizable-w { cursor: w-resize; width: 7px; left: 0px; top: 0px; height: 100%; }
     /*.ui-resizable-w { cursor: w-resize; width: 7px; left: -18px; top: 0px; height: 100%; }*/
     .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
     .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
     .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
     .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
     .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-resizable-handle {

}
.widthDiv {
  /*display: flex;
  flex-direction: row;*/
  /*overflow: hidden;*/
  /*xtouch-action: none;*/
}
.leftColumn {
  flex: 0 0 auto;
  min-width: 38px;
  max-width: 90%;
  background: #858585;
  color: white;
}
.rightColumn {
  flex: 0 0 auto;
  min-width: 38px;
  max-width: 90%;
  overflow-x: hidden;
}
.leftColumn > .ui-resizable-handle, .rightColumn > .ui-resizable-handle {
  flex: 0 0 auto;
  width: 18px;
  /*background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png) center center no-repeat #535353;*/
  background-color: #535353;
  /* min-height: 200px; */
  cursor: col-resize;
}
.leftColumn > .ui-resizable-handle::after, .rightColumn > .ui-resizable-handle::after {
     background: url('../images/vsizegrip.png') center center no-repeat;
     /* background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png) center center no-repeat; */
     width: 100%;
     position: absolute;
     top: 0px;
     bottom: 0px;
     content: "";
    filter: invert(1);
}

#rightColumnDragIndicator {
     position: absolute;
     z-index: 20;
     background: rgba(0,0,0,0.4);
     width: 300px;
     height: 643px;
     right: 0px;
     pointer-events: none;
     border: 5px dashed white;
     border-left: 5px dashed white;
     box-shadow: -9px 0px 10px 1px rgba(0,0,0,0.4);

     transition: 700ms all cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
#rightColumnDragIndicator[opened] {
    animation: dragIndicatorBounce 1.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 1s infinite;
}
#rightColumnDragIndicator:not([opened]) {
     transform: translateX(300px);
}

@keyframes dragIndicatorBounce {
     0% { transform: translateX(0px); }
     20% { transform: translateX(-5px); }
     /* 40% { transform: translateX(0px); } */
     60% { transform: translateX(-5px); }
     /* 80% { transform: translateX(0px); } */
     100% { transform: translateX(0px); }
}

/*Left panel*/
#scriptAtributePannelContent {
     overflow-x: hidden;
     display: flex;
     flex-direction: column;
     /* align-items: center; */
     /* padding-top: 5px; */
}
#scriptAtributes.scriptAtributesDisabled::after {
     content: 'Create Or Load A Show To Edit';
     font-family: Arial;
     font-size: 25px;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 18px;
     /* background: rgba(0,0,0,0.4); */
     background: rgba(255,255,255,0.7);
     color: black;
}

#versionPickerContainer {
     /* width: calc(100% - 18px); Due To SCOTTS REDESIGN*/
     width: 100%;
     /* height: 39px; */
     height: 60px;
     display: flex;
     justify-content: center;
     align-items: center;
     background-color: rgba(0, 0, 0, 0.31);
     /* margin-right: 18px; */
     padding-top: 27px;
}
#versionPickerInnerContainer {
     display: inline-block;
     width: calc(100% - 39px);
}
.versionPickerTitle {
     position: absolute;
     top: 8px;
     left: 8px;
     font-size: 25px;
     color: white;
}
#versionPicker {
  /* background: orange; */
  /*width: calc(100% - 28px);*/
  width: 100%;
  /* height: 20px; */
  height: 25px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 18px;
}
.versionPickerButton {
  background: green;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
}
.versionPickerButton:hover .versionPickerButtonTitle{
     font-size: 14px;
}
.versionPickerButton:not(:last-child) {
     border-right: 1px solid white;
}
.versionPickerButtonTitle {
     font-size: 13px;
     font-family: Arial;
}
.versionSelected {
     /* Hard Coded Colors */
     background: #ffffff !important;
     color: #545454 !important;
  /* background: white; */
  /* color: black; */
}
#scriptAtributeTitle {
     width: 20px;
     position: absolute;
     top: 0px;
     right: 0px;
     bottom: 0px;
     background: orange;
     display: flex;
     align-items: flex-start;
     padding-top: 20px;
     justify-content: center;
     color: white;
     background: #6F6E6E;
     letter-spacing: 2px;
     opacity: 0;
     transition: 200ms ease-in-out;
}
#scriptAtributeTitleSpan {
     writing-mode: vertical-lr;
     text-orientation: sideways;
     transform: rotate(180deg);
     font-family: Arial;
     font-size: 17px;
     font-weight: 100;
     line-height: 20px;
}
#textFields {
     /* width: calc(100% - 18px); DROPPED DURING SCOTTS REDESIGN*/
     width: 100%;
     padding-top: 6px;
     /* margin-top: 10px; */
     position: relative;
     overflow: auto;
     /* height: calc(100vh - 39px - 325px); */
     max-height: calc(100vh * 0.60);
     overflow: auto;
}
.valueInvalid {
     outline: 2px solid red;
}
.scriptAtributeTFDiv {
     width: 100%;
     display: flex;
     /*flex-direction: column;*/
     /*background: orange;*/
     padding-bottom: 6px;
}
.scriptAtributeTFInnerDiv {
     width: 100%;
     display: flex;
     flex-direction: column;
}
.scriptAtributeTFHelpButton {
     width: 40px;
     display: flex !important;
     /*background: green;*/
     justify-content: center;
     align-items: center;
     color: white;
     font-size: 24px;
     /* margin-right: 18px; DROPPED IN SCOTTS REDESIGN*/
}
.scriptAtributeTFLable {
     font-family: Arial;
     padding-bottom: 3px;
     margin: 0 5px;
     width: calc(100% - 10px);
     font-size: 15px;
     text-align: left;
}
.scriptAtributeTF {
     margin: 0 5px;
     width: calc(100% - 16px);
     height: 20px;
     text-indent: 15px;
     font-size: 17px;
     border-radius: 5px;
     border: none;
}
.scriptAtributeHelpModleDiv {
     display: none;
     -webkit-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     position: absolute;
     width: 500px;
     /*height: 400px;*/
     padding-bottom: 20px;
     /* background: gray; */
     border-radius: 7px;
     z-index: 1000;
}
.scriptAtributeHelpModleDiv::after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 10px 0 10px;
     /* border-color: gray transparent transparent transparent; */
     border-color: #545454 transparent transparent transparent;
     position: absolute;
     left: -14px;
     top: 15px;
     transform: rotate(90deg);
}
.help_modal_animate_settings_back {
     left: 0px;
}
#scriptAtributeHelpTitle {
     color: white;
     width: 100%;
     text-align: center;
     font-size: 20px;
     font-family: Arial;
     /* sans-serif; */
     /* 'Ubuntu' */
}
#scriptAtributeHelpText {
     color: white;
     font-family: Arial;
      /* sans-serif; */
     /* 'Open Sans' */
     font-size: 14px;
     /* text-align: center; */
     /* margin: 7px; */
     text-align: left;
     margin: 7px 25px;
}
#audioBoxFilenameSpacer {
     font-family: 'Open Sans';
     font-size: 14px;
     padding-left: 4px; /*Counter the text-indent: 8px;*/
}
#audioBoxFilenameDotMP3TextContainer { position: absolute; pointer-events: none; }
#audioBoxFilenameDotMP3Text {
     padding-left: 8px;
     font-size: 14px;
     font-family: Roboto;
     font-weight: 600;
     color: #5e6163;
}


/*Middle Table*/
/*Cue Table CSS*/
#editCueTimeModel {
     display: none;
     /* -webkit-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75); */
     /* -moz-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75); */
     /* box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75); */
     position: absolute;
     /* width: 300px; */
     /* width: 340px; */
     width: 353px;
     /*height: 400px;*/
     padding-bottom: 20px;
     background: gray;
     border-radius: 7px;
     top: 65px;
     z-index: 900;
     padding: 5px 10px;
     font-family: Arial;

     display: flex;
     flex-direction: column;
     justify-content: space-between;

     border-radius: 8px;
     box-shadow: 0px 2px 9px 3px rgba(0,0,0,0.5);
     border: 1px solid #979797;
     background: #F6F2F2;
     color: #3C434F;
     padding: 10px;
     -webkit-box-sizing: border-box; /*Keep fixed width and add padding*/
     -moz-box-sizing: border-box;
     box-sizing: border-box;

     font-family: Open Sans;
     font-size: 14px;
     /* margin: 0px; */
     letter-spacing: -0.28px;
}

.eventTimeEditorModal > .close_button:hover { background-color: rgba(45,52,76,0.79); }
.eventTimeEditorModal > .close_button:hover > img { transform: scale(1); }
.eventTimeEditorModal > .close_button {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    background-color: rgba(45,52,76,0.57);
    color: #fff;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 300ms all ease-out;
}
.eventTimeEditorModal > .close_button > img {
    transition: 400ms all cubic-bezier(0.68, -0.55, 0, 2.29);
    transform: scale(0.8);
}

.eventTimeEditorModal .title {
    /* font-family: Open Sans; */
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 900;
    /* text-align: center; */
    /* letter-spacing: -0.37px; */
    margin: 0px;
    margin-top: -5px;
    margin-bottom: 10px;
    z-index: 2;
    pointer-events: none;
}

.eventTimeEditorModal i {
    color: #5273F1;
}


/* #editCueTimeModel input[type="text"] {
     outline: inherit !important;
     display: inherit !important;
     border-radius: inherit !important;
     border: inherit !important;
     font-family: inherit !important;
     font-size: 14px !important;
     text-indent: 0px !important;
} */
#changeEventTimeModelTitle {
     width: 100%;
     text-align: center;
     /* color: white; */
     font-size: 20px;
     margin: 0px;
     margin: 10px 0px;
     font-family: Arial;
}
#changedEventTimeDiv {
     /* color: white; */
     /* display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center; */
     /* background: rgba(255, 255, 255, 0.2); */
     background: rgb(197, 200, 206, 43%);
     border-radius: 3px;
     margin-bottom: 5px;

     padding: 5px;
     border-radius: 5px;

     display: flex;
     justify-content: space-around;
     align-items: center;
     margin-top: 4px;
}
/* #changedEventTimeTitle {
     margin: 0px;
     font-family: Arial;
     font-size: 15px;
}
#changedEventTime {
     margin: 0px;
     font-family: Arial;
     font-size: 17px;
} */

.eventEditorTimeDisplayContainer {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
}
.eventEditorTimeTitleElement, .eventEditorTimeValueElement {
     margin: 0; 
}
.eventEditorTimeTitleElement { font-size: 15px; margin-bottom: 3px; font-weight: 500; }
.eventEditorTimeValueElement { font-size: 17px; }

.eventTimeEditorInputContainer {
     position: relative;
}


.radio_label {
     display: flex;
     cursor: pointer;
     font-weight: 500;
     position: relative;
     overflow: hidden;
     margin-bottom: 0.375em;
}
.radio_label > input[type="radio"] {
     position: absolute;
     left: -9999px;
}
.radio_label > input[type="radio"]:checked + span {
     background-color: #d6d6e5;
}
.radio_label > input[type="radio"]:checked + span:before {
     /* box-shadow: inset 0 0 0 0.4375em #00005c; */
     box-shadow: inset 0 0 0 0.4375em #5273f1;
}
.radio_label > span {
     display: flex;
     align-items: center;
     padding: 0.375em 0.75em 0.375em 0.375em;
     /* border-radius: 99em; */
     border-radius: 6px;
     transition: 0.25s ease;
     width: 100%;
}
.radio_label > span:hover {
     background-color: #d6d6e5;
}
.radio_label > span:before {
     display: flex;
     flex-shrink: 0;
     content: "";
     background-color: #fff;
     width: 1.5em;
     height: 1.5em;
     border-radius: 50%;
     margin-right: 0.375em;
     transition: 0.25s ease;
     /* box-shadow: inset 0 0 0 0.125em #00005c; */
     box-shadow: inset 0 0 0 0.125em #5273f1;
}

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

.time_input_label {
     font-size: 14px;
     font-weight: 600; 
}

.time_input_container {
     display: flex;
    align-items: center;
}
.time_input_container > .time_input_element_container:not(:last-child) {
     margin-right: 5px;
}

.time_input_element_container {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
}
.time_input_element_container.spacer {
     align-self: flex-end;
}
.time_input_title {
     font-size: 11px;
}
.time_input {
     width: 30px !important;
     height: 20px !important;
     text-align: center !important;
     border-radius: 5px !important;
     text-indent: 0px !important;
     /* background: #e1e0e3 !important; */
     /* border: none !important;*/
}
.time_spacer { font-size: 20px; }
.event_option_text {     
     font-size: 14px;
     font-weight: 600; 
}

.time_input_confirm_button_container {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-left: 5px;
}
.time_input_confirm_button {
     /* border-radius: 50%; */
     /* width: 30px; */
     padding: 4px;
     /* height: 30px; */
     min-height: unset;
}
.time_input_confirm_button > i { font-size: 20px; }


/* .eventTimeEditorModal input[type="radio"] {
     position: fixed;
     top: -1.5em;
     left: -1.5em;
}

.eventTimeEditorModal label {
cursor: pointer;
display: block;
font-weight: bold;
text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2);
transition: color 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.eventTimeEditorModal label:not(:last-of-type) {
margin-bottom: 1.5em;
}
.eventTimeEditorModal label span {
box-shadow: 0 0 0 0.2em currentColor inset, 0 0.2em 0.2em rgba(0, 0, 0, 0.2), 0 0.3em 0.2em rgba(0, 0, 0, 0.2) inset;
display: inline-block;
margin-right: 0.5em;
vertical-align: bottom;
width: 1.5em;
height: 1.5em;
transition: transform 0.2s cubic-bezier(0.5, 0, 0.5, 2), box-shadow 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95), color 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.eventTimeEditorModal label span,
.worm__segment:before {
border-radius: 50%;
}

.eventTimeEditorModal input[type="radio"]:checked + label,
.eventTimeEditorModal input[type="radio"]:checked + label span,
.worm__segment:before {
color: #255ff4;
}

.eventTimeEditorModal input[type="radio"]:checked + label, input[type="radio"]:checked + label span {
transition-delay: 0.4s;
}
.eventTimeEditorModal input[type="radio"]:checked + label span {
transform: scale(1.2);
} */

.worm {
top: 0.375em;
left: 0.375em;
}
.worm, .worm__segment {
position: absolute;
}
.worm__segment {
top: 0;
left: 0;
width: 0.75em;
height: 0.75em;
transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.worm__segment:before {
animation-duration: 0.4s;
animation-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
background: currentColor;
content: "";
display: block;
width: 100%;
height: 100%;
}
.worm__segment:first-child:before, .worm__segment:last-child:before {
box-shadow: 0 0 1em 0 currentColor;
}

.worm__segment:nth-child(2) {
transition-delay: 0.004s;
}
.worm__segment:nth-child(2):before {
animation-delay: 0.004s;
}

.worm__segment:nth-child(3) {
transition-delay: 0.008s;
}
.worm__segment:nth-child(3):before {
animation-delay: 0.008s;
}

.worm__segment:nth-child(4) {
transition-delay: 0.012s;
}
.worm__segment:nth-child(4):before {
animation-delay: 0.012s;
}

.worm__segment:nth-child(5) {
transition-delay: 0.016s;
}
.worm__segment:nth-child(5):before {
animation-delay: 0.016s;
}

.worm__segment:nth-child(6) {
transition-delay: 0.02s;
}
.worm__segment:nth-child(6):before {
animation-delay: 0.02s;
}

.worm__segment:nth-child(7) {
transition-delay: 0.024s;
}
.worm__segment:nth-child(7):before {
animation-delay: 0.024s;
}

.worm__segment:nth-child(8) {
transition-delay: 0.028s;
}
.worm__segment:nth-child(8):before {
animation-delay: 0.028s;
}

.worm__segment:nth-child(9) {
transition-delay: 0.032s;
}
.worm__segment:nth-child(9):before {
animation-delay: 0.032s;
}

.worm__segment:nth-child(10) {
transition-delay: 0.036s;
}
.worm__segment:nth-child(10):before {
animation-delay: 0.036s;
}

.worm__segment:nth-child(11) {
transition-delay: 0.04s;
}
.worm__segment:nth-child(11):before {
animation-delay: 0.04s;
}

.worm__segment:nth-child(12) {
transition-delay: 0.044s;
}
.worm__segment:nth-child(12):before {
animation-delay: 0.044s;
}

.worm__segment:nth-child(13) {
transition-delay: 0.048s;
}
.worm__segment:nth-child(13):before {
animation-delay: 0.048s;
}

.worm__segment:nth-child(14) {
transition-delay: 0.052s;
}
.worm__segment:nth-child(14):before {
animation-delay: 0.052s;
}

.worm__segment:nth-child(15) {
transition-delay: 0.056s;
}
.worm__segment:nth-child(15):before {
animation-delay: 0.056s;
}

.worm__segment:nth-child(16) {
transition-delay: 0.06s;
}
.worm__segment:nth-child(16):before {
animation-delay: 0.06s;
}

.worm__segment:nth-child(17) {
transition-delay: 0.064s;
}
.worm__segment:nth-child(17):before {
animation-delay: 0.064s;
}

.worm__segment:nth-child(18) {
transition-delay: 0.068s;
}
.worm__segment:nth-child(18):before {
animation-delay: 0.068s;
}

.worm__segment:nth-child(19) {
transition-delay: 0.072s;
}
.worm__segment:nth-child(19):before {
animation-delay: 0.072s;
}

.worm__segment:nth-child(20) {
transition-delay: 0.076s;
}
.worm__segment:nth-child(20):before {
animation-delay: 0.076s;
}

.worm__segment:nth-child(21) {
transition-delay: 0.08s;
}
.worm__segment:nth-child(21):before {
animation-delay: 0.08s;
}

.worm__segment:nth-child(22) {
transition-delay: 0.084s;
}
.worm__segment:nth-child(22):before {
animation-delay: 0.084s;
}

.worm__segment:nth-child(23) {
transition-delay: 0.088s;
}
.worm__segment:nth-child(23):before {
animation-delay: 0.088s;
}

.worm__segment:nth-child(24) {
transition-delay: 0.092s;
}
.worm__segment:nth-child(24):before {
animation-delay: 0.092s;
}

.worm__segment:nth-child(25) {
transition-delay: 0.096s;
}
.worm__segment:nth-child(25):before {
animation-delay: 0.096s;
}

.worm__segment:nth-child(26) {
transition-delay: 0.1s;
}
.worm__segment:nth-child(26):before {
animation-delay: 0.1s;
}

.worm__segment:nth-child(27) {
transition-delay: 0.104s;
}
.worm__segment:nth-child(27):before {
animation-delay: 0.104s;
}

.worm__segment:nth-child(28) {
transition-delay: 0.108s;
}
.worm__segment:nth-child(28):before {
animation-delay: 0.108s;
}

.worm__segment:nth-child(29) {
transition-delay: 0.112s;
}
.worm__segment:nth-child(29):before {
animation-delay: 0.112s;
}

.worm__segment:nth-child(30) {
transition-delay: 0.116s;
}
.worm__segment:nth-child(30):before {
animation-delay: 0.116s;
}

/* States */
.eventTimeEditorModal input[type="radio"]:nth-of-type(1):checked ~ .worm .worm__segment:before {
animation-name: hop1;
}

@keyframes hop1 {
from, to {
     transform: translateX(0);
}
50% {
     transform: translateX(-1.5em);
}
}
.eventTimeEditorModal input[type="radio"]:nth-of-type(2):checked ~ .worm .worm__segment {
transform: translateY(3em);
}
.eventTimeEditorModal input[type="radio"]:nth-of-type(2):checked ~ .worm .worm__segment:before {
animation-name: hop2;
}

@keyframes hop2 {
from, to {
     transform: translateX(0);
}
50% {
     transform: translateX(-1.5em);
}
}
.eventTimeEditorModal input[type="radio"]:nth-of-type(3):checked ~ .worm .worm__segment {
transform: translateY(6em);
}
.eventTimeEditorModal input[type="radio"]:nth-of-type(3):checked ~ .worm .worm__segment:before {
animation-name: hop3;
}

@keyframes hop3 {
from, to {
     transform: translateX(0);
}
50% {
     transform: translateX(-1.5em);
}
}





.label_text {
     font-size: 15px;
     /* color: #fff; */
     margin-left: 20px;
}
.radioButtonDiv {
     margin: 7px 0;
}

.radioButtonDiv[disabled] {
     pointer-events: none;
     opacity: 0.5;
}

.timeInput {
     width: 30px !important;
     height: 20px !important;
     text-align: center !important;
     font-size: 14px !important;
}
.timeInputSpan {
     /* color: white; */
     font-size: 20px;
}
.changeEventTimeInputTitle {
     /* color: white; */
     margin: 0px;
     font-size: 11px;
     width: 100%;
     text-align: center;
     font-family: Arial;
}
.changeEventTimeSpan {
     display: flex;
     flex-direction: column;
     display: inline-block;
     justify-content: center;
     text-align: center;
}
.biggerTimeInput {
     width: 40px !important;
     height: 12px !important;
     text-align: center !important;
     font-size: 14px !important;
     display: inline-block !important;
}
#editCueTimeModelButtonsDiv {
     margin-top: 10px;
     width: 100%;
     height: 25px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.editCueTimeModelButtons {
     height: 20px;
     /* width: 40%; */
     width: 100%;
     border: 1px solid;
     border-radius: 5px;
     font-size: 13px;
     font-family: Arial;
     cursor: pointer;
     transition: 200ms all ease-in-out;
}
.editCueTimeModelButtons:hover {
     background: #eaeaea;
     /* transform: scale(1.03); */
     font-size: 14px;
}
.alternateRadioButtonOuterDiv {
     display: flex;
     padding-left: 30px;
}
.alternateRadioButtonDiv {
     display: inline-block;
     /* width: 45%; */
     /* width: calc((100% - 30px)/2); */
     width: 95px;
}
/*#editCueTimeModel::after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 10px 0 10px;
     border-color: gray transparent transparent transparent;
     position: absolute;
     left: calc(50% - 10px);
     top: -10px;
     transform: rotate(-180deg)

}*/
.cueSelected {
     /* background: #a8d474 !important; OLD GREEN COLOR*/
     background: #5273F1 !important; /*DARK PURPLE*/
     color: white;

     /* background: #E6EAFC !important; LIGHT BLUE*/
     /* color: #5273F1; DARK PURPLE*/
}
.cueSelected > {
     color: white;
}
.cueSelected > .eventTypeCell > .eventTypeColumnIconContainer > .eventTypeColumnIcon {
     fill: #fff;
     /* stroke: #fff; */
}

.cueFireworkNameSelected {
     background: lightgoldenrodyellow;
}
#cueTableDiv {
     width: 100%;
     min-height: 100%;
     overflow: hidden;
     position: relative;
     /*background: lightgoldenrodyellow;*/
}
#cueTableDiv > #no_show_empty_state {
     display: none;
}
#cueTableDiv.noShow > :not(#no_show_empty_state) {
     display: none;
}
#cueTableDiv.noShow > #no_show_empty_state {
     display: flex;
}
/* #cueTableDiv.noShow table {
     overflow: hidden;
     width: 100vw;
}
#cueTableDiv.noShow::after {
     content: 'Click To Create A New Show';
     text-align: center;
     width: 100%;
     height: 100%;
     position: absolute;
     font-family: Arial;
     font-size: -webkit-xxx-large;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 901;
     background: rgba(0,0,0,0.4);
     color: white;
     cursor: pointer;
     top: 0px;
} */
#cueTableOutter {
     width: 100%;
     overflow: auto;
     /*MOVED TO LAYOUT CSS FILES; height: calc(100vh - 355px); */
}
#cueTable {
     /* margin-top: -26px; FOR HIDDING THE HEADER ROW*/
     min-width: 100% !important;
}

.moving_row {
     /* transition: all 300ms ease-out; */
     position: absolute;
     height: 28px;
     width: 200px;
     background: #5273F1 !important;
     border-radius: 6px;
     box-shadow: 0 2px 8px rgba(73, 74, 76, 0.79);
     z-index: 100;
     pointer-events: none;
}
.moving_row > td {
     height: 28px;
     width: 200px;
     border: none !important;
     color: #fff;
     font-size: 15px;
     font-family: Open Sans;
     line-height: 27px;
}
#drag_and_drop_placeholder_row > td:first-child {
     position: absolute;
     background: #EAEFF2;
     left: 4px;
     right: 4px;
     margin-top: 2px;
     border: 1px dashed #C9D0D3;
     border-radius: 5px;
}

.grab { cursor: grab; }
.grabbed { box-shadow: 0 0 13px #000; }
.grabCursor, .grabCursor * { cursor: grabbing !important; }
/* table { */
.scriptTable {
/* #cueTable { */
    border-collapse: collapse;
    min-width: 100%;
    font-family: Arial;
    border: 2px solid #ddd !important;
    background: white;
    overflow: auto;
}
.scriptTable tr {
     /* max-height: 20px; */
     min-height: 28px;
     height: 28px;
     text-align: center;
     vertical-align: middle;
}
/* .scriptTable tr:first-child { */
.scriptTable thead tr:last-child {
     /* border-bottom: 2px solid #ddd; */
     border-bottom: 1px solid #ddd;
     background-color: white;
}
/* .scriptTable tr:nth-child(odd):not(:first-child) { */
.scriptTable tbody tr:nth-child(odd) {
     background-color: #f2f2f2
}

.scriptTable tbody tr.isCOMMENT {
     background: #cfefcf;
}
.scriptTable tbody tr.isCOMMENT > td:not(.firstEmptyCell):not(.eventTimeCell) {
     border-right: none;
}

.scriptTable th {
     border-right: 2px solid #ddd;
     font-weight: 100;
     font-size: 14px;
     height: 20px;
     word-break: keep-all;
}
.scriptTable td {
     border-right: 2px solid #ddd;
     height: 20px;
     font-size: 13px;
     background-color: transparent;
}
.noEventsDiv {
     position: absolute;
     top: 24px;
     /* top: 84px; */
     height: 24px;
     background: rgba(0,0,0,0.2);
     width: 816px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-family: Arial;
     z-index: 100;
     cursor: pointer;
}
.hasEvents {display: none;}
.noEventsTr {
     opacity: 0.3;
}
.aboutToRemoveCueRow {
     overflow: hidden !important;
     background: lightblue !important;
     transition: 1ms ease-in-out;
}
.currentlyFiringCue {
     background: orange !important;
}
.alreadyFiredCue {
     background: gold !important;
}

.isEditingCell {
     background-color: #E6EAFC !important;
     color: #5273F1 !important;
}

.scriptTable tr.cueSelected > td.matching_firework_cue:not(.isEditingCell) {
     background: #7995ff !important;
}
.scriptTable td.matching_firework_cue:not(.isEditingCell) {
     /* background: #FFD4D4 !important; */
     /* background: #b7f7ba !important; */
     background: #bed7f9 !important;
}

.scriptTable td.is_my_firework { position: relative; }
/* .scriptTable td.is_my_firework::after {
     content: "";
     position: absolute;
     right: -8px;
     bottom: -1px;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 10px 0 10px;
     border-color: #7995ff transparent transparent transparent;
     transform: rotate(-45deg);
} */

.scriptTable td.isEditingCell > .associated_to_my_firework_indicator {
     display: none;
}
.scriptTable .associated_to_my_firework_indicator {
     position: absolute;
     right: 0px;
     bottom: 0px;
     width: 14px;
     height: 15px;
     /* background: lightGreen; */
}
.scriptTable .associated_to_my_firework_indicator::after {
     content: "";
     position: absolute;
     right: -7px;
     bottom: -1px;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 10px 0 10px;
     /* border-color: #5d93dc transparent transparent transparent; */
     border-color: #7995ff transparent transparent transparent;
     transform: rotate(-45deg);
}
.scriptTable tr.cueSelected > td > .associated_to_my_firework_indicator::after {
     border-color: #ffffff transparent transparent transparent !important;
}

.associated_to_my_firework_indicator {

}

.subrow > .eventTimeCell {
     /* text-align: right; */
     text-indent: 35%;
     /* direction: rtl; */
     position: relative;
}

.subrow > .eventTimeCell::before {
     content: '';
     width: 2px;
     height: 100%;
     background: #5273F1;
     position: absolute;
     top: 0px;
     left: 10px;
     z-index: 2;
     transition: background-color 100ms ease;
}
.subrow > .eventTimeCell::after {
     content: '';
     width: 15px;
     height: 2px;
     background: #5273F1;
     position: absolute;
     top: calc((100% / 2) - 1px);
     left: 10px;
     transition: background-color 100ms ease;
     z-index: 1;
}
.endSubRow > .eventTimeCell::before {
     height: 50% !important;
}
.cueSelected.subrow > .eventTimeCell::before { background-color: white; }
.cueSelected.subrow > .eventTimeCell::after { background-color: white; }
.cueSelected.stepRow > .eventTimeCell::before { background-color: white; }
.cueSelected.stepRow > .eventTimeCell::after { background-color: white; }
.stepRow > .eventTimeCell { position: relative; }
.stepRow > .eventTimeCell::before {
     content: '';
     width: 2px;
     height: 50%;
     background: #5273F1;
     position: absolute;
     bottom: 0px;
     left: 10px;
     transition: background-color 100ms ease;
}
.stepRow > .eventTimeCell::after {
     content: '';
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background: #5273F1;
     position: absolute;
     top: calc(50% - 4px);
     left: calc(10px - 4px);
     transition: background-color 100ms ease;
}

.cueSelected.stepSingle > .eventTimeCell::before { background-color: white; }
.cueSelected.stepSingle > .eventTimeCell::after { background-color: white; }
/* .stepRow.stepSingle > { background: green; } */
.stepSingle > .eventTimeCell { position: relative; }
.stepSingle > .eventTimeCell::after {
     content: '';
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background: #5273F1;
     position: absolute;
     top: calc(50% - 4px);
     left: calc(10px - 4px);
     transition: background-color 100ms ease;
}

.isCOMMENT > .eventTimeCell { position: relative; }
.isCOMMENT > .eventTimeCell::after {
     content: '';
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background: #3ea73e;
     position: absolute;
     top: calc(50% - 5px);
     left: calc(10px - 5px);
     transition: background-color 100ms ease;
}

td.isDisabledDueToSTEP, td.eventIsDisabled {
     background: rgba(195, 195, 195, 0.3);
     color: #66656c;
}
td.isDisabledDueToALTERNATE {
     background: rgba(195, 195, 195, 0.3);
     color: #66656c;
}

.firstEmptyCell {
     width: 25px;
     min-width: 15px;
     cursor: pointer;
}
.eventTypeCell {
     width: 25px;
     min-width: 15px;
}
.eventTimeCell {
     width: 90px;
     cursor: pointer;
}
.universeCell {
     width: 70px;
     cursor: pointer;
}
.channelCell {
     width: 70px;
     cursor: pointer;
}
.cueCell {
     width: 70px;
     cursor: pointer;
}
.fireworkNameCell {
     min-width: 100px;
     cursor: pointer;
}
.durationCell {
     width: 70px;
     cursor: pointer;
}
.preFireCell {
     width: 95px;
     cursor: pointer;
}
.liftTimeCell {
     width: 70px;
     cursor: pointer;
}
.pulseCell {
     width: 70px;
     cursor: pointer;
}
.customCell {
     width: 60px;
     cursor: pointer;
}
.scriptTable tbody tr td.eventWarning {
     background: #fdf1b4;
     cursor: help;
     color: #000;
     /* #FFCD00 */
}
/* .scriptTable tbody tr td.eventError { */
/* .scriptTable tbody tr:not(.isCOMMENT) td.eventError { */
.scriptTable tbody tr td.eventError {
     /* background: #fb7a71; */
     background-color: #f3afaf;
     cursor: help;
     color: #000 !important;
     /* border-color: #f3afaf !important; */
}

.scriptTable tbody tr.found_item_row {
     background-color: lightyellow;
}
.scriptTable tbody tr td.found_item_column {
     background-color: yellow;
     color: #000 !important;
}
.found_text {
     background-color: goldenrod;
}
.scriptTable mark {
     background-color: #d4ffd4;
}

.eventTypeColumnIconContainer {
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}
.eventTypeColumnIcon {
     font-size: 22px;
     width: 22px;
     height: 22px;
}

.tableHelpIcon {
     font-size: 16px !important;
     cursor: pointer;
}

#eventErrorDiv {
     position: absolute;
     width: 250px;
     height: 80px;
     top: 0px;
     right: 0px;
     z-index: 101;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     text-align: center;
     border-radius: 5px;
     padding: 5px;
     font-family: Arial;
     border: 1px solid black;
}
#eventErrorTitle {
     width: 100%;
     font-size: 18px;
}
#eventErrorMessage {
     width: 100%;
}

#selectedCueInfoDiv {
     /* width: 100%; REMOVED TEMPEARLY*/
     height: calc(30px - 0.09px);
     /* 0.09px is the height of the bottom border */
     background: #6F6E6E;
     display: flex;
     flex-direction: row;
     /* justify-content: space-evenly; */
     justify-content: flex-end;
     align-items: center;
     position: absolute;
     bottom: 285px;
     width: 775px;
     border-bottom: 0.1px solid #888585;
     border-top: 0.5px solid #6e7277;
     overflow: hidden;
}
#selectedCueInformationDiv {
     /*background: orange;*/
     /* width: 100%; */
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     /* display: none; */
}
#selectedCueInformation {
     margin: 0px;
     color: white;
     font-family: Arial;
     font-size: 15px;
     height: 100%;
     line-height: 30px;
     /* display: none; */
}
#totalCuesDiv {
     /*background: green;*/
     /* width: 150px; */
     /* width: 180px; */
     height: 100%;
     /* border-left: 0.1px solid #888585; */
     /* border-left: 0.5px solid #545454; MAIN BLACK BACKGROUND*/
     border-left: 0.5px solid #6e7277; /*Slightly darker blue gray*/
     /* display: flex; */
     /* justify-content: space-around; */

     /* transition: all 400ms ease-out; */
     /* background: green; */
     display: flex;
     justify-content: flex-end;
     align-items: center;
     overflow: hidden;
     position: relative;
     /* min-width: 167px; */
     padding-left: 3px;
     /* transition: width 800ms linear; */

     word-break: keep-all;
     white-space: nowrap;
}

#totalCuesDiv[expanded] > #total_cues_expand_container {
     max-width: 700px;
}

#totalCuesDiv[expanded] > #expandTotalCuesIcon {
     transform: rotate(180deg);
     /* position: relative; */
}

.total_cues_expanded_text_container {
     /* min-width: 100px; */
     color: white;
     font-family: Arial;
     font-size: 15px;
     /* display: none; */
     /* opacity: 0; */
     transition: opacity 4s ease-in-out;

     word-break: keep-all;
     white-space: nowrap;
}

#total_cues_expand_container > .total_cues_expanded_text_container {
     margin-right: 15px;
}

#total_cues_expand_container {
     max-width: 0;
     /* width: 100%; */
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     transition: max-width 400ms linear;
}


#expandTotalCuesIcon {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 400ms ease-out;
     color: white;

     /* position: absolute; */
     /* left: 3px; */
}
#expandTotalCuesIcon:hover {
     background-color: rgba(0,0,0,0.6);
}

#totalCuesParagraph {
     margin: 0px;
     line-height: 30px;
     /* text-align: right; */
     text-align: center;
     /*padding-right: 10px;*/
     font-size: 18px;
     font-family: Arial;
     color: white;
     word-break: keep-all;
     margin-right: 8px;
     margin-left: 8px;
     /* width: 134px; */
     min-width: 134px;
}
#totalCues {
     /*margin-left: 15px;*/
     margin: 0px;
     word-break: keep-all;
     line-height: 30px;
     text-align: right;
     /*padding-right: 10px;*/
}



.model {
     display: none;
     -webkit-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
     position: absolute;
     /* width: 300px; */
     padding: 10px;
     background: gray;
     border-radius: 7px;
     /* top: 55px; */
     /* right: 10px; */
     z-index: 902;
     /* border: 1px solid #ffffff38; */
}
.model::after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 10px 0 10px;
     border-color: gray transparent transparent transparent;
     /* border-color: #545454 transparent transparent transparent; */
     position: absolute;
     right: 40px;
     /*left: calc(50% - 10px);*/
     top: -10px;
     transform: rotate(-180deg)
}
.modelButton {
     height: 30px;
     background: lightgray;
     border-radius: 4px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 3px 5px;
     font-family: Arial;
     font-size: 14px;
     cursor: pointer;
     color: black;
}
.modelButton:hover {
     background: #fffefe;
}

/*Right Fireworks Panel*/
/* #fireworkPannelContent { */
#right_panel_content {
     overflow-x: hidden;
     margin-left: 18px;
}
#fireworksHeaderBar {
     background: rgba(0, 0, 0, 0.31);
     height: 60px;
     display: flex;
     justify-content: space-evenly;
     align-items: center;
     border-bottom: 1px solid white;
}
#favoriteFireworksDiv {
     /*background: lightBlue;*/
     height: 100%;
     width: 100%;
     min-width: 65px;
     display: flex;
     align-items: center;
     flex-direction: column;
     justify-content: center;
     cursor: pointer;
}
#allFireworksDiv {
     /*background: green;*/
     height: 100%;
     width: 100%;
     min-width: 65px;
     display: flex;
     align-items: center;
     flex-direction: column;
     justify-content: center;
     border-left: 1px solid white;
     border-right: 1px solid white;
     cursor: pointer;
}
#manuallyAddFireworkLink {
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     text-decoration: none;
     cursor: pointer;
     transition: all 200ms ease-in-out;
}
#manuallyAddFireworkLink:hover {
     transform: scale(1.01);
     text-decoration: underline;
}

#customFireworksDiv {
     /*background: orange;*/
     height: 100%;
     /* width: 100%; */
     width: 150px;
     min-width: 65px;
     display: flex;
     align-items: center;
     /* flex-direction: column; */
     justify-content: center;
     cursor: pointer;
     transition: all 150ms ease-in-out;
}
#customFireworksDiv:hover {
     background-color: rgba(0,0,0,0.2);
}
#customFireworksDiv * {
     padding: 5px;
}
.selected {
     background: rgba(255, 255, 255, 0.47);
}
.fireworksHeaderImage {
     height: 50%;
}
.fireworksHeaderTitle {
     margin: 0px;
     font-family: Arial;
     font-weight: 100;
     font-size: 15px;
     color: white;
}
/* #fireworkSearchBarDiv { */
.right_panel_search_bar_container {
     display: flex;
}
/* #fireworkSearchBar { */
.right_panel_search_bar {
     transition: 500ms all ease-in-out;
     width: 100%;
     border: none !important;
     border-radius: 0px !important;
     background-color: #5273F1 !important;
     /* background: #6F6E6E; */
     color: white;
     /* height: 25px; */
     height: 34px;
     font-family: Arial !important;
     font-size: 15px !important;
     padding: 0;
     text-indent: 5px !important;
     /* border-bottom: 1px solid; */
     border-right: 1px solid;
     /* text-align: left; */
     outline: none;

     z-index: 1;
}

/* #fireworkSearchBar::-webkit-input-placeholder { color: lightGray; } */
/* #fireworkSearchBar::-webkit-input-placeholder { color: #E6EAFC; } */
.right_panel_search_bar::-webkit-input-placeholder { color: #E6EAFC; }

.notSearching {
     padding: 0px !important;
     /* text-align: center !important; */
     /* text-indent: calc(50% - 30px) !important; */
}

/*Firework List UL*/
#fireworkListUL {
     width: 100%;
     height: 100%;
     /* height: calc(100vh - 411px); */
     margin: 0px;
     padding: 0px;
     list-style: none;
     /* background: lightGray; */
     z-index: 200;
     position: relative;
}
.fireworkULhasFireworks {
     height: calc(100vh - 411px) !important;
}
.categorySelect {
     width: 100%;
     min-width: 70px;
     max-height: 27px;
}
.fireworkLI {
     width: 100%;
     max-width: 100%;
     height: 50px;
     border-bottom: 1px solid white;

     /* cursor: pointer; */
     /* background: rgba(0,0,0,0.3); */
     /* background: rgba(37,125,75,1); */
     /* background: -moz-linear-gradient(-45deg, rgba(37,125,75,1) 0%, rgba(121,66,184,1) 51%, rgba(231,56,39,1) 100%); */
     /*background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(37,125,75,1)), color-stop(51%, rgba(121,66,184,1)), color-stop(100%, rgba(231,56,39,1)));*/
     /* background: -webkit-linear-gradient(-45deg, rgba(37,125,75,1) 0%, rgba(121,66,184,1) 51%, rgba(231,56,39,1) 100%); */
     /* background: -o-linear-gradient(-45deg, rgba(37,125,75,1) 0%, rgba(121,66,184,1) 51%, rgba(231,56,39,1) 100%); */
     /* background: -ms-linear-gradient(-45deg, rgba(37,125,75,1) 0%, rgba(121,66,184,1) 51%, rgba(231,56,39,1) 100%); */
     /* background: linear-gradient(135deg, rgba(37,125,75,1) 0%, rgba(121,66,184,1) 51%, rgba(231,56,39,1) 100%); */
     /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#257d4b', endColorstr='#e73827', GradientType=1 ); */
}
.fireworksTable {
     background-color: rgba(0, 0, 0, 0.07);
}
/* .fireworkLI:hover::after {
     content: "Design Needs Work!";
     position: absolute;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: -50px;
     color: white;
     background: rgba(0,0,0,.3);
     width: 220px;
     height: 50px;
} */
/* .innerBackgroundColor {
     width: 100%;
     max-width: 100%;
     height: 100%;
     display: flex;

     align-items: center;
     background-color: rgba(0, 0, 0, 0.07);
} */
#fireworkSecondaryCatDiv {
     height: 26px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-family: Arial;
     color: white;
     background-color: rgba(0, 0, 0, 0.31);
}
#myFireworksHeader {
     /* position: fixed; */
     width: 100%;
     z-index: 50;
}
#myFireworksTableDiv {
     overflow: auto;
     overflow-x: hidden;
     /* height: calc(100vh - 87px - 351px); */
     height: calc(100vh - 87px - 290px);
}
.fireworks-favorite {width: 25px;}
/* .fireworks-insert {width: 50px;} */
.fireworks-insert {width: 25px;}
.headerRow {
     color: white;
     font-size: 16px !important;
     height: 25px !important;
}
.fireworks-name.headerRow {
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     min-width: 130px;
}
.fireworks-name.headerRow:hover {
     background-color: rgba(0,0,0,0.2);
}
.fireworks-name.headerRow::after {
     /* content: 'arrow_drop_down'; */
     content: attr(data-after);
     font-family: 'Material Icons';
     margin-left: 5px;
}
/* table { */
#fireworksTable.headerRow {

}
#fireworksTable {
     margin-top: -28px;
}
.fireworksTable {
     border-collapse: collapse;
     min-width: 100%;
     font-family: Arial;
     border: 1px solid #ddd;
     /* background: white; */
     overflow: auto;
}
.fireworksTable tr {
     max-height: 20px;
     text-align: center;
     vertical-align: middle;
}
.fireworksTable  tr:first-child {
     border-bottom: 1px solid #ddd;
}
.fireworksTable tr:nth-child(odd):not(:first-child) {
     /* background-color: #f2f2f2 */
     background-color: rgba(0,0,0,0.1);
}
.fireworksTable th {
     border-right: 1px solid #ddd;
     font-weight: 100;
     font-size: 14px;
     height: 27px;
     word-break: keep-all;
}
.fireworksTable td {
     border-right: 1px solid #ddd;
     height: 20px;
     font-size: 13px;
}

.insertFireworkDiv {
     height: 100%;
     display: inline-block;
     display: flex;
     align-items: center;
     justify-content: space-evenly;
     flex-direction: column;
}
.favoriteStarDiv {
     /*background: orange;*/
     /* width: 25px; */
     height: 100%;
     display: inline-block;
     display: flex;
     align-items: center;
     /* justify-content: center; */
     justify-content: space-evenly;
     flex-direction: column;
}
.favoriteStar {
     cursor: pointer;
     font-size: 18px !important;
     color: white;
     font-weight: 800 !important;
     transition: color 300ms ease-out;
}
.favoriteStar[disabled] {
     color: #b0b0b1;
     cursor: default;
}
.favorited {
     color: #E12B50;
}

.fireworkTitleDiv {
     height: 100%;
     /* width: calc(100% - 125px); */
     display: flex;
     /* flex-direction: column; */
     justify-content: center;
     /* align-items: flex-start; */
     /* padding-left: 3px; */
     cursor: pointer;
}
.fireworkTitleDiv:hover {
     background: rgba(255,255,255,0.1);
}
.fireworkTitle {
     /* height: 50%; */
     margin: 0px;
     width: 100%;
     color: white;
     display: flex;
     justify-content: center;
     align-items: center;
     font-family: Arial;
     font-size: 14px;
     font-weight: 100;
     /* white-space: nowrap; */
     /* overflow: hidden; */
     /* text-overflow: ellipsis; */
     /* line-height: 22px; */
}
.fireworkBrand {
     /* margin: 0px;
     height: 50%;
     margin: 0px;
     width: 100%;
     color: #e4e4e4;
     display: flex;
     align-items: flex-start;
     font-family: Arial;
     font-weight: 100;
     font-size: 13px;
     line-height: 20px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis; */
}
.secondaryFireworkStat {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     height: 100%;
     /* width: 50px; */
     /* background-color: rgba(0,0,0,0.3); */
}
.secondaryFireworkValueTitle {
     margin: 0px;
     width: 100%;
     height: 75%;
     display: flex;
     justify-content: center;
     align-items: flex-end;
     /*background: lightblue;*/
     /*line-height: 50%;*/
     font-family: Arial;
     font-weight: 100;
     font-size: 11px;
     text-align: center;
     color: white;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
.secondaryFireworkValue {
     margin: 0px;
     padding: 0 4px;
     min-width: 70px;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-family: Arial;
     font-weight: 100;
     font-size: 14px;
     text-align: center;
     color: white;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

#myDMXEffectsTableDiv {
     overflow: auto;
     overflow-x: hidden;
     /* height: calc(100vh - 87px - 351px); */
     height: calc(100vh - 87px - 290px);
}
.dmx_effect_insert { width: 25px; }
.dmx_effect_name.headerRow {
     min-width: 130px;
}
.dmx_effect_sortable_column {
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     height: 100%;
     width: 100%;

     pointer-events: none;
}
.dmx_effect_sortable_column:hover {
     background-color: rgba(0,0,0,0.2);
}
.dmx_effect_sortable_column::after {
     /* content: 'arrow_drop_down'; */
     content: attr(sorting-icon-name);
     font-family: 'Material Icons';
     margin-left: 5px;
     /* min-width: 16px; */
}
.dmx_effect_secondary_column {
     position: relative;
}
.dmx_effect_secondary_column:hover > .dmx_effect_secondary_column_remove_icon {
     display: inline-block;
     opacity: 0.5;
     background: transparent;
}
.dmx_effect_secondary_column_remove_icon {
     display: none;
     /* background: rgba(0,0,0,0.3); */
     position: absolute;
     right: 1px;
     top: 1px;
     font-size: 20px;
     border-radius: 100%;
     padding: 2px;
     cursor: pointer;
     transition: all 300ms ease-out;
}
.dmx_effect_secondary_column_remove_icon:hover {
     /* transform: scale(1.1); */
     background: rgba(0,0,0,0.3) !important;
     opacity: 1.0 !important;
}    
.dmx_effect_insert_button {
     cursor: pointer;
     font-size: 18px !important;
     color: white;
     font-weight: 800 !important;
     transition: color 300ms ease-out;
}
.dmx_effect_insert_button[disabled] {
     color: #b0b0b1;
     cursor: default;
}

.dmx_effects_table {
     border-collapse: collapse;
     min-width: 100%;
     font-family: Arial;
     border: 1px solid #ddd;
     /* background: white; */
     overflow: auto;
}
.dmx_effects_table tr {
     /* max-height: 20px; */
     max-height: 28px;
     height: 28px;
     text-align: center;
     vertical-align: middle;
}
.dmx_effects_table thead > th { 
     /* tr:first-child */
     border-bottom: 2px solid #ddd;
}
.dmx_effects_table tr:nth-child(odd) {
     /* background-color: #f2f2f2 */
     background-color: rgba(0,0,0,0.1);
}
.dmx_effects_table th {
     border-right: 1px solid #ddd;
     font-weight: 100;
     font-size: 14px;
     height: 27px;
     word-break: keep-all;
}
.dmx_effects_table td {
     border-right: 1px solid #ddd;
     height: 20px;
     font-size: 13px;
}


/*
.fireworkImageDiv {
     height: 100%;
     width: 50px;
     overflow: hidden;
     display: flex;
     justify-content: center;
     align-items: center;
}
.fireworkImage {
     max-width: 100%;
     max-height: 100%;
}
.noFireworkImage {
     width: calc(100% - 75px) !important;
     padding-left: 5px !important;
}
.fireworkTitleDiv {
     height: 100%;
     width: calc(100% - 125px);
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: flex-start;
     padding-left: 3px;
     cursor: pointer;
}
.fireworkTitle {
     height: 50%;
     margin: 0px;
     width: 100%;
     color: white;
     display: flex;
     justify-content: flex-start;
     align-items: center;
     font-family: Arial;
     font-size: 14px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     line-height: 22px;
}
.fireworkBrand {
     margin: 0px;
     height: 50%;
     margin: 0px;
     width: 100%;
     color: #e4e4e4;
     display: flex;
     align-items: flex-start;
     font-family: Arial;
     font-weight: 100;
     font-size: 13px;
     line-height: 20px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
.secondaryFireworkStat {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     height: 100%;
     width: 50px;
     background-color: rgba(0,0,0,0.3);
}
.secondaryFireworkValueTitle {
     margin: 0px;
     width: 100%;
     height: 75%;
     display: flex;
     justify-content: center;
     align-items: flex-end;
     font-family: Arial;
     font-weight: 100;
     font-size: 11px;
     text-align: center;
     color: white;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
.secondaryFireworkValue {
     margin: 0px;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-family: Arial;
     font-weight: 100;
     font-size: 18px;
     text-align: center;
     color: white;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}*/

#noFireworksIndicator {
     /* background: orange; */
     position: absolute;
     top: 86px;
     left: 18px;
     right: 0px;
     bottom: 0px;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 1;
     overflow: hidden;
}
#noFireworksText {
     text-align: center;
     font-family: Arial;
     font-size: 20px;
     padding: 20px;
     color: white;
}

#fireworksPannelTitle {
     width: 20px;
     position: absolute;
     top: 0px;
     left: 0px;
     bottom: 0px;
     background: orange;
     display: flex;
     align-items: flex-start;
     padding-top: 20px;
     justify-content: center;
     color: white;
     background: #6F6E6E;
     opacity: 0;
     transition: 200ms ease-in-out;
     z-index: 2;
}
#fireworksPannelTitleSpan {
     writing-mode: vertical-lr;
     text-orientation: sideways;
     transform: rotate(180deg);
     font-family: Arial;
     font-size: 17px;
     font-weight: 100;
     line-height: 20px;
     letter-spacing: 2px;
}

/* Current Time Bar */
#currentTimeBarDiv {
     height: 5px;
     background: lightgray;
     position: relative;
     cursor: pointer;
}
#currentTimeBar {
     width: 0%;
     height: 100%;
     background: #5273F1; /*red;*/
     border-radius: 0 20px 20px 0;
     position: relative;
}
#currentTime { /*TO CHANGE ANY OTHER SETTINGS GO INTO THE LAYOUT SPECIFIC FILES*/
     color: #c0ceff;
}
#visableWaveformBar {
     height: 100%;
     /* width: 100%; */
     width: 0px;
     z-index: 5;
     opacity: 0.8;
     position: absolute;
     transition: height 300ms linear, margin 200ms linear, color 500ms ease-out;

     height: 11px;
     margin-top: -3px;
     border-radius: 10px;
     background: #8e9194 !important;
}
#visableWaveformBar.is_dragging {
     height: 11px;
     margin-top: -3px;
     border-radius: 10px;
     box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.3);
     background: #8e9194 !important;
     opacity: 0.9;
}
#visableWaveformBar.is_prominent {
     height: 11px;
     margin-top: -3px;
     border-radius: 10px;
     box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.5);
     background: #8e9194 !important;
     opacity: 0.9;
}


/*Music Controls Div Elements*/
     /*Middle Player Controls*/
     #leftSide {
          /*background: orange;*/
          height: 100%;
          width: calc((100% / 2) - 120px);
          display: flex;
          align-items: center;
          justify-content: space-evenly;
     }
     #middle {
          /*background: purple;*/
          width: 200px;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: space-evenly;
     }
     #rightSide {
          /*background: blue;*/
          height: 100%;
          width: calc((100% / 2) - 120px);
          display: flex;
          align-items: center;
          justify-content: space-evenly;
     }
     .musicControlButton {
          cursor: pointer;
          transition: 200ms ease-in-out;
     }
     .musicControlButton:hover:not(.disabled) {
          transform: scale(1.1);
     }
     #musicImageWrapper {
          margin: 0px;
          width: 56px;
          height: 56px;
          cursor: pointer;
     }
     #musicImageWrapper::after {
          content: "";
          width: 56px;
          height: 56px;
          position: absolute;
          left: 12px;
          background: url(../images/changeAudioTrackIcon.png) no-repeat;
          background-position: center;
          background-size: contain;
          background-color: rgba(255, 255, 255, 0.05);
          opacity: 0;
          transition: all 500ms ease-in-out;
     }
     #musicImageWrapper:hover::after:not(.disabledBackground) {
          /*animation: fadeIn 500ms forwards;*/
          /*background: green;*/
          opacity: 1;
          -webkit-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.75);
          -moz-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.75);
          box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.75);
     }

     /*Middle Section*/
     #goToBeginningOfSong {
          color: white;
          border: 3px solid white;
          border-radius: 100%;
          padding: 2px;
     }
     #playButton {
          font-size: 60px;
          color: white;
     }
     #goToEndOfSong {
          color: white;
          border: 3px solid white;
          border-radius: 100%;
          padding: 2px;
     }
     #changePlaybackRateDiv {
          position: relative;
          width: 50%;
          height: 100%;
          color: white;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 100;
     }
     #changePlaybackRateIcon {
          font-size: 36px;
     }
     #playbackRateModel > .modelButton[selected] {
          background-color: #c7c1c1;
          box-shadow: inset 0px 0px 4px 2px rgba(10, 10, 10, 0.69);
          -webkit-box-shadow: inset 0px 0px 4px 2px rgba(10, 10, 10, 0.69);
          -moz-box-shadow: inset 0px 0px 4px 2px rgba(10, 10, 10, 0.69);
     }
     #playbackRateModel::after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: gray transparent transparent transparent;
          bottom: -10px;
          transform: rotate(0deg);
          top: unset;
          position: absolute;
          left: calc(50% - 10px);
     }

     #quickAddSelectorModel {
          font-family: Open Sans;
     }
     #quickAddSelectorModel::after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: gray transparent transparent transparent;
          bottom: -10px;
          transform: rotate(0deg);
          top: unset;
          position: absolute;
          left: calc(50% - 10px);
     }

     /*Left Side of Music Bar*/
     #addCueDiv {
          /*background: orange;*/
          position: relative;
          width: 100%;
          height: 100%;
          color: white;
          display: flex;
          justify-content: center;
          align-items: center;
          z-index: 100;
     }
     #addCueButton {
          border-radius: calc(40px / 2);
          border: 5px solid #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          font-family: Arial;
          font-size: 17px;
          padding: 3px 15px;
          height: 24px;
          min-width: 130px;
     }
     #quickAddToggleButton {
          /* position: absolute; */
          bottom: 3px;
          right: 20px;
          background: rgba(0,0,0,0.4);
          color: #d5dfeac7;
          border-radius: 50%;
          transition: 200ms all cubic-bezier(0.68, -0.55, 0.27, 1.55);
          cursor: pointer;
          /*SCOTTS CHANGES*/
          height: 32px;
          width: 32px;
          margin-left: 7px;
          display: flex;
          justify-content: center;
          align-items: center;
     }
     #quickAddToggleButton:hover {
          background: rgba(0,0,0,0.5);
          color: #fff;
     }
     #musicInfo {
          width: 100%;
          height: 100%;
          padding-left: 12px;
          display: flex;
          align-items: center;
          /* z-index: 99; NOT SURE WHY THIS WAS SET TO 99; Change it to 14 as it was in front of the event time editor when on the bottom cues 6/15/2020 */
          z-index: 14;
          overflow: hidden;
     }
     #musicImage {
          width: 56px;
          height: 56px;
          border-radius: 2px;
          transition: 200ms ease-in-out;
          background: white;
     }
     /*#musicImage:hover {
          -webkit-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.75);
          -moz-box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.75);
          box-shadow: 0px 4px 17px 0px rgba(0,0,0,0.75);
     }*/
     #musicTitleDiv {
          margin-left: 10px;
          width: 100%;
     }
     .musicInfoElements {
          margin: 0px;
          /* font-family: 'Roboto Condensed', sans-serif; */
          font-family: sans-serif, Arial, Helvetica !important;
          padding: 1px 0;
     }
     #musicTitle {
          font-size: 19px;
          color: white;
          height: 24px;
          /*width: 100%;*/
          white-space: nowrap;
          overflow-y: hidden;
          overflow: hidden;
          /* background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 95px, rgba(150, 147, 147, 0.1));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; */
     }
     #musicTitle.textOverflow {
          background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 50%, rgba(150, 147, 147, 0.1));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
     }
     /* #musicTitle::before {
          content: '';
          width: 100%;
          height: 40px;
          position: absolute;
          left: 0;
          top: 0;
          background: linear-gradient(90deg, transparent 86%, black);
     } */
     /* #musicTitle::before {
          content: '';
          position: relative;
          right: 15px;
          background: green;
     } */
     #totalTrackTime {
          font-size: 14px;
          color: #CAC6C6;
     }
     #musicArtists {
          font-size: 10px;
          color: #CAC6C6;
     }

     /*Right Side of Music Control Bar*/
     #zoomDiv {
          width: 100%;
          height: 100%;
          /*background: orange;*/
          display: flex;
          flex-direction: column;
          justify-content: center;
     }
     #waveformSettings {
          /*background: pink;*/
          width: 200px;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;

     }
     #waveformSettingsIcon {
          transition: 200ms ease-in-out;
     }
     #waveformSettingsIcon:hover::after {
          /*content: "Waveform Settings";*/
          content: "Bar Height";
          bottom: 10px;
          width: 100px;
          color: white;
          font-family: arial;
          font-size: 12px;
          position: absolute;
          text-align: center;
          margin-left: -63px;
          bottom: -15px;
          font-weight: bold;
     }
     #waveformSettingsModle {
          display: none;
          -webkit-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
          -moz-box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
          box-shadow: 0px 4px 17px 3px rgba(0,0,0,0.75);
          position: absolute;
          width: 200px;
          /*height: 400px;*/
          padding-bottom: 20px;
          background: gray;
          border-radius: 7px;
          bottom: 65px;
          z-index: 99999;
     }
     #waveformSettingsModle::after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: gray transparent transparent transparent;
          bottom: -10px;
          position: absolute;
          left: calc(50% - 10px);

     }
     /*All Styles for inside waveform settings is below*/
     #volumeDiv {
          /*background: blue;*/
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
     }
     #volumeIcon {
          color: white;
          margin-left: 8px;
          margin-right: 3px;
     }
     #outerVolumeSlider {
          margin-right: 12px;
     }
     #innerVolumeSlider {


     }

     /*Waveform Settings Module*/
     #waveZoomDiv {
          display: flex;
          align-items: center;
     }
     .waveformSettingsTitle {
          margin: 0px;
          margin-top: 10px;
          width: 100%;
          /* text-indent: 45px; */
          color: white;
          font-family: Arial;
          font-size: 15px;
          text-align: center;
          margin-bottom: 7px;
     }
     #waveformHeightDiv {
          display: flex;
          justify-content: center;
          align-items: center;
     }
     #waveformBarHeight {
          width: 50px;
          text-align: center;
          margin: 0px;
          color: white;
          font-size: 20px;
          font-family: Arial;
     }


/*Context Menu*/
.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif, Arial;
    background: #607D8B;
    color: white;
    border-radius: 3px;
    padding: 0;
    min-width: 230px;
}
.subMenu {
     display: none;
     z-index: 1000;
     padding-left: 0px;
     position: absolute;
     overflow: hidden;
     white-space: nowrap;
     font-family: sans-serif, Arial;
     background: #607D8B;
     color: white;
     border-radius: 0 3px 3px 0;
     padding: 0;
     min-width: 230px;
}
.subMenu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
    height: 18px;
}
/* Each of the items in the list */
.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
    height: 18px;
}
.subMenu li:hover { background-color: #78a4b9; }
.custom-menu li:hover { background-color: #78a4b9; }
.subMenu li[disabled] { background-color: #7e8e96eb; color: #e2e1e1; cursor: default; }
.custom-menu li[disabled] { background-color: #7e8e96eb; color: #e2e1e1; cursor: default; }
.subMenu li[disabled] > .contextMenuKeyboardShortcut { background-color: #7e8e96eb; color: #e2e1e1; cursor: default; }
.custom-menu li[disabled] > .contextMenuSubmenuIcon { background-color: #7e8e96eb; color: #e2e1e1; cursor: default; }

.contextMenuLiTitle {
     margin: 0px;
     /*background: purple;*/
     float: left;
     display: inline-block;
}
.contextMenuKeyboardShortcut {
     height: 100%;
     display: inline-block;
     float: right;
     font-family: 'Roboto Condensed', sans-serif, Arial;
     color: #e2e1e1;
     margin-left: 15px;
}
.contextMenuSubmenuIcon {
     height: 100%;
     display: inline-block;
     float: right;
     color: #e2e1e1;
     margin-left: 15px;
     margin-right: -10px;
     line-height: 18px;
}
/* End of Context Menus*/

/*GLOBAL Elements*/
     /*Slider*/
     .outerSlider {
          background: lightgray;
          width: 100%;
          height: 10px;
          border-radius: 6px;
          cursor: pointer;
     }
     .innerSlider {
          background: #5273F1; /*red;*/
          width: 50%;
          height: 10px;
          border-radius: 6px;
          display: flex;
          align-items: center;
     }
     .sliderFigure {
          position: relative;
          background: white;
          width: 15px;
          min-width: 15px;
          height: 15px;
          margin: 0px;
          right: 0px;
          left: calc(100% - 5px);
          border: 2px solid black;
          border-radius: 100%;
          display: none;
          /*transition: 200ms ease-in-out;*/
     }
     .mouseOverSlider {
          display: inline-block;
     }

/*Scroll Text On Hover*/
.scroll_on_hover:hover {
     /*cursor: none;*/
}
.ellipsis {
     /*text-overflow: ellipsis;*/
}
.hide {
     /*display: 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;
}

.button {
     cursor: pointer;
}
.button:hover {
     transform: scale(1.1);
}


/* Empty States */
.empty_state_container {
     width: 100%;
     /* background: linear-gradient(#337ca0, 50px, #00b8eb); */
     overflow: hidden;
     display: flex;
     flex-direction: column;
     justify-content: space-evenly;
     align-items: center;
     background: #828A95;
     background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23cad7e8' fill-opacity='0.14'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}
.empty_state_blob {
     position: absolute;
     margin-left: 30px;
}
/* .empty_state_text_container::before {
     content: '';
     width: 100%;
     height: 100%;
     background-color: green;
     border-radius: 50%;
} */
.empty_state_text_container {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     z-index: 1;
     /* margin-top: 60px; */
}
.empty_state_text {
     margin: 0;
     font-family: Roboto;
     /* color: #333434; */
     color: #e0e9f7;
}
.empty_state_button {
     /* background: #337CA0; */
     width: 150px;
     height: 42px;
     /* border-radius: 8px; */
     /* color: white; */
     /* font-family: Roboto; */
     /* font-weight: 700; */
     /* font-size: 23px; */
     /* border: none; */
     /* cursor: pointer; */
     /* transition: 200ms all ease-in-out; */
}
.empty_state_image {
     max-height: 50%;
}

#no_show_empty_state {
     height: 100%;
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
}

#cue_table_empty_state {
     height: calc(100% - 26px);
}
.cue_table_empty_state_image {
     height: 240px;
}
.cue_table_empty_state_main_text {
     font-weight: 900;
     margin-bottom: 13px;
     font-size: 30px;
     text-align: center;
}
.cue_table_empty_state_secondary_text {
     font-weight: 300;
     font-size: 18px;
     margin-bottom: 15px;
}
.cue_table_empty_state_button {
     /* background: #171d2d; */
     /* background: #337CA0;
     width: 150px;
     height: 42px;
     border-radius: 8px;
     color: white;
     font-family: Roboto;
     font-weight: 700;
     font-size: 23px;
     border: none;
     cursor: pointer;
     transition: 200ms all ease-in-out; */
}
.cue_table_empty_state_button:hover {
     /* background: #3e4350; */
     background: #00b8eb;
     color: black;
}

#no_fireworks_empty_state {
     height: calc(100% - 34px - 40px); /* firework hearder row - padding*/
     position: absolute;
     width: calc(100% - 40px - 18px); /* padding - left handle */
     padding: 20px;
     text-align: center;
}
.fireworks_table_empty_state_image { max-width: 280px; }
.fireworks_table_empty_state_container { margin-top: 35px; }
.fireworks_table_empty_state_main_text {}
.fireworks_table_empty_state_secondary_text {
     font-size: 14px;
     margin-top: 7px;
     margin-bottom: 15px;
}
.fireworks_table_empty_state_button {
     width: 100%;
     max-width: 200px;
     font-size: 22px;
     min-height: 30px;
}

#no_dmx_effects_empty_state {
     height: calc(100% - 34px - 40px); /* firework hearder row - padding*/
     position: absolute;
     width: calc(100% - 40px - 18px); /* padding - left handle */
     padding: 20px;
     text-align: center;
}
.dmx_effects_table_empty_state_image { max-width: 280px; }
.dmx_effects_table_empty_state_container { margin-top: 35px; }
.dmx_effects_table_empty_state_main_text {}
.dmx_effects_table_empty_state_secondary_text {
     font-size: 14px;
     margin-top: 7px;
     margin-bottom: 15px;
}
.dmx_effects_table_empty_state_button {
     width: 100%;
     max-width: 200px;
     font-size: 22px;
     min-height: 30px;
}

/* #quickAddCueShiftPopup */
.popup {
     position: absolute;
     right: -165px;
     bottom: 75px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     width: 260px;
     height: 280px; /* height: 257px; */
     border-radius: 8px;
     box-shadow: 0px 2px 9px 3px rgba(0,0,0,0.5);
     border: 1px solid #979797;
     background: #F6F2F2;
     color: #3C434F;
     z-index: 1000;

     padding: 10px;

     -webkit-box-sizing: border-box; /*Keep fixed width and add padding*/
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
.popup::after {
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 10px 10px 0 10px;
     border-color: #F6F2F2 transparent transparent transparent;
     bottom: -10px;
     transform: rotate(0deg);
     top: unset;
     position: absolute;
     left: 20px;
}
.popup > .close_button:hover { background-color: rgba(45,52,76,0.79); }
.popup > .close_button:hover > img { transform: scale(1); }
.popup > .close_button {
     position: absolute;
     top: 5px;
     right: 5px;
     border-radius: 50%;
     background-color: rgba(45,52,76,0.57);
     color: #fff;
     width: 23px;
     height: 23px;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     transition: 300ms all ease-out;
}
.popup > .close_button > img {
     transition: 400ms all cubic-bezier(0.68, -0.55, 0, 2.29);
     transform: scale(0.8);
}
.popup > img {}
.popup > h3 {
     font-family: Open Sans;
     font-size: 20px;
     font-weight: 900;
     text-align: center;
     letter-spacing: -0.37px;
     margin: 0px;
     margin-top: 10px;
}
.popup > p {
     font-family: Open Sans;
     font-size: 14px;
     margin: 0px;
     letter-spacing: -0.28px;
}
.popup > a {
     font-family: Open Sans;
     font-size: 14px;
     font-weight: 700;
     letter-spacing: -0.24px;
     color: #2B51BF;
     margin: 0 auto;
     position: relative;
     transition: 400ms all ease-out;
     cursor: pointer;
}
.popup > a::after {
     content: '';
     position: absolute;
     left: 0px;
     right: 0px;
     bottom: 0px;
     width: 100%;
     height: 2px;
     background: #2B51BF;
}
.popup > a:hover {
     transform: scale(1.1);
}

.popup#dragAndDropHelpPopup { height: 350px;}
.popup#dragAndDropHelpPopup::after { display: none; }

.popup#dragAndDropDurationHelpPopup { 
     height: 350px;
     bottom: 130px;
     left: 400px;
}
/* popup#dragAndDropDurationHelpPopup::after { display: none; } */


/* ANIMATIONS */
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
@keyframes fadeIn {
     0% {
          opacity: 0;
     }
     100% {
          opacity: 1;
     }
}

@keyframes shake {
     10%, 90% {
          transform: translate3d(-1px, 0, 0);
     }

     20%, 80% {
          transform: translate3d(2px, 0, 0);
     }

     30%, 50%, 70% {
          transform: translate3d(-4px, 0, 0);
     }

     40%, 60% {
          transform: translate3d(4px, 0, 0);
     }
}

.apply-shake {
     animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

/* Top Banner / Message */
#banner {
   position: absolute;
   top: -42px;
   left: 0;
   /* background-color: #DDEEEE; */
   width: 100%;
   /* max-height: 42px; */
   height: 38px;
   /* transition: top 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94); */
   transition: all 600ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
   overflow: hidden;
   z-index: 99999;
   /*animation: slideFirstBanner 2.5s; -moz-animation: slideFirstBanner 2.5s; -webkit-animation: slideFirstBanner 2.5s;*/
}
.shrink {
     height: 30px !important;
}
#banner-content {
margin: 0 auto;
/* padding: 10px; */
/* text-align: center; */
width: 100%;
height: 100%;
font-family: Arial;
display: flex;
    justify-content: center;
    align-items: center;
}
#banner_close {
     position: absolute;
     background: rgba(0,0,0,0.2);
     width: 50px;
     height: 100%;
     top: 0px;
     right: 0px;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
}
#banner_close_icon {
     font-size: xx-large;
     color: white;
}
.animate {
	top: 0px !important;
}
.animateContent {
	top: 52px !important;
}
.success {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.error {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.warning {
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.info {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
@keyframes slideFirstBanner {
    0% { top: -42px; }
    100%  { top: 0px;}
}

.required {
     font-size: 16px;
     color: #a94442;
}

.status_message {
     /* color: #3c763d; */
     /* background-color: #c9dec0; */
     /* border-color: #d0e2c1; */
     padding: 5px;
     border-radius: 3px;
     border: none;
     font-size: 16px !important;
}
.status_message_border {
     border: 1px solid;
}

note {
     color: #8a6d3b;
     background-color: #fcf8e3;
     border-color: #faebcc;

     padding: 4px 8px;
     border-radius: 5px;
     border: 1px solid;
     display: block;
     margin-top: 5px;
     position: relative;
}
note > a {
     font-family: Open Sans;
     font-size: 14px;
     font-weight: 700;
     letter-spacing: -0.24px;
     color: #2B51BF;
     margin: 0 auto;
     position: relative;
     transition: 400ms all ease-out;
     cursor: pointer;
     display: inline-block;
}
note > a::after {
     content: '';
     position: absolute;
     left: 0px;
     right: 0px;
     bottom: 0px;
     width: 100%;
     height: 2px;
     background: #2B51BF;
}
note > a:hover {
     transform: scale(1.1);
}

.widget_overlay {
     /* background: rgba(0,0,0,0.4); */
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     display: flex;
     align-items: center;
     justify-content: center;
     z-index: 1000;
     cursor: pointer;

     display: none;
}

#fc_frame, #fc_frame.fc-widget-normal {
     bottom: 5px !important;
     right: 5px !important;
}

iframe > .d-hotline.h-btn {
     box-shadow: none !important;

     width: 40px;
     height: 45px;
}

.timecode_number_container {
     height: 70px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     /* width: 245px; */
}

.timecode_number_half_container {
     display: flex;
     align-items: center;
     justify-content: space-between;
     width: 50%;
}

.timecode_number_half_container:first-child {
     margin-right: 40px;
}

.timecode_number_half_container > .timecode_number:not(:last-child) {
     margin-right: 5px;
}

.timecode_number {
     border-radius: 6px !important;
     width: 45px;
     height: 61px;
     font-size: 44px !important;
     text-align: center;
     text-indent: 0 !important;
}

.keyboard_key {
     background: #F6F6F6;
     position: relative;
     padding: 2px 6px;
     border-radius: 3px;
     border: 1px solid #DFDFDF;
     font-size: 14px;
     color: black;
     box-shadow: 0px 1.5px 3px -1px rgba(0,0,0,0.75);
}

#betaFeaturesButton.new_updates {
     position: relative;
}
#betaFeaturesButton.new_updates::after {
     content: 'new_releases';
     font-family: 'Material Icons';
     position: absolute;
     left: -31px;
     bottom: -12px;
     z-index: 100;
     border-radius: 50%;
     background-color: #e6eafc;
     padding: 5px;
     font-size: 30px;
     color: #5273f1;
     border: 2px solid #f96400;
     animation: whats_new_spin 5s ease-in-out infinite;
}

@keyframes whats_new_spin {
     0% {
          transform: rotate(0deg);
     }
     10% {
          transform: rotate(45deg);
     }
     30% {
          transform: rotate(-15deg);
     }
     40% {
          transform: rotate(0deg);
     }
     100% {
          transform: rotate(0deg);
     }
}


/* :root {
  --scrollbar-track-color: transparent;
  --scrollbar-color: rgba(0,0,0,.2);

  --scrollbar-size: .375rem;
  --scrollbar-minlength: 1.5rem; */ /* Minimum length of scrollbar thumb (width of horizontal, height of vertical) */
/* } */
/* .overflowing-element::-webkit-scrollbar {
  height: var(--scrollbar-size);
  width: var(--scrollbar-size);
}
.overflowing-element::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
} */
/* .overflowing-element::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color); */
  /* Add :hover, :active as needed */
/* } */
/* .overflowing-element::-webkit-scrollbar-thumb:vertical {
  min-height: var(--scrollbar-minlength);
}
.overflowing-element::-webkit-scrollbar-thumb:horizontal {
  min-width: var(--scrollbar-minlength);
} */
