

.main-menu {
	background-color: #2ABB9B !important;
	color: #fff !important;
	text-align: center;
}

.dash-numb{
	font-size: 25pt !important;
	text-align: center !important;
}

.dash-text{
	text-transform: capitalize !important;
}

.carousel-indicators 

.active{ background: #31708f; } 
.adjust1{ float:left; width:95%; margin-bottom:0; } 
.adjust2{ margin:0; padding-left: 35px; text-align: justify; } 
.carousel-indicators li{ border :1px solid #ccc; } .carousel-control{ color:#31708f; width:5%; } .carousel-control:hover, .carousel-control:focus{ color:#31708f; } .carousel-control.left, .carousel-control.right { background-image: none; } .media-object{ margin:auto; margin-top:15%; } @media screen and (max-width: 768px) { .media-object{ margin-top:0; } }
.ind{ bottom: -18px !important; }

.bott-bar{
  position:relative !important;
  width:100% !important;
  /*margin-bottom:15px !important;*/
  /*min-height:58px !important;*/
}
.pos-bar{
  position: relative !important;
}
.content-bar{
  /*padding:5px 0;*/
  width:20%;
  float:left;
  color:#000;
}
.group-bot-bar{
  height:48px;
  position:relative;
  text-align:center;
  padding-top: 5px;
}
.content-bar:hover{
  color: #20A8D8;
}

.content-bar.active{
  color: #20A8D8;
}
.icon-bot-bar{
  font-size: 30px; 
  text-align: center;
  
  position: relative;
}

.text-bot-bar{
  margin-top:-5px;
  font-size:11px;
  text-align:center;
}

.Table
{
display: table;
}
.Title
{
display: table-caption;
text-align: center;
font-weight: bold;
font-size: larger;
}
.Heading
{
display: table-row;
font-weight: bold;
text-align: center;
}
.Row
{
display: table-row;
}
.Cell
{
display: table-cell;
border: solid;
border-width: thin;
padding-left: 5px;
padding-right: 5px;
}

/* MODERN OVERRIDES */
body {
    background-color: #f4f7f6 !important;
    font-family: 'Poppins', 'Source Sans Pro', sans-serif !important;
}
.box {
    border-radius: 12px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05) !important;
    border-top: none !important; 
    border: 1px solid rgba(0,0,0,0.02);
}
.box-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 20px;
}
.main-header .logo {
    background-color: #1D809F !important;
    color: #fff !important;
}
.main-header .navbar {
    background-color: #2ABB9B !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.btn {
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.btn-success {
    background-color: #2ABB9B;
    border-color: #2ABB9B;
}
.btn-success:hover {
    background-color: #1D809F;
    border-color: #1D809F;
}
.form-control {
    border-radius: 8px !important;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.02) !important;
    padding: 10px 15px;
    height: auto;
}
.form-control:focus {
    border-color: #2ABB9B !important;
    box-shadow: 0 0 0 3px rgba(42, 187, 155, 0.15) !important;
}
.info-box {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.02);
}
.small-box {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}
.main-sidebar {
    box-shadow: 2px 0 10px rgba(0,0,0,0.05);
}
.sidebar-menu li>a {
    border-radius: 8px;
    margin: 2px 10px;
    transition: all 0.3s ease;
}
.sidebar-menu li.active>a, .sidebar-menu li:hover>a {
    background-color: rgba(42, 187, 155, 0.1) !important;
    color: #2ABB9B !important;
    border-left-color: #2ABB9B !important;
}
