body {
    background: #fafafa;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

/* ==========================================================================
Hide ng-cloak on page load, https://docs.angularjs.org/api/ng/directive/ngCloak
========================================================================== */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/* ==========================================================================
Developement Ribbon
========================================================================== */
.development {
    position: absolute;
    width: 149px;
    height: 149px;
    top: 0;
    left: 0;
    border: 0;
    z-index: 1000;
    background-image: url("../images/development_ribbon.png");
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.divWnDAll{
    background-color: #4d5052;
    margin-top: 5px;
    margin-bottom: 20px;
}
.divMain {
    background-color: #d9534f;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 40px;
    border: 2px;
    padding: 5px;
}
.divTravelType{
    background-color: #393939;
    color: #c6c6c6;
    margin-top: 3px;
    min-height: 30px;
    border: 2px;
    padding: 5px;
}
.divTime{
    background-color: #4d5052;
    color: #393939;
    margin-top: 2px;
    min-height: 20px;
    border:2px;
    padding:5px;
}
.divTimeName{
    color: #c6c6c6;
    margin-top: 2px;
    min-height: 20px;
    border:2px;
    padding:5px;
}
/* ==========================================================================
Version number in navbar
========================================================================== */
.navbar-version {
    font-size: 10px;
    color: #ccc
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hero-unit {
    margin: 50px auto 0 auto;
    width: 300px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    background-color: #eee;
    border-radius: 6px;
    padding: 60px;
}

.hero-unit h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}

.error {
    color: white;
    background-color: red;
}

.hipster {
    display: inline-block;
    width: 347px;
    height: 497px;
    background: url("../images/MapanalyzerBW.png") no-repeat center top;
    background-size: contain;
}

.layerGif {
    background: url("../images/MapAnalyzerLogoW.png") no-repeat center top;
    display: inline-block;
    width: 402px;
    height: 200px;
    background-size: contain;
}
.input-bar {
    display: table;
    width: 100%;
}

.input-bar-item {
    display: table-cell;
}

.input-bar-item > button {
    margin-left: 5px;
}
.mapsLayout{
    width: 100%;
    height: 95%;
}
.width100height100 {
    width: 100%;
    height: 100%;
}
.mapsDivWSearch{
    position: relative;
    display: flex;
    flex-flow: column;
    width:100%;
    height:100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mapsDiv {
    position: relative;
    flex-grow: 1;
}
.width100 {
    width: 100%;
}
.mapour {
    top:0px;
    left:0px;
    position: absolute;
    height: 100%;
    width: 100%;
}

.mapourG {
    z-index: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}
.reportNInfo{
    position: relative;
    left: 2px;
    top: 10px;
    height: calc(40%);
    width: calc(100%);
}

.pad {
    padding: 10px;
}

.break {
    white-space: normal;
    word-break:break-all;
}
.fill {
    width: 100%;
    height: 100%;
}
/* wait autoprefixer update to allow simple generation of high pixel density media query */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .hipster {
        background: url("../images/MapAnlayzerBB.png") no-repeat center center;
        background-color: #c6c6c6;
        background-size: contain;
    }
    .layerGif {
        background: url("../images/MapAnalyzerLogoW.png") no-repeat center top;
        background-size: contain;
    }
}

.hand {
    cursor: pointer;
}

#threadDump .popover, #healthCheck .popover {
    top: inherit;
    display: block;
    font-size: 10px;
    max-width: 1024px;
}

#healthCheck .popover {
    margin-left: -50px;
}

.health-details {
    min-width: 400px;
}

/* ==========================================================================
Custom alerts for notification
========================================================================== */

.alerts .alert{
    text-overflow: ellipsis;
}
.alert pre{
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
}

.alert .popover pre {
    font-size: 10px;
}

.alerts .toast {
    position: fixed;
    width: 100%;
}

.alerts .toast.left {
    left: 5px;
}

.alerts .toast.right {
    right: 5px;
}

.alerts .toast.top {
    top: 55px;
}

.alerts .toast.bottom {
    bottom: 55px;
}

@media screen and (min-width: 480px) {
    .alerts .toast {
        width: 50%;
    }
}

/* end of Custom alerts for notification */

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

/* start Password strength bar style */
ul#strengthBar {
    display:inline;
    list-style:none;
    margin:0;
    margin-left:15px;
    padding:0;
    vertical-align:2px;
}

.point:last {
    margin:0 !important;
}
.point {
    background:#DDD;
    border-radius:2px;
    display:inline-block;
    height:5px;
    margin-right:1px;
    width:20px;
}
/* end Password strength bar style */

.readonly {
    background-color: #eee;
    opacity: 1;
}

/* entity tables helpers */

/* Remove Bootstrap padding from the element
   http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.no-padding-left { padding-left: 0 !important; }
.no-padding-right { padding-right: 0 !important; }
.no-padding-top { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding { padding: 0 !important; }

/* bootstrap 3 input-group 100% width
   http://stackoverflow.com/questions/23436430/bootstrap-3-input-group-100-width */
.width-min { width: 1% !important; }

/* Makes toolbar not wrap on smaller screens
 http://www.sketchingwithcss.com/samplechapter/cheatsheet.html#right */
.flex-btn-group-container {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
}

.jh-table > tbody > tr > td {
    /* Align text in td verifically (top aligned by Bootstrap) */
    vertical-align: middle;
}

.jh-table > thead > tr > th > .glyphicon-sort, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes-alt {
    /* less visible sorting icons */
    opacity: 0.5;
}

.jh-table > thead > tr > th > .glyphicon-sort:hover, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes:hover, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes-alt:hover {
    /* full visible sorting icons and pointer when mouse is over them */
    opacity: 1;
    cursor: pointer;
}

/* end of entity tables helpers */

/* ui bootstrap tweaks */
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default,
.uib-datepicker-popup  > li > div.uib-datepicker > table .btn-default {
    border: 0;
}

.datetime-picker-dropdown > li.date-picker-menu div > table:focus,
.uib-datepicker-popup  > li > div.uib-datepicker > table:focus{
    outline: none;
}

.div-geo-menu{
    width:100%;
}




.btn-geo-default {
    background-image: none;
    background-repeat: repeat-x;
    background-color: #ffffff;
    color: #4d5052;
}
.btn-geo-default:hover,
.btn-geo-default:focus {
    background-color: #4d5052;
    background-position: 0 -15px;
    color: #ffffff;
}
.btn-geo-default:active,
.btn-geo-default.active {
    background-color: #e19f4a;
    color: #ffffff;
}
.btn-geo-default.disabled,
.btn-geo-default[disabled],
fieldset[disabled] .btn-geo-default,
.btn-geo-default.disabled:hover,
.btn-geo-default[disabled]:hover,
fieldset[disabled] .btn-geo-default:hover,
.btn-geo-default.disabled:focus,
.btn-geo-default[disabled]:focus,
fieldset[disabled] .btn-geo-default:focus,
.btn-geo-default.disabled.focus,
.btn-geo-default[disabled].focus,
fieldset[disabled] .btn-geo-default.focus,
.btn-geo-default.disabled:active,
.btn-geo-default[disabled]:active,
fieldset[disabled] .btn-geo-default:active,
.btn-geo-default.disabled.active,
.btn-geo-default[disabled].active,
fieldset[disabled] .btn-geo-default.active {
    background-color: #4d5052;
    color: #ffffff;
    background-image: none;
}
/* end of ui bootstrap tweaks */

/* jhipster-needle-scss-add-main JHipster will add new css style */

/* jhipster-needle-css-add-main JHipster will add new css style */


.modal-body {
    background-color: #4d5052;
    color: #393939;
}
.modal-header {
    background-color: #393939;
    color: #c6c6c6;
}
.modal-footer {
    background-color: #393939;
    color: #c6c6c6;
}

.alink{
    font-weight: normal;
    color: #393939;
    border-radius: 0;
    padding:5px;
}

.alink,
.alink:active,
.alink.active,
.alink[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.alink,
.alink:hover,
.alink:focus,
.alink:active {
    border-color: transparent;
}
.alink:hover,
.alink:focus {
    color: #393939;
    text-decoration: underline;
    background-color: transparent;
}
.alink[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.alink[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.caption {
    color:#c6c6c6;
    padding-left: 5px;
}

.table > thead {
  padding: 3px;
  line-height:1.428571429;
  vertical-align: top;
    background-color: #393939;
    color: #c6c6c6;

}
.catchmentBack{
    width: 100%;
    background-color: #e19f4a;
}

.catchmentPanel{
    position: relative;
    color: #ffffff;
    background-color: #4d5052;
    padding: 0px;
    margin: 0px;
}
.catchmentTimetableHeaderCol{
    width: 100px;
}
.legendSingle{
    height:5%;
    padding: 5px;
    background-color: white;
}

.searchBar{
    left:90px;
    top:55px;
    z-index: 1;
}


.containerLM {
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: hidden;
    /*padding:150px;*/
    background: #2F2F31;
}

#navMenu {
    top: 100px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    color:white;
    background-color:#4d5052;
    background-size: 400% 400%;
    -webkit-background-size: 400% 400%;
    animation: gradient 5s infinite;
    -webkit-animation: gradient 5s infinite;
}

#navMenu:hover {
    background: linear-gradient(45deg, #4d5052, #e19f4a, #4d5052);
    -webkit-background: linear-gradient(45deg, #4d5052, #e19f4a, #4d5052);
}

#navMenu2 {
    top: 210px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    color:white;
    background-color:#4d5052;
    background-size: 400% 400%;
    -webkit-background-size: 400% 400%;
    animation: gradient 5s infinite;
    -webkit-animation: gradient 5s infinite;
}

#navMenu2:hover {
    background: linear-gradient(45deg, #4d5052, #e19f4a, #4d5052);
    -webkit-background: linear-gradient(45deg, #4d5052, #e19f4a, #4d5052);
}

#navMenu3 {
    top: 320px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 100;
    color:white;
    background-color:#4d5052;
    background-size: 400% 400%;
    -webkit-background-size: 400% 400%;
    animation: gradient 5s infinite;
    -webkit-animation: gradient 5s infinite;
}

#navMenu3:hover {
    background: linear-gradient(45deg, #4d5052, #e19f4a, #4d5052);
    -webkit-background: linear-gradient(45deg, #4d5052, #e19f4a, #4d5052);
}


.navM:hover {
    background: #e19f4a;
}

@keyframes gradient {
    50% {
        background-position: 100% 0;
    }
}
@-webkit-keyframes gradient {
    50% {
        background-position: 100% 0;
    }
}

.diamond {
    position: absolute;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #4d5052;
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;
    color:white;
}

.diamond:hover {
    background: #e19f4a;
    transition: 0.1s;
    -webkit-transition: 0.1s;
}
.diamond:active,
.diamond.active {
    background-color: #ffffff;
    color: #4d5052;
}
.diamond.disabled,
.diamond[disabled],
fieldset[disabled] .diamond,
.diamond.disabled:hover,
.diamond[disabled]:hover,
fieldset[disabled] .diamond:hover,
.diamond.disabled:focus,
.diamond[disabled]:focus,
fieldset[disabled] .diamond:focus,
.diamond.disabled.focus,
.diamond[disabled].focus,
fieldset[disabled] .diamond.focus,
.diamond.disabled:active,
.diamond[disabled]:active,
fieldset[disabled] .diamond:active,
.diamond.disabled.active,
.diamond[disabled].active,
fieldset[disabled] .diamond.active {
    background-color: #ffffff;
    color: #4d5052;
}

/*.popUp{
  text-align:center;
  border-radius:10px 0px;
  position:absolute;
  top:100px;
  left:330px;
  overflow:hidden;
  background:red;
  width:0px;
  max-width:100px;
}

.#nav1:hover + .popUp{
  width:100px;
}*/

.navM {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}


.nav1 {
    top: 74px;
    left: 5px;
}

.nav2 {
    top: 55px;
    left: 24px;
}

.nav3 {
    top: 74px;
    left: 43px;
}

.nav4 {
    top: 93px;
    left: 62px;
}

.nav5 {
    top: 112px;
    left: 81px;
}

.nav6 {
    top: 131px;
    left: 62px;
}


.nav7 {
    top: 150px;
    left: 43px;
}

.nav8 {
    top: 169px;
    left: 24px;
}


.nav9 {
    top: 150px;
    left: 5px;
}



.nav10 {
    top: 184px;
    left: 5px;
}

.nav11 {
    top: 165px;
    left: 24px;
}

.nav12 {
    top: 184px;
    left: 43px;
}

.nav13 {
    top: 203px;
    left: 62px;
}

.nav14 {
    top: 222px;
    left: 81px;
}

.nav15 {
    top: 241px;
    left: 62px;
}

.nav16 {
    top: 260px;
    left: 43px;
}

.nav17 {
    top: 279px;
    left: 24px;
}

.nav18 {
    top: 260px;
    left: 5px;
}

.nav19 {
    top: 294px;
    left: 5px;
}

.nav20 {
    top: 275px;
    left: 24px;
}

.nav21 {
    top: 294px;
    left: 43px;
}

.nav22 {
    top: 313px;
    left: 62px;
}

.nav23 {
    top: 332px;
    left: 81px;
}

.nav24 {
    top: 351px;
    left: 62px;
}

.nav25 {
    top: 370px;
    left: 43px;
}

.nav26 {
    top: 389px;
    left: 24px;
}

.nav27 {
    top: 370px;
    left: 5px;
}


.small {
    top: 110px;
    left: 20px;
    z-index: 10;
    background: #643fc1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.small2 {
    top: 220px;
    left: 20px;
    z-index: 10;
    background: #643fc1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}


.small3 {
    top: 330px;
    left: 20px;
    z-index: 10;
    background: #643fc1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.rotCorrect {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 4px;
    margin-top: 1px;
}

.mainLeftTools{
    left:2px;
    top:5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 2px;
}
.subLeftTools{
    left:5px;
    top:5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 2px;
}
.shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.borderBottom2pxDotDark{
    border-bottom: 2px dotted #4d5052;
}
.borderBottom2pxDotWhite{
    border-bottom: 2px dotted #ffffff;
}

.borderRight2pxDotDark{
    border-right: 2px dotted #4d5052;
}
.borderRight2pxDotWhite{
    border-right: 2px dotted #ffffff;
}
.border2pxDarkRounded5px{
    border-style: solid;
    border-color: #4d5052;
    border-radius: 5px;
    border-width: 2px;
}
.borderRounded5px{
    border-radius: 5px;
}
.border2pxWhiteRounded5px{
    border-style: solid;
    border-color: #ffffff;
    border-radius: 5px;
    border-width: 2px;
}
.leftHeaderColumn{
    background-color: #4d5052;
    color: #ffffff;
    max-width: 100px;
    overflow: scroll;
}
.ringerPanel{
    position: relative;
    color:#4d5052;
    background-color: #ffffff;
    top:5px;
    left:5px;
    width:200px;
    padding: 2px;
    font-size: xx-small;
}
.directionPanel{
    position: relative;
    color:#4d5052;
    background-color: #ffffff;
    top:5px;
    left:5px;
    width:200px;
    padding: 2px;
    font-size: xx-small;
}
.styleEditPanel{
    position: relative;
    color:#ffffff;
    background-color: #4d5052;
    top:5px;
    left:5px;
    padding: 2px;
    width:200px;
}
.pointAddPanel{
    color:#4d5052 ;
    background-color:#ffffff;
    top:5px;
    left:5px;
    width:200px;
    position: relative;
    overflow: scroll;
}
.layerMenuGroup{
    overflow: scroll;
    width:200px;
    max-height: 200px;
}
.fontSizeXXSmall{
    font-size: xx-small;
}
.multiInfoPanel{
    color:#4d5052;
    background-color:#ffffff;
    top:5px;
    left:5px;
    width:200px;
    position: relative;
}
.polyInfoPanel{
    color:#ffffff;
    background-color:#4d5052 ;
    top:5px;
    left:5px;
    max-height: inherit;
    position: relative;
    overflow: scroll;
}
.navbarGeoStyle{
    background-color: #4d5052;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
    min-height: 40px;
    padding: 0px;
    font-size: x-small;
}
.navItemsHeight40px{
    height: 40px;
}

.navItemsHeight40pxPadding5px{
    height: 40px;
    padding: 5px;
}

.legendStyle{
    z-index: 1;
    position: absolute;
    right:50px;
    bottom:5px;
    background-color: #ffffff;
    align-content: center;
    max-height: 200px;
    overflow: scroll;
}
.legendStyleFD{
    z-index: 0;
    position: absolute;
    right:50px;
    bottom:5px;
    background-color: #ffffff;
    align-content: center;
    height:auto;
    overflow: scroll;
    visibility: hidden;
    max-height: 100%;
}
.infoPanel{
    padding: 0px;
    position: relative;
    margin: 0px;
}
.infoPanelDivOneLayer{
    background-color: #4d5052;
    position: relative;
    color: #ffffff;
    overflow: scroll;
}
.captionOfInfoOneLayer{
    position: relative;
    font-size: large;
    margin: 5px;
}
.div-table {
    display: table;
    width: auto;
    border: 1px solid #666666;
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}
.div-table-col {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    width: 200px;
}
.headcol {
    position: absolute;
    width: 5em;
    left: 0;
    top: auto;
    /*only relevant for first row*/
    margin-top: -1px;
    /*compensate for top border*/
}
.dataCol{
    margin: 0;
    white-space: nowrap;
}
@media screen and (max-width: 750px) {
    .layerMenuGroup{
        max-height: 100px;
    }
}
#mainRotCorrect {
    font-size: 30px;
    margin-left: 10px;
    margin-top: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    max-width: 90px;
}

#mainRotCorrect2 {
    font-size: 24px;
    margin-left: 13px;
    margin-top: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    max-width: 90px;
}


#mainRotCorrect3 {
    font-size: 24px;
    margin-left: 13px;
    margin-top: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    max-width: 90px;
}

i {
    color: #EEEEEE;
}

.tooltip .tooltip-inner {
    color: white;
    background-color: #e19f4a;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #e19f4a;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #e19f4a;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e19f4a;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 2px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.logo{
    position: absolute;
    width: 100px;
    height: 50px;
    border-radius: 10px;
    left: 2px;
    bottom: 2px;
    z-index: 10000;
    background: url("../images/geoinsight_logo-0.jpg") no-repeat center;
    background-size: contain;
}
