@CHARSET "UTF-8";


#wrapper_table h1 {
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    padding: 0.4em 1.4em;
}

/* Wrapper table */
#main-content-crosshair{margin:0 0 40px}
#wrapper_table {
    display: table;
    width: 100%;
}

#wrapper_table > * {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}
.ui-button i{font-size:18px;margin:0 0 0 5px}
.ui-button.ui-state-active{background: var(--orang) !important;color: var(--white) !important;padding: 0 5px !important;}
.ui-button.ui-state-active:hover{color:var(--dark) !important}
.ui-checkboxradio-label:hover{color:var(--orang) !important}
.ui-checkboxradio-label{padding: 0px 0px !important;background: none !important;color: var(--dark) !important;border: 0 !important;display: inline-flex !important;align-items: center;margin-right: 5px !important;height: 20px;border-radius: var(--radius_small);font-family: 'Nunito', sans-serif !important;font-size: 14px !important;}
.ui-icon-background{background: var(--grey_light) !important;box-shadow: none !important;height: 15px !important;width: 15px !important;border: 0 !important;margin: 0 5px 0 0 !important;position: relative;}
.ui-state-active .ui-icon-background{background: var(--white) !important;box-shadow: none !important;height: 12px !important;width: 12px !important;border: 0 !important;margin: 0 5px 0 0;position: relative;}
.ui-state-active .ui-icon-background:after{content:'';width: 6px;height: 6px;position:absolute;left: 50%;top: 50%;background: var(--orang);transform: translate(-50%, -50%);border-radius: 5px;}
#wrapper_table > *:first-child {
    padding-right: 1em;
}
.ui-visual-focus{box-shadow:none !important}
#wrapper_table > *+ * {
    width: 520px;
max-width: 100%;}

#wrapper_table > * > * {
    text-align: left;
}

/* /Wrapper table */

/* Container */

#container_wrapper {
}
.konvajs-content{
    border-radius: var(--radius_middle);
    overflow: hidden;
}
#container {
    cursor: none;
    display: inline-flex;
    height: 480px;
    min-width: 200px;
    vertical-align: top;
    width: 100%;
    background: var(--white);
    padding: 10px;
    border-radius: var(--radius);
    overflow: hidden;
    justify-content: center;
}

/* /Container */

/* Backgrounds */

#backgrounds {
    padding: 0;
    margin: 15px 0 0;
}

#backgrounds > * {
    display: inline-block;
    height: 50px;
    width: 80px;
    border: 1px solid var(--grey);
    border-radius: 4px;
    margin: 0 4px;
    cursor: pointer;
}

#backgrounds img {
    height: 50px;
    border-radius: 4px;
}

/* /Backgrounds */

#controls {

}

#controls img {
    width: 15px;
    height: 15px;
}

#controls #crosshair_usealpha_wrapper .ui-button .ui-button-text:AFTER {
    content: "Disabled";
}

#controls #crosshair_usealpha_wrapper .ui-button[aria-pressed=true] .ui-button-text:AFTER {
    content: "Enabled";
}

#controls #crosshair_outline_draw_wrapper .ui-button .ui-button-text:AFTER {
    content: "Disabled";
}

#controls #crosshair_outline_draw_wrapper .ui-button[aria-pressed=true] .ui-button-text:AFTER {
    content: "Enabled";
}

#controls .spinner {
    width: 30px;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    padding: 0;
}

#controls table {
    /* width: 300px; */
    width: 100%;
    margin: auto;
    padding-top: 10px;
}
#controls table tr{display:flex;flex-wrap: wrap;align-items: center;position: relative;padding-top: 5px;height: auto;margin: 0 0 40px;}
#controls table td {display: flex;margin-right: 10px;min-width: 30px;}
#controls table td:last-child{margin:0}

#controls table tr:last-child{margin:0}
#controls table td.fillwidth {
    width: 50%;
}
#controls .code-console-btn{}
.crosshair_template{
    border: 0 !important;
    background: var(--orang) !important;
    display: flex !important;
    align-items: center;
    color: var(--white) !important;
    font-family: 'Nunito', sans-serif !important;
    font-size: 14px !important;
    height: 20px;
    position: relative !important;
    padding: 0 5px !important;
    margin: 0 5px 5px 0 !important;
}

.crosshair_template:hover{color: var(--dark) !important;}
.ui-button:active{background:var(--orang) !important;padding:0 5px !important;color:var(--white) !important}
.mb-0{margin-bottom:0 !important}
#controls table tr td:FIRST-CHILD {
    font-weight: bold;
    position: absolute;
    bottom: 100%;
    width: 100%;
    z-index: 2;
    margin: 0;
}
.ui-widget.ui-slider-horizontal {
    border: 0 !important;
    background: var(--grey_light) !important;
    height: 5px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 0 !important;
    background: var(--orang) !important;
    font-weight: normal;
    color: #454545;
    border-radius: 50px !important;
    width: 15px !important;
    height: 15px !important;
}
#controls .slider {
    width: 100%;
    }

#controls #crosshair_usealpha_wrapper label {
    font-size: 80%;
}

#controls #crosshair_outline_draw_wrapper label {
    font-size: 80%;
}

#controls #crosshair_config {
    height: 100px;
    font-size: var(--text_small);
}

#controls #crosshair_config_console {
    width: 100%;
    border: 1px solid #AAA;
    font-size: 0.8em;
}

#controls #crosshair_color {
    width: 70px;
    /*border-radius: 4px;
     background-color: black;
     border: 1px solid gray;*/
    position: absolute;
    right: 0;
    top: 5px;
}

#controls #crosshair_color .sp-preview {
    width: 50px;
    height: 50px;
    margin: 0;
}

#controls #crosshair_color .sp-replacer {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

#controls #crosshair_color_r_slider .ui-slider-range {
    background: #ef2929;
}

#controls #crosshair_color_r_slider .ui-slider-handle {
    background: #ef2929 !important;
}

#controls #crosshair_color_g_slider .ui-slider-range {
    background: #8ae234;
}

#controls #crosshair_color_g_slider .ui-slider-handle {
    background: #8ae234 !important;
}

#controls #crosshair_color_b_slider .ui-slider-range {
    background: #729fcf;
}

#controls #crosshair_color_b_slider .ui-slider-handle {
    background: #488cd4 !important;
}

#controls #crosshair_color_type {
    font-size: 0.8em;
}

#controls #crosshair_color_type label {
    vertical-align: top;
}

#controls #crosshair_color_type label.img[for] span {
    /*background: url("../img/crosshair_color_1.png") no-repeat scroll 50% 50% transparent;
     height: 15px;
     width: 15px;*/

}

#controls #crosshair_color_type label.img[for="crosshair_color_1"] span {

}

#controls #crosshair_color_type label.img[for="crosshair_color_2"] span {/*background-image: url("../img/crosshair_color_2.png");*/

}

#controls #crosshair_color_type label.img[for="crosshair_color_3"] span {/*background-image: url("../img/crosshair_color_3.png");*/

}

#controls #crosshair_color_type label.img[for="crosshair_color_4"] span {/*background-image: url("../img/crosshair_color_4.png");*/

}

#controls #crosshair_color_type label[for="crosshair_color_5"] span {
    /*color: #666;*/

}

#controls #crosshair_dot_wrapper .ui-button .ui-button-text {
    background: url("../img/crosshair_dot_0.png") no-repeat scroll 50% 50% transparent;
    height: 15px;
    width: 15px;
}

#controls #crosshair_dot_wrapper .ui-button[aria-pressed=true] .ui-button-text {
    background-image: url("../img/crosshair_dot_1.png");
}

.ui-menu {
    position: absolute;
    width: 120px;
    white-space: nowrap;
}

#crosshair_style {
    font-size: 0.7em;
    /* background: none; */
    /* border: 0; */
}

#crosshair_style_type {
    /* display: inline; */
}

.tip {
    font-size: 12px;
    padding-left: 35px;
    text-align: left;
    position: relative;
    margin: 10px 0 0;
}
.tip i{position:absolute;left: 0;top: 0;font-size: 18px;background: var(--grey);border-radius: 20px;color: var(--white);display: flex;align-items: center;justify-content: center;height: 25px;width: 25px;}


table.title tr td {
    white-space: nowrap;
}

table.title tr td:FIRST-CHILD {
    font-weight: bold;
}

table.title tr td+ td {
    font-style: italic;
}

table.title tr td+ td+ td {
    font-style: normal;
}

.info {
    font-size: 0.8em;
    margin-top: 0.5em;
    font-weight: normal;
    color: #666;
}

.info img {
    vertical-align: middle;
    height: 10px !important;
    width: 10px !important;
    margin-right: 2px;
}

span[title] {
    /* border-bottom: 1px dotted #999; */
    display: block;
    width: 100%;
}

.table {
    display: table;
    width: 100%;
}

.table > * {
    display: table-cell;
    vertical-align: top;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.hide {
    display: none !important;
}

.hidden {
    visibility: hidden;
}

#updatehashfield {
    background-color: black;
    height: 50px;
    position: fixed;
    width: 100%;
}

/* Tabs */
.tabs_wrapper {
    width: 100%;
    /*width: 300px;*/
}

.tabs {
    width: 100%;
    margin: 0;
}

.tabs > * {
    display: flex;
    vertical-align: top;
}

.tabs > *:FIRST-CHILD {
    padding-left: 0;
}

.tabs > *:LAST-CHILD {
    padding-right: 0;
}

.tabs > * > * {
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
    margin: 0 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 30px 25px 30px;
    position: relative;
    font-weight: 600;
    flex-shrink: 0;
    width: auto;
    border-radius: 12px 12px 0 0;
    z-index: 1;
}

.tabs > * > *.selected {
    color: var(--orang);
    background-color: var(--white);
}
.tabs > * > *.selected:before, .tabs > * > *:HOVER:NOT(.selected):before{content:'';position:absolute;width:100%;height: 10px;top: 100%;left: 0;background: var(--white);border-radius: 0;transition: all 0.3s ease;opacity: 1;}
.tabs > * > *.selected:after{content:'';position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:1px solid var(--orang);border-radius: var(--radius_middle);}
.tabs > * > *:HOVER:NOT(.selected) {
    background-color: var(--white);
}

.tabs > * > *#tab_bind {
    float: right;
}

.tab_content {
    /*border-top: 1em;*/
    background-color: var(--white);
    border-radius: var(--radius);
}

.tab_content > * {
    display: none;
    width: 100%;
}

.tab_content > * > * {
    padding: 0.5em;
}

.tab_content > .selected {
    display: inline-block;
}

/* /Tabs */

/* Binds */

#binds_tab table#binds_tab_table {
    width: 100%;
}

#binds_tab table#binds_tab_table > tbody > tr > td {
    padding: 0.2em;
}

#binds_tab table#binds_tab_table > tbody > tr > td:first-child {
    font-size: 0.9em;
    font-weight: bold;
    padding-top: 0.4em;
    vertical-align: top;
}

#binds_tab #binds_autoexes {
    width: 100%;
    height: 10em;
    white-space: nowrap;
}

#binds_tab .bind_key_keyboard {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.1em;
    visibility: hidden;
}

#binds_tab tbody > tr.bind:HOVER .bind_key_keyboard {
    visibility: visible;
}

#binds_tab .bind_key_keyboard img {
    width: 19px;
}

#binds_tab input[name=bind_key] {
    font-family: monospace;
    text-align: center;
    width: 6em;
}

#binds_tab input.error {
    border-color: darkRed;
}

#bind_crosshairs {
    margin-bottom: 1em;
}

#bind_crosshairs td {

}

#bind_crosshairs input {
    border-radius: var(--radius_small);
    padding: 5px;
}

#bind_crosshairs td.bind_key {

}

#bind_crosshairs .bind {
    vertical-align: middle;
}

#bind_crosshairs .bind_crosshair_canvas {
    border: 1px solid #CCC;
    height: 19px;
    width: 19px;
    background-color: white;
    visibility: hidden;
}

#bind_crosshairs tbody .bind_crosshair_canvas {
    visibility: visible;
}

#bind_crosshairs .add_bind, #bind_crosshairs .remove_bind {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

/* ... Binds */

#bind_binds {
    margin-bottom: 1em;
}

#bind_binds input {
    border-radius: var(--radius_small);
    padding: 5px;
}

#bind_binds .bind_type {
    border: 1px solid var(--grey_light);
    border-radius: var(--radius_small);
    padding: 0.1em 0.2em;
    display: inline-block;
    background-color: var(--light);
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

#bind_binds .bind_type .bind_type_value {
    vertical-align: middle;
    width: 11em;
    padding-right: 0.2em;
    display: inline-block;
}

#bind_binds tbody .bind_type .bind_type_value {
    font-weight: bold;
}

#bind_binds .bind_type_drop, #bind_binds .add_bind, #bind_binds .remove_bind {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#bind_binds_type {
    width: 12em;
    z-index: 2;
    border-radius: var(--radius_small);
    font-size: var(--text_small);
}

/* ... /Binds */

/*/Binds */

/* Keyboard */

#keyboard {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    height: auto;
    padding: 10px;
    position: fixed;
    z-index: 1000;
    display: none;
}

#keyboard button {
    font-size: 0.9em;
    cursor: pointer;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px 2px 2px 2px;
    color: #444444;
    max-height: 62px;
    max-width: 500px;
    min-height: 0;
    min-width: 0;
    padding: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    display: inline-block;
}

#keyboard table {
    margin: 0;
    border: 0;
    padding: 0;
}

#keyboard tr.top_row {
    margin: 0px;
    padding: 0px;
}

#keyboard tr.top_row td {
    margin: 0px;
    padding: 0px;
    border: 0px none;
}

#keyboard table.f_row {
    font-size: 0.9em;
}

#keyboard table.f_row td {
    margin: auto;
    padding-left: 5px;
    border: 0px none;
}

#keyboard table.f_row td:first-child {
    padding-left: 0;
}

#keyboard table.f_row td .esc {
    width: 40px;
    height: 29px;
}

#keyboard tr.top_row .pause {
    width: 52px;
    height: 29px;
    font-size: 0.8em;
}

#keyboard table.f_row td .f_key {
    width: 32px;
    height: 29px;
}

#keyboard td.keypads, #keyboard td.arrows {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    vertical-align: bottom;
    padding-left: 10px;
}

#keyboard button.picked {
    color: #999;
    background: none;
}

#keyboard button.selected {
    color: #1C94C4;
    font-weight: bold;
    border: 1px solid #FBD850;
}

/* /Keyboard */

/* Responsive */
@media screen and (max-width: 1024px) {
    #wrapper_table > * {
        display: block;
        margin: 0 0 30px;
        width: 100%;
        padding: 0 !important;
    }

    .tabs > * > *#add_bind {
        float: inherit;
    }

}

@media screen and (max-width: 500px) {
#controls .slider{}
#controls table tr td:FIRST-CHILD{font-size:10px;width: 100%;}
#controls table tr{display:flex;flex-wrap: wrap;}
#controls table td{width:auto;flex-wrap: wrap;min-width: 20px;}
.tabs > * > *{padding: 15px;font-size:14px;max-width:150px}
}