﻿.body-section {
    border-right: 1px solid #ddd;
}

.divStyle {
    min-height: 248px;
}

.deliveryDetails label, .locationDetails label {
    margin-bottom: 0px !important;
}

.choosenCol {
    width: 309px !important;
}

.moveLeft {
    margin-left: -107px;
}

.pickupHeadingStyle {
    color: #fff;
    border-right: 1px solid #ddd;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
}

.address-title {
    display: inline-block;
    margin: 0;
    font-family: 'Source Sans Pro',Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    border: 0 solid rgba(0,0,0,0.12);
    border-bottom: 0;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*.divStyle{
   
   margin-right:25px !important;
   margin-left:25px !important;
  
    
}*/
.box-shadow-0 {
    box-shadow: none !important;
}

.border-0 {
    border: 0px !important;
}

.font-weight6 {
    font-weight: 600 !important;
}

.clearfix1 {
    clear: both;
}

.nameStyle {
    padding-right: 15px !important;
    color: #fff;
    font-size: 14px;
}

.lablealign label {
    text-align: right !important;
}

.lablemargin {
    margin-top: 6px;
}

.activated {
    background-color: #63a95f !important;
}

.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #fff; /* adjust as needed */
    font-size: 12px;
}

.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.nameMargin {
    margin-right: 10px;
}

.pbicon {
    position: absolute;
    margin-top: -3px;
}

.errormsg {
    color: red;
    position: absolute;
    z-index: 999;
    top: 35px;
}

.searchBarStyle {
    padding-left: 10px !important;
    border-bottom: 1px solid #54bc97 !important;
}

.main {
    margin-top: 70px;
}

h1.title {
    font-size: 50px;
    font-family: 'Passion One', cursive;
    font-weight: 400;
}

.update_link {
    float: right;
}

    .update_link a {
        margin-bottom: 10px;
        display: inline-block;
        text-align: right;
    }

.form-group label {
    font-weight: 600;
}

.form-group {
    margin-bottom: 15px;
}

control-label1 {
    padding-top: 2px;
}

label {
    /*margin-bottom: 15px;*/
}

input,
input::-webkit-input-placeholder {
    font-size: 14px !important;
    padding-top: 3px;
}

.main-login {
    background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /*-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
}

.main-center {
    margin-top: 30px;
    margin: 0 auto;
    padding: 0px;
    font-size: 14px;
}

.login-button {
    margin-top: 5px;
}

.login-register {
    font-size: 11px;
    text-align: center;
}

.equipment_inspection .form-group label {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

.equipment_inspection input[type="checkbox"] {
    margin-right: 5px;
}

.equipment_inspection .div-height {
    height: 250px;
}
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}


.modrightheader {
    border-bottom-color: #35434a !important;
    background-color: #3e515a !important;
}

.close1 {
    color: #69a869 !important;
    text-shadow: none !important;
    opacity: inherit !important;
}

.focusColor:focus {
    outline: transparent !important;
}

.mim {
    margin-left: -4px;
}

.titleStyle {
    position: absolute;
    margin-left: 10px;
}

.titleStyle1b {
    position: absolute;
    margin-top: -2px;
}

.badge1 {
    display: inline-block;
    min-width: 10px;
    padding: 4px 8px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    vertical-align: bottom;
    background-color: #65a764 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 50%;
}
/* ----- v CAN BE DELETED v ----- */
body {
}

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-demo:focus {
        outline: 0;
    }

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

    .demo-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }

.bet {
    height: 30px !important;
    width: 65px !important;
    font-weight: 600;
    /*border-radius:4px;*/
}
/*.bet:hover{
    border:.5px solid #ddd;
}*/

.control-label {
    margin-bottom: 5px;
}

.padding-0 {
    padding: 0px;
}

.bg-f7f7f7 {
    background: #f1f1f1;
}

    .bg-f7f7f7 p {
        min-height: 23px;
    }

.stylishform-1 {
    border: 1px solid #ddd;
    padding: 10px 5px;
    background: #ededed;
}

.stylishform-2 {
    border: 0.5px solid #ddd;
    padding: 5px;
    background: #f7f7f7;
}

@media (min-width: 1370px) {
    .width_center_lg {
        width: 953px;
        margin: 0px auto;
    }
}

@media (min-width: 1370px) {
    .bookwidth_center_lg {
        width: 1207px;
        margin: 0px auto;
    }
}

/** Down Slow Animation **/

@-webkit-keyframes downSlow {
    from {
        top: -13px;
    }

    to {
        top: 13px;
    }
}

@-moz-keyframes downSlow {
    from {
        top: -13px;
    }

    to {
        top: 13px;
    }
}

@keyframes downSlow {
    from {
        top: -13px;
    }

    to {
        top: 13px;
    }
}

.down-slow {
    position: relative;
    -webkit-animation: downSlow 0.7s infinite;
    -moz-animation: downSlow 0.7s infinite;
    animation: downSlow 0.7s infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.upper-down-section {
    display: none;
    position: absolute;
    width: 1907px;
    height: 0px;
    top: 0;
    left: -1457px;
    background: #fff;
    z-index: 1111;
    transition: all 0.6s linear;
}

.open-top-section:hover .upper-down-section {
    display: block !important;
    height: 198px !important;
    transition: all 1s linear;
}

.green-bg-heading {
    border: 1px solid #ddd;
    padding: 5px;
    background: #86bc42 !important;
    color: #fff !important;
}

.path {
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 7% 100%, 0% 50%, 7% 0%);
}

.bordercolor {
    border-color: #f1f1f1 !important;
}

.green-bg-heading a {
    color: #fff !important;
}

.vartual-box input:checked ~ .path {
    background: #ddd !important;
    color: #464343;
}


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7f7f7 !important;
}

.location-section .vartual-box .checkmark_radio:after {
    top: 6px;
    left: 6px;
    width: 16px;
    height: 16px;
}

.location-section .vartual-box .checkmark_radio:after {
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
}

.location-section .vartual-box .checkmark_radio {
    height: 21px;
    width: 21px;
    top: -15px;
    left: -14px;
}

.location-section .vartual-box .location-radio-btn {
    top: -23px;
    height: 200px;
    left: -13px;
}

.location-section.vartual-box {
    margin-right: 10px;
    padding-left: 23px;
    background: #efefef;
    color: #454444;
}

.location-section {
    background: #f3f3f3;
    padding: 15px;
    position: relative
}

@media (min-width: 1370px) {
    .col-lg-3-col-md-2 {
        width: 33.33333333% !important;
        float: left;
    }

    .col-lg-4-col-md-3 {
        width: 25% !important;
        float: left;
    }

    .location-section .vartual-box .checkmark_radio {
        left: -13px !important;
        border: 1px solid #68a968 !important;
    }
}

.col-lg-3-col-md-2 {
    width: 50%;
    float: left;
}

.col-lg-4-col-md-3 {
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}


.profile-page .profile-info {
    border-bottom: 1px solid #e9e9e9;
    /*border-top: 1px solid #79a778;*/
    margin-bottom: 5px;
    padding: 5px 0px;
}

    .profile-page .profile-info p {
        margin: 0px;
    }

    .profile-page .profile-info label {
        margin: 0px;
    }


.head {
    position: absolute;
    width: auto;
    height: 30px;
    background: #fff;
    top: -18px;
    left: 15px;
    padding: 5px;
    margin: 5px;
}

.box-section {
    border-radius: 4px;
    border: 1px solid #65a764;
    padding: 23px 15px;
    position: relative;
}

    .box-section > div:first-child {
        padding: 15px;
        border-radius: 4px;
        background: #f6f6f6;
    }
/*#cke_Included{

    height:238px;
}
.cke_reset{
    min-height:238px;
}*/
/*#cke_1_contents, #cke_2_contents {
    height: 115px !important;
}

.cke_2 .cke_top, .cke_2 .cke_bottom {
    background: #eff7e8 !important;
}*/
.green-bg-heading {
    border: 1px solid #ddd;
    padding: 5px;
    background: #65a764;
    color: #fff !important;
}

.padding-5 {
    padding: 5px !important;
}

th {
    text-align: left;
}

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}

.location_alignment {
    width: 100%;
}

    .location_alignment .cust-shipping-contact {
        overflow-y: auto;
        min-height: 331px;
        height: 341px;
        padding: 15px 15px 0 15px;
        border: 1px solid #e5e3e5;
        border-radius: 0 0px 8px 8px;
    }

.location-pricelist {
    margin: 0;
    padding: 20px 0;
    box-shadow: none;
}

    .location-pricelist:hover {
        box-shadow: none;
    }

.tooltiptext4 i.fa.fa-times {
    float: right;
    margin-right: 0px;
    margin-top: -10px;
    padding: 2px;
    background-color: #93c393;
    border-radius: 6px;
}

#myMenuLogPopup .modal-body {
    background: #E4F1E4;
    padding: 10px 20px;
}

#myMenuLogPopup #menutable_wrapper {
    width: 100%;
}

#myMenuLogPopup .dataTables_length,
#myMenuLogPopup .dataTables_filter {
    display: none;
}

#myMenuLogPopup #menutable {
    width: 100% !important;
}

.txt-search-menu-logs {
    box-shadow: inset 0 0 4px #eee;
    width: 200px;
    margin: 0;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid silver;
    font-size: 1.1em;
}

.no-click {
    cursor: default !important;
}

.display-inline-block {
    display: inline-block !important
}

.section-pickup-customer-location .clickable {
    cursor: pointer;
}

.section-pickup-customer-location .panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.section-pickup-customer-location .padding {
    padding: 1px;
    border: 1px solid #66a867;
    color: #ffffff;
    margin: 2px;
    background: #66a867;
    float: left;
    border-radius: 10%;
}

.section-pickup-customer-location .cancel {
    color: #fff;
    font-size: 13px;
    background: #84b384;
    padding: 2px;
    margin-left: 5px;
}

.section-pickup-customer-location .close {
    opacity: 1 !important;
}

select#FacilityName {
    max-width: 350px;
}

.storm-water-report .calender-in-textbox {
    right: 15px !important;
    cursor: pointer;
}

#SampleTakenPopup .form-group {
    border-bottom: 1px solid #e7e7e7;
}

.labtestpopup .checkmark {
    position: absolute;
    top: 0;
    left: 8px;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.labtestpopup .p-container {
    margin-top: 5px;
    margin-bottom: 5px;
}

.labtestpopup td, .labtestpopup th {
    vertical-align: middle !important;
    border-color: #444343 !important;
}

.labtestpopup .container .checkmark:after, .labtestpopup .custom-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
}

.labtestpopup .table {
    margin-bottom: 0px !important;
}

    .labtestpopup .table > tbody > tr > th {
        color: #444343;
        font-weight: 700;
        text-align: center;
        font-size: 16px !important;
        background-color: #e7e7e7;
    }

.modal {
    overflow-y: auto;
}

.max-w-full {
    max-width: 100%;
}

.max-h-full {
    max-height: 100%;
}

.min-w-full {
    min-width: 100%;
}

.min-h-full {
    min-height: 100%;
}

.table td .calender-in-textbox {
    position: relative;
    right: 0px;
    top: 5px;
}


.header-txt-b {
    color: #454444 !important;
}

.wizard-container-custom {
    background: #fff !important;
    padding: 15px;
}

.sign-pad .Equipmentpicture-ul {
    bottom: auto !important;
}

.sign-pad ul li a {
    color: #0f6a0b !important;
    background: #fff;
    display: block;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
    padding-top: 12px;
}

.uploaded-sign .close_btn_times {
    position: absolute;
    top: -11px;
    right: -18px;
    color: #2f2f32;
    z-index: 9999;
    cursor: pointer;
    font-size: 18px;
}

.uploaded-sign {
    position: relative;
    float: left;
    margin-left: 15em;
}

    .uploaded-sign img {
        border: 2px dotted #cbc9c9;
    }

.confirm_box .modal-content {
    border-radius: 0;
    border: 1px solid #858282;
    box-shadow: 0px 10px 5px 10px #85858542;
}

.wizard-container-custom .service-wizard-header {
    color: black;
}

.pd-l-0 {
    padding-left: 0 !important
}

.border-px-solid {
    border: 1px solid #e4e4e4 !important;
}

.mgr-t-16 {
    margin-top: 16px !important;
}

.full-wdth-100 {
    width: 100%
}

.tem-desc-mgr {
    margin: 16px 0;
    margin-bottom: 0;
}


.manage_items .popupuimage img {
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.manage_items .priceimgStyle {
    width: 100%;
    height: 155px !important;
    overflow: hidden;
}

.manage_items p {
    margin-bottom: 1em;
}

.manage_items .input-button {
    background-color: #e2e2e2;
    border: 1px outset #aaa;
    color: #123;
    font-weight: 700;
    padding: 4px 5px;
}

    .manage_items .input-button:active {
        border-style: inset;
    }

.manage_items .left {
    float: left;
}

.manage_items .right {
    float: right;
}

.manage_items .clear, .clearer {
    clear: both;
}

.manage_items .clearer {
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.manage_items #center-wrapper {
    margin: 0 auto;
    width: 920px;
}

.manage_items .column {
    margin-left: 2%;
}

    .manage_items .column.first {
        margin-left: 0;
    }

.manage_items .sortable-list {
    background-color: #f93;
    list-style: none;
    margin: 0;
    min-height: 60px;
    padding: 10px;
}

.manage_items .sortable-item {
    background-color: #d7eec2;
    border: 1px solid #65a764;
    cursor: move;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 5px 0;
    text-align: center;
}

.manage_items #example-2-4 .sortable-list {
    background-color: #ccc;
}

.manage_items #example-2-4 .sortable-item {
    cursor: default;
}

.manage_items .btn {
    padding: 5px 6px;
}

    .manage_items .btn.btn-link {
        color: #65a764;
        background: transparent;
    }

.manage_items .tilesitems {
    margin: 0px;
}

.manage_items .panel_header .title {
    margin-right: 20px;
    cursor: pointer;
    text-decoration: underline;
}

.manage_items h2.title.pull-left.active-tab {
    font-weight: 800;
    color: #63a95f;
    text-decoration: none;
}

.manage_items .box .panel_header .title {
    height: 35px;
}

.boxed {
    height: 40mm;
    width: 80mm;
    border: 1px solid #d3d3d3;
}

.will-sign-popup .btn {
    height: 10mm;
    width: 40mm;
}

}

.vehicle_container .highlight {
    background: #bcd8a4;
}

.max-h-280 {
    max-height: 280px !important;
}

.max-h-140 {
    max-height: 140px !important
}

.container-vehicleData .dropdown-icon {
    margin-right: 0px !important;
    font-size: 20px !important;
    padding: 5px !important;
}

.container-vehicleData .width-250 {
    width: 250px !important;
}

.container-vehicleData .font-size-85 {
    font-size: 85px !important;
}

.ticketing-history .headingLabel {
    font-size: 14px;
    color: #909390;
    margin-bottom: 0;
}

.ticketing-history .headingLabelInput {
    font-weight: 600;
    font-size: 16px;
    color: #1a1b1a;
}

.ticketing-history .headingLabelIcon {
    font-size: 30px;
    margin-right: 10px;
    color: #989a98;
}

.ticketing-history .ticketSubject {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0 0 0;
    color: #1a1b1a;
}

.ticketing-history .ticketType {
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 15px;
}

.ticketing-history .ticketHistoryId {
    text-align: center;
    font-size: 15px;
    color: #000000;
}

.ticketing-history .assigneeColumn {
    border-right: 1px solid #dedfdd;
    width: 15%;
    padding-left: 20px;
}

.ticketing-history .emailColumn {
    border-right: 1px solid #dedfdd;
    width: 21%;
    padding-left: 20px;
}

.ticketing-history .phoneColumn {
    border-right: 1px solid #dedfdd;
    width: 15%;
    padding-left: 20px;
}

.ticketing-history .departmentColumn {
    border-right: 1px solid #dedfdd;
    width: 20%;
    padding-left: 20px;
}

.ticketing-history .seeMoreColumn {
    border-right: 1px solid #dedfdd;
    width: auto;
}

    .ticketing-history .seeMoreColumn .seeDetails {
        font-weight: 600;
        font-size: 16px;
        color: #909390;
        margin-bottom: 0;
    }

    .ticketing-history .seeMoreColumn .moreIcon {
        font-size: 30px;
        margin-left: auto;
    }

.removeArrow::after {
    display: none;
}

.ticketing-history .timeDetails {
    color: #b4b7b4;
    padding-left: 5px;
    font-size: 14px;
}

.custom-font-20 {
    font-size: 20px;
}

.custom-font-24 {
    font-size: 24px;
}

.ticketing-history .ticketTypeColumn {
    height: 0;
    background-color: #fff;
    border-right: 0;
    padding: 0;
}


.custom-min-height-35p {
    min-height: 35%;
}




.ticketing-history .ticketTypeTable {
    height: 100%;
    background-color: #fff;
}

.custom-min-height-30p {
    min-height: 30%;
}


.ticketing-history .ticket-content-div {
    width: 90%;
    border-left: 0;
    background-color: #fff;
    padding: 18px;
}


.custom-width-100p {
    width: 100%;
}

.custom-height-100p {
    height: 100%;
}

.custom-p-l-20 {
    padding-left: 20px;
}

#ticketing-history {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 10px 0 10px;
    border-collapse: separate !important;
    width: 98%;
    max-width: 98%;
    margin-bottom: 20px;
}

.ticket-custom-border-green {
    border: 3.5px solid #96c04f;
}

.ticket-custom-border-yellow {
    border: 3.5px solid #a6a80d;
}

.ticket-custom-border-red {
    border: 3.5px solid #d24545;
}

.ticketing-history .phone-size {
    font-size: 40px !important;
}

.border-left-green {
    border-left: 3.5px solid #96c04f;
}

.border-left-yellow {
    border-left: 3.5px solid #a6a80d;
}

.border-left-red {
    border-left: 3.5px solid #d24545;
}

.pad-t-10 {
    padding-top: 10px !important;
}

.faq-pad {
    padding: 0px 15px 15px 15px;
}

.ticketing-history td {
    padding: 0px 10px 0px 10px !important;
    /*    text-align: center;*/
}

.ticket-green {
    background-color: #96c04f;
}

.ticket-yellow {
    background-color: #a6a80d;
}

.ticket-red {
    background-color: #d24545;
}

#ConversionListfrm a.nav-link.active {
    color: white !important;
}

#ConversionListfrm a.nav-link.active:hover {
    color: white !important;
}

#ConversionListfrm a.nav-link:not(.active):hover {
    color: black !important;
}

.custom-m-b-20 {
    margin-bottom: 20px !important;
}

@media (max-width: 1400px) {
    .ticketing-history .headingLabelInput {
        font-size: 13px;
    }

    .ticketing-history .seeMoreColumn .seeDetails {
        font-size: 14px;
    }
}

.seeMoreColumn a, fa-ellipsis {
    color: #ffffff !important;
    cursor: pointer;
    font-size: 16px !important;
}

.custom-p-t-10 {
    padding-top: 10px;
}

.custom-p-r-0 {
    padding-right: 0 !important;
}

.no-results-available {
    text-align: center;
    text-transform: none;
    padding-top: 20px;
}

.custom-p-l-10 {
    padding-left: 10px;
}

.custom-p-r-10 {
    padding-right: 10px;
}

.custom-p-t-20 {
    padding-top: 20px;
}

.custom-ticket-div-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 540px !important;
}

#img_box {
    z-index: 9999 !important;
}


.manager-uploaded-sign {
    position: relative;
    float: left;
    margin-left: 15em;
}


    .manager-uploaded-sign .close_btn_times {
        position: absolute;
        top: -11px;
        right: -18px;
        color: #2f2f32;
        z-index: 9999;
        cursor: pointer;
        font-size: 18px;
    }

.display-none {
    display: none;
}

.signature-upload-main {
    font-family: 'Droid Serif', serif !important
}

.colorWhite {
    color: #fff;
    opacity: 1;
}

.h-w-full {
    width: 100% !important;
    height: 100% !important;
}

.img-modal-header {
    padding: 10px;
    background-color: #65a866;
    color: #ffffff;
}

.border-radius-4 {
    border-radius: 4px;
}

.img-modal-headerStyle {
    color: #fff;
    font-family: 'Merriweather', serif;
    padding: 12px;
}

.choose-sign-txt {
    color: #fff;
    font-family: 'Merriweather', serif;
}

.choose-sign-padtxt {
    padding: 10px;
    background: #65a866;
    border-bottom: none;
}

#myAddEditMeetingScheduleModal .select2-container {
    display: block !important;
    width: 100% !important;
}

#myAddEditMeetingScheduleModal input.select2-search__field {
    width: 100% !important;
}

#myAddEditMeetingScheduleModal .chosen-choices {
    display: none;
}

#myAddEditMeetingScheduleModal
.select2-container--default.select2-container--focus
.select2-selection--multiple {
    border: solid lightgrey 1px;
}

#myAddEditMeetingScheduleModal .select2-container--default
.select2-selection--multiple {
    border: solid lightgrey 1px;
}

.select2-container {
    z-index: 9999999999;
}

#myAddEditMeetingScheduleModal .fa {
    margin-right: 0 !important;
    cursor: pointer !important;
}

    #myAddEditMeetingScheduleModal .fa:hover {
        color: #65a763;
        cursor: pointer !important;
    }

.custom_text_highlight {
    color: #65a764;
    font-size: 20px;
    font-weight: 500;
}

.coc_form .diagonal span {
    display: -webkit-box;
    line-height: 0.8;
}

.coc_form sup {
    top: -10px;
}

.coc_form input[type=text] {
    max-width: 95%;
}

.coc_form .display-flex {
    display: flex;
}

.coc_form .display-inline-flex {
    display: inline-flex;
}

.coc_form .turnaround {
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    display: inline-flex;
}

    .coc_form .turnaround input[type=checkbox] {
        margin-top: 1px;
        margin-right: 10px;
        border: 2px solid;
        font-size: 25px;
        width: 25px;
    }

    .coc_form .turnaround .rush {
        line-height: 1;
        font-weight: bold;
    }

        .coc_form .turnaround .rush p {
            font-size: 7px;
            font-weight: normal;
        }

.coc_form input[type=checkbox] {
    border: 2px solid #b5b5b5;
    border-radius: 5px;
}

    .coc_form input[type=checkbox].border-red {
        outline: 1px solid red;
    }


#myAddEditMeetingScheduleModal .popup-title .fa:hover {
    color: #f7f7f7 !important;
}

.borderbody {
    background-color: #ef53506e;
}

    .borderbody .service-edit-box {
        background: #f8b5b4;
    }

.vartual-box input:checked ~ .option_radius {
    background: #5fa560 !important;
    color: white;
}

.option_radius {
    clip-path: ellipse(50% 148% at 50% 50%);
}

.alerts {
    top: 100px;
    right: 20px;
}

#dropfile {
    border-radius: 40px;
    height: 92%;
}

.mgr-b-15 {
    margin-bottom: 15px !important;
}

#ulConversionList {
    padding-bottom: 20px;
}

.faqTextAnswerField {
    padding: .375rem .75rem !important;
    width: 100% !important;
    border: 1px solid #ced4da !important;
}

#myAddEditMeetingScheduleModal .select2-container {
    z-index: 9;
}

.mgr-b-5 {
    margin-bottom: 5px !important;
}

.ticketMenu {
    margin: 15px 0 2px 0;
    max-height: 800px;
    overflow: scroll;
}

.mgr-t-5 {
    margin-top: 5px !important;
}

.ticketMenuChat {
    margin: 15px 0 2px 0;
    max-height: 800px;
    overflow: visible;
}
