/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

#response {
  background: #ff6e6e;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  display: none;
}

#response-msg {
  position: fixed;
  top: 100px;
  right: 10px;
  z-index: 1040;
}

.success-msg{
  background-color: rgba(40,167,69,.85);
  color: #fff;
  padding: 0.75rem;
}

.process-msg{
  background-color: rgba(38, 156, 230, 0.85);
  color: #fff;
  padding: 0.75rem;
}

.error-msg{
  background-color: rgba(234, 46, 56, 0.85);
  color: #fff;
  padding: 0.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  font-size: 12px;
}

.select2-results__option{
  font-size: 12px;
}

.small-box{
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.small-box>.inner {
  padding: 10px;
}

.small-box h3{
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
}

.small-box p{
  font-size: 1rem;
  color: #fff;
}

.small-box .icon{
  color: rgba(0,0,0,.15);
}

.small-box .icon i {
  position: absolute;
  right: 15px;
  font-size: 70px;
  top: 20px;
}

.filter-card {
  box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
  margin-bottom: 1rem;
  background: #fff;
  position: relative;
}

.filter-card .filter-header {
  background-color: #007bff !important;
  border-bottom: 1px solid rgba(0,0,0,.125);
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.filter-card .filter-header h3 {
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  margin-bottom: 0px;
}

.filter-card form {
  padding: 15px 20px;
}

.filter-row2{
  margin-top: 10px;
}

.filter-body input.form-control {
  height: 30px;
}

.app-brand-link{
  background-color: #000;
}

.app-brand-link img{
  width: 100%;
}

.app-brand-link span {
  width: 100%;
}

tbody {
  font-size: 13px;
}

.text-right {
    text-align: right;
}

.order_detail_tbl {
    margin-top: 10px;
    width: 100%;
    border-collapse: separate;
}

.order_detail_tbl tr td:first-child {
    background: gray;
    color: #FFF !important;
}

.order_detail_tbl td {
    padding: 7px;
    background: #e5e5e5;
    border-collapse: separate;
    margin: 1px;
    color: #000;
}

.text-sm {
    font-size: 13px !important;
}

.text-primary {
    color: #007bff !important;
}

.text-muted {
    color: #6c757d !important;
}

.order_detail_user .bx {
    font-size: 33px;
}

/*New CSS*/

section#main-lead-detail-sec .col-lg-8 {
    padding-left: 0 !important;
}

section#main-lead-detail-sec .col-md-12 {
    padding-left: 0 !important;
}

section#main-lead-detail-sec tbody {
    font-size: 12px !important;
}

.order_detail_tbl tr td {
    padding: 8px 10px !important;
    font-size: 13px !important;
}

.filter-card .filter-header h3 {
    padding: 10px 13px !important;
    font-weight: 800 !important;
}

section#main-lead-detail-sec .col-lg-9 {
    width: 100% !important;
}



section#main-lead-detail-sec .col-12.col-md-12.col-lg-3 {
    width: 100% !important;
    margin: 20px 0 0 0 !important;
}

section#main-lead-detail-sec .text-primary {
    text-align: center;
}

div#inner-row .agent-image.admin-image img {
    width: 23% !important;
    max-width: 34% !important;
    margin: 42px 0 0 0 !important;
}

div#inner-row ul#main-name-com {
    padding: 0 0 0 0 !important;
    display: flex !important;
    margin-bottom: 0 !important;
}

div#inner-row ul#main-name-com li {
    list-style: none !important;
    padding: 0 10px 0 0px !important;
    margin: 18px 0 0 0 !important;
}

div#inner-row ul#main-name-com li h2 {
    font-weight: 700 !important;
    font-size: 19px !important;
    color: #007bff !important;
    margin-bottom: 0px !important;
}

div#inner-row ul#main-name-com li strong {
    color: #000000ad !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

div#inner-row ul#main-name-com li:nth-child(2) {
    margin: 18px 0 0 10px !important;
    position: relative !important;
}

div#inner-row ul#main-name-com li:nth-child(2):before {
    content: "-";
    position: absolute;
    left: -17px !important;
    top: -17px !important;
    bottom: 0 !important;
    font-size: 34px !important;
    font-weight: 400 !important;
}

div#inner-row .col-12.col-md-12.col-lg-2 {
    width: 16% !important;
}

div#inner-row h4 {
    font-size: 17px !important;
    margin-bottom: 10px !important;
    margin-top: 9px !important;
    color: #000 !important;
}

div#date-com strong {
    font-size: 13px !important;
}

div#inner-row .col-md-3:nth-child(2) {
    width: 50% !important;
    margin: 19px 0 0 -255px !important;
}



.card div#inner-row:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #0000003d !important;
    top: 140px !important;
    bottom: 0 !important;
}

.card div#inner-row {
    position: relative;
}

#main-lead-detail-sec table.order_detail_tbl {
    margin: 10px auto;
    width: 97%;
}

#comment_card {
    width: 98%;
    margin: 0 auto;
    box-shadow: none;
}

/*New CSS END*/

/*Responsive Query*/
@media(max-width:1540px){
    
    div#dataTable_wrapper table#dataTable tbody td {
    padding: 3px 7px !important;
}
section#main-lead-detail-sec tbody tr td {
    width: 0% !important;
    font-size: 10px !important;
}

div#inner-row .col-md-3:nth-child(2) {
    margin: 18px 0 0 -161px !important;
}
div#inner-row .agent-image.admin-image img {
    width: 100% !important;
    margin: 34px 0 0 0 !important;
}  
}
@media(max-width:1440px){
    div#dataTable_wrapper table#dataTable tbody td {
    padding: 3px 0px !important;
}
    section#main-lead-detail-sec tbody tr td {font-size: 7px !important;}

div#inner-row .col-md-3:nth-child(2) {
    margin: 10px 0 0 -110px !important;
    width: 74% !important;
}

div#inner-row .agent-image.admin-image img {
    width: 100% !important;
    margin: 34px 0 0 0 !important;
}  
}
@media(max-width:1399px){
    
section#main-lead-detail-sec tbody tr td {font-size: 7px !important;}

div#inner-row .col-md-3:nth-child(2) {
    margin: 10px 0 0 -110px !important;
    width: 74% !important;
}

div#inner-row .agent-image.admin-image img {
    width: 100% !important;
    margin: 34px 0 0 0 !important;
}    
    
}
@media(max-width:1199px){}
@media(max-width:991px){
    


div#inner-row .col-md-3:nth-child(2) {
    width: 50% !important;
    margin: 0px 0px -10px -90px !important;
}

div#inner-row .col-md-3:nth-child(1) {
    width: 30% !important;
}

div#inner-row ul#main-name-com li h2 {
    font-size: 13px !important;
    margin: 0 0 0 0 !important;
}

div#inner-row ul#main-name-com li:nth-child(2) {
    margin: 14px 0 0 11px !important;
}

div#inner-row h4 {
    font-size: 14px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

div#date-com strong {
    font-size: 10px !important;
}

div#inner-row ul#main-name-com {
    margin-top: 11px !important;
}

.card div#inner-row:after {
    top: 107px !important;
    width: 100% !important;
}    
    
}
@media(max-width:767px){}
@media(max-width:575px){}
/*Responsive Query End*/


.red {
    color: red;
}


.imagePreview{
  width: 20%;
  display: flex;  
  margin: 0 auto;
  top: 10px;
  clip-path: circle();
}


.emp_image img {
  max-width: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.emp_name h2 {
  text-align: center;
  font-size: 25px;
  color: #2a4d9e;
  font-weight: 700;
}

.company_details ul {
  list-style: none;
  text-align: left;
  font-size: 15px;
  /* position: relative;
  top: 0;
  left: 90px; */
}

.company_details ul li b {
  margin-right: 10px;
}


.bday-img {
  width: 7%;
  margin-right: 10px;
}


.announcements {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.announcements .icon {
  width: 4%;
  margin-right: 40px;
}

.announcements .icon img {
  width: 100%;
}

.announcements .content {
  width: 80%;
}

.announcements .date {
  background: #007bff;
  color: #fff;
  margin: 0 auto;
  width: 12%;
}

.announcements .date .dis-date {
  background: black;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.announcements .date .dis-month {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.announcements .date .dis-year {
  text-align: center;
  border-top: 1px solid;
}


.announcements .content .title {
  font-size: 16px;
  font-weight: 700;
  color: #007bff;
}

.box-profile {
  padding: 0px !important;
}

.profile-username{
  margin-top: 55px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
}

.emp-des {
  padding-left: 20px;
  font-style: italic;
  font-weight: 500;
}

.emp-profile{
  padding: 24px;
  min-height: 300px;
}

.profile-user-img {
  position: relative;
  top: 150px;
  background: #FFFFFF;
  height: 170px !important;
}

.times {
  margin: 0 auto;
  
}

.times h4 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  /* border-bottom: 1px solid #dfdfdf; */
  padding-bottom: 10px;
}

.dis-time {
  width: 40%;
  margin: 0 auto;
  padding: 20px;
}

.dis-time .table {
  text-align: center;
}

.buttons {
  display: table;
  margin: 0 auto !important;
}

.buttons .btn-primary {
  margin-right: 5px;
}

.profile-pic{
  width: 15%;
}

#modalClose {
  background: none;
  border-radius: 30px;
  padding: 7px 13px;
}


button#exampleModal {
  position: absolute;
  right: 75px;
}

.show-time {
  font-size: 26px;
  text-align: center;
  margin: -21px 0px 8px 0px;
}

#btnSearch {
    margin-top: 5px;
    margin-left: -20px;
}

#dataTable_wrapper {
    padding: 15px;
}

.announcements .paragraph{
    padding: 7px;
}


