﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background-color: #43464d;
    min-height: 800px;
}

input[type="checkbox"]:focus {
        border:1px solid #66afe9;
    /* outline: 0; removed by arvind*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

ul li {
    list-style: none;
}

a:hover,a:focus {
    /*outline: none;*/
    text-decoration: none;
}

i.active {
    /*outline: none;*/
    text-decoration: none;
}

a:focus {
    /*outline: none;*/
    outline-offset: 0;
}

:focus {
    /*outline: none;*/
    outline-offset: 0;
}

.table {
    width: 99.99%;
    max-width: 100%;
    margin-bottom: 0px;
}

.padding {
    padding: 0 15px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0 !important;
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
}

.padd-r {
    padding-right: 15px !important;
}

.padd-l {
    padding-left: 15px;
}

.body-bg {
    background: #c5c5c5;
    border-radius: 5px;
    min-height: 500px;
    padding: 25px;
}

.w-h {
    width: 100%;
    height: 100%;
}
/***** Login Page *****/ /*input::-webkit-input-placeholder:after {color: red;content: "*";opacity: 1;}*/

.login-main-section {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 8px 0 #c9c9c9;
    display: block;
    margin: auto;
    float: none;
    margin-top: 10%; /*min-height: 390px;*/
}

    .login-main-section img {
        display: block;
        margin: 0 auto 25px;
    }

    .login-main-section input {
        max-width: 100%;
    }

    .login-main-section h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 20px;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.64;
        letter-spacing: normal;
        text-align: center;
        color: #535b62;
    }

    .login-main-section .login-input {
        display: block;
        margin: auto;
        float: none;
    }

    .login-main-section .login-checkbox {
        display: block;
        margin: auto;
        float: none;
    }

        .login-main-section .login-checkbox .checkbox {
            padding-top: 0px;
        }

    .login-main-section .login-btn-box {
        display: block;
        margin: auto;
        float: none;
    }

        .login-main-section .login-btn-box .login-btn {
            border-radius: 5px;
            background-color: #186997;
            font-family: 'Roboto', sans-serif;
            font-size: 17px;
            font-weight: 300;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            width: 100%;
            padding: 8px;
            text-transform: uppercase;
        }

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 10px 6px;
    font-size: 14.5px;
    z-index: 1 !important;
    line-height: normal;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.login-main-section p {
    text-align: center;
    margin: 0;
}

.input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
}
/***** Login Page End*****/
/***** Layout Page *****/ .navbar-main-section {
    background-color: transparent;
    padding: 5px 25px;
    border: none;
    margin-bottom: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: rgb(67, 70, 77);min-height: 60px;
height: 60px;
max-height: 60px;
}

    .navbar-main-section .logo-img {
        background-color: #ffffff;
        padding: 10px;
        border-radius: 5px;
        height: 51px;
        display: inline;
    }

    .navbar-main-section .navbar-box {
        padding: 0 0 0 15px;
    }

.navbar-box li {
    background: linear-gradient(#186997, #003756);
    border-radius: 4px;
    padding: 13px 43px;
    margin-right: 2px;
}

    .navbar-box li a {
        padding: 0;
        font-size: 17px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff !important;
        text-transform: uppercase;
    }

        .navbar-box li a:hover::before {
            background-image: url(../images/down.png);
            background-repeat: no-repeat;
            bottom: 0;
        }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.login-section {
    background: linear-gradient(#186997, #003756);
    border-radius: 4px;
    padding: 13px 84px;
    float: left !important;
}
/***** Masters Start *****/ .main-box-section h2 {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    font-size: 17px;
    display: inline-block;
    font-style: normal;
    margin: 0 0 15px 0;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #292929 !important;
    text-transform: uppercase;
    font-weight: 600;
}

.main-box-section .addnew-btn {
    background: #186997;
    float: right;
    font-size: 14.5px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 35px;
    box-shadow: none;
    border: none;
}

.main-box-section .main-search-inputs {
    margin-bottom: 10px;
}

    .main-box-section .main-search-inputs input {
        max-width: 415px;
        width: 414px;
        height: 28px;
        border-radius: 5px;
        border: none;
        background-color: #186997;
        color: #fff;
        padding: 10px;
    }

    .main-box-section .main-search-inputs ::-webkit-input-placeholder {
        font-size: 14.5px;
        font-weight: 200;
        font-style: normal;
        color: #8bbad4;
        padding: 0;
        margin: 0;
        line-height: initial;
    }
/***** Masters End *****/
/********Akash Code********/ /********For Sale Listing********/

.table-main-box table {
    width: 99.99% !important;
        cursor: pointer;
}

.table-main-box table thead {
    font-size: 13px;
}

.table-main-box table thead th {
    /*background: #186997;*/  
    /*color: #fff;*/
    font-size: 14.5px;/*change for roboto*/
    font-weight: 300;
    border: 1px solid #ddd;
    text-align: left;
    height: 22px !important;/*important added by arvind*/
    padding: 12px 5px;
}
/*.table tbody tr:nth-of-type(2n+1) {background-color: #f1f1f1;}*/

.table tbody tr {
    border: 1px solid #cecece ;/*e3e3e3*/
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(odd) {background-color:#e0e0e0;/*#cecece*/}
    .table-striped > tbody > tr:nth-of-type(odd):hover { background-color: rgba(24, 105, 151, 0.2);}

    .table tbody tr:hover {
        background-color: rgba(24, 105, 151, 0.2);
        color: #fff;
    }

    .table tbody tr td {
        font-size: 13px;
        color: #282726;
        font-weight: 400;
        vertical-align: middle;
        letter-spacing: 0.6px;
        padding: 15px 5px;
    }

        .table tbody tr td:last-child a, .table tbody tr td:last-child a.removeHover:hover{
            width: 30px;
            height: 30px;
            border-radius: 5px;
            display: inline-block;
            text-align: center;
            line-height: 30px;
            transition: all 0.2s ease;
            margin-right: 2px;
            color: #186997;
            box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
            background-color: #fff;
        }
        .table tbody tr td:last-child label{
            font-weight:normal;
        }
        .table tbody tr td:last-child a:hover {
            background: #186997;
            color: #fff;
        }
.form-control[disabled], fieldset[disabled] .form-control{
    color: #181818;
}
.table tbody .search-tr .srchBox {
    margin-bottom: 0;
}

.table tbody .search-tr td {
    padding: 10px 5px;
}
.table-striped > tbody > tr:nth-of-type(odd) {background-color:#e0e0e0;/*#cecece*/}
/********For Sale Listing End********/
/********For Sale Add Page********/ 
.box-layout-main {
    padding: 15px 0px;
    background: #c5c5c5;
    border-radius: 0;
    border: none;
}
/********Image slider********/

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.arrows {
    font-size: 51px;
    vertical-align: middle;
}

.carousel-control {
    top: 12px;
    width: 6%;
}

.thumbnail {
    margin-bottom: 0 !important;
}

.slider-main-div {
    height: auto;
    border: 0;margin-bottom:10px;
}
.slider-main-div .carousel-inner > .active{
    height: 350px;
    background: #ffffff;
}
#carousel-bounding-box .thumb-careousel-section .pip{height: 70px;display:inline;}

.inner-box-layout .upld-img-btn {
    content: '';
    position: absolute;
    color: #fff;
    font-size: 13px;
    background: #186997;
    left: 0;
    right: 0;
    width: 135px;
    text-align: center;
    float: none;
    display: block;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    font-weight: 300;
    padding: 0;
    margin: auto;
    top: 78%;
    z-index: 2;
}
/********Image slider********/
.checkbox label {
    padding-left: 5px;
}
/*.blockDiv .input-group {padding:0 !important;}*/

.input-group-addon {
    padding: 0px;
    font-weight: normal;
    line-height: 0;
    text-align: center;
    border: 1px solid #c4c4c4;
    border-radius: 0px;
}
    

.input-group-addon .fa-search {
       padding: 5px 5px;
       background: #fff;
       color:#186997;
       opacity:1;
}
.input-group-btn  .fa-search {
       padding: 5px 5px;
       background: #fff;
       color:#186997;
       opacity:1;
}
 .input-group-addon .fa-calendar {
      padding: 6px 6px;
      background:#186997;
      color:#fff;
      opacity:1;
}
.input-group-btn .fa-percent {
      padding: 6px 6px;
      background:#186997;
      color:#fff;
      opacity:1;
}

.input-group-btn .fa-external-link {
      padding: 6px 6px;
      background:#186997;
      color:#fff;
      opacity:1;
}
.input-group-btn .fa-calendar {
      padding: 6px 6px;
      background:#186997;
      color:#fff;
      opacity:1;
}
.input-group-btn .fa-plus {
      padding: 7px 6px;
      background:#186997;
      color:#fff;
      opacity:1;
}
.input-group-btn .fa-trash {
      padding: 7px 6px;
      background:#186997;
      color:#fff;
      opacity:1;
      font-size:13px;
}
.input-group-addon .fa-trash {
      padding: 7px 6px;
      background:#186997;
      color:#fff;
      font-size:13px;
      opacity:1;
}

 .input-group-addon .fa-external-link {
      padding: 5px 6px;
      background:#186997;
      color:#fff;
      opacity:1;
}

.input-group-addon-eq {
    padding: 0px 10px;
    font-weight: normal;
    line-height: 0;
    color: #fff;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    vertical-align: top;
    border-radius: 0px;
}

.input-group-btn .btn.plus-icon, .input-group-btn .btn.blue-icon {
    padding: 7px 8px;
    font-weight: normal;
    line-height: 0;
    border-radius: 0;
    color: #fff;
    text-align: center;
    background: #186997;
    border: 1px solid #186997;
    cursor: pointer;
    /*outline:auto;*/
}

.input-group-btn .btn.blue-icon {
    border-radius: 0px;
}

.view-page-link i {
    padding: 6px 12px;
    font-size: 14.5px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #186997;
}

.copy-existing-btn {
    background: #023b5b;
    float: right;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    /*padding: 7px 35px 7px;*/
    box-shadow: none;
    border: none;
    font-weight: 300;
    position: relative;
    z-index: 99;
    margin-left:5px;
    text-align:center;
    width:160px;
}

    .copy-existing-btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.1);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .copy-existing-btn:hover, .copy-existing-btn:focus {
        color: #fff;
    }

        .copy-existing-btn:hover:before, .copy-existing-btn:focus:before, .copy-existing-btn:active:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.add-btn-blue {
    background: #186997;
    display: inline-block;
    margin: auto;
    text-align: center;
    float: none;
    margin-bottom: 15px;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    padding: 7px 29px 7px;
    box-shadow: none;
    border: none;
    font-weight: 300;
    position: relative;
    z-index: 1;
}

    .add-btn-blue:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.1);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .add-btn-blue:hover, .add-btn-blue:focus {
        color: #fff;
    }

.add-owner {
    margin-bottom: 25px;
}

.add-btn-blue:hover:before, .add-btn-blue:focus:before, .add-btn-blue:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*.frm-in {
    display: -webkit-inline-box;
}*/
.frm-in {
    display: -webkit-inline-box;
}

.view-page-link img {
    padding: 6px;
    font-size: 14.5px;
    font-weight: normal;
    line-height: 0;
    color: #fff;
    text-align: center;
    background: #186997;
    border: 1px solid #186997;
    border-radius: 4px;
    width: 28px;
    margin-left: 5px;
}

.selectpicker {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #c4c4c4;
    padding: 2px 7px;
    font-size: 14.5px;
    line-height: 1;
    color: #999;
    vertical-align: middle;
    background-color: #ffffff;
    height: 28px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.selectpicker:focus {
    border-color: #66afe9;
    /*outline: 0;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.adve-ch-box {
    padding: 0 !important;
}
.chk_Retrofit{
    text-align:left;padding-top:3px;
}
.adve-ch-box label {
    padding: 0;
    color: #333; 
    vertical-align: middle;
    font-weight: 400 !important;
}
.adve-ch-box input[type="checkbox"], .adve-ch-box input[type="checkbox"] {
    margin-right: 10px;
    margin-left:4px;
}
.padding-left-lg {
    padding: 0 0 0 5px;
}
.textarea-box {
    margin: 15px 0;
}
    .textarea-box textarea {
        max-width: inherit;
    }
/********For Sale Add Page End********/
/********For Sale View Page********/ .box-layout p {
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 14px;
    margin: 6px 0 0;
    height: 23px;
    vertical-align: middle;
}

.ellipse-p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 112px;
}

.per-box {
    float: right;
}

    .per-box label {
        float: left;
        padding-left: 40px;
    }

.web-link a {
    color: #186997;
    text-align: center;
    display: block;
}

.inner-box-layout .view {
    top: 20%;
}

.inner-box-layout .task {
    top: 40%;
    left: 33%;
}
/********For Sale View Page End********/
.sorting-icon:before {
    content: '';
    position: absolute;
    left: 82px;
    top: 52%;
}

.sorting-icon:after {
    content: '';
    position: absolute;
    left: 82px;
    top: 54%;
}

.tab-content label {
    font-weight: 400;
    font-size: 14px;
}

.form-horizontal .control-label {
    font-weight: 400;
    text-align: left; /*added by arvind*/
}

#mobile {
    display: none;
}

.plus-icon {
    margin-left: -1px;
}

.des-bot-pad {
    padding-bottom: 0px;
}

.menu-fixed {position: fixed;z-index: 1050;width: 100%;padding: 5px 25px;min-height: 60px;height: 60px;max-height: 60px;background: rgb(67, 70, 77);}
.small-link{font-size: 14.5px;line-height: 1.42857143;font-weight: normal;text-transform: capitalize;}
#stickFilter{padding-top: 10px;min-height:55px;/*41px*/}
#stickFilter .dropdown-menu{z-index:1003;}
.search-div-fixed{position: fixed;z-index: 888;top: 60px;width: 100%;padding-left:25px;padding-right:25px;background: #c5c5c5;left: 0;border-bottom: 2px solid #848383;padding-top: 10px;min-height: 55px;}
/*.search-div-fixed .srchBox{margin-bottom:0;}*/
.bottomZero{margin-bottom: 0px !important;}

/*.bgAlter tr:nth-child(even), .blockDiv .bgAlterProspect:nth-of-type(even){background-color: #e0e0e0;}*/
.bgAlter tr:nth-child(odd), .blockDiv .bgAlterProspect:nth-of-type(odd){background-color: #fff;}
.bgAlter tr:last-child{background-color: #fff!important;}
.bgAlter tr td:last-child{background:#fff;min-height: 49px;}
.dvTotalTruckParamWt{background-color: #fff!important;}



.logo_img {
    z-index: 99999999999999999;
}

.notes-trash {
    font-size: 26px;
    text-align: center;
    display: block;
    margin-top: 32px;
    cursor:pointer;
    color: #999;
}

.trash {
    font-size: 17px;
    text-align: center;
    padding: 0 0 0 5px;
    display: block;
    color: #999;
}
.bgAlterProspect .trash{text-align:right;}

.table-responsive {
    width: 99.99%;/*100 change by arvind*/
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

.table-responsive > .table {
    margin-bottom: 0;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th/*, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td*/ {
    white-space: nowrap;

}

.table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;

}

.table-responsive > .table-bordered {
border: 0;
}

.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
}

.input-group .form-control:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.input-group .form-control:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-sm {
    padding: 4px 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-radius: 0;
}

#tblAddRowProspect td {
    padding-right: 15px;
    vertical-align: top;
}

#tblUpdateRowProspect td {
    padding-right: 15px;
}

#tblAddRowProspect td a {
    box-shadow: none;
    background: none;
}

#tblEditRowProspect td a {
    box-shadow: none;
    background: none;
}

#tblUpdateRowProspect td a {
    box-shadow: none;
    background: none;
}

#tblUpdateAddRowProspect td {
    padding-right: 15px;
}

    #tblUpdateAddRowProspect td a {
        box-shadow: none;
        background: none;
    }

/*#imagesize {
    max-height: 300px;
    height: 300px;
    min-height: 300px;
    pointer-events: none;
    position: relative;
    top: 50%;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    max-width: 100%;
    margin: 0px auto;
}*/
#imagesize {
    max-height: 350px;
    pointer-events: none;
    position: relative;
    top: 50%;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform: translateY(-50%);
        width: auto;
    max-width: 100%;
    margin: 0px auto;
}

.datepicker-dropdown {
    /*top: 673px;
    right: 90px;
    border-radius: 0;
    min-width: 194px;
    display: block;
    border: 2px solid #186997;
    width: 20%;
    z-index: 100;*/
    background:#186997;
    padding:2px;
}

.datepicker-dropdown:after {
        border-bottom: 6px solid #186997;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: #428bca;
}
/*.owl-nav {position: absolute;bottom: 22px;width: 100%;}.owl-prev {width: 10%;display: inline-flex;float: left;}.owl-prev i {font-size: 40px;color: #666;}.owl-next {width: 6%;display: inline-flex;float: right;}*/

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -12px;
    display: block !important;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -2px;
    display: block !important;
}

.owl-prev i {
    font-size: 23px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background: #949494;
    height: 25px;
    width: 25px;
}

.owl-next i {
    font-size: 23px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background: #949494;
    height: 25px;
    width: 25px;
}

.search-eq-popup table tr {
    background: #efefef !important;
}

.search-eq-popup table td {
    font-size: 14.5px;
}

.search-eq-popup .modal-footer {
    padding: 0px !important;
}

.criteria-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
}

    .criteria-box h4 {
        margin-top: 0;
        font-size: 14px;
        color: #333;
        text-transform: uppercase;
    }

.subhead-section {
    position: relative;
}

    .subhead-section h4 {
        margin-top: 0;
        font-size: 14px;
        color: #888585;
            padding: 0 15px;
        text-transform: uppercase;
    }

.subhead-content {
    position: relative;
    margin-top: 10px;
}

.divider-section {
    margin-bottom: 10px;
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #ececec;
}

.date-range-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
}

    .date-range-box h4 {
        margin-top: 0;
        font-size: 14px;
        color: #333;
        text-transform: uppercase;
    }

.author_notes_inner .notes_div {
    padding: 0 15px;
}

.nav-tabs > li {
    /*width: 155px;*/
    min-width:140px;
    text-align: center;
    margin-bottom: 0;
}
.body-content {
    padding: 70px 25px 15px 25px;
    /*margin-top: 75px;*/
}

.body-content h2 {
    display: none;
}
.mail-preview-main-b h2 {
    display: block;
}

.mail-preview-main-box h2 {
    display: block;
}
.footer-main-box {
    padding: 2px 25px;
}
.footer-main-box p {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.owl-carousel .owl-item {
    border: 0;
    border-radius: 5px;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.owl-carousel .owl-item .remove{
    box-shadow: 0 23px 20px 0px #000000;
}
/*.owl-carousel {
    position:static !important;
}*/
.cus-owl {
    padding:15px;
}
/*.owl-nav {
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
}*/
    .owl-carousel .owl-item img {
        border-radius: 0;
        display:block;width:auto !important;margin: auto;
    }

.thumb-careousel-section {
    background: #ffffff;
}

/*.thumb-careousel-section {
    padding: 8px 0;
}*/

.datepicker-days table tr th {
    background: #eceae6;
    color: #186997;
}
.datepicker-months table tr th {
    background: #eceae6;
    color: #186997;
}

.datepicker table tr td, .datepicker table tr th {
    border-radius: 0px;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #999;
    cursor: pointer;
    color: #fff;
}

.datepicker-days table td {
    background: #eceae6;
}

.datepicker-months table td {
    background: #eceae6;
}

.datepicker-years table tr th {
    background: #eceae6;
    color: #186997;
}

.datepicker-years table td {
    background: #eceae6;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    display: none;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    display: none;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: rgb(66, 139, 202);
    color: #fff;
}

#ui-datepicker-div {
    background: #eceae6;
    color: #186997;
    border: 2px solid rgb(24, 105, 151) !important;
    border-radius:0;
    z-index:2!important;
}

#ui-datepicker-div .ui-datepicker-header {
    background: #eceae6;
    color: #186997;
    font-weight: 300;
    border: 0;
    font-family: 'Roboto', sans-serif;
}
#ui-datepicker-div table th {
    background: #eceae6;
    color: #186997;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    width: 30px;
    height: 30px;
    font-weight: 300;
}


.ui-datepicker-calendar tbody tr td {
    background: #eceae6;
    text-align: center;
    width: 30px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    height: 30px;
    border: none;
}

.breadcrumbb {
    color: #fff;
}

    .breadcrumbb a {
        color: #fff !important;
text-decoration: none !important;
    }

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #186997;
    border-color: #186997;
    color: #fff;
}

.textareaa {
    height: 28px !important;
}


#tblEditRowProspect td {
    padding-right: 15px;
}
#tblEditRowProspect tbody tr td:nth-child(3) {
    padding: 0;
}

.box-popup-heading {
    padding: 10px;
    background: #186997;
    color: #fff;
}

.check-r-m {
    margin-right: 15px;
}

#tblAddRowProspect td:last-child {
    vertical-align: top; /*middle*/
    padding: 0;
}

#tblUpdateRowProspect td:last-child {
    vertical-align: top; /*middle*/
    padding: 0;
}

#tblEditRowProspect td:last-child{
    vertical-align: top; /*middle*/
    padding: 0;
}

.hidden-div {
    display: none;
}

.assign-checkbox-icon {
    margin: 4px 5px 0 0 !important;
}

.modeShowClass{
    float: left;
    width: 80px;
}

.modeShowClass select.input-sm{
    padding: 0;
    height: 25px;
}

.theme-btn-blue {
    text-transform: capitalize;
}

#LinkSaleID td img,#LinkSale td img {
    height: 45px;
    width:78px;
}
#LinkSaleID .eq-img,#LinkSale .eq-img, #View_Record .eq-img { 
    height: 45px;
    width:78px;
    min-width: 78px;
    max-width: 78px;
}
/*#LinkSaleID .eq-img,#LinkSale .eq-img, #View_Record .eq-img {backup by akash
    height: 60px;
    width:78px;
    min-width: 78px;
    max-width: 78px;
}*/

#tblForTask td img {
    height: 45px;
    width:78px;
}

#tbl_TaskList td img {
    height: 45px;
    width:78px;
    min-width: 78px;
    max-width: 78px;
}
/*#tblForTask td img {
    height: 60px;
    width:78px;
}

#tbl_TaskList td img {
   height: 60px;
    width:78px;
    min-width: 78px;
    max-width: 78px;
}*/
.photo-lw {
    min-width: 90px;
    max-width: 90px;
    width:90px;
}

/*.photo-lw {
    min-width: 90px;
    max-width: 90px;
    width:90px;
}*/
/*.ref-lw {
    min-width: 70px;
    max-width: 70px;
    width:70px;
}
.manufacture-lw {
    min-width: 170px;
    max-width: 170px;
    width:170px;
}
.model-lw {
    min-width: 100px;
    max-width: 100px;
    width:170px;
}
.year-lw {
    min-width: 80px;
    max-width: 80px;
    width:80px;
}*/
.main-heading {
    font-size: 21px;
    color: #c5c5c5;
    margin: 10px 0;
    font-weight: bold;
}

.table-scroll {
    max-height: 500px;
    overflow-y: visible;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 0;
}

#ui-id-1 {
    z-index: 1050 !important;
}

.notes-btn {
    margin: 5px 0;
}

.ui-menu .ui-menu-item a {
    text-transform: none;
    z-index: 999;
}

.mail-preview-main-box .mail-preview-in h4 {
    text-align: left !important;
    text-transform: capitalize;
    font-weight:400 !important;
    line-height: 1.4em;
    padding-top: 3px !important;
    margin-bottom: 5px;
}

.mail-preview-main-box .mail-preview-in h3 {
    text-align: left !important;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4em;
    padding-top: 3px !important;
    font-size: 19px;
    margin-bottom: 5px;
    color: #186997;
}

.mail-btn {
    border-top: 20px solid #999;
    margin-top: 10px;
    border-bottom: 20px solid #999;
    padding: 7px 0px;
}

.mail-btn h3 {
    text-align: left;
    font-weight: 500;
    color: #666;
    text-transform: capitalize;
    line-height: 1.4em;
    padding-top: 3px !important;
    font-size: 19px;
    margin: 0;
}

.mail-btn button {
    margin-bottom: 0;
}
.mail-close .close{position: absolute;right: -10px;top: -10px;background-color: #999;width: 30px;height: 30px;border-radius: 50%;color: #fff;opacity: 1;z-index: 1;text-align: center;line-height: 30px;}
#Preview1 .modal-content{overflow: initial !important;}

.specs-box h3 {
    text-align: left !important;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px !important;
    font-size: 14.5px;
    margin: 0 0 15px 0;
    color: #186997;
}

.specs-box h4 {
    text-align: left !important;
    text-transform: uppercase;
    font-size: 15px !important;
    padding: 3px 15px;
    margin: 2px 0;
    font-weight: 400 !important;
}

.specs-f {
    background: #e0e0e0;
}

.specs-box h5 {
    text-align: left !important;
    text-transform: uppercase;
    font-size: 14.5px;
    padding: 3px 15px;
    margin: 12px 0 10px;
    font-weight: 400;
}
.brdr-btm {
    position:relative;
}
.brdr-btm::after {
    position: absolute;
    content: '';
    width: 96%;
    left: 2%;
    bottom: 0;
    border-bottom: 1px solid #ddd;
}
.yr-ml {
    margin-left: -2px;
}
.total-lab {
    float:right;
    margin-bottom:15px;
}
.total-lab label {
   padding-left:48px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 6px 0 0;
}
.menu-bg {
    background: rgba(24,105,150,.50);
}
.upload-pdf {
    display:block;
    float: none;
    padding-top: 10px;
    margin:auto;
}
.upload-pdf i {
    font-size: 26px;
    text-align: center;
    padding: 0 0 0 5px;
    color: #999;
}
.upload-pdf i:hover{color:#186997;}
input, select, textarea {
     max-width: inherit; 
}
.mail-p-wid {
    width:75%;
}
.cog-icon i, .cog-icon.removeHover i:hover {
    font-size: 13px;
    background: #4b87c8;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
}
.cog-icon i:hover {
    background: #fff;
    color: #4b87c8;
}
.cross-icon i, .cross-icon.removeHover i:hover {
    font-size: 18px;
    padding-top: 7px;
    color: #cd4141;
}
.cross-icon i:hover {
    color:#fff;
}
.check-icon i, .check-icon.removeHover i:hover{
    font-size: 18px;
    padding-top: 7px;
    color: #50af00;
}
.check-icon i:hover {
    color:#fff;
}
.exla-icon{color: #ffa500 !important;}
.exla-icon i, .exla-icon.removeHover i:hover {
    font-size: 14.5px;
    padding-top: 7px;
    color: #ffab2d;
}
.exla-icon:hover {
    color:#fff !important;
}
.trash-icon i, .trash-icon.removeHover i:hover {
    font-size: 18px;
    padding-top: 7px;
    color: #848484;
}
.trash-icon i:hover {
    color:#fff;
}
.up-pdf {
    display:block !important;
    text-align:center;
}
.up-pdf-in {
    display: block;
    margin: auto;
    float: none;
}
.up-pdf-in .uploaded-files-section {
    max-height: inherit;
    overflow: inherit;
    overflow-y: inherit;
}
.up-pdf-in .uploaded-files-section .upload-file-name {
    border-bottom: none;
}
.up-pdf-view {
    padding-top: 0;
}
.up-pdf-view i {
    text-align: center;
    padding:0;
    display: block;
    cursor:pointer;
    margin: auto;
}
.gen-sal {
    position: fixed !important;
    bottom: 7%;
    right: 2%;z-index: 1002 !important;width: auto !important;
}
.mar-l-eq {
    margin-left: -2px;
}
.mar-l-ad {
    margin-left: -5px;
}
/*#LinkSaleID td:nth-child(9) {
    white-space: normal;
    word-break: break-word;
}
#LinkSaleID td:nth-child(4) {
    white-space: normal;
    word-break:break-word;
}
#LinkSaleID td:nth-child(5) {
    white-space: normal;
    word-break:break-word;
}*/
.info-cir {
    font-size:17px;
}
.plupload_container {
    padding:0 !important;
}
.plupload_header {
    background: #186997 !important;
}
.price {
    /*background:rgba(0, 0, 0, 0.);*/
    color: inherit;
    border-color: #c4c4c4;
    border-right: none;
    padding:4px 6px;
}
.pv {
    background: #EEEEEE;
}
.plupload_add {
    float: left !important;
}
.rj-table table {
    margin: 15px 0;
}
.rj-table table .wrap-header{white-space:normal;word-break: break-word;min-width:300px;}
.wrap-header-task,.wrap-td-task{white-space:normal;word-break: break-word;min-width:400px;}
.rj-last-btn.btn-group{min-width:85px;padding: 11px;}
.btn-group .btn + .btn{margin-left: 0}
.btn-group > .btn:first-child{margin-right:3px;}
#divListParam .table-responsive{margin-top:10px;border:0;}
.rj-table table tr th {
background: #186997;
color: #fff;
font-size: 14.5px;
font-weight: 300;
border: 1px solid #ddd;
border-color: rgb(221, 221, 221);
text-align: left;
height: 22px !important;
padding: 10px;
white-space:nowrap;
}
.rj-table table tr td {
border: 1px solid #cecece;
padding: 10px;
vertical-align: middle;
font-size: 13px;
color: #282726;
font-weight: 400;
vertical-align: middle;
letter-spacing: 0.6px;
}
.rj-last-btn {
    border:none !important;
    width:30px;
}
.rj-last-btn button {
    padding: 7px 8px;
    font-weight: normal;
    line-height: 0;
    border-radius: 0;
    color: #fff;
    text-align: center;
    background: #186997;
    border: 1px solid #186997;
}
.rj-table .rj-textb {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}
.ui-datepicker-calendar .ui-datepicker td span, .ui-datepicker td a {
    height: auto !important;
}
.ui-datepicker-calendar .ui-state-hover {
    padding:0 !important;
}
.ui-datepicker-calendar .ui-state-default {
    line-height:30px !important;
}
.form-horizontal .radio {
    padding-top: 3px !important;
}
.floatThead-container {
    z-index: 2 !important;
}
#warning {
    height: 17px;
    width: auto;
}
.imup-list {
    max-height: 300px;
    overflow: auto;
}
/********Akash Code End********/
/* Email Template work */ 
.drag-area-section {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 200px;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.drag-contet-list, .drag-contet {
    position: relative;
}

    .drag-contet .toggle-icon {
        position: absolute;
        top: 10px;
        left: 0;
    }

        .drag-contet .toggle-icon.collapsed {
            -moz-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    .drag-contet > .checkbox-inline {
        margin-left: 15px;
    }
    .radio-inline, .checkbox-inline {
        padding-left:15px;
    }
    .drag-contet-list::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 27px;
        border-left: 1px solid #ccc;
        height: 100%;
    }

    .drag-contet-list li {
        position: relative;
    }

        .drag-contet-list li label {
            margin: 2px 0 0 5px;
        }

        .drag-contet-list li::before {
            content: '';
            position: absolute;
            top: 6px;
            bottom: 0;
            height: 1px;
            width: 8px;
            background-color: #ccc;
            margin: auto;
            margin-left: -13px;
        }

    .drag-contet-list::after {
        content: '';
        position: absolute;
        bottom: -2px;
        height: 12px;
        width: 7px;
        background-color: #fff;
        margin: auto;
        margin-left: -15px;
    }

.padd-sm-15 {
    padding-left: 15px;
    padding-right: 0;
}

.drag-area-section .ui-state-default {
    border: 0;
}

.highlightDrag {
    border: 1px dashed #858585;
    background-color: #E6E6E6;
    height: 30px;
}
/* Email Template work end */
.sortable {
    cursor: pointer;
}

.bootstrap-tagsinput input {
    width: 100% !important;
    color: #000 !important;
}
.bootstrap-tagsinput input::placeholder {
    color: #000 !important;
}
.uploadIconBtn{
    float: left;
    opacity: 0;
    width: 26px;
    height: 27px;
    position: absolute;
    top: 0px;
    left: 0;
    cursor: pointer;}
.right-weight-value{text-align:right;}
.right-weight-value span {display:inline-block;vertical-align:middle;color: #333;font-size: 14.5px;font-weight: 400;border: 0px;padding:0;text-transform: uppercase;}
.right-weight-value .form-control{display:inline-block;width:100%;}
#ForSalesComplexList .table-responsive{position:relative;}
/*#stickFilter{transform: translate3d(0,0,0);}*/

.disablePDF{
     pointer-events: none;
       cursor: default;touch-action:none;
}
#tblForSales tr td,tbl_TaskList tr td, #EquipmentBody tr td{white-space:normal;word-break:break-all;}
#tblForSales tr td:last-child{white-space:nowrap;}
#tblForSales tr td {padding: 5px 5px;}/*by akash*/
#tbl_TaskList tr td {padding: 5px 5px;}/*by akash*/

.ui-autocomplete-term { font-weight: bold; color: black; }

/*#tr_send_request td {
    cursor:default !important;
}*/

.cart-add-img {
        background: url('../images/Add to cart.png') no-repeat !important;
        padding: 2px 0 0 2px !important;
    }
 .cart-add-img:hover {
    background:url('../images/Add to cart (mouse hover).png') no-repeat !important;
 }
 .cart-rem-img {
        background: url('../images/remove-cart.png') no-repeat !important;
        padding: 2px 0 0 2px !important;
    }
 .cart-rem-img:hover {
    background:url('../images/remove-cart-(mouse-hover).png') no-repeat !important;
 }
.top-col-pan {
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    width: 97.8%;
    left:0;
    top:0;
    right:0;
    margin:auto;
}
.top-col-pan .accordion_head {
    text-transform: capitalize;
    font-size: 14.5px;
    font-weight: Normal;
    color: #337ab7;
    padding:0 0 0 3px;
    cursor:pointer;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
}
.accordion_head{
    cursor:pointer;    text-transform: capitalize;
    font-size: 14.5px;
    font-weight: Normal;
    color: #337ab7;
    font-family: 'Roboto', sans-serif;
}
.plusminus {
    float: left;
    font-size: 16px;
    padding-right: 10px;
    margin: 0;
    line-height: 17px;
    cursor:pointer;
}
.sb-mt {
    margin-top:23px;
}
.sb-mt-first {
    margin-top:23px;
}
.sb-mt-second {
    margin-top:23px;
}
.srch-con {
    padding: 0 15px;
}
.srch-con label {
    margin:0;
    color:#292929;
    font-weight: normal;
}
.search-head {
    display: inline-flex;
}
.table-shown {display:none;}
#advanceSearch,#normalSearch{display:none;}
.showSearchDiv{display:block !important;}
.padTopFix{margin-top:138px;}
.b-con {
    display: block;
    padding: 15px;
    border: 1px solid #ccc;
    margin: 15px 0;
}
.r-con {
    display: block;
    padding: 15px;
    border: 1px solid #ccc;
}
.input-icons {
    display: inline;
    color: #fff;
    float:right;
}
.input-icons i {
    font-size: 21px;
    color: #999;
    padding: 0 5px;
}
.btm-slt {
    background: #999;
    padding: 5px;
    border-radius: 5px;
}
.btm-slt select {
    width: 100px;
    height: 20px;
    display: block;
    margin: auto;
}
.mid-slt {
    margin-top:5.4%;
}

.side-dis  {
    width:100%;
}
.side-dis p {
    margin:0;
    display:inline;
}
.gq-addit {
    display:flex;
}


.paraText input[type="radio"] {margin:0px;vertical-align:middle;}
.paraText .input-group-btn div.blue-icon {padding: 7px 18px 6px 18px;background:transparent;border:0px;}
label.sortByText {position: absolute;right: 15px;background: #fff;padding: 5px;top: 0; margin: 0px;border-left: 1px solid #c4c4c4;font-weight:bold ;}
/*.toggle-icon.collapsed {transform:rotate(90deg);}*/
.toggle-icon:not(.collapsed) {transform:rotate(90deg);}
#div_Criteria ul {padding-left:20px;}
#div_Criteria ul.cls_UlCrit li {padding-left:10px;position:relative}
#div_Criteria ul.cls_UlCrit li > i.toggle-icon {position:absolute;left:0px;top:3px;}

#tblForSales .theme-btn-blue {padding:6px;z-index:1;width:auto;}

#div_LstSeltnCrit .single_notes_inner .author_info {border:2px solid transparent}
#div_LstSeltnCrit .single_notes_inner.highLightDiv  .author_info {border-color:#dc6060}

.plupload_filelist_footer {height:auto;}

.adve-ch-box {padding-left:3px!important;}
.borRed0  .btn {border-radius:0px;}

.checkbox-inline {padding-left: 0px;line-height: normal;margin-right: 10px;}
.checkbox-inline + .checkbox-inline {margin-right: 10px;margin-left: 0;}
.checkbox-inline input[type="checkbox"]{margin-left: 0; vertical-align: middle;position:relative;margin-top:0px;margin-right:3px;}

/*#tbl_TaskList td img {height:45px;width:78px;}*/

input[type="radio"], input[type="checkbox"] {margin-top:0px !important; vertical-align:middle}

/* prashant*/
.input-group-btn .btn-search { background:#fff; border:1px solid #c4c4c4; color:#186997; padding:0px; }
.input-group-btn .btn-search:hover {background:#fff; border:1px solid #c4c4c4; color:#186997;} 
.input-group-btn .btn-search:focus {background:#fff; border:1px solid #c4c4c4; color:#186997;} 
.input-group-btn .btn-link{ background:#fff; border:1px solid #c4c4c4; color:#186997; padding:0px;}
.input-group-btn .btn.plus-icon, .input-group-btn .btn.blue-icon {padding:0px;}
.rj-table table .wrap-header {min-width:260px;}
.wrap-header-task, .wrap-td-task {min-width:260px;}
.customPaddingEn[class*="col-"] {padding-right:15px; padding-left:15px;}
.notes-btn {margin: 0px 0;}
.author_text .form-control {margin-bottom:5px;}
.input-group-btn .fa-envelope {
    padding: 6px 6px;
    background: #186997;
    color: #fff;
    opacity: 1;
    margin-left: -1px;
}
.cr-right-sec {
    width: 100px;margin: 0 10px;height: 20px;float: none;
}
.input-group .form-control {padding-left:10px;}
.srchBox select.form-control{font-size: 14px; background: #fff; color: #8a8b8f;border-radius:5px;height:32px;}
 .btn-float {padding:0px 15px;}
.table span {display:none;}
/*.owl-carousel.owl-drag .owl-item {margin-top:22%; border-color:transparent;}
.owl-carousel.owl-drag .owl-item {margin-top:0; border-color:transparent;}*/
/*#imagesize {padding:15px;}*/
/*.slider-main-div .carousel-inner > .active {height:auto;}*/
/*#carousel-bounding-box .thumb-careousel-section .pip { height:70px;width: 100%;}*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img { width:auto; max-width: 100%; margin: 0 auto; }
.imageThumb {
    min-height: 75px;
    max-height: 75px;
    padding: 1px;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
/*.imageThumb {
        min-height: 45px;
        max-height: 75px;
        padding: 1px;
        cursor: pointer;
        border: 1px solid #fff;
        height: auto;
    }*/
/*@media (min-width:992px) and (max-width:1200px) {
    .owl-carousel.owl-drag .owl-item {margin-top:5%; border:1px solid transparent}
}

@media (min-width:768px) and (max-width:991) {
    .owl-carousel.owl-drag .owl-item {margin-top:5%; border:1px solid transparent}
}*/





.cartpopup .modal-title {
    display:inline;
}
.cartpopup .viewcart {
    border-radius: 5px;
    background: #337ab7;
    color: #fff;
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 14px;
}
.cartpopup p {
    display: inline-table;
    font-weight: normal;
    padding-left: 12px;
    width: 92%;
}
.cartpopup .inner {
    margin-bottom:10px;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:10px;
}
.cartpopup .inner:last-child {
    border-bottom:none;
}
.cartpopup .modal-body {
    padding: 30px 30px 0;
}


@media (min-width:320px) and (max-width:767px) {
   
   .customProspect {padding-left:0%;}
   .customWidthQuantity { width:100%;}
    .tabView-div ul li {margin-bottom:5px; margin-top:5px;}
     .notes-btn {margin-bottom:5px;}
    .theme-modal  .modal-content {width: 85%;  margin: 0 auto; display: block; margin-top: 10%; }
    .table span {color:#186997; font-weight:bold; display:inline-block; padding-right:5px;}
    .table span {color:#186997; font-weight:bold;}
    .table span {color:#186997; font-weight:bold; display:inline-block; padding-right:5px;}
    .table span {color:#186997; font-weight:bold; display:inline-block; padding-right:5px;}
    .table span {color:#186997; font-weight:bold; display:inline-block; padding-right:5px;}
   /*.owl-carousel.owl-drag .owl-item {margin-top:5%;}*/
   /*.imageThumb {min-height:35vh; max-height:35vh;}*/
}
@media (min-width:320px) and (max-width:479px) {
    .imageThumb {
        min-height: 60px;
        max-height: 60px;
    }
}
.wanted-action {width:150px;}

/********************action coloum squez********************************/
.action-clm {min-width:150px;max-width:150px;}
.action-clm-archive {min-width:150px;max-width:150px;}
.action-clm-advt {min-width:200px;max-width:200px;}
.action-td {min-width:150px; z-index:10000; user-select:none;max-width:150px;}
@media (min-width:1115px) and (max-width:1250px){ .action-clm {min-width:60px;max-width:60px;}.action-clm-archive {min-width:60px;max-width:60px;}.action-clm-advt {min-width:60px;max-width:60px;}.action-td {min-width:60px;max-width:60px;}.action-td-archive {min-width:100px;max-width:100px;}.action-advt-td {min-width:60px;max-width:60px;}.action-icons {display: inline-grid;}.action-icons a {margin-bottom: 5px !important;}.action-icons button {white-space:normal;}}
/***************************action coloum squez*************************/
.classdelete {
    padding-left: 4px;
}
.adsites_col {
    padding: 0;
}
.custom-fa-doller {background:none;}
/*.srchBox {height:30px;}
.srchBox .bootstrap-tagsinput {height:30px;}*/
/***************************Added by Prabir Biswas*************************/
.MassMail_tbl {width:741px;}
.MassMail-div{width:476px;}
.MassMail-img{width:228px;height:132px;}
.MassMail_Bimg{width:253px;height:42px}
.MassMail_Fimg{width:278px;height:128px;}
.MassMail-DefaultImg{width:275px}
.MassMail_promo{width:608px;height:146px;}
.MassMail_promo1{width:608px}
.MassMail-tagl {font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:16px;font-style:italic;font-weight:bold;color:#888888;}
.desc-un {min-width:220px;}
.mod-un {min-width:80px;}




/****************************Opt Popup*******************************/
.optoutpopup .modal-dialog {
    width: 700px;
    margin: 30px auto;
}
.optoutpopup .modal-content {
    background-color: #fff;
    font-family:Arial,sans-serif;
    border-radius: 0;
}
.optoutpopup .modal-header {
    padding: 0 3px;
    border-bottom: 0;
}
.optoutpopup .modal-title {
    margin: 30px 20px;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    font-family: Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.optoutpopup .modal-body {
    padding: 0 15px 20px;
    border: 1px solid #d2cecd;
    margin: 10px 40px 26px;
}
.optoutpopup .modal-para {
   margin-top: 20px;
   margin-bottom:0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    padding: 0px;
    font-family: Arial,sans-serif;
}
.optoutpopup .btn-secondary {
    color: #fff;
    background-color: #0071a9;
    border-color: #0071a9;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    text-align: center;
    font-family: Arial,sans-serif;
    padding: 11px 30px;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 30px;
}
.optoutpopup .btn-secondary:hover, .optoutpopup .btn-secondary:focus {
    background-color: #fff;
    color:#0071a9;
}
.optoutpopup .main-content {
    background:#fff;
    padding:20px 20px 10px;
}

.main-content .table tbody tr {
    border:none;
    font-family:Arial,sans-serif;
    background-color: #ffffff;
}
.cont-table th {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px !important;
    letter-spacing: 2px;
    padding:10px 12px !important;
    color: #7f90a0;
    text-align: left;
    font-family:Arial,sans-serif;
    text-transform: uppercase;
    vertical-align: middle !important;
    white-space:nowrap;
    background:#fff;
}
.main-content .table > thead > tr > th {
    border-bottom: none;
}
.main-content .table tbody tr td {
    margin-bottom: 0;
    font-size: 14.5px;
    line-height: 20px;
    padding:10px 12px !important;
    color: #000;
    font-weight: 500;
    width:100%;
    font-family:Arial,sans-serif;
    border-top:0;
    
}
.cont-table label {
    color: #666;
    font-family:Arial,sans-serif;
    font-size: 13px;
}
.cont-table {
    margin-bottom:20px;
}

.main-content .table tbody tr td:last-child a, .main-content .table tbody tr td:last-child a.removeHover:hover{
    width: auto;
    height: auto;
    border-radius: 0;
    display: block;
    text-align: center;
    line-height: initial;
    transition: all 0.2s ease;
    margin: auto;
    color: #337ab7;
    font-weight: 600;
    font-size: 13px;
    box-shadow: none;
    background-color: inherit;
    letter-spacing: 0;
}

.main-content .table tbody tr td:last-child label{
    font-weight:normal;
}
.main-content .table tbody tr td:last-child a:hover {
    background: #fff;
    color: #337ab7;
    text-decoration:none;
}
/****************************Opt Popup*******************************/

#txt_Serial_Number {
    text-transform: uppercase;
}
#txt_Serial_Number::placeholder {
    text-transform: initial;
}
.adve-ch-boxSize input[type="checkbox"] {
    width: 17px;
    height: 17px;
}
.evTop {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px !important;
}
.evTop .selectpicker {
    color: #000;
}