.con-panel-heading {
    position: relative;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.con-panel-body {
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.con-media-body {
    vertical-align: middle;
}

.cp {
    margin: 0 0 5px;
}

.btn-dboard {
    min-width: 100px !important;
    padding-left: 5px;
    padding-right: 5px;
}

.text-size-xlg {
    font-size: 18px;
}

.panel-submenu {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.panel-dboard {
    position: relative;
    min-height: 60px !important;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.panel>.panel-dboard {
    margin-bottom: 0px;
    /*Changed for PlotAlong. Original Value is 20px */
    border-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    color: #333;
    border: none;
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading.panel-dboard {
    min-height: 100px !important;
    vertical-align: middle;
}

@media ( min-width :769px) {
    .heading-elements .btn-dboard {
        margin-top: 0px !important;
    }
}

.text-gold {
    color: #FFDF00;
}

.text-diamond {
    color: #0EBFE9;
}

.border-left-con-lead {
    border-left-color: #F44336
}

.border-left-con-cust {
    border-left-color: #4CAF50
}

.border-left-con-sale {
    border-left-color: #00BCD4
}

.panel [ class *=border-left-con-]:not(.border-left-lg):not(.border-left-xlg) {
    border-left-width: 3 px;
}

.panel[class*=bg-]>.con-panel-body {
    background-color: inherit;
}

.con-panel-body>.panel-heading {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.con-panel-body>.media {
    margin-top: 0px
}

.badge-rate {
    padding: 0px;
}

.btn-micro {
    min-width: 75px;
    transition: transform .2s;
    font-size: 2vh;
    padding: 1vh !important;
}


/* .btn-micro:hover {
    background-color: #66BB6A;
    color: white;
    transform: scale(1.5);
    z-index: 1001;
    border-radius: 4px;
} */


/* floating-menu */


/* .floating-menu {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    z-index: 2000;
    position: fixed;
    bottom: 7%;
} */

.floating-menu {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    z-index: 2000;
    position: fixed;
    /* top: 2%;
    left: 30%; */
    bottom: 8%;
    left: 5%;
    width: auto;
}

@media screen and (max-width: 480px) {
    .floating-menu {
        width: 100vw;
    }
}

@media screen and (min-width: 480px) {
    .floating-menu {
        width: auto;
    }
}

@media screen and (min-width: 800px) {
    .floating-menu {
        width: auto;
    }
}

@media screen and (min-width: 1100px) {
    .floating-menu {
        width: auto;
    }
}


/* .floating-menu a, */


/* .floating-menu h3 {
        font-size: 0.9em;
        display: block;
        margin: 0 0.5em;
        color: white;
    } */

div.scrollmenuRouts {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenuNearBy {
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    padding: 1vh !important;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

.fontsmall {
    font-size: 7px !important;
}

.bordridge {
    border: 1px ridge #9e9e9e;
    font-weight: 500 !important;
    color: #000 !important;
}


/* floating fab button */

.fab {
    /* position: fixed; */
    position: relative;
    width: 55px;
    left: 5%;
    bottom: 20%;
}

.fab:hover .fab-buttons {
    opacity: 1;
    visibility: visible;
}

.fab:hover .fab-buttons__link {
    transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
}

.fab-action-button:hover+.fab-buttons .fab-buttons__link:before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform-origin: right center 0;
    transition-delay: 0.3s;
}

.fab-action-button {
    position: absolute;
    bottom: 0;
    display: block;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 9px;
    /* width: 56px;
    height: 56px; */
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.fab-buttons {
    position: absolute;
    right: 26px;
    bottom: 20px;
    /* bottom: 50px; */
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.fab-buttons__item {
    display: block;
    text-align: center;
    margin: 12px 0;
}

.fab-buttons__link {
    display: inline-block;
    /* width: 40px;
    height: 40px; */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.icon-material {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.reToggSizeMap {
    height: 40vh !important;
}

.reSizeMap {
    height: 65.5vh !important;
}

.fullSizeMap {
    height: 78.5vh !important;
    /* height: 79vh !important; */
}

.deskViewtoggle {
    height: 42vh !important;
    max-height: 42vh !important;
}

.detailsView {
    min-height: 100vh !important;
    /* max-height: 100vh !important; */
    /* height: 55vh !important;
    max-height: 55vh !important; */
}

.mob-map-btn {
    width: 100px !important;
    background-color: #e0e0e0 !important;
    /* border-radius: 6px !important;
    box-shadow: 4px 4px 0px #47576de7; */
}

.img-parent-base {
    height: 68px;
    width: 100%;
}

.btn-icon-img {
    position: absolute;
    top: 15%;
    left: 26%;
    padding: 4px;
    border-radius: 5px;
}

.img-filter {
    -webkit-filter: grayscale(100%);
    /* filter: grayscale(100%); */
    filter: hue-rotate(90deg);
    object-fit: fill;
}

.fontSize30 {
    font-size: 42px !important;
}


/* .in-height {
    height: 28px !important;
} */


/* .btnNearHover:hover>span {
    display: block;
} */

.floatContainer {
    bottom: 5%;
    position: fixed;
    margin: 1em;
    right: 1%;
    height: auto !important;
    width: 53px !important;
}
.btnPadding{
    padding: 9px 10px !important;
}

.weather-background {
    background: #2b5876;
    /* background: -webkit-linear-gradient(to right, #4e4376, #2b5876); 
    background: linear-gradient(to right, #4e4376, #2b5876); */
    /* background: -webkit-linear-gradient(to right, #fff, #6f8894);
    background: linear-gradient(to right, #fff, #6f8894); */
    background: -webkit-linear-gradient(to right, #74bcff, #6f8894);
    background: linear-gradient(to right, #74bcff, #6f8894);
}

.weatherDrpBack {
    background: #2b5876;
    border-radius: 5px;
    /* width: 19%;
    margin-right :3px;
    float: left; */
    /* background: -webkit-linear-gradient(to right, #4e4376, #2b5876);
    background: linear-gradient(to right, #4e4376, #2b5876); */
    background: -webkit-linear-gradient(to right, #74bcff, #6f8894);
    background: linear-gradient(to right, #74bcff, #6f8894);
    /* background: -webkit-linear-gradient(to right, #fff, #6f8894);
    background: linear-gradient(to right, #fff, #6f8894); */
    /* background:-webkit-linear-gradient(to right, #e9311e, #3F51B5);
    background: linear-gradient(to right, #e9311e, #3F51B5); */
}

.fivedayforcastDiv {
    /* left: -304px !important; */
    left: -1px;
    position: absolute !important;
    min-width: 510px !important;
}

.box-shadow {
    /* -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24); */
    padding: 3px;
}

.box-shadow:hover {
    /* box-shadow: 0 0 5px 5px rgba(5, 15, 25, 0.53); */
    box-shadow: 0 0 5px 5px rgba(194, 205, 216, 0.53);
}


/* usel custom css start  */

.overflow-grid {
    margin-top: 5px;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
}

.overflow-grid .overflow-item {
    float: none;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out, opacity 0.5s ease 0.4s;
    -webkit-transition: all 0.3s ease-in-out, opacity 0.5s ease 0.4s;
    opacity: 1;
}

.overflow-grid .overflow-item.entering {
    width: 0px;
    height: 0px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    opacity: 0;
}

.one-edge-shadow {
    box-shadow: 1px 1px 3px #888888;
}


/* usel custom css end  */

.carouselBtn>i {
    background-color: #000;
    color: #58ccb6 !important;
    border-radius: 15px;
    font-size: 20px !important;
}

.carouselBtn>i:hover {
    background-color: #58ccb6;
    border-radius: 15px;
    color: #000 !important;
}

.imgThumb {
    overflow: hidden;
}

.imgThumb img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.imgThumb:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.text-size-25 {
    font-size: 25px;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display:inline-table;
    float: none;
    margin-right: -4px;
    text-align: center;
}
.col-centered-testimonial {
    display: inline-block;
    float: none;
    margin-right: -4px;
    text-align: center;
}
.col-centered-bank {
    display: inline-flex;
    float: none;
    margin-right: -4px;
    text-align: center;
}


.colomn-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
    text-align: center;
}

div.sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 10px !important;
}

.taskMoreOption {
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 999 !important;
    padding:1px 2px !important;
}
.taskMoreOption:hover {
   background-color: #fff;
   color: #F44336;
}


/* rewrite some rules from bootstrap */
.has-feedback .form-control-feedback {
	top: 0;
}

/*
* Special CSS classes
* for jQuery - Valida
*
* You can try to change the styles via Firebug (Firefox) or related plugin.
*/
.at-error {
	/* placed on a error labels */
	color: #A94442 !important;
	font-size: 11px !important;
}

.at-warning {
	/* placed on a warning (invalid) labels */
	color: #8A6D3B !important;
	margin: 6px 0 !important;
}

.at-invalid {
	/* placed on a invalid fields (which do not match with their filters or masks) */
	
}

.at-required {
	/* placed on a required fields (which are not filled) */
	
}

.at-description {
	/* placed on description paragrapher, right after TEXTAREA fields. */
	
}

.at-description>span {
	/* into description paragrapher, right after TEXTAREA fields there are 2 span TAGs. */
	
}

.at-required-highlight {
	/* highlight required form fields */
	color: red !important;
}

.td-align-top {
    vertical-align: top !important;
}

.td-align-middle {
    vertical-align: middle !important;
}

.td-align-bottom {
    vertical-align: bottom !important;
}