﻿label.mdl-textfield__label {
    font-weight: normal;
}

label.mdl-switch__label {
    font-weight: normal;
    margin-bottom: 20px;
}


.navbar-top-links > li {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

label.mdl-switch {
    font-weight: normal !important;
}

.filter-button {
    margin-top: 20px;
}

.project-logo {
    position: relative;
    top: 8px;
}

.navbar-right {
    margin-right: 15px !important;
}

.permissions-box-footer {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

label.mdl-switch__label > a {
    margin-left: 17px;
}

.nav > li > a, label.mdl-switch__label > a {
    color: #676a6c;
}

.navbar-fixed-top, .navbar-static-top {
    background-color: white;
}


.nav > li > a:hover {
    font-weight: bold;
}


.nav > li.item > a, .nav > li.item .dropdown-menu > li > a {
    transition: background-color 0.5s ease-in-out;
    background-color: white;
}

    .nav > li.item > a:hover, .nav > li.item .dropdown-menu > li > a:hover {
        color: white !important;
        background-color: #4CAF50;
    }

.nav > li.active.item > a, .nav > li.active.item .dropdown-menu > li.active > a {
    color: white !important;
    background-color: #4CAF50 !important;
}

.nav li.item.open > a {
    color: white !important;
    background-color: #4CAF50;
}

.nav > li > a::after {
    display: block !important;
    content: attr(title) !important;
    font-weight: bold !important;
    height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
}


.ibox-title {
    border-top: none;
}


.ibox {
    border: 1px solid #e7eaec;
    border-top: none;
}


.nav > li.active > a {
    color: #676a6c !important;
    font-weight: bold;
}



.nav-tabs > li > a {
    color: #676a6c;
}

.navbar .nav > li.active {
    border-left: none !important;
    background-color: white !important;
    color: #676a6c !important;
}

.project-logo {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

h2 {
    font-family: inherit;
    margin-bottom: 0;
}

.fileinput {
    margin: 15px 5px;
}

.image-container .fileinput {
    visibility: hidden;
}

.image-container:hover .fileinput {
    visibility: visible;
}

.image-container .fileinput.fileinput-exists {
    visibility: visible !important;
}

.table {
    margin-bottom: 5px;
}

#page-wrapper {
    margin-left: 0 !important;
}

.mdl-switch__label {
    font-size: 13px;
}

.buildNumber  { font-size: 8px; opacity: .5;}

@media screen and (max-width: 1280px) {
    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
         font-size: 10px;
    }

    .navbar-top-links > li {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}
.tooltip-arrow {
    border-top-color: #484848 !important;
    opacity: .9;
}

.tooltip-inner {
    background-color: #484848;
    opacity: .9;
    font-size: 11px;
    padding: 6px 8px;
}
