/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/*.progress {
  width: 150px;
  height: 150px;
  background: none;
  position: relative;
}

.progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}
.progress-bottom {
    margin: 10px 0;
}*/

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(1,23,74)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
body {
  background: #84de76!important;
  background: -webkit-linear-gradient(to right, #84de76, #c1eeba);
  background: linear-gradient(to right, #84de76, #c1eeba);
  min-height: 100vh;
  padding-top: 40px;
}
nav.navbar.custom {
    background-color: #fff;
}
nav.navbar-brand:hover {
    color: #01174a;
}
nav.navbar.custom a,
nav.navbar.custom li a{
    color: #01174a;
}
nav.navbar.custom a.nav-link{
    color: #01174a;
}
nav.navbar.custom a.nav-link:hover{
    color: #01174a;
}
nav.navbar.custom .nav-item.active a.nav-link {
    color: #01174a;
}
nav.navbar.custom li.nav-item {
	margin-right: 15px;
    margin-left: 15px;
    font-size: 1.25rem;
}
.btn-primary{
	background-color:#01174a;
	border-color:#01174a;
}
.rounded-lg {
  border-radius: 1rem;
}

.text-gray {
  color: #aaa;
}

div.h4 {
  line-height: 1rem;
}




.nav-item a.nav-link {
    color: #fff;
}
.nav-item a.nav-link.active {
    color: #01174a;
}

hr {
    width: 100%;
    border-top: 1px solid #fff;
}

.circlewrap {
    display: inline-block;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
.table-borderless > thead {
	border-bottom: 1px solid #28a745;
}
.table-borderless > tfoot {
	border-top: 1px solid #28a745;
}
.table-borderless > thead > tr > th:first-child,
.table-borderless > tbody > tr > th:first-child,
.table-borderless > tfoot > tr > th:first-child {
	text-align:left !important;
}

hr.blue {
    border-top: 1px solid #011646;
}


.col.col5 {
  background-color: none;
}
.col.col5 .progress {
    width: 130px;
    height: 130px;
}

@media(max-width: 768px) {  
.col.col5 {
  width:100%;
  display:block;
  flex: auto;
}
	.xshide {
		display:none;
	}
	.progress {
		width: 100px;
		height: 100px;
	} 
	.progress .progress-value .h2 {
		margin-bottom:0;
		font-size: 1.75rem;

	}	
	.circlewrap {
		display: inline-block;
		float: left;
		margin-bottom: 15px;
	}	
	.xsmt-4 {
		margin-top: 1.5rem!important;
	}	
	.p-5 {
		padding: 1rem!important;
	}	
}

@media (min-width: 1300px){
	.container {
		max-width: 1240px;
	}
}	
@media (min-width: 1400px){
	.container {
		max-width: 1340px;
	}
}	
@media (min-width: 1500px){
	.container {
		max-width: 1440px;
	}
}	
	