 body {
     margin: 0;
     font-family: calibri;
     font-size: 13px !important;
     font-weight: normal;
     line-height: 1.5;
     color: #666666;
     text-align: left;
     background-color: #f3f2f4;
}
/*welcomepage css starts*/
  /* Theme Colors
  background: linear-gradient(to bottom, #e7e5e8 0%,#d4d2d5 100%);
    border: solid 1px #bcbcbc73;
    box-shadow: 0px 0px 0 1px #bcbcbc73;

    color: #666666 !important;

    */
 #particles-js{
     width: 100%;
     height: 100vh;
     background-size: cover;
     background-position: 50% 50%;
     position: fixed;
     top: 0px;
     background: linear-gradient(to right, #3FDAE4 0%,#5C48CE 100%);
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
 .wrapper {
     display: flex;
     align-items: center;
     flex-direction: column;
     justify-content: center;
     width: 100%;
     min-height: 100%;
}
 #formContent {
     border-radius: 5px;
     background: #ffffff;
     width: 90%;
     max-width: 350px;
     position: relative;
     padding: 10px 10px 22px 10px;
     text-align: center;
}
 .fadeIn.first {
     padding-top: 30px;
     padding-bottom: 30px;
}
 input[type=email],input[type=password] {
     padding: 6px 6px 6px 6px;
     text-decoration: none;
     display: inline-block;
     font-size: 15px;
     margin: 5px;
     width: 75%;
     border: 1px solid #f1f1f1;
     border-radius: 5px 5px 5px 5px;
     font-family: calibri;
     float: none;
     outline: none;
     border-radius: 4px;
}
/*img#icon {
     width: 80px;
     border-radius: 50%;
}
*/
 img#icon {
     width: 55%;
}
 input[type=email],input[type=password]:focus {
     background-color: #f7f7f7 !important;
}
 input[type=email],input[type=password]:placeholder {
     color: #cccccc;
}
 .btn {
     display: inline-block;
     font-weight: 400;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     font-size: 1rem;
     line-height: 1.5;
     border-radius: 0.25rem;
     margin: 20px 30px 20px 20px;
     float: right;
     width: 100px;
     padding: 5px;
}
 button.btn.btn-primary {
    
     

     background: linear-gradient(to right, #eaeaea 0%,#e0e0e0 100%);
     border: 1px solid #cdcdcd;
     color: #666666;
     cursor: pointer;
     font-size: 16px;
     font-family: calibri;
     letter-spacing: 0.02rem;
}

button.btn.btn-primary:hover {
    
     

    background: linear-gradient(to right, #d3d3d3 0%,#cbcbcb 100%);
     border: 1px solid #cdcdcd;
     color: #666666;
     cursor: pointer;
     font-size: 16px;
     font-family: calibri;
     letter-spacing: 0.02rem;
}
/*welcome css ends*/
/*header css starts*/
 .navbar {
    /* overflow: hidden;*/
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 99;
     background: #fff;
     display: initial;
     padding: 4px;
   box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
}
 .nav-left input {
     float: left;
     margin-left: 22px;
}
 .nav-left li {
     float: left;
     margin-left: 10px;
}
 .headerlogo {
     float: left;
     width: 14%;
}
 .nav-right {
     float: right;
}
 .userprofile {
     border: solid 1px #dedede42;
     height: 50px;
     width:50px;
     border-radius: 50%;
}
 .nav-left li input {
     font-size: 13px;
     border-radius: 16px;
     border: 1px solid #cccccc;
}
 .headericons {
     width: 60px;
}
 li {
     list-style: none;
}
 dl, ol, ul {
     margin-top: 0;
     margin-bottom: 0rem;
}
/*header css ends*/
/*sidenav css starts*/
 .sidenav {
     height: 100%;
     width: 15%;
     position: fixed;
     z-index: 1;
     top: 0px;
     left: 0;
     background-color: #fff;
     overflow-x: hidden;
     padding-top: 20px;
     overflow: hidden;
     box-shadow:inset 0 1px 1px 0.06px;
}
 .sidenav:hover {
     overflow-y: initial;
}
 .sidenav::-webkit-scrollbar {
     display: block;
     width: 5px;
}
 .sidenav::-webkit-scrollbar-track {
     background: transparent;
}
 .sidenav::-webkit-scrollbar-thumb {
     background-color: #818181;
     border-right: none;
     border-left: none;
}
 .sidenav a, .dropdown-btn {
     text-decoration: none;
     font-size: 14px;
     color: #666666;
     display: block;
     border: none;
     background: none;
     width: 100%;
     text-align: left;
     cursor: pointer;
     outline: none;
     padding: 6px 20px;
}
 .dropdown-container {
     display: none;
     background-color: #262626;
     padding-left: 8px;
}
 .leftmenu {
    margin-left: 0px;
    padding-top: 20%;
    padding-left: 0px;
    margin-right: 0PX;
}

.leftmenu li {
            border-bottom: 1px solid #d4d4d473;
}
 .leftmenu a:hover {
     background: linear-gradient(to bottom, #e7e5e8 0%,#d4d2d5 100%);
     color: #666666 !important;
     border-radius: 0px;
         box-shadow: 0px 0px 0 1px #bcbcbc73;
}
 i.fa.fa-caret-down {
     float: right;
}
 i.fa.fa {
     letter-spacing: 0.3rem;
}
 i.fa.fa-sort-desc {
     float: right;
}
 .submenu {
     display: none;
}
 ul#mainsubmenu {
     margin-left: -18px;
}
/*sidenav css ends*/
/*Body css starts*/
 .table-bordered {
     width: 100%;
     background: #fff;
     text-align: center;
     margin-top: 6%;
     margin-bottom: 2%;
     margin-left: 15%;
     width: 85%;
}
 .table-bordered td {
     padding: 1px 0.75rem;
     font-size: 14px;
     font-weight: 500;
     font-family: calibri;
}
 .table-bordered th {
     padding: 3px 0.75rem;
    /*border-bottom: 1px solid #d3d3d3;
    */
     font-size: 14px;
     font-weight: 500;
     font-family: calibri;
}
input#filter {
    border: 1px solid #dddddd;
    font-size: 13px;
    margin: 5px;
    padding: 0.375rem 0.75rem;
    width: -webkit-fill-available;
}
 .form-control {
     display: block;
     width: 100%;
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     line-height: 1.5;
     color: #495057;
     background-color:#f7f7f7;
     background-clip: padding-box;
     border: 1px solid e3dfdf ;
     border-radius: 0.25rem;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*Body css ends*/
/*createlead css starts*/
 .card {
     margin-left: 17.6% !important;
     width: 82.4%;
     margin-top: 4.7%;
}
 .row {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
}
 .form-control {
     font-size: 13px;
}
 .control-group label {
    padding-top: 10px;
     font-size: 14px;
     font-family: calibri;
}
 .createlead {
     padding: 30px;
     border: solid 1px #bcbcbc73;
}
/*createlead css ends*/
 .leadsreport{
     margin: 200px 198px;
     padding: 50px 50px 30px 50px;
     border-radius: 6px;
     width: 50%;
     margin-left: 33% !important;
}
 .tableheader {
    background: linear-gradient(to right, #e7e7e7 0%,#e5e5e5 100%) !important;
    /* background: linear-gradient(to right, #e7e7e7 0%,#e5e5e5 100%) !important; */
    /* background: linear-gradient(to right, #584dcf 0%,#4437ce 100%); */
    color: #fff;
}
 thead.tableheader th {
     text-align: initial;
    
}
 .tablebody td {
     text-align: initial;
     line-height: 30px;
}
 .modal-dialog.modal-sm {
     margin-top: 100px;
}
 input.btn.update {
     background-color: #006df0;
     color: #fff;
}
 .modalpara {
     cursor: pointer;
}
 p{
     margin-bottom: 5px !important;
}
 .page-body {
   margin-left: 15% !important;
    width: 85%;
     margin-top: 4%;
}
 .md-content {
     color: #666666;
     position: relative;
     border-radius: 3px;
    margin: 16% 14% 9% 16%;
    width: 83%;
    margin-top: 5%;
   
   
}
 .addquotationbg {
     /* background: #4680ff; */
}
 .addquotationbg h3 {
    color: #666666;
    text-align: center;
    font-family: calibri;
    background: linear-gradient(to bottom, #e7e5e8 0%,#d4d2d5 100%);
   border: solid 1px #bcbcbc73;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 8px;
    border-radius: 3px;
        border-bottom: solid 2px #a7a7a7;
    
    
}
 .addquotation {
     background-color: #fff;
     margin-top: -9px;
}
 .addquotationtable h2 {
     font-size: 19px;
     color: rgb(3, 150, 255);
     font-weight: 600;
}
 table tr h2 {
     font-size: 19px;
     color: rgb(3, 150, 255);
     font-weight: 600;
    " 
}
 .addquotationimg {
     width:100%;
     max-width:300px;
     margin-right: -28px;
     margin-top: -15px;
}
 .addquotationpara {
     color: #666666;
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
}
 td.information {
     font-size: 15px;
     font-weight: 100;
}
 .invoice-box {
     max-width: 100%;
     padding: 10px;
     font-size: 16px;
     line-height: 24px;
     color: #555;
}
 .invoice-box table {
     width: 100%;
     line-height: inherit;
     text-align: left;
     margin-top: -15px;
}
 .invoice-box table td {
     padding: 5px;
     vertical-align: top;
}
 .invoice-box table tr td:nth-child(n + 2) {
     text-align: right;
}
 .invoice-box table tr.top table td.title {
     font-size: 45px;
     line-height: 45px;
     color: #666666;
}
 .invoice-box table tr.information table td {
     padding-bottom: 40px;
}
 .invoice-box table tr.heading td {
     background: #eee;
     border-bottom: 1px solid #ddd;
     font-weight: bold;
}
 .invoice-box table tr.details td {
     padding-bottom: 20px;
}
 .invoice-box table tr.item td {
     border-bottom: 1px solid #eee;
}
 .invoice-box table tr.item.last td {
     border-bottom: none;
}
 .invoice-box table tr.item input {
     outline: none;
     border: 0px solid #cdcdcd;
     border-radius: 1px;
     padding: 4px;
}
 .invoice-box table tr.item td:first-child input {
     margin-left: -5px;
     width: 100%;
     border: 0px solid #cdcdcd;
     border-radius: 1px;
     padding: 4px;
}
 .invoice-box table tr.total td:nth-child(2) {
     border-top: 2px solid #eee;
     font-weight: bold;
}
 .invoice-box input[type="number"] {
     width: 60px;
}
 .btn-add-row {
     cursor: pointer;
     padding: 6px;
     border-radius: 3px;
     background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);
     border: 1px solid #5c48ce;
     color: #fff !important;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
/* Firefox */
 input[type=number] {
     -moz-appearance: textfield;
}
 i.icofont.icofont-ui-close.act-close {
     font-size: 12px;
     color: red;
     cursor: pointer;
}
 i.icofont.icofont-ui-check.act-tick {
     color: green;
     font-size: 12px;
     cursor: pointer;
}
 .remarkstop {
     margin-top: 10px;
}
 .downloadformat a {
     text-decoration: none;
     color: #000;
}
/*view quotation starts*/
 .viewquotationtitle {
      background: linear-gradient(to bottom, #e7e5e8 0%,#d4d2d5 100%);
     text-align: center;
     color: #666666;
     padding: 5px;
}
 .card-body {
     background-color: #fff;
     margin-top: -10px;
}
 .viewquotationlogo {
     max-width: 300px;
     float: right;
}
 .pull-left h2 {
     font-size: 19px;
     color: rgb(3, 150, 255);
     font-weight: 600;
}
 .viewquotationtable {
     border-collapse: collapse;
     width: 100%;
     counter-reset: serial-number;
}

 .viewquotationtable th {
     padding: 4px !important;
     background-color: #dcdadd;
     color: #666666;
     text-align: center;
}
.viewquotationtitle h3 {
     font-size: 20px;
}

table.viewquotationtable tr td {
    border: 1px solid #dedede;
    padding: 3px;
    text-align: center;
}
 .viewqutnsubtotal td {
     border: 1px solid #dbdbdb;
     background: #eeeeee;
     padding: 4px;
}
 .viewqutnsubtotal {
     float: right;
}
 .viewqutnpara {
     text-transform: capitalize;
}
 address p {
     color: #666666;
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
/*     margin-top: -17px;*/
     margin-bottom: 0px !important;
}
/*view quotation ends*/
 button.btn.btn-primary.createtask {
     margin-top: 80px;
     margin-right: 5px;
     width: 11%;
}
 .modal-dialog {
     margin-top: 10%;
}
 .smstemplatetxt {
     width: 100%;
     border: 1px solid #ced4da;
}
 .modal-header {
     background: linear-gradient(to right, #3926a1 0%,#5c48ce 100%);
     padding: 6px;
     color: #fff;
}
 .datatables {
     margin-left: 15.1% !important;
     width: 85%;
     background: #ffff;
     margin-top: 6%;
     padding: 30px 20px 30px 20px;
}
/*Copy pdf buttons starts*/
 .dt-buttons .dt-button {
     padding: 6px 15px;
     border-radius: 4px;
     background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);
     color: #fff;
     margin-right: 3px;
     text-decoration: none;
}
 .dt-buttons {
     padding-top: 5px;
     margin-bottom: 15px;
}
 .dataTables_info, .dataTables_length, .dt-buttons {
     display: inline-block;
}
 .dataTables_filter {
     float: right;
     margin-top: 10px;
}
 .dataTables_filter input {
     background-size: 0 2px,100% 1px;
     transition: background 0s ease-out;
     float: none;
     box-shadow: none;
     border-radius: 0;
     margin-left: 10px;
}
 .dataTables_filter input, .dataTables_filter input:focus {
     background-image: linear-gradient(#fb9678,#fb9678),linear-gradient(#e9ecef,#e9ecef);
    outline: none;
}
 .dataTables_filter input, .dataTables_length select {
     border: 0;
     background-repeat: no-repeat;
     background-position: center bottom,center calc(100% - 1px);
     background-color: transparent;
}
 [type=search] {
     outline-offset: -2px;
     -webkit-appearance: none;
}
 .dataTables_wrapper .dataTables_paginate {
     float: right;
     text-align: right;
     padding-top: 0.25em;
}
 .dataTables_wrapper .dataTables_paginate .paginate_button {
     box-sizing: border-box;
     display: inline-block;
     min-width: 1.5em;
     padding: 0.5em 1em;
     text-align: center;
     text-decoration: none;
     cursor: pointer;
     color: #666666;
     border: 1px solid #ddd;
}
/*Copy pdf buttons ends*/
 table.table-bordered thead tr th {
     color: #666666;
}
/*select.form-control:not([size]):not([multiple]) {
     height: calc(0rem + 0px) !important;
}
*/
 table thead th {
     font-weight: 500;
     font-size: 14px;
     font-family: calibri;
     color: #fff;
     padding: 6px;
     padding: 5px 0.75rem;
}
 i.icofont.icofont-email {
     color: #ec2424;
}
 .icofont-email:before {
     content: "\efe4";
}
 .icofont-ui-check:before {
     content: "\ed27";
}
 .icofont-ui-close:before {
     content: "\ed2b";
}
 @font-face {
     font-family: 'icofont';
     src: url('../fonts/icofont.eot?v=1.0.0-beta');
     src: url('../fonts/icofont.eot?v=1.0.0-beta#iefix') format('embedded-opentype'), url('../fonts/icofont.ttf?v=1.0.0-beta') format('truetype'), url('../fonts/icofont.woff?v=1.0.0-beta') format('woff'), url('../fonts/icofont.svg?v=1.0.0-beta#icofont') format('svg');
     font-weight: normal;
     font-style: normal;
}
 .icofont {
     font-family: 'IcoFont' !important;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 input:focus, textarea:focus, select:focus{
     outline: none;
}
/*Media Queries starts*/
 @media (min-width: 1080px) {
     .container {
         max-width: 100%;
    }
}
 @media (min-width: 768px) {
     .container {
         max-width: 100%;
    }
}
/*Media Queries ends*/
table.table-bordered thead tr {
background: linear-gradient(to bottom,  #e7e5e8 0%,#d4d2d5 100%);
border: solid 1px #bcbcbc73;
/* border-bottom: 0px solid #cccacd; */
border-bottom: 1px solid #d1cbcb;

}
 .selectrqmnt {
     margin-top: 1rem;
     margin-bottom: 1rem;
}
 table.table-bordered tbody tr {
     border-bottom: 1px solid #c7c7c7;
}
/*search project css starts*/
 .multi-select-dropdown {
     display:inline-block;
     border: 1px solid #e7e7e7;
     border-radius: 3px;
     width:100%;
     color: #9f9d9d;
     font-size: 13px;
     padding: 4px;
     cursor: pointer;
}
 .dd-title > input {
     outline:none;
     border:none;
     padding-left:1px;
     padding-right:26px;
     font-family: 'Open Sans';
     font-size: 16px;
     max-width:75%;
}
 .remove-icon i{
     float:right;
     padding-right:5px;
     font-size: 18px;
}
 .arrow-icon{
     position:absolute;
     right:0;
}
 .dd-title-text{
     width:100%;
}
 .dd-title {
     position:relative;
}
 .dd-header {
     padding: 5px;
}
 .dd-list{
    /* border-top: 1px solid black;
    */
     list-style:none;
     margin:0;
     padding:5px;
     display:flex;
     flex-direction: column;
     z-index:9;
}
 .dd-list-item {
     padding: 1px;
}
/*search project css ends*/
 h4.mainhead {
     font-size: 17px;
     background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);
     color: #fff;
     padding: 3px 9px 3px 9px;
}
.mandatory {
     color: red;
}



.invoice-box h2 {
    font-size: 19px;
    color: #666666;
    font-weight: 600;
}
input.quotationfor {
    border: none;
    outline: none;
}

i.fa.fa-plus.btn-add-more.adbt1,i.fa.fa-minus.btn-remove-detail-row.clbt1 {
    cursor: pointer;
}

.navbarheader {
      margin-left: 15.2% !important;
      width: 84.8%;
      text-align: center;
      margin-top: 5.5%;
      margin-bottom: 1%;
    }
    li.list-item:hover {
    background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);
    color: #fff;
    border: 1px solid #5c48ce;
  }

    .navbarheader ul {
      display: flex;
      list-style-type: none;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 0px;
      margin-bottom: 0px;
    }

    .navbarheader ul li {
      display: inline;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    border-radius: 4px 15px 0px 0px;
    position: relative;
    background-color: #f0f1f1;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    }

    .navbarheader ul li.active {

     border-bottom: 2px solid #2f1d97;
    /* background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);*/
     color: #666666;
    
    }

    .navbarheader ul a {
    color: #5c48ce;
    text-decoration: none;
}

    .navbarheader ul a li.active::after {
    /*content: "";
    position: absolute;
    border: 0 solid transparent;
    border-top: 12px solid #4532b2;
    top: 55%;
    left: 50%;
    width: 0px;
    height: 9px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform: translate(-50%, 100%);*/
    }

    button.close {
    font-size: 25px; 
    color: #fff;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    outline: none;
}
.close:focus, .close:hover {
     color: #fff; 
    text-decoration: none;
    opacity: .75;
}

.modal-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 3px 0px 3px 13px;
      border-bottom: 1px solid #e9ecef; 
      border-top-left-radius: 0rem; 
  border-top-right-radius: 0rem; 
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem 0rem -1rem auto;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #666666;
        background: linear-gradient(to right, #d3d3d3 0%,#cbcbcb 100%);
    border:#eaeaea;
}
.modal-content {
     font-family: calibri !important;
}

input.btn.btn-primary {
     background: linear-gradient(to right, #2f1d97 0%,#5c48ce 100%);
    border: 1px solid #5c48ce;
}
div#statusdata {
     width: 50%;
}
ul#mainsubmenu6 {
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 35px 0px;
    border-radius: 5px;
    opacity: 1;
    position: absolute;
    right: 0px;
    visibility: visible;
    width: 11em;
    transform: translateY(20px);
    padding: 6px 13px 5px 13px;
    margin-right: 16px;
}

ul#mainsubmenu6:before {
    content: "";
    border: 10px solid transparent;
    border-left-color: #fff;
    border-top-color: #fff;
    position: absolute;
    border-radius: 5px;
    bottom: 91px;
    right: 20px;
    -webkit-box-shadow: -11px -11px 35px 0 rgb(0 0 0 / 25%);
    box-shadow: -11px -11px 35px 0 rgb(0 0 0 / 25%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9;
}
ul#mainsubmenu6 li {
    line-height: 30px;
    cursor: pointer;
    margin-left: 20px;
}
ul#mainsubmenu6 li a {
    color: #666666;
}
a:hover {
     text-decoration: none; 
}
table.table.table-bordered thead tr th,table.table.table-bordered tbody tr td {
     font-size: 13px;
}