body, html {
    /* overflow: hidden; */
    position: relative;
    height: 100%;
    color: #3F484F;
    background: #EFF1F3;
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none !important;
    outline: none;
}


a:hover {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none;
}

/*input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}*/

/*input, input[type=radio] {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}*/
input, textarea {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    /*-webkit-appearance: none;*/
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
input[type="checkbox"] {
    -moz-appearance: checkbox;
    vertical-align: middle;
}
input:disabled, textarea:disabled, select:disabled {
    background: #eff1f3;
}
input:read-only , textarea:read-only  {
    background: #fafbfc;
}
input::placeholder , textarea::placeholder ,select::placeholder {
    color: #B2B9C0;
}
input, textarea, button, select, div, a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
input:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.dashboard-grid {
    margin-top: 20px;
}
.down-arrow {
    background: #fff url(../images/down-arrow.png) no-repeat !important;
    background-position: center right 10px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.lead-customer {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    float: left;
}

.lead-customer::after {
    position: absolute;
    content: '';
    border-right: 2px solid #e6eaed;
    right: 0;
    width: 1px;
    height: 70px;
    top: -14px;
    bottom: 0;
}


.lead-customer a {
    padding: 7px 10px;
    position: relative;
    display: inline-block;
}

.lead-customer a.leads {
    padding-left: 0px;
}
.lead-customer a input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    display: none;
    outline: none;
}

.lead-customer a:focus, .lead-customer a:hover, .lead-customer a input[type=radio]:checked+span {
    color: #0057A1 !important;
    font-weight: bold !important;
}
.drawer-icon {
    display: none;
}
/* .client-customer a:hover::after {
    content: '';
    position: absolute;
    border-bottom: 3px solid #0057A1;
    bottom: -28px;
    left: 5px;
    right: 0;
    display: inline-block;
} */

.lead-customer a label {
    font-weight: 500;
    cursor: pointer;
}

.lead-customer a.customer input[type="radio"]:checked+span::after {
    content: '';
    position: absolute;
    border-bottom: 3px solid #0057A1;
    bottom: -15px;
    left: 0;
    right: 0;
    display: inline-block;
    outline: none;
    color: #0057A1;
}

.lead-customer a.leads input[type="radio"]:checked+span::after {
    content: '';
    position: absolute;
    border-bottom: 3px solid #0057A1;
    bottom: -15px;
    left: 0;
    right: 0;
    display: inline-block;
    outline: none;
    color: #0057A1;
}

.main-search {
    display: inline-block;
    width: 50%;
    position: relative;
    float: left;
    text-align: left;
}

.svg-box {
    display: inline-block;
    vertical-align: top;
    width: 0px;
    margin-top: 15px;
    margin-left: 20px;
}

.svg-box2 {
    display: inline-block;
    vertical-align: top;
    /*width: 105px;*/
}

.notification-left {
    display: inline-block;
    width: 20px;
}

.notification-right {
    display: inline-block;
    width: 140px;
    vertical-align: middle;
    margin-left: 8px;
}

.notification-bar {
    /* Rectangle 2: */
    background-image: linear-gradient(-162deg, #107FDF 0%, #9E23C2 100%);
    box-shadow: 0 32px 44px 0 rgba(0, 0, 0, 0.40);
    border-radius: 3px 0 0 3px;
    width: 220px;
    height: 80px;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 1;
    padding: 20px 20px;
}

.notification-text {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.notification-sub-text {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.tab0 {
    border: 1px solid #e6eaed;
}

.expired {
    border: thin solid #e6eaed;
    border-radius: 3px;
    padding: 12px 20px;
    margin-top: 43px;
}

.tab1 {
    width: 90px;
    height: 35px;
    border-right: 1px solid #e6eaed;
    background-color: #fafbfc;
    color: rgba(48, 56, 62, 0.8);
    font-size: 12px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    cursor: pointer;
}

.tab2 {
    width: 90px;
    height: 35px;
    border: 0px solid #e6eaed;
    background-color: #ffffff;
    color: #798089;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    cursor: pointer;
}

.tab2:hover {
    background-color: #fafbfc;
}

.tab3 {
    width: 90px;
    height: 35px;
    border-left: 1px solid #e6eaed;
    border-right: 1px solid #e6eaed;
    background-color: #ffffff;
    color: #798089;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    cursor: pointer;
}

.tab3:hover {
    background-color: #fafbfc;
}

.tab0.nav-tabs>li.active>a, .tab0.nav-tabs>li.active>a:hover, .tab0.nav-tabs>li.active>a:focus {
    width: 90PX !important;
}

/* .tab0 li a:hover {
  border-color: #e6eaed !important;
} */

.tab0 li {
    display: inline-block;
    margin-bottom: 0;
    background-color: transparent;
}

.tab0.nav-tabs {
    margin-left: 2px;
    border-bottom: 0;
}

.v2-text-area.activity {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: 0 !important;
}

/* .tab0 li a {
  width: 90px;
  height: 35px;
  border-right: 1px solid #e6eaed;
  background-color: #fafbfc;
  color: rgba(48, 56, 62, 0.8);
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  text-decoration: none;
} */

.tab0 li.active, .tab0 li.active a {
    background-color: #fafbfc !important;
    color: #3F484F !important;
    font-weight: bold !important;
}

.tab0 li:first-child a {
    width: 90px !important;
    height: 35px;
    border-left: 1px solid #e6eaed !important;
    background-color: #ffffff;
    color: #798089;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    margin-left: -3px;
    cursor: pointer;
    text-decoration: none;
}

.tab2:hover {
    background-color: #fafbfc;
}

.tab0 li:nth-child(2) a {
    width: 90px !important;
    height: 35px;
    border-left: 1px solid #e6eaed !important;
    border-right: 1px solid #e6eaed !important;
    background-color: #ffffff;
    color: #798089;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    margin-left: -3px;
    text-decoration: none;
}

.tab0 li:nth-child(3) a {
    width: 90px;
    height: 35px;
    border-right: 1px solid #e6eaed !important;
    background-color: #ffffff;
    color: #798089;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    margin-left: -2px;
    text-decoration: none;
}

.tab3:hover {
    background-color: #fafbfc;
}

.blue-note {
    color: #074290;
}

.completed-task, .due-come-task, .due-pass-task {
    float: right;
    margin-right: 20px;
}

.completed-task .blue-note, .due-come-task .blue-note, .due-pass-task .blue-note {
    font-size: 10px;
    font-weight: 500;
}

.completed-task .blue-note {
    color: #4F585E;
    font-weight: 500;
}

.due-come-task .blue-note {
    color: #0057A1;
    font-weight: 400;
}

.due-pass-task .blue-note {
    color: #D63E51;
    font-weight: 400;
}

.cr-box {
    background: url(../images/courier-box.svg) no-repeat right !important;
    background-position: 215px !important;
}

/* Let's get this party started 

::-webkit-scrollbar {
    width: 0px;
    height: 4px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

 Track 

::-webkit-scrollbar-track {
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
}

 Handle 

::-webkit-scrollbar-thumb {
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
}

:hover::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #D6DBE0;
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: black;
}*/

.profile-assign {
    width: 50px;
    height: 50px;
    background: #f4f4f4;
    border-radius: 100px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.profile-assign-name {
    display: inline-block;
    vertical-align: top;
}

.profile-assign-type {
    margin-top: 3px;
    vertical-align: top;
    font-size: 12px;
    color: grey;
}

.search-input {
    width: 80%;
    padding: 5px 10px;
    transition: border .25s ease-out;
    color: #627588;
    border: thin solid #fff;
    outline: none;
}

.top-shift {
    /* padding-top: 90px; */
}

.top-shift2 {
    padding-top: 50px;
}

.search-input:focus {
    padding: 5px 10px;
    border: thin solid #fff;
    outline: none;
    /* border-bottom: thin solid #d9e3ea; */
}

.search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7c808e;
}

.search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #7c808e;
}

.search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #7c808e;
}

.search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #7c808e;
}

.profile-bg {
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 100px;
    background: #ccc;
}

.profile-name {
    display: inline-block;
    width: auto;
    margin-left: 10px;
    vertical-align: middle;
    color: #0054A0;
}
.profile-img {
    display: none;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: -130px;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    padding: 5px 0;
    list-style: none;
    text-align: left;
    border: 1px solid #ccc;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
    font-size: 14px;
}
.dropdown-menu li.login-name a {
    font-weight: 500;
    color: #0057A1;
}
.dropdown-menu>li>a {
    display: block;
    clear: both;
    padding: 10px 20px;
    white-space: nowrap;
    color: #627588;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f6f7fa;
}

.btn-default {
    color: #333;
    border-color: #fff;
    background-color: #fff;
}

.btn-default:hover {
    color: #333;
    border-color: #fff;
    background-color: #fff;
}

.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .dropdown-toggle:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    color: #333;
    border-color: #eff1f3;
    background-color: #fff !important;
}

.v1-sorting .dropdown-toggle:hover, .v1-sorting .dropdown-toggle:focus {
    border: 1px solid #fff !important;
    box-shadow: none;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: none;
}
hr {
    margin: 0 26px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}

.header-btn {
    position: relative;
    top: 7px;
    float: right;
    padding: 0px 0px 0 18px;
}

header {
    position: fixed;
    z-index: 999;
    display: inline-block;
    width: 100%;
    margin-left: 33px;
    padding: 15px 0px 15px 0px;
    transition: all 0.5s ease;
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 5px;
    line-height: 23px;
}

.custom-container {
    position: relative;
    top: -10px;
    /* padding: 0 10px; */
    display: flow-root;
    width: 1060px;
    padding-top: 0px;
    /* padding-right: 8px; */
    /* overflow: hidden; */
    /* overflow-y: scroll; */
    /* height: 620px; */
    padding-bottom: 3%;
    margin: 0 auto;
}

.h2 {
    display: inline-block;
}

.head-link {
    margin-right: 30px;
}

.head-link-active {
    opacity: 1;
}

/*.head-link-dis {
    opacity: 0.5;
}*/

.head-link-dis:hover {
    opacity: 1;
}

.custom-drp {
    display: inline-block;
    vertical-align: top;
    border: none;
    background: transparent;
}

.custom-drp:hover {
    border: none;
    background-color: transparent;
}

.custom-drp:active {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.custom-drp:focus {
    border: none;
    background-color: transparent;
}

.btn-drp-shift {
    position: relative;
    top: -1px;
    left: 0px;
}

.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
    color: #333;
    border-color: #fff;
    outline: none;
    background-color: transparent;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #E6EAED;
}

.modal .btn-default:active, .modal .btn-default.active, .modal .open>.dropdown-toggle.btn-default {
    border-color: #E6EAED !important;
}
.modal-dialog.modal-sm .form-group label {
    margin-bottom: 10px;
}
.modal-dialog.modal-sm .button {
    margin-left: 10px;
    margin-bottom: 10px;
} 
.navbar-brand {
    float: left;
    height: 50px;
    padding: 22px 25px;
    color: white !important;
    font-size: 18px;
    font-weight: 100;
    line-height: 20px;
}

.toggle-btn {
    display: inline-block;
    width: 90px;
    margin-left: -4px;
    padding: 13px 20px;
    transition: background .25s ease-out;
    text-align: center;
    color: #777;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 12px;
    font-size: 14px;
}

.toggle-btn:hover {
    color: #fff;
    background: #0057A1;
}

.toggle-btn-active {
    color: #fff;
    background: #0057A1;
}

.toggle-btn-left {
    border-radius: 5px 0px 0px 5px;
}

.toggle-btn-right {
    border-radius: 0px 5px 5px 0px;
}

.toggle-btn-container {
    float: right;
    margin-top: 17px;
}

.sta-box {
    /* box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 12px; */
    display: inline-block;
    width: 17.99%;
    margin: 0 1%;
    padding: 40px 10px;
    height: 140px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
}

.sta-box2 {
    /* box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 12px; */
    display: inline-block;
    width: 100%;
    padding: 0px;
    text-align: center;
    border-radius: 5px;
    background: #fff !important; 
    overflow: auto;
}

.sta-box2 .nav-tabs {
    text-align: left;
    background: #eff1f3;
    width: 100%;
}

.sta-box2 .tab-content {
    width: 100%;
    float: left;
}

.sta-box3 {
    /* box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 12px; */
    display: inline-block;
    width: 31.777777%;
    margin: 0 1%;
    padding: 29px;
    height: 140px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
}

.sta-count {
    /* color: #3F484F;
    font-size: 40px; */
    color: #3f484f;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 24px;
}

.sta-heading {
    text-transform: uppercase;
    color: #8C939B;
    height: 12px;
    font-size: 12px;
}

.sta-desc {
    font-weight: 400;
    font-size: 16px;
    color: #444952;
    opacity: .5;
    line-height: 26px;
    padding-top: 15px;
}

.up-css {
    color: #2ecc71;
}

.down-css {
    color: #e74c3c;
}

.table-bordered {
    border: 0px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table-responsive {
    margin-bottom: 0;
    border: 0;
    width: 100%;
    float: left;
}
.v1-new-follow3 {
    width: 90px;
    padding: 2px 6px;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    background: #e74c3c;
}

.table {
    display: table;
    width: 100%;
    margin-bottom: 0px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

.widget.widget-table .table {
    margin-bottom: 0;
    border: none;
}

.widget.widget-table .widget-content {
    padding: 0;
}

.widget .widget-header+.widget-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.widget .widget-content {
    padding: 20px 15px 15px;
    border: 1px solid #D5D5D5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
}

.widget .widget-header {
    position: relative;
    height: 40px;
    border: 1px solid #D5D5D5;
    border-bottom: 1px solid #bababa;
    border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
    -webkit-background-clip: padding-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 white, inset 0 -1px 0 rgba(255, 255, 255, 0.7);
    text-shadow: 0 1px 0 #fff;
    line-height: 40px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.widget .widget-header h3 {
    position: relative;
    top: 2px;
    left: 10px;
    display: inline-block;
    margin-right: 3em;
    color: #555;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
    display: inline-block;
    margin-right: -2px;
    margin-left: 13px;
    vertical-align: middle;
    color: #555;
    font-size: 16px;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    padding: 15px;
    text-align: start;
    border: 0px solid rgb(246, 247, 250);
    position: relative;
    white-space: nowrap;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    border-top: thin solid #EEF1F3;
    border-bottom: thin solid #EEF1F3;
    background-color: #fff;
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    padding: 15px;
    border-top: 0;
}

.widthh {
    width: 25%;
}

.table-striped>tbody>tr:hover {
    /*    background-color: #f4f4f4;*/
    background-color: #fafafa;
}

tbody>tr {
    color: #777;
}

/*tr:hover {
    background: #EEF1F3;
}*/

.tr2 {
    background: #f6f6f6;
    color: #8c939b;
    font-size: 12px;
}

/*.tr2:hover {
    background: #fff;
}*/

.table-action {
    padding: 0 4px;
    opacity: 0.7;
    color: #333;
    float: right;
}

.table-action:hover {
    opacity: 1;
    color: #0057A1;
}

.toggle-btn-single {
    display: inline-block;
    margin-left: -4px;
    margin-left: 7px;
    padding: 13px 20px;
    cursor: pointer;
    transition: background .25s ease-out;
    text-align: center;
    color: #777;
    border-radius: 5px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 12px;
    font-size: 14px;
}

.toggle-btn-single:hover {
    color: #fff;
    background: #0057A1;
}

.toggle-lead {
    margin-left: 5px !important;
    padding: 12px 18px;
    transition: background .25s ease-out !important;
    background: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 12px;
}

.toggle-lead:hover {
    color: #fff !important;
    background: #0057A1 !important;
}

.toggle-lead:active {
    background: #fff !important;
}

.toggle-lead:focus {
    background: #fff !important;
}

.dropdown-menu2 {
    left: -113px;
    margin-top: 10px;
}

.popup-heading {
    padding: 0 20px;
}

.popup-container {
    padding: 5px;
}

.input-group2 {
    margin-bottom: 15px;
}

.input-css {
    width: 100%;
    height: 45px;
    padding: 0px 10px;
    border: thin solid #eee !important;
    outline: none !important;
    box-shadow: none !important;
}

.input-css4 {
    width: 130px;
    height: 45px;
    padding: 0px 10px;
    border: thin solid #eee !important;
    outline: none !important;
    box-shadow: none !important;
}

.popup-heading2 {
    margin: 10px 0;
    padding: 0 15px;
}

.popup-heading3 {
    margin: 10px 0;
    padding: 0 15px;
}

.input-css2 {
    width: 100%;
    height: 90px;
    padding: 0px 10px;
    resize: vertical;
    cursor: pointer;
    transition: border .25s ease-out, color .25s ease-out;
    text-align: center;
    color: #ccc;
    border: thin solid #eee !important;
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
}

.input-css2:hover {
    color: #0057A1;
    border: thin solid #0057A1 !important;
}

.input-css3 {
    width: 100%;
    height: 90px;
    padding: 0px 10px;
    resize: vertical;
    text-align: left;
    color: #ccc;
    border: thin solid #eee !important;
    border-radius: 3px;
    outline: none !important;
    box-shadow: none !important;
}

.input-add {
    position: relative;
    top: 28px;
    font-size: 30px;
}

.toggle-btn-single2 {
    display: inline-block;
    margin-left: -4px;
    margin-left: 7px;
    padding: 12px 20px;
    cursor: pointer;
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
    text-align: center;
    color: #0057A1;
    border: thin solid transparent;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
}

.toggle-btn-single2:hover {
    color: #777;
    border: thin solid #f4f4f4;
    background: #f4f4f4;
}

.toggle-btn-single3 {
    display: inline-block;
    margin-left: -4px;
    margin-left: 7px;
    padding: 12px 20px;
    cursor: pointer;
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
    text-align: center;
    color: #fff;
    border: thin solid #0057A1;
    border-radius: 3px;
    background: #0057A1;
    font-size: 12px;
}

.toggle-btn-single3:hover {
    color: #fff;
    border: thin solid #014F91;
    background: #014F91;
}

.toggle-btn-single3:focus {
    color: #fff !important;
    border: thin solid #014F91 !important;
    background: #014F91 !important;
}

.toggle-btn-single4 {
    display: inline-block;
    width: 110px;
    margin-left: -4px;
    margin-left: 7px;
    padding: 10px 10px;
    cursor: pointer;
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
    text-align: center;
    color: #fff;
    border: thin solid #0057A1;
    border-radius: 3px;
    background: #0057A1;
    font-size: 12px;
}

.toggle-btn-single4:hover {
    color: #fff;
    border: thin solid #014F91;
    background: #014F91;
}

.toggle-btn-single5 {
    display: inline-block;
    width: 45px;
    margin-top: 1px;
    padding: 6.5px 0px;
    cursor: pointer;
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
    text-align: center;
    color: #fff;
    border: 1px solid #0057A1;
    border-radius: 3px;
    background: #0057A1;
    font-size: 14px;
}
.toggle-btn-single5.dot-btn {
    padding: 8.5px 0;
    margin-left: 5px;
}

.toggle-btn-single5:hover {
    color: #fff;
    border: thin solid #014F91;
    background: #014F91;
}

.toggle-btn-single6 {
    display: inline-block;
    margin-left: -4px;
    margin-left: 7px;
    padding: 7px 20px;
    cursor: pointer;
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
    text-align: center;
    color: #fff;
    border: thin solid #e74c3c;
    border-radius: 3px;
    background: #e74c3c;
    font-size: 12px;
}

.toggle-btn-single6:hover {
    color: #fff;
    border: thin solid #C53A2C;
    background: #C53A2C;
}

.toggle-btn-single6:focus {
    color: #fff !important;
    border: thin solid #C53A2C !important;
    background: #C53A2C !important;
}

.save-now, .cancel {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto';
    padding: 8px 20px;
    text-align: center;
}

.cancel:hover {
    background-color: transparent;
    border: thin solid transparent;
}

.v6-details-right {
    float: right;
    margin-top: 35px;
    margin-right: 20px;
}

.bottom-section {
    position: relative;
    left: 116px;
    float: right;
    width: 516px;
    margin-top: 20px;
}

.bootom-allign {
    display: inline-block;
    width: 35%;
}

.navbar-default {
    margin-top: 0px;
    border-color: #e7e7e7;
    background-color: #f8f8f8;
    height: 100%;
    background: #0057A1;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Let's get this party started */

.side-menu::-webkit-scrollbar, .side-menu::-moz-scrollbar, .side-menu::-ms-scrollbar, .side-menu::-o-scrollbar {
    width: 0px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

/* Track */

.side-menu::-webkit-scrollbar-track, .side-menu::-moz-scrollbar-track, .side-menu::-ms-scrollbar-track, .side-menu::-o-scrollbar-track {
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
}

/* Handle */

.side-menu::-webkit-scrollbar-thumb, .side-menu::-moz-scrollbar-thumb, .side-menu::-ms-scrollbar-thumb, .side-menu::-o-scrollbar-thumb {
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
}

.side-menu:hover::-webkit-scrollbar-thumb, .side-menu:hover::-moz-scrollbar-thumb, .side-menu:hover::-ms-scrollbar-thumb, .side-menu:hover::-o-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #bec2ca;
}

.side-menu::-webkit-scrollbar-thumb:window-inactive, .side-menu::-moz-scrollbar-thumb:window-inactive, .side-menu::-ms-scrollbar-thumb:window-inactive, .side-menu::-o-scrollbar-thumb:window-inactive {
    background-color: none;
}

.inner-menu {
    background: #025194 !important;
}

.profile-dp {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    color: #464957;
    border-radius: 5px;
    background: #e9eaf2;
    font-size: 20px;
}

.profile-dp3 {
    width: 37px;
    height: 37px;
    border-radius: 2px;
    text-align: center;
    margin-left: 2px;
    background: #0057A1;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 37px;
}

.profile-name2 {
    position: relative;
    top: 1px;
    display: inline-block;
    /* vertical-align: bottom; */
    margin-left: 10px;
}

.right-sec {
    float: right;
    margin-top: 10px;
}

.input-css5 {
    position: absolute;
    height: 46px;
    margin-left: -93px;
    padding: 0px 10px;
    border: thin solid #eee !important;
    outline: none !important;
    box-shadow: none !important;
}

.clm-padding {
    padding: 0 !important;
}

.sml-heading {
    display: inline-block;
    color: grey;
    font-size: 12px;
}

.sml-content {
    color: grey;
    font-size: 14px;
}

.sml-company {
    margin-top: 7px;
    margin-bottom: 14px;
    color: #777;
    font-size: 14px;
    font-weight: bold;
}

.clm-sml {
    padding-right: 20px;
}

.type-tag {
    display: inline-block;
    margin-left: 4px;
    padding: 2px 7px;
    color: #fff;
    border-radius: 3px;
    background: #84C64C;
    font-size: 10px;
}

.back-assign {
    display: inline-block;
    padding: 2px 7px;
    color: #464957;
    border-radius: 3px;
    background: #e9eaf2;
    font-size: 12px;
}

.shift-logged {
    margin-top: -1px;
}

.add-logo {
    position: absolute;
    width: 90%;
    margin-top: -18px;
    margin-left: -25px;
    /* height: 120px; */
    padding: 15px 30px;
    cursor: pointer;
    transition: border .25s ease-out, color .25s ease-out;
    text-align: center;
    color: #777;
    border: thin dashed #ccc;
    border-radius: 10px;
    font-size: 12px;
}

.add-logo:hover {
    color: #014F91;
    border: thin dashed #014F91;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus .jobs .nav-tabs>li.active>a, .jobs .nav-tabs>li.active>a:hover, .jobs .nav-tabs>li.active>a:focus {
    width: 140px;
    cursor: default;
    text-align: -webkit-center;
    color: #0057A1;
    border: 1px solid transparent;
    border-bottom: 0px solid #0057A1;
    border-bottom-color: transparent;
    background-color: #fff;
}

.presentation>a {
    color: #000 !important;
}

a {
    text-decoration: none;
    color: #777;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #759BBA;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover img, .navbar-default .navbar-nav>li>a:focus img {
    opacity: 1;
}

.v1-header {
    position: fixed;
    z-index: 2;
    width: calc(100% - 200px);
    margin-left: 200px;
    height: 70px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 5px;
}

.mobile-search {
    display: none;
}

.v1-toggle {
    /* position: relative; */
    top: 70px;
    /* width: 250px; */
    /* padding-bottom: calc(100% - 490px); */
    /* float: right; */
    /* height: 100%; */
    right: 0;
    /* z-index: 1000; */
    /* box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 5px; */
    background: #E5E9EE;
    /*display: none;*/
}

.v1-toggle2 {
    position: fixed;
    z-index: 1000;
    top: 70px;
    right: -200px;
    /* padding-bottom: calc(100% - 490px); */
    float: right;
    width: 250px;
    height: 100%;
    background: #E5E9EE;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 5px;
}

.v1-brand {
    display: inline-block;
    width: 200px;
    height: 70px;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
    background: #025194;
}

.v1-brand.index-brand {
    position: fixed;
    top: 0;
}

.small-logo {
    display: none;
}

.v1-search {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 16px 0;
}

.v1-dp {
    width: 1060px;
    margin: auto;
    text-align: right;
}

.v1-dp .btn-group {
    position: relative;
}

.v1-dp .btn-group button {
    background-color: transparent border 0;
    outline: none;
}

.v1-dp .btn-group button:hover, .v1-dp .btn-group button:focus {
    border: 1px solid transparent !important;
    outline: none;
}

.v1-dp .btn-group .dropdown-toggle {
    padding: 8px 0;
}

.v1-dp .btn-group .dropdown-menu {
    left: unset;
    top: 52px;
    right: 0;
}

.index-grid {
    width: 100%;
    float: left;
}

.index-grid .sta-box5 {
    width: 23.25%;
    display: inline-block;
}

.v1-add-new {
    display: inline-table;
    margin-top: -2px;
    margin-left: 0px;
    padding: 10px 14px !important;
    cursor: pointer;
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
    letter-spacing: 0;
    color: #FFFFFF;
    border-radius: 3px;
    background: #84C64C;
    border: 0;
    font-size: 12px;
    line-height: 16px;
    outline: none;
}

.v1-add-new.dropdown button {
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
    border-radius: 3px;
    background: transparent;
    border: 0;
    outline: none !Important;
    color: #fff;
    padding: 0;
}
.v1-add-new.dropdown .btn-add-show {
    display: none;
}

.v1-add-new.dropdown .dropdown-menu::before {
    content: '';
    border-bottom: 10px solid #eee;
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.v1-add-new.dropdown .dropdown-menu::after {
    content: '';
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.v1-add-new.dropdown .dropdown-menu {
    width: calc(270px - 25px);
    left: -80px;
    margin-top: 13px;
}
.v1-add-new:hover {
    color: #fff;
    background: #72b13c;
    outline: none;
}

.v1-add-new.dropdown button:hover, .v1-add-new:hover .v1-add-new.dropdown button {
    background-color: transparent;
    outline: none;
}

.v1-add-new.dropdown .dropdown-menu li {
    border-bottom: 1px solid #EEF1F3;
    padding: 0;
    height: 45px;
}

.v1-add-new.dropdown .dropdown-menu li a {
    font-size: 16px;
    color: #3F484F;
    line-height: 25px;
}

.v1-add-new.dropdown .dropdown-menu li a img {
    float: left;
    margin-right: 25px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
}

h2, .h2 {
    font-size: 26px;
}

.v1-sorting {
    float: right;
    margin-top: 15px;
}

.v1-new-lead {
    width: max-content;
    padding: 2px 6px;
    cursor: pointer;
    padding: 1px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #4E98EA;
    border: thin solid #4E98EA;
    border-radius: 3px;
    font-size: 10px;
}

.v1-new-follow {
        width: max-content;
    padding: 2px 6px;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #EA8A4E;
    border: thin solid #EA8A4E;
    border-radius: 3px;
    font-size: 10px;
}
.v1-negotiation {
        width: max-content;
    padding: 2px 6px;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #025194;
    border: thin solid #025194;
    border-radius: 3px;
    font-size: 10px;
}

.v1-new-lost {
    width: max-content;
    padding: 2px 6px;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #EA4E4E;
    border: thin solid #EA4E4E;
    border-radius: 3px;
    font-size: 10px;
}

.v1-new-converted {
    width: max-content;
    padding: 2px 6px;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #84C64C;
    border: thin solid #84C64C;
    border-radius: 3px;
    font-size: 10px;
}

.v1-new-converted2 {
    width: max-content;
    padding: 2px 6px;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: thin solid #84C64C;
    background-color: #84C64C;
    border-radius: 3px;
    font-size: 10px;
}

.v1-reminder-bg {
    margin-top: 28px;
}

.v1-reminder {
    width: 120px;
    /* display: inline-block; */
    margin-top: 5px;
    margin-left: 15px;
    letter-spacing: 0;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.v1-add {
    position: relative;
    right: 15px;
    float: right;
    margin-top: -27px;
    margin-left: 195px;
    cursor: pointer;
    opacity: 0.9;
}

.v1-add:hover {
    opacity: 1;
}

.v1-rem-name {
    /* font-weight: 300; */
    margin-bottom: 3px;
    letter-spacing: 0;
    color: #3F484F;
    font-size: 14px;
}

.v1-rem-time {
    letter-spacing: 0;
    opacity: 0.7;
    color: #3F484F;
    font-size: 12px;
}

.v1-rem-time.order-on {
    font-size: 14px;
    font-weight: 500;
}

.v1-rem-bg {
    margin: 10px 0px;
    padding: 20px 30px 30px;
    border-radius: 3px;
    /* width: 220px; */
    background: #FFFFFF;
}

.v1-rem-bg:hover .markas-complete {
    visibility: visible;
}

.v1-rem-bg .markas-complete {
    margin-left: 0;
}

.v1-rem-bg.reminder {
    background-color: #F9D2CD;
    border: 1px inset #F03434;
}

.v1-rem-bg.reminder .v1-rem-name, .v1-rem-bg.reminder .v1-rem-time {
    color: #BC3325;
    opacity: 1;
}

.v1-rem-bg.reminder .v1-rem-name .v1-span {
    font-weight: 500;
    color: #BC3325;
}

.v1-rem-bg.follow-up {
    background-color: #EAEDEF;
    border: 1px inset #C3C8CD;
}

.v1-rem-bg.follow-up .v1-rem-name, .v1-rem-bg.follow-up .v1-rem-time {
    color: #3F484F;
    opacity: .7;
}

.v1-rem-bg.follow-up .v1-rem-name .v1-span {
    font-weight: 500;
    color: #3F484F;
}

.v1-rem-bg.due {
    background-color: #d9ecff;
    border: 1px solid #0057A1;
}

.v1-rem-bg.due .v1-rem-name, .v1-rem-bg.due .v1-rem-name .v1-span {
    font-weight: 500;
    color: #0057A1;
}

.v1-rem-bg.due .v1-rem-time {
    color: #0057A1;
    opacity: 1;
}

/* .v1-rem-bg.due-exceed {
  background: #e74c3c;
}

.v1-rem-bg.due-exceed .v1-rem-name,
.v1-rem-bg.due-exceed .v1-rem-time,
.v1-rem-bg.due-exceed .v1-rem-name .v1-span {
  color: #fff;
  opacity: 1;
} */

.v1-rem-container {
    padding: 15px;
}

.v1-span {
    color: #0057A1;
    font-weight: normal;
}

.v1-burger-btn2 {
    position: absolute;
    top: 70px;
    margin-left: -20px;
}

.v1-burger-btn {
    position: relative;
    top: 144px;
    left: -10px;
    float: right;
}
.v1-bg2 {
    margin: 30px 0px;
    background: #f6f7f9;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}

.v1-bg2 .v2-profile-bg .v6-details-right {
    margin-top: 15px;
    position: relative;
    margin-right: 0;
}
.v1-bg2 .v2-profile-bg .v6-details-right .dropdown-menu {
    left: unset !important;
    right: 0;
}
.v1-bg3 {
    margin: 30px 0px;
    padding: 20px;
    padding-top: 5px;
    background: #f6f7f9;
}
.v2-profile-dp {
    display: inline-block;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    border-radius: 100px;
    background: #E5E9EE;
    vertical-align: middle;
}

.v2-profile-dp label input {
    visibility: hidden;
    display: block;
}

.v2-profile-dp label {
    font-size: 12px;
    display: block;
    line-height: 70px;
    text-align: center;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    cursor: pointer;
}

.v2-profile-dp label::before {
    content: '';
    position: absolute;
    background: url(../images/upload-plus-hover.svg) no-Repeat;
    width: 28px;
    height: 28px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 75%;
    vertical-align: middle;
    background-position: center;
}

.v2-profile-dp label::after {
    display: none;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.v2-profile-dp:hover label::before {
    display: none;
}

.v2-profile-dp:hover label::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/upload-plus.svg) no-Repeat;
    width: 28px;
    height: 28px;
    margin: auto;
    left: 8px;
    right: 0;
    top: 7px;
    bottom: 0;
    background-size: 75%;
    vertical-align: middle;
}

.v2-profile-name {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 24px;
}

.v2-profile-bg {
    padding: 15px 20px;
    display: inline-table;
    width: 100%;
}

.v2-profile-bg2 {
    margin-left: 102px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
    white-space: nowrap;
}

.v2-sml-content {
    margin-bottom: 3px;
    /* opacity: 0.7; */
    text-transform: uppercase;
    color: #959CA4;
    font-size: 12px;
}

.v2-lrg-content {
    font-size: 14px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 12px 15px;
}

.nav-tabs>li>a {
    width: 140px;
    margin-right: 2px;
    text-align: center;
    color: rgba(63, 72, 79, 0.50);
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: rgba(255, 255, 255, 0.50);
    line-height: 1.42857143;
}

.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 1px solid transparent;
}

.tab-content>.active {
    display: block;
    background: #fff;
}

.nav-tabs {
    margin-left: 40px;
    border-bottom: 0px solid #ddd;
    overflow: auto;
    position: relative;
    white-space: nowrap;
    overflow-y: hidden;
}
.tab-content {
    width: 100%;
    float: left;
    background-color: #fff;
}
.nav-tabs  li {
    float: none;
    display: inline-block;
    white-space: nowrap;
}
.head-link {
    margin-right: 30px;
}

.head-link-active {
    opacity: 1;
}

/*.head-link-dis {
    opacity: 0.5;
}*/

.head-link-dis:hover {
    opacity: 1;
}

.v2-order-bg {
    padding: 30px;
}

.v2-order-container {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px 30px 10px;
    /*    padding: 20px 10px;*/
    border: thin solid #f0f0f0;
    border-radius: 3px;
    display: table;
    position: relative;
}
.v2-order-container a.v6-edit {
    position: absolute;
    right: 10px;
}
.v2-order-container:hover {
    margin-bottom: 20px;
    padding: 20px 10px 30px 10px;
    border: thin solid #0057A1;
    border-radius: 3px;
}

.markas-complete {
    display: block;
    float: left;
    margin-left: 10px;
    visibility: hidden;
}

.markas-complete .checkbox {
    margin-top: 5px;
}

.markas-complete .checkbox label {
    min-height: 14px;
    font-size: 10px;
    color: #025194;
    font-weight: bold;
    display: block;
    line-height: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}

.markas-complete .checkbox {
    margin-bottom: 0;
}

.markas-complete .checkbox .input-helper:before {
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    color: #fff;
}

.markas-complete .checkbox input:checked+.input-helper::before {
    background: url(../images/blue-tick.png) no-repeat;
    background-position: center;
    border-radius: 20px;
    background-size: 8.94px 6.4px;
    border: 2px solid #025194;
    opacity: 1;
}

.v6-edit {
    visibility: hidden;
}

.v6-edit .edit-icon {
    background: url(../images/edit-icon.png)no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 2px;
}

.v6-edit .edit-icon:hover {
    background: url(../images/edit-hover.png)no-repeat;
    display: block;
    width: 10px;
    height: 10px;
}

.v6-edit .delete-icon {
    background: url(../images/delete-icon.png)no-repeat;
    display: block;
    width: 10px;
    height: 15px;
}

.v6-edit .delete-icon:hover {
    background: url(../images/delete-hover.png)no-repeat;
    display: block;
    width: 10px;
    height: 15px;
}

.v2-order-container:hover .v6-edit, .v2-order-container:hover .markas-complete {
    visibility: visible;
}

.v2-padding {
    padding: 0;
    padding-left: 10px;
}

.v2-shift-tag {
    margin-left: 30px;
}

.v1-add-new2 {
    position: absolute;
    display: inline-table;
    margin-top: -1px;
    margin-left: -20px;
    padding: 12px 32px;
    letter-spacing: 0;
    color: #FFFFFF;
    border-radius: 3px;
    background: #84C64C;
    /* font-family: Roboto-Bold; */
    font-size: 14px;
    line-height: 16px;
}

.v2-text-area {
    width: 93.4%;
    min-height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 27px;
    padding: 10px 10px;
    resize: none;
    color: #3F484F;
    border: thin solid #eee !important;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.v2-text-area::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

.v2-text-area::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

.v2-text-area:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

.v2-text-area:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.v3-profile-dp {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    vertical-align: top;
    border-radius: 100px;
    overflow: hidden;
    display: table-cell;
}
.v3-profile-dp img {
    width: 100%;
    border-radius: 100%;
}
.v3-profile-name {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 14px;
}

.v3-comment {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.v1-new-follow2 {
    width: 140px;
    padding: 2px 6px;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #EA8A4E;
    border: thin solid #EA8A4E;
    border-radius: 3px;
    font-size: 12px;
}

.v1-new-lead2 {
    width: auto;
    padding: 1px 5px;
    text-align: center;
    text-transform: capitalize;
    color: #4E98EA;
    border: thin solid #4E98EA;
    border-radius: 3px;
    font-size: 12px;
}

.v4-add-details {
    width: 90%;
    height: 200px;
    margin-left: 20px;
    padding: 80px 40px;
    resize: vertical;
    cursor: pointer;
    transition: border .25s ease-out, color .25s ease-out;
    text-align: center;
    color: #ccc;
    border: thin dashed #ccc !important;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.v4-add-details:hover {
    color: #0057A1;
    border: thin dashed #0057A1 !important;
}

.v4-add-details2 {
    width: 90%;
    height: 100px;
    margin-top: 22px;
    padding: 38px 40px;
    resize: vertical;
    cursor: pointer;
    transition: border .25s ease-out, color .25s ease-out;
    text-align: center;
    color: #ccc;
    border: thin dashed #ccc !important;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.v4-add-details2:hover {
    color: #0057A1;
    border: thin dashed #0057A1 !important;
}

html, body {
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrapper {
    display: block;
    height: calc(100% - 2px);
    padding-top: 70px;
    width: 100%;
    float: left;
}

.box02 {
    overflow-x: hidden;
    width: calc(100% - 200px);
    height: 100%;
    padding-top: 20px;
    float: right;
}

.box03 {
    /* width: 315px;
      width: 335px;
      height: 100%;
      background: #E5E9EE;
      padding: 10px;
      position: fixed;
      right: 0;
      overflow-y: auto;
      padding-bottom: 60px; */
    /* width: 315px; */
    width: 302px;
    height: 100%;
    background: #E5E9EE;
    /* padding: 10px; */
}

.dropup, .dropdown {
    position: relative;
    padding: 3px 0px;
    color: #777;
    border: thin solid #e5e5e5;
    border-radius: 3px;
}

.popup-heading {
    height: 50px;
    padding: 13px 0;
    text-align: center;
    color: #333333;
    border-bottom: thin solid #EEF1F3;
    border-radius: 5px 5px 0 0px;
    background: #FAFAFA;
    font-size: 16px;
}

.popup-subheading {
    color: #333333;
    font-size: 16px;
}

.popup-input-title {
    position: relative;
    top: 7px;
    color: #777;
    ;
}

.v3-input {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid #E6EAED;
    border-radius: 3px;
    text-align: left;
    /* Rectangle 2: */
    background: #FFFFFF;
}

.v4-input {
    width: 116px;
    padding: 9px 10px;
    color: #777;
    border: 1px solid #E6EAED;
    font-size: 12px;
    text-align: left;
}

button.v4-input.new-lead, button.v4-input.walk-in, button.v4-input.lead-owner, button.v4-input.assigned-to, .popup-input-title.assigned-to, .popup-input-title.estimate {
    font-weight: 500;
    color: #3F484F;
}

a .activity-type {
    display: inline-block;
    vertical-align: middle;
}

.activity-type {
    width: 33.33%;
    float: left;
    border: 1px solid #E6EAED;
    padding: 9px 0;
    text-align: center;
    font-size: 14px;
    opacity: 0.6;
    cursor: pointer;
}

a:first-child .activity-type {
    border-radius: 3px 0 0 3px;
}

a:nth-child(3) .activity-type {
    border-radius: 0 3px 3px 0;
}

.activity-type.active, a:focus .activity-type {
    background-color: #0057A1;
    color: #fff;
    opacity: 1;
    font-weight: 500;
    border: 1px solid #0057A1;
}

.v4-input:hover {
    border: 1px solid #E6EAED !important;
}

.v4-input:active {
    border: 1px solid #E6EAED !important;
}

.v4-input:focus {
    border: 1px solid #E6EAED !important;
}

.v5-input {
    display: inline-block;
    width: calc(100% - 42px);
    padding: 9px 10px;
    border: 1px solid #E6EAED;
    border-radius: 3px;
    /* Rectangle 2: */
    background: #FFFFFF;
}

.v5-input-btn {
    /* width: 10% !important; */
    position: relative;
    top: 0px;
    left: 5px;
    display: inline-block !important;
    padding: 9px 14px !important;
    color: #000;
    border: 1px solid #e5eaed;
    border-radius: 3px !important;
    font-size: 14px;
    font-weight: bold;
    background: #f9fafb;
}

.v5-title {
    margin-top: 20px;
    margin-left: 8px;
    color: #333333;
    font-size: 18px;
}

.v5-as-bg {
    padding: 15px 15px;
    border: 1px solid #E6EAED;
    border-radius: 3px;
    background: #FFFFFF;
}

.v5-as-bg2 {
    padding: 20px 15px;
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
    border: 1px solid #E6EAED;
    border-radius: 3px;
    background: #FFFFFF;
    max-height: 136px;
}
/*.as-shift.child .v5-as-bg2 {
    max-height: 130px;
}*/
.v5-as-bg2 .v6-title {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    margin: 0;
}

.v5-as-bg2 .v5-add {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.contact-detail .as-shift .v5-as-bg2:hover {
    padding: 20px 15px;
    border: 1px solid #0057A1;
    border-radius: 3px;
    background: #FFFFFF;
}

.v5-subhead {
    text-transform: uppercase;
    color: #8C939B;
    font-size: 10px;
}

.contact-detail .as-shift .v5-as-bg .action, .contact-detail .as-shift.child .v5-as-bg .action {
    visibility: visible;
    position: absolute;
    top: 20px;
    right: 20px;
    visibility: hidden;
}

.contact-detail .as-shift .v5-as-bg .action a {
    padding-left: 5px;
}

.contact-detail .as-shift .v5-as-bg:hover {
    border: 1px solid #0057A1;
}

.contact-detail .as-shift .v5-as-bg:hover .action a {
    color: #0057A1;
}

.contact-detail .as-shift .v5-as-bg:hover .action {
    visibility: visible;
}

.v6-title {
    margin-top: 8px;
    color: #3F484F;
    font-size: 16px;
    text-transform: capitalize;
    font-size: 14px;
    /*    overflow: hidden;*/
    width: 192px;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 38px;
    -webkit-line-clamp: 2;
    max-width: 190px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.assign-link {
    cursor: pointer !important;
    text-transform: uppercase;
    color: #0057A1;
    /* Change Assignee: */
    font-family: Roboto-Medium;
    font-size: 12px;
}


.as-shift {
    margin-top: 15px;
    overflow: auto;
}

.v5-inner-container {
    padding: 20px;
    overflow: hidden;
    white-space: nowrap;
}

.v5-inner-container .col-xs-3 {
    display: inline-block;
    min-width: 240px;
    vertical-align: middle;
    float: left;
    width: auto;
    max-width: 100%;
}
.v5-update {
    margin-top: 5px;
    color: #8C939B;
    font-size: 12px;
    text-transform: uppercase;
}

.v5-add {
    padding: 32px 10px;
    text-align: center;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
    border: 1px solid #E6EAED;
    border-left: none !important;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0);
    font-size: 14px;
    line-height: 1.42857143;
}

.v5-new-action {
    border: thin solid #E6EAED !important;
    border-right: none;
}

.v5-new-action:hover {
    border: thin solid #E6EAED !important;
    border-right: none;
}

.v5-new-action:active {
    border: thin solid #E6EAED !important;
    border-right: none;
}

.v5-new-action:focus {
    border: thin solid #E6EAED !important;
    border-right: none;
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    border-color: transparent;
    outline: none;
    background-color: transparent;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
}

.open>.dropdown-menu {
    display: block;
    border: thin solid #e5e5e5;
}

.v6-drp {
    padding: 9px 20px;
    color: #777;
    font-size: 12px;
}

.v6-input {
    margin-left: -2px;
    padding: 17.5px 12px;
}

.v6-input-date {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 124px;
    margin-left: 0px;
    padding: 20px 10px;
    /* border-left: thin solid #e5e5e5 !important; */
    height: 20px;
    color: #7a8189;
    font-size: 12px;
    text-transform: uppercase;
}

.v6-clm {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    color: #7a8189;
    font-size: 12px;
    text-transform: uppercase;
}
.v6-clm.btn-sc {
    float: right;
    margin-right: 0;
    padding-top: 5px;
}

.v6-padding {
    padding: 0;
}

.v6-drp2 {
    padding: 9px 10px;
    color: #777;
    font-size: 12px;
    /* border-right: thin solid #e5e5e5 !important; */
}

.form-control:focus {
    border-color: #e5e5e5;
    outline: none !important;
    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 0px 0px rgba(0, 0, 0, .0), 0 0 0px rgba(102, 175, 233, .6);
}

.v6-border {
    border-left: thin solid #e5e5e5 !important;
}

.v6-cc {
    cursor: pointer;
    color: #0057A1;
    border: thin solid #e5e5e5;
    border-left: none;
    background: white;
}

a:hover {
    text-decoration: none;
}

.v6-section {
    padding: 20px 90px 20px 90px;
    color: #777;
    line-height: 23px;
}

.v6-info {

    color: #0057A1;
    white-space: nowrap;
    font-size: 12px;
    overflow: hidden;
    width: 192px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 38px;
    -webkit-line-clamp: 2;
    max-width: 190px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.v6-sub-info {
    font-size: 14px;
    white-space: normal;
}

.v6-padding-drp {
    padding: 0;
    height: 11px;
    color: #7a8189;
    font-size: 12px;
    margin-top: -10px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 440px;
    }
}

.v6-circle {
    width: 130px;
    height: 130px;
    padding: 36px;
    border-radius: 100px;
    background: #EFF1F3;
}

.v2-profile-name2 {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    font-size: 24px;
}

.v2-criteria {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 14px;
}

.cmn-padding {
    padding: 0px;
    padding-right: 10px;
}

.v7-container {
    padding: 25px 35px;
    background: #ffffff;
    line-height: 26px;
}

.v1-search-bg {
    position: absolute;
    top: 62px;
    display: none;
    width: calc(100% - 70px);
    white-space: nowrap;
    overflow: auto;
    padding: 25px 0;
    color: #3F484F;
    /* Combined Shape: */
    background: #FFFFFF;
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.06);
}

.v1-search-bg ul {
    padding: 0;
    height: auto;
    max-height: 300px;
    overflow: auto;
    margin-bottom: 0;
}

.assignee {
    position: absolute;
    top: 50px;
    left: -180px;
    display: none;
    width: 500px;
    padding: 25px 0;
    color: #3F484F;
    /* Combined Shape: */
    background: #FFFFFF;
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.assignee::before {
    content: '';
    background: url(../images/up-tip.svg) no-repeat;
    height: 10px;
    width: 17px;
    position: relative;
    margin: auto;
    display: table;
    top: -34px;
}

.hr-search {
    margin: 20px 0;
}

.left-right-search {
    padding: 0 25px;
}

.search-btn-right {
    width: 100%;
    float: left;
    padding: 0 10px;
    text-align: center;
}
.search-btn-right .save-now {
    font-size: 14px;
    padding: 7px 10px;
    display: inline-block;
    vertical-align: baseline;
    margin-top: 3px;
}
.up-tip {
    position: absolute;
    margin-top: -34px;
    margin-left: 30px;
}

.table-wd {
    width: 240px;
    font-size: 14px;
    line-height: 26px;
}

/*.td {
    text-align: right;
}*/

.v8-container {
    padding: 25px 0px;
    background: #ffffff;
    line-height: 26px;
}

.v3-input-td {
    width: 100%;
    padding: 9px 5px;
    border: 1px solid #E6EAED;
    border-radius: 3px;
    /* Rectangle 2: */
    background: #FFFFFF;
}

.v3-input-td2 {
    width: 100%;
    padding: 9px 10px;
    border: 1px solid #E6EAED;
    border-radius: 3px;
    /* Rectangle 2: */
    background: #FFFFFF;
}

.v3-input-td3 {
    float: right;
    width: 70px;
    padding: 9px 0px 9px 10px;
    border: 1px solid #E6EAED;
    border-radius: 3px;
    /* Rectangle 2: */
    background: #FFFFFF;
}

.v2-text-area2 {
    width: 99%;
    min-height: 80px;
    /* margin-left: 27px; */
    margin-top: 10px;
    margin-top: 7px;
    margin-bottom: 10px;
    padding: 10px 10px;
    resize: none;
    color: #3F484F;
    border: thin solid #eee !important;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.v2-profile-bg3 {
    margin-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.notification .tab-pane.active {
    background-color: transparent;
}

.event-tab-bg {
    margin-left: 15px;
    margin-top: 25px;
}

.event-tab-bg li a {
    width: unset !important;
    padding: 0 !important;
    color: #777;
    background-color: transparent !important;
}

.event-tab-bg li a:focus {
    border: 1px solid transparent !important;
}

.event-tab-bg-one {
    display: inline-block !important;
    width: 22%;
    padding: 10px 0 !important;
    text-align: center;
    color: #777 !important;
    border-radius: 3px 0px 0px 3px;
    background: #ffffff;
    font-size: 12px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .25s ease-out;
    position: relative !important;
}

.event-tab-bg-one:hover {
    opacity: 0.6;
}

.event-tab-bg-two {
    display: inline-block !important;
    width: 22%;
    padding: 10px 0 !important;
    text-align: center;
    color: #777 !important;
    border-radius: 0px 0px 0px 0px;
    background: #ffffff;
    font-size: 12px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .25s ease-out;
    position: relative !important;
}

.event-tab-bg-two a .badge, .event-tab-bg-one a .badge, .event-tab-bg-three a .badge {
    position: absolute;
    top: -5px;
    font-size: 7px;
    background-color: #1b65a9;
    width: 12px;
    height: 12px;
    text-align: center;
    padding: 0;
    line-height: 12px;
    font-family: 'Roboto';
}

.event-tab-bg-two:hover {
    opacity: 0.6;
}

.event-tab-bg-three {
    display: inline-block !important;
    width: 22%;
    padding: 10px 0 !important;
    text-align: center;
    color: #777 !important;
    border-radius: 0px 0px 0px 0px;
    background: #ffffff;
    font-size: 12px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .25s ease-out;
    position: relative !important;
}

.event-tab-bg-four {
    display: inline-block !important;
    width: 27%;
    padding: 10px 0 !important;
    text-align: center;
    color: #777 !important;
    border-radius: 0px 3px 3px 0px;
    background: #ffffff;
    font-size: 12px;
    cursor: pointer;
    opacity: 1;
    transition: opacity .25s ease-out;
    position: relative !important;
}

.event-tab-bg-one.active, .event-tab-bg-two.active, .event-tab-bg-three.active, .event-tab-bg-four.active {
    background-color: #0057A1;
    color: #fff !important;
}

.event-tab-bg-one.active a, .event-tab-bg-two.active a, .event-tab-bg-three.active a, .event-tab-bg-four.active a {
    color: #fff !important;
}

.event-tab-bg-one.active .badge, .event-tab-bg-two.active .badge, .event-tab-bg-three.active .badge {
    background-color: #fff;
    color: #0057A1;
}

.event-tab-bg-three:hover {
    opacity: 0.6;
}

.v7-new-lead {
    width: 120px;
    padding: 2px 6px;
    padding: 1px 4px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #4E98EA;
    border: thin solid #4E98EA;
    border-radius: 3px;
    font-size: 12px;
}

.v7-new-converted {
    width: 120px;
    padding: 2px 6px;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #84C64C;
    border: thin solid #84C64C;
    border-radius: 3px;
    font-size: 12px;
}

.v7-new-lost {
    width: 120px;
    padding: 2px 6px;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #EA4E4E;
    border: thin solid #EA4E4E;
    border-radius: 3px;
    font-size: 12px;
}

.v8-details-right {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}

.v4-add-details {
    width: 90%;
    height: 70px;
    margin-left: 20px;
    padding: 15px 40px;
    resize: vertical;
    cursor: pointer;
    transition: border .25s ease-out, color .25s ease-out;
    text-align: center;
    color: #ccc;
    border: thin dashed #ccc !important;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.sta-box5 {
    /* box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 12px; */
    display: inline-block;
    width: 22%;
    margin: 0px 1%;
    margin-top: 20px;
    padding: 40px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    vertical-align: middle;
}

.v3-input-toggle1 {
    width: 123px;
    padding: 9px 10px;
    border: 1px solid #E6EAED;
    border-radius: 3px 0px 0px 3px;
    background: #FFFFFF;
}

.v3-input-toggle1:focus {
    width: 123px;
    padding: 9px 10px;
    border: 1px solid #0057A1;
    border-radius: 3px 0px 0px 3px;
    background: #0057A1;
    color: #fff;
}

.v3-input-toggle2 {
    width: 124px;
    padding: 9px 10px;
    border: 1px solid #E6EAED;
    border-radius: 0px 3px 3px 0px;
    background: #FFFFFF;
    margin-left: -1px;
}

.v3-input-toggle2:focus {
    width: 124px;
    padding: 9px 10px;
    border: 1px solid #0057A1;
    border-radius: 0px 3px 3px 0px;
    background: #0057A1;
    color: #fff;
    margin-left: -1px;
}

.alert-red {
    font-size: 12px;
    color: #D0021B;
    letter-spacing: 0;
    margin-left: 30px;
    white-space: initial;
}

.alert-content {
    border: thin solid #D0021B;
    color: #D0021B;
}

.td-padding {
    top: 9px !important;
    position: relative;
}

.inner-table {
    background: #f6f7f9 !important;
}

.inner-table-tr {
    background: #f6f7f9 !important;
}

.inner-tag {
    position: relative;
    left: 45px;
}

.v8-new-lead {
    width: 110px;
    padding: 2px 6px;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    background: #EFF1F3;
    color: #777;
    cursor: pointer;
    border: thin solid #EFF1F3;
    border-radius: 3px;
    font-size: 12px;
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
}

.v8-new-lead:hover {
    width: 110px;
    padding: 2px 6px;
    padding: 1px 5px;
    text-align: center;
    background: #d9dee2;
    text-transform: uppercase;
    border: thin solid #d9dee2;
    border-radius: 3px;
    font-size: 12px;
}

.v8-as-bg {
    padding: 35px 85px;
    border: 1px solid #E6EAED;
    border-radius: 3px;
    background: #FFFFFF;
    cursor: pointer;
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
}

.v8-as-bg:hover {
    padding: 35px 85px;
    border: 1px solid #0057A1;
}

.v8-text {
    margin-top: 20px;
    color: #777;
}

.v8-sml-drp {
    /* float:right; */
    position: relative;
    left: 80px;
    top: -10px;
}

.pad-css {
    width: 62px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #eee;
    color: #C3C3C3;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: -4px;
}

.vfrs-css {
    width: 62px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #eee;
    color: #C3C3C3;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: -5px;
}

.chillr-css {
    width: 62px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #eee;
    color: #C3C3C3;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 0px 3px 3px 0px;
    margin-left: -4px;
}

.company-name {
    width: 33.33%;
    float: left;
    border: 1px solid #E6EAED;
    padding: 9px 0;
    text-align: center;
    font-size: 14px;
    opacity: 0.6;
    cursor: pointer;
}

a:first-child .company-name {
    border-radius: 3px 0 0 3px;
}

a:nth-child(3) .company-name {
    border-radius: 0 3px 3px 0;
}

.company-name.active {
    background-color: #0057A1;
    color: #fff;
    opacity: 1;
    font-weight: 500;
    border: 1px solid #0057A1;
}

/*.date {
    padding-right: 10px;
}*/

.date input {
    background: #fff url(../images/date-icon.png)no-repeat;
    background-position: center right 15px;
}

.date .v3-input, .date input:placeholder {
    font-weight: 500;
    color: #3F484F;
}

.date input, .date-input .v3-input, input:disabled {
    background-color: #fafbfc;
}

select:disabled {
    background: #fafbfc !important;
}

.date-input .v3-input {
    font-size: 20px;
    text-align: center;
    background-color: #0057A1;
    color: #fff;
}

.date-input {
    padding-left: 0;
}

.v1-border-bg {
    /* Rectangle 2: */
    background: #FFFFFF;
    border: 1px solid #E6EAED;
    border-radius: 3px;
    padding: 20px;
    margin-top: 0px;
    width: 100%;
    overflow: auto;
}

.v1-rad-css {
    background: #4E98EA;
    width: 45px;
    color: #fff;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
}

.v1-pad-css {
    background: #EA8A4E;
    width: 45px;
    color: #fff;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
}

.v1-chillr-css {
    background: #0057A1;
    width: 45px;
    color: #fff;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
}

.v1-rad-title {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 15px;
}

.status-tbl {
    float: right;
    margin-top: -9px;
}

.v2-newenq-css {
    background: #4E98EA;
    width: 100px;
    color: #fff;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 2px;
}

.v2-worprs-css {
    background: #84C64C;
    width: 100px;
    color: #fff;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 2px;
}

.v2-wordon-css {
    background: #EA8A4E;
    width: 100px;
    color: #fff;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 2px;
}

.v2-serreq-css {
    border: thin solid #A5ABB0;
    width: 100px;
    background-color: #A5ABB0;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 2px;
    color: #fff;
}

.v3-serreq-css {
    background: #84C64C;
    border: thin solid #84C64C;
    width: 100px;
    color: #fff;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 2px;
}

.v4-serreq-css {
    background: #EA4E4E;
    border: thin solid #EA4E4E;
    width: 100px;
    color: #fff;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 2px;
}

.prev-btn {
    /* Rectangle 2: */
    background: #84C64C !important;
    border-color: #84C64C !important;
    border-radius: 3px;
    /* Prev.: */
    font-family: Roboto-Bold;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    padding: 7px 14px;
    width: 50px;
    cursor: pointer;
    margin-right: 5px;
    border: none;
}

.next-btn {
    /* Rectangle 2: */
    background: #84C64C !important;
    border-color: #84C64C !important;
    border-radius: 3px;
    /* Prev.: */
    font-family: Roboto-Bold;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    padding: 7px 14px;
    width: 50px;
    cursor: pointer;
    margin-left: 5px;
    border: none;
}

.high-btn {
    background: #0057A1 !important;
    border: 1px solid #0057A1 !important;
    border-radius: 3px;
    font-family: Roboto-Bold;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    padding: 5px 0;
    width: 30px;
    cursor: pointer;
    margin: 0 2px;
}

.pag-btn {
    background: #fff;
    border: 1px solid #C3C3C3;
    border-radius: 3px;
    font-family: Roboto-Bold;
    font-size: 12px;
    color: #C3C3C3;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    padding: 4px 12px;
    width: 30px;
    cursor: pointer;
    margin: 0 2px;
}

.pag-btn:hover, .page-btn:focus {
    /* Rectangle 2: */
    background: #0057A1;
    border-radius: 3px;
    border: 1px solid #0057A1;
    font-family: Roboto-Bold;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    padding: 4px 12px;
    width: 30px;
    cursor: pointer;
    margin: 0 2px;
}

.tabs {
    width: 100%;
    float: none;
    list-style: none;
    position: relative;
    margin: 80px 0 0 10px;
}

.tabs li {
    float: left;
    display: block;
}

.tabs input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.tabs label {
    display: block;
    padding: 14px 21px;
    border-radius: 2px 2px 0 0;
    font-size: 20px;
    background: #ccc;
    cursor: pointer;
    position: relative;
    top: 4px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs [id^="tab"]:checked+p {
    color: black;
    -moz-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    -webkit-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;
}

.tabs label:hover {
    background: #fff;
}

.tabs .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    padding: 25px;
    position: absolute;
    top: 53px;
    left: 0;
    background: #fff;
}

.tabs [id^="tab"]:checked+label {
    background: #fff;
}

.tabs [id^="tab"]:checked~[id^="tab-content"] {
    display: block;
}

.sales-box-container {
    display: flex;
    height: 100px;
    margin-left: 10px;
}

.sales-box {
    width: 20%;
    height: 100px;
    background: #fff;
    border-radius: 5px;
    margin-right: 15px;
    text-align: center;
    padding-top: 22px;
}

.sales-grey {
    color: #4A4A4A;
    font-size: 24px;
}

.sales-grey p {
    color: #4A4A4A;
    font-size: 12px;
    text-transform: uppercase;
}

.sales-blue {
    color: #0070D2;
    font-size: 24px;
}

.sales-blue p {
    color: #0070D2;
    font-size: 12px;
    text-transform: uppercase;
}

.sales-orange {
    color: #EA8A4E;
    font-size: 24px;
}

.sales-orange p {
    color: #EA8A4E;
    font-size: 12px;
    text-transform: uppercase;
}

.sales-green {
    color: #4E7321;
    font-size: 24px;
}

.sales-green p {
    color: #4E7321;
    font-size: 12px;
    text-transform: uppercase;
}

.sales-red {
    color: #D0021B;
    font-size: 24px;
}

.sales-red p {
    color: #D0021B;
    font-size: 12px;
    text-transform: uppercase;
}

.v1-add-new2 {
    display: inline-table;
    /* padding: 0px 14px; */
    cursor: pointer;
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-radius: 3px;
    /* Rectangle 3: */
    background: #84C64C;
    /* Add New: */
    position: relative;
    font-size: 12px;
    line-height: 18px;
    width: 70px;
    height: 20px;
    text-align: center;
}

.v1-add-new2:hover {
    color: #fff;
    background: #72b13c;
}

.v1-add-new4 {
    display: inline-table;
    /* padding: 0px 14px; */
    cursor: pointer;
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-radius: 3px;
    /* Rectangle 3: */
    background: #ccc;
    /* Add New: */
    position: relative;
    font-size: 12px;
    line-height: 18px;
    width: 70px;
    height: 20px;
    text-align: center;
    margin-left: -20px;
}

.v1-add-new4:hover {
    color: #fff;
    background: #ccc;
}

.v1-add-new5 {
    display: inline-table;
    /* padding: 0px 14px; */
    cursor: pointer;
    transition: background .25s ease-out, color .25s ease-out, border .25s ease-out;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-radius: 3px;
    /* Rectangle 3: */
    background: #84C64C;
    /* Add New: */
    position: relative;
    font-size: 12px;
    line-height: 18px;
    width: 120px;
    height: 20px;
    text-align: center;
}

.v1-add-new5:hover {
    color: #fff;
    background: #72b13c;
}

.table-merge {
    width: 100%;
}

.table-merge td {
    padding: 10px;
}

.rad-css {
    width: 60px;
    padding: 4px 12px;
    background: #0057A1;
    border-radius: 3px 0px 0px 3px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #0057A1;
    cursor: pointer;
    display: inline-block;
}

a:focus .rad-css, a:focus .pad-css, a:focus .vfrs-css, a:focus .chillr-css, a:focus .company-name {
    background-color: #0057A1;
    color: #fff;
    border: 1px solid #0057A1;
    opacity: 1;
}

.pad-css {
    width: 60px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #eee;
    color: #C3C3C3;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: -4px;
}

.vfrs-css {
    width: 62px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #eee;
    color: #C3C3C3;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: -5px;
}

.chillr-css {
    width: 62px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #eee;
    color: #C3C3C3;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border-radius: 0px 3px 3px 0px;
    margin-left: -5px;
}

.h2.master-heading {
    font-size: 32px;
    font-weight: 400;
    color: #444952;
}

.sub-heading {
    background-color: #FAFAFA;
    padding: 9px;
}

.sub-heading h2 {
    margin: 0;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto';
    color: #333333;
}

.main-master .sta-heading {
    font-size: 20px;
    font-weight: 400;
    color: #444952;
}

.main-master .sta-box5 {
    padding: 40px 15px;
}

.sales-master .sta-box5 {
    padding: 37px 0;
}

.sales-master .sta-box5 .sta-heading {
    font-size: 24px;
    color: #444952;
    font-weight: 400;
}

input:disabled {
    background-color: #FAFBFC;
}

.submit-cancel-btn .create {
    padding: 9px 20px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
}

.submit-cancel-btn .reset {
    font-size: 16px;
    color: #0057A1;
    font-weight: 600;
}

.vehicle-master, .part-master, .problem-master, .user-master, .technician-master {
    background-color: #fff;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.stage-detail {
    background-color: #fff;
    width: 100%;
    float: left;
    position: relative;
}

.stage-detail .date-time {
    background-color: #2c4d6c;
    color: #fff;
    padding: 10px;
}

.stage-detail .date-time .time {
    float: right;
}

.stage-detail .col-md-6 {
    padding: 10px 15px;
}

.stage-detail .col-md-6 p {
    color: #045499;
}

.bs-example-punch-popup .stage-detail .bs-example-punch-popup .status {
    background-color: #e4edf6;
}

.profile-dp2 {
    width: 37px;
    height: 37px;
    border-radius: 100px;
    text-align: center;
    margin-left: 2px;
    background: #ccc;
    display: inline-block;
    overflow: hidden;
}

.profile-dp3 {
    width: 37px;
    height: 37px;
    border-radius: 100px;
    text-align: center;
    margin-left: 2px;
    background: #0057A1;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 37px;
}

.profile-dp4 {
    width: 37px;
    height: 37px;
    border-radius: 100px;
    text-align: center;
    margin-left: 2px;
    background: #0057A1;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 37px;
}

.popup-pn {
    vertical-align: middle;
}

.make-primary label {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}

.make-primary input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

/*team*/

/*breadcrumb*/

.breadcrumb {
    padding: 0px;
    background: transparent;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    width: 93%;
    margin-left: 39px;
}

.breadcrumb>li {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}

.breadcrumb>li+li:before {
    padding: 0;
}

.breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: inline-block;
    width: calc( 100% - 10px);
    background-color: #E0E5EE;
    text-align: center;
    text-transform: capitalize;
    color: #54698D;
}

.breadcrumb li.completed a {
    background: brown;
    background: #4BCA81;
}

.breadcrumb li.completed a:after {
    border-left: 30px solid #4BCA81;
}

.breadcrumb li.active a {
    background: #0070D2;
    color: #fff;
}

.breadcrumb li.active a:after {
    border-left: 30px solid #0070D2;
}

.breadcrumb li:first-child a {
    padding-left: 15px;
}

.breadcrumb li:last-of-type a {
    width: calc( 100% - 38px);
}

.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #E0E5EE;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 1;
}

.v6-details-right {
    position: relative;
}

.v6-details-right .toggle-btn-single4:hover, .v6-details-right .toggle-btn-single4:focus {
    color: #fff;
}

.v6-details-right .v1-search-bg.assignee {
    position: absolute;
    display: none;
    width: 500px;
    margin-top: -30px;
    z-index: 1;
    margin-left: -180px;
}

.v6-details-right .v1-search-bg.assignee .up-tip {
    margin: auto;
    display: table;
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
}

.v6-details-right .v1-search-bg.assignee .profile-assign-name {
    font-size: 16px;
    color: #3F484F;
}

.v6-details-right .v1-search-bg.assignee .profile-assign-type {
    font-size: 12px;
    color: #8C939B;
}

.input-search {
    width: 100%;
    float: left;
    margin-top: -18px;
    margin-bottom: 20px;
}

.input-search .v5-input {
    width: 100%;
    float: left;
    border: 0;
    background: url(../images/search-icon.png) no-repeat;
    background-position: center left 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    text-indent: 40px;
    font-size: 14px;
    font-weight: 400;
}

.input-search .v5-input::placeholder {
    color: #BABABA;
    font-size: 14px;
    font-weight: 300;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox label input {
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.checkbox input:checked+.input-helper::before {
    background: #025194 url(../images/tick.png) no-repeat;
    background-position: center;
    border-radius: 20px;
    background-size: 60%;
}

.checkbox .input-helper::before {
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    color: #fff;
}

.checkbox .input-helper::before {
    left: 0;
    border: 2px solid #025194;
}

.checkbox input:checked+.input-helper::before {
    border-color: #025194;
}

.checkbox .input-helper:before, .checkbox .input-helper::after {
    position: absolute;
    content: "";
}

.checkbox input:checked+.input-helper::after {
    transform: scale(1);
    opacity: 1;
}

.assignee .left-right-search .checkbox .input-helper::before {
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    color: #fff;
}

.assignee .left-right-search .checkbox .input-helper::before {
    left: 0;
    border: 1px solid #025194;
}

.assignee .left-right-search .checkbox input:checked+.input-helper::before {
    background: url(../images/blue-tick1.png) no-repeat;
    background-position: center;
    border-radius: 0px;
    background-size: 60%;
}

/*breadcrumb*/

/*team*/

#dataTableLocationAddress, #dataTableLocation, #dataTableCustomerAddressedit, #dataTableCustomerLocationedit, #dataTableLocationAddressextrasedit, #dataTableLocationextrasedit, #dataTableContactextras {
    width: 99%;
}

#dataTableLocationAddress tr:hover, #dataTableLocation tr:hover {
    background-color: transparent;
}

tfoot tr:hover {
    background-color: transparent;
}

textarea::placeholder {
    font-size: 14px;
    color: #3F484F;
    font-weight: 100;
}

.team-details {
    position: relative;
}

.team-details .team-info {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.team-details .team-info .profile-dp2 {
    margin-right: 20px;
}

.team-details .team-info .sales {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #0057A1;
}

.team-details .team-info .sales img {
    margin-top: -3px;
}

.team-details .action {
    float: right;
    margin-right: 15px;
    margin-top: 8px;
}

.complains ul li.active {
    font-weight: bold;
}

.complains-tables .table-bordered tr td {
    padding: 15px 10px;
}

#complaints .table tr>td:last-child {
    position: relative;
    width: 90px;
}

#complaints .inner-table tr>td:last-child, .site-detail .inner-table tr>td:last-child {
    width: auto !important;
}

.warrenty .table tr>td:last-child, .amc .table tr>td:last-child, .site-detail .table tr>td:last-child {
    position: relative;
    width: 90px;
}

.warrenty .table tr>td:last-child .send-offer, .amc .table tr>td:last-child .send-offer {
    right: 0;
    left: 0;
}

.warrenty table tr td .v1-new-lead {
    padding: 1px 3px;
}

.warrenty table tr td .assign-tech {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    outline: none;
}

.warrenty table tr td .assign-tech:focus {
    outline: none;
}

.site-detail .table tr>td {
    padding: 15px 13px;
}

.site-detail .table tr>td:last-child .send-offer {
    right: 0;
    left: 15px;
}

.send-offer {
    background-color: #0057A1;
    color: #fff;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 75px;
    outline: none;
    text-align: center;
    border-radius: 3px;
}

.send-offer:hover {
    background-color: #0057A1;
    color: #fff;
}

.send-offer:focus {
    outline: none;
}

.send-offer:focus {
    color: #fff;
    background: #ccc;
}

.v1-new-quatation {
    color: #4E98EA;
    border: 1px solid #4E98EA;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}

.v1-new-partial {
    background-color: #4E98EA;
    color: #fff;
    padding: 1px 15px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}

.v1-new-performa {
    color: #EA864E;
    border: 1px solid #EA864E;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}

.v1-new-overdue {
    background-color: #EA4E4E;
    color: #fff;
    padding: 1px 15px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}

.v1-new-invoice {
    color: #8B572A;
    border: 1px solid #8B572A;
    padding: 1px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}

.v1-new-paid {
    background-color: #7ED321;
    color: #fff;
    padding: 1px 15px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
}

.status-accepted {
    background-color: #84C64C;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-top: 2px;
    width: 110px;
}

.not-accepted {
    background-color: #0057A1;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-top: 2px;
    width: 110px;
}

.accepted {
    background-color: #E6EAED !important;
}

.jobs #quotation .table-bordered tr td {
    padding: 15px 10px;
}

.add-quotation.v1-bg2 {
    margin: 0;
    margin-top: 30px;
}

.add-quotation .new-lead {
    text-align: left !important;
    position: relative;
}

.add-quotation .address {
    background-color: #E6EAED;
    padding: 20px;
}

.add-quotation .address .adrs-title {
    font-size: 14px;
    color: #3F484F;
    font-weight: 500;
    margin-bottom: 5px;
}

.add-quotation .address .adrs-title .name {
    font-weight: 400;
}

.add-quotation .address .adrs-title .email {
    font-weight: 400;
    color: #0057A1
}

.add-quotation .address .adrs-content {
    font-size: 14px;
    color: #3F484F;
    line-height: 20px;
}

.add-quotation .new-lead:focus, .add-quotation .new-lead:hover {
    background-color: #fff !important;
    border: 1px solid #E6EAED !important;
}

.add-quotation .right-job {
    width: 85%;
    float: right;
    text-align: right;
}

.add-quotation .right-job .col-md-10 {
    float: right;
    width: 100%;
}

.add-quotation .right-job .col-md-10 .select-job {
    font-weight: bold;
    color: #3F484F;
}

.add-quotation .right-job .col-md-10 .date {
    background: url(../images/date-icon.png)no-repeat;
    background-position: center right 15px;
}

.add-quotation table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.add-quotation #addr0 {
    height: 35px;
}

.add-quotation #addr0 td {
    padding: 0;
    border: 1px solid #E6EAED;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}

.add-quotation #addr0 td.delete-row {
    border: 0;
}

.add-quotation #addr0 td input, .add-quotation #addr0 td button, .add-quotation #addr0 td select {
    border: 0 !important;
    position: relative;
    width: 100%;
    text-align: center;
}

.add-quotation #addr0 .qty {
    width: 40px;
    text-align: center;
}

.add-quotation #addr0 .tax {
    width: 90px;
}

.add-quotation #addr0 .uncost, .add-quotation #addr0 .amnt {
    width: 100px;
    text-align: left !important;
}

.add-quotation #addr0 td.amnt {
    border-right: 1px solid #E6EAED;
}

.add-quotation #addr0 .uncost input, .add-quotation #addr0 .amnt input {
    text-align: left;
    padding-left: 5px;
}

.add-quotation #add_row, .edit-propart #add_row {
    height: 35px;
    line-height: 20px;
    border: 1px solid #0057A1;
    color: #0057A1;
    width: 96%;
    padding-left: 30px;
    text-align: left;
    border-radius: 5px;
}

.add-quotation #add_row img {
    margin-right: 15px;
}

.add-quotation .sub-total .table-bordered {
    border: 1px solid #E6EAED;
    border-right: 0;
    text-align: right;
    border-collapse: collapse;
    margin-bottom: 10px;
    white-space: nowrap;
}

.add-quotation .sub-total .table-bordered .border {
    border-bottom: 1px solid #E6EAED !Important;
}

.add-quotation .sub-total .table-bordered tr th, .add-quotation .sub-total .table-bordered tr td {
    padding: 0 0 0 10px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.add-quotation .sub-total .table-bordered tr th.text {
    font-size: 14px;
    color: #3F484F;
    font-weight: 400;
}

.add-quotation .sub-total .table-bordered tr th:nth-child(2) {
    padding-right: 0 !important;
    font-weight: 400;
}

.add-quotation .sub-total .table-bordered tr th input {
    border: 0;
    background-color: #F0F3F9;
    height: 35px;
    padding-left: 10px;
    width: 120px;
}

.add-quotation .sub-total .table-bordered tr td.grand {
    font-size: 14px;
    color: #3F484F;
    font-weight: bold;
    border-right: 1px solid #efefef;
    text-align: right;
    padding-right: 0;
}

.add-quotation .sub-total .table-bordered tr td.grand input {
    border: 0;
    height: 35px;
    width: 100px;

}
input#grand_total
{
    background: white;
}

.save-draft {
    float: right;
    position: relative;
}

.save-draft .btn-draft {
    border: 1px solid #0057A1;
    color: #0057A1;
    font-size: 16px;
    background-color: transparent;
    outline: none;
    padding: 7px 12px;
    border-radius: 3px;
    margin-top: 1px;
}

.quote-detail .v8-details-right {
    margin-top: 0;
    margin-right: 20px;
}

.quote-detail {
    background-color: #fff;
    margin-bottom: 20px;
}

.quote-detail .v2-profile-bg {
    background-color: #F6F7F8;
    margin-left: 0;
    padding-left: 35px;
    padding-right: 15px;
}

.quote-detail .quote-content {
    background-color: #fff;
    padding: 0 40px 30px;
    marginb-bottom: 20px;
}

.quote-detail .quote-content .title h2 {
    text-align: center;
    font-size: 28px;
    color: #9B9B9B;
    font-weight: 400;
}

.quote-detail .quote-content .left-side {
    float: left;
    position: relative;
    width: 200px;
}

.quote-detail .quote-content .left-side .company-logo {
    margin-bottom: 10px;
}

.quote-detail .quote-content .left-side .comp-title {
    font-size: 14px;
    color: #3F484F;
    font-weight: 500;
    margin-bottom: 7px
}

.quote-detail .quote-content .left-side .comp-info {
    font-size: 14px;
    color: #3F484F;
    font-weight: 400;
    line-height: 20px;
}

.quote-detail .quote-content .right-side {
    float: right;
    position: relative;
    width: 200px;
}

.quote-detail .quote-content .right-side .info .bill {
    font-size: 14px;
    color: #3F484F;
    font-weight: bold;
    margin-bottom: 10px;
}

.quote-detail .quote-content .right-side .info .add-title {
    font-size: 14px;
    color: #3F484F;
    font-weight: 500;
    margin-bottom: 5px
}

.quote-detail .quote-content .right-side .info .add-content {
    font-size: 14px;
    color: #3F484F;
    font-weight: 400;
    margin-bottom: 5px
}

.quote-detail .quote-content .right-side .info .date span {
    float: right;
    font-size: 14px;
    color: #3F484F;
    font-weight: 500;
}

.quote-detail .sta-box1 {
    padding: 0 40px;
    width: 100%;
    float: left;
}

.quote-detail .sta-box1 .table-bordered {
    border-collapse: collapse;
    border: 1px solid #E8ECEF !important;
}

.quote-detail .sta-box1 .table tbody tr:nth-last-of-type(even), .quote-detail .sta-box1 .table tbody tr:nth-last-of-type(odd) {
    background-color: #fff !important;
}

.quote-detail .sta-box1 .table tr th {
    font-size: 10px;
    font-weight: 400;
    color: #8C939B;
}

.quote-detail .sta-box1 .table tr td {
    color: #3F484F;
    font-size: 14px;
}

.quote-detail .term-condition {
    padding: 20px 40px;
}

.quote-detail .term-condition .title h2 {
    font-size: 18px;
    font-weight: 400;
    color: #3F484F
}

.quote-detail .term-condition ul {
    list-style-type: none;
    border: 1px solid #E6EAED;
    padding: 20px 26px;
}

.quote-detail .term-condition ul li {
    font-size: 14px;
    color: #3F484F;
}

.payment-history {
    width: 94%;
    margin: auto;
    margin-top: 10px;
    padding: 10px 30px;
    background-color: #FAFAFA;
}

.payment-history .title h2 {
    font-size: 20px;
    font-weight: 400;
    color: #8C939B;
}

.payment-history ul {
    list-style-type: none;
    padding-left: 0;
}

.payment-history ul li {
    padding-top: 10px;
    font-size: 14px;
    color: #3F484F;
    line-height: 25px;
}

.quote-detail .sta-box1 .right-table.table-bordered {
    border: 1px solid #E6EAED;
    border-right: 0;
    text-align: right;
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 270px;
    float: right;
}

.quote-detail .sta-box1 .right-table.table-bordered .border {
    border-bottom: 1px solid #E6EAED !Important;
}

.quote-detail .sta-box1 .right-table.table-bordered tr th, .quote-detail .sta-box1 .right-table.table-bordered tr td {
    padding: 0 10px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #3F484F;
}

.quote-detail .sta-box1 .right-table.table-bordered tr th.text {
    font-size: 14px;
    color: #3F484F;
    font-weight: 400;
}

.quote-detail .sta-box1 .right-table.table-bordered tr th:nth-child(2) {
    padding-right: 0 !important;
    font-weight: 400;
}

.quote-detail .sta-box1 .right-table.table-bordered tr th input {
    border: 0;
    background-color: #F0F3F9;
    height: 35px;
    padding-left: 20px;
    width: 120px;
}

.quote-detail .sta-box1 .right-table.table-bordered tr td.grand {
    font-size: 16px;
    color: #3F484F;
    font-weight: bold;
    border-right: 1px solid #efefef;
    text-align: right;
    padding-right: 0;
}

.quote-detail .sta-box1 .right-table.table-bordered tr td.grand input {
    border: 0;
    height: 35px;
    width: 100px
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.stage-detail {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.stage-detail .border {
    margin: 0 30px;
    border: 1px solid #E1E9EE;
}

.stage-detail ul.nav-tabs {
    margin-left: 0;
    list-style-type: none;
    width: 100%;
    float: left;
}

.stage-detail ul.nav-tabs li {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #E1E9EE;
}

.stage-detail ul.nav-tabs li:last-child {
    border-bottom: 0;
}

.stage-detail ul.nav-tabs li a, .stage-detail ul.nav-tabs li a.active, .stage-detail ul.nav-tabs li a.active:focus, .stage-detail ul.nav-tabs li a.active:hover {
    width: 87% !important;
    float: none;
    text-align: left !important;
    font-size: 16px;
    font-weight: 500;
    color: #3F484F;
    border-bottom: unset;
    display: inline-block;
    vertical-align: middle;
    padding: 18.5px;
    margin-right: 0;
    border: 0 !important;
}

.stage-detail ul.nav-tabs li .checkbox {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 0;
}

.stage-detail ul.nav-tabs li .checkbox .input-helper::before {
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    color: #fff;
}

.stage-detail ul.nav-tabs li .checkbox .input-helper::before {
    left: 0;
    border: 1px solid #025194;
}

.stage-detail ul.nav-tabs li .checkbox input:checked+.input-helper::before {
    background: #fff url(../images/blue-tick1.png) no-repeat;
    background-position: center;
    border-radius: 0px;
    background-size: 60%;
}

.stage-detail .right-content {
    border: 1px solid #E6EAED;
    background-color: #FAFBFC;
    height: 346px;
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
}

.stage-detail .right-content #design-stage {
    background: #FAFBFC;
}

.stage-detail .right-content .table-bordered.table-striped {
    border-collapse: collapse;
    background-color: #FAFBFC;
    border-bottom: 0;
}

.stage-detail .right-content .table-bordered.table-striped tr th, .stage-detail .right-content .table-bordered.table-striped tr td {
    border: 1px solid #E6EAED;
    font-size: 16px;
    color: #3F484F;
    font-weight: 500;
    border-top: 0;
    border-left: 0;
}

.stage-detail .right-content .table-bordered.table-striped tr:hover {
    background-color: unset;
}

.stage-detail .right-content .table-bordered.table-striped tr:nth-last-of-type(even), .stage-detail .right-content .table-bordered.table-striped tr:nth-last-of-type(odd) {
    background-color: transparent !important;
}

.stage-detail .right-content .table-bordered.table-striped tr th:last-child, .stage-detail .right-content .table-bordered.table-striped tr td:last-child {
    border-right: 0;
}

.stage-detail .right-content .table-bordered.table-striped tr th:first-child {
    width: 280px;
}

.stage-detail .right-content .table-bordered.table-striped tr th:last-child {
    width: 140px;
}

.stage-detail .right-content .checkbox {
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.stage-detail .right-content .checkbox .input-helper::before {
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    color: #fff;
}

.stage-detail .right-content .checkbox .input-helper::before {
    left: 0;
    border: 1px solid #025194;
}

.stage-detail .right-content .checkbox input:checked+.input-helper::before {
    background: #fff url(../images/blue-tick1.png) no-repeat;
    background-position: center;
    border-radius: 0px;
    background-size: 60%;
}


/* --- Dashboard --- */

.dashboard {
    width: 100%;
    float: left;
}

.dashboard .dashboard-grid {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.dashboard .dashboard-grid .sta-box {
    width: 23.5%;
    float: left;
    padding: 30px;
    text-align: center;
}

.dashboard .dashboard-grid .sta-box .svg-box2 {
    display: inline-block;
    vertical-align: top;
    width: 105px;
    margin-left: 31px;
}

.dashboard .dashboard-grid .sta-box .svg-box2 .sta-count {
    color: #3f484f;
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 400;
}

.dashboard .dashboard-grid .sta-box .svg-box2 .sta-heading {
    color: #8c939b;
    font-family: "Roboto";
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

.dashboard .dashboard-grid .sta-box .svg-box {
    margin-left: 0;
} 

.dashboard .sta-box6 {
    width: calc(50% - 5px);
    float: left;
    background-color: #fff;
    display: inline-block;
    /* margin: 0px 1%; */
    margin-top: 20px;
    border-radius: 5px;
    margin-right: 10px;
}

.dashboard .title {
    display: block;
    border-bottom: 1px solid rgba(151, 151, 151, .3);
    text-align: left;
}

.dashboard .sta-box6 .title h2 {
    font-size: 20px;
    color: #333333;
    margin: 0;
    padding: 18px 0;
    padding: 18px 20px;
    font-family: 'Roboto';
    font-weight: 500;
    display: inline-block;
}

.dashboard .title .v1-sorting {
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    color: #8C939B;
    font-weight: 400;
}

.dashboard .title .v1-sorting .dropdown {
    border: 1px solid #e4e4e4;
}

.dashboard .sta-box6 .box {
    padding-right: 20px;
    width: 240px;
    float: left;
    margin-bottom: 20px;
}

.dashboard .sta-box6 .box:nth-child(2), .dashboard .sta-box6 .box:last-child {
    padding-right: 0;
}

.dashboard .sta-box6 .sta-box5 {
    width: 100%;
    float: left;
    margin: 0;
}

/*---- char css ----- */

.chart {
    border-radius: 10px;
    position: relative;
    min-height: 200px;
    margin: 32px auto;
    width: 96%;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
}

@media only screen and (min-width:601px) {
    #DonutTicketsByDepartment {
        display: inline-block;
        vertical-align: middle;
        float: left;
    }
    #TicketByDepartmentLegends {
        list-style-type: none;
        float: right;
        vertical-align: middle;
        width: 52%;
        padding-left: 0;
        padding-top: 28px !important;
    }
    .author {
        float: right;
        width: 150px;
    }
    .lt {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .chart {
        text-align: center;
    }
    #DonutTicketsByDepartment {
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    #TicketByDepartmentLegends {
        list-style-type: none;
        padding-top: 0px !important;
        margin: 0 auto;
        display: inline-block;
        text-align: left;
    }
    .title, .author {
        display: block;
        text-align: center;
    }
    .author {
        margin-top: 5px;
    }
    .lt {
        display: block;
    }
    .rt {
        display: none;
    }
}

#TicketByDepartmentLegends li {
    margin-bottom: 10px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    display: inline-block;
    color: #000;
    vertical-align: middle;
}

#TicketByDepartmentLegends li span {
    color: #000A12;
    font-weight: normal;
    font-size: 18px;
    font-family: 'Roboto';
}

#TicketByDepartmentLegends li span.icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

#TicketByDepartmentLegends li span.label {
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    line-height: 22px;
    color: #000A12;
}

/* ---- end char css ---- */

.dashboard .task-reminder {
    width: 100%;
    float: left;
    overflow: hidden;
}

.dashboard .task-reminder .sta-box6 {
    width: 100%;
    float: left;
}

.dashboard .task-reminder .sta-box6 .title .v1-sorting {
    margin-top: 7px;
}

.dashboard .task-reminder .sta-box6 .title .nav-tabs {
    margin-left: 0px;
    height: 60px;
    padding-top: 6px;
    background-color: #fff;
    padding-left: 0;
    text-align: left;
}

.dashboard .task-reminder .sta-box6 .title .nav-tabs li {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
    margin-bottom: 0 !important;
}

.dashboard .task-reminder .sta-box6 .title .nav-tabs li.active a:hover, .dashboard .task-reminder .sta-box6 .title .nav-tabs li.active a:focus {
    border-bottom: 0 !important;
}

.dashboard .task-reminder .sta-box6 .title .nav-tabs li.active>a, .dashboard .task-reminder .sta-box6 .title .nav-tabs li.active>a:hover, .dashboard .task-reminder .sta-box6 .title .nav-tabs li.active>a:focus {
    color: #333333;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    opacity: 1;
}

.dashboard .task-reminder .sta-box6 .title .nav-tabs li a {
    width: auto;
    opacity: 0.6;
    color: #333333;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.dashboard .task-reminder .sta-box6:last-child {
    background-color: #ffffff;
    overflow: auto;
}

.dashboard .task-reminder table tr th {
    font-size: 10px;
    color: #8C939B;
    font-weight: 400;
}

.dashboard .task-reminder table tr th:first-child, .dashboard .task-reminder table tr th:last-child {
    width: 110px;
}

.dashboard .task-reminder table tr td {
    font-size: 14px;
    color: #3F484F;
    padding: 10px 8px;
    height: 60px;
    vertical-align: middle;
}

/* --- responsive ----- */

.dashboard-chart-box {
  background: white;
  margin-top: 20px;
  padding: 20px;
}

.dashboard-chart-box h1 {
  color: #656565;
  font-family: Arial;
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 3px;
  font-weight: 400;
  line-height: 24px;
}

.dashboard-box span {
  color: #8c939b;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
  float: left;
}

.dashboard-box {
  background: white;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  margin: 20px 18px 0px 0;
}

.dashboard-box1 {
  background: white;
  width: 135px;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}

.dashboard-box h2 {
  font-family: Roboto;
  font-size: 40px;
  font-weight: 400;
}

.dashboard-box1 h2 {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 400;
}

.dashboard-box span {
  color: #6b6b6b;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
}

.baar-chart-box {
  width: 420px;
  margin-right: 20px;
  float: left;
  padding-bottom: 0;
}

.donut-chart {
  width: 620px;
  float: left;
  padding: 20px;
}

.baar-span {
  margin-bottom: 30px;
}

.baar-chart-box ul {
  padding: 0;
}

.baar-chart-box ul li {
  display: inline-block;
  margin: 0 20px;
  color: #828282;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.chart-table-box {
  background: white;
  margin-top: 20px;
}

.chart-table-box h1 {
  color: #656565;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 20px;
}

.satisfied {
  color: #4e98ea;
}

.unsatisfied {
  color: #84c64c;
}

.neutral {
  color: #faa05a;
}

.not-call {
  color: #f30d0d;
}
.team-member {
  width: 100%;
  float: left;
  display: block;
  margin-top: 20px;
  margin-left: 15px;
}
.team-title {
  font-size: 10px;
  font-family: 'Roboto';
  font-weight: 500;
  padding-bottom: 10px;
}
.team-dp {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.team-dp-count {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  background-color: #0057A1;
}
.team-dp-more {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background-color: #84C64C;
}
/* --- end Dashboard --- */

.inform-client ul {
    border: 1px solid #E6EAED;
    list-style-type: none;
    padding-left: 0;
    padding: 5px 20PX;
    border-radius: 3px;
}

.inform-client ul li {
    line-height: 30px;
    font-size: 14px;
    color: #3F484F;
    display: block;
}

.inform-client ul li span {
    float: right;
}

.inform-client ul li:last-child {
    line-height: normal;
}

.inform-client ul p {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    padding-top: 15px;
}

.comp-detail {
    width: 100%;
    float: left;
    background-color: #fff;
}

.comp-detail input, .comp-detail button, .comp-detail textarea, .comp-detail input:disabled {
    border: 0 !important;
    -webkit-appearance: none;
    cursor: pointer;
    background-color: transparent;
}

.comp-detail .date input {
    background: none;
}

.comp-detail button .caret {
    display: none;
}

.comp-detail button:hover {
    border: 0 !important;
    opacity: .5 !important;
}

.customer-list .v7-new-lead, .customer-list .v7-new-converted, .customer-list .v1-new-follow, .customer-list .v7-new-lost {
    width: 125px;
}

.complain-detail {
    width: 100%;
    float: left;
    background-color: #fff;
}

.customer-info {
    width: 100%;
    float: left;
    background-color: #fff;
    margin-top: 30px;
}

.customer-info .v1-sorting .dropdown {
    border: 1px solid #e6eaed;
}

.customer-info .info-detail {
    background-color: #f6f7f9;
    width: 100%;
    float: left;
}

.customer-info .info-detail .complain-detail .v5-inner-container .v2-profile-bg2 {
    margin-left: 0;
}

.customer-info .info-detail .complain-detail .sta-box2 {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.customer-info .info-detail .complain-detail .sta-box2 .v5-title {
    text-align: left;
    margin-left: 30px;
}

.customer-info .info-detail .complain-detail .inform-client {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
}

.customer-info .info-detail .complain-detail .inform-client ul {
    padding-left: 0;
    padding-right: 0;
}

.customer-info .info-detail .complain-detail .inform-client ul li {
    display: inline-block;
    padding: 0px 15px;
}

.customer-info .info-detail .complain-detail .inform-client ul li .box span {
    display: block;
    float: none;
}

.customer-info .info-detail .complain-detail .inform-client ul li .box .title {
    text-transform: capitalize;
}

.customer-info .info-detail .complain-detail .inform-client ul li .box .content {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.customer-info .info-detail .complain-detail .inform-client ul li p {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 5px;
}

.customer-info .info-detail .complain-detail .inform-client ul li .send-quote {
    background-color: #0057A1;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    float: right;
    text-align: right;
}

.customer-info .info-detail .complain-detail .inform-client ul li .send-quote a {
    color: #fff;
    text-decoration: none;
}

.customer-info .info-detail .complain-detail .inform-client ul li:last-child {
    float: right;
    margin-top: 13px;
    padding-right: 10px;
}

.activity .sta-box2 {
    width: 100%;
    margin: 0;
}

.activity .checkbox {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.activity .checkbox .input-helper::before {
    border-radius: 0;
    width: 16px;
    height: 16px;
}

.activity .checkbox input:checked+.input-helper::before {
    background: #fff url(../images/blue-tick1.png) no-repeat;
    background-position: center;
    border-radius: 0px;
}

.all-activity .title {
    display: inline-block;
    float: left;
}

.all-activity .v1-sorting {
    position: relative;
}

.all-activity .v1-sorting .dropdown, .all-activity .v1-sorting .dropdown:hover, .all-activity .v1-sorting .dropdown:focus, .all-activity .v1-sorting .dropdown:hover:focus {
    border: 0;
}

.all-activity .task-reminder-appointment .btn {
    border: 0;
    box-shadow: none;
    background-color: #0057A1;
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
    display: inline-block;
    vertical-align: middle;
}

.feedback-btn {
    background-color: #0057A1;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.feedback-btn a {
    color: #fff;
    display: block;
    outline: none;
}

.info-detail .complain-detail .complain-timeline {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.info-detail .complain-detail .complain-timeline ul {
    padding-left: 0;
}

.info-detail .complain-detail .complain-timeline ul li {
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.info-detail .complain-detail .complain-timeline .change-tech {
    width: 100%;
    float: left;
}

.info-detail .complain-detail .complain-timeline .change-tech .dropdown li {
    padding: 0;
}

.info-detail .complain-detail .complain-timeline .timeline ul {
    border-left: 4px solid #e6e6e6;
}

.info-detail .complain-detail .complain-timeline .timeline ul li {
    border-bottom: 0;
}

.info-detail .complain-detail .complain-timeline .timeline ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #0057A1;
    left: -7px;
    margin-top: 5px;
}

.info-detail .complain-detail .complain-timeline .timeline ul li div {
    display: block;
}

.info-detail .complain-detail .complain-timeline .timeline ul li .v1-new-lost::before {
    content: '';
    position: absolute;
    border-right: 4px solid #EA4E4D;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: 6px;
    margin-top: 4px;
}

.info-detail .complain-detail .complain-timeline .timeline ul li .v1-new-follow::before {
    content: '';
    position: absolute;
    border-right: 4px solid #EA8A4E;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: 6px;
    margin-top: 4px;
}

.info-detail .complain-detail .complain-timeline .timeline ul li .v1-new-lead::before {
    content: '';
    position: absolute;
    border-right: 4px solid #4E98EA;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: 6px;
    margin-top: 4px;
}

.info-detail .complain-detail .complain-timeline .timeline ul li .v1-new-converted::before {
    content: '';
    position: absolute;
    border-right: 4px solid #84C64C;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    left: 6px;
    margin-top: 4px;
}

.store-inventory .bs-example-add-product .dropdown {
    width: 100%;
    position: relative;
    float: left;
}

.store-inventory .bs-example-add-product .dropdown .v3-input, .store-inventory .bs-example-edit-product .dropdown .v3-input, .store-inventory .bs-example-add-part .dropdown .v3-input, .store-inventory .bs-example-edit-part .dropdown .v3-input {
    text-align: left;
}

.store-inventory .bs-example-add-product .dropdown button:hover, .store-inventory .bs-example-add-product .dropdown button:focus, .store-inventory .bs-example-add-part .dropdown button:hover, .store-inventory .bs-example-add-part .dropdown button:focus {
    border: 1px solid #E6EAED;
}

.store-inventory .product-master tr td .icon-plus {
    font-size: 18px;
    font-weight: bold;
}

.store-inventory .bs-example-add-part-product .entry:not(:first-of-type) {
    margin-top: 10px;
}

.store-inventory .bs-example-add-part-product .popup-container {
    padding: 50px 0;
    margin: auto;
    display: table;
}

.store-inventory .bs-example-add-part-product .popup-container .v4-input, .store-inventory .bs-example-add-part-product .popup-container form .input-group-btn {
    display: inline-block;
    vertical-align: middle;
}

.store-inventory .bs-example-add-part-product .popup-container .v4-input.party {
    width: 200px;
    display: inline-block;
}

.store-inventory .bs-example-add-part-product .popup-container form .input-group .v4-input.party {
    margin-right: 3px;
}

.store-inventory .bs-example-add-part-product .popup-container form .input-group-btn .v5-input-btn {
    border: 0 !important;
    padding: 8px 14px !important;
    outline: none;
}

.store-inventory .sta-box6 .tab-content .filter {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 30px 20px;
}

.store-inventory .sta-box6 .tab-content .filter .form-date, .store-inventory .sta-box6 .tab-content .filter .to-date, .store-inventory .sta-box6 .tab-content .filter .search {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.store-inventory .sta-box6 .tab-content .filter .form-date select, .store-inventory .sta-box6 .tab-content .filter .to-date select {
    -webkit-appearance: none;
    width: 100px;
    padding: 5px 10px;
    position: relative;
    background: url(../images/down-arrow.png) no-repeat;
    background-position: center right 10px;
    border-radius: 3px;
}

.store-inventory .sta-box6 .tab-content .filter .search .btn-search {
    background-color: #0057A1;
    color: #fff;
    padding: 5px 10px;
    outline: none;
}

.store-inventory .sta-box6 .tab-content .filter input.v3-input {
    float: right;
    width: 200px;
}

.add-po .po {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
}

.add-po .po button.dropdown-toggle:focus, .add-po .po button.dropdown-toggle:hover, .add-po .po button.dropdown-toggle {
    border: 1px solid #E6EAED;
    background-color: #fff !important;
    text-align: left;
}

.add-po .po .sub-total .table-bordered {
    border: 1px solid #E6EAED;
    border-right: 0;
    text-align: right;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.add-po .po .sub-total .table-bordered .border {
    border-bottom: 1px solid #E6EAED !Important;
}

.add-po .po .sub-total .table-bordered tr th, .add-quotation .sub-total .table-bordered tr td {
    padding: 0 10px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.add-po .po .sub-total .table-bordered tr th.text {
    font-size: 14px;
    color: #3F484F;
    font-weight: 400;
}

.add-po .po .sub-total .table-bordered tr th:nth-child(2) {
    padding-right: 0 !important;
    font-weight: 400;
}

.add-po .po .sub-total .table-bordered tr th input {
    border: 0;
    background-color: #F0F3F9;
    height: 35px;
    padding-left: 20px;
    width: 120px;
}

.add-po .po .sub-total .table-bordered tr td.grand {
    font-size: 14px;
    color: #3F484F;
    font-weight: bold;
    border-right: 1px solid #efefef;
    text-align: right;
    padding-right: 0;
}

.add-po .po .sub-total .table-bordered tr td.grand input {
    border: 0;
    height: 35px;
    width: 100px
}

.add-po .po .right-job {
    width: 85%;
    float: right;
    text-align: right;
}

.add-po .po .right-job .col-md-10 {
    float: right;
    width: 100%;
}

.add-po .po .right-job .col-md-10 .select-job {
    font-weight: bold;
    color: #3F484F;
}

.add-po .po .right-job .col-md-10 .date {
    background: #fff url(../images/date-icon.png)no-repeat;
    background-position: center right 15px;
}

/* .add-po .po #tab_logic tbody tr:nth-last-child(2) td {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid #E6EAED;
  border-radius: 3px;
  background: #FFFFFF;
} */

.add-po .po .sub-total #tab_logic_total .text .tax {
    display: inline-block;
    vertical-align: middle;
}

.add-po .po .sub-total #tab_logic_total .text span.icon-plus {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.add-po .po .sub-total #tab_logic_total .text select.input-control {
    -webkit-appearance: none;
    width: 120px;
    padding: 5px 5px;
    position: relative;
    background: url(../images/down-arrow.png) no-repeat;
    background-position: center right 10px;
    border-radius: 3px;
}

.po-master .add-po {
    color: #fff;
    display: block;
}

.po-copy select.input-control {
    -webkit-appearance: none;
    width: 120px;
    padding: 8px 10px;
    position: relative;
    background: url(../images/down-arrow.png) no-repeat;
    background-position: center right 10px;
    border-radius: 3px;
}

/*---- common -----*/

.dropzone {
    border: 0 !important;
    background-color: #FAFBFC !important;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    display: none;
}

.dz-default.dz-message {
    display: block;
    margin: 0 !important;
}

.dropdown {
    border: 0;
}

/* ---- Start manoj css 23-02-2018 ---- */

/* -- common css --- */

.grid {
    width: 100%;
    float: left;
}

.grid .sta-box {
    width: 23.2%;
    display: inline-block;
    float: none;
    margin-left: 20px !important;
    margin-right: 0;
    padding: 30px 20px;
}

.grid .sta-box .svg-box2 {
    width: auto;
    display: inlin-block;
    margin: 0;
    vertical-align: middle;
}

.grid .sta-box .svg-box {
    vertical-align: top;
    margin-right: 50px;
    margin-left: 0;
}

.grid .sta-box:first-child {
    margin-left: 0 !important;
}

.sta-box2 {
    width: 100%;
    margin: 30px 0 0 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus .jobs .nav-tabs>li.active>a, .jobs .nav-tabs>li.active>a:hover, .jobs .nav-tabs>li.active>a:focus {
    width: 140px;
    cursor: default;
    text-align: -webkit-center;
    color: #0057A1;
    border: 1px solid transparent;
    border-bottom: 0px solid #0057A1;
    border-bottom-color: transparent;
    background-color: #fff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #0057A1;
    cursor: default;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom-color: transparent;
}

.nav-tabs>li>a:hover {
    background-color: rgba(255, 255, 255, 0.50);
}

/* -- common css -- */

.insertlead .product-type label, .editlead .product-type label {
    width: 66px;
    padding: 7px 12px;
    background: #fff;
    color: #C3C3C3;
    text-align: center;
    border: 1px solid #eee;
    cursor: pointer;
    margin: 0 -4px;
    display: inline-block;
    font-weight: normal;
}

.insertlead .product-type label.border-radius-left, .editlead .product-type label.border-radius-left {
    border-radius: 3px 0 0 3px;
}

.insertlead .product-type label.border-radius-right, .editlead .product-type label.border-radius-right {
    border-radius: 0 3px 3px 0;
}

.insertlead .product-type input[type=radio], .editlead .product-type input[type=radio] {
    display: none;
}

.insertlead .product-type input[type=radio]:checked+label, .editlead .product-type input[type=radio]:checked+label {
    background-color: #0057A1;
    color: #fff;
}

.insertlead .make-fore label, .editlead .make-fore label, .bs-example-call-activity .activity-type-radio label, .bs-example-task-reminder-activity .activity-type-radio label, .bs-example-modal2-lg .calculatesp label {
    width: 34.6777%;
    padding: 9px 0px;
    background: #fff;
    color: #C3C3C3;
    text-align: center;
    border: 1px solid #e5eaed;
    cursor: pointer;
    margin: 0 -3px;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
}

.insertlead .make-fore label.border-radius-left, .editlead .make-fore label.border-radius-left, .bs-example-call-activity .activity-type-radio label.border-radius-left, .bs-example-task-reminder-activity .activity-type-radio label.border-raius-left, .bs-example-modal2-lg .calculatesp label.border-radius-left {
    border-radius: 3px 0 0 3px;
}

.insertlead .make-fore label.border-radius-right, .editlead .make-fore label.border-radius-right, .bs-example-call-activity .activity-type-radio label.border-radius-right, .bs-example-task-reminder-activity .activity-type-radio label.border-radius-right, .bs-example-modal2-lg .calculatesp label.border-radius-right {
    border-radius: 0 3px 3px 0;
}

.insertlead .make-fore input[type=radio], .editlead .make-fore input[type=radio], .bs-example-call-activity .activity-type-radio input[type=radio], .bs-example-task-reminder-activity .activity-type-radio input[type=radio], .bs-example-modal2-lg .calculatesp input[type=radio] {
    display: none;
}

.insertlead .make-fore input[type=radio]:checked+label, .editlead .make-fore input[type=radio]:checked+label, .bs-example-call-activity .activity-type-radio input[type=radio]:checked+label, .bs-example-task-reminder-activity .activity-type-radio input[type=radio]:checked+label, .bs-example-modal2-lg .calculatesp input[type=radio]:checked+label {
    background-color: #0057A1;
    color: #fff;
    border: 1px solid #0057A1;
}

.bs-example-create-fuel .payment label, .bs-example-edit-fuel .payment label {
    width: 51%;
    padding: 9px 0px;
    background: #fff;
    color: #C3C3C3;
    text-align: center;
    border: 1px solid #eee;
    cursor: pointer;
    margin: 0 -3px;
    display: inline-block;
    font-weight: normal;
}

.bs-example-create-fuel .payment label.border-radius-left, .bs-example-edit-fuel .payment label.border-radius-left {
    border-radius: 3px 0 0 3px;
}

.bs-example-create-fuel .payment label.border-radius-right, .bs-example-edit-fuel .payment label.border-radius-right {
    border-radius: 0 3px 3px 0;
}

.bs-example-create-fuel .payment input[type=radio], .bs-example-edit-fuel .payment input[type=radio] {
    display: none;
}

.bs-example-create-fuel .payment input[type=radio]:checked+label, .bs-example-edit-fuel .payment input[type=radio]:checked+label {
    background-color: #0057A1;
    color: #fff;
    border: 1px solid #0057A1;
}

#dataTableContact, #dataTableContactedit, #dataTableLocationAddressedit, #dataTableLocationedit {
    width: 100%;
}

#dataTableContact tr:hover, #dataTableContactedit tr:hover, #dataTableLocationAddressedit tr:hover, #dataTableLocationedit tr:hover {
    background-color: transparent;
}

#recordcount, #paging, #recordcount1, #paging, #recordcount2, #paging {
    display: inline-block;
    padding: 0 5px;
}

#recordcount span, #recordcount1 span, #recordcount2 span {
    font-size: 14px;
    font-family: 'Roboto';
    margin-right: 5px;
}

#recordcount select, #recordcount1 select, #recordcount2 select {
    height: 25px;
    background: #84C64C url(../images/white-arrow-down.svg) no-repeat;
    background-position: center right 2px;
    padding:  0 10px 0 5px;
    width: auto;
    max-width: 50px;
    border: 0;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 3px;
}

.dropdown-menu {
    box-shadow: none !important;
}

input.hasDatepicker.datepicker {
    background: #fff url(../images/date-icon.png)no-repeat;
    background-position: center right 15px;
}

.ui-datepicker th {
    padding: 8px !important;
}

.table-content {
    /*    background-color: #fff;*/
    width: 100%;
    float: left;
    margin-top: 30px;
    border-radius: 3px;
}

select.v3-input {
    background: #fff url(../images/down-arrow.png) no-repeat;
    background-position: center right 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

/* -- common button css --- */

.default-button, .toggle-btn-single4, .toggle-btn-single3, .default-button:focus, .toggle-btn-single4:focus, .toggle-btn-single3:focus {
    color: #fff;
    border: thin solid #0057A1;
    border-radius: 3px;
    background: #0057A1 !Important;
    outline: none;
    font-weight: normal;
}

/* -- end common button css -- */

/* -- table common css -- */

#search {
    float: right;
    padding: 10px;
    margin-top: 10px;
}

#search input {
    border: 1px solid #E6EAED;
    border-radius: 3px;
    height: 40px;
    padding: 0 10px;
}

#search input[type=submit] {
    background-color: #0057A1;
    color: #fff;
    border-radius: 3px;
    padding: 0px 20px;
}

/*thead tr th {
    background-color: #fafafa !important;
    padding: 14px !important;
    color: #7a8189;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 30px;
}*/

table thead tr th {
    color: #8c939b;
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

tbody tr {
    color: #30383e;
    font-size: 14px;
}

tfoot {
    /* Rectangle 2: */
    background: #FAFAFA;
    border-radius: 3px 3px 0 0;
}

tfoot td:hover {
    /* Rectangle 2: */
    border-radius: 3px 3px 0 0;
}

#mobile_table {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-spacing: 0 5px;
    border-collapse: separate;
}

#mobile_table #mobile_data_row #delete_row {
    cursor: pointer;
}

/* end table common css -- */

/* ---- End manoj css 23-02-2018 ---- */

/* --- responsive ----- */

/* @media (max-width: 1200px) {
  .v1-search {
    width: 82%;
  }
} */

/*new css aplly*/

.title-search {
    width: 100%;
    float: left;
    padding: 20px;
}

.title-search .table-caption {
    width: auto;
    float: left;
    text-align: left;
    color: #333333;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 10px;
}

.title-search .search-right {
    float: right;
}
.title-search .v8-details-right .toggle-btn-single4, .toggle-btn-single4 {
    width: auto;
    padding: 10px 20px;
}
.title-search .search-right input.v3-input {
    width: 200px;
}

table tfoot tr td .showing-entries {
    text-align: center;
    width: 25%;
    display: inline-block;
}

.box02 .custom-container .row .col-md-8:first-child h2.h2, .box02 .custom-container .row .col-md-6:first-child h2.h2, .box02 .custom-container .row .col-md-4:first-child h2.h2 {
    color: #333333;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 400;
    line-height: 24px;
}

.navbar-default .navbar-nav>li>a img {
    opacity: .4;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

/*rahul pagination*/

#recordcount {
    display: inline-block;
    float: left;
}

#paging {
    float: right;
}

/******************************/

/* -- common css of create lead and fuel -- */

.insertlead .product-type label, .editlead .product-type label {
    width: 66px;
    padding: 9px 12px;
    background: #fff;
    color: #C3C3C3;
    text-align: center;
    border: 1px solid #e5eaed;
    cursor: pointer;
    margin: 0 -4px;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
}

.insertlead .product-type label.border-radius-left, .editlead .product-type label.border-radius-left {
    border-radius: 3px 0 0 3px;
}

.insertlead .product-type label.border-radius-right, .editlead .product-type label .border-radius-right {
    border-radius: 0 3px 3px 0;
}

.insertlead .product-type input[type=radio], .editlead .product-type input[type=radio] {
    display: none;
}

.insertlead .product-type input[type=radio]:checked+label, .editlead .product-type input[type=radio]:checked+label {
    background-color: #0057A1;
    color: #fff;
}

.insertlead .make-fore label, .editlead .make-fore label {
    width: 26%;
    padding: 9px 0px;
    background: #fff;
    color: #C3C3C3;
    text-align: center;
    border: 1px solid #e5eaed;
    cursor: pointer;
    margin: 0 -3px;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
}

.insertlead .make-fore label.border-radius-left, .editlead .make-fore label.border-radius-left {
    border-radius: 3px 0 0 3px;
    width: 26%;
}

.insertlead .make-fore label.border-radius-right, .editlead .make-fore label.border-radius-right {
    border-radius: 0 3px 3px 0;
    width: 26%;
}

.insertlead .make-fore input[type=radio], .editlead .make-fore input[type=radio] {
    display: none;
}

.insertlead .make-fore input[type=radio]:checked+label, .editlead .make-fore input[type=radio]:checked+label {
    background-color: #0057A1;
    color: #fff;
    border: 1px solid #0057A1;
    width: 26%;
}

.bs-example-create-fuel .payment label, .bs-example-edit-fuel .payment label, .insertcourier .send-receive label, .editcourier .send-receive label {
    width: 51%;
    padding: 9px 0px;
    background: #fff;
    color: #C3C3C3;
    text-align: center;
    border: 1px solid #eee;
    cursor: pointer;
    margin: 0 -3px;
    display: inline-block;
    font-weight: normal;
}

.bs-example-create-fuel .payment label.border-radius-left, .bs-example-edit-fuel .payment label.border-radius-left, .insertcourier .send-receive label.border-radius-left, .editcourier .send-receive label.border-radius-left {
    border-radius: 3px 0 0 3px;
}

.bs-example-create-fuel .payment label.border-radius-right, .bs-example-edit-fuel .payment label.border-radius-right, .insertcourier .send-receive label.border-radius-right, .editcourier .send-receive label.border-radius-right {
    border-radius: 0 3px 3px 0;
}

.bs-example-create-fuel .payment input[type=radio], .bs-example-edit-fuel .payment input[type=radio], .insertcourier .send-receive input[type=radio], .editcourier .send-receive input[type=radio] {
    display: none;
}

.bs-example-create-fuel .payment input[type=radio]:checked+label, .bs-example-edit-fuel .payment input[type=radio]:checked+label, .insertcourier .send-receive input[type=radio]:checked+label, .editcourier .send-receive input[type=radio]:checked+label {
    background-color: #0057A1;
    color: #fff;
    border: 1px solid #0057A1;
}

table thead tr th {
    color: #8c939b;
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

table tbody tr td a {
    position: relative;
    padding: 0 6px !important;
    opacity: 1 !important;
    cursor: pointer;
}

table tbody tr td a span.edit {
    background: url(../images/edit.svg) no-repeat;
    background-position: center center;
    width: 14px;
    height: 14px;
    display: inline-block;
}
table tbody tr td a span.copy {
    background: url(../images/copy-1.svg) no-repeat;
    background-position: center center;
    width: 15px;
    height: 14px;
    display: inline-block;
}
table tbody tr td a span.copy :hover{
    background: url(../images/copy-hover-1.svg) no-repeat; 
}

table tbody tr td a span.edit:hover::after {
    content: 'Edit';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 22px;
    left: -8px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}
table tbody tr td a span.copy:hover::after {
    content: 'Copy';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 22px;
    left: -8px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}
table tbody tr td a span.print {
    background: url(../images/print.svg) no-repeat;
    background-position: center center;
    width: 14px;
    height: 14px;   
    display: inline-block;
}
table tbody tr td a span.print:hover {
    background: url(../images/hover-print.svg) no-repeat;
    background-position: center center;
    background-size: 16px;
}
table tbody tr td a span.print:hover::after {
    content: 'Print';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 22px;
    left: -8px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}
table tbody tr td a span.invoice {
    background: url(../images/make-invoice1.svg) no-repeat;
    background-position: center center;
    width: 14px;
    height: 16px;
    display: inline-block;
}
table tbody tr td a span.invoice:hover {
    background: url(../images/make-invoice-hover1.svg) no-repeat;
    background-size: 15px;
}
table tbody tr td a span.invoice:hover::after {
    content: 'Make invoice';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 22px;
    left: -26px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}
table tbody tr td .nil {
    color: #cd4a5a;
}

table tbody tr td a span.edit:hover {
    background: url(../images/hover-edit.svg) no-repeat;
}

table tbody tr td a span.delete {
    background: url(../images/delete.svg) no-repeat;
    background-position: center center;
    width: 14px;
    height: 14px;
    display: inline-block;
}

table tbody tr td a span.delete:hover {
    background: url(../images/hover-delete.svg) no-repeat;
    background-position: center center;
    width: 14px;
    height: 14px;
    display: inline-block;
}

table tbody tr td a span.delete:hover::after {
    content: 'Delete';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 22px;
    left: -8px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}

table tbody tr td a span.right-tik {
    background: url(../images/righttick.svg) no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: inline-block;
}

table tbody tr td a span.right-tik:hover {
    background: url(../images/rightick-hover.svg) no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: inline-block;
}

table tbody tr td a span.right-tik:hover::after {
    content: 'Rec.PO';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 22px;
    left: -11px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}

table tbody tr td a span.view {
    background: url(../images/view.svg) no-repeat;
    background-position: center center;
    width: 16px;
    height: 14px;
    display: inline-block;
}

table tbody tr td a span.view:hover {
    background: url(../images/hover-view.svg) no-repeat;
    background-position: center center;
    width: 16px;
    height: 14px;
    display: inline-block;
}

table tbody tr td a span.view:hover::after {
    content: 'View';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 18px;
    left: -6px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}
table tbody tr td a.gray:hover::after {
    content: 'Mark as complete';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 18px;
    left: -40px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}
table tbody tr td a.blue:hover::after {
    content: 'Mark as incomplete';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 18px;
    left: -40px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}
table tbody tr td a span.briefcase, table tbody tr td a span.briefcase1 {
    background: url(../images/briefcase.svg) no-repeat;
    background-position: center center;
    width: 16px;
    height: 14px;
    display: inline-block;
}

table tbody tr td a span.briefcase:hover, table tbody tr td a span.briefcase1:hover {
    background: url(../images/briefcase-hover.svg) no-repeat;
    background-position: center center;
    width: 16px;
    height: 14px;
    display: inline-block;
}

table tbody tr td a span.briefcase:hover::after {
    content: 'EditProdu';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 22px;
    left: -22px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}

table tbody tr td a span.briefcase1:hover::after {
    content: 'AddProd';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 22px;
    left: -15px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}

table tbody tr td a span.edit-square {
    background: url(../images/edit-pen.svg) no-repeat;
    background-position: center center;
    width: 16px;
    height: 14px;
    display: inline-block;
}

table tbody tr td a span.edit-square:hover {
    background: url(../images/edit-pen-hover.svg) no-repeat;
    background-position: center center;
    width: 16px;
    height: 14px;
    display: inline-block;
}

table tbody tr td a span.edit-square:hover::after {
    content: 'EditProd';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 22px;
    left: -16px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}

table tbody tr td a span.lock {
    background: url(../images/lock.svg) no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: inline-block;
}

table tbody tr td a span.lock:hover {
    background: url(../images/lock-hover.svg) no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
    display: inline-block;
}

table tbody tr td a span.lock:hover::after {
    content: 'Inventory';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 22px;
    left: -20px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}

table tfoot {
    background-color: #FAFAFA;
    border-radius: 0 0 5px 5px;
}

table tfoot tr td .pagination {
    margin: 0;
    float: right;
}

table tfoot tr td .showing-entries {
    text-align: center;
    width: 25%;
    display: inline-block;
}

table tfoot tr td .showing-entries span {
    text-align: center;
}

.record-notfound {
    display: table;
    margin: auto;
    padding: 50px 0;
    text-align: center;
}

.record-notfound label {
    color: #8c939b;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding-top: 15px;
}

.save-small, .cancel-small {
    padding: 5px 15px;
}

.bs-example-convert-lead .modal-content .popup-container .checkbox {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 16px;
}

.bs-example-convert-lead .modal-content .popup-container .checkbox .input-helper::before {
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 0px;
    color: #fff;
    border-color: #111111;
}

.bs-example-convert-lead .modal-content .popup-container .checkbox input:checked+.input-helper::before {
    background: #fff url(../images/blue-tick.png) no-repeat;
    background-position: center;
    border-radius: 0px;
    background-size: 10.94px 8.4px;
}

.title-search {
    width: 100%;
    float: left;
    padding: 20px;
}

.title-search .table-caption {
    width: auto;
    float: left;
    text-align: left;
    color: #333333;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 10px;
}

.title-search .search-right {
    float: right;
    position: relative;
}
.title-search .search-right a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    padding: 10px;
    border-left: 1px solid #eee;
}
.title-search .search-right input.v3-input {
    width: 200px;
}

.box02 .custom-container .row .col-md-8:first-child h2.h2, .box02 .custom-container .row .col-md-6:first-child h2.h2, .box02 .custom-container .row .col-md-4:first-child h2.h2 {
    color: #333333;
    font-family: Roboto;
    font-size: 32px;
    font-weight: 400;
    line-height: 24px;
}

/* ---- common css of create lead and fuel end ----- */

/**********28-3-2018********************/

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.login-form {
    width: 500px;
    margin: auto;
    display: table;
}

.login-form .panel-body .panel-title h1 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 32px;
}

.login-form .panel-body {
    padding: 50px 60px;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 30px;
}

.login-form .login-footer {
    width: 100%;
    float: left;
}

.login-form .login-footer p a {
    float: right;
}

.navbar-default .navbar-nav>li>a img {
    padding-right: 15px;
}

.tab-content .tab-pane .nav-tabs li.active a {
    border-bottom: 2px solid #0057A1;
    margin-bottom: 10px;
    color: #0057A1;
    font-size: 14px;
}

.tab-content .tab-pane .nav-tabs li a {
    font-size: 14px;
}

.nav-tabs li.active a {
    color: #0057A1 !important;
    font-size: 16px;
}

.nav-tabs li a {
    font-size: 16px;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.box02 h2.h2 {
    color: #0057a1;
    font-family: 'Roboto';
    font-size: 32px;
    font-weight: 400;
    line-height: 24px;
}
.box02 h2.h2.black {
    color: black;

}
.box02 .head-link-dis h2.h2
{
    color: black;
}

/*.bs-example-cco .modal-content .popup-container, .bs-example-user .modal-content .popup-container {
  padding: 30px 10px;
}

.bs-example-cco .modal-content .popup-container .form-group label, .bs-example-user .modal-content .popup-container .form-group label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.bs-example-cco .modal-content .popup-container .form-group .v3-input:hover, .bs-example-cco .modal-content .popup-container .form-group .v3-input:focus, .bs-example-user .modal-content .popup-container .form-group .v3-input:hover, .bs-example-user .modal-content .popup-container .form-group .v3-input:focus {
  border: 1px solid #E6EAED;
}*/

/*.bs-example-cco .modal-content .popup-container .button, .bs-example-user .modal-content .popup-container .button {
  margin: auto;
  display: table;
}*/

.v2-order-bg .tab0.nav-tabs li.active a {
    margin-bottom: 0 !important;
}

#activities_assignto {
    height: 30px;
    line-height: 12px;
    -webkit-appearance: none;
    appearance: none;
    width: auto;
}

.save-small, .cancel-small {
    padding: 3px 10px;
    margin-left: 0;
}

.jobs .nav-tabs li a, .jobs .nav-tabs li.active a:hover, .jobs .nav-tabs li.active a:focus {
    width: 160px;
}

.btn-default:active:hover, .btn-default.active:hover, .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .dropdown-toggle.btn-default.focus {
    color: #333;
    border-color: #E6EAED;
    outline: none;
    background-color: #fff;
}

.complains .tabing li a, .complains .tabing li.active a, .complains .tabing li a:hover, .complains .tabing li.active a:hover {
    font-size: 14px;
    width: 140px;
}

.v1-sorting .nav-tabs>li.active>a, .v1-sorting .nav-tabs>li>a {
    min-width: auto;
}

.v1-sorting .nav-tabs>li.active>a .glyphicon {
    color: #fff;
}

.v5-inner-container.contact-detail .as-shift.middle .address, .v5-inner-container.contact-detail .as-shift.child .address {
    width: 25%;
    display: inline-block;
    float: left;
}

.activity-page .sta-box2 .nav-tabs {
    float: right;
    position: absolute;
    right: 0;
    top: 10px;
}

.activity-page .sta-box2 .nav-tabs>li>a, .activity-page .sta-box2 .nav-tabs>li.active>a {
    width: auto;
    height: auto;
    margin: 0;
    padding: 12px 20px;
}

.activity-page .sta-box2 .nav-tabs>li.active>a {
    background-color: #0057A1;
    color: #fff !important;
}

.border-radius-left {
    border-radius: 3px 0 0 3px !important;
}

.border-radius-right {
    border-radius: 0 3px 3px 0 !important;
}

.activity-page .v1-sorting {
    margin-right: 20px;
    margin-top: 10px;
}

.activity-page .v1-sorting .event-tab-bg, .activity-page .v1-sorting #viewallActivity {
    display: inline-block;
}

.activity-page .v1-sorting .event-tab-bg {
    margin-top: 0px;
    margin-left: 8px;
    float: right;
}

.activity-page .v1-sorting .event-tab-bg .event-tab-bg-one, .activity-page .v1-sorting .event-tab-bg .event-tab-bg-two, .activity-page .v1-sorting .event-tab-bg .event-tab-bg-three {
    width: 80px;
    display: inline-block !important;
    padding: 15px 0 !important;
    border-right: 1px solid #eee;
}

.activity-page .v1-sorting .event-tab-bg .event-tab-bg-three {
    border-radius: 0 3px 3px 0;
}

.activity-page .v1-sorting #viewallActivity .dropdown-holder .dropdown {
    width: 100px;
}

.activity-page .v1-sorting #viewallActivity .dropdown-holder .dropdown select {
    width: 100%;
    padding: 3.7px 10px;
}

.errorcompany, .errorclient, .errorproduct {
    text-align: left;
}

.mobile .title-search {
    background-color: #f9f9fa;
}

.mobile .add-mobileno {
    width: 100%;
    float: left;
}

.mobile .add-mobileno tbody tr:hover, .add-mobileno tbody tr, .mobile .paybill tbody tr:hover, .mobile .paybill tbody tr {
    background-color: transparent !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.mobile .add-mobileno thead tr td, .mobile .add-mobileno thead tr:first-child td, .mobile .add-mobileno tbody tr td, .mobile .paybill tbody tr td {
    padding: 5px 15px;
}

.mobile .paybill tbody tr:first-child td {
    padding-top: 40px !important;
}

.mobile .paybill tbody tr:last-child td {
    padding-bottom: 40px !important;
}

.mobile .add-mobileno thead tr td h4 {
    color: #3f484f;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
}

.mobile .add-mobileno tbody tr .col-md-4, .mobile .add-mobileno tbody tr .col-md-8 {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 -1px;
}

.mobile .add-mobileno tbody tr .delete-row {
    float: left;
    position: relative;
}

.mobile .add-mobileno tbody tr .delete-row #delete_row {
    position: absolute;
    left: -10px;
    top: 13px;
}

.mobile .add-mobileno tfoot tr td .showing-entries, .mobile .paybill tfoot tr td .showing-entries {
    position: absolute;
    margin: auto;
    display: table;
    text-align: center;
    width: 100%;
    top: 17px;
}

.mobile #mobile_table #add_row {
    height: 35px;
    line-height: 20px;
    border: 1px solid #0057A1;
    color: #0057A1;
    width: 201%;
    float: left;
    padding-left: 30px;
    margin-left: 10px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-content .popup-container center p {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px !important;
}

.bs-example-modal2-lg .calculatesp label, .bs-example-modal2-lg-edit .calculatesp label {
    width: 50px;
    padding: 9px 0px;
    background: #fff;
    color: #C3C3C3;
    text-align: center;
    border: 1px solid #e5eaed;
    cursor: pointer;
    margin: 0 -3px;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
}

.bs-example-modal2-lg .calculatesp .add-per, .bs-example-modal2-lg-edit .calculatesp .add-per {
    display: inline-block;
    margin-left: 10px;
}

.bs-example-modal2-lg .calculatesp .add-per label.border-radius-left, .bs-example-modal2-lg-edit .calculatesp label.border-radius-left {
    border-radius: 3px 0 0 3px;
}

.bs-example-modal2-lg .calculatesp .add-per label.border-radius-right, .bs-example-modal2-lg-edit .calculatesp label.border-radius-right {
    border-radius: 0 3px 3px 0;
}

.bs-example-modal2-lg .calculatesp .add-per input[type=radio], .bs-example-modal2-lg-edit .calculatesp .add-per input[type=radio] {
    display: none;
}

.bs-example-modal2-lg .calculatesp .add-per input[type=radio]:checked+label, .bs-example-modal2-lg-edit .calculatesp .add-per input[type=radio]:checked+label {
    background-color: #0057A1;
    color: #fff;
    border: 1px solid #0057A1;
}

.edit-propart #add_row, .view-promarg #add_row, .edit-recipe #add_row, .add-recipe #add_row {
    height: 35px;
    line-height: 20px;
    background: white;
    border: 1px solid #0057A1;
    color: #0057A1;
    width: 90%;
    padding-left: 20px;
    text-align: left;
    border-radius: 5px;
    float: left;
    margin: 20px 0;
}

.no-border, .no-border:hover, .no-border:focus {
    border: 0 !important;
}

.text-wrap-100 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}
.text-wrap-150 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
.text-wrap-200 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.text-wrap-250 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}
.text-wrap-300 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
.text-wrap-350 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 350px;
}
.text-wrap-400 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
}

.text-wrap-450 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 450px;
}
.text-wrap-500 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}

.v1-search-bg .searchparent .searchaddress {
    vertical-align: middle;
}
/*loder css start here*/
.loader-overlay {
    background: rgba(2, 81, 148, 0.52) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.loader-inner {
    left: 45%;
    position: absolute;
    top: 35%;
}
.preloader {
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid #ffffff;
    width: 140px;
    height: 140px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.pre-inner-circle {
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid #ffffff;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-animation: spin-rev 1.5s linear infinite;
    animation: spin-rev 1.5s linear infinite;
}
.loader-logo {
    left: 30px;
    position: absolute;
    top: 30px;
}
.loader-logo img {
    height: 80px;
    width: 80px;
}
@-webkit-keyframes spin-rev {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*loder css end here*/
#showtask_activity.activity-block{
    margin-top: 50px;
}
table tbody tr td a span.cheked {
    background: url(../images/check-circle.svg) no-repeat;
    background-position: center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
}
table tbody tr td a span.cheked:hover{
    background: url(../images/check-circle-hover.svg) no-repeat;  
    background-position: center center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    display: inline-block;
}
table tbody tr td a span.cheked:hover::after {
    content: 'Active';
    position: absolute;
    background-color: #0057A1;
    color: #fff;
    font-size: 10px;
    top: 22px;
    left: -6px;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 2px 10px;
    line-height: normal;
}
.v1-sorting.title-search {
    width: auto;
    float: right;
    padding: 0;
}
.searchparent .row .col-md-3.col-sm-3.col-xs-3:first-child
{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 25%;
}
.margin-top-20{   
    margin-top: 20px;
}
.text-wrap {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 50px;
}
.add-quotation .right-job .col-md-10 .date.date-text-box{
    width: 92%;         
}
.scrolling-table {
    max-height: 250px;
    overflow: auto;
}
input#add_amc_submit_button:hover {
    background-color: #044175;
    border: thin solid transparent;
}
input.toggle-btn-single3.cancel:hover {
    background: #045aa2;
}
.v6-title.v6-sub-info.address-box-text-wrape{
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 38px;
    -webkit-line-clamp: 2;
    max-width: 190px;
    -webkit-box-orient: vertical;
}
#overflow-scroller
{
    overflow: auto;
}

#overflow-scroller::-webkit-scrollbar-track
{
    webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
}

#overflow-scroller::-webkit-scrollbar
{
    width: 0px;
    height: 8px;
    background-color: #eff1f3;
}

#overflow-scroller::-webkit-scrollbar-thumb
{
    border-radius: 0;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #c1c1c1;
}
.chart-block{
    background: white;
    float: left;
    width: 100%;
}
.line
{
    text-indent: 20px;
    position: relative;
    margin: 15px 0;
}
.blue-dot:before{
    content: "";
    width: 12px;
    height: 12px;
    top: 3px;
    left: 0;
    position: absolute;
    border-radius: 9px;
    background-color: #0057a1;
}
.line.blue-dot a b
{
    color: #0057a1;
}
.light-blue:before
{
    content: "";
    width: 12px;
    height: 12px;
    top: 3px;
    left: 0;
    position: absolute;
    border-radius: 9px;
    background-color: #4e98ea;
}
.line.light-blue a b
{
    color: #4e98ea;
}
.orange-dot:before
{
    content: "";
    width: 12px;
    height: 12px;
    top: 3px;
    left: 0;
    position: absolute;
    border-radius: 9px;
    background-color: #faa05a;
}
.line.orange-dot a b
{
    color: #faa05a;
}
.red-dot:before
{
    content: "";
    width: 12px;
    height: 12px;
    top: 3px;
    left: 0;
    position: absolute;
    border-radius: 9px;
    background-color: #ea4e4e; 
}
.line.red-dot a b
{
    color: #ea4e4e;
}
.green-dot:before{
    content: "";
    width: 12px;
    height: 12px;
    top: 3px;
    left: 0;
    position: absolute;
    border-radius: 9px;
    background-color: #84c64c;
}
.line.green-dot a b
{
    color: #84c64c;
}
.dashbord-block-header{
    border-radius: 5px 5px 0 0;
    background-color: #fafafa;
    padding: 20px 30px;
    float: left;
    width: 100%;
}
.dashbord-block-heading
{
    color: #333333;
    font-family: "Roboto";
    font-size: 20px;
    padding: 5px 0;
    display: table;
    font-weight: 500;
    line-height: 24px;
    float: left;
}
.chart-description-ul{
    margin-top: 80px;
}
.dropdown-deshbord{
    float: right;
}
.deshbord-selection
{
    width: 120px;
    height: 35px;
    border-radius: 3px;
    border: 1px solid rgba(140, 147, 155, 0.4);
    background-color: #ffffff;
}
.chart-total-div{
    padding: 30px 0;
}
.chart-total
{
    color: #333333;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.chart-total-line
{
    color: rgba(51, 51, 51, 0.6);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-align: center;
}
.canvas-block
{
    margin-top: 50px;
}
.blue-progress-bar .progress{
    height: 6px;
    width: 100%;
    margin-top: 10px;
    float: left;
    background-color: #dceafb;
    box-shadow: none;

}
.green-progress-bar .progress
{
    height: 6px;
    width: 100%;
    margin-top: 10px;
    float: left;
    background-color: #e6f4db;
    box-shadow: none;
}
.orange-progress-bar .progress
{
    height: 6px;
    width: 100%;
    margin-top: 10px;
    float: left;
    background-color:#feecde;
    box-shadow: none;
}
.blue-progress-bar span,
.green-progress-bar span,
.orange-progress-bar span{
    color: #4a4a4a;
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 500;
}
.blue-progress-bar .progress .progress-bar
{
    background-color: #4e98ea;
}
.green-progress-bar .progress .progress-bar
{
    background-color: #84c64c;
}
.orange-progress-bar .progress .progress-bar
{
    background-color: #faa05a;
}

.deshbord-pading-block
{
    padding: 30px 70px;
    background: white;
}
.progress-bar-block ul
{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.progress-bar-block ul li{
    width: 33.33%;
    float: left;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
.progress-bar-block ul li:first-child
{
    border-left: none;
}
.progress-bar-block ul li span{
    color: #333333;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
}
.progress-bar-block ul li p
{
    color: rgba(51, 51, 51, 0.6);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
}
.progress-main-div:first-child
{
    margin-top: 0;
}
.progress-main-div{
    width: 100%;
    float: left;
    margin-top: 37px;
}
.blue-progress-bar span.blue-value{
    color: #0057a1;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    float: right;
}
.green-progress-bar span.green-value{
    color: #84c64c;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    float: right;
}
.orange-progress-bar span.orange-value{
    color: #faa05a;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    float: right;
}
.margin-top-30
{
    margin-top: 30px;
    float: left;
    width: 100%;
}
.transection-div{
    width: 100%;
    background: white;
    float: left;
}
.transection-div ul
{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.transection-div ul li{
    width: 20%;
    float: left;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
.transection-div ul li:first-child
{
    border-left: none;
}
.transection-div ul li span{
    color: #333333;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
}
.transection-div ul li p
{
    color: rgba(51, 51, 51, 0.6);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
}
.deshbord-tebs ul
{
    margin: 0;
    padding: 0;  
}
.deshbord-tebs ul li.active a{
    position: relative;
    float: left;
}
.deshbord-tebs ul li.active a span
{
    color: #333333;
}
.deshbord-tebs ul li a span
{
    color: #838383;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
}
.deshbord-tebs ul li.active a:before{
    content: "";
    height: 2px;
    width: 142%;
    left: -22px;
    bottom: -20px;
    position: absolute;
    border-bottom: 2px solid #0057a1;
}
.dashbord-block-header.deshbord-tebs-header{
    padding: 20px 6px;
}
.deshbord-tebs ul li a {
    position: relative;
    float: left;
    width: 100px;
    margin-right: 45px;
}
.progress-bar.invoice
{
    background-color: #4e98ea;
    float: left;
}
.progress-bar.hendover
{
    background-color: #84c64c;
    float: left;
}
.last-tab .dashbord-block-header
{
    border-bottom: 1px solid #f0f2f4;
}
.last-tab .deshbord-tebs ul li a
{
    width: auto;
}
.last-tab .deshbord-tebs ul li.active a:before {
    content: "";
    height: 2px;
    width: 215%;
    left: -15px;
    bottom: -20px;
    position: absolute;
    border-bottom: 2px solid #0057a1;
}
.dropdown-deshbord ul li
{
    display: inline-block;
}
.dropdown-deshbord ul li .headder-line{
    position: relative;
}
.dropdown-deshbord ul li .headder-line.green i{
    background-color: #84c64c;
}
.dropdown-deshbord ul li .headder-line.orange i{

    background-color: #faa05a;
}
.dropdown-deshbord ul li .headder-line i{
    width: 14px;
    height: 14px;
    position: relative;
    border-radius: 7px;
    background-color: #4e98ea;
    float: left;
    margin: 0 15px;
}
.dropdown-deshbord ul li .headder-line span{
    color: rgba(51, 51, 51, 0.5);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.value-pluse-div{
    background: white;
    float: left;
    padding: 35px 50px;
    width: 74%;
}
.final-plus-value{
    background-color: #fafafa;
    float: left;
    padding: 42px;
    width: 26%; 
}
.multipal-value{
    width: 167px;
    height: 60px;
    float: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #efefef;
    background-color: #ffffff;
}
.value-pluse-div .plus{
    width: 37px;
    text-align: center;
    margin: 12px 27px;
    line-height: 37px;
    float: left;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border-radius: 19px;
    border: 1px solid #efefef;
}
.none-padding
{
    padding: 0;
}
.multipal-value span{
    color: rgba(63, 72, 79, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    margin-top: 10px;
    display: block;
}
.multipal-value h6{
    color: #4e98ea;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
}
.multipal-value.hand-over h6{
    color: #84c64c;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
}
.multipal-value.purchase h6{
    color: #faa05a;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
}
.final-plus-value span{
    color: rgba(63, 72, 79, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    display: block;
    text-align: center;
}
.final-plus-value h6{
    opacity: 0.8;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.popup-table-overfolow
{
    max-height: 300px;
    overflow: auto;
}
.dispatched{
    padding: 1px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #84c64c;
    border: thin solid #84c64c;
    border-radius: 3px;
    font-size: 12px;
}
.partial-dispatched {
    padding: 1px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #FF9800;
    border: thin solid #ff9800;
    border-radius: 3px;
    font-size: 12px;
}
.litimeline{ 
    float: left; 
    text-align: center; 
    padding: 1em 0; 
    width: 460px; 
    margin: 0 50px 10px 0; 
}
.ultimeline {
    overflow: auto;
    width: 100%;
}
.complain-header
{
    background-color: #f6f7f8;
    padding: 40px;
}
.header1{
    color: #333333;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    padding: 0px;                
    padding-left: 30px;
}
.header3{
    color: #3f484f;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}
.header2 {
    color: #8c939b;
    font-family: "Roboto";
    font-size: 14px;
    text-align: left;
    padding: 0px 30px;
}
.report-icon
{
    float: left;
    width: 25%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 80px;
    background-color: #f1f1f1;
}
.report-text{
    width: 75%;
    height: 80px;
    float: left;
    padding: 15px;
    margin-left: 25%;
    background-color: #f4f4f4;
}
.report-icon img
{
    vertical-align: middle;
    position: absolute;
    top: 35%;
    bottom: 0;
    left: 35%;
    right: 0;
    text-align: center;
}
.allreport-div{
    margin: 15px 0;
    float: left;
    width: 100%;
    position: relative;
}
.allreport-div
{
    margin: 15px 0;  
}
.report-text span{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
.report-text p
{    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 500;
    border-radius: 5px;
    margin: 0 auto;
    padding: 0px;
    width: 42%;
    background: #F30D0D;
    line-height: 22px;
}
.allreport-main-div {
    padding: 20px;
    float: left;
    width: 100%;
}
.date-from
{
    margin: 10px 0;
    float: left;
    color: #8c939b;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.save-csv
{
    background: #84c64c;
    border: none;
    color: white;
    float: left;
    width: 130px;
    height: 40px;
    border-radius: 3px;
    padding: 8px;
    font-size: 16px;
}
.padding-20
{
    padding: 20px;
}
.dashboard-grid.cco .sta-count
{
    font-size: 28px;
}
.dashboard-grid.cco .sta-box
{
    height: 100px;
    padding: 20px;
}
.dashbord-block-header-cco {
    border-radius: 5px 5px 0 0;
    background-color: #fafafa;
    padding: 8px 20px;
    float: left;
    width: 100%;
}
.dashbord-block-header-cco .dashbord-block-heading{
    color: #656565;
    font-size: 16px;
    font-family: "Roboto";
    padding: 5px 0;
    display: table;
    font-weight: 500;
    line-height: 24px;
    float: left;
}
.dashbord-block-header-cco .dashbord-block-heading-view{
    color: #4a90e2;
    font-size: 12px;
    font-weight: 500;
    font-family: "Roboto";
    padding: 5px 0;
    display: table;
    line-height: 24px;
    float: right;
}
.complains-block{
    background: white;
    float: left;
    width: 100%;
}
.complains-block-inner{
    padding: 15px;
    float: left;
    width: 100%;
    background: white;
}
.complains-block-inner .block
{
    border: 1px solid red;
    padding: 15px;
    position: relative;
    height: 80px;
}
.complains-block-inner .block .content
{
    margin: 0px auto;
    text-indent: 60px;
}
.complains-block-inner .col-md-3{
    padding: 0;

}
.complains-block-inner .block.blue{
    border-radius: 5px;
    border: 1px solid rgba(74, 144, 226, 0.2);
    background-color: rgba(74, 144, 226, 0.2);
}
.complains-block-inner .block.orange{
    border-radius: 5px;
    border: 1px solid rgba(250, 160, 90, 0.2);
    background-color: rgba(250, 160, 90, 0.2);
}
.complains-block-inner .block.green{
    border-radius: 5px;
    border: 1px solid rgba(135, 201, 77, 0.3);
    background-color: rgba(132, 198, 76, 0.2);
}
.complains-block-inner .block.red{
    border-radius: 5px;
    border: 1px solid rgba(243, 13, 13, 0.2);
    background-color: rgba(255, 105, 105, 0.2);
}
.complains-block-inner .block.blue:before
{
    content: "";
    position: absolute;
    height: 72px;
    width: 50px;
    float: left;
    left: 0;
    bottom: 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(../images/new-complain.svg);
    background-position: left bottom;
    padding: 0;
}
.complains-block-inner .block.orange:before
{
    content: "";
    position: absolute;
    height: 72px;
    width: 50px;
    float: left;
    left: 0;
    bottom: 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(../images/ESCALATED.svg);
    background-position: left bottom;
    padding: 0;
}
.complains-block-inner .block.green:before
{
    content: "";
    position: absolute;
    height: 72px;
    width: 50px;
    float: left;
    left: 0;
    bottom: 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(../images/progress.svg);
    background-position: left bottom;
    padding: 0;
}
.complains-block-inner .block.red:before
{
    content: "";
    position: absolute;
    height: 72px;
    width: 50px;
    float: left;
    left: 0;
    bottom: 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-image: url(../images/closed-deshbord.svg);
    background-position: left bottom;
    padding: 0;
}
.complains-block-inner .block.blue .content span
{
    color: #4a90e2;
    font-size: 20px;
    font-weight: 900;
}
.complains-block-inner .block.orange .content span
{
    color: #faa05a;
    font-size: 20px;
    font-weight: 900;
}
.complains-block-inner .block.green .content span
{
    color: #84c64c;
    font-size: 20px;
    font-weight: 900;
}
.complains-block-inner .block.red .content span
{
    color: #f30d0d;
    font-size: 20px;
    font-weight: 900;
}
.complains-block-inner .block.red .content p
{
    color: rgba(243, 13, 13, 0.6);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.complains-block-inner .block.blue .content p
{
    color: rgba(74, 144, 226, 0.73);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.complains-block-inner .block.orange .content p
{
    color: rgba(250, 160, 90, 0.8);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.complains-block-inner .block.green .content p
{
    color: rgba(132, 198, 76, 0.8);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.mrgn {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.view-services {
    position: absolute;
    right: 40px;
    font-size: 14px;
    color: #0057A1;
    font-weight: 500;
    cursor: pointer;
}
.text-left, .v3-input-td.productname,#partname {
    text-align: left !important;
}
/*.v2-order-container:hover .markas-complete {
   opacity: 0;
}*/
.markas-complete .checkbox input:checked+.input-helper::before{
    opacity: 0;
}
/*time picker css start here*/
.timepicker {
  background-color: #F2F2F2;
  position: absolute;
  top:22px !important;
    left: 0 !important;
  color: #8C8C8C;
  border: 1px solid #B5B5B5;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
  z-index: 2147483647;
}
.timepicker .clock {
  width: 200px;
  height: 200px;
  position: relative;
  padding: 5px;
}
.timepicker .done {
  cursor: pointer;
  text-align: center;
  text-wrap: nowrap;
  line-height: 34px;
  font-size: 14px;
  display: block;
  border-top: 1px solid #DEDEDE;
}
.timepicker .done:hover {
  background-color: #DEDEDE;
  color: #848484;
}
.timepicker .meridiem {
  position: absolute;
  bottom: 5px;
  
  width: 32px;
  height: 32px;
  background-color: white;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.timepicker .meridiem.selected {
  background-color: #D6F0F9;
  color: #6D828C;
}
.timepicker .meridiem.am {
  left: 5px;
}
.timepicker .meridiem.pm {
  right: 5px;
}
.timepicker .bubble {
  position: absolute;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.timepicker .bubble:hover {
  background-color: #D6F0F9;
  color: #6D828C;
}
.timepicker .bubble.selected {
      color: #ffffff;
    background-color: #0057a1;
}
.timepicker .unit {
  top: 5px;
  background-color: white;
}
.timepicker .unit.hour {
  left: 5px;
}
.timepicker .unit.minute {
  right: 5px;
}
.timepicker .face {
  width: 100%;
  height: 100%;
  background-color: white;
  border: none;
  border-radius: 50%;
  position: relative;
}
.timepicker .face:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background-color: #0057a1;
  border-radius: 50%;
  content: "";
  display: block;
}
.timepicker .hand {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  pointer-events: none;
  background-color: #8C8C8C;
}
.timepicker .hand.minute {
  margin: -30% 0 0 -1px;
  padding: 30% 1px 0;
  border-radius: 1px 1px 0 0;
}
.timepicker .hand.hour {
  margin: -23% 0 0 -2px;
  padding: 23% 2px 0;
  border-radius: 2px 2px 0 0;
}
.timepicker .hand.selected {
  background-color: #606062;
}
.timepicker .time {
  background-color: #F2F2F2;
}
/*time picker css end here*/
