.BLANKET {
    background-color: #111;
    opacity: 0.45;
    filter: alpha(opacity=65);
    position: fixed;
    z-index: 9001;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    touch-action: none;
}

.FREEZE_BLANKET {
    background-color: #FFF;
    opacity: 0.80;
    position: fixed;
    z-index: 9097;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#freeze_blanket_inner_text {
    text-align: center;
    margin-top: 35%;
    font-family: RobotoCondensedRegular;
    font-size: 40px;
}

.freeze_blanket_buttons {
    width: 175px;
    height: 50px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    background-size: 25px;
    position: absolute;
    left: calc(50% - (175px)/2);
    bottom: 10px;
    z-index: 9099;
}

.freeze_blanket_buttons span {
    padding-top: 8%;
    font-family: RobotoCondensedRegular;
    font-size: 18px;
    width: 100%;
    height: 70%;
    display: block;
    text-align: center;
}

.WAIT_IMAGE {
    position: absolute;
    z-index: 9098;
    width: 200px;
    height: 200px;
    left: 412px;
    top: 210px;
}

.THROBBER {
    background: url('../images/wait_image.gif');
    background-repeat: no-repeat;
    background-size: 200px 200px;
    display: inline-block;
    height: 200px;
    width: 200px;
    padding-left: 20px;
    padding-top: 20px;
    position: absolute;
}

.THROBBER_PRINTER {
    background: url('../images/wait_image_printer.gif');
    background-repeat: no-repeat;
    background-size: 200px 200px;
    display: inline-block;
    height: 200px;
    width: 200px;
    padding-left: 20px;
    padding-top: 20px;
    position: absolute;
}

.CHECKED_CHECKBOX,
.UNCHECKED_CHECKBOX,
.CHECKED_NUMERIC_CHECKBOX,
.UNCHECKED_NUMERIC_CHECKBOX {
    position: relative;
    width: 45px;
    height: 45px;
    float: left;
    border: 1px solid;
    background-color: var(--interactive-02);
    border-color: var(--ui-03);
    margin-top: -1px;
    background-position-x: center;
    background-position-y: center;
}

.CHECKED_NUMERIC_CHECKBOX,
.UNCHECKED_NUMERIC_CHECKBOX {
	background-color: var(--ui-01);
	font-family: RobotoCondensedRegular;
	font-size: 18px;
	color: var(--text-01);
	-webkit-user-select: none;
}

.CHECKED_CHECKBOX {
    background-color: var(--interactive-01);
    background-image: var(--icon-success-path2);
    background-size: 40px;
    background-repeat: no-repeat;
}

.CHECKED_NUMERIC_CHECKBOX {
	background-color: var(--interactive-01);
	color: var(--text-05);
}

.CHECKED_OPTION,
.UNCHECKED_OPTION {
    position: relative;
    width: 45px;
    height: 45px;
    float: left;
    border: 1px solid;
    background-color: var(--interactive-02);
    border-color: var(--ui-03);
    margin-top: -1px;
    background-position-x: center;
    background-position-y: center;
    background-size: 35px;
    box-sizing: border-box;
    margin-left: 3px;
    margin-top: 0px;
}

.CHECKED_OPTION {
    border-width: 15px;
    border-color: white;
    outline: 1px solid var(--ui-03);
    width: 43px;
    height: 43px;
    background-color: var(--interactive-01);
    margin-left: 4px;
    margin-top: 1px;
    margin-right: 1px;
}

.GREAT_TEXTFIELD_POPUP {
    position: absolute;
    width: 785px;
    height: 388px;
    z-index: 9005;
    margin-left: 0px;
    margin-top: 0px;
    background-color: var(--ui-background);
    box-shadow: 1px 1px 10px black;
}

.GREAT_TEXTFIELD_BUTTON {
    float: left;
    width: 52px;
    height: 52px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    text-align: center;
    font-family: RobotoCondensedRegular;
    font-size: 21px;
}

.GREAT_TEXTFIELD_TITLE {
    background-color: var(--ui-02);
    color: var(--text-04);
    font-family: RobotoCondensedRegular;
    font-size: 21px;
    height: 23px;
    padding: 12px;
}

.GREAT_TEXTFIELD_TEXT {
    float: left;
    resize: none;
    width: 779px;
    height: 240px;
    margin-left: 3px;
    margin-top: 3px;
    padding: 10px;
    background-color: var(--field-01);
    color: var(--text-01);
    font-family: RobotoCondensedRegular;
    font-size: 18px;
    border: 1px solid var(--ui-08);
}

.GREAT_TEXTFIELD_ICON {
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: 4px;
    background-position-y: 6px;
    padding-left: 18px;
}

.GREAT_TEXTFIELD_BLOCK {
    float: left;
    width: 184px;
    height: 75px;
    margin-top: 10px;
    margin-left: 5px;
    padding-left: 5px;
}

.GREAT_TEXTFIELD_FONT_TEXT {
    float: left;
    width: 200px;
    height: 20px;
    background-color: var(--ui-background);
    color: var(--text-01);
    font-family: RobotoCondensedRegular;
    font-size: 16px;
}

.GREAT_TEXTFIELD_FONT_DROP_VALUE,
.GREAT_TEXTFIELD_FONT_DROP_VALUE_SELECTED {
    width: 202px;
    height: 50px;
    float: left;
    background-color: var(--field-01);
    border: 1px solid var(--ui-04);
    font-family: RobotoCondensedRegular;
    font-size: 18px;
    color: var(--text-01);
    padding: 5px;
    padding-right: 35px;
    background-image: var(--icon-arrowdown-path2);
    background-repeat: no-repeat;
    margin-top: 3px;
    background-position-y: center;
    background-position-x: 95%;
    -webkit-appearance: none;
}

.GREAT_TEXTFIELD_FONT_INPUT_VALUE {
    width: 75px;
    height: 50px;
    float: left;
    background-color: var(--field-01);
    color: var(--text-01);
    border: 1px solid var(--ui-04);
    font-family: RobotoCondensedRegular;
    font-size: 18px;
    text-align: center;
    color: var(--text-01);
    padding: 5px;
    margin-top: 3px;
    -webkit-appearance: none;
}

.GREAT_TEXTFIELD_FONT_INPUT_BUT {
    width: 50px;
    height: 36px;
    float: left;
    margin-top: 3px;
    text-align: center;
    font-size: 20px;
    background-color: var(--field-01);
    color: var(--text-01);
    padding-top: 12px;
    border: 1px solid var(--ui-04);
}


.switchOnOff {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

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

.sliderOnOff {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--disabled-03);
    -webkit-transition: .4s;
    transition: .4s;
}

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

input:checked+.sliderOnOff {
    background-color: var(--focus-01);
}

input:focus+.sliderOnOff {
    box-shadow: 0 0 1px #2196F3;
}

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

/* Rounded sliders */
.sliderOnOff.round {
    border-radius: 34px;
}

.sliderOnOff.round:before {
    border-radius: 50%;
    background-color: var(--ui-03);
}

input:checked+.sliderOnOff.round:before {
    border-radius: 50%;
    background-color: #27A1CA;
}