﻿.nav .nav-item.dropdown .navbar-dropdown, .navbar-nav .nav-item.dropdown .navbar-dropdown {
    padding: 12px 0
}

.nav .nav-item.dropdown .navbar-dropdown .dropdown-item, .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item {
    padding: 12px 24px
}

.sidebar .nav .nav-item .nav-link[aria-expanded="true"] {
    background: #ededed;
}

.sidebar .nav .nav-item .collapse.show, .sidebar .nav .nav-item .collapsing {
    background: #f5f5f5;
}

.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper .text-wrapper {
    padding-top: 15px;
}

.navbar.default-layout .navbar-brand-wrapper .navbar-brand {
    line-height: 52px;
}

.navbar.default-layout .navbar-brand-wrapper .brand-logo-mini img {
    width: 40px;
}

.sidebar .nav .nav-item.nav-profile .nav-link .user-wrapper {
    margin-bottom: 0;
}

.img-xs, .table td img, .table th img {
    width: 22px;
    height: 22px
}

.application-icon {
	width: 30px !important;
	height: 30px !important;
	border-radius: 0 !important;
}

.user-icon {
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
}

.table th, .table td {
    padding: 15px;
}

.validation-summary-errors ul {
    margin-bottom: 0;
}

.btn-md {
	font-size: 0.75rem;
}

.popover-header,
.confirmation-buttons a {
	font-size: 0.8rem !important;
}

.card-search {
    border-radius: 0;
    border: 1px solid #eaeaea;
    background-color: #fbfbfb;
}

.form-control:disabled, .form-control[readonly] {
    background-color: white;
}

.minw-0 {
    min-width: 0 !important;
}

.text-android {
	color: #a4c639;
}

.text-ios {
	color: #007aff;
}

.profile-text {
    font-size: 16px;
}

.checkbox-wrapper {
	display: inline-block;
	padding-top: 19px;
	padding-left: 15px;
	padding-right: 14px;
	padding-bottom: 10px;
	border: 1px solid #eaeaea;
}

.unseen-trace-row {
	background: #edf8fa !important;
}

.btn-group {
	border: none;
}

code {
	font-size: 0.9rem !important;
}

.trace-message {
	font-size: 1rem !important;
}

.platform-icon-divider {
	height: 10px;
}

.platform-name-divider {
    height: 5px;
}

.application-icon-divider {
	height: 10px;
}

.application-name-divider {
    height: 5px;
}

.shadow {
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.2);
}

.navbar-brand-wrapper {
    border-bottom: 1px solid #efefef;
}

.footer {
    background-color: #fff;
}

.main-panel {
    background-color: #f5f5f5;
}

.ws-n {
    white-space: normal !important;
}

.table thead th {
    font-weight: 600;
}

.note-btn i {
    color: #404040 !important;
}

.note-editor.note-frame {
    border: 1px solid #eaeaea !important;
}

.note-toolbar.card-header {
    border-bottom: 1px solid #eaeaea !important;
}

.note-popover .popover-content, .card-header.note-toolbar {
    background: #fff !important;
}

.badge {
    padding: .3rem .4rem !important;
}

.modal-content {
    background-color: #fff;
}

li.separator {
    height: 1px;
    background: #efefef;
}

.card-title {
    text-transform: none !important; 
}

    .card-title a {
        margin-top: -6px;
    }

.cursor-pointer {
    cursor: pointer;
}

.table-hover tbody tr:hover, .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

.nav-item.active {
    font-weight: 600;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    width: 100%;
    color: #495057;
    background-color: #fff;
    border-radius: 2px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 38px;
}

.note-editor .note-dropzone {
    opacity: 0 !important;
    display: none !important;
}

.datetimepicker td, .datetimepicker th {
    padding: 10px !important;
}

.datetimepicker table tr td.active.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active:hover:active {
    background: linear-gradient(120deg,#00e4d0,#5983e8);
}

.selected-option {
    font-weight: bolder !important;
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important;
}

    .no-sort::after {
        display: none !important;
    }

    .culture-icon {
        width: 24px !important;
        height: 24px !important;
    }

    .PagedList-ellipses {
        margin-left: 20px;
        margin-right: 20px;
    }

    .notifications-dropdown {
        overflow-y: scroll;
        max-height: 300px;
    }

.work-item {
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
    .work-item.modified {
        background-color: #ccf5e1;
    }

.btn {
    padding: .56rem;
}

.v-align-middle {
    vertical-align: middle;
}