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

.ajax-spinner {
    /*margin: 15px 0 0 15px;*/
    padding: 13px;
    background: rgba(255, 255, 255, 0.75) url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 750;
    display: none;
	position: absolute;
	width: 100%;
	height: 100%;
    left: 0;
    top: 0;
}

.ajax-spinner-modal {
    background: rgba(255, 255, 255, 0.75) url('../images/spinner.gif') no-repeat 50% 50%;
    font-size: 0;
    z-index: 750;
    display: none;
    position: absolute;
    width: 90%;
    height: 85%;
}

.flash-container {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -20px;
}

div.flash {
    color: #FFF;
	/*background-color: #FFF9D7;*/
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
    opacity: 0.8;
    position: relative;
    float: right;
    right: -50%;
}

div.flash-modal {
    color: #FFF;
    border: 1px solid #E2C822;
    padding: 1em;
    margin: 1em 0;
    opacity: 0.8;
    position: relative;
}

div.flash .close-button {
    width: 13px;
    height: 14px;
    margin-left: 10px;
    cursor: pointer;
}

div.flash-modal .close-button {
    width: 13px;
    height: 14px;
    margin-left: 10px;
    cursor: pointer;
}

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

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

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

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

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

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

a[href^="#error:"] {
    background: red;
    color: white;
}

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: right;
}

form .required label {
    font-weight: bold;
}

form .error {
    color: #D00;
    font-weight: bold;
}

a.orderitem {
    display: inline-block;
    padding: 5px 25px 5px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
    color: #000;
    text-decoration: none;
    margin: 0 10px 10px 0;
    background: url(../images/icon-remove.png) right 7px top 7px no-repeat #d9dadb;
    background-size: 13px;
}

a.orderitem:before {
    padding-right: 3px;
}
a.orderitem.desc:before {
    content: '\25BC';
}
a.orderitem.asc:before {
    content: '\25B2';
}

a.filteritem {
    display: inline-block;
    padding: 5px 25px 5px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
    color: #000;
    text-decoration: none;
    margin: 0 10px 10px 0;
    background: url(../images/icon-remove.png) right 7px top 7px no-repeat #d9dadb;
    background-size: 13px;
}

a.filteritem > span {
    color: gray;
}

.datatable thead a {
    text-decoration: none;
}

.datatable thead a.asc:before {
    content: '\25B2';
    padding-right: 3px;
}

.datatable thead a.desc:before {
    content: '\25BC';
    padding-right: 3px;
}

table.detail-page {

}

table.detail-page th, td {
    padding: 10px;
}

table.detail-page th {
    background-color: #e8e8e9;
    text-align: right;

}

#favourite-switch {
    float: right;
}

a.action {
    display: inline-block;
    padding: 10px;
    padding-left: 40px;
    background-color: #d9dadb;
    color: #000;
}

.action-delete {
    background: url("../images/icon-delete.png") top 9px left 11px no-repeat #d9dadb;
    background-size: 20px;
}

.action-add {
    background: url("../images/icon-add.png") top 9px left 11px no-repeat #d9dadb;
    background-size: 20px;
}

.action-eye {
    background: url("../images/icons/png/eye.png") top 9px left 11px no-repeat #d9dadb;
    background-size: 20px;
}

.action-edit {
	background: url("../images/icons/png/edit.png") top 9px left 11px no-repeat #d9dadb;
	background-size: 16px;
}

.action-back {
    background: url("../images/icon-back.png") top 9px left 11px no-repeat #d9dadb;
    background-size: 20px;
}


.task-action {
    padding: 10px;
    background-color: #e8e8e9;
    border: 1px solid #aeaeaf;
    margin: 10px 0;
}

.task-action-r3 {
    margin-left: 20px;
}

.task-action-pozn {
    margin-left: 40px;
}

.task-action-text {
    padding: 5px;
    background-color: #f6f7f8;
    border: 1px solid #aeaeaf;
}

#frm-taskForm th {
    vertical-align: middle;
}

#frm-taskForm th {
    vertical-align: middle;
}

/*
.form-checkox {
    position: static !important;
    left:0 !important;
}
*/

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

.mfp-hide {
    display: none;
}

.item-form textarea {
    width: 300px;
    height: 100px;
}

.item-form th {
    vertical-align: middle;
}

#frm-taskForm-is_int {
    position: static;
}

.datatable {
    /*width: 98%;*/
    overflow-y: hidden;
}

.datatable-wrap {
    width: 100%;
    overflow: auto;
}

.header-status {
    text-decoration: none !important;
}

.header-status span.name {
    display: block;
    margin: 70px 0 0 0;
    font-size: 13px;
    text-transform: uppercase;

    color: #fff;
}

#actions div {
    display: inline;
}

#actions a {
    margin-left: 30px;
}

.login-form a {
    color: #fff;
}

a.circle {
    display: block;
    text-decoration: none;
}

a.circle:hover {
    color:#fff;
}

.login2 input[type=submit] {
    background-image: url(../images/button-enter.png) !important;
    background-size: cover;
}

.circle-one:after {
    height:0;
}

.circle-small-one:after {
    height:0;
}

.circle .circle-middle {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
    bottom: 37%;
}

.biggest {
    font-size: 50px;
}

.small-big {
    font-size: 20px;
}

.small-big2 {
    font-size: 24px;
}

.dash1-4 {
    float: left;
    width: 24%;
}

.dash1-4 h3 {
    text-align: center;
}

.dash1-5 {
    float: left;
    width: 20%;
}

.dash1-5 h3 {
    text-align: center;
}

#dashboard h2 {
    text-align: center;
}


.circle .circle-top {
    top: 30%;
}

.circle .circle-bottom {
    bottom: 30%;
}

.circle-small .circle-top {
    top: 17%;
}

.circle-small .circle-bottom {
    bottom: 17%;
}

.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;
}

#snippet--notify-task-count {
    display: inline-block;
}
/*
.chat__msg--out .chat__content {
    background-color:#002169;
    color:#fff;
}
*/
.chat__msg--note2 .chat__content {
    background-color:#fff;
    color:#000;
    font-style: italic;
}
/*
.chat__msg--note2.chat__msg--in .chat__content {
    border: 1px solid #D8D8D9;
}
*/
.chat__msg--in .chat__content {
    padding-left: 80px;
}

.chat__msg--in .chat__content {
    padding-left: 80px;
}

.chat__msg--note2 a {
    color: #000;
}



.chat__msg--in .chat__meta {
    padding-right: 80px;
}

.chat__msg {
    margin-top: 15px;
}

.fc-event {
    cursor: pointer;
}

.fc-today {
    background-color: rgba(54, 217, 104, 1) !important;
}
