.gridOuter {
	border: 1px solid #ccc;
	padding:5px;
}

.gridOuterHeader {
	border: 1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:13px;
	background: #2196F3;
	color:white;
	padding-left:10px;
}

.listspace {
	margin-bottom:30px;
}

.thead-dark {
	background: #2196F3;
	color: white;
}

.table-dark {
	border: 1px solid #ccc;
}

.row {
	margin:0;
}

.topheader {
	border-bottom: 2px solid #ccc;
	padding:20px;
	background-color:white;
	color:black;
}

.content-boxed {
	border-radius: 5px!important;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
	padding:20px;
}

.numberCircleActive {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 26px;
    height: 26px;
    background: #428bca;
    border: 2px solid white;
    color: white;
    text-align: center;
    font: 20px Arial, sans-serif;
    display: inline-block;
	margin-right:10px;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 26px;
    height: 26px;
    background: white;
    border: 2px solid white;
    color: #428bca;
    text-align: center;
    font: 20px Arial, sans-serif;
    display: inline-block;
	margin-right:10px;
}

.containerMenu {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
  .containerMenu {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .containerMenu {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .containerMenu {
    width: 1170px;
  }
}

.navbar-default {
    background-color: #f8f8f8;
    /* border-color: #e7e7e7; */
}

.navmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
	margin-left: 15px;
}

.navmenu li {
    float: left;
}

.navmenu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navmenu li a:hover:not(.active) {
    background-color: #111;
}

.activeMenu {
    background-color: #4CAF50;
}

.menuwide {
	background-color: #333333;
	margin-bottom:30px;
}

.statusok {
	padding:10px;
	background-color: green;
	color:white;
}

.statuserr {
	padding:10px;
	background-color: red;
	color:white;
}