/****

Таблица стилей для менеджерской и клиентской части
Без страницы входа

***/
@import 'normalize.css';
@import 'lib.css';

.burger{
    display: none;
}

body.noscroll{
    overflow: hidden;
}

.overflow{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000000aa;
    z-index: 25;
}

/*--- login ---*/
.login-page {
	font-family: 'Lato', sans-serif;
    padding: 30px 0 20px;
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(180deg, #E7F0FE 0%, #D0E0F9 100%);
}

.logo-login {
    position: absolute;
    top: 30px;
}


.logo span {
    font-family: Helvetica Neue, arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.logo-main span{
    color: #fff;
    letter-spacing: 0.04em;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo img {
    margin-right: 8px;
}

.login-footer {
    position: absolute;
    bottom: 20px;
    font-size: 14px;
	line-height: 17px;
	color: #8694A9;
}

.login-form__title {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}

.login-form {
    width: 240px;
}

.login-form input{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 6px;
    width: 100%;
    border: none;
    font-size: 15px;
	line-height: 19px;
}

.login-form input::-webkit-input-placeholder {
	text-align: center;
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 19px;
}
.login-form input::-moz-placeholder          {text-align: center;}/* Firefox 19+ */
.login-form input:-moz-placeholder           {color:#c0392b;}/* Firefox 18- */
.login-form input:-ms-input-placeholder      {color:#c0392b;}

.login-form__btn {
    background: #007AFF;
    border-radius: 6px;
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    color: #fff;
}

.has-error{
	animation: bounce 0.4s;
}

@keyframes bounce {
  8% {
    transform: translateX(10px); }
  24% {
    transform: translateX(-10px); }
  40% {
    transform: translateX(8px); }
  56% {
    transform: translateX(-8px); }
  72% {
    transform: translateX(6px); }
  88% {
    transform: translateX(-6px); } }
/*--- login ---*/


/*--- autotrucks ---*/

.autohead-filter{
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 16px 0 0;
}

.autohead-filter-page{
    padding-top: 16px;
}

.autotrucks-head{
    margin-bottom: 3px;
}

.autotrucks-head__right{
    display: flex;
}

.autotrucks-head__right a,
.autotrucks-head__right button{
    margin-left: 12px;
    white-space: nowrap;
}

.table-style tbody tr td a.status__link{
    position: relative;
    padding-left: 24px;
}

#app_table .form-control{
    font-size: 13px;
    padding: 0 0 0 3px;
}

.spinner__cont div {
    position: absolute;
    width: 32px;
    height: 32px;
    border: 4px solid #8694a9;
    border-top-color: transparent;
    border-radius: 50%;
}
.spinner__cont div {
    animation: spinner__cont 0.8620689655172413s linear infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}
.spinner {
    display: none;
    overflow: hidden;
    background: none;
    position: absolute;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 11;
    bottom: 0;
}
.spinner__cont {
    width: 100%;
    height: 100%;
    position: relative;
    backface-visibility: hidden;
    transform-origin: 0 0;
}

/*--- autotrucks ---*/