.navbar-default{
	background: none repeat scroll 0 0 #2C3E50;	
}
.navbar{
	border-bottom: 1px solid black;
}

.navbar-default .navbar-text {
    color: white;
}
.navbar-default .navbar-nav > li > a {
    color: white;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #1A242F;
    color: white;
}
.navbar-default .navbar-brand{
	color: white;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: white;
	background-color: #1A242F;
}
.panel-heading {
    background-color: #ECF0F1;
    border-color: #ECF0F1;
    color: #7B8A8B;
}
.panel-default {
    border-color: #ECF0F1;
}
#mac-left .panel .panel-body .list-group, #mac-right .panel .panel-body .list-group {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
}
.panel-body{
	padding:0;
}

.list-group-item:first-child{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group .active{
	font-weight: bold;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background-color: white;
}

.pages-list ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.formbg{
				background-color: #eee;
				padding: 10px;
			}


.container {
	width: 100%;
}


.statalign {
//	display:table-row;
}

.statalign:before {
  display:table-cell;
  text-align:right;
  padding-right:5px;
}

.swal2-popup {
  font-size: 1.5rem ! important;
}
