#settings {
    position: absolute;
    z-index: 1501;

    top: 0;

    width: 100%;
}
#settings >.settings_window {
    position: relative;

    margin: 0 auto;

    width: 685px;
/*    height: 500px;*/

    padding-bottom: 10px;

    background: #ecf0f1;

    box-shadow: 0 3px 4px black;
    /*background: white;*/
}
#settings >.settings_window .outer-background{
    position: relative;
    width: 643px;
    height: 507px;
    height: 540px;
    background: #ecf0f1;
    margin-left: 21px;
}
#settings .settings_window .background {
    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
}
#settings .settings_window .background >div {
    position: relative;
    display: inline-block;

    width: 50%;
    /*height: 447px;*/
    /*height: 470px;*/
    height: 492px;
    height: 518px;
    height: 540px;
}
#settings .settings_window .background >.left {
    background: #cfd6d7
    /*background: #c2b49b;*/
}
#settings .settings_window .background >.right {
    /*background: #96876b;*/
    background: #999999;
}
#settings .head {
    position: relative;

    width: 100%;
    height: 66px;

    font: 36px/40px 'titilliumWebRegular';
    color: black;
    background: #ecf0f1;
}
#settings .content {
    position: relative;

    width: 100%;
    height: calc(100% - 55px);
}



#settings .head >div {
    position: relative;
    display: inline-block;

    width: calc(50% - 4px);
    height: calc(100% - 2 * 7px);

    vertical-align: top;
}
#settings .head >.left {
    color: #f7931e;
    margin: 16px 0 7px 4px;

    font: 21px/34px 'titilliumWebSemiBold';
    border-radius: 8px 0 0 8px;

    /*background: #96876b;*/
}
#settings .head >.left > .hotkeys {
    display: inline-block;
    width: 97px;
    height: 26px;
    font: 14px/25px 'titilliumWebBold';
    color: white;
    border-radius: 11px;
    text-align: center;
    margin-top: 5px;
    margin-left: 27px;
}
#settings .head >.right {
    margin: 7px 4px 7px 0;

    border-radius: 0 8px 8px 0;

}
#settings .head >.left >div {
    vertical-align: top;
}
#settings .head .settings_icon {
    top: 2px;
    position: relative;
    display: inline-block;

    /*width: 42px;
    height: 35px;*/
    width: 40px;
    height: 30px;

    background: url("../images/new/warClicks/sp_1_min.png") -200px 0;

    transform: scale(0.8);
}
#settings .head .right .button {
    position: absolute;

    top: 0;
    right: -10px;

    margin: 4px;
    width: 36px;
    height: 36px;

    color: black;

    background: url("../images/new/warClicks/wc_splosno/sp_2_close_min.png") 0 0
}

#settings .head .right .button:hover {
    background-position-y: -36px;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#settings .content .left, #settings .content .right {
    position: relative;
    display: inline-block;

    width: 50%;
    width: 319px;

    vertical-align: top;
}
#settings .content .left .left, #settings .content .right .left {
    padding-left: 5%;

    width: calc(65% - 5%);

    text-align: left;
}
#settings .content .left .right, #settings .content .right .right {
    width: 35%;

    text-align: center;
}
#settings .content .left .right{
    margin-top: -2px;
}
#settings .content > .title {
    position: relative;

    width: 100%;
    height: 38px;
}
#settings .content .title >.left, #settings .content .title > .right {
    font: 16px/18px 'titilliumWebSemiBold';
    color: white;
    left: 44px;
    top: 10px;
    text-align: left;
}

#settings .content .title > .left{
    color: black;
}


#settings .content > .setting {
    position: relative;

    width: 100%;

    /*padding-bottom: 4px;*/
}
/*#settings .content > .setting.animation {
    height: 107px;
}*/
#settings .content > .setting.sound .left, #settings .content > .setting.sound .right{
    margin-top: 3px;
}
#settings .content .setting > .title {
    position: relative;
    left: -7px;
    padding: 0 11px 0 50px;
    width: calc(100% - 2 * 24px);
    height: 24px;

    font: 14px/24px 'titilliumWebSemiBold';
    color: white;

    background: #f7931e;;
}
/*
#settings .content .setting.sound {
    height: 88px;
}
#settings .content .setting.numbers {
    height: 70px;
}
#settings .content .setting.animation {
    height: 126px;
}
*/

/*#settings .content .setting >.left, */
#settings .content .setting >.right {
    height: calc(100% - 24px);
}
#settings .content .setting >.left{
    height: 110px;
}
#settings .content .setting >.right {
    color: white;
}
#settings .content .sub_setting {
    position: relative;

    width: 100%;
    padding-top: 3px;

    font: 12px/23px 'titilliumWebRegular';
    color: black;
}
#settings .content .sub_setting .left, #settings .content .setting .sub_setting .right {
    vertical-align: middle;
    font: 12px/21px 'titilliumWebRegular';
}
#settings .content .right .sub_setting .left {
    color: white;
}
#settings .content .sub_setting .checkbox {
    position: relative;
    display: inline-block;

    width: 13px;
    height: 13px;

    background: url("../images/checkbox_green.png") 0 0;
}
#settings .content .sub_setting .checkbox.on {
    background-position-x: -13px;
}
#settings .content .sub_setting .checkbox:hover:not(.radio) {
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#settings .content .sub_setting .checkbox.radio:hover:not(.on) {
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#settings .content .sub_setting input[type=number] {
    position: relative;
    top: -4px;
    right: 15px;
    width: 40px;
    height: 15px;
}
#settings .content .sub_setting .audio_icon {
    position: relative;
    display: inline-block;

    width: 33px;
    height: 24px;

    background: url("../images/new/warClicks/settings/music_buttons_sprite_min.png") 0 0;
}
#settings .content .sub_setting .audio_icon:hover {
    background-position-y: -24px;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#settings .content .sub_setting .audio_icon.off {
    background-position-x: -33px;
}

#settings .content >.divider {
    position: relative;

    width: 100%;
    height: 0px;
}
#settings .content >.divider >div {
    height: 100%;
}
#settings .content .divider >.left {
    /*background: #96876b;*/
}
#settings .content .divider >.right {
    /*background: #c2b49b;*/
}



#settings .content >.other {
    position: relative;

    width: 100%;
}
#settings .content >.other .left {
    /*margin-top: -3px;*/
    margin-top: -20px;
    padding-top: 3px;
}
#settings .content >.other .left .multiple-selector{
    position: absolute;
    width: 101%;
    height: 46px;
    background: green;
    opacity: 0.25;
    margin-top: -4px;
}
#settings .content .other >.title {
    position: absolute;

    padding: 0 8px 0 49px;

    width: calc(50% - 2 * 26px);
    height: 24px;

    font: 14px/24px 'titilliumWebSemiBold';
    color: white;
    background: #333333;
    left: -5px;
    margin-top: -52px;
}
#settings .content .other >.right {
    margin-top: -2px;
    width: 30%;
}
#settings .content >.other .sub_setting {
    padding-top: 0px;
}
#settings .content .other .save .save-icon{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 147px;
    top: 7px;
    background: url("../images/new/warClicks/settings/save_sprite_min.png");
}

#settings .content .other .save .save-text{
    display: inline-block;
    font: 12px/14px 'titilliumWebRegular';
    width: 130px;
    left: 18px;
    top: 12px;
    position: absolute;
    text-align: center;
}
#settings .content .other .save-progress .button {
    display: inline-block;
}
#settings .content .other .save{
    position: relative;
    margin-top: 47px;
    margin-top: 73px;
    margin-left: -1px;
    width: 319px;
    width: 320px;
    height: 86px;
    background: #ecf0f1;
    padding-top: 6px;
    border: solid 1px lightgrey;
    text-align: right;

}
#settings .content .other .save .button {
    display: inline-block;

    top: 0;
    right: 0;

    /*margin: 6px 16px 6px 0;*/
    margin: 8px 5px 5px 9px;
    padding: 0 8px;

    border-radius: 8px;

    font: 14px/27px 'titilliumWebBold';

    color:white;
    background: #4bada4;
    width: 124px;
    text-align: center;
}
#settings .content .other .save .button.progress {
    margin-left:50px !important;
    padding-left: 13px;
}
#settings .content .other .save .button:hover {
    filter: brightness(130%);
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}
#settings .content .other .save .button.disabled {
    margin: 8px 5px 5px 9px;

    color: white;

    background: none;
    background: #4bada4;
}
#settings .content .other .save .button:hover:not(.disabled) {
    color: white;
    /*cursor: url("../images/cursorPointer.ico") 11 1, pointer;*/
}








