.error{
    background:#138e3a;
    color:#fff;
}

.nav__link.active {
    text-decoration:underline;
    color:#fff
}

ul.error {
    background: none;
}

ul.error li {
    font-weight: bold;
    color: red;
}

.flash {
    background-color: #726460;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    margin: 30px 0;
    font-size: 14px;
}

.flash.info {
    background-color: #3a8f20;
}

.flash.warning {
    background-color: #ff8844;
}

.flash.error {
    background-color: #b2283d;
}

a.underline {
    text-decoration: underline;
}

.nav__list {
    width: 560px;
}

table.dataTable thead .sorting_asc {
    background: url("//cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat center left;
}
table.dataTable thead .sorting_desc {
    background: url("//cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat center left;
}
table.dataTable thead .sorting {
    background: url("//cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center left;
}

.datatable thead th, table.dataTable thead th {
    padding-left: 20px;
}

input:-webkit-autofill {
    background-color: #F7F7F7 !important;
    color: #fff !important;
    background-image: inherit !important;
}

.nowrap {
    white-space: nowrap;
}

.bold {
    font-weight: bold;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

td.topheader {
    background-color: #726460;
    color: #fff;
    border-right: 1px solid #fff;
}

tr.total1 td {
    background-color: #d6cecc;
    font-size: 14px;
}
tr.total2 td {
    background-color: #eeebea;
    font-size: 16px;
}

.actualities tr td {
    cursor: pointer !important;
}

.actualities tr.unread td {
    background-color: #e6e1e0;
}

.circle--circle1 .bckg2 {
    background: url(../images/circle1.jpg?2);
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
}

.white-popup table {
    margin: 0 auto;
}

.mfp-hide {
    display: none;
}


.tasks .grid__item__ico {
    position: relative;
}

.tasks .grid__item__ico span.counter {
    position: absolute;
    display: inline-block;
    padding: 2px;
    font-size: 12px;
    bottom: 2px;
    right: 2px;
    border-radius: 4px;
    background-color: #d51f37;
    color: white;
}

div.drum .figure {
    padding: 0;
}

.grid__item__content_gray, .grid__item__content_gray a {
    color: #6e6460;
}

.user__img {
    width: 60px;
    height: 60px; /*JLA*/
}
/*
.head__status {
    display: block;
    text-decoration: none !important;
}

.head__status span.head__status__name {
    display: block;
    margin: 85px 0 0 0;
    font-size: 13px;
    text-transform: uppercase;

    color: #fff;
}
*/
.filter__buttons .icon {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto 2px auto;
    border-radius: 36px;
    background-color: #8C8282;
    background-position: center;
    transition: all 200ms;
    background-size: 50%;
}

.filter__buttons .icon.small {
    width: 24px;
    height: 24px;
}

.filter__buttons a {
    font-size: 13px;
    font-weight: 500;
}

.filter__buttons a:hover {
    color: #000;
    text-decoration: none;
}

.filter__buttons a:hover .icon {
    background-color: #000;
}

.circle--circle2 .bckg2 {
    background: url(../images/circle2-new.jpg);
}

.curr-status {
    background-position: 50% 20px;
}

.dataTables_length select {
    width: 70px;
}

.help--byt1 {
    top: 500px;
    margin-left: 100px;
}

 a.flashinfo {
    color: white;   
    text-decoration: underline;
 }

a.flashinfo:hover {
    color: white;   
 }
 
 .photo {
    position:relative;
 }
 
 .photo .lightbox {
width: 460px;
height: 460px;
border-radius: 230px;
background-position: center;
background-size: cover;
border: 1px solid #DDDFE1;
}

body:not(:-moz-handler-blocked) div.drum-wrapper div.container {
    -moz-perspective: none;
    perspective: none;
}

.delete-file {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon-delete-file.png) no-repeat top left;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
}

.export-button {
    position: relative;
    font-size: 0.88em;
    white-space: nowrap;
    line-height: 1.75;
    display: inline-block;
    padding: 0.5em 1em;
    margin-bottom: 2px;
    border-radius: 3px;
    border: 1px solid #999;
    background-color: #e9e9e9;
    background-image: -webkit-linear-gradient(top,#fff 0%,#e9e9e9 100%);
    outline: none;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
}