/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic);*/

.h-300{height: 300px!important;}
.h-400{height: 400px!important;}
.h-123{height: 123px!important;}
.w-60{width: 60px !important}
.w-200{width: 200px !important;}
.w-300{width: 300px !important;}
.mw-70{max-width: 70% !important;}
.wp-10{width: 10% !important;}
.wp-15{width: 15% !important;}
.wp-20{width: 20% !important;}
.wp-30{width: 30% !important;}
.wp-40{width: 40% !important;}
.wp-50{width: 50% !important;}
.wp-60{width: 60% !important;}
.wp-70{width: 70% !important;}
.wp-80{width: 80% !important;}
.wp-90{width: 90% !important;}
.wp-100{width: 100% !important;}
.hm-30{min-height: 30px!important;}
.table td, .table th{
  padding: 0.5rem;
}
.auth-wrapper .authentication-form .logo-centered {
    width: auto !important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.auth-wrapper {
    background: rgb(0 150 136);
    height: 100vh;
    background-image: -webkit-linear-gradient(top left, var(--cyan), #08671e);
}
.auth-wrapper .authentication-form .form-group .form-control {
    border-radius: 25px;
    height: 40px;
}
.auth-wrapper .authentication-form .form-group .form-control ~ i {
    top: 13px!important;
    color: #009688;
}
.auth-wrapper .authentication-form {
    font-size: .9rem;
    width: 370px;
    display: block;
    padding: 25px 30px;
    margin: 60px 0;
    background: #fff;
    border-radius: 5px;
}
.btn-custom{
    border-radius: 25px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: #009688;
    height: 40px;
    color:#fff;
}
.btn-semi-rounded{border-radius: 25px;}

 .password-block{
    position: absolute;
    top: 200px;
    right: -220px;
    background: #fdfdfd;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #678660;
}

.password-block:before{
    content: '';
    height: 0;
    width: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 20px solid #678660;
    position: absolute;
    left: -20px;
    top: 50px;
}
.badge-right{
	float:right;
	position:initial !important;
}
#Widget-line-chart1, #Widget-line-chart2, #Widget-line-chart3, #Widget-line-chart4{
	width:100%;
	height:75px
}
#realtime-profit, #sale-diff{
	height:150px;
}
#sec-ecommerce-chart-line{
	height:30px;
}
#sec-ecommerce-chart-bar{
	height:100px;
}
#app-sale1,#app-sale2,#app-sale3,#app-sale4{
	height:50px;
}

.chart-shadow{
	height:400px;
}
.st-cir-chart{
	height:450px!important;
}
#status-round-1,#status-round-2,#status-round-3,#status-round-4{
	width:80px !important;
	height:80px !important;
}
#card-412{
	min-height: 412px;
}
#card-422{
	min-height: 422px;
}
#visitfromworld{
	width:100%;
	height:350px;
}
.card-300{
	height:300px;
}
.card-484{
	min-height: 484px;
}
.card-180{
	min-height: 180px;
}
.card-200{
	min-height: 200px;
}
.th-50{
	width:50%;
}
.pt-100{padding-top: 100px;}
.font-150{
	font-size: 150px;
}
#pbc-1,#pbc-2,#pbc-3,#pbc-4,#pbc-5,#pbc-6{
	height:50px;
}
/*.sale-card{
	min-height: 301px;
}*/

#deal-analytic-chart{
	height:300 !important;
}
#tot-rev-chart{
	width:100px;
	height:100px;
}
#allocation-map, #allocation-chart{
	height:250px;
}
#sal-income,#rent-income,#income-analysis{
	height:100px;
}
.progress-6{
	height: 6px;
}
.hide{
	display: none;
}



.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  opacity: 0.7;
  transition: all 0.2s;
}
.app-sidebar {
  -webkit-transition-property: none!important;
  -moz-transition-property: none!important;
  -o-transition-property: none!important;
  transition-property: none!important;
}

.sidebar-action{
  position: absolute;
  right: 23px;
  font-size: 25px;
  color: #c7c7c7;
  cursor: pointer;
}
.sidebar-mini .sidebar-action i:before {
  content: "\e911";
}
.sidebar-mini.sidebar-mini-hover .sidebar-action i:before {
    content: "\e910";
}
.sidebar-mini .app-sidebar {
    width: 70px !important;
}
.sidebar-mini .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a span{
  display: none;
}
.sidebar-mini .header-brand-img{
  display: none;
}
.sidebar-mini .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub a::before{
  display: none;
}
.sidebar-mini .main-content, .sidebar-mini .header-top{
    padding-left: 80px !important;
}
.sidebar-mini .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel{
  display: none;
}
.sidebar-mini .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item .submenu-content{
  display: none;
}

.sidebar-mini.sidebar-mini-hover .app-sidebar {
    width: 240px !important;
}
.sidebar-mini.sidebar-mini-hover .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a span{
  display: inline-block;
}
.sidebar-mini.sidebar-mini-hover .header-brand-img{
  display: inline-block;
}
.sidebar-mini.sidebar-mini-hover .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub a::before{
  display: block;
}
.sidebar-mini.sidebar-mini-hover .main-content, .sidebar-mini.sidebar-mini-hover .header-top{
    padding-left: 250px !important;
}
.sidebar-mini.sidebar-mini-hover .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel{
  display: block;
}
.sidebar-mini.sidebar-mini-hover .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.open.has-sub .submenu-content{
  display: block;
}
.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item:after {
    content: '\f111';
    position: absolute;
    left: 29px;
    font-family: "Font Awesome 6 Free";
    font: var(--fa-font-solid);
    font-size:9px;
    bottom: 15px;
}
.select2-container {
  width: 100%!important;
}
.html-editor.h-205 .note-editor{
  height: 205px !important;
}
label{
  font-weight: bold;
}
.note-editable{
  height: 115px !important;
}
.wrapper .pos-header{
    padding: 10px 0;
    -webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}
.pos-container{background-color: #F6F7FB;height: 100vh;}
.pos-form-group{position: relative;}
.pos-form-group label {
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 0;
    height: 35px;
    width: 100px;
    background: var(--info);
    border-radius: 20px 0 0 20px;
    padding: 8px 10px;
    color: #fff;
    text-align: center;
}
.pos-form-group .form-control{
  border-radius: 20px;
  padding-left: 120px;
}
.payment-area{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
      -webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}
.payment-area .total {
    font-size: 24px;
    font-weight: bolder;
    border-radius: 20px;
    color:  var(--info);
    font-family: sans-serif;
}
.btn-checkout{
    border-radius: 20px;
    height: 35px;
    padding: 7px;
    text-align: center;
}
.btn-rounded-20{border-radius: 20px;}
.h-100vh{height: 100vh;}
.card .card-header .card-options a.btn-semi-rounded{
    width: auto !important;
    padding: 0 10px !important;
    border-radius: 25px !important;
}
.customer-area{
    box-shadow: -8px -6px 10px 6px #f8f8f8;
    padding: 20px;
    height: 100%;
}
@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.text-small{
    font-size: 10px;
}
.font-20{
    font-size: 20px;
}
.h-110px{height: 110px !important;}
.h-82px {
    height: 82px !important;
}
.width-50{width: 50%;}
.width-30{width: 30%;}
.width-20{width: 20%;}
.box-shadow{
    -webkit-box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 rgb(0 0 0 / 6%);
}
.pos.top-menu .nav-link i {
    font-size: 20px;
}
.pos-product-card .card-img img {
    padding: 20px;
    padding-bottom: 5px;
}
.pos-product-card .badge{
    font-size: 10px;
    padding: 5px;
}
.promo-card{
    border-radius: 10px;
    height: 100px;
    width: 100%;
    background: #b5fff8;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.card-taxgrad{
    background-color: #3f0d12;
    background-image: linear-gradient(315deg, #3f0d12 0%, #a71d31 74%);

}
.card-redgrad{
    background-color: #a40606;
    background-image: linear-gradient(315deg, #a40606 0%, #d98324 74%);
}


.card-purbgrad{
    background-color: #42378f;
    background-image: linear-gradient(315deg, #42378f 0%, #f53844 74%);
}

.card-orggrad{
    background-color: #f9484a;
    background-image: linear-gradient(315deg, #f9484a 0%, #fbd72b 74%);
}
.promo-card span {
    display: block;
    width: 80px;
    height: 30px;
    background: #ffdfdf;
    margin: auto;
    margin-top: 15px;
}
.product-selection-area {
    padding: 20px;
}
.product-selection-area .cart-item img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.cart-item-qty{
    height: 26px;
    width: 50px;
    margin: 0 10px;
}
.btn-pos-checkout{
    width: 100%;
    border-radius: 10px;
}

/*home page css*/
.home-gradient-bg{
    background-image: linear-gradient(60deg, #fcf5f6 0%, #f8fbfe 100%);
}
.banner-text{
    font-size: 44px;
    font-weight: 900;
    text-align: center;
    padding-top: 100px;
}
.btn-rounded {
    border-radius: 25px;
    height: 35px;
    padding-left: 20px;
    padding-left: 20px;

}
.radmin-bannner img{
    width: 80%;
    margin: auto;
    border-radius: 10px;
}
.d-relative{
    position: relative;
}
.d-absolute{
    position: absolute;
}
.left-0{left: 0;}
.right-0{right: 0;}

/* Card Styles */

.card-container {
  padding-top: 30px;
}

.card {
  background-color: #ffffff;
  text-align: left;
  border-radius: 4px;
  overflow: hidden;
  padding: 8px 0;
}

.card-body {
  padding: 12 !important;
}

.card-primary-title {
  padding: 8px 16px;
}

.card  h1, h2, h3, h4, h5, h6 { margin: 0; }

#profile { padding: 8px; }

.card-supporting-text {
  padding: 8px 16px;
}

.card-actions {
  padding: 8px;
}

.text-normal {
font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-small {
  font-size: 14px;
}

.text-medium {
  font-size: 16px;
}

.text-large {
  font-size: 20px;
}

.text-secondary {
  color: #9e9e9e;
}

.card-item {
  display: inline-block;
  margin-top: 8px;
  max-height: 72px;
  vertical-align: middle;
}

.card-image {
  margin: 0;
  padding: 10px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
}
.card-image img {
  max-width: 100%;
  max-height: max-content;
}
.card-btn {
  display: inline-block;
  padding: 8px;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.card-btn-icon {
  transition: color 0.3s;
}
.card-btn-icon :hover {
    color: #9e9e9e;

}

.form-group {
  padding-left: 20px;
  padding-right: 20px;
}

.card .card-body .dataTables_wrapper .dataTable {
  padding: 15px;
}

.btn-right{
  float: right;
}

.message-margin-top {margin-top: 10px;}

.badge-t {
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
  padding: .375rem .5625rem;
  font-weight: normal;
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
}

.badge-t.badge-pill-t {
 border-radius: 10rem;
}

.badge-outline-info-t {
 color: #ffffff;
 border: 1px solid #3da5f4;
 background-color: #3da5f4;
}

.btn-add {
  border-radius: 80px;
  width: 34px;
  height: 34px;
  text-align: center;
}

#lot-table-info > h6{
  text-align: center;
    margin-top: 10px;
}

#person-table-info > h6{
  text-align: center;
    margin-top: 10px;
}

body > div.auth-wrapper > div > div > div > div > form > div:nth-child(2){
  padding: 0 !important;
}
body > div.auth-wrapper > div > div > div > div > form > div:nth-child(3){
  padding: 0 !important;
}

.zone-edit, .zone-add, .zone-delete {margin-right: 5px;}
.txt-alg-right {text-align: right;}

.top-0{top: 2px !important}


/*
=====
DEPENDENCES
=====
*/

.r-link{
  display: var(--rLinkDisplay, inline-flex) !important;
}

.r-link[href]{
  color: var(--rLinkColor) !important;
  text-decoration: var(--rLinkTextDecoration, none) !important;
}

.r-list{
  padding-left: var(--rListPaddingLeft, 0) !important;
  margin-top: var(--rListMarginTop, 0) !important;
  margin-bottom: var(--rListMarginBottom, 0) !important;
  list-style: var(--rListListStyle, none) !important;
}


/*
=====
CORE STYLES
=====
*/

.menu{
  --rLinkColor: var(--menuLinkColor, currentColor);
}

.menu__link{
  display: var(--menuLinkDisplay, block);
}

/*
focus state
*/

.menu__link:focus{
  outline: var(--menuLinkOutlineWidth, 2px) solid var(--menuLinkOutlineColor, currentColor);
  outline-offset: var(--menuLinkOutlineOffset);
}

/*
fading siblings
*/

.menu:hover .menu__link:not(:hover){
  --rLinkColor: var(--menuLinkColorUnactive, rgba(22, 22, 22, .35));
}

/*
=====
PRESENTATION STYLES
=====
*/

.menu{
  background-color: var(--menuBackgroundColor, #f0f0f0);
  box-shadow: var(--menuBoxShadow, 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24));
}

.menu__list{
  display: flex;
}

.menu__link{
  padding: var(--menuLinkPadding, 1.5rem 2.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

/*
=====
TEXT UNDERLINED
=====
*/

.text-underlined{
  position: relative;
  overflow: hidden;

  will-change: color;
  transition: color .25s ease-out;
}

.text-underlined::before,
.text-underlined::after{
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--textUnderlinedLineColor, currentColor);

  will-change: width;
  transition: width .1s ease-out;

  position: absolute;
  bottom: 0;
}

.text-underlined::before{
  left: 50%;
  transform: translateX(-50%);
}

.text-underlined::after{
  right: 50%;
  transform: translateX(50%);
}

.text-underlined:hover::before,
.text-underlined:hover::after{
  width: 100%;
  transition-duration: .2s;
}

/*
=====
SETTINGS
=====
*/

.page__custom-settings{
  --menuBackgroundColor: #007bff;
  --menuLinkColor: #fff;
  --menuLinkColorUnactive: #241c69;
  --menuLinkOutlineOffset: -.5rem;
}

/*
=====
DEMO
=====
*/

.page{
  box-sizing: border-box;
  width: 100%;
}

.page__menu:nth-child(n+2){
  margin-top: 3rem;
}


.substack{
  border:1px solid #EEE;
  background-color: #fff;
  width: 100%;
  max-width: 480px;
  height: 280px;
  margin: 1rem auto;;
}

.linktr{
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
  text-align: center;
}

.linktr__goal{
  background-color: rgb(209, 246, 255);
  color: rgb(8, 49, 112);
  box-shadow: rgb(8 49 112 / 24%) 0px 2px 8px 0px;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
}

.r-link{
    --uirLinkDisplay: var(--rLinkDisplay, inline-flex);
    --uirLinkTextColor: var(--rLinkTextColor);
    --uirLinkTextDecoration: var(--rLinkTextDecoration, none);

    display: var(--uirLinkDisplay) !important;
    color: var(--uirLinkTextColor) !important;
    text-decoration: var(--uirLinkTextDecoration) !important;
}

#plan-table .btn-secondary, #plan-doc-table .btn-secondary{
    color: #55b7fe;
    background-color: #ffffff00;
    border: none;
}

.badge-ob {
  /* Un rond vert */
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #4FC3F7;
  border: 5px solid #316bc2;
}

.observation-title {
  font-size: 28px;
  font-weight: bold;
  margin-left: 14px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}

.badge-ob-text {
  text-align: center;
  padding-top: 2px;
  font-size: 22px;
  font-weight: 600;
  color: white;
}

.badge-ob-list {
  /* Un rond vert */
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #4FC3F7;
  border: 5px solid #316bc2;
}

.badge-ob-text-list {
  text-align: center;
  padding-top: 3px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

.badge-ob-list-dark {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #b1b1b1;
  border: 5px solid #7f7f7f;
  margin: 5px;
}

.ob-list-text {
font-weight: 700;
color: #19aa79;
}

.ob-list-text-bold {
  font-weight: 700;
  color: #2e2e2e;
}

.ob-filter {
margin-top: 38px;
}
.ob-filter-select {
margin-bottom: 10px;
}

.badge-ob-width{
  width: 90px !important;
}

.badge-ob-list-danger {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #f77990;
  border: 5px solid #f5365c;
  margin: 5px;
}

.badge-ob-list-success {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #8ae2bc;
  border: 5px solid #2dce89;
  margin: 5px;
}

.badge-ob-list-info {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #8be5f4;
  border: 5px solid #11cdef;
  margin: 5px;
}

.card-header-btn-right {
  right: 30px !important;
  top: 26px !important;
}

.add-btn-text{
  text-align: center;
  font-size: 24px;
  position: relative;
  top: -9px;
  left: -5px;
}

.sub-menu-item-color {
  color: #ebad52 !important;
}

.sub-menu-item-text {
  font-size: 12px !important;
  text-transform: lowercase;
}

.sub-menu-item-text:first-letter{
  text-transform: uppercase !important;
}

.menu-item-text {
  font-size: 14px !important;
}

.table-responsive {
  overflow-y: visible !important;
  min-height: 160px;
}

.persons-related-transform-menu{
  transform: translate3d(-100px, -22px, 0px) !important;

}

.travaux-transform-menu{
  transform: translate3d(-75px, -40px, 0px) !important;
}

.block-transform-menu{
  transform: translate3d(-173px, -6px, 0px) !important;
}

.tach-transform-menu{
  transform: translate3d(-170px, -38px, 0px) !important;
}

.visite-transform-menu{
  transform: translate3d(-170px, -38px, 0px) !important;
}

.observation-transform-menu{
  transform: translate3d(-170px, -22px, 0px) !important;
}

.visite-height-dropdown{
  padding: 6px 15px !important;
}

.visite-transform-menu{
  transform: translate3d(-170px, -8px, 0px) !important;
}

.rapport-transform-menu{
  transform: translate3d(-171px, -38px, 0px) !important;
  padding: 4px 15px !important;
}

.rapport-dropdown-menu{
  padding: 4px 15px !important;
}

.bs-action-item{
    padding: 5px;
    font-size: 16px;
}

.bs-action-item:hover{
    background-color: #d3d9df;
}

.small-modal .modal-dialog { margin: 0; margin-left: auto; margin-right: 0; }
.small-modal .modal-dialog .modal-content { border-radius: 0; border: none; min-height: 100vh; }
.small-modal .modal-dialog .modal-content .modal-header, .small-modal .modal-dialog .modal-content .modal-footer { padding: 15px 30px; }
.small-modal .modal-dialog .modal-content .modal-body { padding: 30px; }
@media only screen and (min-width: 560px) { .small-modal .modal-dialog { max-width: 30%; } }
.small-modal.fade .modal-dialog { -webkit-transform: translate(15%, 0); transform: translate(15%, 0); }
.small-modal.show .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0); }

.extra-small-modal .modal-dialog { margin: 0; margin-left: auto; margin-right: 0; }
.extra-small-modal .modal-dialog .modal-content { border-radius: 0; border: none; min-height: 100vh; }
.extra-small-modal .modal-dialog .modal-content .modal-header, .extra-small-modal .modal-dialog .modal-content .modal-footer { padding: 15px 30px; }
.extra-small-modal .modal-dialog .modal-content .modal-body { padding: 30px; }
@media only screen and (min-width: 560px) { .extra-small-modal .modal-dialog { max-width: 20%; } }
.extra-small-modal.fade .modal-dialog { -webkit-transform: translate(10%, 0); transform: translate(10%, 0); }
.extra-small-modal.show .modal-dialog { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
