﻿.unblock {
    display: none !important;
}
.objectName:hover {
    font-weight: bold;
    text-decoration: underline;
}
.blink {
    animation: blink 1s linear infinite;
    cursor: pointer;
}
@keyframes blink {
    0% {
        color: rgba(255, 0, 0, 1);
    }

    50% {
        color: rgba(34, 34, 34, 0);
    }

    100% {
        color: rgba(255, 0, 0, 1);
    }
}


@keyframes glowing {
    0% {
        box-shadow: 0 0 10px #d91c1c;
    }

    50% {
        box-shadow: 0 0 45px #b30b0b;
    }

    100% {
        box-shadow: 0 0 10px #fa0505;
    }
}

.trends {
    display: inline-block;
    margin: 40px;
    width: 200px;
    height: 200px;
    background: url(http://s1.iconbird.com/ico/0612/GooglePlusInterfaceIcons/w128h1281338911393statslines.png) center no-repeat;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 3px 20px rgba(0,0,0,.25), inset 0 2px 0 rgba(255,255,255,.6), 0 2px 0 rgba(0,0,0,.1), inset 0 0 20px rgba(0,0,0,.1);
}

#alarm_indicator {
    box-shadow: 0 0 30px rgba(226, 26, 22,0.7);
    /*animation: glowing 1500ms infinite;*/
    display: none;
    position: fixed;
    top: 75%;
    left: 89%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(225, 225, 0, 0.8);
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 60px;
    cursor: pointer;
    z-index: 0;
}
.orange {
    background-color: #ff7600 !important;
    color: #ff6a00 !important;
}
.yellow {
    background-color: #ffd400 !important;
    color: #ffd400 !important;
}

#alarm_indicator:hover {
    background-color: rgba(170, 155, 42, 0.8);
    box-shadow: 0 0 50px rgba(226, 26, 22, 0.7);
}

.warning-image {
    margin-top: -20px;
    margin-left: 5px;
    height: 25px;
}

.notice-header {
    background-color: rgba(0, 0, 0, 0) !important;
    margin-bottom: 0px;
    margin-left: 40px;
}

    .notice-header .modal-title {
        padding: 10px;
        margin: 0px 0px 0px 0px !important;
        line-height: 1.42857143 !important;
        text-align: left;
    }

.notification .modal-title {
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding: 0px;
    border-bottom: none;
}

.notification {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    font: 12px Calibri;
    border: 1px solid #ff000094;
    background-color: rgba(255,204,170, 0.8);
    color: black;
    position: fixed;
    z-index: 99999;
    left: 65%;
    width: 22vw;
    height: 40px;
    font-size: 10px;
    line-height: 13px;
    -webkit-box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#msg_pop {
    overflow: hidden;
    background-color: white;
    display: none;
    position: fixed;
    z-index: 99999;
    bottom: 1%;
    left: 0.5% !important;
    right: 0.5% !important;
    width: 99% !important;
    min-height: 40%;
    height: 40%;
    max-height: 90%;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    -webkit-box-shadow: 0px 0px 10px #999;
    -moz-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#journal_table tbody tr td:first-child {
    border: none;
}

    #msg_pop h4 {
        color: black;
        margin: 0;
        text-align: end;
        font-size: 18px;
    }

.no-select {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#msg_close {
    display: block;
    top: 5px;
    right: 5px;
    line-height: 15px;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    #msg_close:hover {
        cursor: pointer;
        background-color: #000;
        color: #000;
    }

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

.raz div {
    max-width: 100%;
    margin: 0 0 0 auto;
}

.label {
    width: 70%;
    font-size: 16px;
}

.red {
    color: #F00; 
}

.led-red {
    float: left;
    margin: 0 auto;
    margin-right: 20px;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background-color: #F00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #797575 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 12px;
    -webkit-animation: blinkRed 0.5s infinite;
    -moz-animation: blinkRed 0.5s infinite;
    -o-animation: blinkRed 0.5s infinite;
}

.green {
    color: #25dc14;
}

.led-green {
    float: left;
    margin: 0 auto;
    margin-right: 20px;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    background-color: #25dc14;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 12px;
}

.tabs {
    max-width: 100%;
    padding: 0px;
    margin: 0 0 0 auto;
}

    .tabs > section {
        display: none;
        padding: 15px;
        background: #fff;
        border: 1px solid #ddd;
    }

        .tabs > section > p {
            margin: 0 0 5px;
            line-height: 1.5;
            color: #383838;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
        }

    .tabs > input {
        display: none;
        position: absolute;
    }

    .tabs > label {
        width: 100%;
        display: inline-block;
        margin: 0 0 0 0;
        padding: 9px 15px;
        font-weight: 400;
        text-align: left;
        color: #333333;
        border: 0px solid #ddd;
        border-width: 1px 1px 1px 1px;
        background: #eeeeee;
        border-radius: 3px 3px 0 0;
    }

        .tabs > label:before {
            font-family: fontawesome;
            font-weight: normal;
            margin-right: 10px;
        }

        .tabs > label:hover {
            cursor: pointer;
            color: #1f7ca9;
            background: #eeeeee;
        }

    .tabs > input:checked + label {
        color: #333333;
        font-weight: bold;
        background: white;
        width: 100%;
    }

#tab1:checked ~ #content-tab1, #tab2:checked ~ #content-tab2, #tab3:checked ~ #content-tab3, #tab4:checked ~ #content-tab4 {
    display: block;
}

#line_block {
    width: 25px;
    height: 25px;
    background: green;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
    padding: 0px;
    border-radius: 12.5px;
}

#i_button {
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
}

#round {
    width: 42px;
    height: 15px;
    border: 1px solid #939393;
    text-align: center;
    font-size: 10px;
    float: left;
}

/*.footer {
    margin-top: 10px;
    position: fixed;
    float: left;
    left: 260px;
    z-index: 1000000000;
    color: black;
    font-weight: normal;
    display: block;
}*/

.footer {
    margin-top: -5px;
    margin-right: 15px;
    float: right;
    color: black;
    font-weight: normal;
    display: block;
}


#floatingCirclesG {
    top: 40%;
    left: 44%;
    position: fixed;
    width: 125px;
    height: 125px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: rgb(255,255,255);
    height: 22px;
    width: 22px;
    border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 51px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#frotateG_02 {
    left: 15px;
    top: 15px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#frotateG_03 {
    left: 51px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#frotateG_04 {
    right: 15px;
    top: 15px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#frotateG_05 {
    right: 0;
    top: 51px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#frotateG_06 {
    right: 15px;
    bottom: 15px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#frotateG_07 {
    left: 51px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#frotateG_08 {
    left: 15px;
    bottom: 15px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}



@keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

/*@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}*/

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(0,0,0);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

.leaflet-popup-content p {
    margin: 0;
}

.exchange {
    background: url("../../arrows.png") no-repeat scroll 0% 0% transparent;
    background-size: 15px 15px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    box-shadow: none;
    background-color: transparent !important;
    animation: none !important;
}
.load {
    background: url("../../load.gif") no-repeat scroll 0% 0% transparent;
    background-size: 15px 15px;
    border-radius: 0;
    width: 15px;
    height: 15px;
    box-shadow: none;
    background-color: transparent !important;
    animation: none !important;
}
#map .blue {
    color: #31b3d6 !important;
}