.px-nav-toggle, 
.px-navbar, 
.px-navbar .navbar-header,
.px-navbar .navbar-collapse {
    background-color: #018C36;
}

.navbar-toggle {
    display:none;
}

.mobile-nav {
    background: #F1F1F1;
    position: fixed;
    bottom: 0;
    height: 65px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    z-index: 100;
}

.bloc-icon {
    font-size:20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.px-footer {
    display: none;
    padding: 10px;
}

@media screen and (min-width: 600px) {
  .mobile-nav {
    display: none;
  }
  .collapse {
    display: block;
  }
  .px-footer {
    display: block;
  }
  .footer-mobile {
    display: none;
  }
}

.nav-bottom-icon {
    font-size:20px;
}

.footer-mobile {
    padding-bottom:80px;
}

.px-navbar .dropdown.open {
    background-color: inherit;
}

.page-description {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom:20px;
}

.dropdown-item {
    margin-left:20px;
    margin-top:10px;
    margin-bottom:10px;
}

.btn {
    border-radius: 10px;
}

.btn:hover {
    color: #444;
    border-color: #dadada #dadada #acacac;
    background: #e4e4e4;
}

.btn-main {
	color: #018C36;
	border-color: #018C36;
    background: 0 0;
    margin-right: 10px;
}

.btn-main:hover {
    color: #fff;
    border-color: #dadada #dadada #acacac;
    background: #018C36;
}

.btn-main:active:focus {
    color: #fff;
    border-color: #dadada #dadada #acacac;
    background: #018C36;
}

.btn-main.selected {
    color: #fff;
    border-color: #dadada #dadada #acacac;
    background: #018C36;
}

.btn-submain {
    margin-right: 10px;
}

.font-warning {
    font-size:1.7rem;
    font-weight: bold;
}

.achievement {
    text-align: center;
    margin-left:20px;
    margin-right:20px;
}

img.achievement {
    width: 100px;
    margin: 10px;
}

hr {
    margin-top:20px;
    border-top: 1px solid #e0e0e0;
}

.bg-light {
    background-color: #eeeeee;
}

.bg-light-blue {
    background-color: #daf2ff;
}

.blue {
    color:#0898D8;
}

.gray {
    color:#AAAAAA;
}

.red {
    color:#FA6856;
}

.green {
    color:#6D988A;
}

.bg-green {
    background-color:#6D988A;
}

.none-cell {
    padding: 5px 0px 5px 0px;
}

.box {
    border-radius: 10px;
}

.table {
	margin-bottom:inherit;
}

.panel {
    border-radius: 10px;
}

.table-title, .panel-heading {
	background-color: #DEF2C0;
	font-weight: 700;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.table-responsive {
    border-radius: 10px;
}

.table-nodata {
    margin-top:30px;
    margin-bottom:30px;
    text-align: center
}

.panel-heading.sub {
    background-color: #eeeeee;
}

.table thead th {
    background-color: #DEF2C0;
    border-color: #c0c0c0;
    color: #000000;
}

tr.summary {
    background-color: #DEF2C0;
    font-weight: bold;
}

.img-thumbnail {
    padding:10px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    margin:3px;
}

.img-thumbnail img {
    max-height: 100px;
}

a {
	color: #5b5b5b;
}

.px-navbar .dropdown-menu, .px-navbar .dropdown-multi-column {
    border-top-color: #0898D8;
}

.dropdown-menu {
    min-width: 240px;
}

.panel-footer {
    xborder-top: 0;
}


.commentbox {
    border: 1px solid #eaecf0;
    xbackground-color: #fafbfd;
    border-radius: 10px;
    padding:10px;
    margin-top:10px;
    margin-bottom:10px;
}

.commentbox.deleted {
    border: 1px solid #eaecf0;
    background-color: #fafbfd;
    border-radius: 10px;
    padding-top:0px;
    padding-bottom:0px;
}

.commentbox.byme {
    background-color: #e3f0ff;
}

.commentbox .metadata {
    font-style:italic;
    font-weight: 300;
    text-align:right;
}

.commentbox .commenttext {
    font-weight: 600;
}

.commentbox .commentby {
    font-weight: 400;
}


@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:auto;
    }
}

.note-toolbar .note-style .dropdown-style h1, 
.note-toolbar .note-style .dropdown-style h2, 
.note-toolbar .note-style .dropdown-style h3, 
.note-toolbar .note-style .dropdown-style h4, 
.note-toolbar .note-style .dropdown-style h5, 
.note-toolbar .note-style .dropdown-style h6, 
.note-toolbar .note-style .dropdown-style p {
    padding: 10px;
}

.form-group.note-form-group.note-group-select-from-files {
    display:none;
}

.modal-content {
    border-radius: 10px;
}

.modal-header {
    border-radius: 10px 10px 0px 0px;
    color: #ffffff;
    background-color: #018C36;
}

.modal-title {
    font-size:1.5rem;
}

.modal-dialog .close {
    margin-top: 2px;
    color: #ffffff;
    opacity: 0.5;
}