body {
    background-color: black;
    font-family: Verdana;
    color: white;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background-color: red; /* Old browsers */

    background: -webkit-gradient(linear, left top, left bottom, from(#45484d), to(#000000)) fixed;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}


.threeCanvas {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: #45484d;
    Old browsers background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    FF3 .6-15 background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
    Chrome10-25,Safari5.1-6 background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
    W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ box-shadow: 0 100px 80px black inset;
    position: fixed;
    top: 0px;
    left: 0px;
 
}

.generalButton {
    color: white;
    background-color: black;
    border: none;
    border-bottom: 1px solid lightgrey;
    background-color: #222222;
    color: white;
    font-size: 20px;
    text-align: center;
    border: 1px solid #111111;
    background-color: #333333;
    cursor: pointer;
}


* {
    -webkit-user-select: none;
    user-select: none;
}


/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: gold;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.divBackgroundImageWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    box-shadow: 0px 0px 30px 10px black inset;
    text-align: center;
}

.divBackgroundImageInner {
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    position: absolute;
}



.background_image {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 0 50px black;
}

.divWelcomeWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divWelcomeInner {
    height: 500px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -250px;
}

.divWelcomeHeader_imgMoatLogo {
    width: 600px;
}

.divWelcomeHeader {
    font-weight: bold;
    width: 100%;
}

.divWelcome_desc {
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 18px;
}

.divWelcome_divBtnCreateNew {
    width: 250px;
    position: absolute;
    left: 25px;
    margin-top: 60px;
}

.divWelcomeButton {
    background-color: gold;
    border: 2px solid black;
    font-size: 35px;
    color: black;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}
    .divWelcomeButton:hover{
        border:2px solid white;
    }

    .divWelcome_divBtnLoad {
        width: 250px;
        position: absolute;
        right: 25px;
        margin-top: 60px;
        cursor: pointer;
    }

.divWelcome_JoinDiscord {
    position: fixed;
    right: 30px;
    top: 30px;
}

.divWelcome_JoinDiscordimg {
    height: 80px;
}

.divWelcome_JoinDiscordLink {
}

.divWelcome_SupportOnPatreon {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 200px;
}

.divWelcome_SupportOnPatreon_Header {
    font-size: 15px;
    margin-top: 25px;
}

.divWelcome_SupportOnPatreon_img {
    height: 80px;
    margin-top: 40px;
}







.divWelcome_threejs {
    position: fixed;
    right: 30px;
    bottom: 40px;
    width: 170px;
   
}

.divWelcome_threejsLogo {
    height: 110px;
}

.divWelcome_Dolby {
    position: fixed;
    right: 290px;
    bottom: 40px;
    width: 170px;
}
.divWelcome_Dolby_imgLogo{

}

.divWelcome_OpenAI {
    position: fixed;
    left: 290px;
    bottom: 40px;
    width: 170px;
}
.divWelcome_OpenAI_imgLogo {
    height: 40px;
}


.naviButton {
    width: 250px;
    cursor: pointer;
}


.naviButtonSmall {
    width: 150px;
    cursor: pointer;
}

.naviButtonTiny {
    width: 75px;
    cursor: pointer;
}

.divWelcome_divGetHelp {
    font-size: 18px;
    position: fixed;
    color: white;
    bottom: 0px;
    width: 700px;
    left: 50%;
    margin-left: -350px;
}


























.divNewCampaignDetailsWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divNewCampaignDetailsInner {
    height: 600px;
    width: 700px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border-radius: 20px;
    margin-top: -300px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
}

.divNewCampaign_MoatLogo {
    text-align: center;
}

.divNewCampaign_imgMoatLogo {
    width: 600px;
}

.divNewCampaignDetails_Header {
    font-weight: bold;
    width: 100%;
    margin-bottom: 30px;
}

.divQuestionLine {
    position: relative;
    width: 700px;
    height: 40px;
}

.divQuestionLine_Text {
    width: 330px;
    float: left;
    left: 0px;
    text-align: right;
}

.divQuestionLine_Textbox {
    width: 300px;
    float: right;
    right: 0px;
    text-align: left;
}

.CreateCamp_tb {
    background-color: black;
    border: none;
    border-bottom: 1px solid lightgrey;
    background-color: #222222;
    width: 250px;
    color: white;
    font-size: 20px;
    text-align: center;
    border: 1px solid #111111;
    background-color: #333333;
    box-shadow: 0 0 10px #111111 inset;
}

.divNewCampaignDetails_divBtnCreateNew {
    margin-top: 40px;
}
















.divLoadCampaignWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divLoadCampaignInner {
    height: 600px;
    width: 700px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    border-radius: 20px;
    margin-top: -300px;
}

.divLoadCampaignHeader {
}

.divLoadCampaign_divPasteIn {
    margin-top: 20px;
}

.divLoadCampaign_imgCampaignFileDrop {
    width: 650px;
}
















.divHeroForgeBrowserWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divHeroForgeBrowserInner {
    height: 660px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -330px;
}

.divHeroForgeBrowser_Header {
    margin-top: 10px;
}

.imgHeroForgeBrowser_hfLogo {
    width: 200px;
}

.HFSelectionPanel_divKeyTB {
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: left;
    width: 600px;
    display: inline-block;
}

.HFSelectionPanel_btnConnect {
    width: 100px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 5px;
}

.HFSelectionPanel_tbAuthKey {
    background-color: black;
    border: none;
    border-bottom: 1px solid lightgrey;
    background-color: #222222;
    width: 480px;
    color: white;
    font-size: 20px;
    text-align: center;
    border: 1px solid #111111;
    background-color: #333333;
    box-shadow: 0 0 10px #111111 inset;
}

.divHFSelectionPanel {
    width: 600px;
    height: 350px;
    border: 1px solid #111111;
    background-color: #333333;
    box-shadow: 0 0 10px #111111 inset;
    overflow-y: scroll;
    display: inline-block;
}

.divHeroForgeBrowser_buttons {
    height: 120px;
    border: 1px solid black;
    box-shadow: 0 0 10px black;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .divHeroForgeBrowser_buttons:hover {
        cursor: pointer;
        border: 1px solid gold;
        box-shadow: 0 0 10px gold;
    }

.divHeroForgeBrowser_divBtnSave {
    width: 250px;
    position: absolute;
    left: 25px;
    margin-top: 25px;
}

.hfBrowser_DDL {
    background-color: black;
    border: none;
    border-bottom: 1px solid lightgrey;
    background-color: #222222;
    width: 250px;
    color: white;
    font-size: 20px;
    text-align: center;
    border: 1px solid #111111;
    background-color: #333333;
    box-shadow: 0 0 10px #111111 inset;
}

.divHeroForgeBrowser_divBtnCancel {
    width: 250px;
    margin-top: 25px;
    display: inline-block;
}








.divLoadCampaignBGImageWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divLoadCampaignBGImageInner {
    height: 400px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -330px;
}

.divLoadCampaignBGImageHeader {
    margin-top: 20px;
    margin-bottom: 20px;
}

.divLoadCampaignBGImage_divPasteIn {
}

.divLoadCampaignBGImage_imgCampaignFileDrop {
    width: 650px;
}

.ddivLoadCampaignBGImageHeader_divBtnCancel {
}











.divLoadMapWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divLoadMapWrapperInner {
    height: 400px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -330px;
}

.divLoadMapWrapperHeader {
    margin-top: 20px;
    margin-bottom: 20px;
}

.divLoadMap_divPasteIn {
}

.divLoadMapWrapper_imgCampaignFileDrop {
    width: 650px;
}

.divLoadMapWrapper_divBtnCancel {
}



















.divLoadMapStateWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divLoadMapStateInner {
    height: 380px;
    width: 500px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -190px;
}

.divLoadMapStateHeader {
    margin-top: 10px;
    margin-bottom: 40px;
}

.divLoadMapStateLineItem {
    margin-top: 25px;
    position: relative;
    height: 30px;
}

.divLoadMapStateLeftCol {
    float: left;
    margin-left: 10px;
    width: 250px;
    text-align: right;
}

.divLoadMapStateRightCol {
    float: right;
    margin-right: 20px;
    width: 200px;
    text-align: left;
}

.divLoadMapState_divBtnLoad {
    text-align: center;
    width: 100%;
    margin-top: 60px;
}













.divPlayerListWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divPlayerListInner {
    height: 660px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -330px;
}

.divPlayerListHeader {
    margin-top: 10px;
    margin-bottom: 40px;
}

.divPlayerList_list {
    width: 600px;
    height: 410px;
    border: 1px solid #111111;
    background-color: #333333;
    box-shadow: 0 0 10px #111111 inset;
    overflow-y: scroll;
    display: inline-block;
}

.divPlayerList_divBtns {
    width: 550px;
    display: inline-block;
    height: 30px;
}

.divPlayerList_divBtns_divNewBtn {
    float: left;
}

.divPlayerList_divBtns_divDeletebtn {
    float: right;
}

.divPlayerList_divCloseBtn {
    margin-top: 50px;
}










.divPlayerInfoWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divPlayerInfoInner {
    height: 600px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -300px;
}

.divPlayerInfoHeader {
    margin-top: 10px;
    margin-bottom: 40px;
}

.divPlayerInfo_lineitem {
    margin-top: 25px;
    position: relative;
    height: 30px;
}

.divPlayerInfoLeftCol {
    float: left;
    margin-left: 10px;
    width: 270px;
    text-align: right;
}

.divPlayerInfoRightCol {
    float: right;
    margin-right: 20px;
    width: 370px;
    text-align: left;
}

.divPlayerInfo_Tb {
    background-color: black;
    border: none;
    border-bottom: 1px solid lightgrey;
    background-color: #222222;
    width: 330px;
    color: white;
    font-size: 20px;
    text-align: center;
    border: 1px solid #111111;
    background-color: #333333;
    box-shadow: 0 0 10px #111111 inset;
}

.screen_playerinfo_imgPlayerToken {
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

    .screen_playerinfo_imgPlayerToken:hover {
        border: 1px solid gold;
        box-shadow: 0 0 10px gold;
    }

.divPlayerInfo_divCloseBtn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
}


.divPlayerTokenPickerWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divPlayerTokenPickerInner {
    height: 600px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -300px;
}

.divPlayerTokenPickerHeader {
    margin-top: 10px;
    margin-bottom: 40px;
}

.divPlayerTokenPickerTokenList {
    width: 600px;
    height: 430px;
    border: 1px solid #111111;
    background-color: #333333;
    box-shadow: 0 0 10px #111111 inset;
    overflow-y: scroll;
    display: inline-block;
}

.divPlayerTokenPicker_TokenSelectionImage {
    height: 150px;
    border: 1px solid black;
    box-shadow: 0 0 10px black;
    margin: 5px;
    cursor: pointer;
}

    .divPlayerTokenPicker_TokenSelectionImage:hover {
        border: 1px solid gold;
        box-shadow: 0 0 10px gold;
    }

.divPlayerTokenPicker_divCancel {
    margin-top: 10px;
}




.divCampaignConfigWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divCampaignConfigInner {
    height: 620px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -310px;
}

.divCampaignConfigHeader {
    margin-top: 10px;
    margin-bottom: 40px;
}

.divCampaignConfig_LineItem {
    margin-top: 25px;
    position: relative;
    height: 30px;
}

.divCampaignConfig_LeftCol {
    float: left;
    margin-left: 10px;
    width: 270px;
    text-align: right;
}

.divCampaignConfig_RightCol {
    float: right;
    margin-right: 20px;
    width: 370px;
    text-align: left;
}











.divMapConfigWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divMapConfigInner {
    height: 570px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -260px;
}

.divMapConfigHeader {
    margin-top: 10px;
    margin-bottom: 40px;
}

.divMapConfig_LineItem {
    margin-top: 25px;
    position: relative;
    height: 30px;
}

.divMapConfig_LeftCol {
    float: left;
    margin-left: 10px;
    width: 270px;
    text-align: right;
}

.divMapConfig_RightCol {
    float: right;
    margin-right: 20px;
    width: 370px;
    text-align: left;
}








.divMainScreenWrapper {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 100px black inset;
}

.divMainScreenInner {
}

.divMainScreen_RightMenuBar {
    position: fixed;
    right: 0px;
    top: 65px;
    text-align: right;
    width: 200px;
}

.divMainScreen_RightMenuBar_Inner {
    width: 100%;
}

.divMainScreen_RightMenuBar_SectionHeader {
}

.divMainScreen_RightMenuBar_SettingsBtn {
    background-color: black;
    border: none;
    background-color: #222222;
    width: 150px;
    color: white;
    text-align: center;
    display: block;
    position: relative;
    margin-left: auto;
    color: gold;
    font-size: 17px;
    padding: 3px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    text-align: left;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, .75);
    backdrop-filter: blur(7px);
}

    .divMainScreen_RightMenuBar_SettingsBtn:hover {
        background-color: #444444;
        cursor: pointer;
        opacity: 1;
        box-shadow: 0 0 3px gold inset;
        color: white;
    }


.divMainScreen_RightMenuBar_SettingsBtn_noclick {
    background-color: black;
    border: none;
    background-color: #222222;
    width: 150px;
    color: white;
    text-align: center;
    display: block;
    position: relative;
    margin-left: auto;
    color: gold;
    font-size: 17px;
    padding: 3px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    padding-right: 0px;
    text-align: left;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, .75);
    backdrop-filter: blur(7px);
}

    .divMainScreen_RightMenuBar_SettingsBtn_noclick:hover {
        background-color: #444444;
        opacity: 1;
        box-shadow: 0 0 3px gold inset;
        color: white;
    }




.divMainScreen_RightMenuBar_divScaleButtons {
    display: inline-block;
    width: 90px;
    height: 15px;
    text-align: center;
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.divMainScreen_RightMenuBar_divScaleButtons_btnLeft {
    height: 19px;
    width: 30px;
    display: inline-block;
    background-color: gold;
    border-radius: 3px;
    cursor: pointer;
}

.divMainScreen_RightMenuBar_divScaleButtons_btnRight {
    height: 19px;
    width: 30px;
    display: inline-block;
    margin-left: 10px;
    background-color: gold;
    border-radius: 3px;
    cursor: pointer;
}

.divMainScreen_RightMenuBar_divScaleButtons_divBtnInner {
    margin-top: -10px;
    padding-bottom: 20px;
    font-size: 29px;
    width: 30px;
    color: black;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}


.divMainScreen_RightMenuBar_HeaderImg {
    height: 60px;
    margin-bottom: -7px;
}







.divSaveCampaignWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divSaveCampaignInner {
    height: 280px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -190px;
}

.divSaveCampaignHeader {
    margin-top: 20px;
}

.divSaveCampaignExtraText {
    margin-top: 40px;
    font-size: 16px;
    width: 500px;
    display: inline-block;
}


















.divSaveMapWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divSaveMapInner {
    height: 280px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -190px;
}

.divSaveMapHeader {
    margin-top: 20px;
}

.divSaveMapExtraText {
    margin-top: 40px;
    font-size: 16px;
    width: 500px;
    display: inline-block;
}









.divInviteWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divInviteInner {
    height: 380px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -190px;
}

.divInviteHeader {
    margin-top: 20px;
}

.divInvitePlayerLink {
    margin-top: 40px;
}

.divInviteObserverLink {
    margin-top: 40px;
}










.divMainScreenCommonControlsWrapper {
    border: 1px solid black;
    box-shadow: 0 0 10px black;
    position: fixed;
    height: 50px;
    left: 0px;
    width: calc(100%);
    text-align: center;
    background-color: rgba(50, 50, 50, .65);
    backdrop-filter: blur(5px);
    top: 0px;
    z-index: 300;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,45484d+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #45484d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000 0%,#45484d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000 0%,#45484d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
}

.divMainScreenCommonControlsInner {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 301;
}


.divMainScreen_CommonControls_leftSide {
    position: absolute;
    left: 30px;
    text-align: right;
}

.divMainScreen_CommonControls_Center {
    position: absolute;
    width: 450px;
    left: 50%;
    margin-left: -225px;
}

.divMainScreen_CommonControls_RightSide {
    position: absolute;
    right: 30px;
    text-align: right;
}





.divMainScreenCommonControls_divButton {
    display: inline-block;
    margin-top: 10px;
    width: 80px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 310;
    display: inline-block;
}

    .divMainScreenCommonControls_divButton:hover {
        margin-top: 12px;
        margin-bottom: -2px;
    }

        .divMainScreenCommonControls_divButton:hover .divMainScreenCommonControls_MouseOver {
            display: block;
        }



.divMainScreenCommonControls_MouseOver {
    font-size: 11px;
    position: fixed;
    width: 200px;
    margin-left: -60px;
    border-top: none;
    color: gold;
    top: 0px;
    display: none;
    font-weight: bold;
    text-align: center;
    z-index: 29;
}


.divMainScreenCommonControls_btnImage {
    height: 35px;
    opacity: .4;
    display: inline-block;
    position: absolute;
    z-index: 325;
    display: inline-block;
    left: 50%;
    width: 35px;
    margin-left: -17.5px;
}

    .divMainScreenCommonControls_btnImage:hover {
        opacity: 1;
    }






.divCreateMap_NameItWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divCreateMap_NameItInner {
    height: 230px;
    width: 700px;
    border-radius: 20px;
    top: 50%;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    border: 1px solid #222222;
    box-shadow: 0 0 30px gold;
    margin-top: -190px;
}

.divCreateMap_NameItHeader {
    margin-top: 20px;
}

.divCreateMap_NameIt_divTbNameTb {
}
