﻿a.editbtn {
    color: #13b956;
    font-weight: bold;
}
a.viewbtn {
    color: #ae3ec9;
    font-weight: bold;
}
a.deletebtn {
    font-weight: bold;
    color: #fd5454;
}
.nowrap {
    white-space: nowrap;
}
.table textarea {max-height: none;
}
.box-header .box-title {
    font-size: 14px;
    color: #1f384c;
    font-weight: 600;
    margin: 3px 0px;
}
.box-header {
    color: #444;
    display: block;
    padding: 4px 10px 4px;
    position: relative;
    cursor:pointer;
}
.itembg {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
    border-radius: 4px;
    margin: 1px;
     margin-left:50px;
  
}
.itemheader {
    background: #e8e8e8 !important;
}
.itemheader h3 {
    font-weight: bold;
    font-size: 15px !important;
    color: #2f2d2d !important;
    padding: 10px 8px;
    margin: 0;
}
.ma11 {
    margin: 11px;
}
.itembody {
    padding: 0px;
   
}
.boxcoltheme2 {
    border-left: 4px solid #0ca678;
}
.boxcoltheme2 .btn-info {
    background: #0ca678 !important;
}
 .boxcoltheme2 .table>thead:first-child>tr:first-child>th {
    background: #0ca678;
    color: #fff;
}
  .boxcoltheme2 .box-title {
    color: #0ca678;
}
 .boxcoltheme3 {
    border-left: 4px solid #3795f8;
}
.boxcoltheme3 .btn-info {
    background: #3795f8 !important;
}
 .boxcoltheme3 .table>thead:first-child>tr:first-child>th {
    background: #3795f8;
    color: #fff;
}
 .boxcoltheme3 .box-title {
    color: #3795f8;
}
  .boxcoltheme3 {
    border-left: 4px solid #3795f8;
}
.boxcoltheme3 .btn-info {
    background: #3795f8 !important;
}
 .boxcoltheme3 .table>thead:first-child>tr:first-child>th {
    background: #3795f8;
    color: #fff;
}
 .boxcoltheme3 .box-title {
    color: #3795f8;
}



  .boxcoltheme4 {
    /*border-left: 4px solid #663399;*/
}
.boxcoltheme4 .btn-info {
    background: #663399 !important;
}
 .boxcoltheme4 .table>thead:first-child>tr:first-child>th {
    background: #663399;
    color: #fff;
}
 .boxcoltheme4 .box-title,  .boxcoltheme4 label {
    color: #663399;
}

   .boxcoltheme5 {
    border-left: 4px solid #6b300d;
}
.boxcoltheme5 .btn-info {
    background: #6b300d !important;
}

 .boxcoltheme5 .box-title,  .boxcoltheme5 label {
    color: #6b300d;
}





 .alert-warning {
    border: dashed thin;    padding: 4px 12px;
    border-radius: 15px;
    margin-bottom: 0px;
}
.tab-pane {padding:2px 0px;
}

.anchordatabg1 {
    margin-bottom: 0px;
    border: solid thin #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
    margin: 8px;
    background:#fff;
        box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101,109,119,.16);
}

.anchordatabg1head {
    margin-bottom: 8px;
    border-bottom: solid thin #ccc;
    border-radius: 4px;
    border-bottom: 1px solid rgba(101,109,119,.16);
}
.mb0 {
    margin-bottom: 0px !important;
}
.ml6 {
    margin-left: 6px;
}
.mt5 {
    margin-top: 5px !important;
}
 .iconSetCall{    cursor: pointer;
    background: #18aacc;
    width: 25px;
    margin-top: 1px;
    margin-right: 8px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
    color: #fff;
    font-size: 13px;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    display: inline-block;
}
 .iconSetCall:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgb(24 170 204 / 10%);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.iconSetCall:hover {
    background: rgba(24,170,204,0.9);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.iconSetCall:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(24,170,204,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(24,170,204,0.9);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(24,170,204,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(24,170,204,0.9);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(24,170,204,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(24,170,204,0.9);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(24,170,204,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(24,170,204,0.9);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(24,170,204,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(24,170,204,0.9);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(24,170,204,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(24,170,204,0.9);
        transform: scale(1.5);
        opacity: 0;
    }
}

button i {margin-right:5px;
}

.tab-content>.tab-pane {
  
    border-right: 1px solid #ddd;
     border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
}
.nav-tabs > li > a {font-weight:bold;color: #6c6c6c;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    /*background: #6c6c6c;
    color: #fff;*/
}
.marginSet {margin: 0px;
    margin-bottom: 8px;
}
.box-header .alert {
    padding: 4px 12px;
    border-radius: 15px;
    margin-bottom: 0px;
    margin-top: 3px;
}
.color1 {
    color: #ae3ec9;
}
.color2 {
    color: #d6336c;
}
.color3 {
    color: #16996d;
}
.color4 {
    color: #4263eb;
}
#mdlFollowup .modal-dialog {
    width: 70%;
}

#mdlFollowup .close {
       font-size: 24px;
    margin-top: 6px;
    color: #fff;
    opacity: 0.9;
}
.box i.fa-play-circle-o {
    font-size: 16px;
}
#btnNewEnquiryClose {
    font-size: 18px;
    margin: 2px 5px;
}

#tblProspectContacts textarea {max-height:24px !important;
}

.errorMessage,.txtsourceError,.tblAddressError,.ownershipremarkErrorMessage, .ownershipEmpErrorMessage,.ConclusionremarkErrorMessage, .ddlConclusionStatus {
    color: red;
}
#ToptblmyMomdlTranferConToProspect {max-height:400px;
}
#sendSMS p { margin-left:17px;
}
#mdlCheckDuplicate .modal-dialog {
    width:80%;
}
#TOPtblCheckDuplicate {
    max-height:400px;
}
.toptblFollowup {max-height:400px;
}

#myMomdlTranferConToProspect .modal-dialog {width:80%;
}
.conversationTab {background: #e6e6e6;
}


.boxcoltheme4 #tabFollowup .table > thead:first-child > tr:first-child > th {
        background: #0ca678;
}
.boxcoltheme4 #tabFollowup .btn-info {
    background: #0ca678 !important;
}

.boxcoltheme4 #tabConclusion .table > thead:first-child > tr:first-child > th, .boxcoltheme4 #tabConclusion .btn-info {
        background: #0264ca !important;
}

.boxcoltheme4 #tabConclusion label{
        color: #0264ca;
}

.boxcoltheme4 #tabOwnershipTransfer .table > thead:first-child > tr:first-child > th, .boxcoltheme4 #tabOwnershipTransfer .btn-info {
        background: #02adb8 !important;
}

.boxcoltheme4 #tabOwnershipTransfer label{
        color: #02adb8;
}
.nav-tabs>li.active>a, .tab-content {background-color: #f4f6fa !important;
}
.anchordatabg1head h5 {font-weight: bold;
    /*font-size: 15px;*/
}
#tabConclusion .anchordatabg1head h5 {color: #0264ca;
}
#tabOwnershipTransfer .anchordatabg1head h5 {color: #02adb8;
}

#tabAddOwner .anchordatabg1head h5, .boxcoltheme4 #tabAddOwner label {color: #5b73e8;
}
.boxcoltheme4 #tabAddOwner .btn-info {
    background: #5b73e8 !important;
}
#tabFollowup .anchordatabg1head h5 {color: #0ca678;
}

#ddladdownerPanel .select2-container--default .select2-selection--multiple .select2-selection__choice {
background: #5b73e8 !important;
}

#mdlFollowup .modal-header {
    padding: 7px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #0ca678;
    color: #fff;
}

#mdlFollowup  .modal-content {
    padding: 0px;
}

#mdlFollowup .modal-title {font-size: 16px;
}

#mdlFollowup .modal.fade.slide-right .modal-dialog .modal-body {
    background:#f4f6fa ;
}

.modalBGSet {
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101,109,119,.16);
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;
}
#mdlFollowup  label {
    color: #0ca678;
}
#mdlFollowup .btn {
    background: #0ca678 !important;
}
.modal {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: none;
}
#ddladdownerPanel .SumoSelect.open > .optWrapper {
    bottom: 25px !important;top: auto !important;
}
.innerboxbody {background: #f4f5f7 !important; 
}
.shadowSet {    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
}
.convertabBG {box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
}
.btnAddNewCity {font-size:18px; cursor:pointer;
}
.pnlAddCity button i { margin-right:0px;
}

#mdlFollowup .modal-content, #mdlFollowup .modal-body {
    background-color: #f4f6fa !important;
}

#sendEmail .modal-dialog {width:90%;
}
#sendEmail .modal-footer label{ float:left;
}
#sendEmail .close {
    font-size: 24px;
    margin-top: 6px;
   
}
#sendEmail .form-group { min-height:initial;
}
#sendEmail .tab-content>.tab-pane {
    border:none;
}
.btnccbccset {border: solid thin #ccc;
    padding: 4px 15px;
    display: inline-block;
   
    color: #fff;
    border-radius: 5px;
    min-width: 60px;
    text-align: center;
}
.ccset { background: #1ab0b0;
}
.bccset {background: #40b5f5;
}
.note-popover {
  display: none;
}

#sendEmail .modal-footer {position: fixed;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 10px;
    margin-left: -15px;
}
    #sendEmail .modal-footer .btn { margin-top:17px;
    }
#sendEmail .panel { margin-bottom:0px;
}

.uploadFileSuccess {
    color: #0c9657 !important;
}

.note-editor {
  position: static;
  border-radius: 0.42rem;
}
.note-editor.note-frame {
  border: 1px solid #E4E6EF;
}
.note-editor.note-frame .panel-heading.note-toolbar {
  background: #F3F6F9;
}
.note-editor.note-frame .note-statusbar {
  background: #F3F6F9;
}
.note-editor .note-toolbar {
  position: static;
  padding: 0.5rem 0.5rem;
  border-radius: 0.42rem;
}
.note-editor .note-toolbar .note-btn-group {
  margin-top: 0;
}
.note-editor .note-toolbar .note-btn-group .btn {
  background: white;
  border: 1px solid #EBEDF3;
}
.note-editor .note-toolbar .note-btn-group .btn i {
  font-size: 1rem;
  line-height: 0;
  padding-right: 0;
  color: #7E8299;
}
.note-editor .note-toolbar .note-btn-group .btn:hover, .note-editor .note-toolbar .note-btn-group .btn:focus, .note-editor .note-toolbar .note-btn-group .btn:active, .note-editor .note-toolbar .note-btn-group .btn.active {
  background: transparent;
  color: #8950FC;
}
.note-editor .note-toolbar .note-btn-group .btn:hover i, .note-editor .note-toolbar .note-btn-group .btn:focus i, .note-editor .note-toolbar .note-btn-group .btn:active i, .note-editor .note-toolbar .note-btn-group .btn.active i {
  color: #8950FC;
}
.note-editor .note-toolbar .note-btn-group.note-color .dropdown-toggle:after {
  margin-left: 0;
}
.note-editor .modal .modal-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.note-editor .modal .modal-header .close {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 0;
}
.note-editor .modal.note-modal .modal-dialog {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
}
.note-editor .panel-heading.note-toolbar {
  padding: 0.5rem 0.74rem 0.74rem 0.74rem;
  border-top-left-radius: 0.42rem;
  border-top-right-radius: 0.42rem;
}
.note-editor .panel-heading.note-toolbar .btn {
  outline: none !important;
}
.note-editor .panel-heading.note-toolbar .dropdown-menu {
  min-width: 185px;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 375px;
  padding: 10px;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li {
  display: table;
  table-layout: fixed;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group {
  display: table-cell !important;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group:first-child {
  padding-right: 10px;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group .note-color-reset {
  margin: 5px 0 10px 0;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group .note-palette-title {
  margin: 5px 0;
  text-align: left;
  border: 0;
}
.note-editor .panel-heading.note-toolbar .dropdown-toggle::after {
  display: none;
}
.note-editor .note-editable .table.table-bordered th, .note-editor .note-editable .table.table-bordered td {
  border: 1px solid #EBEDF3;
}
.note-editor .is-valid .note-editor {
  border-color: #1BC5BD;
}
.note-editor .is-invalid .note-editor {
  border-color: #F64E60;
}
.viewEMailMessage {    background: #256fff;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
}
    .viewEMailMessage i {    margin-right: 2px;
    }
#sendEmail .modal-header {    background: #016dbf;
    color: #fff;
}
.box .inenerHeading {    font-size: 15px;
    font-weight: 500;
    margin: 0px 18px 10px 14px;
    color: #2c3652;
    padding: 0px;
}
.impbtnBG {background: -webkit-gradient(linear, left top, left bottom, from(#55597a), to(#55597a)) !important;
}
.impbtnBG1{background: -webkit-gradient(linear, left top, left bottom, from(#55597a), to(#55597a)) !important;
}
label {
    color: #55597a;
}
.minheightDiv{ min-height:288px;}
.dz-error-message {display:none;
}

.uploadFileSuccess {
    color: #0c9657 !important;
}
.uploadFileSuccess:after {
    content: "\f05d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    right: 5px;
    top: -12px;
    font-size: 16px;
}

#sendEmail .close {
    font-size: 24px;
    margin-top: 6px;
    color: #fff;
    opacity: 0.9;
}

#mdlViewEmail .modal-dialog {
    width: 90%;
}

#mdlViewEmail .modal-header {
    background: #016dbf;
    color: #fff;
}

#mdlViewEmail .close {
    font-size: 24px;
    margin-top: 6px;
    color: #fff;
    opacity: 0.9;
}
.f18 {font-size:16px;
}
#mdlViewEmail p { margin-bottom:2px;
}
#mdlViewEmail hr {margin:5px 0px;
}