/**/
.navbar-header {
    background: #ad2c31;
}
.sidebar {
    background: #014282;
}
.top-left-part {
    background: #fff;
}
#half-stars-example .rating-group {
    display: inline-flex;
}
#half-stars-example .rating__icon {
    pointer-events: none;
}
#half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#half-stars-example .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
}

#half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

#half-stars-example .rating__icon--star {
    color: #ffca08;
}

#half-stars-example .rating__icon--none {
    color: #eee;
}

#half-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

#half-stars-example .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
    color: #ffca08;
}

#half-stars-example .rating__input:hover~.rating__label .rating__icon--star,
#half-stars-example .rating__input:hover~.rating__label--half .rating__icon--star {
    color: #ddd;
}

#half-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

#half-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

.posted-user {
    position: relative;
}

.posted-user .user-details {
    position: relative;
    width: 48px;
    height: 48px;
}

.posted-user .user-details img {
    position: absolute;
    object-fit: cover;
}

.posted-user-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding-left: 64px;
}

.view-details .posted-user-details p {
    font-size: 15px;
}

.document-wrapper {
    margin: 20px -15px;
}

.document-wrapper .document-img {
    width: 22%;
    padding: 0 15px;
    float: left;
    margin-bottom: 15px;
}

.doument-inner {
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 150px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.doument-inner img,
.stakeholder_pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.stakeholder_list {
    position: relative;
    margin-bottom: 25px !important;
}

.stakeholder_inner {
    display: table;
    width: 100%;
}

.stakeholder_img {
    width: calc(100% - 45px);
    float: left;
}

.stakeholder_contact {
    float: right;
}

.stakeholder_pic {
    position: relative;
    overflow: hidden;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.stakeholder_img p {
    font-size: 13px;
}

.stakeholder_contact a {
    height: 36px;
    width: 36px;
    background: #e5ecf2;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #000;
}

.stakeholder_details h4,
.stakeholder_details p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    ;
}

.stakeholder_details {
    padding-left: 60px;
    padding-top: 6px;
}


/**/

.logo-margins {
    margin: 4% auto 0;
}

.login-box,
.white-box {
    border-radius: 10px;
}

.white-box {
    border: 2px solid #dadada;
}

.white-box .box-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #014282;
    /*text-align: center;*/
}

.checkbox label::before {
    border: 1px solid rgba(120, 130, 140, 0.33);
}

.btn {
    font-weight: 500;
    border-radius: 3px;
}

.fixed-height-table {
    min-height: 350px;
    height: 350px;
    max-height: 350px;
    overflow-y: scroll;
}

.long-table {
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
    width: 100%;
}

.long-table thead tr th {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
}


/*.long-table thead tr th:first-child,.long-table tbody tr td:first-child {
        width: 250px;
        display: block;}
.long-table thead tr th:nth-child(2),.long-table tbody tr td:nth-child(2) {
        margin-left: 250px;}*/

.ac-name {
    width: 84%;
    display: inline-block;
}

.teams-w {
    width: 54%;
    display: inline-block;
}

.add-contact label {
    display: block;
}

.user-bg .overlay-box {
    background: #ffffff;
    position: relative;
}

.user-bg {
    height: auto;
}

.newlabel {
    display: table;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

table th {
    color: #000;
}

table td {
    color: #666;
}


/*accordion*/

.card-header {
    background: #fff;
    border-bottom: 1px solid #dadada
}

.card-header h4 {
    padding: 5px;
}

.card-header h4 a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    display: table;
    width: 100%;
    padding: .75rem 1.25rem;
    font-size: 16px;
}

.card-header h4 .pull-right {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.card-header {
    padding: 0;
}

.bootstrap-tagsinput,
.chosen-container-single .chosen-single {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container-single .chosen-single div b {
    background-size: 0.8em;
}

.card-block {
    padding: 2.25rem;
}

.chosen-container .chosen-drop,
.chosen-container-single .chosen-single {
    box-shadow: none;
}

table input[type="text"] {
    border: 1px solid #ccc;
    padding: 3px;
}

.fixed-width .chosen-container {
    width: 350px !important;
}


/*user image in table*/

.user-imgt img {
    max-width: 30px;
}


/*table input*/

table input[type="text"],
table textarea {
    border: 0;
    border-bottom: 1px solid #ccc;
}

.table.gst-table {
    border: 1px solid #e4e7ea !important;
}

.table.gst-table tr,
.table.gst-table td,
.table.gst-table th {
    border: 0 !important;
}

.table.gst-table td,
.table.gst-table th {
    border-right: 1px solid #e4e7ea !important;
    white-space: nowrap;
}

.table.gst-table tfoot {
    background: #eceeef;
}

.table.gst-table tfoot th {
    padding: 8px;
}

.terms {
    border: 1px solid #e4e7ea;
    padding: 15px;
    display: table;
    width: 100%;
}

#side-menu li a {
    border-bottom: 0 !important;
}

.povsjob li {
    list-style: none;
    font-weight: 600;
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}

.povsjob li:first-child {
    color: #b8edf0;
}

.povsjob li:nth-child(2) {
    color: #c3cddf;
}

.povsjob li:nth-child(3) {
    color: #fbcfc2;
}

.povsjob li span {
    float: left;
}

.squer {
    width: 15px;
    height: 15px;
    background: #fbcfc2;
    display: table;
    margin-right: 10px;
}

.squer2 {
    background: #c3cddf;
}

.squer3 {
    background: #b8edf0;
}

.col-in h3 {
    font-size: 30px;
    font-weight: 300;
}

#example23_filter {
    display: none !important;
}

table#example23 input {
    border: 1px solid #ccc;
    padding: 5px;
}

.withplus .chosen-container {
    width: 85% !important;
}


.edit-action{
    background-color: #014282;
    height: 30px;
    width: 30px;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    margin-right: 8px;
}
.edit-action:hover,
.edit-action:focus{
    color: #fff;
}
.delete-action{
    background-color: #ad2c31;
    height: 30px;
    width: 30px;
    color: #fff !important;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    margin-right: 8px;
    cursor: pointer;
}

/*Library radio btn css*/
.withplus [type="radio"]:checked,
.withplus [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.withplus [type="radio"]:checked + label,
.withplus [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-right: 15px;
}
.withplus [type="radio"]:checked + label:before,
.withplus [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e4e7ea;
    border-radius: 100%;
    background: #fff;
}
.withplus [type="radio"]:checked + label:after,
.withplus [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #004068;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.withplus [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.withplus [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*Library Radio btn css end*/


.table a.btn {
    color: #fff !important;
}

.inner-statics h5 {
    font-size: 16px;
}

.inner-statics i {
    font-size: 22px;
}

.inner-statistic {
    background: #fff;
    border: 2px solid #dadada;
    border-radius: 10px;
    padding: 15px;
}

.inner-statistic i {
    color: #fff;
    font-size: 18px;
}

.inner-list,
.inner-list .label a {
    color: #fff;
}

.inner-list .panel-heading {
    font-size: 18px;
}


/**/

.nav>li a.nav-link {
    padding: 0;
    border: 0;
}

.nav-tabs {
    border-bottom: 0;
}

.hide2 {
    display: none;
}


/**/

.text-mainly-blue {
    color: #01c0c8 !important;
}

.bg-mainly-blue {
    background: #01c0c8 !important;
}

.r-icon-stats.two i {
    height: 30px;
    width: 30px;
    padding: 8px;
    font-size: 13px;
}

.steamline .sl-right.two {
    padding-left: 0;
    padding-right: 75px;
}

.activity-time {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.sl-date {
    font-size: 14px;
}

.sl-item {
    position: relative;
}

.inner-count {
    display: table;
    width: 100%;
}

.custom-width,
.custom-width2 {
    max-width: 230px !important;
    padding: 0px;
    border-radius: 3px;
    float: left;
    margin: 0px 13px 25px;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6), 0 2px 0 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6), 0 2px 0 0 rgba(0, 0, 0, 0.1) !important;
}

.height-img,
.el-card-item,
.el-card-avatar {
    height: 230px;
    width: 230px;
    overflow: hidden;
}

.height-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    flex-direction: inherit !important;
}

.attachment-img img {
    max-width: 100%;
}

.sku_wrapper {
    display: block;
    margin-bottom: 7px;
}

.card,
.card-header {
    border: 0;
    background: none;
}

.btn-bs-file input[type="file"] {
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    outline: none;
    cursor: inherit;
}

.btn-bs-file {
    cursor: pointer
}

.file-option {
    position: absolute;
    top: 10px;
    right: 10px;
}

.custom-width .card-title {
    font-weight: bold;
    font-size: 14px;
    color: #222;
    margin-bottom: 2px;
}

.custom-width .card-text {
    font-size: 12px;
    color: #888;
    line-height: 18px;
}

.custom-width .btn-default {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #222;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
    height: 28px;
    line-height: 15px;
}

.full-width .modal-dialog.modal-lg,
.full-width .modal-dialog.modal-lg .modal-content {
    max-width: 100%;
    height: 100%;
    width: 100%;
    margin: 0;
    position: fixed;
    overflow-x: hidden;
    border: 0;
    background: #092a3e;
}

.full-width .modal-dialog.modal-lg .modal-content {
    padding: 10px 25px 0;
}

.full-width .modal-dialog.modal-lg .modal-content .modal-header {
    border-bottom: 0;
    padding: 0;
}

.full-width .header-container {
    border-bottom: 1px solid #D8D8D8;
}

body.allfile.modal-open {
    overflow: hidden;
}

.full-width .modal-header-container {
    position: relative;
    margin: 0 80px 30px 60px;
    padding: 0 25px;
    border-color: #D8D8D8;
    border-style: solid;
    border-width: 0 1px 0 1px;
    line-height: 22px;
    font-size: 12px;
    color: #487a99;
}

.full-width .modal-header-container .file_Logo {
    position: absolute;
    top: 10px;
    left: -46px;
    width: 28px;
    height: 28px;
    background-size: 28px;
}

.full-width .modal-header-container .file_Name {
    font-weight: bold;
    margin-right: 15px;
    color: #ffffff;
    font-size: 19px;
}

.full-width .modal-header-container .file_creator {
    font-size: 13px;
}

.full-width .file-DownLoad {
    float: right;
    margin-top: -15px;
}

.full-width .file-Colse-Direct {
    position: absolute;
    top: 15px;
    right: -80px;
    display: inline-flex;
}

.full-width .icon-close,
.full-width .fa-close.close{
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin-right: 20px;
    font-size: 20px;
    color: #fff !important;
}

.full-width .modal-body {
    position: absolute;
    top: 67px;
    bottom: 15px;
    left: 25px;
    right: 25px;
    text-align: center;
    font-size: 0;
    margin: 15px 0 0 0;
    overflow: hidden;
}

.file-formate_original img {
    display: inherit;
    cursor: zoom-in;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
    max-width: 100%;
    max-height: 100%;
}


/*texteditor*/

.discussion_Input {
    border: 1px solid #e3e3e3;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    height: 60px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 0;
    padding: 10px 30px;
}

.discussion_Input:focus {
    border: 1px solid #e3e3e3;
    box-shadow: none;
    border-bottom: 0;
}

.textarea_editor:focus {
    border: 1px solid #e3e3e3;
    box-shadow: none;
}

.textarea_editor {
    padding: 30px;
}

.textarea_editor img {
    max-width: 100px !important;
}

.file-upload_editor,
.subscribe_editor,
.submit_editor {
    padding: 15px 30px;
    border: 1px solid #e3e3e3;
    display: table;
    width: 100%;
    border-top: 0;
}

#myDIV {
    width: 100%;
    padding: 20px;
    margin-top: 40px;
    display: none;
    border: 1px solid #e3e3e3;
}

.smalldiv ul {
    padding: 0;
}

.checkbox_group li {
    width: 33.33%;
    float: left;
    list-style: none;
}

.smalldiv ul.checkbox_group li {
    width: 50%;
}

.submit_editor {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.contact_Image {
    float: left;
    display: inline-block;
    width: 60px;
}

.contact_Name,
.contact_phone,
.contact_email {
    display: block;
    padding-left: 60px;
}

.contact_Name {
    font-size: 20px;
}


/*message listing*/

.listing-message {
    margin-bottom: 15px;
    display: table;
    width: 100%;
}

h4.th {
    margin-bottom: 20px;
}

.tr-row {
    padding: 10px;
    background: #fff;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
    box-shadow: rgba(60, 60, 60, 0.5) 0px 0 15px -6px;
    display: table;
    width: 100%;
    transition: all 0.5s ease;
}

.message_count {
    background: green;
    border-radius: 50%;
    color: #fff;
    display: table;
    text-align: center;
    line-height: 30px;
    font-size: 11px;
    height: 30px;
    width: 30px;
    float: left;
}

.message_content {
    float: left;
    padding-left: 20px;
}

.message_title {
    font-size: 15px;
    font-weight: 600;
}

.message_description {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}

.message_description a {
    color: #0659C8;
}

.tr-row:hover {
    background: #eee;
    color: #000;
}

.subscribers-list img {
    margin-right: 10px;
}

.subscribers-list span {
    display: block;
    margin-bottom: 5px;
}

.message_title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.message_text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-left: 0;
}

.number_li,
.squer_li {
    padding-left: 10px;
    margin-bottom: 15px;
}

.number_li li {
    list-style: inside url;
}

.squer_li li {
    list-style: inside square;
}

.label_panel,
.inner_panel {
    background: #092a3e;
    display: table;
    width: 100%;
    color: #fff;
}

.inner_panel {
    margin-bottom: 20px;
}

.label_panel h4,
.inner_panel h4 {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0 15px;
    float: left;
}

.inner_panel {
    background: rgba(9, 42, 62, 0.5);
}


/*=== New Leads View ===*/

.customtab.nav-tabs.two {
    padding-bottom: 2px;
}

.customtab.nav-tabs .nav-item {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    border-right: 2px solid #ccc;
}

.customtab.nav-tabs .nav-item:last-child {
    border-right: 0;
}

.customtab.nav-tabs .nav-item a {
    display: block !important;
}

body .customtab.nav-tabs.two .nav-item a {
    padding: 15px 40px;
    display: inline-block;
    color: #000;
    border: 0;
}

body .customtab.nav-tabs.two .nav-item a i {
    margin-right: 10px;
    font-weight: bold;
}

body .customtab.nav-tabs.two .nav-item a:hover {
    background: #fff;
    color: #03a9f3;
    border: 0;
}

body .customtab.nav-tabs.two .nav-item a.active {
    background: #fff;
    color: #03a9f3;
    border: 0;
}

.addfiles {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
}

.inputforfiles {
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 10px;
}

.innerinput {
    padding: 15px;
    border-radius: 15px;
    border: dashed 1px #ccc;
    display: table;
    width: 100%;
}


/*file upload*/

.imageuploadify {
    border: 0px dashed #d2d2d2;
    position: relative;
    min-height: 100px;
    margin: auto;
    display: flex;
    padding: 0;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    color: #999;
}

.imageuploadify .imageuploadify-overlay {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
    display: none;
    font-size: 7em;
    background-color: rgba(242, 242, 242, .7);
    text-align: center;
    pointer-events: none
}

.imageuploadify .imageuploadify-overlay i {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.imageuploadify .imageuploadify-images-list {
    display: inline-block
}

.imageuploadify .imageuploadify-images-list i {
    display: inline-block;
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 12px
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    font-size: 14px;
    padding: 0px 7px 0px 10px;
    display: inline-block
}

.imageuploadify .imageuploadify-images-list button.btn-default {
    display: inline-block;
    border-radius: 1em;
    background: none;
    border: 0;
    padding: 0;
    color: #03a9f3 !important;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-top: -6px;
    text-decoration: underline;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
    float: left;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 #888
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    font-size: 10px;
    line-height: 1.42;
    padding: 2px 0;
    text-align: center;
    z-index: 3
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container img {
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
    position: absolute;
    top: 0;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(255, 255, 255, .5);
    z-index: 2;
    opacity: 0
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details span {
    display: block
}

.imageuploadify .imageuploadify-images-list button.btn-default:hover {
    background: none !important;
    color: #000 !important;
}

.selectdocumnet {
    padding: 10px;
    border: 1px solid #ccc;
    position: relative;
    float: right;
}

.icheck-list li,
.icheck-list li div,
.icheck-list li div input,
.icheck-list li label {
    cursor: pointer;
}

.lgselect {
    width: 100%;
    padding: 8px;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(120, 130, 1400, .3);
}

.addon2 {
    background: none;
    border: 0;
    border-bottom: 1px solid #d6d9dc;
    height: 37px;
    color: #78828c;
}


/*accordion*/

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* margin: 0 30px 10px 30px;*/
    overflow: hidden;
    position: relative;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a,
#accordion .panel-title a.collapsed:hover {
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #fe7725;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a.collapsed {
    background: #1c2336;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #fe7725;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
    line-height: 29px;
    background: #ababab;
    border: 2px solid #626262;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
    content: "";
    width: 14px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 0;
}

#accordion .panel-title a.collapsed:after {
    width: 19px;
    background: #ababab;
}

#accordion .panel-body {
    border-left: 1px solid #fe7725;
    border-top: none;
    background: #fff;
    /*font-size: 15px;*/
    color: #1c2336;
    line-height: 27px;
    position: relative;
}

#accordion .panel-body:before {
    content: "";
    height: 1px;
    width: 50%;
    background: #fe7725;
    position: absolute;
    bottom: 0;
    left: 0;
}

#accordion .panel-body p {
    padding: 10px;
}

.form-check.inline-block {
    display: inline-block;
}

.view-heading {
    display: block;
    padding: 10px 20px;
    margin: 0;
    background: #1c2336;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
}


/*=== New Leads View ===*/

.customtab.nav-tabs.two {
    padding-bottom: 2px;
}

.customtab.nav-tabs .nav-item {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    border-right: 2px solid #ccc;
}

.customtab.nav-tabs .nav-item:last-child {
    border-right: 0;
}

.customtab.nav-tabs .nav-item a {
    display: block !important;
}

body .customtab.nav-tabs.two .nav-item a {
    padding: 15px 40px;
    display: inline-block;
    color: #000;
    border: 0;
}

body .customtab.nav-tabs.two .nav-item a i {
    margin-right: 10px;
    font-weight: bold;
}

body .customtab.nav-tabs.two .nav-item a:hover {
    background: #fff;
    color: #03a9f3;
    border: 0;
}

body .customtab.nav-tabs.two .nav-item a.active {
    background: #fff;
    color: #03a9f3;
    border: 0;
}

.addfiles {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
}

.inputforfiles {
    border: 1px solid #e5e5e5;
    padding: 30px;
    border-radius: 10px;
}

.innerinput {
    padding: 15px;
    border-radius: 15px;
    border: dashed 1px #ccc;
    display: table;
    width: 100%;
}


/*file upload*/

.imageuploadify {
    border: 0px dashed #d2d2d2;
    position: relative;
    min-height: 100px;
    margin: auto;
    display: flex;
    padding: 0;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    color: #999;
}

.imageuploadify .imageuploadify-overlay {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
    display: none;
    font-size: 7em;
    background-color: rgba(242, 242, 242, .7);
    text-align: center;
    pointer-events: none
}

.imageuploadify .imageuploadify-overlay i {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.imageuploadify .imageuploadify-images-list {
    display: inline-block
}

.imageuploadify .imageuploadify-images-list i {
    display: inline-block;
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 12px
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    font-size: 14px;
    padding: 0px 7px 0px 10px;
    display: inline-block
}

.imageuploadify .imageuploadify-images-list button.btn-default {
    display: inline-block;
    border-radius: 1em;
    background: none;
    border: 0;
    padding: 0;
    color: #03a9f3 !important;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin-top: -6px;
    text-decoration: underline;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
    float: left;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 #888
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    font-size: 10px;
    line-height: 1.42;
    padding: 2px 0;
    text-align: center;
    z-index: 3
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container img {
    height: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
    position: absolute;
    top: 0;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(255, 255, 255, .5);
    z-index: 2;
    opacity: 0
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details span {
    display: block
}

.imageuploadify .imageuploadify-images-list button.btn-default:hover {
    background: none !important;
    color: #000 !important;
}

.selectdocumnet {
    padding: 10px;
    border: 1px solid #ccc;
    position: relative;
    float: right;
}

.icheck-list li,
.icheck-list li div,
.icheck-list li div input,
.icheck-list li label {
    cursor: pointer;
}

.lgselect {
    width: 100%;
    padding: 8px;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(120, 130, 1400, .3);
}

.addon2 {
    background: none;
    border: 0;
    border-bottom: 1px solid #d6d9dc;
    height: 37px;
    color: #78828c;
}


/*accordion*/

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* margin: 0 30px 10px 30px;*/
    overflow: hidden;
    position: relative;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a,
#accordion .panel-title a.collapsed:hover {
    display: block;
    padding: 15px 20px;
    margin: 0;
    background: #fe7725;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a.collapsed {
    background: #1c2336;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #fe7725;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    position: absolute;
    top: 10px;
    right: 14px;
}

#accordion .panel-title a.collapsed:before {
    content: "\f067";
    line-height: 29px;
    background: #ababab;
    border: 2px solid #626262;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
    content: "";
    width: 14px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 0;
}

#accordion .panel-title a.collapsed:after {
    width: 19px;
    background: #ababab;
}

#accordion .panel-body {
    border-left: 1px solid #fe7725;
    border-top: none;
    background: #fff;
    /*font-size: 15px;*/
    color: #1c2336;
    line-height: 27px;
    position: relative;
}

#accordion .panel-body:before {
    content: "";
    height: 1px;
    width: 50%;
    background: #fe7725;
    position: absolute;
    bottom: 0;
    left: 0;
}

#accordion .panel-body p {
    padding: 10px;
}

.form-check.inline-block {
    display: inline-block;
}

.view-heading {
    display: block;
    padding: 10px 20px;
    margin: 0;
    background: #1c2336;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
}


/*=== FOR LEAD ADD DETAILS ===*/

.lead-status .white-box {
    border: 0;
    border-radius: 0;
}

.lead-status-label {
    list-style: none;
    padding: 0;
    width: 100%;
    height: 40px;
}

.lead-status-label li {
    display: inline-block;
}

.lead-status-label li a {
    display: block;
    float: left;
    background: rgba(166, 160, 10, 0.3);
    background: #4c4c4c;
    text-align: center;
    padding: 10px 20px 10px 40px;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

.lead-status-label li a:after {
    content: "";
    border-top: 22px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 20px solid #4c4c4c;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1;
}

.lead-status-label li a:before {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #edf1f5;
    position: absolute;
    left: 0;
    top: 0;
}

.add-leads .lead-status-label li a:before {
    border-left: 20px solid #fff;
}

.lead-status-label li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.lead-status-label li:first-child a:before {
    display: none;
}

.lead-status-label li:last-child a {
    padding-right: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.lead-status-label li:last-child a:after {
    display: none;
}

.lead-status-label li a:hover {
    background: #1976d2;
    color: #fff;
}

.lead-status-label li a:hover:after {
    border-left-color: #1976d2;
}

.custom-white-box hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.white-box.custom-white-box {
    border: 0;
    padding: 15px;
    border-radius: 0px;
    width: 100%;
}

.white-box.custom-white-box .box-title {
    font-size: 16px;
}

.white-box.custom-white-box #leadDetailFormDiv form.form-horizontal .form-group {
    margin: 0 0 15px;
}

.edit-lead {
    background: #eeeeee;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    display: inline-block;
    box-sizing: content-box;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.edit-lead i {
    color: #000;
}

.edit-lead:hover,
.edit-lead:focus,
.edit-lead:active {
    background: #03a9f3;
    color: #fff;
}

.edit-lead:hover i,
.edit-lead:focus i,
.edit-lead:active i {
    color: #fff;
}


/*Timeline*/

.custom-timeline {
    list-style: none;
    padding: 0px;
    position: relative;
    width: 100%;
}

.custom-timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #dee4e9;
    left: 25px;
    margin-left: -1.5px;
    display: none;
}

.custom-timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.custom-timeline>li:before,
.custom-timeline>li:after {
    content: " ";
    display: table;
}

.custom-timeline>li:after {
    clear: both;
}

.custom-timeline>li:before,
.custom-timeline>li:after {
    content: " ";
    display: table;
}

.custom-timeline>li:after {
    clear: both;
}

.custom-timeline>li>.custom-timeline-panel {
    width: calc(100%);
    /*width: calc( 100% - 75px );*/
    float: right;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.add-leads .custom-timeline>li>.custom-timeline-panel {
    background: rgba(55, 55, 55, 0.05);
}

.custom-timeline>li>.custom-timeline-panel:before {
    position: absolute;
    top: 26px;
    left: -15px;
    display: inline-block;
    content: " ";
    display: none;
}

.custom-timeline>li>.custom-timeline-panel:after {
    position: absolute;
    top: 16px;
    left: -35px;
    display: inline-block;
    width: 35px;
    height: 3px;
    background: #dee4e9;
    content: " ";
    display: none;
}

.custom-timeline>li>.custom-timeline-badge {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 38px;
    font-size: 1em;
    text-align: center;
    position: absolute;
    top: 0xp;
    left: 30px;
    margin-left: -25px;
    background-color: #004068;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.lead-status-label li.carousel-item2 a.active {
    background: #4cb050;
    color: #fff;
}

.lead-status-label li.carousel-item2 a.active:after {
    border-left: 20px solid #4cb050;
    ;
}

.custom-timeline>li>.custom-timeline-badge i {
    font-size: 16px;
}

.custom-timeline>li.custom-timeline-inverted>.custom-timeline-panel {
    float: right;
}

.custom-timeline>li.custom-timeline-inverted>.custom-timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.custom-timeline>li.custom-timeline-inverted>.custom-timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.custom-timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.custom-timeline-badge.success {
    background-color: #3f903f !important;
}

.custom-timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.custom-timeline-badge.danger {
    background-color: #d9534f !important;
}

.custom-timeline-badge.info {
    background-color: #5bc0de !important;
}

.custom-timeline-title {
    margin-top: 0;
    color: inherit;
}

.custom-timeline-body>p,
.custom-timeline-body>ul {
    margin-bottom: 0;
}

.custom-timeline-body>p+p {
    margin-top: 5px;
}


/*=== TABBING DESIGN WITH RESPONSIVE ===*/

.tab-card-header {
    overflow: hidden;
    height: 50px;
}

.tab-card {
    overflow: hidden;
}

.list {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    margin-left: 12px;
    margin-top: 0px;
}

.list li {
    display: table-cell;
    position: relative;
    text-align: center;
    cursor: grab;
    cursor: -webkit-grab;
    color: #efefef;
    vertical-align: middle;
}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
}

.scroller-right {
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.scroller-left {
    float: left;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.tab-card-header {
    background: none;
}


/* Default mode */

.tab-card-header>.nav-tabs {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0px;
}

.tab-card-header>.nav-tabs>li {
    margin-right: 2px;
    width: 50%;
    text-align: center;
}

.tab-card-header>.nav-tabs>li>a {
    border: 0;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    margin-right: 0;
    color: #737373;
    padding: 0px 15px 10px;
}

.tab-card-header>.nav-tabs>li>a.active {
    border-bottom: 2px solid #004068;
    color: #004068;
}

.tab-card-header>.nav-tabs>li>a.show {
    border-bottom: 2px solid #007bff;
    color: #007bff;
}

.tab-card-header>.nav-tabs>li>a:hover {
    color: #007bff;
}

.tab-card-header>.tab-content {
    padding-bottom: 0;
}

.tab-content {
    margin-top: 5px;
}


/**/

.carousel-frame {
    width: 100%;
    margin-bottom: 0.5em;
    padding-bottom: 1em;
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
}

.carousel-frame::-webkit-scrollbar {
    display: none;
}

.carousel-frame ul {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

.carousel-frame li.carousel-item {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
}


/*view-details*/

.view-details p {
    margin: 0;
    font-size: 13px;
}

.view-details p.view-value {
    font-size: 18px;
    color: #222;
    font-weight: 500;
}

.view-details p.view-value.name {
    font-size: 19px;
    font-weight: 600;
}

.view-details p.view-value.small {
    font-size: 14px;
}

.view-details p.view-value a {
    color: #222;
}

.presion-details img {
    border: 1px solid #ccc;
    padding: 15px;
    width: 70px;
    border-radius: 10px;
}

.assigned-persion {
    border: 1px solid #e5e5e5;
    padding: 10px;
    display: table;
    width: 100%;
    margin-top: 10px;
}

.user-pic {
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    overflow: hidden;
}

.user-pic img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}


/*=== START SWITCH ===*/

.box2 {
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: table;
    width: 100%;
}

.box2 .toggle {
    float: right;
}

.box2 .bt-switch .mdblock {
    color: #000;
    line-height: 40px;
}

.checkbox label .toggle,
.checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px;
}

.toggle {
    position: relative;
    overflow: hidden;
}

.toggle input[type="checkbox"] {
    display: none;
}

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.toggle.off .toggle-group {
    left: -100%;
}

.toggle-on {
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47%;
    font-size: 13px;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 0px;
    border-width: 0 1px;
}

.toggle.btn {
    min-width: 59px;
    min-height: 34px;
}

.toggle-on.btn {
    padding-right: 24px;
}

.toggle-off.btn {
    padding-left: 24px;
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px;
}

.toggle-on.btn-lg {
    padding-right: 31px;
}

.toggle-off.btn-lg {
    padding-left: 31px;
}

.toggle-handle.btn-lg {
    width: 40px;
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px;
}

.toggle-on.btn-sm {
    padding-right: 20px;
}

.toggle-off.btn-sm {
    padding-left: 20px;
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px;
}

.toggle-on.btn-xs {
    padding-right: 12px;
}

.toggle-off.btn-xs {
    padding-left: 12px;
}

.btn-graybtn {
    background: #9e9e9e;
    color: #fff !important;
}


/**/

.bussines-arror small.error {
    position: absolute;
    top: 130px;
    text-align: left;
    padding-left: 27px;
}


/*=== HEADING ===*/

.box-hading {
    display: table;
    width: 100%;
}

.box-inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.box-hading h3,
.box-hading label,
.user-details {
    display: inline-block;
    margin-bottom: 0 !important;
    vertical-align: middle;
    margin-right: 15px;
}

.box-hading label.btn-success,
.box-hading label.btn-warning {
    font-size: 13px;
    border-radius: 25px !important;
    padding: 5px 15px;
    margin-left: 10px;
    background: rgba(0, 194, 196, 0.2);
    cursor: text;
    color: #00654c;
}

.box-hading label.btn-success:hover,
.box-hading label.btn-success:focus,
.box-hading label.btn-success:active {
    background: rgba(0, 194, 196, 0.5);
    color: #00654c;
}

.box-hading label.btn-warning {
    background: rgba(254, 193, 7, 0.2);
    color: #534313;
}

.box-hading label.btn-warning:hover,
.box-hading label.btn-warning:focus,
.box-hading label.btn-warning:active {
    background: rgba(254, 193, 7, 0.5);
    color: #534313;
}

.user-details {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ccc;
    position: absolute;
    object-fit: cover;
}

.userinfo {
    padding-left: 62px;
    min-height: 50px;
    display: inline-block;
}

.user-details img {
    position: absolute;
    height: 100%;
    width: 100%;
}

.file-inner {
    width: 110px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
}

.file-box {
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px 1px rgba(200, 200, 200, 0.22);
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center;
}

.file-box img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%)
}

.modal-dialog.modal-dialog-slideout {
    max-width: 50%;
}

.modal-dialog.modal-dialog-slideout.add-leads {
    max-width: 40%;
}


/*modal animation*/

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    flex-flow: column;
}

.modal-dialog-slideout .modal-content {
    border: 0;
}

#accordion .card-header button.collapsed,
#accordion .card-header button {
    background: rgba(2, 131, 191, 0.5);
    width: 100%;
    border-radius: 0;
    padding: 15px;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: left;
    font-size: 18px;
}

#accordion .card-header button.collapsed:hover,
#accordion .card-header button.collapsed:focus,
#accordion .card-header button.collapsed:active {
    text-decoration: none;
    background: rgba(2, 131, 191, 1);
    ;
}

#accordion .card-header button {
    background: rgba(2, 131, 191, 1);
}

#accordion .card-header button:hover,
#accordion .card-header button:focus,
#accordion .card-header button:active {
    text-decoration: none;
}

#accordion .card-body {
    padding: 20px;
}

.modal-content {
    box-shadow: none;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(60, 60, 60, 0.3);
    z-index: 9999;
    left: 0;
}

.addlead-box {
    position: relative;
    z-index: 99999;
    background: #fff;
}

.input-group-addon i {
    line-height: 24px;
}


/*=== range slider ===*/

.pi-calculator-wrapper {
    padding-top: 30px;
    border: 1px solid #93a8a9;
    margin-bottom: 30px;
}

.pi-calculator-title .title {
    color: #3498db;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.pi-damages label {
    font-size: 16px;
    font-weight: normal;
}

.pi-damages span {
    float: right;
}

.pi-damages input {
    border: 1px solid #c9c9c9;
    padding: 5px 10px;
}

.label1 {
    color: #222;
    font-size: 16px;
}


/* ====
Range Slider
================*/

.rangeslider,
.rangeslider__fill {
    display: block;
    border-radius: 10px;
}

.rangeslider {
    position: relative;
    margin: 10px auto;
}

.rangeslider:after {
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 5px;
    margin-top: -2.5px;
    border-radius: 5px;
    position: absolute;
    background: #ebebeb;
}

.rangeslider--horizontal {
    width: 100%;
    height: 28px;
}

.rangeslider--vertical {
    width: 5px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    position: absolute;
    background: #ff680c;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    top: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-top: -14px;
    background: white;
    position: absolute;
    background: #212121;
    border: 6px solid #fff;
    border-radius: 50% !important;
    display: inline-block;
    box-shadow: 0 0 20px rgba(195, 192, 192, 0.75);
}

.rangeslider__handle:active {
    background: #212121;
}

.rangeslider__fill,
.rangeslider__handle {
    z-index: 1;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 50%;
    height: 5px;
    margin-top: -2.5px;
}

.month {
    position: relative;
    margin-right: 10px;
}

.form-horizontal .input-group {
    flex-wrap: wrap;
}

.month input[type="radio"] {
    width: 40px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    margin-top: 0;
}

.month input[type="radio"]:checked {
    border: 0;
}

.month input[type="radio"]:checked:after,
.month input[type="radio"]:checked:before {
    background: #ff680c;
    display: inline-block;
    content: '';
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
}

.month input[type="radio"]:checked:before {
    height: 30px;
    width: 30px;
    border: 1px solid #ffa46d;
    left: 5px;
    top: 5px;
    z-index: 9;
}

.month-label {
    position: absolute;
    top: 0;
    height: 45px;
    font-size: 15px !important;
    line-height: 40px;
    text-align: center;
    width: 45px;
    z-index: 99;
    cursor: pointer;
    right: 0;
}

.month.checked .month-label {
    color: #fff;
}

.salaried-box {
    border: 2px solid #cbcbcb;
    border-radius: 10px;
    width: 100%;
    position: relative;
    height: 170px;
    text-align: center;
}

.salaried-box.checked {
    border-color: #ff680c;
}

.salaried-box label {
    font-size: 18px;
    padding-top: 15px;
}

.salaried-box.checked label {
    color: #ff680c;
}

.salaried-box input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.salaried-icon,
.nonsalaried-icon {
    margin: 0 auto;
    height: 80px;
    width: 80px;
    background: url('../images/salaried.svg');
    background-position: top;
}

.nonsalaried-icon {
    background: url('../images/nonsalaried.svg');
}

.salaried-box.checked .salaried-icon,
.salaried-box.checked .nonsalaried-icon {
    background-position: bottom;
}

.f-30 {
    font-size: 20px;
}

.status-lead .col-md-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.mobile_close {
    display: none;
}

.bg-title.two {
    margin-left: -7.5px;
    margin-right: 7.5px;
}

.custom-timeline-panel:nth-child(2n) {
    width: calc( 100% - 75px);
    float: left;
}


/*Leader Performance Css Start*/
.leaderbord-filter .white-box,
.leaderbord-filter .form-group,
.performance-board-main .white-box{
    overflow: hidden;
    border: 0px;
    border-radius: 0px;
}
.pb-total-point{
    background-color: #ad2c31;
    display: inline-block;
    text-align: center;
    padding: 8px;
    position: relative;
    border-radius: 5px;
}
.pb-total-point:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 18px solid #822326;
    border-right: 18px solid #fff;
}
.pb-total-point h4{
    margin: 0px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
}
.pb-total-point p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}
.pb-content-box{
    margin-bottom: 20px;
}
.pb-content-box p{
    margin-bottom: 0px;
}
/*Leader Performance Css End*/

/*Invitee Css Start*/
.presentation-wrapper{
    display: block;
    width: 100px;
    height: 100px;
    padding: 15px;
}
.el-card-width{
    width: 100px;
}
#invitationTable_wrapper{
    height: 400px;
    overflow-y: auto;
}
/*Invitee Css End*/



/*New Dashboard Css Start*/
.p-statistics-box{
    background-color: #f00;
    color: #fff;
    display: block;
    padding: 25px 15px;
    position: relative;
    border-radius: 15px;
}
.counter-text{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 30px;
}
.p-s-title-text{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p-statistics-box .p-s-image{
    position: absolute;
    right: 20px;
    top: 20px;
}
.idea-color{
    background-color: #e91e63;
}
.idea-color:before{
    content: '';
    position: absolute;
    background: url(../../public/images/dashboard-icon/idea.svg) no-repeat;
    height: 90px;
    width: 90px;
    top: 20px;
    right: 20px;
    background-size: contain;
}
.validation-color{
    background-color: #3f51b5;
}
.validation-color:before{
    content: '';
    position: absolute;
    background: url(../../public/images/dashboard-icon/checklist.svg) no-repeat;
    height: 90px;
    width: 90px;
    top: 20px;
    right: 20px;
    background-size: contain;
}
.presentation-color{
    background-color: #8bc34a;
}
.presentation-color:before{
    content: '';
    position: absolute;
    background: url(../../public/images/dashboard-icon/seminar.svg) no-repeat;
    height: 90px;
    width: 90px;
    top: 20px;
    right: 20px;
    background-size: contain;
}
.discussion-color{
    background-color: #03a9f4;
}
.discussion-color:before{
    content: '';
    position: absolute;
    background: url(../../public/images/dashboard-icon/meeting.svg) no-repeat;
    height: 90px;
    width: 90px;
    top: 20px;
    right: 20px;
    background-size: contain;
}
.decision-color{
    background-color: #f44336;
}
.decision-color:before{
    content: '';
    position: absolute;
    background: url(../../public/images/dashboard-icon/decision.svg) no-repeat;
    height: 90px;
    width: 90px;
    top: 20px;
    right: 20px;
    background-size: contain;
}
.assign-color{
    background-color: #673ab7;
}
.assign-color:before{
    content: '';
    position: absolute;
    background: url(../../public/images/dashboard-icon/test.svg) no-repeat;
    height: 90px;
    width: 90px;
    top: 20px;
    right: 20px;
    background-size: contain;
}
.successful-color{
    background-color: #cddc39;
}
.successful-color:before{
    content: '';
    position: absolute;
    background: url(../../public/images/dashboard-icon/market-positioning.svg) no-repeat;
    height: 90px;
    width: 90px;
    top: 20px;
    right: 20px;
    background-size: contain;
}
.exicute-color{
    background-color: #795548;
}
.exicute-color:before{
    content: '';
    position: absolute;
    background: url(../../public/images/dashboard-icon/performance.svg) no-repeat;
    height: 90px;
    width: 90px;
    top: 20px;
    right: 20px;
    background-size: contain;
}
.publish-color{
    background-color: #009688;
}
.publish-color:before{
    content: '';
    position: absolute;
    background: url(../../public/images/dashboard-icon/company.svg) no-repeat;
    height: 90px;
    width: 90px;
    top: 20px;
    right: 20px;
    background-size: contain;
}
.s-e-list-color{
    background-color: #ffc107;
}
.s-e-list-color:before{
    content: '';
    position: absolute;
    background: url(../../public/images/dashboard-icon/list.svg) no-repeat;
    height: 90px;
    width: 90px;
    top: 20px;
    right: 20px;
    background-size: contain;
}
.p-top-statistic-box{
    background-color: #fff;
    position: relative;
    display: block;
    box-shadow: 2px 0px 15px rgba(237,241,245,0.75);
    border-radius: 15px;
    padding: 15px 20px;
}

.p-top-counter{
    float: right;
    font-size: 38px;
    margin-top: 0px;
    font-weight: 600;
}
.p-top-content-text{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
}
.p-idea-color{
    color: #38d8cf;
}
.p-idea-color:before{
    content: '';
    height: 48px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 23px;
    background-color: #d4f9f7;
    border-radius: 0px 5px 5px 0px;
}
.p-success-story-color{
    color: #efd54d;
}
.p-success-story-color:before{
    content: '';
    height: 48px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 23px;
    background-color: #fcf5d1;
    border-radius: 0px 5px 5px 0px;
}
.p-challange-color{
    color: #75f48c;
}
.p-challange-color:before{
    content: '';
    height: 48px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 23px;
    background-color: #e4ffe9;
    border-radius: 0px 5px 5px 0px;
}
.p-constraint-color{
    color: #ae8cf2;
}
.p-constraint-color:before{
    content: '';
    height: 48px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 23px;
    background-color: #ebe2fd;
    border-radius: 0px 5px 5px 0px;
}
.p-news-color{
    color: #f88484;
}
.p-news-color:before{
    content: '';
    height: 48px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 23px;
    background-color: #fcd1d1;
    border-radius: 0px 5px 5px 0px;
}
.p-announcement-color{
    color: #89abfa;
}
.p-announcement-color:before{
    content: '';
    height: 48px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 23px;
    background-color: #e4ecff;
    border-radius: 0px 5px 5px 0px;
}
.department-title{
    font-size: 16px;
    font-weight: 600;
    color: #ad2c31;
}
.department-box{
    background-color: #fff;
    position: relative;
    display: block;
    box-shadow: 2px 0px 15px rgba(237,241,245,0.5);
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
}
.user-img-bg{
    background-color: #ebfbfa;
    padding: 10px 12px;
    border-radius: 8px;
    display: inline-block;
}
.d-content-detail{
    float: right;
}
.d-user-counter{
    display: block;
    font-size: 38px;
    margin-top: 0px;
    color: #38d8cf;
    text-align: right;
}
.d-user-text{
    display: block;
    font-size: 16px;
    margin-top: 0px;
    color: #000000;
    text-align: right;
    margin-bottom: 0px;
}
.counter-pink{
    color: #f37989;
}
.counter-purple{
    color: #857fec;
}
.user-img-bg-pink{
    background-color: #fbebed;
}
.user-img-bg-purple{
    background-color: #ecebfb;
}
.idea-submitted-box{
    background-color: #fff;
    position: relative;
    display: block;
    box-shadow: 2px 0px 15px rgba(237,241,245,0.5);
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
}
.submitted-counter-text{
    display: block;
    font-size: 38px;
    margin-top: 10px;
    color: #38d8cf;
    margin-bottom: 15px;
}
.submitted-user-text{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}
.department-a-color{
    color: #fca0b1;
}
.department-b-color{
    color: #9ec5f9;
}
.department-c-color{
    color: #ffe69a;
}

/*New Dashboard Css End*/

















@media (max-width: 767px) {
    .modal-dialog.modal-dialog-slideout {
        max-width: 100% !important;
    }
    .modal-dialog.modal-dialog-slideout.add-leads {
        max-width: 95%;
    }
    .mobile_close {
        position: absolute;
        right: 25px;
        top: 20px;
        background: #ccc;
        color: #000;
        display: block;
    }
}


/*jay css start*/

.timeline {
    list-style: none;
    padding: 20px 0 50px;
    position: relative;
    max-width: 100% !important;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #dee4e9;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline-inverted .custom-timeline-panel:after {
    position: absolute;
    top: 90px;
    left: -50px;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #dee4e9;
    content: " ";
    display: none;
}

.custom-timeline-panel:after {
    position: absolute;
    top: 90px;
    right: -50px;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #dee4e9;
    content: " ";
    display: none;
}

.timeline>li>.timeline-panel {
    /* width: 46%; */
    width: 100%;
    float: left;
    /* background: rgba(255,255,255,0.6); */
    background: rgba(255, 255, 255, 1);
    border-radius: 7px;
    border: 1px solid #d4d4d4;
    padding: 20px 20px 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 0px solid transparent;
    border-left: 0px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 0px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 0px solid transparent;
    border-left: 0px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 0px solid transparent;
    content: " ";
}

.timeline-badge+.timeline-panel {
    margin-top: 40px;
}

.timeline-badge {}

.timeline-badge p {
    line-height: 36px;
    font-size: 16px;
    margin-top: 18px;
}

.timeline>li>.timeline-badge {
    color: #004068;
    width: 80px;
    height: 80px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    /* position: absolute; */
    position: relative;
    /* top: -50px; */
    left: 49%;
    margin-left: -25px;
    background-color: #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 5px solid #dee4e9;
    display: table;
}

.custom-timeline>li>.custom-timeline-panel:before {
    bottom: -21px;
    top: inherit;
    width: 81px;
    height: 3px;
    background: #dee4e9;
    left: -50px;
}

#prependdivatt:after {
    content: '';
    display: block;
    width: 3px;
    height: 50px;
    background: #dee4e9;
    top: -51px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

.lead_status_btn a {
    display: inline-block;
    min-width: 100px;
    margin-bottom: 15px;
}

.lead_status_btn a.btn-info {
    border-color: #03a9f3 !important
}

/*=== CSS FOR TOOLTIP ===*/
.tooltip {
    position: relative;
    opacity: 1;
    font-family: 'Roboto';
    font-size: 14px;
}

.tooltip::after {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 10px;
    color: #fff;
    display: none;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    z-index: 999;
    font-family: 'Roboto';
    font-size: 14px;
    min-width: 80px;
}

.tooltip.top::after {
    content: attr(data-tip);
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 10px));
}

.tooltip.bottom::after {
    content: attr(data-tip);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 10px));
}

.tooltip.right::after {
    content: attr(data-tip);
    top: 0;
    right: 0;
    transform: translateX(calc(100% + 10px));
}

.tooltip.left::after {
    content: attr(data-tip);
    top: 0;
    left: 0;
    transform: translateX(calc(-100% - 10px));
}

.tooltip:hover::after {
    display: block;
}

.tooltip::before {
    background-color: rgba(0, 0, 0, 1);
    content: ' ';
    display: none;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 999;
    font-family: 'Roboto';
    font-size: 14px;
}

.tooltip:hover::before {
    display: block;
}

.tooltip.top::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 5px)) rotate(45deg);
}

.tooltip.bottom::before {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% + 5px)) rotate(45deg);
}

.tooltip.right::before {
    top: 50%;
    right: 0;
    transform: translate(calc(100% + 5px), -50%) rotate(45deg);
}

.tooltip.left::before {
    top: 50%;
    left: 0;
    transform: translate(calc(-100% - 5px), -50%) rotate(45deg);
}

/*for star ratings*/
.all_rating_avrg{
    margin-top: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 26px;
    justify-content: flex-end;
}
.all_rating_avrg .back-stars {
    display: flex;
    color: gray;
    position: relative;}
.all_rating_avrg .back-stars i{
    margin-left: 3px;
}
.all_rating_avrg .front-stars {
    display: flex;
    color: #ffcb08;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all .5s;}
.all_rating_avrg .front-stars i{
    margin-left: 3px;
}