/* index .php */
body.index, html.index{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: black;
}
div.index{  
    height: 100%;
    text-align: center;
}

img.index{
max-width: 100%;
max-height: 100%;
}

div.index a {
z-index: 99999;
position: absolute;
bottom: 0;
right: 0;
}

.img-logo-index{
    opacity: 0.0;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/* login pagina */
.img-logo-login{
    margin-top: 80px!important;
    margin-bottom: 60px!important;
}


/* admin */
.btn-add-image{
    text-align: left;
    padding-left: 0px;
}

/* navigation bar and buttons */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .btn-primary, .btn-success {
    background-color: #7faf00;
    border-color:#7faf00;
}

.btn-success:hover, .btn-primary:hover{
background-color: #74a000!important;
border-color:#7faf00;
}

.btn-primary:focus,
.btn-primary:active{
    box-shadow:none !important;
    outline:0px !important;
}

.nav a{
    color:#000;
}

/* overview table style */
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #dedede!important;
}

.table thead th {
    vertical-align: top!important;
}

.overview-page .table td form .btn-danger, .overview-page .table td .btn-primary  {
    max-width: 125px;
}

.modal-content, .modal-content .table tbody tr{
    background-color: #bdbdbd!important;
}


body .main-section{
    margin-top: 80px; 
}

body .admin-bc{
    background-color: #f2f2f2;
    padding-top: 16px;
}

body .admin-content{
    padding-top: 18px;
    min-height: 500px;
}

