@import url('https://fonts.googleapis.com/css?family=Ubuntu');


/* Отмена в поле поиска */
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


body {
    font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: .875rem;
}

a, a:hover  {
    text-decoration: none;
    outline: none;
}



.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/* Sidebar */
/* Верхнее и бокове меню */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  font-size: 2rem;
  padding: .48rem 1rem;
  border-width: 0;
  border-radius: 0;
}

@media screen and (max-width: 500px) {
    .navbar .form-control {
        font-size: 1.5rem;
        padding: .855rem 1rem;
    }
}

@media screen and (max-width: 400px) {
    .navbar .form-control {
        font-size: 1rem;
        padding: 1.23rem 1rem;
    }
}


.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/* КНОПКА ПОИСКА */

/*
.frm_search {
    right: 0px;
    width: 45px;
    height: 100%;
    position: absolute;
    border-radius: 0px;
/*    border: none;*/
/*    outline: none;*/

/*    display: none;*/

/*
}


/*
.frm_search:focus {
  text-decoration: none;
  outline: none;
}
*/

/*
.form-control:hover .frm_search {
    display: inline-block;
}
*/



/* КНОПКА ЗАКРЫТИЯ */

.frm_button, .frm_search {
    top: 20px;
/*    right: 45px;*/
    right: 13px;
/*    width: 26px;*/
/*    height: 26px;*/
    position: absolute;
    background: transparent;
    cursor: pointer;
/*    color: #4285f4;*/
    font-size: 18px;
    border: none;
    outline: none;
}

.frm_button:focus, .frm_search:focus {
  text-decoration: none;
  outline: none;
}

/*
.frm_button:hover {
  color: #f8f9fa;
}
*/

/* хак для safari */
/*
@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

    @media screen and (max-width: 500px) {
        .frm_button {
            right: -5px;
        }
    }

}
*/



/* Bloodhound typeahead */

.header-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

.sug-name {
    float: right;
    color: #6c757d;
    font-size: .875em;
}

.tt-suggestion:hover .sug-name {
    color: #f9fafb;
}

.tt-suggestion:focus .sug-name {
    color: #f9fafb;
}

.sug-text {
    color: #6c757d;
}

.tt-suggestion:hover .sug-text {
    color: #f9fafb;
}

.tt-suggestion:focus .sug-text {
    color: #f9fafb;
}


/* КНОПКА ЛИЧНЫЙ КАБИНЕТ */
.lkbox {
  display: block!important;
}

@media screen and (max-width: 323px) {
    .lkbox {
        display: flex!important;
        align-items: center!important;
    }
}

