td.columnLeft, td.columnCenter, td.columnRight {
    border: none!important;
}

td.columnLeft {
    text-align: left;
    vertical-align: top;
}

td.columnCenter {
    text-align: center;
    vertical-align: top;
}

td.columnRight {
    text-align: right;
    vertical-align: top;
}

.errorMessages {
    font-weight: bold;
    color: red;
}

.warningMessages {
    font-weight: bold;
    color: #999900;
}

.informationMessages {
    font-weight: bold;
    color: green;
}

@media screen and (max-width: 800px) {
    #tabWrapper .tabActive {
        font-weight: bold;
    }
}

@media screen and (min-width: 801px) {
    #tabContainer {
        width: 100%;
        padding-top: 10px;
    }

    #tabWrapper {
        width: 100%;
    }

    #tabWrapper:after {
        content: " ";
        display: block;
        border-bottom: 1px solid #36424a;
        padding-top: 35px;
    }

    #tabWrapper .tabActive {
        padding: 5px 10px;
        float: left;
        border-left: 1px solid #36424a;
        border-top: 1px solid #36424a;
        border-right: 1px solid #36424a;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        font-weight: bold;
        background-color: #efefef;
        height: 25px;
    }

    #tabWrapper .tabInactive {
        padding: 5px 10px;
        float: left;
        border: 1px solid #36424a;
        border-radius: 5px 5px 0 0;
        background-color: #dcdcdc;
    }

    #tabContainer #tabContent {
        clear: both;
        width: 99%;
        padding: 10px 5px 5px 5px;
    }
}

.form-submit{
    padding: .13em 1em;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1.4;
    font-size: 1.1em;
    font-family: Arial,sans-serif;
    border: 1px solid #a8a8a8;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
    font-weight: bold;
    color: #4f4f4f;
    background:#c4c4c4 url("../javax.faces.resource/button-bg.png.jsf?ln=images") 50% 50% repeat-x;
}

.form-submit:hover {
    border: 1px solid #7096ab;
    color: #313131;
    background: #85b2cb url("../javax.faces.resource/button-bg-hover.png.jsf?ln=images") 50% 50% repeat-x;
    -moz-box-shadow:0px 0px 8px #85b2cb, inset 0px 1px 0px #fff;
    -webkit-box-shadow:0px 0px 8px #85b2cb, inset 0px 1px 0px #fff;
    box-shadow: 0px 0px 8px #85b2cb, inset 0px 1px 0px #fff;
}

.form-submit:active {
    border: 1px solid #7096ab;
    background: #85b2cb url("../javax.faces.resource/button-bg-active.png.jsf?ln=images") 50% 50% repeat-x;
    background:#85b2cb linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.4));
    background:#85b2cb -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.4)));
    background:#85b2cb -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.4));
    color: #1c4257;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
    box-shadow: none;
}

.form-submit:disabled, .form-submit:hover:disabled {
    opacity: .35;
    background-image: none;
    background-color: #c4c4c4;
    box-shadow: none;
    text-shadow: none;
    color: #4f4f4f;
}

select {
    cursor: pointer;
}

.select2 {
    outline: medium none;
    padding:4px;
    -moz-box-shadow:inset 0 2px 2px #8f8f8f;
    -webkit-box-shadow:inset 0 2px 2px #8f8f8f;
    box-shadow:inset 0 2px 2px #8f8f8f;
    color:#313131;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius: 3px;
    font-size: 1.1em;
    font-family: Arial,sans-serif;
    border: 1px solid #a8a8a8;
    background-color: #fff;
}

.select2:hover {
    border: 1px solid #7096ab;
    -moz-box-shadow:0px 0px 10px #85b2cb, inset 0 2px 2px #8f8f8f;
    -webkit-box-shadow:0px 0px 10px #85b2cb, inset 0 2px 2px #8f8f8f;
    box-shadow:0px 0px 10px #85b2cb, inset 0 2px 2px #8f8f8f;
}

.select2 {
    padding-bottom: 4px!important;
}

.select2-selection {
    border: none!important;
    height: auto!important;
}

.select2-selection__rendered {
    padding-left: 0!important;
    line-height: 1.1!important;
}

.select2-selection__arrow {
    border: 1px solid #8f8f8f!important;
    border-top: none!important;
    border-bottom: none!important;
    background:#85b2cb url("../javax.faces.resource/button-bg.png.jsf?ln=images") 50% 50% repeat-x!important;
    padding-bottom: 2px;
    -moz-border-bottom-right-radius:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-top-right-radius:3px;
    -webkit-border-top-right-radius:3px;
    top: 0px!important;
    right: -1px!important;
    height: 91%!important;
}

.select2:hover .select2-selection__arrow {
    border: 1px solid #7096ab!important;
    border-top: none!important;
    border-bottom: none!important;
    background:#85b2cb url("../javax.faces.resource/button-bg-active.png.jsf?ln=images") 50% 50% repeat-x!important;
}

.select2-results__options {
    font-size: .8em!important;
}


/* Base for label styling */
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    padding-top: 6px;
    cursor: pointer;
}

/* checkbox aspect */
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 2px;
    width: 17px; height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 2px;
    background:#c4c4c4 url("../javax.faces.resource/button-bg.png.jsf?ln=images") 50% 50% repeat-x;
}

input[type="checkbox"]:not(:checked) + label:hover:before {
    border: 1px solid #7096ab;
    color: #313131;
    background: #85b2cb url("../javax.faces.resource/button-bg-hover.png.jsf?ln=images") 50% 50% repeat-x;
    -moz-box-shadow:0px 0px 8px #85b2cb, inset 0px 1px 0px #fff;
    -webkit-box-shadow:0px 0px 8px #85b2cb, inset 0px 1px 0px #fff;
    box-shadow: 0px 0px 8px #85b2cb, inset 0px 1px 0px #fff;
}

input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 2px;
    width: 17px; height: 17px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 2px;
    background:#c4c4c4 url("../javax.faces.resource/button-bg-active.png.jsf?ln=images") 50% 50% repeat-x;
}

/* checked mark aspect */
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0; left: 4px;
    font-size: 14px;
    color: #38667f;
    transition: all .2s;
}
/* checked mark aspect changes */
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.accordion {
    width:100%;
    margin:20px auto;
}

.accordionItem {
    margin: 0 10px 0 10px;
    padding: 10px;
    height: 18px;
    background:#c4c4c4 url("../javax.faces.resource/button-bg.png.jsf?ln=images") 50% 50% repeat-x;
    border:1px solid #ddd;
    cursor:pointer;
    font-weight: bold;
    color: #4f4f4f;
    font-size: 1.1em;
    line-height: 1.4;
}

.accordionItem:hover {
    border: 1px solid #7096ab;
    color: #1c4257;
    background: #85b2cb url("../javax.faces.resource/button-bg-hover.png.jsf?ln=images") 50% 50% repeat-x;
    -moz-box-shadow:0px 0px 8px #85b2cb, inset 0px 1px 0px #fff;
    -webkit-box-shadow:0px 0px 8px #85b2cb, inset 0px 1px 0px #fff;
    box-shadow: 0px 0px 8px #85b2cb, inset 0px 1px 0px #fff;
}

.accordionItem.accordionItemOpen {
    background:#c4c4c4 url("../javax.faces.resource/button-bg-active.png.jsf?ln=images") 50% 50% repeat-x;
    border-bottom:0px;
    color: #1c4257;
}

.accordionItemContent {
    background: #fff;
    margin: 0 10px 0 10px;
    padding: 10px;
    border:1px solid #ccc;
    display:none;
}

a.active {
    font-weight: bold;
    color: #000!important;
}

table.dataTable {
    border-collapse: collapse;
}

table.dataTable td, table.dataTable th {
    border: 1px solid #a8a8a8;
    padding-left: 10px;
    padding-right: 5px;
    line-height: 1.6em;
}

table.dataTable th {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

table.dataTable th.dataHeader, .dataHeader {
    vertical-align: top;
    background: #c4c4c4 url("../javax.faces.resource/button-bg.png.jsf?ln=images") 50% 50% repeat-x;
    padding: 0;
}

table.dataTable tr.dataPlain {
    background-color: #f8f8f8;
}

table.dataTable tr.dataHighlighted {
    background-color: #f2f5f9;
}

table.dataTable tr.dataPlain:hover, table.dataTable tr.dataHighlighted:hover {
    background-color: #ffffdf;
}

.ui-widget {
    line-height: 16px!important;
}

.textOverflow {
    text-wrap: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-outputlabel-rfi {
    color: red;
}