* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300
}

body {
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
}
.dash-button {
    margin: 0 auto;
    border: 1px solid #58aeef;
    color: #58aeef;
    opacity: 1;
    width: 120px;
    cursor: pointer;
    text-align: center;
    height: 60px;
    text-shadow: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 10px;
    border-radius: 6px;
}
.saleLeft {
    height: calc(100% - 50px);
    overflow: hidden;
    width: 50% !important;
    position: relative;
    float: left;
}
.soldRight {
    height: calc(100% - 50px);
    overflow: hidden;
    width: 50% !important;
    position: relative;
    float: right;
}
.gn-checkbox {
    right: 70px;
    position: absolute;
    margin-top: 18px;
    transform: scale(1.7,1.7);
    top: 0px;
}
.gn-checkbox-sale {
    right: 154px;
    position: absolute;
    margin-top: 18px;
    transform: scale(1.7,1.7);
    top: 0px;
}
.gn-checkbox-sold {
    right: 45px;
    position: absolute;
    margin-top: 18px;
    transform: scale(1.7,1.7);
    top: calc(50% - 25px);
}
.reportAsset th {
    height: 35px; 
    background-color: #58aeef; 
    text-transform: uppercase;
}
.reportAsset td {
    height: 35px; 
}
.feature-gonum {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    margin-top: -3px;
    position: absolute;
    right: 60px;
}
.feature-onum {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    right: 60px;
    top: 11px;
}
.gn-path {
    margin-left: 10px;
    color: rgb(88, 174, 239);
    padding: 5px 5px 5px 0px;
    font-size: 12px;
    text-align: center;
}

.addClassGM {
    -webkit-transform: translateZ(0px) !important;
}
.gm-style img  {
    -webkit-transform: translateZ(0px) !important;
}

.gn-search-icon-field {
    font-size: 32px;
    color: rgba(88, 174, 239, 0.8);
    position: absolute;
    left: 10px;
    top: 4px;
}

.gn-recIgn {
    position: relative;
    top: 0px;
    cursor: pointer;
    z-index: 3;
    left: 0px;
}

.gn-maxSpeed {
    position: relative;
    /*top:12px;
    left: 7px;*/
    cursor: pointer;
    z-index: 3;
    top: 4px;
}

.viewHomedata {
    overflow-y: auto;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 5999;
    color: blue;
    /*max-height: calc(100% - 60px);*/
    border-bottom: 1px solid #58aeef;
    top: 0px;
}
.viewAdmindata {
    overflow-y: auto;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 99997;
    color: blue;
    /*max-height: calc(100% - 60px);*/
    border-bottom: 1px solid #58aeef;
    top: 0px;
}
.slideHomedata {
    background-color: #fff;
    left: calc(50% - 40px);
    line-height: 20px;
    position: absolute;
    top: 3px;
    width: 80px;
    color: #017afd;
    cursor: pointer;
    border: 1px solid #58aeef;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 4px 4px;
    height: 15px;
    z-index: 6001;
}
.slideAdmindata{
    background-color: #fff;
    left: calc(50% - 40px);
    line-height: 20px;
    position: absolute;
    top: 3px;
    width: 80px;
    z-index: 99999;
    color: #017afd;
    cursor: pointer;
    border: 1px solid #58aeef;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 4px 4px;
    height: 15px;
}
.slideHomedataH {
    background-color: #fff;
    left: 0px;
    line-height: 20px;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: 6000;
    border: 0;
    height: 45px;
    background: transparent;
}
.arrow_box {
    position: relative;
    background: #88b7d5;
    border: 4px solid #c2e1f5;
}

.arrow_box::after,
.arrow_box::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.arrow_box::after {
    border-width: 5px;
    margin-left: -5px;
    opacity: 0.9;
}

.arrow_box::before {
    border-color: #fff rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
    border-width: 8px;
    margin-left: -8px;
}

.arrow_box[status="start"]:after {
    opacity: 0.97;
    border-color: #1dbba6 rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
}

.arrow_box[status="end"]:after {
    opacity: 0.97;
    border-color: #1c7efb rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
}

.arrow_box[status="startend"]::after,
.arrow_box[status="startend"]::before {
    left: 100%;
}

.arrow_box[status="speed"]:after {
    opacity: 0.97;
    border-color: #E8AB1C rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
}

.spanRelayName {
    font-size: 16px;
}

.startstoprec {
    border: 2px solid #fff;
    color: #fff;
    font-size: 11px;
    height: 20px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    /*text-shadow: 1px 1px 3px rgba(88, 88, 88, 0.7);*/
    z-index: 2;
    font-weight: bold;
    border-radius: 5px;
    width: 45px;
    position: relative;
    top: 9px;
    opacity: 1;
    left: 0px;
}

.startstoprec1 {
    border: 2px solid #fff;
    color: #fff;
    font-size: 11px;
    height: 20px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(88, 88, 88, 0.7);
    z-index: 2;
    font-weight: bold;
    border-radius: 5px;
    width: 23px !important;
    position: relative;
    top: 9px;
    opacity: 0.75;
    left: 0px;
}

.gn-maxspeed-balloon {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0 0 3px black;
    display: none;
    font-size: 11px;
    height: 77px;
    line-height: 15px;
    max-width: 190px;
    min-width: 110px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: -75px;
    /*-67px;*/
    left: -40px;
    white-space: nowrap;
    z-index: 4;
}

.gn-rec-balloon {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0 0 3px black;
    display: none;
    font-size: 11px;
    height: 117px;
    line-height: 15px;
    max-width: 190px;
    min-width: 135px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: -115px;
    left: -50px;
    white-space: nowrap;
    z-index: 5;
}

.gn-rec-balloon1 {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0 0 3px black;
    display: none;
    font-size: 11px;
    height: auto;
    line-height: 15px;
    max-width: 190px;
    min-width: 135px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    left: -50px;
    white-space: nowrap;
    z-index: 4;
}

.gn-veh-balloon {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0 0 3px black;
    display: none;
    font-size: 11px;
    height: 96px;
    line-height: 15px;
    max-width: 190px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: -102px;
    white-space: nowrap;
    z-index: 999;
}

.gn-veh-balloon-tmp {
    height: 78px;
    top: -84px;
}

.gn-veh-balloon>span {
    color: #000;
    font-size: 11px;
    padding-right: 5px;
}

.gn-veh-balloon-close {
    background-color: #fafafa;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 10px;
    height: 13px;
    margin-right: 5px;
    position: relative;
    right: 0;
    text-align: center;
    top: 3px;
    width: 14px;
    z-index: 19999;
}

.gn-veh-balloon-icon {
    position: relative;
    top: 2px;
    font-size: 18px !important;
    color: rgb(146, 146, 146) !important;
    padding-left: 5px;
}

.gn-alert-color {
    color: #eb5b4c !important;
}

.gn-resize-sb {
    position: relative;
    float: right;
    font-size: 22px;
    right: 30px;
    top: -3px;
    cursor: pointer;
}

.centerMarker {
    background: rgba(0, 0, 0, 0) url("../images/pinred.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 1;
    display: none;
}

.centerMarkerGreen {
    background: rgba(0, 0, 0, 0) url("../images/pingreen.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 1;
    display: none;
}

.gn-logo1 {
    color: #58aeef;
    display: inline-block;
    float: left;
    font-size: 18px;
    height: 43px;
    left: 10px;
    line-height: 45px;
    margin-left: 0;
    position: relative;
    text-align: center;
    top: 0px;
}

.rotate1 {
    color: #fff;
    display: inline-block;
    font-size: 44px;
    left: -13px;
    position: absolute;
    top: -12px;
    transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    -moz-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    -o-transform: rotate(-24deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.logosymbol1 {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    height: 55px;
    line-height: 55px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    width: 45px;
}

.gn-app {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#61c419+0,b4e391+100 */
    background: #efeff4;
    /* Old browsers */
}

.gn-container {
    width: 100%;
    height: auto;
}

.gn-anim {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.gn-anim-fast {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}


/* LOGIN */

.gn-login-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #58aeef;
    margin-top: 50px
}

.gn-register-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #58aeef;
    margin-top: 50px
}

.gn-login-icon {
    display: inline-block;
    width: 92px;
    height: 92px;
    font-size: 92px;
    border: 0px solid #fff;
    border-radius: 0px;
    line-height: 92px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: rgba(88, 174, 239, 0.8);
    background-image: url('../ikona.png');
    background-size: cover;
}

.gn-inputunit {
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 16px;
    height: 34px;
    padding-top: 10px;
    position: absolute;
    right: 43px;
    text-align: center;
    top: 8px;
    vertical-align: middle;
    width: 40px;
    text-align: right;
}

.gn-clearinput {
    color: #e8e8e8;
    float: right;
    font-size: 22px;
    height: 34px;
    padding-top: 10px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    vertical-align: middle;
    width: 40px;
    cursor: pointer;
}

.gn-clearinput1 {
    color: #e8e8e8;
    cursor: pointer;
    float: right;
    font-size: 22px;
    height: 43px;
    padding-top: 7px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 2px;
    vertical-align: middle;
    width: 40px;
}

.gn-field>button {
    font-size: 18px;
    border: rgba(255, 255, 255, 0.5);
    width: calc(50% - 5px);
    height: 50px;
}

.gn-field>button:nth-of-type(1) {
    margin-right: 5px;
    background-color: rgba(88, 174, 239, 0.8);
    border: 1px solid rgba(88, 174, 239, 0.8);
    color: #fff
}

.gn-field>button:nth-of-type(2) {
    margin-left: 5px;
    background-color: rgba(88, 174, 239, 0.8);
    border: 1px solid rgba(88, 174, 239, 0.8);
    color: #fff
}

.buttondisable {
    font-size: 18px;
    padding-top: 11px;
    height: 37px;
    text-align: center;
    width: calc(50% - 5px);
    float: left;
    background-color: rgba(88, 174, 239, 0.5);
    border: 1px solid rgba(88, 174, 239, 0.8);
    color: rgba(255, 255, 255, 0.8)
}

.buttonenable {
    font-size: 18px;
    cursor: pointer;
    height: 37px;
    padding-top: 11px;
    text-align: center;
    width: calc(50% - 5px);
    float: left;
    background-color: rgba(88, 174, 239, 0.8);
    border: 1px solid rgba(88, 174, 239, 0.8);
    color: #fff
}


/*.gn-copyright {
	color: #959595; display: block; font-size: 13px; height: 50px; text-align: center; width: 100%;
	line-height: 45px; bottom: 0px;
}*/

.gn-login-form {
    display: table;
    width: 400px;
    height: auto;
    margin-left: calc(50% - 200px);
    background: #efeff4 url(../images/cr17.png) no-repeat center bottom / 180px 27px;
}

.gn-login-form>div:nth-last-of-type(1) {
    margin-bottom: 50px;
}

.gn-message-body {
    display: inline-table;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 10px 10px 10px 40px;
    font-size: 18px;
    position: relative;
    color: #fff
}

.gn-message-body-size {
    width: 93%;
    font-size: 18px;
}

.gn-message-icon {
    font-size: 28px;
    position: absolute;
    left: 10px;
    top: 5px
}

.gn-message-body[type="alert"] {
    background-color: rgba(200, 0, 0, 0.9);
    border: 1px solid rgba(190, 0, 0, 0.8)
}


/*.gn-message-body[type="info"]{background-color: rgba(0, 0, 200, 0.2); border: 1px solid rgba(0, 0, 190, 0.8)}*/

.gn-message-body[type="question"] {
    background-color: rgba(255, 255, 255, 1);
    border: 0 none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #000;
}

.gn-message-body[type="input"] {
    background-color: rgba(255, 255, 255, 1);
    border: 0 none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #000;
}

.gn-message-body[type="wait"] {
    background-color: rgba(115, 115, 115, 1)
}

.gn-wait {
    display: table;
    width: 100%;
    position: fixed;
    top: -100%;
    left: 0px;
    text-align: center
}

.gn-wait-body {
    display: inline-table;
    max-width: 700px;
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 10px 40px 10px 40px;
    font-size: 18px;
    position: relative;
    color: #fff
}

.gn-wait-icon {
    font-size: 28px;
    position: absolute;
    left: 10px;
    top: 5px
}

.gn-wait-body[type="wait"] {
    background-color: rgba(186, 186, 186, 1)
}

.gn-body {
    display: block;
    width: 100%;
    height: calc(100% - 120px);
    top: 60px;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    left: 0px;
    background: #efeff4 url(../images/cr17.png) no-repeat center bottom / 180px 27px;
}


/*.gn-container:after{bottom: 10px; left: 0; position: absolute; content: "Zdravo Marjan"; z-index: 10}*/

.gn-body>div:nth-last-of-type(1) {
    margin-bottom: 50px;
}


/*.gn-body > div:nth-last-of-type(1):after{content: ""; position: absolute; bottom: 0px}*/

.gn-blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.logo-back-white {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 30
}

.logo-middle {
    display: block;
    width: 260px;
    height: 120px;
    position: fixed;
    top: calc(50% - 50px);
    left: calc(50% - 130px);
    text-align: center
}

.gpslink-connection-text {
    color: #58aeef;
    font-size: 24px;
    left: calc(50% - 200px);
    position: fixed;
    top: calc(50% - 95px);
    width: 400px;
    animation: example2 5s infinite;
    -webkit-animation: example2 2s infinite;
}

.gn-profile {
    display: block;
    width: 100%;
    height: 130px;
    position: relative;
}

.my-circle2 {
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 64px;
    display: inline-block;
    height: 82px;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 20px;
    width: 82px;
}

.my-name2 {
    color: #58aeef;
    display: block;
    font-size: 22px;
    margin-left: 130px;
    position: absolute;
    text-align: left;
    top: 20px;
    width: calc(100% - 130px);
    overflow: hidden; text-overflow: ellipsis; white-space: pre;
}

.my-statuses {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    margin-left: 130px;
    position: absolute;
    text-align: left;
    top: 60px;
    width: calc(100% - 130px);
}

.d-item:not(.d-group) {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #eaeef0/*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3)*/
}

.d-item[icon]:before {
    margin-top: 16px
}

.d-item[weather]:after {
    content: attr(weather);
    font-size: 16px;
    color: #58aeef;
    font-weight: 300;
    line-height: 16px;
    position: absolute;
    right: 7px;
    top: 7px;
    max-width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.d-item[status]:after {
    content: attr(status);
    font-size: 16px;
    color: #58aeef;
    font-weight: 300;
    line-height: 16px;
    position: absolute;
    right: 7px;
    top: 7px;
}

.d-item[status="on"]:after {
    color: #1dbba6;
    border-radius: 3px;
    content: " ON ";
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    position: absolute;
    right: 7px;
    top: 7px;
}

.d-item[status="off"]:after {
    color: #eb5b4c;
    border-radius: 3px;
    content: " OFF ";
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    position: absolute;
    right: 7px;
    top: 7px;
}

.d-item[alert="0"]:after {
    content: attr(alert);
    font-size: 16px;
    color: #58aeef;
    font-weight: 300;
    line-height: 16px;
    position: absolute;
    right: 32px;
    top: 18px;
}

.d-item[setalert="true"]:after {
    right: 30px;
}

.d-item[setalert="false"]:after {
    right: 30px;
}

.d-item[content]:after {
    content: attr(content);
    color: #58aeef;
}


/*.d-item[status="offline"]:after{
	color: #a2a2a2; border-radius: 3px; content: " OFFLINE "; font-size: 11px; font-weight: normal;
	line-height: 16px; position: absolute; right: 7px; top: 12px;
}*/


/*.d-item[status="offline"]{color:#e5e5e5}
.d-item[status="offline"] > .gn-vehicle-icon{color:#e5e5e5}*/

.gn-vehicle-offline-map {
    color: red;
    font-size: 11px;
    font-weight: normal;
    left: 35px;
    opacity: 1;
    position: absolute;
    top: -7px;
    width: 48px;
    z-index: 1;
}


/*.gn-vehicle-offline-bg{
    background-color: yellow;
    border-radius: 8px;
    box-shadow: 0 0 3px black;
    float: right;
    height: 8px;
    left: 18px;
    opacity: 1;
    position: absolute;
    top: -1px;
    width: 8px;
    z-index: 1;
}*/

.gn-vehicle-offline-bg {
    background-color: #fad607;
    border-radius: 8px;
    border: 3px solid #fff;
    float: right;
    height: 8px;
    left: 18px;
    opacity: 1;
    position: absolute;
    top: -1px;
    width: 8px;
    z-index: 1;
}

.d-item[status="offline"]>.gn-vehicle-offline>.gn-vehicle-offline-bg {
    background-color: #fad607;
}

.d-item[status="off"]>.gn-vehicle-offline>.gn-vehicle-offline-bg {
    background-color: #5dc437;
}

.d-item[status="on"]>.gn-vehicle-offline>.gn-vehicle-offline-bg {
    background-color: #5dc437;
}

.d-item:hover>.gn-vehicle-offline-bg {
    border: 3px solid #dee2e4;
}


/*.d-item[status="offline"] > .gn-vehicle-offline{ display: block; };
.d-item[status="off"] > .gn-vehicle-offline{ display: block; };
.d-item[status="on"] > .gn-vehicle-offline{ display: block; };*/

.d-item:hover {
    background-color: #dee2e4;
    cursor: pointer
}

.d-item:hover>.gn-vehicle-offline>.gn-vehicle-offline-bg {
    border: 3px solid #dee2e4;
}

.gn-vehicle-icon {
    color: #929292;
    font-size: 28px;
    position: absolute;
    left: 8px;
}


/*.d-item[status="offline"]:hover{background-color:#fff}*/

.ggroup {
    background-color: #efeff4;
    border-bottom: 1px solid #eaeef0;
    color: #bbbbbb;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 10px;
    text-transform: uppercase;
    width: calc(100% - 20px);
    display: flex;
    justify-content: flex;
    align-items: flex-end;
    height: 50px;
}

.ggroup2 {
    border-bottom: 1px solid #eaeef0;
    color: #212121;
    font-size: 16px;
    font-weight: 300;
    padding: 6px 10px;
    width: calc(100% - 20px);
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.ggroup3 {
    border-bottom: 1px solid #eaeef0;
    color: #bbbbbb;
    font-size: 10px;
    font-weight: normal;
    padding: 0px 0px;
    width: calc(100% - 20px);
}

.ggroup4 {
    color: #eb5b4c;
    font-size: 10px;
    font-weight: normal;
    padding: 0px 0px;
    width: calc(100% - 20px);
}

.d-item:hover>.gn-more {
    color: #fff
}


/*.d-item[status="offline"]:hover > .gn-more{color:#e8e8e8}*/

.gn-back {
    z-index: 2;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 22px;
    height: 60px;
    margin-left: 0px;
    width: 55px;
    position: absolute;
}

.gn-calendar {
    background: transparent;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    float: right;
    right: 5px;
    font-size: 30px;
    color: #fff;
    text-shadow: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 13px;
    width: 50px;
    position: absolute;
}

.gn-details {
    background: transparent;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-shadow: none;
    height: 35px;
    line-height: 33px;
    text-align: center;
    margin-top: 13px;
    width: 30px;
    position: absolute;
}

.gn-rec {
    background: transparent;
    border: 0px;
    cursor: pointer;
    display: inline-block;
    float: right;
    right: 5px;
    font-size: 30px;
    color: #fff;
    text-shadow: none;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 13px;
    width: 50px;
    position: absolute;
    top: 0;
}

.gn-action {
    cursor: pointer;
    display: inline-block;
    float: right;
    right: 10px;
    font-size: 19px;
    text-align: right;
    height: 60px;
    margin-left: 0px;
    width: 65px;
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
    border: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 11px;
    border-radius: 6px;
    opacity: 0.35;
}

.gn-action-readall {
    cursor: pointer;
    display: inline-block;
    float: right;
    right: 10px;
    font-size: 19px;
    text-align: right;
    height: 60px;
    margin-left: 0px;
    width: 83px;
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
    border: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 11px;
    border-radius: 6px;
}

.gn-new-notification {
    border: 1px solid rgba(88, 174, 239, 0.8);
    border-radius: 6px;
    color: rgba(88, 174, 239, 1);
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    margin-left: 0;
    margin-top: 11px;
    opacity: 1;
    position: relative;
    right: 0px;
    text-align: center;
    text-shadow: none;
    width: 65px;
    top: -20px;
}

@media only screen and (max-width: 700px) {
    /* Phone landscape*/
    .gn-login-form {
        width: 90%;
        margin-left: 5%
    }
    .gn-login-icon {
        display: none
    }
    .gn-message-body {
        width: 100%;
    }
    .gn-message-body-size {
        width: 83%;
    }
}

@media only screen and (max-width: 380px) {
    /* Phone portrait*/
    .gn-login-form {
        width: 100%;
        margin-left: 0px
    }
    .gn-login-icon {
        display: inline-block
    }
    .gn-message-body {
        width: 100%;
    }
    .gn-message-body-size {
        width: 78%;
    }
}

@media only screen and (max-width: 320px) {
    /* Phone portrait*/
    .gn-action {
        right: 5px;
    }
    .gn-register-title {
        font-size: 30px;
    }
}

.my-marker-white {
    background-color: white;
    border-radius: 27px;
    height: 37px;
    opacity: 0.75;
    position: absolute;
    width: 37px;
    z-index: 0;
    box-shadow: 0px 0px 5px black;
}

.icon-car-bg-29-30-50-54 {
    left: 0px;
    top: -1px;
}

.icon-car-bg-27-28-51-53 {
    left: 0px;
    top: -1px;
}

.icon-car-bg-25-26-49 {
    left: 0px;
    top: 0px;
}

.icon-car-bg-31 {
    left: 0px;
    top: -1px;
}

.icon-car-bg-32 {
    left: 1px;
    top: -1px;
}

.icon-car-bg-52 {
    left: 0px;
    top: 0px;
}

.icon-car-bg-45 {
    left: 0px;
    top: -1px;
}

.icon-car-bg-42-55 {
    left: 2px;
    top: -1px;
}

.icon-car-bg-41-56 {
    left: 1px;
    top: 0px;
}

.icon-car-bg-34-57 {
    left: 1px;
    top: 0px;
}

.icon-car-bg-43-58 {
    left: 0px;
    top: 0px;
}

.icon-car-bg-40-48 {
    left: 1px;
    top: 0px;
}

.icon-car-bg-46 {
    left: 0px;
    top: 0px;
}

.icon-car-bg-60 {
    left: 1px;
    top: -1px;
}

.icon-car-bg-61 {
    left: -1px;
    top: 0px;
}

.icon-car-bg-default {
    left: 2px;
    top: -2px;
}

.icon-car-bg-64 {
    left: -1px;
    top: 1px;
}

.icon-car-bg-new {
    left: 1px;
    top: 1px;
}

.icon-car-bg-new1 {
    left: -2px;
    top: -1px;
}

.icon-car-bg-new2 {
    left: 0px;
    top: 1px;
}

.icon-car-bg-new3 {
    left: -1px;
    top: -1px;
}

@keyframes example-green {
    0% {
        border: 4px solid rgba(29, 187, 166, 0.5)
    }
    10% {
        border: 4px solid rgba(29, 187, 166, 0.4)
    }
    20% {
        border: 4px solid rgba(29, 187, 166, 0.3)
    }
    30% {
        border: 4px solid rgba(29, 187, 166, 0.2)
    }
    40% {
        border: 4px solid rgba(29, 187, 166, 0.1)
    }
    50% {
        border: 4px solid rgba(29, 187, 166, 0.0)
    }
    60% {
        border: 4px solid rgba(29, 187, 166, 0.1)
    }
    70% {
        border: 4px solid rgba(29, 187, 166, 0.2)
    }
    80% {
        border: 4px solid rgba(29, 187, 166, 0.3)
    }
    90% {
        border: 4px solid rgba(29, 187, 166, 0.4)
    }
    100% {
        border: 4px solid rgba(29, 187, 166, 0.5)
    }
}

@-webkit-keyframes example-green {
    0% {
        border: 4px solid rgba(29, 187, 166, 0.5)
    }
    10% {
        border: 4px solid rgba(29, 187, 166, 0.4)
    }
    20% {
        border: 4px solid rgba(29, 187, 166, 0.3)
    }
    30% {
        border: 4px solid rgba(29, 187, 166, 0.2)
    }
    40% {
        border: 4px solid rgba(29, 187, 166, 0.1)
    }
    50% {
        border: 4px solid rgba(29, 187, 166, 0.0)
    }
    60% {
        border: 4px solid rgba(29, 187, 166, 0.1)
    }
    70% {
        border: 4px solid rgba(29, 187, 166, 0.2)
    }
    80% {
        border: 4px solid rgba(29, 187, 166, 0.3)
    }
    90% {
        border: 4px solid rgba(29, 187, 166, 0.4)
    }
    100% {
        border: 4px solid rgba(29, 187, 166, 0.5)
    }
}

@keyframes example2-green {
    0% {
        border: 5px solid rgba(29, 187, 166, 0.2)
    }
    20% {
        border: 5px solid rgba(29, 187, 166, 0.1)
    }
    40% {
        border: 5px solid rgba(29, 187, 166, 0.0)
    }
    60% {
        border: 5px solid rgba(29, 187, 166, 0.1)
    }
    80% {
        border: 5px solid rgba(29, 187, 166, 0.2)
    }
    100% {
        border: 5px solid rgba(29, 187, 166, 0.1)
    }
}

@-webkit-keyframes example2-green {
    0% {
        border: 5px solid rgba(29, 187, 166, 0.2)
    }
    20% {
        border: 5px solid rgba(29, 187, 166, 0.1)
    }
    40% {
        border: 5px solid rgba(29, 187, 166, 0.0)
    }
    60% {
        border: 5px solid rgba(29, 187, 166, 0.1)
    }
    80% {
        border: 5px solid rgba(29, 187, 166, 0.2)
    }
    100% {
        border: 5px solid rgba(29, 187, 166, 0.1)
    }
}

.my-marker-green::before {
    border: 4px solid rgba(29, 187, 166, 0.5);
    border-radius: 20px;
    content: " ";
    display: block;
    height: 32px;
    left: -8px;
    position: absolute;
    top: -8px;
    width: 32px;
    z-index: 1;
    animation: example-green 3s infinite;
    -webkit-animation: example-green 3s infinite;
}

.my-marker-green::after {
    border: 5px solid rgba(29, 187, 166, 0.2);
    border-radius: 30px;
    content: " ";
    display: block;
    height: 45px;
    left: -16px;
    position: absolute;
    top: -16px;
    width: 45px;
    z-index: 1;
    animation: example2-green 3s infinite;
    -webkit-animation: example2-green 3s infinite
}

.my-marker-green {
    background-color: #1dbba6;
    border: 1px solid #fff;
    border-radius: 22px;
    color: #fff;
    width: 22px;
    z-index: 2;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
}

.my-marker-green1 {
    background-color: #1dbba6;
    border-radius: 22px;
    color: #fff;
    width: 22px;
    z-index: 2;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
}

.my-marker-green-yellow {
    background-color: #929292;
    border: 1px solid #fff;
    border-radius: 22px;
    color: #fff;
    width: 22px;
    z-index: 2;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
}

@keyframes example-red {
    0% {
        border: 4px solid rgba(28, 126, 251, 0.5)
    }
    10% {
        border: 4px solid rgba(28, 126, 251, 0.4)
    }
    20% {
        border: 4px solid rgba(28, 126, 251, 0.3)
    }
    30% {
        border: 4px solid rgba(28, 126, 251, 0.2)
    }
    40% {
        border: 4px solid rgba(28, 126, 251, 0.1)
    }
    50% {
        border: 4px solid rgba(28, 126, 251, 0.0)
    }
    60% {
        border: 4px solid rgba(28, 126, 251, 0.1)
    }
    70% {
        border: 4px solid rgba(28, 126, 251, 0.2)
    }
    80% {
        border: 4px solid rgba(28, 126, 251, 0.3)
    }
    90% {
        border: 4px solid rgba(28, 126, 251, 0.4)
    }
    100% {
        border: 4px solid rgba(28, 126, 251, 0.5)
    }
}

@-webkit-keyframes example-red {
    0% {
        border: 4px solid rgba(28, 126, 251, 0.5)
    }
    10% {
        border: 4px solid rgba(28, 126, 251, 0.4)
    }
    20% {
        border: 4px solid rgba(28, 126, 251, 0.3)
    }
    30% {
        border: 4px solid rgba(28, 126, 251, 0.2)
    }
    40% {
        border: 4px solid rgba(28, 126, 251, 0.1)
    }
    50% {
        border: 4px solid rgba(28, 126, 251, 0.0)
    }
    60% {
        border: 4px solid rgba(28, 126, 251, 0.1)
    }
    70% {
        border: 4px solid rgba(28, 126, 251, 0.2)
    }
    80% {
        border: 4px solid rgba(28, 126, 251, 0.3)
    }
    90% {
        border: 4px solid rgba(28, 126, 251, 0.4)
    }
    100% {
        border: 4px solid rgba(28, 126, 251, 0.5)
    }
}

@keyframes example2-red {
    0% {
        border: 5px solid rgba(28, 126, 251, 0.2)
    }
    20% {
        border: 5px solid rgba(28, 126, 251, 0.1)
    }
    40% {
        border: 5px solid rgba(28, 126, 251, 0.0)
    }
    60% {
        border: 5px solid rgba(28, 126, 251, 0.1)
    }
    80% {
        border: 5px solid rgba(28, 126, 251, 0.2)
    }
    100% {
        border: 5px solid rgba(28, 126, 251, 0.1)
    }
}

@-webkit-keyframes example2-red {
    0% {
        border: 5px solid rgba(28, 126, 251, 0.2)
    }
    20% {
        border: 5px solid rgba(28, 126, 251, 0.1)
    }
    40% {
        border: 5px solid rgba(28, 126, 251, 0.0)
    }
    60% {
        border: 5px solid rgba(28, 126, 251, 0.1)
    }
    80% {
        border: 5px solid rgba(28, 126, 251, 0.2)
    }
    100% {
        border: 5px solid rgba(28, 126, 251, 0.1)
    }
}

.my-marker-red::before {
    /*border: 4px solid rgba(28, 126, 251, 0.5); */
    border-radius: 20px;
    content: " ";
    display: block;
    height: 32px;
    left: -8px;
    position: absolute;
    top: -8px;
    width: 32px;
    z-index: 1;
    /*animation: example-red 3s infinite;-webkit-animation: example-red 3s infinite;*/
}

.my-marker-red::after {
    /*border: 5px solid rgba(28, 126, 251, 0.2); */
    border-radius: 30px;
    content: " ";
    display: block;
    height: 45px;
    left: -16px;
    position: absolute;
    top: -16px;
    width: 45px;
    z-index: 1;
    /*animation: example2-red 3s infinite;-webkit-animation: example2-red 3s infinite*/
}

.my-marker-red {
    background-color: #1c7efb;
    border: 1px solid #fff;
    border-radius: 22px;
    color: #fff;
    width: 22px;
    z-index: 2;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
}

.my-marker-red1 {
    background-color: #1c7efb;
    border-radius: 22px;
    color: #fff;
    width: 22px;
    z-index: 2;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
}

.my-marker-red-yellow {
    background-color: #929292;
    border: 1px solid #fff;
    border-radius: 22px;
    color: #fff;
    width: 22px;
    z-index: 2;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
}

.my-marker-gray::before {
    /*border: 4px solid rgba(28, 126, 251, 0.5); */
    border-radius: 20px;
    content: " ";
    display: block;
    height: 32px;
    left: -8px;
    position: absolute;
    top: -8px;
    width: 32px;
    z-index: 1;
    animation: example-red 3s infinite;
    -webkit-animation: example-red 3s infinite;
}

.my-marker-gray::after {
    /*border: 5px solid rgba(28, 126, 251, 0.2); */
    border-radius: 30px;
    content: " ";
    display: block;
    height: 45px;
    left: -16px;
    position: absolute;
    top: -16px;
    width: 45px;
    z-index: 1;
    animation: example2-red 3s infinite;
    -webkit-animation: example2-red 3s infinite
}

.my-marker-gray {
    background-color: #929292;
    border: 1px solid #fff;
    border-radius: 22px;
    color: #fff;
    width: 22px;
    z-index: 2;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
}

.my-marker-gray1 {
    background-color: #929292;
    border-radius: 22px;
    color: #fff;
    width: 22px;
    z-index: 2;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
}

.my-marker-gray-yellow {
    background-color: #929292;
    border: 1px solid #fff;
    border-radius: 22px;
    color: #fff;
    width: 22px;
    z-index: 2;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    opacity: 1;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
}

.gn-marker-anim {
    transition: all 3s ease;
    -webkit-transition: all 3s ease
}


/*.ol-overlay-container{transition: all 0.5s ease; -webkit-transition: all 0.5s ease}*/

.ol-overlaycontainer-stopevent {
    display: none
}

.map-container {
    background-image: url(../images/patern.png)
}

.gn-vehicle-icon.ion-battery-half {
    font-size: 22px
}

.gn-vehicle-icon.ion-ios-analytics-outline {
    font-size: 22px
}

.gn-login-icon-field.ion-edit {
    font-size: 22px;
    margin-top: 6px
}

.k-button {
    border: 0;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.d-button {
    border: 1px solid #526e82;
    border-radius: 0px;
    padding: 7px 15px;
    background-color: transparent;
    color: #526e82;
    cursor: pointer;
    font-size: 16px;
    height: 50px
}

.d-button:hover {
    background-color: #526e82;
    color: #fff
}

.d-button[invert="yes"] {
    border: 1px solid #526e82;
    border-radius: 0px;
    padding: 7px 15px;
    background-color: #526e82;
    color: #fff;
    cursor: pointer
}

.d-button[invert="yes"]:hover {
    opacity: 0.8
}

.d-button[color="blue"] {
    border: 1px solid #009be4;
    border-radius: 0px;
    padding: 7px 15px;
    background-color: transparent;
    color: #009be4;
    cursor: pointer
}

.d-button[color="green"] {
    border: 1px solid #1dbba6;
    border-radius: 0px;
    padding: 7px 15px;
    background-color: transparent;
    color: #1dbba6;
    cursor: pointer
}

.d-button[color="red"] {
    border: 1px solid #eb5b4c;
    border-radius: 0px;
    padding: 7px 15px;
    background-color: transparent;
    color: #eb5b4c;
    cursor: pointer
}

.d-button[color="gray"] {
    border: 1px solid #7191a9;
    border-radius: 0px;
    padding: 7px 15px;
    background-color: transparent;
    color: #7191a9;
    cursor: pointer
}

.d-button[color="blue"]:hover {
    background-color: #009be4;
    color: #fff
}

.d-button[color="green"][invert="no"]:hover {
    background-color: #1dbba6;
    color: #fff
}

.d-button[color="red"][invert="no"]:hover {
    background-color: #eb5b4c;
    color: #fff
}

.d-button[color="gray"]:hover {
    background-color: #7191a9;
    color: #fff
}

.d-button[color="blue"][invert="yes"] {
    background-color: #009be4;
    color: #fff
}

.d-button[color="green"][invert="no"] {
    background-color: #1dbba6;
    color: #fff
}

.d-button[color="red"][invert="no"] {
    background-color: #eb5b4c;
    color: #fff
}

.d-button[color="gray"][invert="yes"] {
    background-color: #7191a9;
    color: #fff
}


/*.d-textbox{width:calc(100% - 10)}*/

.armClass {
    color: #5DC437;
}

.armClass1 {
    color: #BABABA;
}

.gm-style-cc {
    display: none !important;
}

.controls {
    margin-top: 0px;
    border: 1px solid transparent;
    border-radius: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-left: 0px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 76%;
}

#pac-input:focus {
    border-color: transparent;
}

.pac-container {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pac-container:empty {
    display: none !important;
}

.gn-zoom-icon {
    color: #565656;
    font-size: 25px;
    position: relative;
    left: 0px;
}

.gn-fullscreen-icon {
    color: #565656;
    font-size: 25px;
    position: relative;
    right: 0px;
}

.rotate_ {
    display: inline-block;
    font-size: 44px;
    left: -14px;
    position: absolute;
    top: -11px;
    transform: rotate(45deg);
}

.rotateIcon {
    transform: rotate(90deg);
    top: 3px;
    left: 5px;
    font-size: 27px;
}

.rotateIcon1 {
    transform: rotate(-90deg);
    top: 1px;
    left: 15px;
    font-size: 27px;
}


/**LOADING CSS*/

.clear-loading {
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loading-effect-2 {
    width: 100px;
    height: 100px;
}

.loading-effect-2>span {
    border: 2px solid #58aeef;
}

.loading-effect-2>span:before {
    border: 2px solid #58aeef;
}

.loading-effect-2>span:after {
    border: 2px solid #58aeef;
}

.loading-effect-2>span,
.loading-effect-2>span:before,
.loading-effect-2>span:after {
    content: "";
    display: block;
    border-radius: 50%;
    /*border: 2px solid #1c7efb;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading-effect-2>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear;
}

.loading-effect-2>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}

.loading-effect-2>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.gn-logo {
    display: inline-block;
    margin-left: 0px;
    text-align: center;
    height: 43px;
    float: right;
    line-height: 45px;
    position: relative;
    color: #58aeef;
    font-size: 20px;
}

.rotate {
    transform: rotate(-24deg);
    -webkit-transform: rotate(-24deg);
    -moz-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    -o-transform: rotate(-24deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: inline-block;
    font-size: 26px;
    left: -65px;
    top: 30px;
    position: absolute;
    color: #58aeef;
}

.gl-fullscreen-map {
    display: none !important;
}

.loading-effect-4 {
    width: 25px;
    height: 25px;
}

.loading-effect-4>span {
    border: 1px solid #58aeef;
}

.loading-effect-4>span:before {
    border: 1px solid #58aeef;
}

.loading-effect-4>span:after {
    border: 1px solid #58aeef;
}

.loading-effect-4>span,
.loading-effect-4>span:before,
.loading-effect-4>span:after {
    content: "";
    display: block;
    border-radius: 50%;
    /*border: 2px solid #1c7efb;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading-effect-4>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear;
}

.loading-effect-4>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}

.loading-effect-4>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}

@-webkit-keyframes effect-4 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes effect-4 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading-effect-3 {
    width: 25px;
    height: 25px;
}

.loading-effect-3>span {
    border: 1px solid #fff;
}

.loading-effect-3>span:before {
    border: 1px solid #fff;
}

.loading-effect-3>span:after {
    border: 1px solid #fff;
}

.loading-effect-3>span,
.loading-effect-3>span:before,
.loading-effect-3>span:after {
    content: "";
    display: block;
    border-radius: 50%;
    /*border: 2px solid #1c7efb;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading-effect-3>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear;
}

.loading-effect-3>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}

.loading-effect-3>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}

@-webkit-keyframes effect-3 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes effect-3 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.strength0 {
    background-color: #D41919;
    width: calc(20% - 10px);
}

.strength1 {
    background-color: #F0891A;
    width: calc(40% - 12px);
}

.strength2 {
    background-color: #EBCD09;
    width: calc(60% - 14px);
}

/*.strength3 {
    background-color: #B1DB32;
    width: calc(66.5% - 16px);
}*/

.strength3 {
    background-color: #5dc437;
    width: calc(80% - 18px);
}

.strength4 {
    background-color: #1c7efb;
    width: calc(100% - 20px);
}

.d-password {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gn-asset-list {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 5px;
    top: 48px;
    z-index: 9999;
    color: #333;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-y: auto;
    max-width: 80%;
    max-height: 50%;
    min-width: 190px;
}
.gn-asset-dash-list {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 10px;
    top: 70px;
    z-index: 1;
    color: #333;
    border: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-y: auto;
    max-width: 80%;
    max-height: 50%;
    min-width: 190px;
}

.d-item-radius {
    outline: 0px solid #ccc;
    display: inline-block;
    font-size: 16px;
    min-height: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    position: relative;
    color: #000;
    width: calc(25% - 1px);
    height: 50px;
    line-height: 50px;
    margin-top: 0px;
    text-align: center;
    border-right: 1px solid #eaeef0;
    background-color: #fff;
    cursor: pointer;
}

.d-item-radius-selected {
    outline: 0px solid #ccc;
    display: inline-block;
    font-size: 16px;
    min-height: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    position: relative;
    color: #fff;
    width: calc(25% - 1px);
    height: 50px;
    line-height: 50px;
    margin-top: 0px;
    text-align: center;
    border-right: 1px solid #eaeef0;
    background-color: #58aeef;
    cursor: pointer;
}

div[class*="d-item-radius"]:hover {
    opacity: 0.7;
}

.pac-container {
    background-color: #fff;
    position: absolute!important;
    z-index: 9999;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #999
}

.pac-item:hover {
    background-color: #fafafa
}

.pac-item-selected,
.pac-item-selected:hover {
    background-color: #ebf2fe
}

.pac-matched {
    font-weight: 700
}

.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000
}

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px
}

.hdpi .pac-icon {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}

.pac-icon-search {
    background-position: -1px -1px
}

.pac-item-selected .pac-icon-search {
    background-position: -18px -1px
}

.pac-icon-marker {
    background-position: -1px -161px
}

.pac-item-selected .pac-icon-marker {
    background-position: -18px -161px
}

.pac-placeholder {
    color: gray
}

#recDetails:hover {
    cursor: pointer;
}

@media (orientation: portrait),
(orientation: landscape) and (max-width: 1023px) {
    .dcheck {
        position: relative;
        float: right;
        margin-right: 38px;
        width: calc(100% - 90px);
    }
    .dt-range {
        margin-top: 165px;
    }
    .gn-saleassets {
        top: 59px !important;
        right: 94px !important;
    }
    .gn-transferassets {
        right: 123px !important;
        top: 58px !important;
    }
    .gn-groupassets {
        top:calc(50% + 3px) !important;
    }
    .gn-checkbox-all {
        position: absolute;
        margin-top: 18px;
        transform: scale(1.7,1.7);
        float: right;
        right: 70px;
        top: 140px;
    }
    .gn-checkbox-sale-all {
        position: absolute;
        margin-top: 18px;
        transform: scale(1.7,1.7);
        float: right;
        right: 154px;
        top: 53px;
    }
    .gn-checkbox-sold-all {
        position: absolute;
        margin-top: 18px;
        transform: scale(1.7,1.7);
        float: right;
        right: 45px;
        top: calc(50% - 4px);
    }
    .connAssetText {
        overflow-y: scroll; 
        display: block; 
        width: 100%; 
        height: calc(100% - 101px); 
        margin-bottom: 10px;
    }
    .initialtable {
        border-collapse: collapse;
        text-align: center;
        background-color: white;
        /*table-layout: fixed;*/
    }
    .initialtable th {
        border: 1px solid #eaeef0;
        /*font-weight: bold;*/
        color: black;
        padding-left: 5px;
        padding-right: 5px;
    }
    .initialtable th span, .initialtable th div{
        color: #58aeef;
    }
    .initialtable td {
        border: 1px solid #eaeef0;
        color: #58aeef;
        padding-left: 5px;
        padding-right: 5px;
    }

    .initialtableB {
        border-collapse: collapse;
        text-align: center;
        background-color: white;
        /*table-layout: fixed;*/
    }
    .initialtableB th {
        border: 1px solid #eaeef0;
        /*font-weight: bold;*/
        padding-left: 5px;
        padding-right: 5px;
    }
    .initialtableB th span, .initialtableB th div{
        color: #58aeef;
    }
    .initialtableB td {
        border: 1px solid #eaeef0;
        padding-left: 5px;
        padding-right: 5px;
    }
    .initialtableB tr:first-child th {
        border-top: 2px solid #58aeef;
    }
    .initialtableB tr:last-child th {
        border-bottom: 2px solid #58aeef;
    }
    .d-item1 {
        width: calc(100% - 20px) !important;
    }
    .d-item2 {}
    .d-menu-item[gl-hint]:after {
        content: attr(gl-hint);
        font-size: 10px;
        font-weight: 300;
        position: relative;
        top: -30px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    .viewRshortdata {
        overflow-y: auto;
        height: 3px;
        /*background-color: #fff;*/
        position: relative;
        top: 10px;
        width: 100%;
        z-index: 5999;
        color: blue;
        /*max-height: calc(100% - 60px);*/
        border-bottom: 1px solid #58aeef;
        -webkit-overflow-scrolling: touch;
    }
    .slideRshortdata {
        background-color: #fff;
        left: calc(50% - 37px);
        line-height: 20px;
        position: relative;
        top: 9px;
        width: 74px;
        z-index: 5999;
        color: blue;
        cursor: pointer;
        border: 1px solid #58aeef;
        border-width: 0 1px 1px 1px;
        border-radius: 0 0 4px 4px;
        padding-bottom: 3px;
        z-index: 6000;
        height: 20px;
    }
    .slideRshortdataH {
        background-color: #fff;
        left: 0px;
        /*calc(50% - 60px);*/
        line-height: 20px;
        position: relative;
        top: -14px;
        /*-45px;*/
        width: 100%;
        /*120px;*/
        height: 35px;
        /*65px;*/
        z-index: 5999;
        border: 0;
        padding-bottom: 3px;
        background: transparent;
    }
    .buttonC {
        margin-left: 0px;
    }
    .gn-alert-made {
        font-size: 9px;
        color: #f2800d;
    }
    .gn-alert-name1 {
        display: none;
    }
    .gn-alert-name {
        line-height: 15px;
        padding-top: 3px;
    }
    .gn-txt-temp {
        width: calc(100% - 139px) !important;
        padding: 10px 95px 10px 42px !important;
    }
    .gn-veh-alert {
        right: 39px !important;
    }
    .gn-message {
        display: table;
        width: 100%;
        position: fixed;
        top: -100%;
        left: 0px;
        text-align: center;
        z-index: 10;
    }
    .gn-field-sb {}
    .d-menu-item:hover {}
    .gn-summ-data {
        background-color: #efeff4 !important;
        line-height: 15px !important;
        padding: 1px 5px 5px 24px !important;
    }
    .gn-armdisarm {
        color: #e8e8e8;
        float: right;
        font-size: 22px;
        position: absolute;
        right: 60px;
        top: 0;
    }
    .gn-vehicle-offline {
        color: red;
        display: block;
        font-size: 10px;
        font-weight: normal;
        left: 49px;
        opacity: 1;
        position: absolute;
        top: 16px;
        z-index: 2;
    }
    .gn-field>div>input[type="email"],
    .gn-field>div>input[type="password"],
    .gn-field>div>input[type="text"], .input-product {
        background-color: #fff;
        border: 1px solid rgba(88, 174, 239, 0.8);
        border-radius: 0;
        color: #000;
        font-size: 18px;
        font-weight: 300;
        margin-top: 1px;
        padding: 10px 45px 10px 42px;
        width: calc(100% - 89px);
        float: left;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .gn-txt-field {}
    .gn-field {
        display: table;
        width: calc(100% - 20px);
        margin-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        height: auto;
    }
    .alertDetail {
        width: calc(100% - 20px) !important;
        padding-left: 15px !important;
    }
    .d-item-sett {
        width: calc(100% - 60px) !important;
        padding-left: 53px !important;
    }
    .mapHeight {
        height: calc(100% - 60px);
    }
    .emptyDiv {}
    .d-gn {}
    .d-gn-geonotif {}
    .d-item-nodata {
        padding-left: 25px !important;
        width: 100% !important;
    }
    .d-item[alert]:after {
        content: attr(alert);
        font-size: 16px;
        color: #eb5b4c;
        font-weight: 300;
        line-height: 16px;
        position: absolute;
        right: 50px;
        top: 18px;
    }
    .d-item[alert="0"]:after {
        right: 32px;
    }
    .gl-icon {}
    .gl-icon1 {}
    .gl-icon2 {}
    .d-item-history {
        padding-left: 5px !important;
    }
    .gn-more {
        color: #e8e8e8;
        float: right;
        font-size: 22px;
        position: absolute;
        right: 10px;
        top: 0;
    }
    .gn-login-icon-field {
        font-size: 32px;
        color: rgba(88, 174, 239, 0.8);
        position: absolute;
        left: 10px;
        top: 8px;
    }
    .d-item-alert {
        width: calc(100% - 15px) !important;
    }
    .d-item-dt {
        padding-right: 22px !important;
    }
    .d-item-actalert {}
    .d-item-geonotif {}
    .d-item[status]:after {
        margin-top: 10px;
        margin-right: 25px;
    }
    .d-item[weather]:after {
        margin-top: 10px;
        margin-right: 5px;
    }
    .d-item {
        outline: 0px solid #ccc;
        display: block;
        font-size: 16px;
        min-height: 40px;
        padding: 0 5px 0 35px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
        position: relative;
        color: #526e82;
        width: calc(100% - 40px);
        margin-left: 0px;
        height: 50px;
        line-height: 50px;
        margin-top: 0px;
    }
    .gn-field>input[type="email"],
    .gn-field>input[type="password"],
    .gn-field>input[type="text"],
    .gn-field>input[type="tel"] {
        background-color: #fff;
        border: 1px solid rgba(88, 174, 239, 0.8);
        border-radius: 0;
        color: #000;
        font-size: 18px;
        font-weight: 300;
        margin-top: 1px;
        padding: 10px 8px 10px 42px;
        width: calc(100% - 52px);
        float: left;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .history {}
    .gn-alert-btn-more {
        margin-left: 0px;
    }
    .gn-assethistory-btn-more {
        margin-left: 0px;
    }
    .gn-alert-dt {
        color: #c4c4c4;
        font-size: 12px;
    }
    .gn-alert-dt1 {
        color: #58aeef;
        font-size: 12px;
        left: 50%;
        overflow: hidden;
        position: absolute;
        text-overflow: ellipsis;
        top: 8px;
        white-space: nowrap;
        width: calc(50% - 30px);
        text-align: right;
    }
    .gn-alert-info {
        color: #5dc437;
        float: right;
        font-size: 11px;
        left: 40px;
        overflow: hidden;
        position: absolute;
        text-overflow: ellipsis;
        top: 26px;
        white-space: nowrap;
        width: calc(35% - 10px);
    }
    .gn-alert-info1 {
        display: none;
    }
    .gn-alert-unread {
        font-weight: bold !important;
    }
    .gn-alert-veh {
        left: 40px;
        overflow: hidden;
        position: absolute;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(50% - 40px);
    }
    .gn-alert-veh-tmp {
        width: calc(50% - 40px);
    }
    .gn-alert-loc {
        color: #929292;
        font-size: 11px;
        left: 45%;
        overflow: hidden;
        position: absolute;
        text-overflow: ellipsis;
        top: 26px;
        white-space: nowrap;
        width: calc(55% - 30px);
        text-align: right;
    }
    .gn-alert-more {
        padding-top: 18px;
    }
    .gn-alert-icon {
        padding-top: 6px;
    }
    .gn-alert {
        height: 45px;
        line-height: 20px;
        padding-top: 9px;
    }
    .icnnotif {
        background-color: #eb5b4c;
        border-radius: 7px;
        color: #fff;
        display: inline-block;
        font-family: Arial;
        font-size: 11px;
        height: auto;
        line-height: 14px;
        left: calc(87.5% + 12px);
        padding: 0px 4px 0;
        position: absolute;
        top: 4px;
        width: auto;
    }
    .gn-body {
        display: block;
        width: 100%;
        height: calc(100% - 120px);
        top: 60px;
        position: fixed;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        left: 0px;
        background: #efeff4 url(../images/cr17.png) no-repeat center bottom / 180px 27px;
    }
    .gn-body>div:nth-last-of-type(1) {
        margin-bottom: 30px;
    }
    .sb-icon {
        color: #929292;
        float: left;
        font-size: 35px;
        line-height: 40px;
        margin-left: calc(12.5% - 23px);
        margin-right: calc(12.5% - 23px);
        margin-top: 10px;
        text-align: center;
        width: 46px;
        cursor: pointer;
    }
    .sb-icon-a {
        color: #929292;
        float: left;
        font-size: 35px;
        line-height: 40px;
        margin-left: calc(12% - 24px);
        margin-right: calc(12% - 24px);
        margin-top: 10px;
        text-align: center;
        width: 50px;
        cursor: pointer;
    }
    .gn-statusbar {
        display: block;
        width: 100%;
        height: 60px;
        background-color: #f6f6f7;
        position: fixed;
        bottom: 0px;
        border-top: 1px solid #c8c7cc;
        z-index: 3;
    }
    .gn-topbar {
        display: block;
        width: 100%;
        height: 59px;
        background-color: #58aeef;
        font-size: 24px;
        color: #fff;
        line-height: 60px;
        text-align: center;
        position: fixed;
        top: 0px;
        border-bottom: 1px solid #c9e5fa;
        left: 0px;
    }
    .gn-hasalert {
        color: #e8e8e8;
        float: right;
        font-size: 20px;
        position: absolute;
        right: 33px;
        top: 0;
    }
    .gn-hassetalert {
        color: #e8e8e8;
        float: right;
        font-size: 22px;
        position: absolute;
        right: 33px;
        top: 0;
    }
    .gn-right-page {
        display: block;
        position: fixed;
        top: 0px;
        height: calc(100% - 60px);
        left: 100%;
        width: 100%;
        z-index: 1;
    }
    .gn-p-title {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 59px;
        color: #fff;
        background-color: #58aeef;
        font-size: 23px;
        text-align: center;
    }
    .gn-p-body {
        display: block;
        width: 100%;
        height: calc(100% - 60px);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #efeff4 url(../images/cr17.png) no-repeat center bottom / 180px 27px;
    }
    .gn-p-body>div:nth-last-of-type(1):not(#slajder) {
        margin-bottom: 50px;
    }
    #newradius {
        height: 30px;
        top: -15px;
        position: relative;
        width: 100%;
    }
    .gn-connecting {
        display: block;
        background-color: #fad607;
        padding-bottom: 5px;
        padding-top: 5px;
        position: fixed;
        text-align: center;
        bottom: 30px;
        left: 0px;
        width: 100%;
        z-index: 2;
        height: 20px;
        transition: bottom 1s ease;
    }
}

@media (orientation: landscape) and (min-width: 1024px) {
    .dcheck {
        position: relative;
        float: right;
        margin-right: 60px;
        width: calc(100% - 112px);
    }
    .dt-range {
        margin-top: 0px;
    }
    .gn-saleassets {
        right: 96px !important;
    }
    .gn-transferassets {
        right: 123px !important;
    }
    .gn-groupassets {
        top: 28px;
    }
    .gn-checkbox-all {
        position: absolute;
        margin-top: 18px;
        transform: scale(1.7,1.7);
        float: right;
        right: 70px;
        top: 85px;
    }
    .gn-checkbox-sale-all {
        position: absolute;
        margin-top: 18px;
        transform: scale(1.7,1.7);
        float: right;
        right: 154px;
        top: -6px;
    }
    .gn-checkbox-sold-all {
        position: absolute;
        margin-top: 18px;
        transform: scale(1.7,1.7);
        float: right;
        right: 45px;
        top: -7px;
    }
    .connAssetText {
        overflow-y: scroll; 
        display: block; 
        width: calc(100% - 9px); 
        height: calc(100% - 106px); 
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .initialtable {
        border-collapse: collapse;
        text-align: center;
        background-color: white;
        /*table-layout: fixed;*/
    }
    .initialtable th {
        border: 1px solid #eaeef0;
        /*font-weight: bold;*/
        color: black;
        padding-left: 5px;
        padding-right: 5px;
    }
    .initialtable td {
        border: 1px solid #eaeef0;
        color: #58aeef;
        padding-left: 5px;
        padding-right: 5px;
    }

    .initialtableB {
        border-collapse: collapse;
        text-align: center;
        /*table-layout: fixed;*/
    }
    .initialtableB th {
        border: 1px solid #eaeef0;
        /*font-weight: bold;*/
        color: #ffffff;
        background-color: #58aeef;
        padding-left: 5px;
        padding-right: 5px;
    }
    .initialtableB td {
        border: 1px solid #DBDBDB;
        color: #000;
        padding-left: 5px;
        padding-right: 5px;
    }
    .initialtableB tr:first-child td {
      border-top: 0;
    }
    .initialtableB tr td:first-child {
      border-left: 0;
    }
    .initialtableB tr:last-child td {
      border-bottom: 0;
    }
    .initialtableB tr td:last-child {
      border-right: 0;
    }
    /*.initialtableB tr:nth-child(even) {background: #E1EDF2}
    .initialtableB tr:nth-child(odd) {background: #FFF}*/

    .d-item1 {
        margin-left: 17px !important;
        width: calc(100% - 53px) !important;
    }
    .d-item2 {
        margin-left: 17px !important;
        width: calc(100% - 88px) !important;
    }
    .d-menu-item[gl-hint]:after {
        content: attr(gl-hint);
        font-size: 10px;
        font-weight: 300;
        left: 16px;
        position: absolute;
        text-align: center;
        top: 35px;
        width: 44px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    .gl-icons6-matrix[gl-hint]:after {
        left: 30px;
        top:43px;
    }
    .viewRshortdata {
        overflow-y: auto;
        height: 3px;
        /*background-color: #fff;*/
        position: relative;
        top: 9px;
        width: 100%;
        z-index: 5999;
        color: blue;
        /*max-height: calc(100% - 60px);*/
        border-bottom: 1px solid #58aeef;
        -webkit-overflow-scrolling: touch;
    }
    .slideRshortdata {
        background-color: #fff;
        left: calc(50% - 37px);
        line-height: 20px;
        position: relative;
        top: 8px;
        width: 74px;
        z-index: 5999;
        color: blue;
        cursor: pointer;
        border: 1px solid #58aeef;
        border-width: 0 1px 1px 1px;
        border-radius: 0 0 4px 4px;
        padding-bottom: 3px;
        z-index: 6000;
        height: 20px;
    }
    .slideRshortdataH {
        background-color: #fff;
        line-height: 20px;
        position: relative;
        z-index: 5999;
        padding-bottom: 3px;
        height: 65px;
        width: 120px;
        left: calc(50% - 60px);
        top: -45px;
        background: transparent;
        border: 0;
    }
    .buttonC {
        margin-left: 10px;
    }
    .gn-alert-made {
        font-size: 11px;
        color: #f2800d;
    }
    .gn-alert-name1 {}
    .gn-alert-name {
        line-height: 15px;
        padding-top: 10px;
    }
    .gn-txt-temp {
        width: calc(100% - 139px) !important;
        padding: 10px 90px 10px 42px !important;
    }
    .gn-veh-alert {
        right: 45px !important;
    }
    .gn-message {
        display: table;
        width: 50%;
        position: fixed;
        top: -100%;
        left: 25%;
        text-align: center;
        z-index: 10;
    }
    .gn-field-sb {
        margin-left: 15px !important;
        width: calc(100% - 25px) !important;
    }
    .d-menu-item:hover {
        background-color: #dee2e4;
        cursor: pointer;
    }
    .gn-summ-data {
        background-color: #fff !important;
        padding: 8px 5px 22px 24px !important;
        line-height: 32px !important;
        border-bottom: 15px solid #efeff4 !important;
    }
    .gn-armdisarm {
        color: #e8e8e8;
        float: right;
        font-size: 22px;
        position: absolute;
        right: 70px;
        top: 0;
    }
    .gn-vehicle-offline {
        color: red;
        display: block;
        font-size: 10px;
        font-weight: normal;
        left: 62px;
        opacity: 1;
        position: absolute;
        top: 16px;
        z-index: 2;
    }
    .gn-field>div>input[type="email"],
    .gn-field>div>input[type="password"],
    .gn-field>div>input[type="text"] {
        background-color: #fff;
        border: 1px solid rgba(88, 174, 239, 0.8);
        border-radius: 0;
        color: #000;
        font-size: 18px;
        font-weight: 300;
        margin-top: 1px;
        padding: 10px 40px 10px 42px;
        width: calc(100% - 84px);
        float: left;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .gn-field>div>input[type="text"] {
        background-color: #fff;
        border: 1px solid rgba(88, 174, 239, 0.8);
        border-radius: 0;
        color: #000;
        font-size: 18px;
        font-weight: 300;
        margin-top: 1px;
        padding: 10px 40px 10px 42px;
        width: calc(100% - 89px);
        float: left;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .gn-txt-field {
        width: calc(100% - 57px) !important;
    }
    .gn-field {
        display: table;
        width: calc(100% - 5px);
        margin-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        height: auto;
    }
    .alertDetail {
        margin-left: 10px !important;
        padding-left: 20px !important;
        width: calc(100% - 35px) !important;
    }
    .d-item-sett {
        width: calc(100% - 66px) !important;
    }
    .mapHeight {
        height: 100%;
    }
    .emptyDiv {
        height: 20px;
    }
    .d-gn {
        width: calc(100% - 60px) !important;
    }
    .d-gn-geonotif {
        margin-left: 15px !important;
        width: calc(100% - 88px) !important;
    }
    .d-item-nodata {
        padding-left: 15px !important;
        width: calc(100% - 31px) !important;
    }
    .d-item[alert]:after {
        content: attr(alert);
        font-size: 16px;
        color: #eb5b4c;
        font-weight: 300;
        line-height: 16px;
        position: absolute;
        right: 65px;
        top: 18px;
    }
    .d-item[alert="0"]:after {
        right: 40px;
    }
    .gl-icon {
        left: 20px;
    }
    .gl-icon1 {
        left: 15px;
    }
    .gl-icon2 {
        right: 20px !important;
    }
    .d-item-history {
        padding-left: 15px !important;
    }
    .gn-more {
        color: #e8e8e8;
        float: right;
        font-size: 22px;
        position: absolute;
        right: 15px;
        top: 0;
    }
    .gn-login-icon-field {
        font-size: 32px;
        color: rgba(88, 174, 239, 0.8);
        position: absolute;
        left: 10px;
        top: 8px;
    }
    .d-item-alert {
        padding-right: 28px !important;
        width: calc(100% - 60px) !important;
    }
    .d-item-dt {
        padding-right: 30px !important;
    }
    .d-item-actalert {
        padding-left: 20px !important;
        width: calc(100% - 31px) !important;
    }
    .d-item-geonotif {
        padding-left: 20px !important;
        width: calc(100% - 55px) !important;
        margin-left: 15px !important;
    }
    .d-item[status]:after {
        margin-top: 10px;
        margin-right: 40px;
    }
    .d-item[weather]:after {
        margin-top: 10px;
        margin-right: 10px;
    }
    .d-item {
        outline: 0px solid #ccc;
        display: block;
        font-size: 16px;
        min-height: 40px;
        padding: 0 5px 0 50px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
        position: relative;
        color: #526e82;
        width: calc(100% - 66px);
        margin-left: 10px;
        height: 50px;
        line-height: 50px;
        margin-top: 0px;
    }
    .gn-field>input[type="email"],
    .gn-field>input[type="password"],
    .gn-field>input[type="text"],
    .gn-field>input[type="tel"] {
        background-color: #fff;
        border: 1px solid rgba(88, 174, 239, 0.8);
        border-radius: 0;
        color: #000;
        font-size: 18px;
        font-weight: 300;
        margin-top: 1px;
        padding: 10px 8px 10px 42px;
        width: calc(100% - 52px);
        float: left;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    .gn-field>input[type="text"] {
        width: calc(100% - 57px) !important;
    }
    .history {
        margin-bottom: 20px;
    }
    .gn-alert-btn-more {
        margin-left: 10px;
    }
    .gn-assethistory-btn-more {
        margin-left: 10px;
    }
    .gn-alert-dt {
        /*position: relative;
		float: right;
		padding-right: 35px;
		top: -50px;
		color: #929292;
		font-size: 16px;*/
        position: absolute;
        float: right;
        top: 0px;
        color: #929292;
        font-size: 16px;
        right: 35px;
    }
    .gn-alert-dt1 {
        /*position: relative;
		float: right;
		padding-right: 35px;
		top: -50px;
		color: #929292;
		font-size: 16px;*/
        position: absolute;
        top: 0px;
        color: #58aeef;
        font-size: 16px;
        left: 35%;
        width: 25%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .gn-alert-veh {
        width: calc(35% - 55px);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: absolute;
        left: 55px;
    }
    .gn-alert-veh-tmp {
        width: calc(20% - 55px);
    }
    .gn-alert-info {
        display: none;
    }
    .gn-alert-info1 {
        position: absolute;
        float: right;
        top: 0px;
        color: #5dc437;
        font-size: 16px;
        left: 20%;
        width: 15%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .gn-alert-unread {
        font-weight: 500 !important;
    }
    .gn-alert-loc {
        position: absolute;
        top: 0px;
        color: #929292;
        font-size: 16px;
        left: 60%;
        width: calc(40% - 30px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .gn-alert-more {}
    .gn-alert-icon {}
    .gn-alert {
        height: 50px;
        line-height: 50px;
    }
    .icnnotif {
        background-color: #eb5b4c;
        border-radius: 7px;
        color: #fff;
        display: inline-block;
        font-family: Arial;
        font-size: 11px;
        height: auto;
        line-height: 14px;
        margin-left: -4px;
        padding: 0px 4px 0;
        position: absolute;
        top: 7px;
        width: auto;
    }
    .gn-body {
        display: block;
        height: calc(100% - 60px);
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 60px;
        width: calc(70% - 15px);
        background: #efeff4 url(../images/cr17.png) no-repeat center bottom / 180px 27px;
    }
    .gn-body>div:nth-last-of-type(1) {
        margin-bottom: 50px;
    }
    .sb-icon, .sb-icon-a {
        border-bottom: 1px solid #eaeef0;
        color: #929292;
        cursor: pointer;
        font-size: 35px;
        line-height: 40px;
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 25px;
        position: relative;
        text-align: left;
        width: calc(100% - 25px);
    }
    .gn-statusbar {
        background-color: #fff;
        height: calc(100% - 60px);
        position: fixed;
        width: calc(30% - 7px);
        z-index: 3;
        /* 0 */
    }
    .gn-topbar {
        display: block;
        width: calc(70% + 10px);
        height: 59px;
        background-color: #58aeef;
        font-size: 24px;
        color: #fff;
        line-height: 60px;
        text-align: center;
        position: fixed;
        top: 0px;
        left: 0px;
        box-shadow: 0 9px 9px -9px rgba(0, 0, 0, 0.3);
        /*z-index: 4;*/
    }
    .gn-hasalert {
        color: #e8e8e8;
        float: right;
        font-size: 20px;
        position: absolute;
        right: 40px;
        top: 0;
    }
    .gn-hassetalert {
        color: #e8e8e8;
        float: right;
        font-size: 22px;
        position: absolute;
        right: 40px;
        top: 0;
    }
    .gn-right-page {
        display: block;
        position: fixed;
        top: 0px;
        height: calc(100% - 60px) !important;
        left: 100%;
        width: 100%;
        z-index: 1;
    }
    .gn-p-title {
        display: block;
        width: calc(70% + 10px);
        position: relative;
        left: calc(30% - 10px);
        height: 59px;
        line-height: 59px;
        color: #fff;
        background-color: #58aeef;
        font-size: 23px;
        text-align: center;
        box-shadow: 0 9px 9px -9px rgba(0, 0, 0, 0.3);
    }
    .gn-p-body {
        display: block;
        width: calc(70% - 15px) !important;
        position: relative;
        left: 30% !important;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #efeff4 url(../images/cr17.png) no-repeat center bottom / 180px 27px;
    }
    .gn-p-body>div:nth-last-of-type(1):not(#slajder) {
        margin-bottom: 50px;
    }
    #newradius {
        height: 30px;
        top: -14px;
        position: relative;
        width: calc(100% - 1px);
    }
    .gn-connecting {
        display: block;
        background-color: #fad607;
        padding-bottom: 5px;
        padding-top: 5px;
        position: fixed;
        text-align: center;
        bottom: -30px;
        height: 20px;
        left: calc(30% - 7px);
        width: calc(70% + 7px);
        z-index: 2;
        transition: all 0.5s ease;
    }
}


/*.sb-icon:hover{color: rgba(255,255,255,0.8)}*/

.sb-icon[sel="yes"] {
    color: #58aeef;
}
.sb-icon-a[sel="yes"] {
    color: #58aeef;
}

.gn-hassetalert[setalert="true"]:before {
    color: #64bd63;
}

.gn-hassetalert[setalert="false"]:before {
    color: #929292;
}


/*@media (max-width: 760px) {
	.rotateIcon {transform: rotate(90deg); top:11px; left:15px; font-size:27px;}
}
@media (min-width: 761px) {
	.rotateIcon {transform: rotate(90deg); top:0px; left:8px; font-size:27px;}
}
.rotateIcon1 {transform: rotate(-90deg); top:1px; left:15px; font-size:27px;}
*/

.d-item-icon-selected {
    color: #5dc437;
}
.wrapword {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
    padding-left: 5px;
    padding-right: 5px;
}
.tmpToSpan {
    cursor: pointer;
    float: left;
    font-size: 27px;
    height: 54px;
    left: 16px;
    line-height: 50px;
    margin-left: 5px;
    margin-top: 7px;
    text-align: center;
    width: 40px;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item1{
  border-bottom: 1px solid #ddd;
}
.list-group-item1:hover{
  color: #8a6d3b;
  background-color: rgba(66, 134, 244, 0.2);
}
.report-veh {
    background-color: rgb(255, 255, 255);
    width: 120px;
    margin: 30px 0px 0px 10px;
    padding-left: 7px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    position: relative;
    float: left;
    color: rgb(146, 146, 146);
    z-index: 2;
    cursor: pointer;
}
.report-dt {
   background-color: #fff;
   width: 120px;
   margin: 30px 10px 0px 0px;
   padding-left: 7px;
   height: 40px;
   line-height: 40px;
   border-radius: 3px;
   position: relative;
   float: right;
   color: #929292; 
   cursor: pointer;
   font-size: 16px;
}
.report-t-icon {
    color: #929292;
    position: relative;
    float: right;
    padding-right: 7px;
}
.report-tab-info {
    text-align: center;
    color: #58aeef;
    position: relative;
    float: left;
    margin-right: 10px;
    width: auto;
    border: 1px solid rgb(234, 238, 240);
    height: 30px;
    line-height: 30px;
    border-radius: 0px;
    padding: 0px 20px;
}
.report-tab3-info {
    text-align: center;
    color: #58aeef;
    width: auto;
    border: 1px solid rgb(234, 238, 240);
    height: 30px;
    line-height: 30px;
    border-radius: 0px;
    padding: 0px 7px;
    margin-top: 5px;
}
.report-graph {
    /*border: 1px dotted #58aeef;*/
    height: 250 !important;
    margin-top: 55px;
    padding: 10px;
}
.report-tab3-t {
    margin-right: 10px;
    width: auto;
    position: relative;
    float: left;
    text-align: center;
}
li a {
    outline-color: transparent;
}


.gl-chart-buttons > span:not(.gl-sel){
    font-size: 14px; color: #555; padding: 0px 5px; text-transform: none; cursor: pointer;        
}
.gl-chart-buttons > .gl-sel{
    font-size: 14px; color: #555; padding: 0px 5px;
    font-weight: bold; text-transform: none
}




.d-itm-more .gn-more{right: 35px}
.d-itm-more[status]:after{margin-right: 55px}

.gl-sum-title{
    display: block; 
    padding: 20px 20px 0px 20px;
}
.gl-sum-value{
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0px 20px;
    color: #000;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2) inset;
    font-weight: bold;
}
.gl-sum-button{
    width: calc(100% - 40px);
    margin: 5px 20px;
}


#backExportMenuList{
    position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.0)
}

.daterangepicker{max-width: 600px !important}