  `  .bg-grey-100 .col-lg-10 .col-lg-3 {
    float: left;
    }

    .service_row_field {
    padding-top: 20px;
    }

    .service_endeaver_btn{
    padding-top:25px;
    }

    .successful_part_li {
    display: inline-block;
    }

    .history_textarea{margin-top:25px;}

    .history_textarea textarea
    {
    width:100%;
    height: 150px;
    }

    .history_input input {
    height: 40px;
    }

    .no_pads {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    }

    .col-form-label {

    padding-right: 0;
    }

    div.stars {
    width: 270px;
    display: inline-block;
    }

    input.star {
    display: none;
    }

    label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all .2s;
    }

    input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
    font-weight: 900;
    }

    input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952;
    font-weight: 900;
    }

    input.star-1:checked ~ label.star:before {
    color: #F62;
    }

    label.star:hover {
    transform: rotate(-15deg) scale(1.3);
    }

    label.star:before {
    content: "\f005";
    font-family: 'Font Awesome\ 5 Free';
    }

    #map_canvas {
    height: 100%;
    }

    div#endeavorRoute .modal-content {
    padding: 10px 15px;
    box-sizing: border-box;
    }

    table.fordend {
    border: 1px solid #000;
    width: 100%;
    float: left;
    }


    .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    }

    /* Safari */
    @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
    }

    @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }
`
/*******25/07/2019**********/
#loopdata  #thisTable {
    max-height: 100%;
}

#loopdata {
    float: left;
    width: 100%;
    height: 100%;
}

i.fa.fa-building, i.fa.fa-building-o, i.fa.fa-globe {
    font-size: 16px;
}

.loading-image-lookup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.loader-lookup
{
    display: none;
    width:200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:2;
    overflow: auto;
}
.loading-lookup{
	opacity: 0.6;
}
.shownow{
	display:block !important;
}
/* css for fixed the content section on pages
div#content-wrapper {
    padding: 0 1.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
}
*/
.custom-switch.custom-switch-md .custom-control-label::after {
    background: #fff;
    top: .14425rem;
    left: -1.75rem;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-label::before {
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    background-color: #adb5bd;
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    background: #fff;
}
.no-access-section {
    height: 80vh;
    text-align: center;
    font-size: 21px;
    /* padding-top: 78px; */
    justify-content: center;
    align-items: center;
    display: flex;
}
/*
.dataTables_length {
    max-width: 150px;
    width: 100%;
}

.dataTables_length select.custom-select {
    max-width: 100px;
}

.dataTables_length label {
    float: left;
    width: 100%;
} */
