.navbar-fixed-top .navbar-brand img
{
    width: 22px;
    margin: 0 auto;
}
.navbar-fixed-top .navbar-right #navbar-search
{
    margin-top: 4px;
}
.navbar-fixed-top .navbar-right #navbar-add-lead
{
    float: left;
    margin-top: 6px;
}
.auth-box .top img
{
    width: 250px;
}
.auth-main:after
{
    /*background: url('../images/auth_bg.jpg') no-repeat top left fixed;*/
    background-position-x: 400px;
    background-size: contain;
}
.card .header
{
    padding: 20px 0;
}
.card .header h2
{
    font-size: 22px;
}
.comment-area
{
    resize: none;
    height: 115px;
}
.input-group-text
{
    width: 42px;
    text-align: center;
}
.fa
{
    margin: 0 auto;
}
.chosen-container-multi
{
    padding: .175rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.chosen-container-multi .chosen-choices
{
    border: none;
    background-image: none;
    box-shadow: none;
}
.help-block {
    color: #de4848;
}
.has-error input, .has-error select, .has-error textarea {
    color: #B94A48;
    background-color: #fbf5f5;
    border: 1px solid #efd8d8;
}
.no-margin
{
    margin: 0;
}
.fancy-checkbox.no-margin input[type="checkbox"]+span:before
{
    margin: 0;
}
.member-card .member-img img
{
    background: #fff;
}
.custom-file-label::after
{
    content: 'Обзор';
}
.chart.easy-pie-chart-1>span>img
{
    width: 100%;
    height: 100%;
}
.log-plan-item-hidden, .schedule-item-hidden
{
    display: none;
}
a.btn:focus
{
    color: #fff;
}
.log-table td {
    padding: 4px;
    min-width: 40px;
    text-align: center;
}
.log-table td.fio {
    text-align: left;
}
.log-table td.red {
    background-color: lightsalmon;
}
.log-table td.orange {
    background-color: orange;
}
.log-table td.green {
    background-color: lightgreen;
}
.underline {
    text-decoration: underline;
}
.table tbody tr td, .table tbody th td {
    white-space: normal;
}

.nohref {
    text-decoration: none;
    border-bottom: 1px dashed #007bff;
}
.nohref:hover {
    text-decoration: none;
    border-bottom: 1px solid #007bff;
}
.select-log {
    margin-right: 12px;
}
.select-log.active, .select-interview-log.active, .select-goal.active {
    font-weight: bold;
}
.goal{
    display: none;
}
.goal.active{
    display: block;
}
.center-image {
    display: block;
    text-align: center;
    width: 64px;
    height: 64px;
    margin: 50px auto;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin: 0;
    }
}
@media screen and (max-width: 1024px) {
    .navbar-fixed-top .navbar-right {
        width: calc(100% - 250px);
    }
}
@media screen and (max-width: 768px) {
    .navbar-brand {
        display: none;
    }
    .navbar-fixed-top .navbar-right {
        width: calc(100% - 180px);
    }
}

/**
Круг загрузки для аякса
 */
.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/**

 */

.user_name{
    font-size:14px !important;
    font-weight: bold !important;
}
.comments-list .media{
    border-bottom: 1px dotted #ccc !important;
}

.comments-list {
    margin-top: 20px;
}


.pagination li {
    border: medium;
    margin: 5px;
    font-weight: bold;
}
.pagination>.active>a {
    color: white;
    padding: 3px;
}
/*
    Full Schedule Table
*/

.schedule_table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.table-time-div {
    padding: 0px;
    border-bottom: 1px solid grey;
    height: 70px;
}

.table-time-div-last {
    padding: 0px;
    height: 70px;
}

.first-cell {
    border-top: 1px solid grey;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}
