﻿



/*----------------------------------------*/






.divEncounter_RollIniative {
    box-shadow: 0 0px 30px red inset;
    position: fixed;
    backdrop-filter: blur(5px);
    background-color: rgba(100,0,0,.2);
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-align: center;
    z-index: 400;
}

.divEncounter_RollIniativeInner {
    width: 800px;
    height: 300px;
    border: 1px solid darkred;
    top: 50%;
    margin-top: -150px;
    background-color: black;
    left: 50%;
    margin-left: -400px;
    display: inline-block;
    box-shadow: 0 0 50px darkred;
    position: absolute;
    border-radius: 20px;
}

.divEncounter_RollIniativeHeader {
    font-size: 80px;
}

.divEncounter_RollIniative_divIniativeEntry {
}

.divEncounter_RollIniative_tbIniativeEntry {
    width: 150px;
    border-radius: 20px;
    border: 3px solid darkred;
    box-shadow: 0 0 20px darkred inset;
    font-size: 110px;
    text-align: center;
}

.divEncounter_RollIniative_btnEnter {
    height: 130px;
    font-size: 90px;
    width: 600px;
    border: 3px solid darkred;
    color: white;
    position: absolute;
    bottom: -80px;
    display: inline-block;
    background-color: black;
    left: 50%;
    margin-left: -300px;
    box-shadow: 0 0 50px black;
    cursor: pointer;
    border-radius: 20px;
}



/*----------------------------------------*/
.divYourTurnControlsWrapper {
    border: 1px solid rgb(100,100,100);
    width: 700px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 70px;
    box-shadow: 0 0 20px black;
    z-index: 20;
}

.divYourTurnControlsInner {
    width: 696px;
    height: 46px;
    background-color: darkred;
    border: 2px solid rgb(154,0,0);
    text-align: center;
    box-shadow: 0 0 20px black inset;
    position: absolute;
}

.divYourTurnControls_PlayerSheetBtn {
    position: absolute;
    height: 27px;
    width: 100px;
    font-size: 20px;
    background-color: black;
    border: 1px solid gold;
    color: gold;
    cursor: pointer;
    left: 12px;
    top: 7px;
}

.divYourTurnControls_header {
    font-size: 25px;
    margin-top: 5px;
    width: 460px;
    text-align: center;
    position: absolute;
    left: 118px;
}



.divYourTurnControls_btnEndTurn {
    position: absolute;
    height: 27px;
    width: 100px;
    font-size: 20px;
    background-color: black;
    border: 1px solid gold;
    color: gold;
    cursor: pointer;
    right: 12px;
    top: 7px;
}

.divYourTurnControls_UpNextWrapper {
    width: 500px;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    height: 28px;
    top: 52px;
    border: 1px solid rgb(100,100,100);
    box-shadow: 0 0 20px black;
}

.divYourTurnControls_NextTurn {
    position: absolute;
    font-size: 18px;
    width: 494px;
    height: 22px;
    color: gold;
    background-color: rgb(70,70,70);
    text-align: center;
    border: 3px solid black;
    box-shadow: 0 0 10px black inset;
}
/*----------------------------------------*/
.divYourTurnNext {
}

.divYourTurnNextInner {
}

/*----------------------------------------*/
.divGenericBattleMessage {
}

.divGenericBattleMessageInner {
}

.divGenericBattleMessageHeader {
}

.divGenericBattleMessageMessage {
}

.divGenericBattleImage {
}

.divGenericBattleImage_Image {
}

/*----------------------------------------*/

.divWorldMapWrapper {
    height: 800px;
    width: 1800px;
    position: fixed;
    top: 90px;
    left: 50%;
    margin-left: -900px;
    border: 3px solid gold;
    box-shadow: 0 0 50px gold;
    z-index: 30;
}

.divWorldMapInner {
    width: 100%;
    height: 100%;
}

.divWorldMapViewer {
    width: 100%;
    height: 100%;
}


.divMainScreen_DMImageManagementWrapper {
    position: fixed;
    height: 500px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
   
    top:50%;
    margin-top:-250px;
    border: 1px solid black;
    background-color: black;
    box-shadow: 0 0 20px gold;
    border: 2px solid darkgrey;
}

.divMainScreen_DMImageManagementInner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.divMainScreen_DMImageManagementControls {
    position: absolute;
    width: 200px;
    left: 0px;
    height: 100%;
    border-right: 2px solid darkgrey;
    box-shadow: 0 0 30px black inset;
    background-color: grey;
}

.divMainScreen_DMImageManagementControls_LineItem_sendAll {
    width: 150px;
    height: 35px;
    background-color: rgb(100,100,100);
    font-size: 27px;
    position: absolute;
    left: 25px;
    top: 25px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 10px black;
    font-weight: bold;
    color: rgb(100,255,100);
    cursor: pointer;
}

.divMainScreen_DMImageManagementControls_btnSendAll {
}

.divMainScreen_DMImageManagementControls_playerList {
}

.divMainScreen_DMImageManagementControls_LineItem_closeAll {
}

.divMainScreen_DMImageManagementControls_btnCloseAll {
    width: 150px;
    height: 35px;
    background-color: rgb(255,0,0);
    font-size: 27px;
    position: absolute;
    left: 25px;
    bottom: 25px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 10px black;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.divMainScreen_DMImageManagementImage {
    width: 750px;
    height: 450px;
    position: absolute;
    right: 25px;
    top: 25px;
    text-align: center;
}

.divMainScreen_DMImageManagementImage_img {
    max-width: 100%;
    max-height: 100%;
}

.divMainScreen_DMImageManagement_CloseBtn {
    position: absolute;
    right: -30px;
    top: -30px;
    height: 50px;
    width: 50px;
}

.divMainScreen_PlayerImageViewerWrapper {
    position: fixed;
    height: 600px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top:50%;
    margin-top:-300px;
    border: 1px solid black;
    background-color: black;
    box-shadow: 0 0 20px gold;
    border: 2px solid darkgrey;
}

.divMainScreen_PlayerImageViewerInner {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.divMainScreen_PlayerImageViewer_Img {
    max-width: 100%;
    max-height: 100%;
}

.divMainScreen_PlayerImageViewer_divClose {
 
}

.divMainScreen_PlayerImageViewer_btnClose {

  
}

.divMainScreen_PlayerImageViewer_CloseBtn {
    position: absolute;
    right: -30px;
    top: -30px;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 10px white;
    border-radius:30px;
    cursor:pointer;
}


.divLoadingScreenWrapper {
    position: absolute;
    width: 100%;
    height: 500px;
    box-shadow: 0 0px 30px red;
    position: fixed;
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-align: center;
    z-index: 200;
}

.divLoadingScreenInner {
    position: absolute;
    width: 100%;
    height: 350px;
    top: 50%;
    margin-top: -175px;
    background-color: black;
    box-shadow: 0 0 20px gold;
    border-top: 2px solid gold;
    border-bottom: 2px solid gold;
}

.divLoadingScreenMoatLogo {
    height: 180px;
}

.divLoadingScreenLoadingHeader {
    color: white;
    font-size: 25px;
}

.divLoadingScreen_LoadingStatus {
    margin-top: 40px;
    color: gold;
    font-size: 35px;
    font-weight: bold;
}

















.rightbar_AssetscreenWrapper {
    height: calc(100% - 70px);
    width: 550px;
    border: 1px solid gold;
    border-right: none;
    position: fixed;
    right: 0px;
    box-shadow: 0 0 20px black;
    background-color: black;
    position: absolute;
    top: 60px;
}

.rightbar_AssetscreenInner {
    text-align: center;
    height: 100%;
}

.rightbar_AssetScreen_Header {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 10px;
}

.screen_Assets_header_leftCol {
    position: absolute;
    left: 20px;
}

.screen_Assets_header_rightCol {
    position: absolute;
    top: 0px;
    right: 40px;
    font-size: 30px;
    border: 2px solid gold;
    color: gold;
    font-weight: bold;
    height: 40px;
    width: 100px;
    cursor: pointer;
}

.screen_Assets_header_tbSearch {
    font-size: 25px;
    background-color: black;
    border: none;
    border-bottom: 1px solid lightgrey;
    background-color: #222222;
    width: 300px;
    color: white;
    text-align: center;
    border: 1px solid lightgrey;
    border-radius: 2px;
    background-color: #333333;
    box-shadow: 0 0 10px #111111 inset;
    margin-top: 5px;
}

.rightbar_Assetscreen_itemlist {
    position: absolute;
    top: 100px;
    width: 100%;
    overflow-y: scroll;
    margin-top: 60px;
    max-height: 690px;
    text-align: center;
}

.rightbar_Assetscreen_itemlist_sectionServerAssets {
    margin-top: 20px;
}

.rightbar_Assetscreen_itemlist_sectionHeader {
    width: 90%;
    text-align: left;
    margin-left: 5%;
    font-size: 25px;
    color: gold;
    border-bottom: 1px solid gold;
}

.rightbar_Assetscreen_itemlist_sectionServerAssetsList {
    margin-top: 10px;
    width: 500px;
    min-height: 150px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 30px;
}

.rightbar_Assetscreen_itemlist_sectionCampaignAssets {
    margin-top: 20px;
}

.rightbar_Assetscreen_itemlist_sectionCampaignAssetsList {
    margin-top: 10px;
    width: 500px;
    min-height: 150px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 30px;
}

}

.rightbar_Assetscreen_itemlist_sectionMapAssets {
    margin-top: 10px;
    width: 500px;
    min-height: 50px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 30px;
}

.rightbar_Assetscreen_itemlist_sectionMapAssetsList {
    margin-top: 10px;
    width: 500px;
    min-height: 150px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 30px;
}




.screenCreateAssetGLTFWrapper {
    background-color: black;
    box-shadow: 0 0 10px blue;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}

.screenCreateAssetGLTFInner {
    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;
}

.screenCreateAssetGLTF_PasteInGLTF {
    height: 60px;
    margin-top: 25px;
}

.screenCreateAssetGLTF_PasteInImage {
    height: 250px;
    text-align: center;
}

.screenCreateAssetGLTF_Details {
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -200px;
}

.screenCreateAssetGLTF_divCreate {
    position: absolute;
    right: 50px;
    bottom: 20px;
}

.screenCreateAssetGLTF_divCancel {
    position: absolute;
    left: 50px;
    bottom: 20px;
}

.screenCreateAssetGLTF_img {
    max-width: 300px;
    max-height: 200px;
    display: inline-block;
}

.divDrawingControlsWrapper {
    position: absolute;
    left: 50%;
    width: 600px;
    bottom: 50px;
    height: 118px;
    border: 2px solid gold;
    background-color: black;
    z-index: 999;
    margin-left: -300px;
    border-radius: 30px;
    box-shadow: 0 0 20px gold;
}


.divDrawingControlsInner {
    box-shadow: 0 0 20px gold inset;
}

.divDrawingControls_divColorSelection {
    position: absolute;
    left: 40px;
    top: 15px;
    height: 80px;
    width: 80px;
    border: 5px solid black;
    border-radius: 20px;
  
 
}




.divDrawingControls_divPencil {
    position: absolute;
    left: 170px;
    top: 15px;
    height: 80px;
    width: 80px;
    border: 5px solid gold;
    border-radius: 20px;
}
    .divDrawingControls_divPencil:hover {
        border-color: gold;
    }


.divDrawingControls_imgPencil {
    height: 70px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 5px;
}

.divDrawingControls_btnColorSelection {
    height: 65px;
    width: 65px;
    position: absolute;
    background-color: red;
    display: inline-block;
    left: 7px;
    top: 7px;
    cursor: pointer;
    border: 1px solid grey;
}

.divDrawingControls_divEraser {
    position: absolute;
    top: 15px;
    left: 300px;
    border: 5px solid black;
    border-radius: 20px;
}

    .divDrawingControls_divEraser:hover {
        border-color: gold;
    }

.divDrawingControls_imgEraser {
    height: 75px;
    cursor: pointer;
}

.divDrawingControls_divClearAll {
}

.divDrawingControls_btnClear {
    position: absolute;
    top: 15px;
    left: 460px;
    border: 5px solid black;
    border-radius: 20px;
    height: 80px;
    width: 80px;
    text-align: center;
}


    .divDrawingControls_imgClear {
        height: 70px;
        cursor: pointer;
        position: absolute;
        top: 5px;
        left: 5px;
    }
