/* New additional CSS */
article.late {
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

article a {
    /* Update main.css line 3046 */
    color: black;
}

article a:hover {
    /* Update main.css line 3046 */
    text-decoration: none;
}

article a:hover h4 {
    /* Update main.css line 3046 */
    text-decoration: underline;
}

.section-article figure.red {
    /* Update main.css line 3057
       Use :has pseudo class when Selectors Level 4 when this is generally available.
       .section-article figure:has(> i.fa_warning) { */
    background: darkred;
}

.section-article figure.green {
    /* Update main.css line 3057
       Use :has pseudo class when Selectors Level 4 when this is generally available.
       .section-article figure:has(> i.fa_check) { */
    background: darkgreen;
}

.section-article figure.gray {
    /* Update main.css line 3057
       Use :has pseudo class when Selectors Level 4 when this is generally available.
       .section-article figure:has(> i.fa_exclamation) { */
    background: lightgray;
}

.select[multiple] {
    /* Add after .select in main.css line 482 */
    height: 120px;
}

.banner-main .page-title a {
    /* Add after a in main.css line 225 */
    color: #000;
}

li {
    /* Replace line in li (padding) in main.css line 342 */
    padding: 0 0 5px 30px;
}

.row.settings {
    background-color: #f9f9f9;
}

.form-block3 .btn-bg label {
    cursor: pointer;
}

.form-block3 .btn-bg.btn-bg2 label {
    /* Add in main.css line 2989 */
    margin-right: 10px;
}

.form-block3 .btn-bg label.active {
    color: #ffffff;
    background: #686868; /* Old browsers */
    background: -moz-linear-gradient(top, #929292 0%, #686868 100%, #929292 100%, #686868 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #929292), color-stop(100%, #686868), color-stop(100%, #929292), color-stop(100%, #686868)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #929292 0%, #686868 100%, #929292 100%, #686868 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #929292 0%, #686868 100%, #929292 100%, #686868 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #929292 0%, #686868 100%, #929292 100%, #686868 100%); /* IE10+ */
    background: linear-gradient(to bottom, #929292 0%, #686868 100%, #929292 100%, #686868 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#929292', endColorstr='#686868', GradientType=0); /* IE6-9 */
    border: none;
}

.form-block3 .btn-bg label.active.open {
    color: #000000;
    background: #ffcb01; /* Old browsers */
    background: -moz-linear-gradient(top, #ffcb01 0%, #ffe100 100%, #ffcb01 100%, #ffe100 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcb01), color-stop(100%, #ffe100), color-stop(100%, #ffcb01), color-stop(100%, #ffe100)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffcb01 0%, #ffe100 100%, #ffcb01 100%, #ffe100 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffcb01 0%, #ffe100 100%, #ffcb01 100%, #ffe100 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffcb01 0%, #ffe100 100%, #ffcb01 100%, #ffe100 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffcb01 0%, #ffe100 100%, #ffcb01 100%, #ffe100 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb01', endColorstr='#ffe100', GradientType=0); /* IE6-9 */
    border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0px;
    background: #ffcb01;
    font-weight: normal;
    color: #000000;
}

.ui-state-active.deleted, .ui-widget-content .ui-state-active.deleted, .ui-widget-header .ui-state-active.deleted, a.ui-button.deleted:active, .ui-button.deleted:active, .ui-button.ui-state-active.deleted:hover {
    text-decoration: line-through;
}

.ui-autocomplete li {
    padding: 0;
}

ul.ui-autocomplete li:before {
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    /* Ugly solution to hide the bullets. */
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

span#institutes div.yellow-box {
    margin-bottom: 5px;
}

.form-block .form-feild ul.formerror li, .form-block2 ul.formerror li, table ul.formerror li {
    width: 100%;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 7px;
    color: #e21714;
    font-size: 70%;
    line-height: normal;
}

.photo-block {
    cursor: pointer;
}

div.progress-bar {
    display: none;
}

div.popupgroup {
    display: none;
    position: fixed;
    z-index: 100;
}

div.popupbackground {
    position: inherit;
    background-color: whitesmoke;
    opacity: .9;
    height: 100%;
    width: 100%;
}

div.popup {
    position: inherit;
    top: 100px;
    left: 50%;
    background-color: white;
    opacity: 1;
    margin-left: -265px;
}

.container-main {
    /* Replace padding in main.css line 675 */
    padding: 0 0 0 0;
}

.footer-main {
    /* Replace position in main.css line 3142 */
    position: relative;
}

ul li i.fa.fa-trash-o.delete {
    margin-top: 15px;
    cursor: pointer;
}

.fa.status-black {
    color: black;
}

.fa.status-red {
    color: #c30239;
}

.fa.status-yellow {
    color: #ffcb01;
}

.fa.status-green {
    color: #00b013;
}

/*
Building striped table (or actually div-logic)
*/
.tables .table-cont .thead .col span {
    /* Add to '.tables .table-cont .thead .col span' on line 2768 */
    white-space: nowrap;
}

.tables .table-cont .thead .col:nth-child(even) {
    background: #e6e6e6;
}

.tables .table-cont .trow:nth-child(odd) .col:nth-child(even) {
    background: #e6e6e6;
}

.tables .table-cont .trow:nth-child(odd) .col:nth-child(odd) {
    background: #f2f2f2;
}

.tables .table-cont .trow:nth-child(even) .col:nth-child(even) {
    background: #f2f2f2;
}

.tables .table-cont .trow:nth-child(even) .col:nth-child(odd) {
    background: white;
}

.tables .table-cont .trow .col {
    height: inherit; /* Only works when parent has an height. See also equalheight() in custom.js. */
}

.tables .table-cont .thead .col:before {
    content: "";
    width: 30px;
    height: 500px;
    float: left;
    /*background: #f2f2f2;*/
    position: absolute;
    bottom: -60px;
    left: 170px;
    -webkit-transform: rotate(44.2deg);
    -moz-transform: rotate(44.2deg);
    -ms-transform: rotate(44.2deg);
    -o-transform: rotate(44.2deg);
}

.tables .table-cont .thead .col.medium:before {
    bottom: -82px;
    left: 161px;
    width: 87px;
}

.tables .table-cont .thead .col.large:before {
    bottom: -159px;
    left: 151px;
    width: 286px;
    height: 550px;
}

.tables .table-cont .thead .col:nth-child(even):before {
    background: #e6e6e6;
}

.tables .table-cont .col.small {
    width: 40px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.tables .table-cont .col.medium {
    width: 120px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.tables .table-cont .col.large {
    width: 400px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.tables .table-cont .thead .col {
    height: 20px;
    text-align: left;
    position: relative;
    overflow: visible;
    margin: 165px 0 0 0;
}

.evaluate {
    position: relative;
    width: 290px;
    height: 176px;
    background-color: rgb(215, 215, 215);
    background-color: #ffcb01;
    background-color: #fff3c9;
    padding: 3px;
    margin: 3px;
    top: 35px;
    z-index: 200;
}

.evaluate select {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 284px;
    padding: 7px;
    background-color: white;
    height: 36px;
    float: left;
    font-weight: normal;
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.evaluate textarea {
    position: absolute;
    top: 41px;
    right: 3px;
    width: 284px;
    background-color: white;
    font-size: 12px;
    padding: 7px;
}

tbody.zebra tr:nth-child(odd), ul.zebra li:nth-child(odd), .form-block.zebra:nth-child(odd) {
    background-color: #eaeaea;
}

ul.nolist {
    margin: 5px;
}

.with-icon {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
}

​ul.sub-menu {
    z-index: 5000;
}

div.pseudo-textarea {
    border: 1px solid #9d9d9d;
    padding: 7px;
    outline: none;
    resize: none;
}

div.pseudo-textarea:hover {
    border-bottom-color: #ffcb01;
    background-color: #f2f2f2;
}

.letter-header {
    display: none;
}

@media print {
    @page {
        size: A4 portrait;
        margin-top: 25mm;
        margin-bottom: 30mm;
        margin-right: 15mm;
        margin-left: 25mm;
    }

    /* Reset design */
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, tt, var, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, .container-main-out, .container-main, .content-main, .container, .row-mid, .row, .right-cl {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
        font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 9pt;
    }

    .page-break {
        page-break-after: always;
    }

    h1, h2, h3, h4, h5 {
        page-break-after: avoid;
    }

    /* Set letter header */
    .letter-header {
        width: 100%;
        display: block;
        padding-top: 21mm;
        padding-bottom: 14mm;
    }

    .letter-header .addresses {
        width: 100%;
        display: inline-block;
        padding-bottom: 29mm;
    }

    .addresses .to-address {
        float: left;
        width: 105mm;
    }

    .addresses .to-address h3 {
        padding-bottom: 12pt;
    }

    .addresses .from-address h3 {
        padding-top: 12pt;
    }

    .to-address p {
        line-height: 13pt;
    }

    .letter-header h2 {
        font-weight: bold;
        font-size: 9pt;
        padding: 0;
    }

    .letter-header h3 {
        font-weight: bold;
        font-size: 7.5pt;
        padding: 0;
    }

    .features {
        display: table;
    }

    .features .feature-line {
        display: table-row;
        line-height: 11pt;
    }

    .features .feature-line h4 {
        display: table-cell;
        font-size: 7.5pt;
        font-weight: bold;
        padding: 0;
        width: 30mm;
    }

    .features .feature-line p {
        display: table-cell;
        font-size: 9pt;
        padding: 0;
    }

    .left-cl {
        display: none;
    }
}



.table-header {
    font-family: "open_sansbold", Verdana, Geneva, sans-serif;
}

div.eval select {
    border-bottom-color: #ffcb01;
    background-color: #f2f2f2;

    width: 100%;
    height: 36px;
    float: left;
    font-weight: normal;
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: none;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 7px;
    margin: 0;
}

div.eval textarea {
    height: 132px;
    border: 1px solid #9d9d9d;
    padding: 7px;
    outline: none;
    resize: none;


    width: 100%;
    float: left;
    font-weight: normal;
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    letter-spacing: normal;
    text-transform: none;
    background: none;
    border-radius: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}