#divMsgAreaWrap {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 5px;
    cursor: default;
}

#divMsgArea {
    display: inline-block;
    padding: 3px 8px;
    background-color: #ffef8d;
    border: 1px solid #bbb;
    opacity: 0.85;
    border-radius: 3px;
    z-index: 1;
    position: relative;
}

#spanMsgAreaClose {
    cursor: pointer;
    margin-left: 5px;
}

#spanMsgAreaText {
    color: #444;
    font-size: 0.8em;
}

#notificationUpgrade {
    box-sizing: border-box;
    position: fixed;
    bottom: 4%;
    right: 4%;
    height: 40px;
    vertical-align: middle;
    z-index: 100000;
    text-align: center;
    padding: 10px 10px 10px 18px;
    cursor: default;
    font-size: calc(12px + 0.2vw);
    ;
    background-color: #404040;
    color: #fff;
    white-space: nowrap;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.notifBtn {
    font-size: calc(14px + 0.2vw);
    ;
    color: #8AB4F8;
    padding: 10px 4px 10px 4px;
    cursor: pointer;
}

.notifClose {
    position: relative;
    left: 4px;
    top: -4px;
    cursor: pointer;
}

.notificationDark {
    box-sizing: border-box;
    position: fixed;
    vertical-align: middle;
    z-index: 100000000000;
    text-align: justify;
    cursor: default;
    font-size: calc(12px + 0.2vw);
    background-color: #404040;
    color: #fff;
    white-space: normal;
    opacity: 1;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.notificationLight {
    box-sizing: border-box;
    position: fixed;
    vertical-align: middle;
    z-index: 100000;
    text-align: center;
    cursor: default;
    font-size: calc(12px + 0.2vw);
    ;
    background-color: #F5F5F5;
    color: #404040;
    white-space: normal;
    opacity: 1;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.notificationGray {
    box-sizing: border-box;
    position: fixed;
    vertical-align: middle;
    z-index: 100000;
    text-align: center;
    cursor: default;
    font-size: calc(12px + 0.2vw);
    ;
    background-color: #F1F3F4;
    color: #404040;
    white-space: normal;
    opacity: 1;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.notificationGreen {
    box-sizing: border-box;
    position: fixed;
    vertical-align: middle;
    z-index: 100000;
    text-align: center;
    cursor: default;
    font-size: calc(12px + 0.2vw);
    ;
    background-color: #31B031;
    color: #fff;
    white-space: normal;
    opacity: 1;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.notificationRed {
    box-sizing: border-box;
    position: fixed;
    vertical-align: middle;
    z-index: 100000;
    text-align: center;
    cursor: default;
    font-size: calc(12px + 0.2vw);
    ;
    background-color: #B30000;
    color: #fff;
    white-space: normal;
    opacity: 1;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.notificationYellow {
    box-sizing: border-box;
    position: fixed;
    vertical-align: middle;
    z-index: 100000;
    text-align: center;
    cursor: default;
    font-size: calc(12px + 0.2vw);
    ;
    background-color: #FFC800;
    color: #000;
    white-space: normal;
    opacity: 1;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.notificationOrange {
    box-sizing: border-box;
    position: fixed;
    vertical-align: middle;
    z-index: 100000;
    text-align: center;
    cursor: default;
    font-size: calc(12px + 0.2vw);
    ;
    background-color: #B34A00;
    color: #fff;
    white-space: normal;
    opacity: 1;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.notificationBlue {
    box-sizing: border-box;
    position: fixed;
    vertical-align: middle;
    z-index: 100000;
    text-align: center;
    cursor: default;
    font-size: calc(12px + 0.2vw);
    ;
    background-color: #0048FF;
    color: #fff;
    white-space: normal;
    opacity: 1;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.notificationPurple {
    box-sizing: border-box;
    position: fixed;
    vertical-align: middle;
    z-index: 100000;
    text-align: center;
    cursor: default;
    font-size: calc(12px + 0.2vw);
    ;
    background-color: #9B7FE6;
    color: #fff;
    white-space: normal;
    opacity: 1;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.notifProgress {
    background-Color: #202020;
    height: 2px;
    width: 0px;
    position: relative;
    left: 1px;
}

.rounded {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}


/**rotate logo**/

.cwsLogoRotateSpin {
    width: 100%;
    -webkit-animation: spin 1.15s linear infinite;
    -moz-animation: spin 1.15s linear infinite;
    animation: spin 1.15s linear infinite;
    animation-name: cwsLogoRotate;
}


/* START > CUSTOM SLIDER CONTROLS FOR MENU/SERVICE OPTIONS */

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ddd;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #00b5e1;
}

input:focus+.slider {
    box-shadow: 0 0 1px #00b5e1;
}

input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}


/* END > CUSTOM SLIDER CONTROLS FOR MENU/SERVICE OPTIONS */


/** About Section**/

.titleDiv {
    display: inline-block;
    min-width: 90px;
    padding-left: 5px;
}

.panel-list {
    /*border-top: 1px solid #d9d9d9;*/
    color: #777;
    font-size: 13px;
    /*padding-top:10px;*/
}

.panel-list-item {
    padding: 10px 20px 0px 20px;
    cursor: pointer;
}

.panel-list-item-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    opacity: .5;
    margin-right: 25px;
    font-size: 14pt !important;
}

.panel-list-item-group {
    border-top: 1px solid #DCDCDC;
}

.from-string {
    font-size: 12px;
    border-bottom: 0;
    margin: 0;
    padding: 5px 10px 0;
    color: #95989A;
}

.about-string-header {
    font-size: 1.0em;
    /* font-size: 14; */
    border-bottom: 0;
    margin: 0;
    padding: 5px 10px 0;
    color: #333333;
    font-weight: 500;
}

.form-type-text {
    width: 99%;
    border: 0;
    font-size: 14px;
    color: #333333;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    margin: 1px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-about-text {
    width: 99%;
    border: 0;
    font-size: 0.8em;
    color: #909090;
    /*font-size: 12;*/
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
    margin: 1px;
    box-sizing: border-box;
}

.outlet .outlet__header .outlet__header_title {
    display: flex;
    position: relative;
}

.setFire {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    z-index: 100;
}

.myPin {
    font-size: 18px !important;
    color: #fff !important;
    position: relative !important;
    top: -9px !important;
    -webkit-font-smoothing: antialiased;
}

.cwsPin {
    text-decoration: none;
    color: #fff !important;
    font-style: normal;
    position: relative !important;
    top: -11px !important;
    font-size: 14pt !important;
    -webkit-font-smoothing: antialiased;
}

.textShadow {
    text-shadow: 1px 1px #202020;
}

.iconShadow {
    text-shadow: 1px 1px #E6E6E6;
}