﻿.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
.MoveLeft{
    margin-left:67px;
}

a {
    cursor: pointer;
}

.same_div {
    border-bottom: 1px solid #eeeeee;
}

.search-filter {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 0px;
}

    .search-filter .input-group-addon {
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.1);
        width: 43px;
        /*padding: 6px 5px;*/
    }

    .search-filter .form-control {
        box-shadow: none;
        border-radius: 4px 0px 0px 4px !important;
    }

    .search-filter .input-group-addon span {
        display: inline-block;
        position: relative;
        top: 2px;
    }

    .search-filter div#FIlterDropDiv {
        position: absolute;
        background: #fff;
        width: 100% !important;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0px !important;
        z-index: 999;
        top: 32px;
        max-height: 182px;
        overflow-y: auto;
        min-height: 37px;
    }
.chosen-container {
    width: 100% !important;
}
.ddlActiveInActiveTicket .fs-option:hover {
    background: #86bc42;
    color:white;
}
.ddlActiveInActiveTicket .selected {
    background: #86bc42;
    color: white;
}
.search-filter div#FIlterDropDiv .same_div:hover {
    padding: 6px 9px;
    background: #86bc42;
    color: #fff;
    cursor: pointer;
}
    .search-filter div#FIlterDropDiv .same_div:hover span{
        color:white
    }
    .search-filter div#FIlterDropDiv .same_div b {
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
        display: inline-block;
        width: 120px;
        overflow: hidden;
    }

.search-filter div#FIlterDropDiv .same_div {
    padding: 6px 9px;
}

.searchbox {
    padding: 15px;
}

    .searchbox fieldset {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

        .searchbox fieldset legend {
            width: auto;
            padding: 0px 5px;
            margin: 0px 0px 10px 10px;
            border: 0px;
        }

.searchLink {
    margin-top: 10px;
}
.gg-searchLink {
    margin-top: 10px;
    position: absolute;
    top: 12px;
    right: 65px;
    background: #fff;
    line-height: 1.2em;
}
.gg-form-button {
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.form-button {
    margin-top: 10px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}
.gg-form-button {
    margin-top: 0px;
    margin-bottom: 10px;
}

.form-button div {
    margin: 0px 8px;
}



.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 14px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider-filter {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider-filter:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider-filter {
    background-color: #65a764;
}

input:focus + .slider-filter {
    box-shadow: 0 0 1px #65a764;
}

input:checked + .slider-filter:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider-filter.round {
    border-radius: 14px;
}

    .slider-filter.round:before {
        border-radius: 50%;
    }

.slider-filter {
    height: 22px;
}

.p-position{
    position:relative;
}

.p-postion-obj {
    position: absolute;
    top: 16px;
    right: -18px;
}
.drop-down {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 220px;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    text-align: left;
    padding: 0px 0;
    background: rgb(248, 248, 250);
    border-right: 3px solid #66a866;
    box-shadow: 0 0 4px #353538;
    -webkit-box-shadow: 0 0 4px #353538;
    -moz-box-shadow: 0 0 4px #353538;
    -o-box-shadow: 0 0 4px #353538;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    .drop-down li {
        list-style: none;
        display: block;
        margin: 0;
        position: relative;
    }

        .drop-down li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            display: block;
            color: #28282a;
            font-size: 14px;
            padding: 4px 10px;
            font-weight: 600;
            margin: 0;
            border-bottom: 1px solid #69ab66;
        }

.down {
    position: relative;
}

    .down:hover > a {
        background: #68a968;
        color: #fff !important;
    }

    .down:hover > .drop-down {
        visibility: visible;
        opacity: 1;
    }

.drop-down li a:hover {
    background: #68a968;
    color: #fff;
}

.drop-down:before {
    border-left: 10px solid #69ab66 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    position: absolute;
    top: 108px !important;
    right: -13px !important;
}

graph-wrapper label {
    margin-bottom: 0px !important;
    font-weight: 600;
    color: #4c4c4d;
}

label {
    margin-bottom: 5px;
}

.box-style {
    padding: 5px;
    border: 1px solid #a4d479;
    border-radius: 13px;
    background: #f9f9f9;
    box-shadow: 0px 35px 38px -41px #b7b7b7;
}


.ddarow {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: -12px 13px 11px -15px #111111;
    transform: translate(0px, 0px);
}

.p2-fieldset {
    position: relative;
}

.searchLink {
    position: absolute;
    top: -1.2em;
    right: 46px;
    background: #fff;
    line-height: 1.2em;
}

.drop-down {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 220px;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    text-align: left;
    padding: 0px 0;
    background: rgb(248, 248, 250);
    border-right: 3px solid #66a866;
    box-shadow: 0 0 4px #353538;
    -webkit-box-shadow: 0 0 4px #353538;
    -moz-box-shadow: 0 0 4px #353538;
    -o-box-shadow: 0 0 4px #353538;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    .drop-down li {
        list-style: none;
        display: block;
        margin: 0;
        position: relative;
    }

        .drop-down li a {
            display: inline-block;
            text-decoration: none;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            display: block;
            color: #28282a;
            font-size: 14px;
            padding: 4px 10px;
            font-weight: 600;
            margin: 0;
            border-bottom: 1px solid #69ab66;
        }

.down {
    position: relative;
}

    .down:hover > a {
        background: #68a968;
        color: #fff !important;
    }

    .down:hover > .drop-down {
        visibility: visible;
        opacity: 1;
    }

.drop-down li a:hover {
    background: #68a968;
    color: #fff;
}

.drop-down:before {
    border-left: 10px solid #69ab66 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    position: absolute;
    top: 108px !important;
    right: -13px !important;
}

graph-wrapper label {
    margin-bottom: 0px !important;
    font-weight: 600;
    color: #4c4c4d;
}

label {
    margin-bottom: 5px;
}

.box-style {
    padding: 5px;
    border: 1px solid #a4d479;
    border-radius: 13px;
    background: #f9f9f9;
    box-shadow: 0px 35px 38px -41px #b7b7b7;
}


.ddarow{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: -12px 13px 11px -15px #111111;
    transform: translate(0px, 0px);
}

.p2-fieldset{
    position:relative;

}
.searchLink {
    position: absolute;
    top: -1.2em;
    right: 46px;
    background: #fff;
    line-height: 1.2em;
}

.margin_center{
    margin: 0 auto;

}




.btn-p1 {
    border: none;
    outline: none;
    padding: 3px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

    .btn-p1:hover {
        background-color: #ddd;
    }

    .btn-p1.active {
        background-color: #666;
        color: white;
    }




.p2-fieldset2 {
    padding-bottom: 12px;
}


.p-flex {
    display: flex
}

.p-width-100 {
    width: 100px;
}
.m-top-55 {
    margin-bottom: 10px;
    margin-top: 55px;
}

.advFilterDiv .chosen-container
{
    min-height:34px !important;
}

.ul-p {
    width: 218px;
    left: -210px;
    top: -93px;
    z-index:2;
}


.div-p {
    background: #d7eec2;
    padding: 4px;
    z-index : 1;
}

.chosen-container-single .chosen-single div {
    top: 4px !important;
}

.chosen-container-single .chosen-single {
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    line-height: 30px !important;
    height: 34px !important;
}

#locationMap {
    width: 100%;
    height: 50%;
}

.searchIconPriceHistory {
    margin-right: 3%;
    margin-left: 2%;
    bottom: 10px !important;
    top: auto;
    z-index: 999
}

.form-control2 {
    border: none !important;
    width: 73% !important;
    display: inline-block;
}
.gg-prefix span {
    display: inline-block;
}
.gg-prefix {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px !important;
    padding: 2px 12px;
    height: 34px;
}
.gg-search-location {
    margin-top: 26px;
    right: -10px;
}
.m-top-80 {
    margin-bottom: 10px;
    margin-top: 80px;
}
.margin-16{
    right:7%;
}

.gg-search-ico {
    margin-top: 22px;
    margin-right: 14px;
}
.gg-model-content {
    width: auto !important;
    max-width : none !important;
}

.noSavedFilter {
    /*border: 0px !important;
    
    top: 0px !important;*/

}

.gg-search-ico-assign-truck {
    position: absolute;
    top: 37px;
    right: -9px;
}

#placeholder input[type=text] {
    text-align: left !important;
}

.no-background-modal {
    background-color: transparent !important;
    padding-top: 0px !important;
}
.mrg-pre {
    margin-left: 15px;
}
.margin-20 {
    margin-top:20px;
}
.margin-5 {
    margin-top:5px;
}
.NoData{
    display:none;
}
.searchIconFuelList {
    margin-top: 21px;
    margin-right: 15px;
}
.Coupon-Search-button {
    margin-top: 7px;
    margin-left: 15px !important;
}
.date-label-truck {
    position: absolute;
    right: -6px;
    top: 0px;
    color: #333;
    padding: 9px 9px;
    margin: 0;
    z-index: 19;
}
.date-label {
    position: absolute;
    right: -6px;
    top: -7px;
    color: #333;
    padding: 9px 9px;
    margin: 0;
    z-index: 19;
}
.calender-icon {
    position: static;
    right: 0px;
    top: 0px;
    color: #333;
    padding: 9px 9px;
}

.txtPrefix {
    position: absolute;
    background: transparent;
    width: 50% !important;
}

.prefixPosition {
    position: relative;
}

.lblSelFilter {
    color: #444;
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    display: inline-block;
    width: 140px;
    overflow: hidden
}

.chosen-container .chosen-results li.highlighted {
    background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#86bc42),color-stop(90%,#86bc42)) !important;
}


.css-switch {
    position: relative !important;
    right: 15px !important;
    z-index: 99 !important;
    cursor: hand !important;
    cursor: pointer !important;
    left: 5px !important;
    top: 0px !important;
}

.text-highlight
{
    font-weight: 700 !important;
}

.search-filter span{
    font-size:13px;
    color:#444;
}
div#basicProductTypeId_chosen
{
    width:207px !important;
}

/*==========================GetRepresentativesUser=============================================*/
.css-advanceSearchTextPosition.p-searchLink.searchLink {
    position: absolute !important;
    right: 25px !important;
    top: -3em !important;
    background: white !important;
}

.css-PositionAdvanceSearchDiv {
    position:relative;
}
/*========== Office Locations ===========*/
.office-locations .pac-container {
    z-index: 100000;
}

.office-locations .hover-button {
    position: static;
}

.office-locations .table-main {
    position: static;
}

.office-locations .hover-button:hover .drop {
    display: block;
}

.office-locations .drop {
    box-shadow: -12px 13px 11px -15px #111111;
}

    .office-locations .drop li a {
        border-bottom: 0.5px solid #ededed;
    }

        .office-locations .drop li a:hover {
            background: #51b152 !important;
            color: #fff !important;
        }

.office-locations .collapsed .plus {
    display: block !important;
    transition: all 0.4s linear;
}

.office-locations .collapsed .minus {
    display: none !important;
    transition: all 0.4s linear;
}

.office-locations .table-hover > tbody > tr:hover {
    background-color: #ffffff;
}

.office-locations .panel-default {
    box-shadow: none;
    border: 1px solid #d4d1d1;
}

    .office-locations .panel-default > .panel-heading {
        padding: 5px;
        background: #f5f5f5;
    }

.office-locations .xdsoft_datetimepicker {
    z-index: 100000 !important;
}

.office-locations .top-0 {
    top: 0 !important;
}

.office-locations .scroll-bar {
    overflow: auto;
    max-height: 150px;
}

.office-locations .scroll_fancy_yx1 .mCustomScrollBox, .scroll_fancy_yx .mCustomScrollBox, .scroll_fancy_yx1 .mCustomScrollBox, .scroll_fancy_yx .mCSB_container {
    overflow: visible !important;
}

#updatePriceList .scroll_fancy_yx .mCustomScrollBox, #updatePriceList .scroll_fancy_yx1 .mCustomScrollBox, #updatePriceList .scroll_fancy_yx .mCSB_container {
    overflow-x: auto !important;
    overflow-y: visible;
}
.office-locations .dropdownGGUlocation .drop > li > a {
    padding: 10px 20px !important;
    color: #333 !important;
}
/*========================== END =========================*/
.savedSearch {
    margin-top: 6px;
    margin-left: 6px;
    font-weight: 500;
}
.margin-left-30
{
    margin-left: -30px !important;
}
.margin-top-34 {
    margin-top: -34px !important;
}
.margin-top-minus42 {
    margin-top: -42px !important;
}

#speechTbl .eventTextArea {
    display: inline-block;
    width: 500px;
    height: 200px;
    overflow: scroll;
    white-space: nowrap;
}

#speechTbl .resultTxt {
    display: inline-block;
    width: 500px;
    height: 200px
}
.send-smsContainer #stop-container {
    background: white;
    height: 80px;
    padding: 5px;
}