@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

body {
    background-color: rgb(242, 242, 242);
    background-image: url('../img/pattern.png');
    background-repeat: repeat;
    background-size: 25rem;
    font-family: 'Noto Sans', sans-serif !important;
}

label {
    font-weight: bold !important;
}

.tmbl {
    padding: 1.2rem 1rem;
    border-radius: 0.3rem;
    display: block;
    color: #fff;
    margin: 0.4rem 0;
    transition: .2s;
    font-size: 1.5rem;
    font-weight: bold;
}

.tmbl:hover {
    color: #fefefe;
    text-decoration: none;
    transform: scale(1.05);
    transition: .2s;
}

.tmbl-1 {
    background: rgb(0, 161, 221);
}

.tmbl-2 {
    background: rgb(247, 179, 52);
}

.tmbl-3 {
    background: rgb(102, 183, 230);
}

.tmbl-icon {
    border: 3px solid #fff;
    border-radius: 100%;
    display: inline;
    padding: 0.3rem 0.55rem;
    box-sizing: border-box;
    margin-right: 0.5rem;
}

.tmbl-3 .tmbl-icon {
    padding: 0.3rem 0.8rem !important;
}

.footer-title {
    text-transform: uppercase;
    font-size: 1.2rem;
    position: relative;
    font-weight: bold;
    margin-left: 0.8rem;
    margin-bottom: 0.5rem;
}

.footer-title::before {
    background:rgb(247, 179, 52);
    position: absolute;
    left: -0.9rem;
    top: 0;
    margin-top: 0.2rem;
    height: 1.6rem;
    width: 0.2rem;
    content: '';
    z-index: 99;
}

.page-footer, .page-footer .nav-item a {
    color: #fff !important;
}

.info {
    margin: 0rem 2rem;
}

.navbar-brand .brand-title {
    font-size: 1rem;
}

.tickernews span {
    margin: 0rem 1rem;
    font-weight: bold;
    display: inline-block;
    color: #fff;
}

.header {
    background: rgb(255, 255, 255) !important;
}

.page-footer {
    background: rgb(5, 135, 5) !important;
}

.footer-bottom {
    background: rgb(5, 135, 5) !important;
}

.main-bg {
    background: rgb(5, 135, 5) !important;
    color: #fff !important;
}

.main-bg-fade {
    background: rgba(2, 89, 2, 0.3) !important;
    color: #fff !important;
}

.sidebar-main {
    background: rgb(5, 90, 5) !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background: rgb(5, 40, 5) !important;
}

.navigation {
    padding: 1rem;
}

.navigation a {
    color: #111;
    text-decoration: none;
}

.info-header, .info-content {
    float: left;
    padding: 0.5rem 1rem;
    height: 2.8rem;
    box-sizing: border-box;
}

.info-header {
    width: 5rem;
    font-weight: bold;
    background: rgb(232, 232, 232);
    border-bottom-left-radius: 0.8rem;
}

.info-content {
    width: calc(100% - 5rem);
    background: rgb(5, 135, 5);
    border-bottom-right-radius: 0.5rem;
}

.logo {
    width: 4rem;
}

.footer-logo {
    width: 3rem;
}

/* slider-wrapper */
.slider-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: 35vw;
    max-height: 500px;
    background: #ddd;
    overflow: hidden;
  }

  
  .slider-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .clear {clear: both;}
  
  /* slider-img */
  ul.slider-img {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    transition: 0.5s;
  }
  
  ul.slider-img li {
  
  flex: 1 0 100%;
  
  }
  
  ul.slider-img li img {
  
  width: 100%;
  
  height: 100%;
  
  object-fit: cover;
  
  }
  
  
  
  /* slider-arrow */
  
  ul.slider-arrow {
  
  position: relative;
  
  color: #fff;
  
  font-size: 2rem;
  
  display: flex;
  
  justify-content: space-between;
  
  height: 100%;
  
  width: 100%;
  
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  
  }
  
  
  
@media screen and (min-width: 768px) {
    ul.slider-arrow {
        font-size: 2.5rem;  
    }
}
  
  ul.slider-arrow li {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
    padding: 0 15px;
    opacity: 0.4;
    transition: 0.5s;
}
  
ul.slider-arrow li:hover {
    opacity: 1;  
}
  
/* slider-dot */  
.slider-dot {
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  }
  
.slider-dot li {  
    cursor: pointer;
    margin: 0 8px;
    font-size: 0.6rem;
    opacity: 0.4;
}
  
.slider-dot li.active {
    opacity: 1;
}
 
@media screen and (min-width: 768px) {
    .slider-dot li {
        margin: 0 12px;
        font-size: 0.95rem;
    }
}

.is-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    z-index: 999 !important;
    box-shadow: 0.1rem 0.3rem rgba(80, 80, 80, 0.1);
}

@media screen and (max-width: 1024px) {
    .navbar-brand .logo {
        width: 3.5rem;
    }

    .brand-title {
        font-size: 0.76rem !important;
    }

    .brand-title h3 {
        font-size: 1.3rem !important;
    }

    .navbar-toggler {
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

    .info {
        margin: 0rem !important;
    }

    .navbar {
        background: rgb(252, 252, 252);
    }

    .info-header, .info-content {
        height: 2.3rem;
    }
}

@media screen and (max-width: 720px) and (orientation: portrait) {
    .pp {
        display: none;
    }
}

/*   Progressbar   */
#progressbar li {
	list-style-type: none;	
	width: 32%;
	float: left;
	position: relative;
	text-align: center;
}
#progressbar li:before {
	width: 60px;
	height: 60px;
	line-height: 56px;
	display: block;	
	border-radius: 50%;
	margin: 0 auto 10px auto;
	border: 4px solid #ddd;
	text-align: center;
	background-color: white;
	z-index: 99;
	position: relative;
}

#progressbar li:first-child:before {
    content: '1';
}

#progressbar li:nth-child(2):before {
    content: '2';
}

#progressbar li:nth-child(3):before {
    content: '3';
}

#progressbar li:nth-child(4):before {
    content: '4';
}

/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 4px;
	background-color: #ddd;
	position: absolute;
	left: -50%;
	top: 30px;
	z-index: 1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
#progressbar li.active {
	color: green;
}
#progressbar li.danger {
	color: red;
}

#progressbar li.error {
	color: red;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before{
	border-color: green;
}

#progressbar li.error:before{
	border-color: red;
}

#progressbar li.active + li:after {
	background-color: green;
}

.modal-large{width: 80%}
.callout.boxcount {
    border-color: #0097bc;
    background: #eee;
}
.disbaled-div {
	pointer-events:none;
}
#po_list tooltip:not(:first-child){
    margin-left: -8px !important;
}
#progressbar li.current:before {
	background: rgba(242,246,248,1);
background: -moz-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,246,248,1)), color-stop(0%, rgba(216,225,231,1)), color-stop(100%, rgba(224,239,249,1)));
background: -webkit-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
background: -o-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
background: -ms-linear-gradient(left, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
background: linear-gradient(to right, rgba(242,246,248,1) 0%, rgba(216,225,231,1) 0%, rgba(224,239,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=1 );
}