/* put your own styles to customize and override the theme */
.btn-primary {
    color: #fff;
    background-color: #505050;
    border-color: #505050;
}

.btn-primary:hover {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}

.success-flag {
	color:#BE3E1D!important;
}

.form-control:focus {
  border-color: #505050;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0), 0 0 1px rgba(80, 80, 80, 1);
}

.app-header {
	background-color:#323232;
}
@media (min-width: 768px) {
    .container-small {
        width: 300px;
    }
    .container-large {
        width: 970px;
    } 
} 
@media (min-width: 992px) {
    .container-small {
        width: 500px;
    }
    .container-large {
        width: 1170px;
    } 
} 
@media (min-width: 1200px) {
    .container-small {
        width: 700px;
    }
    .container-large {
        width: 1500px;
    } 
}

.container-small, .container-large {
    max-width: 100%;
}

#update_config {
    position: absolute;
    display: inline-block;
    bottom: 0;
    left:0;
    align-items: center;
    height: 3rem;
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
    background-color: #32CD32;
}
#upd{
    vertical-align: middle;
    position: absolute;
    top: 12px;
    height: 30%;
}
 .topcorner{
   position:absolute;
   top:5px;
   right:5px;
}
.aside-menu {
margin-top: 1px;    
margin-bottom: 50px;
}