﻿
body {   
    margin: 0 auto;
    text-align: center;
    font-family: DroidSans, Droid Sans, Verdana;
    color: #000000;    
    cursor: default;
}

#ServerNameLabel {
    color: white;
    font-weight: bold;
}

#FullName, #LogoutLink {
    color: white;
}

    #LogoutLink{
        display:block;
        text-transform:none;
    }

    .loading-overlay {
        background-color: rgba(26,26,26,0.7);
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 5;
        top: 0;
        left: 0;
    }

.loading-overlay-image-container {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
    border-radius: 10px;
    vertical-align: middle;
}

.loading-overlay-image {
    margin-left: 8px;
    margin-right: 8px;
    padding: 5px;
    left: 50%;
    top: 50%;
    /*height: 15px;*/
    font-size: 2em !important;
}

#content-full {
    width: 100%;
    margin: auto auto;
}

#ContentTable {
    margin: auto;
    width: 100%;
    height: auto;
    padding: 5px;
    background-color: #fff;
}

.content-Maincell {
    width: 100%;
    background-color: #ffffff;
    padding: 10px;
}

#LoadingSign {
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    background: #fff;
    text-align: center;
    font-weight: 600;
    padding: 10px;
}


.DeviceInformationTable {
    font-family: DroidSans, Droid Sans, Verdana;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    /*background-color: rgba(235, 235, 235, 1);*/
}

    .DeviceInformationTable th {
        text-transform: uppercase;
        font-weight: bold;
    }

        .DeviceInformationTable th[colspan='2'] {
            background-color: #0478c9;
            color: #ffffff;
        }

    .DeviceInformationTable td {
        background-color: white;
        font-weight: normal;
    }

/*----------Mobile---------*/
@media screen and (max-width: 800px) {

    body{
       width:100%;
    }

    /*.DynamicTextSize {
        font-size: 25px;
    }*/

    #FullName, #LogoutLink {
        font-size: 0.7em;
    }

    #LoadingSign {
        font-size: 0.9em;
    }

    .loading-overlay-image-container {
        width: 300px;
        height: 100px;
    }

    canvas{
        width:100%;
    }

    /*.SubHeader {
        font: 0.8em DroidSans, Droid Sans, Verdana;
        text-decoration: none;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .ContentHeader {
        font: 1.2em DroidSans, Droid Sans, Verdana;*/ /*14/04/2015, JM: changed text to make use of em instead of px*/
        /*color: #000000;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        margin-top: 15px;
    }*/

    .MenuItem a {
        text-decoration: none;
        color: white;
        font-weight: bold;
        font: 1.3em DroidSans, Droid Sans, Verdana;
    }

    #ServerNameLabel {
        font-size: 1.3em !important;
    }

    .HeaderIcon {
        text-align: center;
        padding-left: 5px;
        padding-right: 10px;
        padding-top: 5px;
        float: left;
        margin-left: 10px;
        /*height: 25px;*/
        color: white;
        font-size: 1.3em !important;
    }

    .LinkTitle {
        font-size: 0.9em;
        text-align: left;
        margin: 5px;
        font-family: DroidSans, Droid Sans, Verdana;
        font-weight: bold;
        text-decoration: none;
        cursor: hand;
        color: #154573;
    }

    .Button {
        background-color: #0478c9;
        font-family: DroidSans, Droid Sans, Verdana;
        color: #ffffff;
        padding: 10px;
        text-decoration: none;
        border: #0478c9;
        font-size: 0.8em;
        text-transform: uppercase;
        border-radius: 5%;
        min-width: 80px;
    }

    .FooterInfo {
        text-align: center;
        color: black;
        opacity: 0.5;
        margin: 1em;
        font-size: 0.7em;
        font-family: DroidSans, Droid Sans, Verdana;
    }

    .TableHeader {
        text-align: center;
        font-size: 1.4em;
        font-family: DroidSans, Droid Sans, Verdana;
    }

    .CellHeader {
        font-size: 0.9em;
        font-weight: normal;
        font-family: DroidSans, Droid Sans, Verdana;
    }

    select {
        font: 1.0em DroidSans, Droid Sans, Verdana;
        margin-bottom: 2px;
        width: 100%;
        min-width: 200px;
        border: 1px solid #555555;
    }

    input[type=password], input[type=text], input[type=email], input[type=number], input[type=file] {
        font-size: 0.9em;
        font-family: DroidSans, Droid Sans, Verdana;
        width: 100%;
        min-width: 100px;
        height: 25px;
        border: 1px solid #555555;
    }

        input[type=text]:focus {
            border-color: dodgerBlue;
            box-shadow: 0 0 8px 0 dodgerBlue;
        }

    textarea {
        font-size: 1.0em;
        font-family: DroidSans, Droid Sans, Verdana;
        margin-bottom: 2px;
        width: 100%;
        min-width: 240px;
        margin-bottom: 2px;
        border: 1px solid #555555;
    }

    .statusLabel {
        color: rgb(85, 85, 85);
        float: right;
        text-align: right;
        font-size: 0.9em;
        font-family: DroidSans, Droid Sans, Verdana;
    }


    .Formtable {
        width: 100%;
        /*box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);*/
        background-color: white;
        padding: 10px;
        margin: auto;
    }

    .Menutable {
        width: 90%;
        box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        background-color: rgba(235, 235, 235, 1);
        padding: 10px;
        margin: 0 auto;
        list-style: none;
        text-align: center;
    }

    .VerticalMenuItems {
        width: 95%;
        text-align: left;
        margin: 0;
        vertical-align: middle;
        line-height: 5px;
        padding: 10px;
        border-bottom: 1px solid rgba(154,154,154,.7);
    }

    .DeviceInformationTable {
        width: 100%;
        padding: 20px;
        margin: auto;
    }

        .DeviceInformationTable th {
            padding: 5px;
            font-size: 0.9em;
        }

        .DeviceInformationTable td {
            font-size: 0.9em;
        }

        .DeviceInformationTable.Legend {
            width: 300px;
            margin-left: 20px;
            margin-right: 20px;
        }

    .LoginDiv {
        text-align: center;
        width: 100%;
        margin: auto;
        z-index: 1;
    }

    .DivHeaders {
        background-color: #e6e7e8;
        font-size: 0.9em;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        font-weight: bold;
        color: #58585b;
        font-family: DroidSans, Droid Sans, Verdana;
    }

    .ContainerDiv {
        width: 80%;
        box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        background-color: rgba(235, 235, 235, 1);
        padding: 10px;
        margin: auto;
    }

    .labelsMarkerMiniSub {
        font-size: 2em;
    }

    .labelsOther {
        font-size: 2em;
    }

    .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
        font-size: 1.0em !important;
    }


    #divMain {
        zoom: 0.6;
    }
}

/*---------Desktop-----------*/
@media screen and (min-width: 800px) {

    body {
        max-width: 1024px;
        min-width: 800px;
    }
/*
    .DynamicTextSize {
        font-size: 14px;
    }*/


    #FullName, #LogoutLink {
        font-size: 0.9em;
    }

    #LoadingSign {
        font-size: 1em;
    }

    .loading-overlay-image-container {
        width: 250px;
        height: 50px;
    }

    canvas {
        width: 50%;
    }

/*    .SubHeader {
        font: 0.9em DroidSans, Droid Sans, Verdana;
        text-decoration: none;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 15px;
    }*/

    .subHeader2, .subHeader2 a {
        font: 0.9em DroidSans, Droid Sans, Verdana;
    }

    /*.ContentHeader {
        font: 1.2em DroidSans, Droid Sans, Verdana;*/ /*14/04/2015, JM: changed text to make use of em instead of px*/
        /*color: #000000;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        margin-top: 15px;
    }*/

    .DisplayName {
        font: 0.9em DroidSans, Droid Sans, Verdana;
        background-color: #444;
        padding: 10px;
        color: white;
        overflow: hidden;
    }

    .VerticalMenuItems {
        width: 100%;
        text-align: left;
        margin: 0;
        vertical-align: middle;
        line-height: 55px;
        border-bottom: 1px solid rgba(154,154,154,.7);
    }

    .MenuItem a {
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        font: 1.5em DroidSans, Droid Sans, Verdana;
    }

    .HeaderIcon {
        text-align: center;
        padding-left: 5px;
        padding-right: 20px;
        padding-top: 5px;
        overflow: auto;
        float: left;
        margin-left: 10px;
        /*height: 25px;*/
        color: white;
        font-size: 1.3em !important;
    }

    #ServerNameLabel {
        font-size: 1.3em;
    }

    .LinkTitle {
        font-size: 0.9em;
        text-align: left;
        padding-left: 5px;
        font-family: DroidSans, Droid Sans, Verdana;
        font-weight: bold;
        text-decoration: none;
        cursor: hand;
        color: #154573;
    }

    .Button {
        background-color: #0478c9;
        font-family: DroidSans, Droid Sans, Verdana;
        color: #ffffff;
        padding: 10px;
        text-decoration: none;
        border: #0478c9;
        font-size: 0.9em;
        text-transform: uppercase;
        border-radius: 5%;
        min-width: 80px;
    }

    .FooterInfo {
        text-align: center;
        color: black;
        opacity: 0.5;
        margin: 1.0em;
        font-size: 0.9em;
        font-family: DroidSans, Droid Sans, Verdana;
    }

    .TableHeader {
        text-align: center;
        font-size: 1.2em;
        font-family: DroidSans, Droid Sans, Verdana;
    }

    .CellHeader {
        font-size: 1.0em;
        font-weight: normal;
        font-family: DroidSans, Droid Sans, Verdana;
    }

    select {
        font-size: 1.0em;
        margin-bottom: 2px;
        width: 100%;
        min-width: 240px;
        border: 1px solid #555555;
        font-family: DroidSans, Droid Sans, Verdana;
    }

    input[type=password], input[type=text], input[type=email], input[type=number], input[type=file] {
        font-size: 1.0em;
        font-family: DroidSans, Droid Sans, Verdana;
        width: 100%;
        min-width: 240px;
        height: 25px;
        border: 1px solid #555555;
    }

    textarea {
        font-size: 1.3em;
        font-family: DroidSans, Droid Sans, Verdana;
        margin-bottom: 2px;
        width: 100%;
        min-width: 240px;
        margin-bottom: 2px;
        border: 1px solid #555555;
    }

    .statusLabel {
        color: rgb(85, 85, 85);
        float: right;
        text-align: right;
        font-size: 0.9em;
        font-family: DroidSans, Droid Sans, Verdana;
    }

    .Formtable {
        width: 80%;
        box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        background-color: rgba(235, 235, 235, 1);
        padding: 10px;
        margin: auto;
    }

    .FormSearchtable {
        width: 80%;
        line-height:60px;
        box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        background-color: rgba(235, 235, 235, 1);
        padding: 20px;
        margin: auto;
    }

        .FormSearchtable tr td:first-child {
            width: 150px;
        }

    .Menutable {
        width: 80%;
        box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        background-color: rgba(235, 235, 235, 1);
        padding: 10px;
        margin: auto;
        list-style: none;
        text-align: center;
    }

    .DeviceInformationTable {
        width: 80%;
        padding: 20px;
        margin: auto;
    }

        .DeviceInformationTable th {
            padding: 5px;
            font-size: 1.0em;
        }

        .DeviceInformationTable td {
            font-size: 1.0em;
        }

        .DeviceInformationTable.Legend {
            width: 300px;
            margin-left: 20px;
            margin-right: 20px;
        }


    .LoginDiv {
        text-align: center;
        width: 80%;
        margin: auto;
        z-index: 1;
    }

    .DivHeaders {
        background-color: #e6e7e8;
        font-size: 1.2em;
        text-align: left;
        padding: 5px;
        text-transform: uppercase;
        font-weight: bold;
        color: #58585b;
        font-family: DroidSans, Droid Sans, Verdana;
    }


    .ContainerDiv {
        width: 80%;
        box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        background-color: rgba(235, 235, 235, 1);
        padding: 10px;
        margin: auto;
    }

    .labelsMarkerMiniSub {
        font-size: 2em;
    }

    .labelsOther {
        font-size: 2em;
    }

    .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
        font-size: 0.9em !important;
    }

    #divMain{
        zoom:1;
    }
}
/*end of media screen*/


.Icon {
    padding: 5px;
    width: 25px;
    height: 25px;
   /* float: left;*/
    font-size: 30px !important;
    text-align: center;
   /* margin-top: 18px;*/
}

/*ol .Icon{
    float:left;
}

ol .LinkTitle{
    float:right;
}*/

form {
    box-shadow: 0px 0px 80px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 80px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 80px 10px rgba(0,0,0,0.2);
    background-color: white;
}

.Shaddow {
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    background-color: rgba(235, 235, 235, 1);
    padding: 20px;
}

.labelsMarkerMiniSub {
    -webkit-text-stroke: 2px black;
    -webkit-text-fill-color: white;
    font-family: DroidSans, Droid Sans, Verdana;    
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
}

.labelsOther {
    -webkit-text-stroke: 1px black;
    -webkit-text-fill-color: grey;
    font-family: DroidSans, Droid Sans, Verdana;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}