.grey {
    color:#aaaaaa;
}

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

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

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

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

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

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

.table {
	margin-bottom:inherit;
}

.table-title, .panel-heading {
	background-color: #C8EBFF;
	font-weight: 700;
}

.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;
}