﻿html {
    margin:0;
    padding:0;
}

body {
    margin: 0;
    padding: 0;
    top: 0;
}

.process {
    cursor: progress;
    z-index: 100;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 30px;
    opacity: 0;
}

th
{
    text-align: left;
}

iframe
{
    border: none;
}

.wrapper {
    display: grid;
    margin: 0;
    padding: 0;
}

.header-logo-area {
    max-height: 100px;
    max-width: 220px;
    background-color: #00b2ee;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo img {
    max-width: 220px;
    max-height: 90px;
    width: auto;
    height: auto;
    padding: 5px 0;
}

.header-area
{
    height: 100px;
    background-color: #5e7388;
    display: grid;
    grid-gap: 5px;
    padding: 0px;
    list-style: none;
    grid-template-areas:
        'header-logo-area inlineList';
    grid-template-columns: 220px auto;
    text-align: center;
}

.inlineList {
    display: flex;
    align-items: center;
    padding: 0px 15px;
}

.inlineList li {
    list-style: none;
    padding: 0 15px 0 0;
}

.header-text img {
    height: 50px;
    width: 50px;
}

.mbContent {
    height: auto;
    display: grid;
    grid-gap: 5px;
    list-style: none;
    grid-template-areas:
        'menu pushobj'
        'footer footer';
    grid-template-columns: 220px auto;
}

/*.header-area ul
{
    display: inline-grid;
    grid-template-columns: repeat(9, 100px);
    padding: 15px;
}
.header-area li
{
    height: 100%;
    padding: 0;
}
.header-area div
{
    text-align: center;
    display:inline-block;
}*/
.header-area a:hover, a:active 
{
    color: #00b2ee;
    transition: color 0.25s;
}   
.header-text
{
    color: #ffffff;
    font: normal 14px "Roboto";
    text-decoration:none;
    padding: 0;
    margin: 0;
}

/* left menu nav styling */ 
.ui-menu-item
{
   height: 57px;
   display: block;
   text-decoration:none;
   background-color: #ffffff;
   color: #5e7388;
   font: bold 15px "Roboto";
   transition: background-color 0.5s;
}

.ui-menu
{
    vertical-align: middle !important;
}

.ui-menu-item a
{
    height: 100%;
    padding-left: 35px;
    padding-right: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 4px;  
}

.ui-menu-item a div
{
    padding-top: 7px;
}
.ui-menu-item a span
{
    vertical-align: middle;
    margin-top: 14px;
    margin-bottom: 14px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.ui-state-focus
{
    color: #00b2ee !important;
    background-color: #eaf2f6 !important;
    transition: background-color 0.25s;
}

.ui-datepicker
{
    background-color: #00b2ee;
    color: #fff;
    border: 1px solid #cedae7;
    border-radius: 5px;
    font-family: roboto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ui-datepicker thead
{
    border-collapse: separate;
    background-color: #fff;
    color: #00b2ee;
}

a, a:hover, a:active {
    text-decoration: none;
    color: inherit;
    /*text-align: inherit;*/
    border-collapse: inherit;
}

.window-section-special
{
    margin: 0;
    margin-bottom: 20px;
    border: 1px solid #cedae7;
    border-radius: 5px;
    background-color: #ffffff;
    max-width: 100%;
}
.window-section-map {
    margin: 0;
    margin-bottom: 20px;
    border: 1px solid #cedae7;
    border-radius: 5px;
    background-color: #ffffff;
    max-width: 100%;
}
.window-section, fieldset
{
    margin: 0;
    margin-bottom: 20px;
    border: 1px solid #cedae7;
    border-radius: 5px;
    background-color: #ffffff;
    max-width: 100%;
}
fieldset fieldset
{
    margin-left: -20px;
    margin-right: -20px;
}
fieldset fieldset legend
{
    max-width: 100%;
}
.window-section-top, legend
{
    background-color: #e6edf4;
    border-bottom: 1px solid #cedae7;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.window-section-map-top, legend {
    background-color: #e6edf4;
    border-bottom: 1px solid #cedae7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.window-section-bottom, fieldset
{
    padding: 20px;
    font: normal 15px "Roboto";
    color: #000;
    overflow-x: scroll;
}
.window-section-map-bottom, fieldset {
    font: normal 15px "Roboto";
    color: #000;
	margin-top: 2px;
}
.window-section-header, .fc-header-title h2, strong
{
    color: #000;
    font: bold 25px "Roboto";
    border: none;
    margin: 0;
    /*width: 250px;*/
    max-width: 100%;
    display: inline-block;
    padding-top: 10px;
}
.filemappingfieldset
{
    margin: 0;
    margin-bottom: 20px;
    border: 1px solid #cedae7;
    border-radius: 5px;
    background-color: #ffffff;
    width: 1550px;
}
.standardfieldset
{
    margin: 0;
    margin-bottom: 20px;
    border: 1px solid #cedae7;
    border-radius: 5px;
    background-color: #ffffff;
    width: 1200px;
}
legend
{
    -moz-padding-start: 40px;
    -moz-padding-end: 0;
    -padding-start: 40px;
    -padding-end: 0;
    width: 100%;
    border: 1px solid #cedae7;
    color: #000;
    font: bold 18px "Roboto";
    float: left;
    position: relative;
    left: -21px;
    top: -21px;
    padding-left: 20px;
    transition: background-color 1s, color 1s;
}
fieldset
{
    /*margin-top: -20px;*/
    margin-left: 0;
    margin-right: 0;
    height: inherit;
    transition: height 2s;
}
.expanding
{
    max-height: 0px;
    height: auto;
    overflow: hidden;
    transition: max-height 2s;
    transition-delay: 10s;
    margin-bottom: 3px;
}
.expanding-legend
{
    background-color: #00b2ee;
    color: #ffffff;
    transition: background-color 1s, color 1s;
    transition-delay: 11.5s;
}
.expanding-legend:hover, .expanding-legend:active, .expanding-legend:focus
{
    background-color: #e6edf4;
    color: #5e7387;
    transition: background-color 0.25s, color 0.25s;
    transition-delay: 0s;
}
.expanding:hover, .expanding:active, .expanding:focus
{
    max-height: 4000px;
    transition-delay: 0s;
}
.collapsed
{
    height: 0px;
    max-width: 100%;
    overflow: hidden;
    transition: height 2s;
    margin-bottom: 3px;
    border: none;
}
.collapsed-legend
{
    max-width: 100%;
    background-color: #00b2ee;
    color: #ffffff;
    transition: background-color 1s, color 1s;
}
.collapsed-legend:hover
{
    background-color: #0e96c4;
}

.adtcollapsed
{
    height: 0px;
    max-width: 100%;
    overflow: hidden;
    transition: height 2s;
    margin-bottom: 3px;
    border: none;
}
.adtcollapsed-legend
{
    max-width: 100%;
    background-color: #00b2ee;
    color: #ffffff;
    transition: background-color 1s, color 1s;
}
.adtcollapsed-legend:hover
{
    background-color: #0e96c4;
}
.adtcollapsible
{
    max-width: 100%;
    transition: height 2s;
    margin-bottom: 3px;
    border: none;
}
.adtcollapsible-legend
{
    max-width: 100%;
    background-color: #00b2ee;
    color: #ffffff;
    transition: background-color 1s, color 1s;
}
.adtcollapsible-legend:hover
{
    background-color: #0e96c4;
}

.mapcollapsed {
    height: 0px;
    max-width: 100%;
    overflow: hidden;
    transition: height 2s;
    margin-bottom: 3px;
    border: none;
}

.mapcollapsed-legend {
    max-width: 100%;
    background-color: #00b2ee;
    color: #ffffff;
    transition: background-color 1s, color 1s;
}

.mapcollapsed-legend:hover {
    background-color: #0e96c4;
}

.mapcollapsible {
    max-width: 100%;
    transition: height 2s;
    margin-bottom: 3px;
    border: none;
}

.mapcollapsible-legend {
    max-width: 100%;
    background-color: #00b2ee;
    color: #ffffff;
    transition: background-color 1s, color 1s;
}

.mapcollapsible-legend:hover {
    background-color: #0e96c4;
}

.confcollapsed {
    height: 0px;
    max-width: 100%;
    overflow: hidden;
    transition: height 2s;
    margin-bottom: 3px;
    border: none;
}

.confcollapsed-legend {
    max-width: 100%;
    background-color: #fb4f14;
    color: #ffffff;
    transition: background-color 1s, color 1s;
}

.confcollapsed-legend:hover {
    background-color: #fb2714;
}

.confcollapsible {
    max-width: 100%;
    transition: height 2s;
    margin-bottom: 3px;
    border: none;
}

.confcollapsible-legend {
    max-width: 100%;
    background-color: #fb4f14;
    color: #ffffff;
    transition: background-color 1s, color 1s;
}

.confcollapsible-legend:hover {
    background-color: #fb2714;
}

.window-section-header-mid
{
    color: #000;
    font: bold 18px "Roboto";
    border: none;
    margin: 0;
    width: 250px;
    display: inline-block;
}
.window-section-header-mid-special
{
    color: #000;
    font: bold 18px "Roboto";
    border: none;
    margin: 0;
    width: 250px;
}
.window-section-bottom h3,  .h3
{
    margin-bottom: 10px;
    display: inline-block;
    font: normal 16px "Roboto";
    color: #000;
}
.sub-title
{
    font: normal 11px "Roboto";
    color: #000;
}

.entry-label 
{
    text-align: right;
    padding: 0px 0px 0px 20px;
}

.ws-label 
{
    text-align: left;
    padding: 10px 100px 20px 5px;
    width: 200px;
    
}

.ws-content
{
    float: right;
}

.ws-table
{
    position: relative;
}
.ws-table, .ws-table tbody
{
    font: normal 14px "Roboto";
    color: #000;
    border: none;
    border-radius: 5px;
}
.ws-table td
{
    padding: 0 10px !important;
    border: none;
    height: 40px;
    text-align: left;
}
.ws-table-customers td span
{
    padding: 0px 5px !important;
}
.ws-table-column th 
{
    font-size: 18px !important;
    border-top: none !important;
    border-left: none !important;
    border-bottom: 2px solid #6D8499 !important;
    border-right: 2px solid #6D8499 !important;
    width: 100% !important;
    border-bottom-right-radius: 5px !important; 
}
.ws-table th 
{
    border: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-right: 1px solid #cedae7;
    max-width: 100%;
    height: 40px;
    text-align: center;
    padding: 0px 5px 0px 5px;
}
.ws-table-customers td input[type="image"] 
{
    position: absolute;
    top: 47px;
    right: 15px;
}
/*.ws-table tbody tr td table 
{
} */

.check-box label
{
    height: 100%;
    width: 100%;
    padding: 5px 8px;
    cursor: pointer;
}

.fc-header-title h2
{
    font-size: 35px;
    padding-top: 0;
    padding-bottom: 15px;
}

input[type="checkbox"] 
{
 vertical-align: middle;
 -webkit-appearance:none;/* Hides the default checkbox style */ 
 height:23px;
 width:23px;
 cursor:pointer;
 position:relative;
 -webkit-transition: .15s;
 border-radius:3px;
 border: 2px solid #6D8499;
 background-color:#fff;
}
input[type="checkbox"]:checked {
 background-color:rgb(104, 182, 106);
 border: none;
}
input[type="checkbox"]:before, input[type="checkbox"]:checked:before {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 line-height:2em;
 text-align:center;
 color:#fff;
 /*content: '✘';*/
}
input[type="checkbox"]:checked:before {
 content: '✔';
}
input[type="checkbox"]:hover:before {
 background:rgba(255,255,255,0.3);
}
input[type="checkbox"]:focus {
 outline: none;
}
input[type="checkbox"]:hover {
 border-color: #00b2ee;
}

input[type="radio"] 
{
 vertical-align: middle;
 height:20px;
 width:20px;
 -webkit-appearance: none;/* Hides the default style */ 
 cursor:pointer;
 -webkit-transition: .15s;
 border: 2px solid #e6edf4;
 border-radius: 10px;
 background-color:#fff;
}
input[type="radio"]::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked {
  border: 6px solid #00b2ee;
}

input[type="radio"]::before{
  background: #00b2ee;
}
input[type="radio"]:focus
{
    outline: none;
}
input[type="radio"]:hover
{
    border-color: #00b2ee;
}

input[type="text"], input[type="password"] 
{
    border: 2px #dbe9f0;
    border-radius: 5px;
    border-style: solid;
    padding: 5px 10px;
    font: bold 14px "Roboto";
    color: #000;
    /*width: 200px;*/
    height: 27px;
}
input[type="text"]:active, input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:hover 
{
    border: solid 2px;
    border-radius: 5px;
    border-color: #00b2ee;
}

textarea 
{
    border: 2px #dbe9f0;
    border-radius: 5px;
    border-style: solid;
    padding: 5px 10px;
    font: bold 16px "Roboto";
    color: #000;
    max-width: 100%;
    height: 27px;
}
textarea:active, textarea:focus, textarea:hover 
{
    border: solid 2px;
    border-radius: 5px;
    border-color: #00b2ee;
}

select
{
    border: 2px #dbe9f0;
    border-radius: 5px;
    border-style: solid;
    padding: 5px 20px 5px 10px;
    font: bold 14px "Roboto";
    color: #000;
    /*width: 200px;*/
    height: 40px;
}
select:active, select:focus, select:hover
{
    border: solid 2px;
    border-radius: 5px;
    border-color: #00b2ee;
    outline: none;
}
select option /* Doesn't seem to work in chrome */
{
    border-radius: 5px;
    border: none;
    font: bold 14px "Roboto";
    color: #000;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    outline: none;
}

input.aspNetDisabled
{
    background-color: #cedae7 !important;
    cursor: default !important;
}
button.aspNetDisabled
{
    background-color: #cedae7 !important;
    cursor: default !important;
}
.button-gray
{
    color: #000;
    font: normal 14px "Roboto";
    text-transform: uppercase;
    background-color: #dbe9f0;
    border-radius: 5px;
    height: 40px;
    padding: 0px 20px;
    text-align: center;
    vertical-align: middle;
    border: none;
    transition: background-color 0.25s;
    cursor: pointer;
}
.button-gray:hover
{
    background-color: #cedae7;
    transition: background-color 0.25s;
}
.button-blue
{
    color: #ffffff;
    font: normal 14px "Roboto";
    text-transform: uppercase;
    background-color: #00b2ee;
    border-radius: 5px;
    height: 40px;
    padding: 0px 20px;
    text-align: center;
    vertical-align: middle;
    border: none;
    transition: background-color 0.25s;
    cursor: pointer;
}
.button-blue[disabled]
{
    color: #ffffff;
    font: normal 14px "Roboto";
    text-transform: uppercase;
    background-color: #dbe9f0;
    border-radius: 5px;
    height: 40px;
    padding: 0px 20px;
    text-align: center;
    vertical-align: middle;
    border: none;
    transition: background-color 0.25s;
    cursor: pointer;
}
.button-blue:hover
{
    background-color: #0e96c4;
    transition: background-color 0.25s;
}
.button-green
{
    color: #ffffff;
    font: normal 14px "Roboto";
    text-transform: uppercase;
    background-color: #68b66a;
    border-radius: 5px;
    height: 40px;
    padding: 0px 20px;
    text-align: center;
    vertical-align: middle;
    border: none;
    transition: background-color 0.25s;
    cursor: pointer;
}
.button-green:hover
{
    background-color: #4b9b4d;
    transition: background-color 0.25s;
}
.button-red
{
    color: #ffffff;
    font: normal 14px "Roboto";
    text-transform: uppercase;
    background-color: #f25a5a;
    border-radius: 5px;
    height: 40px;
    padding: 0px 20px;
    text-align: center;
    vertical-align: middle;
    border: none;
    transition: background-color 0.25s;
    cursor: pointer;
}
.button-red:hover
{
    background-color: #ee2b2b;
    transition: background-color 0.25s;
}
.button-white
{
    color: #00b2ee;
    font: normal 14px "Roboto";
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px;
    border-style: dashed;
    border-color: #00b2ee;
    border-radius: 5px;
    height: 40px;
    padding: 0px 20px;
    text-align: center;
    vertical-align: middle;
    transition: background-color 0.25s;
    transition: color 0.25s;
    cursor: pointer;
}
.button-white:hover
{
    color: #ffffff;
    background-color: #00b2ee;
    transition: background-color 0.25s;
    transition: color 0.25s;
}

.fc-button
{
    font: normal 14px "Roboto";
    text-transform: uppercase;
    background-color: #ffffff !important;
    height: 40px !important;
    text-align: center;
    vertical-align: middle !important;
    transition: background-color 0.25s;
    background-image: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    cursor: pointer;
}
.fc-state-hover
{
    background-color: #eaf2f6 !important;
    transition: background-color 0.25s !important;
}
.fc-state-default
{
    color: #00b2ee !important;
    transition: background 0.25s !important;
}
.fc-state-disabled, .fc-state-active
{
    color: #cedae7 !important;
    transition: background 0.25s !important;
}
.fc-state-down
{
    background-color: #B1C2D0 !important;
    transition: background-color 0.25s !important;
}

.fc-day-header
{
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.fc-day-number, .fc-day-header, .fc-event-title
{
    font-family: "Roboto" !important;
}


/* Used to include font ligature icons */
[data-icon]::before {
  content: attr(data-icon);
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
   
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.link-text:hover
{
    color: #00b2ee;
    cursor: pointer;
}

.text-icon
{
    font-size: 30px;
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    transition: color 0.25s;
}

.tab-list
{
    width: 100%;
    color: #ffffff;
    font: normal 14px "Roboto";
    text-transform: uppercase;
    border: none;
    transition: background-color 0.25s;
    margin-bottom: 5px;
}
.tab-list li
{
    height: 100%;
    display:inline-block;
    text-decoration:none;
}
.tab-list a:hover
{
    background-color: #0e96c4;
    transition: background-color 0.25s;
}
.tab-list li:selected
{
    background-color: #0e96c4;
    transition: background-color 0.25s;
}
.tab-list a
{
    cursor: pointer;
    background-color: #00b2ee;
    padding: 10px;
    display: inline-block;
    border-top-right-radius: 7px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fullScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.footer {
    position: fixed;
    height: 85px;
    bottom: 0;
    left: 45%;
    z-index: -1;
}

.dlg-container {
    position: fixed;
    left: 50%;
    top: -30%;
    transform: translateX(-50%) translateY(-50%);
    width: 400px;
    background: #fff;
    padding: 10px;
    border: 2px solid #ddd;
    box-shadow: 1px 1px 5px 1px #ccc;
    border-radius: 1px;
    opacity: 0;
    transition: all 0.3s linear 0s;
    z-index: 9999;
}

.dlg-header {
    padding: 10px;
    font-weight: bold;
    background: #00B2EE;
    color: #f6f7f8;
}

.dlg-body {
    padding: 10px;
    line-height: 30px;
}

.dlg-footer {
    text-align: center;
    background: #f5f5f2;
    padding: 3px 0;
}

.dlg-footer a {
    display: inline-block;
    width: 100px;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #eee;
    cursor: pointer;
}

.dlg-footer a:hover {
    box-shadow: inset 2px 2px 4px 0 #ccc;
    color: #666;
}

.freeze-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9998;
}

.turnRed {
    background-color: red;
}

.turnYellow {
    background-color: yellow;
}

.turnOrange {
    background-color: orange;
}

.turnLightBlue {
    background-color: lightblue;
}

.highlight {
    background-color: Yellow;
}

#ContentPlaceHolder1_divAdminSelectIcon {
    position: fixed;
    width: 80%;
    border-radius: 5px;
    background-color: white;
    top: 20px;
    left: 8%;
    text-align: center;
    padding: 30px;
}

.ulSelectIcon {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
}

.ulSelectIcon li {
    width: 75px;
    height: auto;
    border: none;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* User Template Styling */
:root {
    --light-blue-bg-color: #4597f4;
    --dark-blue-bg-color: #3d86d7;
    --light-green-bg-color: #b2e97b;
    --dark-green-bg-color: #97be5f;
}

.hidden {
    display: none !important;
}

.required {
    margin-right: 5px;
    color: red !important;
}

.blue-gradient-bg {
    background: -moz-linear-gradient(180deg, #4597f4 0%, #1865b9 100%);
    background: -webkit-linear-gradient(180deg, #4597f4 0%, #1865b9 100%);
    background: -o-linear-gradient(180deg, #4597f4 0%, #1865b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1865B9', endColorstr='#4597F4', GradientType=1);
    background: -ms-linear-gradient(180deg, #4597f4 0%, #1865b9 100%);
    background: linear-gradient(180deg, #4597f4 0%, #1865b9 100%);
}

.green-gradient-bg {
    background: -moz-linear-gradient(156deg, #4CAF50 0%, #8DBD22 43%, #8DBD22 57%, #4CAF50 100%);
    background: -webkit-linear-gradient(156deg, #4CAF50 0%, #8DBD22 43%, #8DBD22 57%, #4CAF50 100%);
    background: -o-linear-gradient(156deg, #4CAF50 0%, #8DBD22 43%, #8DBD22 57%, #4CAF50 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CAF50', endColorstr='#4CAF50', GradientType=1);
    background: -ms-linear-gradient(156deg, #4CAF50 0%, #8DBD22 43%, #8DBD22 57%, #4CAF50 100%);
    background: linear-gradient(156deg, #4CAF50 0%, #8DBD22 43%, #8DBD22 57%, #4CAF50 100%);
}

header {
    height: 50px;
}

header h1 {
    color: #206dd2;
    padding-top: 0.35rem;
    font-size: 2rem;
    text-align: center;
    height: 100%;
}

.header__container-row__links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 100%;
}

.header__container-row__links li {
    color: var(--dark-green-bg-color);
    font-size: 18px;
    font-weight: 800;
    padding: 10px;
    margin-left: 2rem;
}

.header__container-row__links i {
    margin-right: 10px;
}

.header__container-row__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header__container-row__img img {
    width: 40px;
    height: auto;
}

.header__container-row__img h1 {
    margin: 0 1rem;
}

.cta__container-row {
    display: flex;
}

.cta__container.container {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.cta__container-row__info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 40%;
    padding: 20px 0;
}

.cta__container-row__info h1 {
    font-size: 2.5rem;
}

.cta__container-row__info-salesman {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.cta__container-row__info-salesman img {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    margin-right: 10px;
}

.cta__container-row__info-salesman-sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
    margin-left: 10px;
}

.cta__container-row__info-salesman-sub > * {
    margin: 2px 0;
}

.cta__container-row__info-salesman-sub h4 {
    font-size: 28px;
    margin-bottom: -5px;
}

.cta__container-row__info-salesman-sub small {
    font-size: 1em;
    color: white;
    margin-left: 2px;
}

.cta__container-row__info-salesman-sub a:hover,
.cta__container-row__info-salesman-sub a small:hover {
    color: #8DBD22;
}

.cta__container-row__info-salesman-sub i {
    color: #8DBD22;
    margin-right: 5px;
}

.cta__container-row__info h1 {
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin: 10px 0;
}

.cta__container-row__info h1 > span {
    font-weight: bold;
    font-style: italic;
}

.cta__container-row__info-btn{
    background-color: #8DBD22;
    font-size: 30px;
    padding: 1rem;
    border: none;
    border-radius: 5rem;
    line-height: 40px;
    min-width: 200px;
}

.cta__container-row__info button:hover {
    background-color: white;
    color: #8DBD22;
    cursor: pointer;
}

.cta__container-row__info button > i {
    color: white;
    margin-right: .5rem;
}

.cta__container-row__info-video {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
    width: 60%;
}

.cta__container-row__info-video div,
.cta__container-row__info-video video {
    width: 100%;
}

.calendar__container {
    background-color: #fff;
    border: 0.3px solid rgba(0, 0, 0, .2);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .08);
    padding-bottom: 2rem;
}

.calendar__container-row h1 {
    text-align: center;
}

/* Manage User Template Page */
.upManageStormPageUserInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#manage__user-info__profile-picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

#manage__user-info__profile-picture label {
    margin-top: 8px;
}

#manage__user-info__profile-picture img {
    width: 250px;
    height: auto;
}

#manage__user-info__profile-picture #ContentPlaceHolder1_divProfileUpload {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

#ContentPlaceHolder1_divProfileUpload input[type=file] {
    padding-left: 75px;
}

#manage__user-info__profile-picture #ContentPlaceHolder1_btnUpload {
    width: 50%;
    margin-top: 5px;
}

#manage__user-info__profile-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 1rem;
    width: 70vw;
}

#manage__user-info__profile-info div {
    padding: 5px 15px;    
}

#manage__user-info__profile-info div:last-child {
    grid-area: 5 / span 3;
    text-align: center
}

#manage__user-info__profile-info div:last-child input {
    width: 200px;
}

#manage__user-info__profile-info label {
    margin-right: 8px;
}

#manage__users-submit__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.progress__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.progress {
    background-color: #3fee8c;
    position: relative;
    height: 1.2rem;
    width: 80%;
    margin-bottom: 2rem;
}

.progress-bar {
    background-color: #7eeed8;
    width: 100%;
    height: 1.2rem;
}

.users__video-customize__video-gallery {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.users__video-customize__card-container {
    margin: 1rem 4rem;
}

.users__video-customize__card-container label,
.users__video-customize__card-container input {
    margin: 5px 0 10px 0;
}

.users__video-customize__card-container input[type=text] {
    width: 90%;
}

.card {
    width: 20rem;
}

.form-check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

.form-check label {
    margin-left: 10px;
}

.form-check input[type="radio"]::before {
    background: none;
}

.users__submit-template {
    display: flex;
    justify-content: center;
    align-items: center;
}

progress::-webkit-progress-value {
    background: #3fee8c;
}

progress::-webkit-progress-bar {
    background: #1e1e3c;
}

progress::-moz-progress-bar {
    background: #3fee8c;
}

.lds-dual-ring {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 28px;
    height: 28px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid green;
    border-color: green transparent green transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.session__message-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert {
    position: fixed;
    top: 5%;
    z-index: 10;
}

.vibrate-2 {
    -webkit-animation: vibrate-2 0.5s linear infinite both;
    animation: vibrate-2 0.5s linear infinite both;
}

.users__video-form__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.users__video-form__container > h3 {
    text-align: center;
    margin-bottom: 2rem;
}

#video_upload_form {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed blue;
    border-radius: 20px;
    width: 80%;
    height: 60vh;
}

#video_upload_form label {
    padding: 15px;
    text-align: center;
    max-width: 30%;
}

#video__upload-preview {
    margin: 25px 0;
}

#video__upload-preview > div {
    padding: 5px;
}

#video_upload_form.highlight {
    border-color: var(--dark-blue-bg-color);
    background-color: yellow;
}

.video_drop_zone {
    display: none;
}

.qrcode__container img {
    width: 400px;
    height: 400px;
    margin: 0 auto;
}

.manage-template__user-header ul {
    padding: 0;
}

#manage-template__list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#manage-template__list li {
    margin: 0.5em 2em;
}

#manage-template__list li:hover {
    transition: 0.5s;
    transform: scale(1.2);
}

.manage-template__list-item i {
    font-size: 4.5em;
}

.manage-template__list-item i:hover {
    color: green;
}

.manage-template__list-item.active {
    color: blue;
}

#users__video-customize__btn-container {
    padding: 2em;
    text-align: center;
}

#users__video-customize__btn {
    pointer-events: auto;
}

.users__card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.storm-page__template-card,
.storm-page__template-card__create {
    width: 300px;
    margin: 2.5em;
}

#clear_page_title_input,
#clear_cta_headline_input,
#clear_cta_button_text_input {
    color: red;
}

#clear_page_title_input:hover,
#clear_cta_headline_input:hover,
#clear_cta_button_text_input:hover {
    background-color: yellow;
}

.social-media {
    font-size: 20px;
}

.text-center {
    text-align: center;
}

/* Storm Page Preview Styling */
.font-24 {
    font-size: 24px;
}

.contact__dialog-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 50%;
    bottom: 0;
    max-width: 600px;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: white;
    padding: 15px 0;
    transform: translate(-50%);
}

.contact__dialog-container hr {
    width: 90%;
    height: .5px;
    color: black;
    margin: 15px 0;
}

.contact__dialog-container a {
    color: steelblue;
}

.contact__dialog-container a:hover {
    cursor: pointer;
}

.divStormPageBody h1 {
    border-bottom: none;
    padding: 0;
}

#preview__form-container {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    margin: 0 auto;
    padding: 10px 10px 10px 35px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0 0 0.5rem 0.5rem;
}

#preview__form-container > h3 {
    font-size: 1.3rem;
}

#preview__form-container input[type=color] {
    border: 0;
    height: 50px;
    width: 80px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

#preview__form-container div i:hover {
    cursor: pointer;
}

#preview__form-container hr {
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
}

#preview__form-container 
.page-title-group, .page-headline-group, .cta-input-group, 
.cta-button-input-group, .page-feature-input-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 30px;
}

#preview__form-container
.page-headline-group, .cta-headline-group, .cta-button-group {
    position: relative;
}

#preview__form-container
.page-headline-group i, .cta-headline-group i, .cta-button-group i {
    position: absolute;
    top: 27px;
    left: -24px;
    font-size: 22px;
}

#preview__form-container .hide-page-title, .hide-cta-title {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
    width: 130px;
}

.preview__form-group {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    width: 95%;
    margin: 0 auto;
}

.preview__form-group h3 {
    color: #00b2ee;
    font-size: 26px;
    margin: 0;
}

.preview__form-group 
.page-headline-title, .cta-headline-title, 
.cta-button-title, .cta-button-type-title .page-color-title {
    width: 190px;
}

.cta-button-color-group, .page-feature-group {
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
}

.page-headline-font-group, .cta-headline-font-group,
.cta-button-font-group, .cta-button-type {
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
}

.cta-button-type {
    align-items: center;
    gap: 10px;
}

.preview__form-group .input-group input, select {
    margin-top: 3px;
    width: 200px;
}

.preview__form-group .textbox-input-group input[type=number] {
    box-sizing: border-box;
    margin: 3px 0 0 0;
}

.preview__form-group .form-label {
    margin-bottom: 0;
}

/* stop here */

.user__video-container h4 {
    font-size: 1.5rem;
}

#users__video-upload__btn-container {
    text-align: center;
}

#users__video-upload__btn-container h3 {
    display: block;
    color: red;
    font-size: 22px;
    font-weight: bold;
}

/* User Template Card Styling */
.upStormPageCards {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.users__video-form__container h4,
.upStormPageCards h4 {
    font-size: 1.2rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-body input[type="radio"]::before {
    background: none;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}

.card-footer-form div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-footer-form div:last-child input {
    width: 100%;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.card-form {
    margin: 5px 0;
}

.card-form input {
    margin: 5px 0;
    width: 90%;
}

.card-form select {
    margin: 5px 0;
    width: 100%;
}

.card h5, .card h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.card h5 {
    font-size: 1.25rem;
}

.card h6 {
    font-size: 0.8rem;
    color: #6c757d;
}

/* Bootstrap 5 Form Styling */
.form-label {
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control[type=file] {
    overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Request Dialog Form */
#requestDialogForm {
    position: absolute;
    top: 30%;
    width: 100vw;
    height: 100vh;
}

#requestDialogForm h3 {
    font-size: 25px;
    color: #01B2EE;
    text-decoration: underline;
}

#requestDialogForm > .dialog-form {
    position: fixed;
    left: 20vw;
    width: 60%;
    padding: 20px;
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

#requestDialogForm > .dialog-form label {
    font-size: 16px;
}

#requestDialogForm > .dialog-form input {
    margin: 5px 0 10px 0;
    width: 100%;
}

#requestDialogForm div.text-center {
    margin-top: 10px;
}

#requestDialogForm select {
    margin: 5px 0 10px 0;
}

.closeRequestDialogSmartScheduler,
.closeRequestDialogForm,
.closeContactDialog {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 26px;
    color: red;
}

.closeContactDialog {
    top: 15px;
    left: 30px;
}

.closeContactDialog:hover {
    cursor: pointer;
}

.form-flex-control {
    display: flex;
    align-items: center;
    gap: 20px;
}

.form-flex-control > div {
    flex: 1;
    margin-right: 20px;
}

.form-flex-control input {
    border: 2px #dbe9f0;
    border-radius: 5px;
    border-style: solid;
    padding: 5px 10px;
    font: bold 14px "Roboto";
    color: #000;
    height: 27px;
}

/* Smart Scheduler Storm Page Styling */
#requestDialogSmartScheduler {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -2%);
    width: 850px;
    display: flex;
    margin-top: 50px;
    justify-content: center;
    background-color: white;
    padding: 25px 0;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

#requestDialogSmartScheduler #header {
    padding: 10px;
    color: #d36c6c;
    font-size: 26px;
    font-family: sans-serif;
    display: flex;
    justify-content: space-between;
}

#requestDialogSmartScheduler #header button {
    background-color: #92a1d1;
    width: 75px;
    cursor: pointer;
    box-shadow: 0px 0px 2px gray;
    border: none;
    outline: none;
    padding: 5px;
    border-radius: 5px;
    color: white;
}

#requestDialogSmartScheduler #container {
    width: 770px;
}

#requestDialogSmartScheduler #container h1 {
    color: #01B2EE;
    font-size: 30px;
    border-bottom: none;
}

#requestDialogSmartScheduler #container h2 {
    color: green;
    font-size: 24px;
    border-bottom: none;
}

#requestDialogSmartScheduler #weekdays {
    width: 100%;
    display: flex;
    color: #247BA0;
}

#requestDialogSmartScheduler #weekdays div {
    text-align: center;
    width: 100px;
    padding: 10px;
}

#requestDialogSmartScheduler #calendar {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

#requestDialogSmartScheduler .day {
    width: 100px;
    padding: 10px;
    height: 100px;
    cursor: pointer;
    box-sizing: border-box;
    background-color: white;
    margin: 5px;
    box-shadow: 0px 0px 3px #CBD4C2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#requestDialogSmartScheduler .day:hover {
    background-color: #e8faed;
}

#requestDialogSmartScheduler .day + #currentDay {
    background-color: #e8f4fa;
}

#requestDialogSmartScheduler .event {
    font-size: 10px;
    padding: 3px;
    background-color: #58bae4;
    color: white;
    border-radius: 5px;
    max-height: 55px;
    overflow: hidden;
}

#requestDialogSmartScheduler .padding {
    cursor: default !important;
    background-color: #FFFCFF !important;
    box-shadow: none !important;
}

#smartSchedulerSelectDayTimesContainer {
    text-align: center;
}

#smartSchedulerSelectDayTimes h2 {
    text-align: center;
    color: red;
    font-size: 24px;
}

#smartSchedulerSelectDayTimes > div > h3 {
    color: green;
}

#smartSchedulerSelectDayTimes ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
    list-style: none;
    padding: 0;
}

#smartSchedulerSelectDayTimes li {
    flex: 0 0 350px;
    padding: 0 10px;
    border: 1px solid black;
    border-radius: 5px;
    margin: 5px 0;
    text-align: center;
}

#smartSchedulerSelectDayTimes li:hover {
    background-color: yellow;
    cursor: pointer;
}

#smartSchedulerSelectDayTimes li h3 {
    font-size: 15px;
}

#smartSchedulerSelectDayTimes li.selected {
    background-color: #01B2EE;
    color: white;
}

#btnSmartSchedulerSubmit {
    width: 200px;
}

#backButton:disabled {
    opacity: 0.6;
}

#qrcode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 20px;
}

#btnCreateStormPageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#socialMediaMsg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    margin-bottom: 20px;
}

#socialMediaMsg h4 {
    font-size: 1.2rem;
}

#socialMediaMsg > div {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

#socialMediaMsg > div > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}

#socialMediaMsg button {
    font-size: 26px;
    width: 200px;
    padding: 5px;
}

#socialMediaCopyTextArea {
    width: 90vw;
    height: 400px;
}

#socialMediaMsg span {
    justify-self: flex-end;
}

#socialMediaMsg span.safe-limit {
    color: green;
}

#socialMediaMsg span.over-limit {
    color: red;
}

.estimateImageContainer {
    display: none;
    position: absolute;
    max-width: 1000px;
    min-width: 400px;
    width: 80vw;
    max-height: 755px;
    min-height: 200px;
    height: 80vh;
    z-index: 10;
    margin-left: 10%;
}

#btnDisplaySolarImage {
    display: none;
}

.closeEstimateImage {
    color: red;
    position: inherit;
    font-size: 24px;
    z-index: 20;
    right: 8px;
    cursor: pointer;
}

@-webkit-keyframes vibrate-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    60% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    60% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@media screen and (max-width: 1200px) {
    header h1 {
        padding-top: 0.5rem;
        font-size: 2.4rem;
    }

    .header__container-row__links li {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1025px) {
    .header-area ul {
        min-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .header-area ul {
        min-width: 100%;
    }

    .cta__container-row__info button {
        font-size: 20px;
    }

    .window-section-header, .fc-header-title h2, strong {
        font: bold 20px "Roboto";
    }
}

@media screen and (max-width: 996px) {
    header {
        height: 100%;
    }

    header h1 {
        margin-left: 0;
        font-size: 2.5rem;
    }

    .header__container-row__links ul {
        padding-left: 0;
    }

    .header__container-row__links li {
        font-size: 16px;
    }

    .header__container-row__img img {
        margin-left: 0;
    }

    .header__container-row__links li {
        margin-left: 0;
    }

    .cta__container-row {
        flex-direction: column-reverse;
    }

    .cta__container-row__info,
    .cta__container-row__info-video {
        width: 100%;
        padding: 1rem;
        box-sizing: border-box;
    }

    #video_upload_form {
        height: 30vh;
    }
}

@media screen and (max-width: 768px) {
    .header-area ul {
        min-width: 100%;
    }

    .header__container-row__links ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .header__container-row__links li {
        margin-left: 32%;
    }

    .cta__container-row__info button {
        font-size: 30px;
    }

    #video_upload_form label {
        max-width: 70%;
    }

    .upManageStormPageUserInfo {
        flex-direction: column;
    }

    #manage__user-info__profile-info {
        width: 60%;
    }

    #manage__user-info__profile-picture img {
        width: 200px;
    }

    #users__video-customize__btn-container button {
        margin: 5px 0;
    }

    #preview__form-container {
        padding: 10px 0;
    }

    #requestDialogSmartScheduler {
        top: unset;
        left: unset;
        transform: scale(calc(7/8));
    }
}

@media screen and (max-width: 650px) {
    #requestDialogSmartScheduler {
        transform: scale(calc(6/8));
    }
}


@media screen and (max-width: 500px) {
    #requestDialogForm {
        top: 5%;
    }

    #requestDialogSmartScheduler {
        transform: scale(calc(5/8));
    }
}

@media screen and (max-width: 450px) {
    .header__container-row__links li {
        margin-left: 25%;
    }

    .cta__container-row__info button {
        width: 80%;
        line-height: 30px;
    }

    .cta__container-row__info-video iframe {
        height: 300px;
    }

    #requestDialogForm > .dialog-form {
        left: 10px;
        width: 80%;
    }

    .closeRequestDialogForm {
        font-size: 20px;
    }

    #requestDialogForm h3 {
        font-size: 20px;
    }

    #requestDialogForm select {
        height: 41px;
    }

    #requestDialogSmartScheduler {
        transform: scale(0.47);
    }
}

@media screen and (max-width: 360px) {
    .cta__container-row__info-salesman-sub h4 {
        font-size: 20px;
        margin-bottom: -2px;
    }

    #requestDialogSmartScheduler {
        transform: scale(calc(4/10));
    }
}

@media screen and (max-width: 300px) {
    .header__container-row__links li {
        margin-left: 18%;
    }

    .cta__container-row__info button {
        font-size: 18px;
    }

    .cta__container-row__info-video iframe {
        height: 200px;
    }

    #requestDialogSmartScheduler {
        transform: scale(calc(3/9));
    }
}

/* Storm Pages Design 2 Preview Page Styling*/
. ion_body > * {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ion_body {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    background-image: url(//d9hhrg4mnvzow.cloudfront.net/solar.ionsolar.com/free-quote-11/405f3643-house-install-divider-copy_11hc0yl00000000000001o.jpg);
    background-size: cover;
}

.ion_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    width: 100%;
}

.ion_form-container {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    max-width: 500px;
}

.ion_form {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.ion_header-image {
    width: 100%;
}

.ion_form-subtitle {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin-bottom: 1rem;
}

.ion_form-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.ion_form-block__horizontal {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.ion_form-block label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2c3345ff;
}

.ion_form-block input {
    background-color: #ffffffff !important;
    color: #2c3345ff !important;
    border: 1px solid #acacacff !important;
    border-radius: 5px !important;
    padding: 8px 15px 8px 20px !important;
    box-shadow: 0px 0px 0px 0px #ffffff;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 300;
    background-clip: inherit !important;
}

.ion_btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.ion_btn-dark {
    background-color: #000000ff;
    border: 0px none #ffffff;
    border-radius: 5px;
    padding: 9px 50px 9px 50px;
    white-space: normal;
    width: 100%;
    box-shadow: 0px 0px 0px 0px #ffffff;
    color: white;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.ion_btn-dark:disabled {
    opacity: 0.5;
}

.ion_terms {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 2rem;
}

.ion_disclaimer {
    color: #000000;
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    padding: 0 2rem;
}

.ion_form-block__input[type="checkbox"] {
    width: 60px;
}