/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
width: 195px;
    height: 135px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !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;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* 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;
}



  .highlighted a {
   background-color: #228B22 !important;
   background-image:none !important;
   color: #FFF !important;
   font-weight: bold !important;
       border-radius: 50px;
}

.highlighted:hover > a {
    background-color: #262626!important;
}

.highlighted {
  position: relative;
}

.highlighted:before {
  position: absolute;
  left: 50%;
  bottom: 115%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #1f1f1f transparent transparent transparent;
  display: none;
}

.highlighted:after {
  position: absolute;
  bottom: 130%;
  left: -90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  content: attr(title);
  color: white;
  display: block;
  width: 200px;
  height: auto;
  padding: 12px;
  background: #1F1F1F;
  border-radius: 4px;
  display: none;
}

.highlighted:hover:after,
.highlighted:hover:before {
  display: block;
}

.highlighted:active {
  background: #A3DF99;
}  

.calendar {

  background: #f5f5f5;
  border-radius: 4px;
  font-size:18px;
  border: 1px solid #e5e5ea;
 box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
}
.ui-datepicker {
  background: #fff;
      display: none;
  z-index:999!important;
      margin: 3px 0px;
	   width: 100%;
	   
    padding: 8px; 
	border-left: 1px solid #dbdade;
	border-right: 1px solid #dbdade;
	border-bottom: 1px solid #dbdade;
		 border-top: 4px solid #d84517;
	box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    
}
.ui-datepicker-header {
  height: 40px;
  line-height: 35px;
  color: #1e4080;
  margin-bottom: 0px;
  position: relative;
      font-weight: 700;
  text-transform:uppercase;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 1.75rem;
  height: 1.75rem;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
      top: 0px;
    z-index: 3;
	position: absolute;
    padding: 0 0.41rem;
  background-color: #f1f0f2;
}
.ui-datepicker-prev {
      right: 3.6rem;
    
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin-left:4px;
    top: 10px;
}
.ui-datepicker-next {
      right: 1rem;
   
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin-right: 4px;
    top: 10px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-left: 2px solid #6f6b7d;
  border-bottom: 2px solid #6f6b7d;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}
.ui-datepicker-title {
  text-align: left;
     font-size: 16px;
}
.ui-datepicker-calendar {
      width: 100%;
    table-layout: fixed;
	  
	 
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #000;
  margin-bottom: 5px;
  font-size: 13px;
  text-transform: uppercase;
}
.ui-state-default {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 34px;
  font-size: 16px;
  border-bottom: 3px solid #016d01;
    
    width: 35px;
    height: 35px;
	text-align: center;
	margin: 2px 0px;
	    background-color: #79c139;
}
.ui-state-default:hover {
  color: #fff;
  background:#0693c7;

}
.ui-state-default:focus {
  color: #fff;
  background:#0693c7;

}

.ui-state-highlight {
  color: #ffffff;
  background-color:#79c139;
 
  width: 35px;
    height: 35px;
    line-height: 34px;
}


.ui-datepicker-unselectable .ui-state-default {
  color: #9b9999;
  border: 2px solid transparent;
  background-color:#fff;
}






.j-pro_1 {
    background-color: #fff;
    border-radius: 20px;
   box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
    color: rgba(0,0,0,.54);
    font: 16px 'Open Sans',Helvetica,Arial,sans-serif;
    line-height: 1;
    padding: 15px 20px;
    margin: 10px 0px;
	border-left: 2px solid #dedede;
	border-right: 2px solid #dedede;
    border-top: 6px solid #d84315;
	border-bottom: 6px solid #d84315;
    position: relative;
}




.j-pro_3 {
	background-color:#f5f5f5;
	border-radius:10px;
	    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
	color:rgba(0,0,0,.54);

	line-height:1;
	padding:10px 20px;

	border:1px solid #d84315;
	position:relative;
	
}


.j-pro {
	background-color:#f5f5f5;
	border-radius:0px;
	    box-shadow: 0px 3px 6px rgba(23, 34, 43, 0.1);
	color:rgba(0,0,0,.54);
	font:16px 'Open Sans',Helvetica,Arial,sans-serif;
	line-height:1;
	padding:15px 10px;
	margin:10px 0px;
	border-left:4px solid #d84315;
	position:relative;
	
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f9c560;
    opacity: 1;
    color: #000!important;
    font-weight: 700;
}
.form-control:disabled, .form-control[readonly1] {
    background-color: #1e4080;
    opacity: 1;
    color: #fff!important;
    font-weight: 700;
}
.form-control:disabled, .form-control[readonly2] {
    background-color: #fff;
    opacity: 1;
    color: #000!important;
    font-weight: 700;
}

@media print {
  .no-print, .no-print *
  {
    display: none !important;
  }
  div.page-break-after {
    display: block !important;
    page-break-after: always;
    padding: 10px;
    border: 1px solid #ccc;
  }
}


.fxs
  {
    font-size: 13px!important;
  }


.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}




