@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-sidebar {
    padding-top: 50px;
    z-index: 8 !important;
    position: fixed;
}

.main-header .logo {
    padding: 0 !important;
}

.main-header .logo img {
    max-height: 80%;
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder,
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}

#filter-form {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#filter-form.form-inline .form-group {
    margin-bottom: 5px;
}

.small-charts .box-header {
    padding: 5px;
}

.small-charts .box-header > .fa,
.small-charts .box-header .box-title {
    font-size: 13px;
}

.small-charts .chart {
    width: 100%;
    height: 50px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-panel-after {
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding: 10px;
}

.table th {
    white-space: nowrap;
}

.kv-editable-link {
    text-align: left;
}

.main-header {
    z-index: 10 !important;
}

.users-list li.col-md-6 {
    width: 50%;
}

.bootstrap-dialog-message pre {
    overflow: auto;
    white-space: pre-wrap;
}

.kv-grid-table.table.table-bordered tbody > tr:hover {
    background-color: #d7e3ec;
}

#suggests-modal.targeting-modal .modal-dialog {
    width: 900px;
    padding-bottom: 100px;
}