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

/**--------------------------Логотипы в левом меню---------------------------------*/
.sidebar-collapse .logo-developer {
  display: none !important;
}
.sidebar-collapse .logo-developer.small {
  display: block !important;
}
.main-sidebar .logo-developer {
  display: block;
  padding: 10px 15px 15px 15px;
}
.main-sidebar .logo-developer img {
  height: 30px;
  width: auto;
  max-height: 50px;
}
.main-sidebar .logo-developer.small {
  display: none;
}

/**-------------------------Страница логина---------------------------------*/
.login-box .login-logo {
    margin: 0;
    text-align: center;
    padding: 25px 0;
}
.login-box .login-logo img {
    height: 50px;
    margin-right: 25px;
}
.login-box .logo-developer {
    bottom: 15px;
    text-align: center;
    padding-bottom: 100px;

}
.login-box .logo-developer a{
    background: url("../img/freematiq_logo_compact_r.svg");
    background-size: 100% 100%;
    display: inline-block;
    width: 90px;
    height: 32px;
}

/**-------------------------dynagrid---------------------------------*/
.non-button, .non-button:hover, .non-button:focus, .non-button:active, .non-button:focus:active {
    cursor: default !important;
    background-color: #007bff !important;
    box-shadow: none;
    outline: none;
}

.non-button .badge-light {
    color: #007bff;
}

.kv-grid-bs4 a.asc:after,
.kv-grid-bs4 a.desc:after {
    padding-left: 5px;
}

/**-------------------------Favorite---------------------------------*/
.main-header i.favorite-fa {
    cursor: pointer;
    color: #ff8900;
}

.main-header i.favorite-fa:hover {
  color: #e31e24;
}

#favorite-status i.fa-check {
  color: green;
}

#favorite-error i.fa-times, #favorite-error-default i.fa-times {
  color: red;
}

/**-------------------------XZ---------------------------------*/

/*td.skip-export a.btn-sm {*/
/*  width: 35px;*/
/*}*/
