/* You can add global styles to this file, and also import other style files */
header, div.site-content, footer{
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
h1.appTitle{
    color: #cf0989;
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.infoRight{
    float: right;
    margin-top: 15px;
    max-width: 50%;
}
.infoRight .alert{
    margin-bottom: 0px;
}
.clearFloat{
    clear: both;
    height: 0px;
}
.zeroMargin{
    margin: 0px;
}
.btn-upload{
    float: right;
    margin-top: 40px;
    width: 150px;
}
.btn-upload-main{
    margin-top: 40px;
    width: 150px;
}
html, body{
    height: auto;
}
.fullview{
    min-height: calc(100vh - 154px);
}
.rowGap{
    margin-top: 20px;
}
.rowBigGap{
    margin-top: 50px;
}
.text-bold{
    font-weight: bolder;
}
table tbody tr td .progress{
    height: 12px;
    margin-top: 5px;
    position: relative;
}
table tbody tr td a.btn{
    padding: 0px;
    font-size: 16px;
    color: #3e53a4 !important;
}
.emptyPanelMsg{
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 400px);
}
.errorPos{
    position: relative;
    top: 10px;
    width: 530px;
    margin: 0 auto;
}
.modal.show, .modal-backdrop.show{
    display: block;
}
.modal-backdrop{
    display: none;
}
.spinner-sample{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background-color: #000000;
    opacity: 0.5;
    z-index: 9999;
}
.spinner-sample.show{
    display: block;
}
.customToolTip{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 0;
    width: 156px;
    height: 73px;
}
.customToolTip .tooltipContent{
    color: #ffffff;
    border-radius: 5px;
    text-align: right;
    padding: 5px;
    justify-content: center;
    background-color: #353536;
    display: flex;
}
.customToolTip i.customTip{
    font-size: 29px;
    color: #353536;
    line-height: 12px;
    position: absolute;
    left: 62px;
}
.customToolTip.show{
    display: block;
}
.spinner-sample i.loader_circle-04{
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
a.fileLink{
    position: relative;
    color: #3e53a4 !important;
    cursor: pointer;
}
.helpLabel{
    font-size: 12px;
}
.dashboardTbl .ui-table-wrapper table tbody tr td:nth-child(2){
    text-transform: uppercase;
}
.ui-table-wrapper{
    overflow-x: auto;
}
.ui-table thead th div.ellipsis{
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-table tbody td div.ellipsis{
    width: 150px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.mappingDrop a{
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropContainer {
	height:57px;
	width:100%;
	border-style:solid;
	border-color:#9b9b9b;
	border-width: 1px 1px 1px 1px;
	border-radius:10px;
	padding: 5px;
}
/* in-flight clone */
.gu-mirror {
    position: fixed !important;
    margin: 30px 0px 0px 0px !important;
    z-index: 9999 !important;
    /*opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);*/
    pointer-events: none;
    background-color: #f8f8f8;
    border: 1px dashed #c8cee4;
    padding: 12px;
    height: 41px !important;
    font-weight: bold;
    /*width: 170px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
  }
  
  /* high-performance display:none; helper */
  .gu-hide {
    left: -9999px !important;
  }
  /* added to mirrorContainer (default = body) while dragging */
  .gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }
  /* added to the source element while its mirror is dragged */
  .gu-transit {
    /*opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);*/
    background-color: #eaecf8;
    height: 45px;
    color: #0072b8;
    padding: 10px;
    /*width: 170px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
  }
  .disabledRow, .disabledRow:hover{
      background-color: #9b9b9b !important;
      color: #f8f8f8;
  }
  .disabledRow:after{
    content: '*';
  }
  .hiddenInput{
      display: none;
  }
  .mappingDrop{
      height:45px;
      width: 100%;
      border-style:solid;
      border-color:#9b9b9b;
      border-width: 1px 1px 1px 1px;
      border-radius:10px;
      padding: 10px;
      background-color: #eaecf8;
      color:#0072b8
  }
  .mappingDrop i{
      float: right;
      font-size: 20px;
      font-weight: bold;
      color: #717173;
      cursor: pointer;
  }
  .progress-tracker{
      margin: 20px 0px 20px -10px;
  }
  .progress-step .progress-marker,
  .progress-step.is-active .progress-marker,
  .progress-step.is-complete .progress-marker{
      margin-left: 12px;
  }
  .progress-text{
      padding: 12px 4px;
  }
  .toast-top-right {
    top: 80px;
    right: 12px;
}
.site-content{
    margin-top: 58px;
    margin-bottom: 20px;
}
p{
    text-align: justify;
    text-justify: inter-word;
}
.para-indent{
    text-indent: 50px;
}
.noPadding{
    padding: 0px;
}
.bannerVideo{
    max-height: 500px;
    overflow-y: hidden;
}
video{
    width: 100%;
    background-color: #cf0989;
}
.bannerContainer{
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
}
.bannerContent{
    position: relative;
    max-width: 600px;
    margin: 160px auto 0 auto;
}
.bannerContent h1{
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
}
.bannerContent h2{
    color: #ffffff;
    text-align: center;
    font-size: 22px;
}
.customerBanner{
    background: transparent url('/assets/images/mapmarker-client-feedback-background-image.jpg') no-repeat center top;
    background-size: 100% 100%;
	padding: 85px 20px 0px 0px;
	height: 450px;
	color: #ffffff;
}
.testimonyprofileimg{
    text-align: center;
}
.testimonyprofileimg img{
	width: 350px;
}
.testimony{
	padding: 45px 10px;
}
.mapmarkerDeatils{
    padding: 50px 20px;
    max-width: 770px;
    margin: 0 auto;
}
.mapmarkerDeatils h1{
	color: #2e2e2e;
    margin: 0px 0px 10px 0px;
}
.mapmarkerDeatils .rowgap{
    padding: 50px 0px;
}
.customerBanner h1{
	margin-top: 0px;
	color: #ffffff;
	font-size: 50px;
	line-height: 1;
}
.customerBanner h3{
	color: #ffffff;
	font-size: 20px;
	line-height: 1.5;
	margin: 0px;
}
.customerList{
	padding: 0px 20px;
}
.customerList h1{
    text-align: center;
    color: #2e2e2e;
}
.customerList table tbody tr td{
	text-align: center;
}
.planList{
    background-color: #f8f8f8;
    padding: 50px 40px;
}
.planList h1{
    text-align: center;
    color: #2e2e2e;
    margin-top: 0px;
}
.card-filled-header .card-header {
    padding: .75rem 1rem;
    margin: 0;
    background-color: #f8f8f8;
    height: 45px;
    border-bottom: 0 none;
}
.card-body{
    text-align: center;
    padding: .75rem 1rem;
}
.card-body h2{
    margin: 0px;
    color: #8017e1;
}
.rowgap{
    padding: 10px 0px;
}
.card-price{
    min-height: 106px;
}
.card-description{
	min-height: 83px;
}
.card:hover{
    -webkit-box-shadow: 0 0 7px 5px #dddddd;
    -moz-box-shadow: 0 0 7px 5px #dddddd;
    box-shadow: 0 0 7px 5px #dddddd;
}
#overageMessageModal{
    top: 100px;
}
#modalBackdrop{
    opacity: 0.5;
}
a.customLink{
    color: #3e53a4 !important;
    text-decoration: none !important;
    cursor: pointer;
}
.hiddenOnDevice{
    display: block;
}
.showOnDevice, .inlineOnDevice{
    display: none;
}
.btn-primary {
    color: #fff !important;
}
@media screen and (max-width: 1000px) {
	.customerBanner{
		padding: 10px 40px;
		height: auto;
	}
	.hiddenOnDevice{
		display: none;
    }
    .showOnDevice{
        display: block;
    }
    .inlineOnDevice{
        display: inline;
    }
	.customerList{
		padding: 0px 10px;
    }
    /* .bg-brand-header nav {
        padding: 1rem 0 0 0;
    } */
    .bannerContent {
        /* margin: 80px auto 0 auto; */
        padding: 0px 10px;
    }
    .navbar-light .navbar-nav .nav-link{
        color: #ffffff;
    }
    .bannerContent h1 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .bannerContent h2 {
        font-size: 15px;
    }
    /* .mapmarkerDeatils {
        padding: 50px 20px;
    } */
    .navbar-nav.navbar-right{
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        margin-top: 7px;
    }
    .navbar-nav.navbar-right .nav-link{
        border-bottom: 1px solid #cccccc;
    }
    .footer-logo{
        text-align: center;
    }
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .uploadFileArea {
        margin-top: 50px;
        margin-bottom: 50px;
    } /* IE11 */
}

.btn {
    cursor: pointer;
}

.pricing-plan-cards {
	grid-column-gap: 30px;
}