/* Import colors from the color variable css */
 /* @import './color-variable.css'; */  


/*Side Menu start*/

:root {
    --main-theme-color: #33ccff;
    --main-btn-color: #33ccff;
    --main-langback: #9969939e;
    --main-loginsignup: #1c3d60;
    --main-tabback: #1c3d60;
    --main-font-color: #4c4c4e;
    --main-inputback-color: #f4f4f4;
    --main-gri-color: linear-gradient(to right, #33ccff, #8da5b8);
} 

a.side-menu-click {
    position: absolute;
    top: 30px;
    padding: 5px;
    left: 80px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1;
}

a.side-menu-click i {
    color: var(--main-btn-color);
    font-size: 25px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nav-main {
    width: 70px;
    height: 100vh;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: 0px 0 10px 0px #f3f3f3;
}

/*After closeNav*/
.nav-main.closeNav {
	width: 240px;
}
.closeNav a.side-menu-click {
    left: 245px;
    top: 30px;
}

.page-content-wrapper.closeNav {
    width: 100%;
}

.city-logo {
    width: 100%;
    height: 70px;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
}
.city-logo img {
    width: 70px;
    height: 70px;
    padding: 5px;
}

.nav-ul-citi {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: calc(100% - 70px);
    overflow: auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.nav-ul-citi li {
    width: 100%;
    text-align: center;
	padding: 5px;
}

.nav-ul-citi li a {
    height: 100%;
    width: 100%;
    display: inline-flex;
	text-decoration: none;
	border-radius: 0px;
	padding:5px;
    border-bottom: 1px solid #f3f3f3;
}

.nav-ul-citi li a svg {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 8px 12px 8px 12px;
}

.nav-ul-citi li a span {
    width: 100%;
    display: inline-block;
}

.nav-ul-citi li a .menu-name {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0px 0 0 5px;
    font-size: 14px;
    margin: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--main-theme-color);
    font-weight: 500;
}

.nav-ul-citi li a:hover .menu-name {
    color:#fff;
	font-size:14px;
	font-weight:500;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	
}

.nav-ul-citi li a:hover {
    background-color: var(--main-theme-color);
	border-radius:10px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	word-break: break-word;
}

.nav-ul-citi li a.active{
	background-color: var(--main-theme-color);
	border-radius:10px;
}

.nav-ul-citi li a.active .menu-name{ 
	display:block;
	color:#fff;
	font-size: 14px;
    font-weight: 500;
	word-break: break-word;
}	


.nav-main .nav-ul-citi li a .menu-name{
	    display: none;
}

.nav-main.closeNav .nav-ul-citi li a .menu-name{
	    display: block;
}

.nav-ul-citi li a.active svg g g polyline{
	 stroke: #fff;
}

.nav-ul-citi li a.active svg g g polygon{
	 stroke: #fff;
}

.nav-ul-citi li a.active svg g g path{
	 stroke: #fff;
}


.nav-ul-citi li a.active svg g g rect{
	stroke: #fff;
}

.nav-ul-citi li a.active svg g g line{
	stroke: #fff;
}

.nav-ul-citi li a.active svg g path{
	 stroke: #fff;
}

.nav-ul-citi li a:hover svg g g polyline{
    stroke: #fff;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.nav-ul-citi li a:hover svg g g polygon{
    stroke: #fff;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.nav-ul-citi li a:hover svg g g path{
	stroke: #fff;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.nav-ul-citi li a:hover svg g path{
	stroke: #fff;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.nav-ul-citi li a:hover svg g g rect{
	stroke: #fff;
}

.nav-ul-citi li a:hover svg g g line{
	stroke: #fff;
}

/*Side Menu end*/

/*Header start*/
.header-main {
  overflow: hidden;
  padding: 10px 10px;
}

.header-main a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}
a.logo-text {
    padding: 0;
	margin: 0 0 0 40px;
}
a.logo-text img {
    width: 120px;
}
.header-main a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}
.language-ul li {
    border-collapse: collapse;
    border: 1px solid;
    padding: 0;
    margin: 7px 0 0 0;
}

.language-ul li a {
    color: var(--main-theme-color);
    font-size: 12px;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: unset !important;
}

.language-ul li a.active {
    background-color: var(--main-langback) !important;
    color: var(--main-theme-color) !important;
    font-weight: 700;
}


/*Header end*/

/*Page Content inner css start*/
.page-content-wrapper {
    width: calc(100% - 70px);
    height: 100vh;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
    height: calc(100vh - 30px);
    position: relative;
    top: 30px;
}

.header-main {
	width: 100%;
    height: 65px;
}

.map-main {
	width: 100%;
    height: calc(100% - 0px);
}
/*Page Content inner css end*/

/*Sider popup start*/

.layer-popup{
    margin: 0 0 0 -320px;
    width: 320px;
    position: absolute;
    height: 70vh;
    bottom: 0;
    right: -320px;
    z-index: 10;
    background: #fff;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.layers {
    width: 322px;
    height: 100%;
	display: block;
}

li.autoscale {
    width: 56px;
    height: 55px;
    border: 2px solid var(--main-theme-color);
    border-radius: 5px;
}

li.autoscale img {
   margin: 0 !important;
}

.layer-content {
    width: 100%;
    height: calc(100% - 45px);
    overflow-y: auto;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
}

.layer-title-main {
    width: 100%;
    height: 45px;
    background-color: var(--main-theme-color);
    display: flex;
    color: #fff;
}

.layer-title-main h3 {
    font-size: 16px;
    margin: 0;
    padding: 12px 9px;
    font-weight: 400;
    text-transform: capitalize;
}

a.layer-close img {
    width: 15px;
    padding: 15px 0px;
    margin: 0 10px 0 0;
}

.layer-content label {
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0 15px;
}
.ol-gallery{
	display: flex;
    flex-flow: wrap;
    padding:0; 
}

.ol-gallery li{
	position: relative;
    display: flex;
    align-items: center;
    padding: 6px 7px;
    cursor: pointer;
    border-left: 3px solid rgba(0,0,0,0);
    border-right: 3px solid rgba(0,0,0,0);
    animation: esri-fade-in 500ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
}
.ol-gallery li .ol-gallery-thumbnail{
	    height: 132px;
    width: 132px;
    object-fit: cover;
    background: #fff;
    border: 2px solid #e1e1e1;
    padding: 4px;
}

.ol-gallery li .ol-gallery-title{
	font-size: 12px;
    word-break: break-word;
    color: #6e6e6e;
    padding: 0 7px;
}

.layer-popup.resize-layer {
    height: 45px;
}
.layer-popup.resize-layer .side-layer-resize img {
    transform: rotate(180deg);
}
/*Sider popup end*/

/*sidebar inner Popup tool css start*/
.layer-content .form-group {
    position: relative;
	margin-bottom: 5px;
}
.late-fromto img {
    width: 20px;
    margin: 0 0 0 2px;
}
.late-fromto {
    position: absolute;
    top: 25px;
    right: 10px;
}
.late-fromto.form-in {
    top: 5px;
}
.layer-content p{
	font-size:14px;
}
.aut-content{
    border-bottom: 1px solid var(--main-theme-color);
    margin: 0 0 10px 0;
}
.aut-content:last-child{
	border-bottom: unset;
}
.aut-content h6 {
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 600;
}

.full-background-tab li {
    width: 50%;
    padding: 0;
}
.full-background-tab li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 1px;
    font-size: 12px;
    font-weight: 500;
    background: var(--main-tabback);
    margin: 0 0 10px 3px;
    text-align: center;
    border-radius: 15px !important;
    color: #fff;
}
.full-background-tab li a.active {
    border-color: var(--main-theme-color) var(--main-theme-color) var(--main-theme-color) !important;
    background-color: #fff;
    color: var(--main-theme-color) !important;
}

.full-linetab li {
    width: 50%;
    padding: 0;
}

.full-linetab li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 10px 3px;
    text-align: center;
    border-radius: 5px !important;
    color: var(--main-theme-color);
}

.full-linetab li a.active {
    border: unset !important;
    color: var(--main-theme-color) !important;
    background-color: #fff !important;
    border-bottom: 2px solid !important;
    border-radius: unset !important;
}

.full-linetab li a {
    color: var(--main-font-color);
}

.full-background-tab, .full-linetab {
    border-bottom: none;
}

.full-accordion .card-header {
    padding: 0;
}

.layer-content label {
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0 15px;
}

.with-check-all {
    position: absolute;
    top: 45px;
    right: 0;
    width: auto !important;
}

.with-check-all span {
    bottom: 2px;
    position: relative;
}

.full-accordion .accordion-btn {
     background: #fff;
    width: 100%;
    text-align: left;
    color: var(--main-font-color);
    margin: 0 0 0px 0;
    text-decoration: unset;
    display: flex;
    padding: 5px 20px;
}

.pollution-detail-info p {
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 600;
}
.pollution-detail-info span {
    font-size: 24px;
}

.query-result {
    margin: 10px 0 0 0;
}
.query-result h3 {
    font-size: 16px;
    color: var(--main-theme-color);
    margin: 10px 0 5px 0;
    border-bottom: 1px solid var(--main-theme-color);
    padding: 0 0 5px 0;
}

.result-task {
    display: inline-block;
    width: 100%;
}

.result-task label {
    display: inline-block;
    margin: 0 10px 6px 0;
    width: 60px;
}

.result-task {
    display: flex;
    width: 100%;
}

.result-task p {
    font-size: 12px;
    font-weight: 500;
    color: var(--main-theme-color);
    width: 180px;
}
.query-result-main {
    padding: 8px;
    cursor: pointer;
}
.query-result-main:hover {
    background: #f5f4f4;
}

.query-list {
    width: 100%;
}
.query-list a {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    border-bottom: 1px solid var(--main-theme-color);
    color: var(--main-theme-color);
    font-size: 14px;
    padding: 2px 0 2px 0;
}

.query-list a:hover {
    text-decoration: unset;
}
.query-back-list-click img {
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
}
.query-task-search {
    margin: 10px 0 0 0;
}
.back-with-title h6 {
	color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.draw-tools-select {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.draw-tools-select li {
    width: 50px;
    display: inline-block;
    margin: 5px;
}
.draw-tools-select li a:hover svg g rect{
    fill: var(--main-theme-color);
}
.draw-tools-select li a:hover svg g path{
	stroke:#fff;
}
.draw-tools-select li a:hover svg g circle{
	stroke:#fff;
}
.draw-tools-select li a:hover svg g polyline{
	stroke:#fff;
}
.draw-tools-select li a:hover svg g rect{
	stroke:#fff;
}
.draw-tools-select li a:hover svg g line{
	stroke:#fff;
}
.draw-tools-select li a:hover svg g polygon{
	stroke:#fff;
}

.draw-tools-select li a.active svg g rect{
    fill: var(--main-theme-color);
}
.draw-tools-select li a.active svg g path{
	stroke:#fff;
}
.draw-tools-select li a.active svg g circle{
	stroke:#fff;
}
.draw-tools-select li a.active svg g polyline{
	stroke:#fff;
}
.draw-tools-select li a.active svg g rect{
	stroke:#fff;
}
.draw-tools-select li a.active svg g line{
	stroke:#fff;
}
.draw-tools-select li a.active svg g polygon{
	stroke:#fff;

}

.title-tools-sub label {
    padding: 0 30px 0 0;
}
.title-tools-sub .text-preview {
    font-size: 18px;
}

.layer-content input[type="color"] {
    padding: 0;
    margin: 0;
    border: 1px solid #ced4da;
    width: 50px;
    height: 30px;
    border-radius: 0;
}

.title-tools-sub svg {
    margin: 0 0 0 0px;
    position: relative;
    top: -10px;
}
/*sidebar inner Popup tool css end*/

/*action footer start*/
.action-start {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 290px;
    margin: 0 0 0 20px;
    /*left: 70px;*/
    bottom: 48px;
}
.action-start .action-ul {
    display: flex;
    padding: 0;
    list-style-type: none;
}
.action-start ul li {
    padding: 5px;
    height: 40px;
}
.action-start ul li a img {
    width: 40px;
    height: 40px;
}

/*Top action start*/
.action-start-top {
    position: absolute;
    top: 30px;
}
.action-ul-top {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}
.action-ul-top li {
    padding: 3px;
}

.action-ul-top {
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
    position: relative;
}

.action-ul-top li img {
    width: 40px;
    height: 40px;
}

.action-layer-top {
    height: 185px;
    right: -340px;
    bottom: -35px;
}

.action-layer-top span {
    border-top: 25px solid #fff;
    border-right: 30px solid transparent;
    position: absolute;
    top: 70px;
    left: -37px;
    border-left: 30px solid transparent;
    transform: rotate(89deg);
}

.action-layer-close-top img {
    padding: 12px 0px;
    margin: 0 10px 0 0;
}

.maptools-ul {
    width: 100%;
    padding: 0;
    list-style-type: none;
}
.maptools-ul li {
    display: inline-block;
}

.maptools-ul li a img {
    width: 45px;
    height: 45px;
    padding: 0px;
    margin: 0 0px 5px 5px;
}
/*Top action end*/


.action-layer {
    position: relative;
    top: -345px;
    bottom: 0;
    height: 290px;
    right: -314px !important;
}
.action-layer .layers {
    height: 290px;
}

.action-layer span {
    border-top: 25px solid #fff;
    border-right: 30px solid transparent;
    position: absolute;
    bottom: -13px;
    left: 0px;
    border-left: 30px solid transparent;
}
.action-layer .map-side-icon-img {
    padding: 13px 12px 12px 12px;
}
/*action footer end*/

/*Form set start*/
.btn-indore {
    background-color: var(--main-theme-color);
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    padding: 4px 20px;
}
.btn-indore:hover {
    color: var(--main-theme-color);
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--main-theme-color);
}
.layer-content input {
    border-radius: 50px;
    font-size: 14px;
    margin: 0 0 10px 0;
    height: 35px;
    font-weight: 500;
    background: var(--main-inputback-color);
}

.layer-content textarea {
    border-radius: 10px;
    font-size: 14px;
    margin: 0 0 10px 0;
    height: 55px;
    font-weight: 500;
    background: var(--main-inputback-color);
}

.layer-content select {
    border-radius: 50px;
    font-size: 14px;
    margin: 0 0 10px 0;
    height: 35px;
    font-weight: 500;
    background: var(--main-inputback-color);
}
.layer-content input[type="file"] {
    /* background-color: var(--main-langback); */
    padding: 3px 3px 3px 10px;
}
/*Form set end*/

/*footer Popup tool css start*/
.measurement-ul {
    padding: 0;
    width: 160px;
    list-style-type: none;
    display: block;
}

.measurement-select {
    border: 1px solid var(--main-theme-color);
    display: inline-block;
    border-radius: 3px;
}
.strong-ms {
    color: var(--main-font-color);
    font-weight: 500;
}

.select-measurement {
    width: 110px;
    display: inline-block;
    float: left;
    padding: 15px 0 0 5px;
}
.measurement-ul li{
	display:inline-block;
}
.measurement-ul li a svg {
    width: 40px;
}
.m-text-main{
	font-size:14px;
}



.bookmarkdata-input {
    height: 30px;
    padding: 2px 15px;
    border: 1px solid var(--main-theme-color);
    width: 190px;
}

.bookmark-submit {
    background: no-repeat;
    width: 50px;
    height: 50px;
    border: none;
}
.bookmark-data {
    height: 137px;
    overflow: auto;
    display: block;
    width: 270px;
}

.bookmark-submit img {
    width: 25px;
    height: 25px;
}
.bookmark-val {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.main-book-val {
    width: 80px;
    float: left;
    height: 70px;
    padding: 0 10px;
	margin: 4px 0 0 0;
}
.main-book-val.bookmark-select .bookmark-val {
    font-weight: 700;
    color: var(--main-theme-color);
}
.tooltip-link {
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 600;
}

.social-icon .map-side-icon-img {
    padding: 2px;
}

.social-icon {
    position: absolute;
    top: 80px;
    right: 10px;
}

/*footer Popup tool css end*/

/*RMC Changes*/
.select-lang select {
    width: 80px;
    float: right;
    padding: initial;
    height: 22px;
    margin: 4px;
    color: #fff;
    font-size: 12px;
    background-color: var(--main-btn-color);
}

.select-lang {
    position: absolute;
    width: calc(100% - 70px);
    left: 70px;
    height: 30px;
    background-color: var(--main-langback);
    background-color: #8da5b8;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1;
}

.select-lang.closeNav {
    width: calc(100% - 240px);
    left: 240px;
}

/*Layers change*/
.layers-toggle div h5 button img {
    width: 20px;
}


.card{
	border:none;
}

.layers-toggle{
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
}



.layers-toggle div h5 button span {
    width: 238px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 10px 0 5px;
}


.collapse-dark .accordion-btn span {
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 500;
}

.collapse-dark .layers-toggle-body label {
    color: var(--main-theme-color);
    font-weight: 500;
}

.layers-toggle-body label {
    display: block;
    width: 240px;
    padding: 0 0 0 20px;
    color: var(--main-font-color);
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
}

.layers-toggle-body input {
    margin: 0px 5px 0 0;
    height: 17px;
}
.layers-toggle-body input[type="checkbox"] {
    border-radius: unset;
    border: 1px solid var(--main-langback);
}

.layers-toggle-body {
    max-height: 245px;
    overflow-y: auto;
}

.full-feedback-linetab li {
    width: 95px;
}

.noticon {
    width: 18px;
    height: 18px;
}

.smc-result {
    max-height: 275px;
    overflow: auto;
}

.float-right.no-result {
    width: 100%;
    text-align: right;
    margin: 10px 0 10px 0;
    padding: 0 5px 0 0;
}

.smc-result input[type="radio"] {
    margin: 0;
    padding: 0;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.smc-result label {
    border-bottom: 1px solid #f4f4f4;
    padding: 5px 30px 5px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 270px;
    position: relative;
}

.smc-result span {
    width: 180px;
    /* background: #000; */
    font-size: 16px;
    font-weight: 400;
    color: var(--main-font-color);
}

.nearMeResult .smc-result {
    overflow-x: hidden;
    max-height: 150px;
}

.late-fromto {
    position: absolute;
    top: 25px;
    right: 10px;
    background: var(--main-inputback-color);
}

.lagendlist-title {
    font-size: 16px;
    background: var(--main-inputback-color);
    padding: 5px 15px;
    border-radius: 15px;
    color: var(--main-font-color);
}

.legend-list {
    list-style-type: none;
    padding: 10px;
    width: 100%;
    display: inline-block;
    margin: 0;
}

.legend-list li {
    display: flex;
    width: 100%;
}

.legend-list li img {
    width: 20px;
    height: 20px;
    position: relative;
    top: -6px;
    margin: 0 8px 0 0;
}

.legend-list li p {
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
}

.legend-list li p {
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.box-inline-tools {
    width: 100%;
    display: flex;
}

.box-inline-tools span {
    font-size: 14px;
    font-weight: 500;
    margin: 1px 0 0 5px;
    color: var(--main-font-color);
}
.help-block {
    color: red;
}


.intrusction-note {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 40px;
    font-size: 16px;
    color: var(--main-theme-color);
    font-weight: 500;
}

.view_title h6 {
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.view_title h6 {
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 132px;
    padding: 2px;
    text-overflow: ellipsis;
}

.address-event p {
    margin: 0;
}

.address-event img {
    width: 18px;
    height: 18px;
}

.row.view-detail {
    background-color: var(--main-inputback-color);
    padding: 5px;
    border-radius: 8px;
}

.view-detail-sub img {
    width: 18px;
    height: 18px;
    margin: 6px 0 0 0;
}

.view-detail-sub p {
    margin: 0;
    font-size: 12px;
    width: 100%;
    white-space: nowrap;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-view {
    width: 100%;
    padding: 0 0 8px 0;
    border-bottom: 2px solid var(--main-inputback-color);
    margin: 0 0 8px 0;
}

span.event-date-time {
    font-size: 12px;
}

.draw-btn button {
    width: 40%;
    margin: 5px 2px;
}
.mesu-result-display {
    font-size: 18px !important;
}

.icon-tables {
    width: 100%;
    display: inline-block;
}
.icon-tables {
    width: 100%;
    height: 100px;
    overflow-y: auto;
    border: 1px solid var(--main-theme-color);
    padding: 10px;
    border-radius: 6px;
}
.icon-table tbody tr {
    width: 30px;
    margin: 4px;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}
.icon-table>tbody>tr:hover {
    background: var(--main-inputback-color);
    border-radius: 5px;
    border: 1px solid var(--main-theme-color);
}
 
.active-tools {
     background: var(--main-inputback-color);
    border-radius: 5px;
    border: 1px solid var(--main-theme-color);
}
 
.icon-table tbody tr td img {
    width: 15px;
}
.main-book-val.bookmark-select .bookmark-val {
    font-weight: 700;
    color: var(--main-theme-color);
}

.map-control {
    position: absolute;
    bottom: 45px;
    margin: 0 0 0 20px;
}

.action-start {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 290px;
    margin: 0 0 0 10px;
    bottom: 100px;
}

.selectwith-search {
    position: absolute;
    z-index: 1;
    margin: 0 0 0 80px;
    top: 30px;
    width: 245px;
    display: flex;
}

.selectwith-search .bootstrap-select {
    width: 40px !important;
    border: none;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.selectwith-search input {
    border: 0;
    border-radius: 0;
    width: 195px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0;
    padding: 19px;
    background: #fff;
    height: 38px;
}

.bs-searchbox input {
    border: 1px solid #d2d2d2;
    border-radius: 20px;
}
.dropdown-item-inner .text {
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
    font-size: 13px;
}

.selectwith-search a img {
    position: relative;
    right: 34px;
    width: 28px;
    top: 5px;
    border-radius: 12px;
}

img.theme-map-img.img-height-full {
    width: 55px;
    margin: 0 5px 0 5px;
    border: 2px solid var(--main-langback);
    border-radius: 6px;
}

.selectwith-search .dropdown-toggle {
    border: none !important;
    padding: 0 20px;
}

.selectwith-search .dropdown-menu{
	width: 220px;
}
/*Layers change*/
/*Ol Changes Start*/
.ol-popup {
    background: #fff;
    border-radius: 15px;
    width: 250px;
    padding: 10px;
}
.get_view_direction {
    width: 50%;
    display: inline-block;
}
.ol-popup-closer {
    font-size: 100% !important;
    color: var(--main-font-color) !important;
}
.ol-popup-content div div strong {
    font-size: 12px;
    font-weight: 500;
}
.get_view_direction a {
    color: var(--main-loginsignup);
    font-size: 13px;
    margin: 0 0 0 5px;
    font-weight: 600;
}
.ol-icon-di{
	width:20px;
	height:20px;
}
.view-detail-pop-up-main {
    display: inline-block;
}
.view-detail-pop-up-main p{
    display: inline-block;
    width: 100%;
}
.view-detail-pop-up-main p label {
    font-size: 12px;
    font-weight: 600;
    color: var(--main-theme-color);
}
.view-detail-pop-up-main p {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
}

.ol-scale-line {
    background: var(--main-langback);
}
/*Ol Changes End*/

/* Footer START */
.footer-bg {
    position: absolute;
    bottom: 0;
    left: 125px;
    right: 324px;
    background: #3cf;
    padding: 10px 15px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    display:flex;
}
marquee.width-marquee {
    width: calc(100% - 92px);
}
/* Footer END */

/*TC popup start*/
.main-popup {
    position: absolute;
    bottom: 0;
    right: 0;
}
.np-modal .btn-np {
    font-size: 30px;
    padding: 0 5px;
    color: #fff;
}
.np-modal .modal-header {
    background: var(--main-gri-color);
    color:#fff;
    padding:3px;
    border-radius: unset;
}
.np-modal .modal-header h4{
    font-size: 16px;
    font-weight:400;
    padding: 4px;
}

.accept-ckeck {
    display: flex;
}

.accept-ckeck input[type="checkbox"] {
    border: 1px solid var(--main-langback);
    width: 21px;
    margin: 0 7px 0 0;
}

.np-modal .modal-body p {
    max-height: 300px;
    overflow: auto;
    padding: 0 10px;
}

/*TC popup end*/

.np-modal .close {
    color: #fff;
    padding: 19px 25px 20px 20px;
}

/*Switch button start*/
.switchButton .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switchButton .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switchButton .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switchButton .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switchButton input:checked + .slider {
  background-color: var(--main-theme-color);
}

.switchButton input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}

.switchButton input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switchButton .slider.round {
  border-radius: 34px;
}

.switchButton .slider.round:before {
  border-radius: 50%;
}
/*Switch button end*/

/*RMC Changes end*/

/*Ward Info Design Start*/

.ward-detail-data:nth-child(odd) {
    border-right: 2px dotted var(--main-theme-color);
}
.ward-detail-data {
    width: 50%;
    float: left;
    padding: 10px;
    border-bottom: 2px dotted var(--main-theme-color);
    text-align: center;
    height: 200px;
}
.ward-detail-data>img {
    width: 80px;
    padding: 10px;
    height: 80px;
}
.ward-detail-data>span {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0 0 5px 0;
}
label.mandatory {
    position: absolute;
    top: 10px;
    right: 0;
    color: red;
}

/*Ward Info Design End*/


/*Search with select start*/

/*Search with select end*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../image/rmc_images/pageLoader.gif') 50% 50% no-repeat var(--main-langback);
    opacity: 1;
}


/* For setting checkbox of print.jsp */
.kml-div{
	display:inline-block;
}

.kml-checkbox{
	top:13px;
}
.sublayer_legend img {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
}

.symbology_tool a img{
	display: none;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	                      
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 620px) {
	.page-content-wrapper {
		width: 100%;
	}
	a.logo-text img {
		width: 60px;
		padding-top: 14px;
	}
	
	.nav-main {
	    width: 70px;
	    position: absolute;
	    background: transparent;
	    z-index: 1;
	    height: 70px;
        top: 30px;
	}
	a.side-menu-click {
	    left: 70px;
    	top: 17px;
	}	
	.nav-main.closeNav .city-logo {
	    position: unset;
	}
	.nav-main.closeNav {
	    width: 240px;
	    position: absolute;
	    z-index: 11;
	    background: #fff;
	}
	
	.nav-main.closeNav {
		margin-left: 0;
		height: 100vh;
	}
	.closeNav a.side-menu-click {
		left: 240px;
	}
	
	.nav-ul-citi {
    	height: calc(100% - 100px);
    }
	
	.closeNav a.side-menu-click {
	    left: 240px;
	    top: 17px;
	}
	
	.action-start {
        left: 10px;
    	bottom: 90px;
	}
	
	.layer-popup {
		bottom: 0;
		position: absolute;
		height: calc(100vh - 150px);
	    z-index: 12;
	}
	.action-start ul li {
		margin: 0 0 5px 0;
	}
	.action-layer {
	    right: 0 !important;
	    position: fixed;
	    top: 65%;
	    width: 100%;
	    height: calc(100vh - 346px);
	}
	.action-layer .layers{
		width:100%;
	}
	.bookmark-data{
		width:100%;
	}
	
	.select-lang {
	    width: calc(100% - 0px) !important;
	    left: 0px !important;
	}
	.layer-content {
    	height: calc(100% - 45px);
	}
	.action-start-top {
	    position: absolute;
	    top: 19%;
	}
	/*.map-control {
	    bottom: 30px;
	    left: 80px;
	}*/
	.action-layer-top {
	    height: 185px;
	    right: -220px;
	    bottom: -80px;
	    width: 210px;
	}
	.action-layer-top .layers {
	    width: 100%;
	}
	.action-layer .layer-content {
	    height: calc(100% - 150px);
	}
}

