/*
* 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;
}



/* The Modal (background) */
.modals {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  margin:auto;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modals-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.save { 
  float: right; 
  margin-right:10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.page-item.active .page-link {
    z-index: 1 !important; 
}
.error-text{
    text-align: right;
    font-size: 11px;
    color: red;
}
.form-select-sm-all {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.625rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}
.blank-display{
    display:none !important;
}
.mb-20{
    margin-bottom:20px;
}
.mt-20{
    margin-top:20px;
}
.pt-6{
    padding-top:6px !important;
}
.ptop-5{
    padding-top:5px !important;
}
.ft-100{
    font-size:100% !important;
}
.bdisplay{
    display:block;
}.thumb-image{
    width:100%;
}
.bg-steps {
    margin-bottom:10px;
    background: orangered none repeat scroll 0 0;
    border-color: #808080;
    border-style: inset;
    border-width: 0px 0px 0px 15px;
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
}
.profile-info-left {
    border-right: 2px dashed #cccccc;
}.btn-custom{
        background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
    color: #ffffff;

}
.personal-info li {
    margin-bottom: 10px;
}
.personal-info li .title {
    color: #333333;
    float: left;
    font-weight: 500;
    width: 40%;
}.personal-info li .text {
    color: #888888;
    display: block;
    overflow: hidden;
    width: 60%;
    float: left;
}
.ada ul{
    list-style: none; 
}
.acc-bg{
    background: orangered !important;
    color: white !important;
}
.mmt1{
    margin-top:1em;
}
.in-btn-pd{
    padding: 5px 20px !important
}
.green_link_btn {
    color: #fff !important; 
    padding-left: 20px !important;
    padding-right: 20px !important;
    background: #00b050  !important;
    font-size: 12px !important;
}
.green_link_btn:hover{
    color: #fff !important;
     
}
.light-orange_link_btn {
    color: #d7a52b !important; 
    padding-left: 10px !important;
    padding-right: 10px !important;
    background: #ede1cb  !important;
    font-size: 15px !important;
}
.light-orange_link_btn:hover{
    color: #b78509 !important;
     
}
.light-green_link_btn {
    color: #58ad5b !important; 
    padding-left: 20px !important;
    padding-right: 20px !important;
    background: #d1e2ce  !important;
    font-size: 14px !important;
}
.light-green_link_btn:hover{
    color: #2e9432 !important;
     
}
.light-blue_link_btn {
    color: #83b6b5 !important; 
    padding-left: 10px !important;
    padding-right: 10px !important;
    background: #c8dad8  !important;
    font-size: 15px !important;
}
.light-blue_link_btn:hover{
    color: #578b8a !important;
     
}
.no-display{
    display:none;
}
.noinput{
    width:60px;
        border: 0px;
        caret-color: transparent;
    background: #ebeef0 ;
    color: #8592a3 !important;
   display: inline-block;
    padding: 0.25em 0.4em; 
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input:focus{
    outline: none;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}















