.dataTables_info{
  text-align: left !important;
}
.nav-tabs.nav-justified>.active>a {
  border-radius: 0px !important;
  color: white ;
  background-color: var(--theme-color);
  cursor: pointer !important;
}
.nav-tabs.nav-justified>li>a:hover{
  color:#fff;
  border-radius: 0px !important;
  background: var(--theme-color);
}
.nav-tabs.nav-justified>li>a{
  /* background-color: #e0e0eb; */
  background-color: #efefef;
  border-radius: 0px !important;
  border: 1px solid white;    
  font-size: 14px;
  padding: 6px 15px;
}
.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
  background-color: var(--theme-color);
  color: #fff;
}

.ss-main .ss-multi-selected {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    padding: 0 0 0 3px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .2s;
    height: 37px;
    overflow: hidden;
}

/* body Releated Styles */
body{
  font-family: openSansRegular !important;
  font-size: 12px;
  font-weight: 500;
}

.consolas{
  font-family:consolas !important;
}

.centerTable {
  vertical-align : middle !important;
  text-align:center !important;
}


.sideBorder {
  border-left:1px solid lightgray;
  border-right:1px solid lightgray;
}


/* Button Releated Styles */
.btn{
  font-size: 1.1em;
  border-radius: 0px;
  /* padding: 5px 8px!important; */
  /* background-color: var(--theme-color); */
}
.btn-primary {
  color: white;
  background-color: var(--theme-color);
}
.btn-primary:hover{
  background-color:lightgray !important;
  color:var(--theme-color) !important;
  border: 1px solid lightgray;
}
.btn-primary:hover a {
  color: white !important;
}
.btn-icon{
  margin-right: 8px !important;
}
.btn-gap{
  margin-right: 10px !important;
}
.btn-custom-block{
  text-align: center;
  margin: auto;
}


input{
  font-family: openSansRegular !important;
  font-size:13px !important;
  border-radius: 0px;
}
.btn-group.live_group_type .btn-primary:hover {
  background-color:var(--theme-color) !important;
}

.editModal {
  border:1px solid lightgray;
  padding:5px;
  text-align:left;
  display:block;
  padding-left:10px;
  background:lightgray;
  pointer-events: none;
}





/* Map Border Styles */
.map_style{
  border-radius: 0px;
  /* margin-bottom:10vh !important; */
  margin-top: 0;
}





/* Search Box Border and Font Styles */
.inputbox{
  /* border: 1px solid #324e80 !important; */
  font-weight:initial !important;
  /* color: #252525 !important; */
}
textarea::placeholder{
  font-weight: initial;
  /* color: black !important; */
  font-size: 13px;
  font-family: openSansRegular !important;
}
textarea {
  border-radius: 0px !important;
  font-family: openSansRegular !important;
  font-size: 13px !important;
}
.inputstyle{
  display:inline-block;
  width:15%;
}
.inputstyle-md {
  width: 20% !important;
}
.inputstyle-xmd {
  width: 17% !important;
}
.inputstyle-sm {
  width: 14% !important;
}
.input-gap {
  margin-right: 10px;
}

.displaynone {
  display: none !important;
}




/* Modal Releated Styles */
.pull-left{
  border-bottom-right-radius:15px;
}




/* Table Releated Styles */
table > thead > tr > th {
  background-color:var(--theme-color) !important;
  color:white !important;
  text-align: center !important;
  vertical-align: middle !important;
}
table {
  width: 100% !important;
  text-align: center !important;
  border:1px !important; 
}
table > tfoot > tr > th {
  background-color:var(--theme-color) !important;
  color:white !important;
  text-align: center !important;
}



/* Map Icons Releated Styles */
.float-img {
  z-index: 2;
  position: relative;
  background-color: rgba(219, 200, 200,0.6) !important;
  padding: 5px !important;
  color: black;
  width: 4%;
  font-weight: 600;
  font-size: 10px !important;
  float: left;
  top:20px;
  right:20px;
  border-radius: 5px;
}
.float-img > hr {
  padding: 5px 0px !important;
  margin: 1px 0px !important;
  border-color: gray;
}
.float-img-right {
  right: 5px !important;
}
.float-img > img {
  width: 30px !important;
  height: 30px !important;
}

.demoData {
  z-index: 2;
  position: absolute;
  background-color: var(--theme-color) !important;
  padding: 5px !important;
  color: black;
  left: 0;
  bottom:0;
  font-size: 10px !important;
  color:white !important;
}





/* Current User Releated Styles */
.username {
  line-height: 29px;
  color: white;
}
.username-value {
  color:white;
  text-align:left;
}
.title-font{
  background-color:white; 
  font-size:5em;
}
.vendor-info {
  width:auto;
  float: right;
  background: #fff;
  padding: 0 30px;
  margin-left: 15px;
}
.vendor-info > a > img {
  max-width: 30px;
  max-height: 100%;
}
/* .vendor-info:first-child {
  margin-left: 10px; */
  /* style="margin-right:10px;"
} */



/* styles Related to spacing between icons and content in left and top nav bar */
.nav-top-icon {
  margin-right: 7px !important;
}
.nav-left-icon {
  /* margin-right:10px !important; */
}
.nav-left-sub-icon {
  /* margin:0px 10px !important; */
}

/*  */
.main-subheading {
  background-color:var(--theme-color);
  color:white; 
  padding: 5px; 
  border-radius: 0px;
}
.main-subheading-inline {
  display: inline-block !important;
  padding: 10px;
  margin-bottom: 20px;

}
.orderby {
  border:1px solid lightgray; 
  padding:3px;
}
.orderby > label {
  font-weight: 500;
  margin-right: 1px;
}

.main-body {
  width: 100vw !important;
  padding: 0vw 2vw 1vw 13vw;
}
.main-body-xtra {
  padding: 1vw 2vw 0vw 13vw !important; 
}

p#scn_modal {
  padding: 8px !important;
  text-align: left !important;
  border: 1px solid lightgray;
  margin-bottom: 0px;
}

.gpsaltermain {
  margin-top: 5px !important;
}
.gpsaltermap {
  margin-top: 3px !important;
}
.btn-block-modified {
  width: 20%;
}
.btn-block-modified2 {
  width:15%;
}
.btn-block-modified3 {
  width: 13%;
}
.row-lift {
  text-align:center;
  margin:0;
  width:100vw;
  margin-top: 30px; 
}

.logo-base {
  width: auto;
  float: right;
  background: #fff;
  padding: 0 25px;
  margin-left: 15px;
}
.logo-base-img {
  max-width:30px;
  max-height:100%;
}
.logo-base-img-gap {
  margin-right:10px;
}
.modal-style-1 {
  padding:10px 50px;
}
.modal-style-2 {
  padding:0px 50px;
}
.btn-align {
  margin-bottom: 4px;
}
.btn-align-up {
  margin-top: 4px;
}
.reverse-main {
  padding: 0vw 2vw 1vw 13vw !important;
}
td {
  vertical-align: middle !important;
}

.bootstrap-card {
  border: 2px solid lightslategray;
  padding: 2% 5%;
  font-size: 1.5rem;
  text-align: left;
  border-radius: 20px;
  margin: 2rem 0%;
  /* text-transform: uppercase; */
}
.bootstrap-card > span {
  font-weight: bold;
  /* font-size: 2rem; */
}
.warning-Info {
  font-size: 1.0rem !important;
  text-transform: uppercase;
}

.pointer-cursor {cursor: pointer !important;}

.pt-0 {padding-top: 0% !important;}
.pt-1 {padding-top: 1% !important;}
.pt-2 {padding-top: 2% !important;}
.pt-3 {padding-top: 3% !important;}
.pt-4 {padding-top: 4% !important;}
.pt-5 {padding-top: 5% !important;}
.pt-6 {padding-top: 6% !important;}
.pt-7 {padding-top: 7% !important;}
.pt-8 {padding-top: 8% !important;}
.pt-9 {padding-top: 9% !important;}

.pl-0 {padding-left: 0% !important;}
.pl-1 {padding-left: 1% !important;}
.pl-2 {padding-left: 2% !important;}
.pl-3 {padding-left: 3% !important;}
.pl-4 {padding-left: 4% !important;}
.pl-5 {padding-left: 5% !important;}
.pl-6 {padding-left: 6% !important;}
.pl-7 {padding-left: 7% !important;}
.pl-8 {padding-left: 8% !important;}
.pl-9 {padding-left: 9% !important;}

.pr-0 {padding-right: 0% !important;}
.pr-1 {padding-right: 1% !important;}
.pr-2 {padding-right: 2% !important;}
.pr-3 {padding-right: 3% !important;}
.pr-4 {padding-right: 4% !important;}
.pr-5 {padding-right: 5% !important;}
.pr-6 {padding-right: 6% !important;}
.pr-7 {padding-right: 7% !important;}
.pr-8 {padding-right: 8% !important;}
.pr-9 {padding-right: 9% !important;}

.pb-0 {padding-bottom: 0% !important;}
.pb-1 {padding-bottom: 1% !important;}
.pb-2 {padding-bottom: 2% !important;}
.pb-3 {padding-bottom: 3% !important;}
.pb-4 {padding-bottom: 4% !important;}
.pb-5 {padding-bottom: 5% !important;}
.pb-6 {padding-bottom: 6% !important;}
.pb-7 {padding-bottom: 7% !important;}
.pb-8 {padding-bottom: 8% !important;}
.pb-9 {padding-bottom: 9% !important;}


.mt-0 {margin-top: 0% !important;}
.mt-1 {margin-top: 1% !important;}
.mt-2 {margin-top: 2% !important;}
.mt-3 {margin-top: 3% !important;}
.mt-4 {margin-top: 4% !important;}
.mt-5 {margin-top: 5% !important;}
.mt-6 {margin-top: 6% !important;}
.mt-7 {margin-top: 7% !important;}
.mt-8 {margin-top: 8% !important;}
.mt-9 {margin-top: 9% !important;}

.ml-0 {margin-left: 0% !important;}
.ml-1 {margin-left: 1% !important;}
.ml-2 {margin-left: 2% !important;}
.ml-3 {margin-left: 3% !important;}
.ml-4 {margin-left: 4% !important;}
.ml-5 {margin-left: 5% !important;}
.ml-6 {margin-left: 6% !important;}
.ml-7 {margin-left: 7% !important;}
.ml-8 {margin-left: 8% !important;}
.ml-9 {margin-left: 9% !important;}

.mr-0 {margin-right: 0% !important;}
.mr-05 {margin-right: 0.5% !important;}
.mr-1 {margin-right: 1% !important;}
.mr-2 {margin-right: 2% !important;}
.mr-3 {margin-right: 3% !important;}
.mr-4 {margin-right: 4% !important;}
.mr-5 {margin-right: 5% !important;}
.mr-6 {margin-right: 6% !important;}
.mr-7 {margin-right: 7% !important;}
.mr-8 {margin-right: 8% !important;}
.mr-9 {margin-right: 9% !important;}


.mb-0 {margin-bottom: 0% !important;}
.mb-1 {margin-bottom: 1% !important;}
.mb-2 {margin-bottom: 2% !important;}
.mb-3 {margin-bottom: 3% !important;}
.mb-4 {margin-bottom: 4% !important;}
.mb-5 {margin-bottom: 5% !important;}
.mb-6 {margin-bottom: 6% !important;}
.mb-7 {margin-bottom: 7% !important;}
.mb-8 {margin-bottom: 8% !important;}
.mb-9 {margin-bottom: 9% !important;}

.font-size-01 {font-size: 0.1rem !important;}
.font-size-02 {font-size: 0.2rem !important;}
.font-size-03 {font-size: 0.3rem !important;}
.font-size-04 {font-size: 0.4rem !important;}
.font-size-05 {font-size: 0.5rem !important;}
.font-size-06 {font-size: 0.6rem !important;}
.font-size-04 {font-size: 0.7rem !important;}
.font-size-08 {font-size: 0.8rem !important;}
.font-size-09 {font-size: 0.9rem !important;}
.font-size-10 {font-size: 1.0rem !important;}
.font-size-11 {font-size: 1.1rem !important;}
.font-size-12 {font-size: 1.2rem !important;}
.font-size-13 {font-size: 1.3rem !important;}
.font-size-14 {font-size: 1.4rem !important;}
.font-size-15 {font-size: 1.5rem !important;}
.font-size-16 {font-size: 1.6rem !important;}
.font-size-17 {font-size: 1.7rem !important;}
.font-size-18 {font-size: 1.8rem !important;}
.font-size-19 {font-size: 1.9rem !important;}
.font-size-20 {font-size: 2.0rem !important;}
.font-size-21 {font-size: 2.1rem !important;}
.font-size-22 {font-size: 2.2rem !important;}
.font-size-23 {font-size: 2.3rem !important;}
.font-size-24 {font-size: 2.4rem !important;}
.font-size-25 {font-size: 2.5rem !important;}
.font-size-26 {font-size: 2.6rem !important;}
.font-size-27 {font-size: 2.7rem !important;}
.font-size-28 {font-size: 2.8rem !important;}
.font-size-29 {font-size: 2.9rem !important;}
.font-size-30 {font-size: 3.0rem !important;}
.font-size-31 {font-size: 3.1rem !important;}
.font-size-32 {font-size: 3.2rem !important;}
.font-size-33 {font-size: 3.3rem !important;}
.font-size-34 {font-size: 3.4rem !important;}
.font-size-35 {font-size: 3.5rem !important;}
.font-size-36 {font-size: 3.6rem !important;}
.font-size-37 {font-size: 3.7rem !important;}
.font-size-38 {font-size: 3.8rem !important;}
.font-size-39 {font-size: 3.9rem !important;}
.font-size-40 {font-size: 4.0rem !important;}
.font-size-41 {font-size: 4.1rem !important;}
.font-size-42 {font-size: 4.2rem !important;}
.font-size-43 {font-size: 4.3rem !important;}
.font-size-44 {font-size: 4.4rem !important;}
.font-size-45 {font-size: 4.5rem !important;}
.font-size-46 {font-size: 4.6rem !important;}
.font-size-47 {font-size: 4.7rem !important;}
.font-size-48 {font-size: 4.8rem !important;}
.font-size-49 {font-size: 4.9rem !important;}
.font-size-50 {font-size: 5.0rem !important;}
.font-size-51 {font-size: 5.1rem !important;}
.font-size-52 {font-size: 5.2rem !important;}
.font-size-53 {font-size: 5.3rem !important;}
.font-size-54 {font-size: 5.4rem !important;}
.font-size-55 {font-size: 5.5rem !important;}
.font-size-56 {font-size: 5.6rem !important;}
.font-size-57 {font-size: 5.7rem !important;}
.font-size-58 {font-size: 5.8rem !important;}
.font-size-59 {font-size: 5.9rem !important;}
.font-size-60 {font-size: 6.0rem !important;}
.font-size-61 {font-size: 6.1rem !important;}
.font-size-62 {font-size: 6.2rem !important;}
.font-size-63 {font-size: 6.3rem !important;}
.font-size-64 {font-size: 6.4rem !important;}
.font-size-65 {font-size: 6.5rem !important;}
.font-size-66 {font-size: 6.6rem !important;}
.font-size-67 {font-size: 6.7rem !important;}
.font-size-68 {font-size: 6.8rem !important;}
.font-size-69 {font-size: 6.9rem !important;}
.font-size-70 {font-size: 7.0rem !important;}
.font-size-80 {font-size: 8.0rem !important;}
.font-size-90 {font-size: 9.0rem !important;}
.font-size-91 {font-size: 9.1rem !important;}
.font-size-92 {font-size: 9.2rem !important;}
.font-size-93 {font-size: 9.3rem !important;}
.font-size-94 {font-size: 9.4rem !important;}
.font-size-95 {font-size: 9.5rem !important;}
.font-size-200 {font-size: 20rem !important;}


.bor-rad-0 {border-radius: 0rem !important;}
.bor-rad-1 {border-radius: 0.1rem !important;}
.bor-rad-2 {border-radius: 0.2rem !important;}
.bor-rad-3 {border-radius: 0.3rem !important;}
.bor-rad-4 {border-radius: 0.4rem !important;}
.bor-rad-5 {border-radius: 0.5rem !important;}
.bor-rad-6 {border-radius: 0.6rem !important;}
.bor-rad-7 {border-radius: 0.7rem !important;}
.bor-rad-8 {border-radius: 0.8rem !important;}
.bor-rad-9 {border-radius: 0.9rem !important;}
.bor-rad-10 {border-radius: 1.0rem !important;}

.text-center {text-align: center !important;}
.text-left {text-align: left !important;}
.text-right {text-align: right !important;}

.d-visible{display:visible !important;}
.d-none {display:none !important;}
.d-block {display:block !important;}
.d-flex {display:flex !important;}
.float-right {float: right !important;}
.float-left {float: left !important;}

.leaflet-control-layers-base {text-align: left !important;}
.leaflet-control-layers-overlays{text-align:left !important;}

@font-face {
  font-family: openSansBold;
  src: url(../assets/OpenSans-Bold.ttf);
}
@font-face {
  font-family: openSansLight;
  src: url(../assets/OpenSans-Light.ttf);
}
@font-face {
  font-family: openSansRegular;
  src: url(../assets/OpenSans-Regular.ttf);
}
.fontOpenSanBold {font-family: openSansRegular !important;}
.fontOpenSansLight {font-family: openSansLight !important;}
.fontOpenSansRegular {font-family: openSansRegular !important;}

#signal_map {border-radius: 5px !important;}

.leafletMarker {
  width: 40px;
  height: 40px;
  background-color: #ffb546;
  text-align: center;
  vertical-align: middle;
  color: black;
  font-weight: bold;
  border-radius: 50%;
  padding-top: 7px;
  font-size: 15px;
  border: 2px solid #262626;
}

.busInfoHolder {
  width: 130px !important;
  top: 170px !important;
  right: 10px !important;
  position: absolute;
  z-index: 999;
  font-weight: 562;
  background-color: white;
  padding: 7px;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  cursor: pointer;
}
.busInformationDiv {
  width: 170px !important;
  top: 10px !important;
  right: 10px !important;
  position: absolute;
  z-index: 999;
  font-weight: 562;
  background-color: white;
  padding: 7px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  cursor: pointer;
}

.fullWidth {width : 100%;}

.viewChanger{
  z-index: 999;
  color: #262626 !important;
  position: absolute;
  top: 50px;
  left: 10px;
  min-width: 40px;
  max-width: 400px;
  margin: auto;
  font-weight: 562;
  background-color: white;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  cursor: pointer;
}
.directionBar {
  top: 10px !important;
  left: 10px !important;
  position: absolute;
  z-index: 999;
  font-weight: 562;
  background-color: white;
  padding: 1px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  cursor: pointer;
}
.infoBar {
  top: 10px !important;
  right: 10px !important;
  position: absolute;
  z-index: 999;
  font-weight: 562;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  cursor: pointer;
}
.googleMapsStyledSideBar {
  width: 40px !important;
  top: 10px !important;
  left: 10px !important;
  position: absolute;
  z-index: 999;
  font-weight: 562;
  background-color: white;
  padding: 7px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  cursor: pointer;
}

.busIconsReload {
  /* width: 40px !important; */
  top: 10px !important;
  right: 10px !important;
  position: absolute;
  z-index: 999;
  font-weight: 562;
  background-color: white;
  padding: 7px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  cursor: pointer;
}

.resetBtnDiv {
  position: absolute;
  z-index: 998;
  bottom: 20px !important;
  right: 10px !important;
  border-radius: 5px !important;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  cursor: pointer;
}

#loaderImgDiv {
  position: absolute;
  z-index: 998;
  top: 100px !important;
  right: 40vw !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  cursor: pointer;
}

#loaderNotification {
  position: absolute;
  z-index: 998;
  top: 30% !important;
  left: 30vw;
  border-radius: 10px !important;
  cursor: pointer;
}

#loaderImgDiv2 {
  position: relative;
  z-index: 998;
  top: 30% !important;
  right: 0vw !important;
  border-radius: 10px !important;
  /* box-shadow: 0 1px 5px rgba(0,0,0,0.4); */
  cursor: pointer;
}

.w-200 {
  width:25vw !important;
}
.w-500 {
  width: 50vw !important;
}
.w-400 {
  width:25vw !important;
}
.w-500 {
  width:30vw !important;
}
.optionList{
  display:none
}

.my-auto { margin: auto 0px !important;}
.m-auto {margin: auto;}

.text-uppercase {text-transform: uppercase !important;}
.text-capitalize {text-transform: capitalize !important;}
.text-underline {text-decoration: underline !important;}

h-100 {height:100% !important}
h-100px {height:100px !important}


.w-0 {width:0% !important;}
.w-1 {width:1% !important;}
.w-2 {width:2% !important;}
.w-3 {width:3% !important;}
.w-4 {width:4% !important;}
.w-5 {width:5% !important;}
.w-6 {width:6% !important;}
.w-7 {width:7% !important;}
.w-8 {width:8% !important;}
.w-9 {width:9% !important;}
.w-10 {width:10% !important;}
.w-15 {width:15% !important;}
.w-20 {width:20% !important;}
.w-25 {width:25% !important;}
.w-30 {width:30% !important;}
.w-35 {width:35% !important;}
.w-40 {width:40% !important;}
.w-45 {width:45% !important;}
.w-46 {width:46% !important;}
.w-47 {width:47% !important;}
.w-48 {width:48% !important;}
.w-49 {width:49% !important;}
.w-50 {width:50% !important;}
.w-55 {width:55% !important;}
.w-60 {width:60% !important;}
.w-65 {width:65% !important;}
.w-70 {width:70% !important;}
.w-75 {width:75% !important;}
.w-80 {width:80% !important;}
.w-85 {width:85% !important;}
.w-90 {width:90% !important;}
.w-95 {width:95% !important;}
.w-100 {width:100% !important;}
.w-12 {width:12% !important;}
.w-15 {width:15% !important;}

.text-primary {color:var(--theme-color) !important;}
.text-primary-blue{color:#007bff!important}
.leaflet-popup-content-wrapper {
  font-family: openSansRegular !important;
  border-radius: 5px !important;
}
.map-label {
  padding: 5px;
  border-radius: 20px;
}
.btn-customPrimary {
  background-color: var(--theme-color);
  color: white;
}
.bg-customPrimary {
  background-color: var(--theme-color);
  color: white;
}
.bg-skyBlue {
  background-color: #003300 !important;
  color: white !important;
}
.bg-brown {
  background-color: #003366 !important;
  color: white !important;
}
.bg-black {
  background-color: 	#282828 !important;
  color: red !important;
}
.bg-navyBlue {
  background-color: #660066 !important;
  color: white !important;
}
.bg-brickRed {
  background-color: #cc3300 !important;
  color: white !important;
}
.breadcrumb {
  font-size: 12px;
  text-align: left !important;
  padding: 2px 15px;
}
.breadcrumb > li {
  background-color: #f5f5f5 !important;
}

.breadcrumb-item > a {
  color: var(--theme-color);
  font-family: openSansRegular !important;
  opacity: 0.8;
}

.breadcrumb > .active {
  color: black;
  font-family: openSansRegular !important;
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-editing-icon.leaflet-touch-icon.leaflet-zoom-animated.leaflet-interactive.leaflet-marker-draggable {
  width: 15px !important;
  height: 15px !important;
}

.d-events {pointer-events: none !important;}

.w-100.lineDiv {
  background-color:black;
  height: 2px;
  clear:both;
}

.maxImg {
  max-width:800px !important;
  max-height: 600px !important;
  object-fit: contain !important;
}


.open>.dropdown-menu {
  /* width : 100% !important; */
  z-index:9999;
}

.dropdown-menu > li.nav-item {
  background-color: white;
}


.dropdown-menu > li.nav-item > a {
  padding: 5px 20px;
  font-size: 14px;
}
.dropdown-menu > li.nav-item > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--theme-color);
}
.nav-active {
  background-color: var(--theme-color) !important;
  color: white !important;
}
li.nav-item.nav-active > a {
  color: white !important;
}
li.nav-item.nav-active > a:hover {
  background-color: var(--theme-color) !important;
  color: white !important;
}

li.nav-item.active {
  background-color: var(--theme-color) !important;
  color: white !important;
  font-size:14px !important;
}
li.nav-item.active > a {
  background-color: var(--theme-color) !important;
  color: white !important;
  font-size:14px !important;
}
li.nav-item.active > a:hover {
  background-color: var(--theme-color) !important;
  color: white !important;
  font-size:14px !important;
}



#pt_operate {
  font-size: 14px !important;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
  margin-left: 10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.breadCrumSecret {
  font-family: openSansRegular !important;
  color: var(--theme-color);
  cursor: pointer;
}

.breadCrumSecret:hover {
  text-decoration: underline;
}
.reDesignedTable {
  padding: 2px !important;
}
.slimTableBox {
  padding: 4px;
}
.card-custom {
  border: 1px solid lightgray;
  padding: 1rem;
  border-radius: 1rem;
}
.card-custom-style1 {
  /* border: 1px solid lightgray; */
  padding: 2rem;
  border-radius: 1rem;
  background-color: white;
  box-shadow: 5px 5px 5px lightgray;
}
.btn-primary:active, .open>.dropdown-toggle.btn-primary {
  background-image: none;
  background-color: var(--theme-color);
}
.btn:focus {
  background-image: none;
  /* background-color: var(--theme-color) !important; */
  color: white !important;
  outline:none !important;
}
.cursor-pointer{
  cursor: pointer !important;
}
.badge-danger {
  background-color: red !important;
}
.badge-success {
  background-color: green !important;
}
.badge-customPrimary {
  background-color: white !important;
  color: black !important;
}
.pin {
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 0;
  background: #f00;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -10px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.pin:after {
  content: '';
  width: 6px;
  height: 6px;
  margin: -2px 0px 0px -2px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  top: 8px;
}

.toolTopLift {
  margin-top: -10px !important;
}

.h-70 {height: calc(100vh - 200px) !important;}
.h-90 {height: calc(100vh - 80px) !important;}

.cardCustom {
  width: 100%;
  padding: 1rem;
  margin:auto;
  font-family: openSansRegular !important;
  border-radius: 5px;
}
.card1 {
  width: 36%;
  padding: 1rem;
  border-radius: 5px;
  font-family: openSansRegular !important;
  margin: auto;
}
.bg-customDanger {
  background-color: #dc3e45;
  color: white;
}
.bg-customWarning {
  background-color: #fec22a;
  color: black;
}
.bg-customSuccess{
  background-color: #3333ff;
  color: black;
}
.bg-navyDarkBlue {
  background-color: #336699 !important;
  color: black;
}
.bg-darkpink {
  background-color: #33cc33 !important;
  color: black;
}
.bg-orange{
  background-color: #fc6b03 !important;
  color: black;
}
.customModal-lg {
  width:1300px !important;
}
.customModal-md {
  width:600px !important;
}
.borderStyle1 {
  border: 1px solid lightgray !important;
  border-radius: 5px  !important;
  /* box-shadow:2px 2px 2px 1px lightgray; */
}
.border-bottom {
  border-bottom: 1px solid lightgray;
}
.borderNone{
  border:none !important;
}

.clear-both {
  clear: both !important;
}


.pulse {
  animation: pulsate 1s ease-out;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite; 
  opacity: 0.0
}

@keyframes pulsate {
  0% {opacity: 0.0;}
  50% {opacity: 1.0;}
  100% {opacity: 0.0;}
}


.opct-0 {opacity: 0.0;}
.opct-1 {opacity: 0.1;}
.opct-2 {opacity: 0.2;}
.opct-3 {opacity: 0.3;}
.opct-4 {opacity: 0.4;}
.opct-5 {opacity: 0.5;}
.opct-6 {opacity: 0.6;}
.opct-7 {opacity: 0.7;}
.opct-8 {opacity: 0.8;}
.opct-9 {opacity: 0.9;}

.animateIcon:hover {
  color: white !important;
  opacity: 1 !important;
}
.animateIconBlack:hover {
  color: black !important;
  opacity: 1 !important;
}
.defaultHeight {height:500px;}
.h-60 {height:60vh !important;}
.h-70 {height:70vh !important;}
.h-80 {height:80vh !important;}
.h-90 {height:90vh !important;}
.h-100 {height:100vh !important;}
.h-125 {height:125vh !important;}
.h-150 {height:150vh !important;}
.h-200 {height:200vh !important;}
.h-300 {height: 300vh !important;}

.customClose {
  position: absolute !important;
  top: 0px;
  right: 0px;
  border: none;
  padding: 0.5rem;
  border-bottom-left-radius: 5px !important;
}
.text-white {
  color: white !important;
}


li {
  text-align: left;
  font-family: openSansRegular !important;
  /* background-color: none !important; */
}
.text-dark {color:black !important;}

.btn-danger {
  background-color: #dc3e45 !important;
}




.bgClass-1 {
  background-color: rgba(255, 0, 0,0.4) !important;
  color: white !important;
}
.bgClass-2 {
  background-color: rgba(255,0, 0,0.2) !important;
}
.bgClass-3 {
  background-color: rgba(255, 204, 0,0.3) !important;
}
.bgClass-4 {
  background-color: rgba(255, 204, 0,0.1) !important;
}
.bgClass-5 {
  background-color: rgba(0, 255, 0,0.4) !important;
}
.bgClass-6 {
  background-color: rgba(0, 255, 0,0.2) !important;
}
.bgClass-7 {
  background-color: lightgray !important;
}
.bgClass-8 {
  background-color: lightgray !important;
}
.bgClass-9 {
  background-color: lightgray !important;
}




.textClass-1 {
  color: rgba(255, 0, 0,0.6) !important;
}
.textClass-2 {
  color: rgba(255,0, 0,0.3) !important;
}
.textClass-3 {
  color: rgba(255, 204, 0,0.4) !important;
}
.textClass-4 {
  color: rgba(255, 204, 0,0.2) !important;
}
.textClass-5 {
  color: rgba(0, 255, 0,0.6) !important;
}
.textClass-6 {
  color: lightgray !important;
}
.textClass-7 {
  color: lightgray !important;
}
.textClass-8 {
  color: lightgray !important;
}
.textClass-9 {
  color: lightgray !important;
}


.boxClass {
  padding: 5px !important;
  margin: 50px !important;
}
/* .d-inline {
  display: inline !important;
} */

.arrow_box{
  color: white;
  background-color: var(--theme-color) !important;
  /* border: 1px solid red; */
  /* margin-right:10px;
  margin-left: 10px; */
  clear: both !important;
  box-sizing: border-box;
  padding: 5px 10px;
  display: inline-block;
  margin: 2px;
  /* border-bottom-right-radius: 15px; */
  transform: skewX(0deg);
}

/* .arrow_box:after {
  content: '';
  position: absolute;
  left: 0; bottom: 0; width: 0; height: 0;
  border-left: 25px solid #7eb4e2;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  } */


  #licencelink{
      display: none !important;
  }

      textarea::placeholder {
      font-family: openSansRegular !important;
      /* color: red !important; */
  }  .ss-disabled {
      color: #888 !important;
  }



  .ui-tooltip {
      /* tooltip container box */
      white-space: pre-line !important;
  }

  .ui-tooltip-content {
      /* tooltip content */
      white-space: pre-line !important;
  }


  td.details-control {
      background: url('../images/pin.png') no-repeat center center;
      cursor: pointer;
  }
  tr.shown td.details-control {
      background: url('../images/pin.png') no-repeat center center;
  }

  #map_header{
      position: relative;
      z-index: 999;
      text-align: center;
      background: var(--theme-color);
      font-weight: bold;
      color: #fff;
      padding:5px;
      float:left;
      border-bottom-right-radius: 15px;
  }

  .pull-right{
      border-bottom-left-radius: 15px !important;
      position: absolute;
      right:0
  }
  .fw-bold {
      font-weight: bold;
  }

  .add_container {
      background: #d3d6db52;
      padding: 15px;
    }

    /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: WHITE;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--theme-color);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.pointerEvents {
    pointer-events: none !important;
}


.notifyjs-happyblue-base {
  white-space: nowrap;
  background-color: lightblue;
  padding: 5px;
}
.notifyjs-happyblue-superblue {
  color: white;
  background-color: blue;
}

.box {
  border: 1px solid lightgray;
}
.box,a {
  padding: 0px;
  margin:0px;
  /* font-size: 13px; */
}

input::placeholder{
  font-family: openSansRegular !important;
}

table.dataTable {
  border: 1px solid lightgray !important;
}


select{
  font-family: openSansRegular !important;
  font-size:13px !important;
  border-radius: 0px !important;
}

.selected, .sorting_1 {
  background-color: #dff0d8 !important;
  color:black !important;
  /* opacity: 0.5 !important; */
}

span.select2-selection.select2-selection--single {
  border-radius: 0px;
  text-align: left;
  font-family: openSansRegular !important;
  font-size: 12px;
  border: 1px solid lightgray;
  background-color: white;
  height:32px;
  width:100%;
  margin:0px;
}

/* .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid lightgray !important;
  border-radius: 0px !important;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
  text-align: left !important;
} */

.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 34px !important;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color .2s;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.ss-main .ss-single-selected {
  border-radius: 0;
}

.ss-multi-selected {
  border-radius: 2px !important;
  border: 1px solid #ccc !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  padding:4px !important;
  font-size:13.5px !important;
}

.ss-values .ss-value {
  background-color:var(--theme-color) !important;
  border-radius: 0 !important;
  font-family: openSansRegular !important;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:hover {
  background-color: var(--theme-color) !important;
  color: white !important;
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{
  color: #fff !important;
  background-color: #5897fb !important;
}

.select_element {
  width: 100% !important;
}

.ss-multi-selected.ss-open-below {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;

}


.imgHolder {
  position: absolute;
  /* top: 1px; */
  z-index: 999;
  background-color:  #e9f5f8 !important;
  /* border:2px solid black; */
  /* color:white; */
  /* display: inline; */
  width: 223px;
  /* border: 1px solid red; */
  padding: 5px 0px;
  border-bottom-right-radius: 25px;
}
.mapBorderStyle {
  /* border:1px solid lightgray; */
  border-radius: 5px;
}

.bgClass-open{
  background-color: rgb(0 255 0 / 30%) !important;
  
  color: black;
}
.bgClass-my{
  /* background-color: #fc6b03b0 !important; */
  background-color: #58fbf5a8 !important;
  color: black;
}
.bgClass-new{
  background-color: rgb(0 76 255 / 31%) !important;
  color: black;
}
.bgClass-closed{
  background-color: #d3d3d3e8 !important;
  color: black;
}

.leaflet-container,
.leaflet-popup-content,
.leaflet-tooltip,
.leaflet-control {
    font-family: openSansRegular !important;
}

#left_menu{
  width: 12vw;
}
#left_menu.collapsed{
  width: 3vw;
}

.btn:hover{
  color: var(--primary-color);
    text-decoration: none;
    background: #cbcfd6;
}