﻿
.ortStd {
    fill: none;
    pointer-events: all;
    /*fill: #0000ff;
    fill-opacity: 0.1;*/
    /*stroke-width: 0.5;
    stroke: rgb(0,0,0);*/
}

/*html, body {
    height: 100%;
    margin: 0px;
}*/


html {
    position: relative;
    min-height: 100%;
}

body {
     /*Margin bottom by footer height 
    min-height: 100% !important;*/
    height: 100% !important;
}

.panel-transparent {
    background: none;
}

    .panel-transparent .panel-heading {
        background: rgba(122, 130, 136, 0.5) !important;
        color: black !important;
        font-weight: bold;
    }

    .panel-transparent .panel-body {
        background: rgba(46, 51, 56, 0.5) !important;
    }

.genClass {
    cursor: pointer;
}

.srvActionBtn{

}

rect:hover {
    fill-opacity: 0;
}

#cities image:hover {
    opacity: 0.4;
}

.mainBody {
    margin-bottom: 60px;
    background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.6)), url('images/fdg.jpg');
    background-size: cover;
    background-repeat:no-repeat;
    z-index: 1;
}

.infoFr {
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.5)), url('images/Info/board_img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.infoWi {
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.5)), url('images/logoutImages/map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}




.lg1 {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.9)), url('images/logoutImages/map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    /*margin-top: 2vh;
    margin-bottom: 2vh;*/
    margin-left: 40vh;
    margin-right: 40vh;
    width: auto;
    height: 55vh !important;
    border: 1px solid black;
    border-radius: 5px;
    /*box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);*/
}


.lg2 {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.9)), url('images/logoutImages/overview.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    /*margin-top: 2vh;
    margin-bottom: 2vh;*/
    margin-left: 40vh;
    margin-right: 40vh;
    width: auto;
    height: 55vh !important;
    border: 1px solid black;
    border-radius: 5px;
    /*box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);*/
}


.lg3 {
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.9)), url('images/logoutImages/stats.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    /*margin-top: 2vh;
    margin-bottom: 2vh;*/
    margin-left: 40vh;
    margin-right: 40vh;
    width: auto;
    height: 55vh !important;
    border: 1px solid black;
    border-radius: 5px;
    /*box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%; 
    min-height:7vh;    
}

.cookieCon {
    position: absolute;
    top: 6vh;
    width: 100%;
    min-height: 8vh;
    border: 1px solid #1c1e22;
    border-radius: 5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: white !important;
    font-size: 16px;
    display: none;
    align-items: center;
    text-align:justify;
}

.lgResponse {
    margin-top: 5%;
    font-size: 20px;
    color: red;
    text-align: center;
    min-height: 25px;
    margin-bottom: 5%;
}

.changePWResponse {
    margin-top: 5%;
    font-size: 14px;
    color: red;
    text-align: center;
    min-height: 25px;
    margin-bottom: 5%;
}

.table-sm th, td {
    text-align: center;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.selectionClass {
    background-color: teal;
}

.selectionClassBorder {
    box-shadow:0px 0px 4px 3px rgb(0,128,128);
}

.selectionClassBorder2 {
    box-shadow: 0px 0px 4px 3px rgb(0,0,255);
}

.selectionClassBorder3 {
    box-shadow: 0px 0px 6px 3px rgb(238, 95, 91);
}

.citySelection {
    stroke-width: 1 !important;
    stroke: black !important;
}

.citySelection2 {
    stroke-width: 1 !important;
    stroke: teal !important;
}

.cCityF {
    fill: red;
    fill-opacity: 1;
    stroke-width: 0.3;
    stroke: grey;
}

.deckInfo {
    height: 70px;
    width: 40px;
    border: 3px solid white;
    text-align: center;
    border-radius: 5px;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 65px;
    box-shadow: 3px 3px 1.5px lightgrey;
    font-weight: bold;
    color: black;
}

.cCityFQM {
    stroke-width: 1;
    stroke: red;
}

.cCityS {
    fill: yellowgreen;
    fill-opacity: 1;
    stroke-width: 0.3;
    stroke: grey;
}


.cCitySQM {
    stroke-width: 1;
    stroke: yellowgreen;
}

.cCityR {
    fill: darkgreen;
    fill-opacity: 1;
    stroke-width: 0.3;
    stroke: grey;
}


.cCityRQM {
    stroke-width: 1;
    stroke: darkgreen;
}

.cCityA {
    fill: white;
    fill-opacity: 1;
    stroke-width: 0.3;
    stroke: grey;
}



.cCityAQM {
    stroke-width: 1;
    stroke: white;
}

.cCityIA {
    fill: yellow;
    fill-opacity: 1;
    stroke-width: 0.3;
    stroke: grey;
}


.cCityIAQM {
    stroke-width: 1;
    stroke: yellow;
}

.clDiv {
    background-color: #1c1e22;
    padding: 2%;
    border: 1px solid black;
    border-radius: 5px;
    margin-bottom: 2px;
}

.infoText {
    background: rgba(0,0,0,0.2);
    padding: 2%;
    border: 1px solid black;
    border-radius: 5px;
    box-shadow: 10px 10px 10px black;
}

 .iconLg {
    height: 18px !important;
    width: 18px !important;
}

.spades {
    background: url('images/cardSymbols/spades.png');
    height: 12px;
    width: 12px;
    background-size: contain;
    margin-left: 3px;
    vertical-align: baseline;
    display: inline-flex;
    background-repeat: no-repeat;
    /* Other styles here */
}

.justText {
    background-color: white;
    min-height:87vh;
 
}

    .justText > a  {
        color: blue;
    }

        .justText > a:hover {
            color: magenta !important;
        }

        .justText > a:link {
            color: blue;
        }

        .justText > a:visited {
            color: blue;
        }

        .justText > a:active {
            color: blue;
        }

.myLink {
    color: blue;
}

    .myLink:link {
        color: blue;
    }

    .myLink:hover {
        color: magenta !important;
    }

    .myLink:active {
        color: blue;
    }

    .myLink:visited {
        color: blue;
    }

.fixedTable {
    table-layout: fixed;
    width: 100%;
}

.hearts {
    background: url('images/cardSymbols/hearts.png');
    height: 12px;
    width: 12px;
    background-size: contain;
    margin-left: 3px;
    vertical-align: baseline;
    display: inline-flex;
    background-repeat: no-repeat;
    /* Other styles here */
}

.diamonds {
    background: url('images/cardSymbols/diamonds.png');
    height: 12px;
    width: 12px;
    background-size: contain;
    margin-left: 3px;
    vertical-align: baseline;
    display: inline-flex;
    background-repeat: no-repeat;
    /* Other styles here */
}

.clubs {
    background: url('images/cardSymbols/clubs.png');
    height: 12px;
    width: 12px;
    background-size: contain;
    margin-left: 3px;
    vertical-align: baseline;
    display: inline-flex;
    background-repeat: no-repeat;
    /* Other styles here */
}

.cardsIcon {
    background: url('images/cards.png');
    height: 16px;
    width: 16px;
    background-size: contain;
    top: 2px;
    /*margin-left: 3px;*/
    /*vertical-align: baseline;
    display: inline-flex;*/
    background-repeat: no-repeat;
    /* Other styles here */
}

.cardsIconLg {
    background: url('images/cards.png');
    height: 15px;
    width: 15px;
    background-size: contain;
    top: 2px;
    /*margin-left: 3px;*/
    /*vertical-align: baseline;
    display: inline-flex;*/
    background-repeat: no-repeat;
    /* Other styles here */
}

.cardsIconSm {
    background: url('images/cards.png');
    height: 12px;
    width: 12px;
    background-size: contain;
    top: 2px;
    /*margin-left: 3px;*/
    /*vertical-align: baseline;
    display: inline-flex;*/
    background-repeat: no-repeat;
    /* Other styles here */
}

.deck-container {
   
    width: 60vw;
    height: 50vh;
    top: -20%;
    left: -20%;
    position: absolute;
    z-index: 100;
    display: none;
}

.card-container {
    margin-left: 100px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}

.label-medium {
    vertical-align: bottom;
    font-size: small;
}

.zoom-svg-container {
    position: relative;
    display: block;
    background-color: #fff;
    border: 2px solid black;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/*.zoom-svg-container:hover svg {
        cursor: pointer;
    }*/

.zoom-svg-zoom {
    background-color: grey;
    border: 2px solid #666;
    color: white;
    height: 22px;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    user-select: none;
    -webkit-user-select: none; /* Chrome all / Safari all */
    moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
}

.zoom-svg-zoom-in {
    font-size: 14px;
    /*position: absolute;
    top: 70px;
    right: 30px;
    width: 20px;*/
}

.zoom-svg-zoom-rst {
    font-size: 14px;
    /*position: absolute;
    top: 40px;
    right: 10px;
    width: 60px;*/
}

.zoom-svg-zoom-out {
    font-size: 14px;
    /*position: absolute;
    top: 10px;
    right: 30px;
    width: 20px;*/
}


.card-item {
    /*background-image: url('images/cardImages/c11.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100px;
    height: 150px;
    margin-left: -70px;
    margin-top: 30px;
    border: 3px solid black;
    border-radius: 8px;
    transition: margin 0.5s;
    color: black;
}

    .card-item:hover {
        margin-top: 10px;
        z-index: 10;
    }
