/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01.09.2017, 17:00:42
    Author     : kv4nt <SAGA>
*/

.has-error .help-block {
    color: #d9534f;
}

.has-error input {
    border-color: #d9534f;
}

.table-normalized-width {
  table-layout: fixed;
  width: 100%;
}

.table-normalized-width td,.table-normalized-width th {
  width: 2%;
}

.table-normalized-width .tippy-element,.table-normalized-width th {
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    padding: 5px; /* Поля */
    background: inherit; /* Цвет фона */
    position: relative; /* Относительное позиционирование */
    /*text-overflow: ellipsis;*/
    text-align: center;
}
   
.table-normalized-width .tippy-element::after {
    content: ''; /* Выводим элемент */
    position: absolute; /* Абсолютное позиционирование */
    right: 0; top: 0; /* Положение элемента */
    width: 40px; /* Ширина градиента*/
    height: 100%; /* Высота родителя */
    /* Градиент */
    background: -moz-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
    background: -o-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
    background: linear-gradient(to right, rgba(255,255,255, 0.2), #fff 100%);
}
   
.tippy-content {
    font-size: 20px;
}

#orders-fio {
    text-transform: capitalize;
}