﻿
/*field*/
.input-validation-error {
    border: 1px solid #ff0000;
}
/*message*/
.field-validation-error {
    color: #ff0000;
    padding-left: .4em;
}

div.formLine input.input-validation-error,
div.formLine textarea.input-validation-error,
div.formLine select.input-validation-error {
    border-color: #ff0000;
}

input.shortInput {
    width: 130px;
}

.pagedisplay {
    width: 50px;
}

    .validation-summary-errors ul li {
        float: left;
        margin-right: 5px;
        color: #ff0000;
    }

#left ul li .notclickable {
    background-color: #f6f6f6;
    display: block;
    padding: .5em 1em;
    color: #383838;
    text-decoration: none;
}

#errorContent {
    width: 51em;
    margin: 1em auto;
}

#content #errorContent .message {
    padding: 1em .5em;
    text-align: center;
    font-size: 1.25em;
}

    #content #errorContent .message span {
        padding-left: 22px;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

#content #errorContent .ok {
    background-color: #e3f1c2;
    color: #257e21;
    border-bottom: 1px solid #c6df8a;
}

#content #errorContent .notOk {
    background-color: #d2412f;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #ab3526;
}

#content #errorContent .ok span {
    background-image: url('../../Layout/images/layout/accept.png');
}

#content #errorContent .notOk span {
    background-image: url('../../Layout/images/layout/exclamation.png');
}

#errorContent h3,
#errorContent h4 {
    overflow: hidden;
    font-size: 1.5em;
    padding: .8em;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    background-color: #ffffff; /* fallback for old browsers */
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
}

#errorContent h4 {
    font-size: 1.3em;
    border-top: 1px solid #eaeaea;
}

#errorContent h3 span.h3 {
    margin: 0;
    width: 70%;
    float: left;
}

#errorContent .button {
    margin-top: 1em;
}

#adv {
    max-height: 250px;
    padding-bottom: 5px;
    width: 201px;
}

#content table.list th {
    padding-right: 15px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

    #content table.list th.headerSortDown {
        background-image: url('../../Layout/images/layout/asc.png');
    }

    #content table.list th.headerSortUp {
        background-image: url('../../Layout/images/layout/desc.png');
    }

.dataTables_wrapper {
    clear: both;
}

div.largeWidth input {
    width: 350px;
}

div.mediumWidth input {
    width: 200px;
}
div.largeWidth span {
    width: 350px;
}

div.mediumWidth span {
    width: 200px;
}

div.largeWidth select {
    width: 350px;
}

div.mediumWidth select {
    width: 200px;
}

div.fields div.validation-summary-errors {
    padding-left: 1.4em;
}

.leftMenu li a.expand {
    background-image: url("../../Layout/images/layout/down.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

/******************** Paging ********************/
.pageLink {
    padding: 3px;
}

#pagingBar {
    text-align: right;
}

.selected {
    font-weight: bold;
}

.summaryQuestionnare {
    line-height: 19px;
}

.baner {
    margin: 1em 0;
    height: 46px;
    text-align: center;
}

table#contractgrid {
    text-align: center;
}

.details {
    text-align: center;
}

#content fieldset.filter div.formLine select {
    width: 100%;
}

fieldset.filter div.formLine div.extend {
    margin-left: 37%;
}

fieldset.filter div.formLine label.extend {
    width: 37%;
}

.noCondition {
    text-align: center;
    padding: 1em 0.5em 1em 0.5em;
    font-size: 1.25em;
    font-weight: bold;
}

    .noCondition span {
        padding-left: 22px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-image: url("../../Layout/images/layout/exclamation.png");
    }

#freezeContent {
    display: none;
    padding-top: 20px;
}

    #freezeContent img {
        margin-left: 20px;
        margin-right: 20px;
    }

div.freezeText {
    font-size: 1.7em;
    letter-spacing: 0.1em;
    margin-top: 20px;
    margin-bottom: 20px;
}

#content .info#penal {
    float: right;
    width: 20em;
}


#content table.list tr.paid .confirm {
    background: url('../../Layout/images/layout/confirm.png') no-repeat 0 50%;
    color: #005D00; /*AUDYT #5CAD5C;*/
    font-weight: bold;
    /*AUDYT font-style: oblique;*/
    display: block;
    padding: .1em 0;
    padding-left: 20px;
}

#content table.list tr.paid td {
    background-color: #E7F3E7;
}


#errorContent .higher {
    font-size: 1.2em;
}

#errorContent .bold {
    font-weight: bold;
}

.lineHigher {
    line-height: 1.3em;
}
/*Filter */
#content fieldset.filterExtended {
    width: 32em;
}

fieldset.filterExtended div.formLine div.fields {
    margin-left: 40%;
}

fieldset.filterExtended div.formLine label {
    width: 38%;
}


.passwordDisabled {
    background-color: #cccccc !important;
    border: 1px solid #999999 !important;
    color: #666666 !important;
}
