﻿body {
}

.list-row 
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-row-cell 
{
    max-height: 200px;
}

.list-descr 
{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.list-html
{
    font-size: 19px;
    max-height: 7em;
    line-height: 1.4em;
}

.public-descr
{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}

.truncated-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    padding: 2px;
}

.content-pages-top 
{
    color: #23527c;
    text-align: center;
    margin-top: 10px;
}

.content-pages-bottom 
{
    color: #23527c;
    text-align: center;
}

.list-title 
{
    color: rgb(66, 66, 66);
}

.list-h1 
{
    position: absolute;
    left: -1000px;
    top: -1000px;
}

.request-header
{
    font-size: 30px;
    font-weight: 600;
}

.request-descr
{
    font-size: 20px;
}

.color-green
{
    color: green;
}

.color-red
{
    color: #a70404;
}

.accept-image {
    background-color: green;
    -webkit-mask: url(/img/accept.svg) no-repeat center;
    mask: url(/img/accept.svg) no-repeat center;
}

.reject-image {
    background-color: red;
    -webkit-mask: url(/img/reject.svg) no-repeat center;
    mask: url(/img/reject.svg) no-repeat center;
}

.login-menu-item {
    padding-left: 0 !important;
}

p {
    text-indent: 20px;
    margin: 0 0 10px;
}