.explore .addButtoon {
    background-color: #68dff0;
    border-radius: 50%;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);*/
    content: "";
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1000;
    margin-top: 1px;
    margin-bottom: 1px;
}
.explore .addButtoon.display {
    display: inherit;
}
.explore .addButtoon::before {
    color: #000;
    content: "+";
    font-size: 1.2em;
    font-weight: 400;
    margin: 3px 9px;
    position: absolute;
    text-align: center;
}
.explore .addButtoon:hover {
    background-color: #4fc6d7;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.14), 0 8px 16px rgba(0, 0, 0, 0.28);*/
}
.explore .media-list{
    float: left;
    margin-left: 15px;
}
.explore .tag-item{
    overflow: hidden !important;
    display: inline-block !important;
    background: #E7E7E7 !important;
    border-radius: 100px !important;
    margin-right: 5px !important;
    color: #969696 !important;
    height: 32px !important;
    border: none !important;
}
.explore .tag-item span{
    padding-left: 12px !important;
    padding-right: 4px !important;        
}
.explore tags-input .autocomplete .suggestion-item, tags-input .tags .tag-item, tags-input .tags .input {
    font-family: inherit !important;
}
.explore .close-icon{
    display: inline-block;
    font-size: 15px !important;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #CCC;
    -webkit-box-shadow: 0px 0px 2px #CCC;
    box-shadow: 0px 0px 2px #CCC;
    margin-top: 6px;
    background-color: #000 !important;
    opacity: .4 !important;
    color: #FFF !important;
    padding: 2px;
    /*margin: 0 4px 0px 0px !important;*/

}
.explore .remove-button{
    margin: 0 4px 0px 0px !important;
}
.explore .highcharts-container{
    /*box-shadow: 0px 3px 2px #aab2bd !important;*/
    margin-bottom: 5px;
}
.explore_details .highcharts-container{
    box-shadow: none !important;
}
.explore tags-input .tags {
    display: block !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
.explore .focused {
    border-color: #66afe9 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6) !important;
    outline: 0 none !important;
}
.explore #filter_image{
    float: right;
    margin-left: 10px;
    margin-top: 4px;
}
.explore .pagination-block {
    float: right;
    margin-top: 5px;
    width:100%;
}
.explore .count-text {
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 13px;
    padding-right: 10px;
    padding-top: 13px;
    text-align: right;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0px 1px 2px #aab2bd !important;
}

.explore #map {
    width: 100%;
    height: 400px;
}
.explore .companyGoogleMap, .companyMap {
    border-left-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
}
.explore .grid-table th:first-child, .grid-table td:first-child {
    border-left-style: none !important;
}
.explore .grid-table th:last-child, .grid-table td:last-child {
    border-right-style: none !important;
}
.explore .showback {
    /*box-shadow: 0 3px 2px #aab2bd !important;*/
}
.explore .pagination {
    cursor: pointer !important;
}
.explore td.txt-align {
    text-align: center !important;
}

@media screen and (max-device-width: 480px) {
    .explore td.txt-align {
        text-align: left !important;
    }
}

/*Loader css style*/


.explore .loader {
    position: relative;
    margin: 0px auto;
    width: 100px;
    height:100px !important;
    margin-top: 25px;
    &:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
}

.explore .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.explore .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #68dff0;
    }
}
.company-count-box{
    border-bottom: none !important; 
}