img.LoadingLineB{
    content:url(img/LineB.gif);
}
img.LoadingLineW{
    content:url(img/LineW.gif);
}
img.LoadingSandLoader{
    content:url(img/SandLoader.gif);
}
img.c-checkIcon {
    content: url(img/c-check.gif);
}
img.c-checkOnOrOffIcon {
    content: url(img/check-animation.gif);
}
img.FullScreenMod{
    content:url(img/97.jpg);
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.2;
    z-index: 100000;
}
img.helpScreen{
    content:url(img/86.jpg);
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.2;
    z-index: 100000;
}

#load-screen {
    width: 100%;
    height: 100%;
    background: #00000000;
    position: fixed;
    opacity: 0.9;
    z-index: 99999999999999999999999999999999999999999 !important;
    vertical-align: middle;
    display: block;
}

.Center{
    position: fixed;
    top: 50%;
    left: 50%;
    line-height: 90px;
    text-align: center;
    margin-top: -50px;
    margin-left: -100px;
    /*border:5px solid black;*/
}
#HelpContent{
    width: 100%;
    height: 100%;
    background: #000000;
    position: fixed;
    opacity: 0.3;
    z-index: 100000;
    vertical-align: middle;
    display: none;
}

@-webkit-keyframes Pulse {
    from { -webkit-box-shadow: 0 0 12px 1px #fff; }
    50% { -webkit-box-shadow: 0 0 6px 2px red; }
    to { -webkit-box-shadow: 0 0 12px 1px #fff; }
}

.Error{
    position: relative;
    background-color: #fff;
    animation: Pulse 1s infinite;
    z-index: auto;
}

@-webkit-keyframes Pulse-hint {
    from { -webkit-box-shadow: 0 0 12px 1px #fff; }
    50% { -webkit-box-shadow: 0 0 6px 2px #ff9331; }
    to { -webkit-box-shadow: 0 0 12px 1px #fff; }
}

.Hint-1{
    position: relative;
    animation: Pulse-hint 1s infinite;
    z-index: auto;
}


.tab-pane {
    display: block !important;
    height: 0;
    overflow:hidden;
    padding: 0px !important;
    position: relative;
}
.tab-pane.active {
    height: auto;
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding-bottom: 5% !important;
}

.no-left-border {
    border-left: 0;
}
.no-right-border {
    border-right: 0;
}
.no-l-r-border {
    border-left: 0;
    border-right: 0;
}
.no-t-b-border {
    border-top: 0;
    border-bottom: 0;
}

::-webkit-scrollbar {
    background-color:#CCC;
    width:9px;
}
::-webkit-scrollbar-thumb {
    background-color:#6D5CAE;

}
::-webkit-scrollbar-thumb:hover {
    background-color: #413768;
}
::-o-scrollbar {
    background-color:#CCC;
    width:9px;
}
::-o-scrollbar-thumb {
    background-color:#6D5CAE;
}
::-o-scrollbar-thumb:hover {
    background-color:#413768;
}

.breadcrumb2{
    position: relative;
    height: 512px;
}
.breadcrumb2>li{
    height: 100%;
}
.Map{
    width:100%;
    height:100%;
    position: absolute;
}
.map-index{
    width: 100%;
    height: 100%;
}
#side-bar{
    width: 256px;
    height: 100%;
    z-index: 2;

}
.side-bar{
    width: auto;
    height: 100%;
    z-index: 2;

}
#title-row{
    width: 256px;
    height:100%;
    position: relative;
    top: 10px;
    opacity: 0.4;
}
.h-256{
    height: 256px;
}.h-512{
    height: 512px;
}
.h-22{
    height: 22px;
}
.page-header-size{
    width: 100%;
    z-index: auto !important;
}

.bg-glass {
    padding: 10px 0;
    border-bottom: 1px solid;
    border-bottom-color: #ccc;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    height: 180px;
}
/*
.bg-glass::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%221920%22%20height%3D%221120%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%225%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cimage%20xlink%3Ahref%3D%22http%3A%2F%2Fplacekitten.com%2F1920%2F1120%22%20width%3D%221920%22%20height%3D%221120%22%20filter%3D%22url%28%23blur%29%22%2F%3E%3C%2Fsvg%3E"), url("http://placekitten.com/1920/1120");
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
    content: "";
    filter: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%225%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E#blur");
    -webkit-filter: blur(5px);
    filter: blur(5px);
}*/
.to-index-map{
    position: absolute;
    top:92%;
}

.module-glass {
    overflow: hidden !important;
}
.btn:focus{
    outline: none !important;
}
.btn:active{
    outline: none !important;
}

.module-inner {
    background: #fff !important;
    background: rgba(255,255,255,0.25) !important;;
}

.bg-login{
    background-color: #170d0b;
    background-size: 100% auto;
    background-image: url("img/35.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.absolute{
    z-index: 99999999;
    position: absolute;
}
body{
    overflow-x: hidden !important;
}