html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav>li>form {
    padding: 8px;
}

@media (max-width: 768px) {
    .nav li>form {
        padding: 3px;
    }
}

.nav>li>form>button:hover {
    text-decoration: none;
}

div.required label:after {
    content: " *";
    color: red;
}

.nav-tabs-custom>.tab-content {
    background: #fff none repeat scroll 0 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px;
}

.nav-tabs>.tab-content {
    padding: 10px;
}

.profile-user-img {
    border: 3px solid #d2d6de;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
}

.yii-logo {
    width: auto;
    height: 32px;
    float: left;
    padding-right: 10px;
}

.navbar .divider-vertical {
    height: 45px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right: 1px solid #007196;
    border-left: 1px solid #5bc0de;
}

@media (max-width: 767px) {
    .navbar-collapse .nav>.divider-vertical {
        display: none;
    }
}

.fa-2 {
    font-size: 2em;
}

.fa-3 {
    font-size: 4em;
}

.fa-4 {
    font-size: 7em;
}

.fa-5 {
    font-size: 12em;
}

.fa-6 {
    font-size: 20em;
}

.thumbnail {
    background-color: #008cba08;
}


/*//////////////////////////////////////*/
/* Сховати стандартний чекбокс */
.row-checkbox {
    display: none;
}

/* Стилізація лейбла як кастомного чекбокса */
.row-checkbox+label {
    position: relative;
    padding-left: 20px;
    /* Відступ для кастомного чекбокса */
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

/* Порожній чекбокс сырий */
.row-checkbox+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #3c9a5f;
    /* Колір рамки */
    background: #43ac6a;
    border-radius: 4px;
    /* Закруглення кутів */
}

/* Порожній чекбокс */
.row-checkbox-grey+label:before {
    border: 1px solid #cccccc;
    background: #f5f5f5f5;
}

/* Вибраний чекбокс */
.row-checkbox:checked+label:before {
    background: #fff;
    /* Колір фону при виборі */
    border-color: #f86046;
    /* Колір рамки при виборі */
}

/* Галочка всередині */
.row-checkbox:checked+label:after {
    content: 'X';
    /* Символ галочки */
    position: absolute;
    top: 0px;
    left: 6px;
    color: #eb5e5e;
    /* Колір галочки */
    font-size: 14px;
}

/*//////////////////////////////*/
.avatar-menu img {
    height: 18px;
    margin-right: 1rem;
}

/**********/
.text-container {
    position: relative;
    max-width: 200px;
}

.short-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.full-text {
    display: none;
    white-space: normal;
}

.toggle-icon {
    cursor: pointer;
    color: #337ab7;
    margin-left: 5px;
}