body {
    margin: 0;
    padding: 0;
    background-color: #EAECEE;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}

h1.title {
    height: 20px;
    margin: 0 0 5px 0;
    padding: 8px 0 0 20px;
    font-size: 12px;
}

.maincontainer {
    min-width: 1000px;
    overflow-x: auto;
}

.ui-corner-all{
    border-radius: 4px 4px 0 0;
}
/*// Table DIV //*/

.rTable {
    display: table;
}

.rTableRow {
    display: table-row;
}

.rTableHeading {
    display: table-header-group;
}

.rTableBody {
    display: table-row-group;
}

.rTableFoot {
    display: table-footer-group;
}

.rTableCell, .rTableHead {
    display: table-cell;
    padding: 0 2px;
}

/*// End Table DIV //*/

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
    z-index: 999;
}

.ui-panelgrid {
    border-collapse: collapse;
}

.ui-panelgrid tr, .ui-panelgrid td {
    background: none;
    border: 1px solid #EEEEEE !important;
    padding: 2px 4px !important;
}

.ui-panelgrid .ui-panelgrid-footer {
    text-align: right !important;
}

.ui-panelgrid-label {
    text-align: right;
}

.ui-panelgrid-input {
    text-align: left;
}

.ui-panelgrid-footer {
    padding-top: 10px;
    text-align: right;
    border-top: 1px solid #333333;
}

.ui-panelgrid-top {
    vertical-align: top;
}

#headerMain .ui-widget-content, #footerMain .ui-widget-content {
    background: #EAECEE !important;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    box-shadow: none !important;
}

.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus, .ui-widget-header .ui-inputfield.ui-state-focus {
    box-shadow: 0 0 3px #79B7E7, 0 1px 1px #8F8F8F inset !important;
}

.ui-fieldset-doc .ui-fieldset-legend {
    margin-left: 0 !important;
}

.ui-fieldset {
    padding: 2px !important;
    /*margin: 5px 5px 0 0;*/
}

.ui-fieldset .ui-fieldset-legend {
    padding: 0em 1em !important;
    text-align: left;
    padding: 0 4px 0 4px;
    margin-left: 20px;
    background: none;
    border: 1px solid inherit;
    border-bottom: 0;
    border-top: 0;
    border-radius: 0 0 0 0 !important;
}

.ui-fieldset .ui-fieldset-content {
    margin: 8px 2px 5px 2px;
}

.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper {
    overflow-x: hidden !important;
}

.ui-lbl-remunera {
    text-align: right;
    font-weight: bold;
}

.ui-out-remunera {
    text-align: left;
    padding-right: 10px
}

.ui-button-var {
    background: none repeat scroll 0 0 transparent !important;
    border: none !important;
    height: 1.5em !important;
    font-size: 10px !important;
    font-style: italic;
    font-weight: normal !important;
}

.ui-button-icon-var {
    background: none repeat scroll 0 0 transparent !important;
    border: none !important;
    height: 1.5em !important;
    width: 2em !important;
}

.ui-button-icon-only-var {
    width: 18px !important;
}

.nestedUnit {
    border: 0 none !important;
    background: #EAECEE !important;
}

.ui-picklist .ui-picklist-list {
    width: 300px !important;
}

/* OVER MENU */

.item-actions {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.item-actions li {
    float: left;
    margin-left: 2px;
}

.item-actions a {
    display: inline-block;
    color: #502050;
    background-color: #ffffff;
    border-radius: 5px;
    /*border-style: solid;*/
    /*border-width: 1px;*/
    border: 1px solid #d8dcdf;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);

}

.table-over-menu table td.over-menu {
    position: relative;
    min-width: 44px;
    padding-right: 5px;
    padding-left: 3px;
    vertical-align: middle;
}

.table-over-menu table tr td.over-menu .item-actions {
    display: none;
    width: auto;
}

.table-over-menu table tr:hover td.over-menu .item-actions {
    position: absolute;
    z-index: 9999;
    top: 1px;
    right: 5px;
    display: block;
    vertical-align: bottom;
}

/* END OVER MENU */

#header {
    height: 80px;
    background: transparent;
    color: #f0f0f0;
    margin: 0;
    padding: 0;
}

#header h1 {
    padding-top: 24px;
    font-size: 250%;
}

#header-logo {
    color: #f0f0f0;
    display: block;
    width: 120px;
    padding-left: 35px;
    padding-top: 10px;
    text-align: center;
}

#header-logo p {
    padding: 0;
    margin: 0;
    font-weight: bold;
}

#header-logout {
    float: right;
    color: #454545;
    padding-top: 5px;
    padding-right: 45px;
    text-align: right;
}

#header-logout .user-detail {
    float: left;
    border-right: 1px solid;
    padding-right: 5px;
    text-align: left;
}

#header-logout .user-detail .label {
    text-align: right;
    font-weight: bold;
    color: #000;
}

#header-logout .out {
    float: right;
    padding-top: 10px;
    margin-left: 5px;
}

#page {
    background: #ffffff;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    border-right: solid 2px #a0a0a0;
    border-bottom: solid 2px #a0a0a0;
}

#sidebar {
    width: 180px;
    border: 1px solid #d0d0d0;
    float: left;
    padding: 4px;
    background-color: #3D6EB1;
    padding: 4px;
    color: #ffffff;
}

#sidebar h1 {
    display: block;
    font-size: 150%;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
}

#sidebar ul li a {
    font-size: 100%;
    color: #fff;
    text-decoration: none;
}

#container {
    padding-right: 8px;
}

#content {
    float: right;
    min-height: 320px;
    font-size: 120%;
    width: 740px;
}

#footer {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
}

#login-container {
    padding-top: 55px;
    padding-left: 33%;
}

#login-box {
    /*width: 341px;
    height: 340px;
    padding: 58px 41px 0 76px;
    background-color: #666666;*/
    font: 12px Arial, Helvetica, sans-serif;
    color: #ebebeb;
}

#login-box h2 {
    padding: 0;
    margin: 0;
    color: #ebebeb;
    font: bold 44px Arial;
}

.login-box-name td {
    text-align: right;
    padding-right: 5px;
}

.ui-button-search {
    background: none repeat scroll 0 0 transparent !important;
    border: none !important;
    height: 2.1em !important;
    margin-left: -22px;
    width: 2em !important;
}

.panel {
    border: 1px solid #d0d0d0;
    padding: 8px;
    margin: 8px 4px 16px 4px;
    background: #fafafa;
}

.panel h1 {
    font-size: 120%;
    display: block;
    background: #f0f0f0;
    padding: 6px;
    margin: -8px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 8px;
}

.odd {
    background: #f0f0f0;
}

.even {
    background: #ffffff;
}

.dataTable {
    border-collapse: collapse;;
    width: 100%;
}

.dataTable th {
    background: #204080;
    color: #f0f0f0;
    padding: 6px;
    border: 1px solid #f0f0f0;
}

.dataTable td {
    border: 1px solid #d0d0d0;
    padding: 4px;
}

.caption {
    float: left;
    width: 100px;
}

.formCaption {
    float: left;
    width: 100px;
    padding-top: 4px;
}

.value {
    margin-right: 8px;
}

.errorMessage {
    color: #FF0000;
    font-weight: bold;
}

.property {
    margin-bottom: 12px;
}

.mount-rem {
    text-align: right;
}

.mount-rem a {
    text-decoration: none;
}

.mount-rem a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.year-rem {
    text-align: center;
}

/* OVER MENU */
.item-actions {
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-width: 150px;
}

.item-actions li {
    float: left;
    margin-left: 2px;
}

.item-actions a {
    display: inline-block;
    color: #502050;
    background-color: #ffffff;
    /*border-color: #ccc #c0c0c0 #aaa;*/
    border-radius: 5px;
    /*border-style: solid;*/
    /*border-width: 1px;*/
    border: 1px solid #d8dcdf;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);

}

.table-over-menu table td.over-menu {
    position: relative;
    min-width: 44px;
    padding-right: 5px;
    padding-left: 3px;
    vertical-align: middle;
}

.table-over-menu table tr td.over-menu .item-actions {
    display: none;
    width: auto;
}

.table-over-menu table tr:hover td.over-menu .item-actions {
    position: absolute;
    z-index: 9999;
    top: 1px;
    right: 5px;
    display: block;
    vertical-align: bottom;
}

/* END OVER MENU */

/*Sisocrm*/
.btnfoto {
    margin-top: -26px;
}

.topAligned td {
    vertical-align: top;
}

.middleAligned td {
    vertical-align: middle;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

input[readonly] {
    box-shadow: none !important;
    background-color: #F0F0F0 !important;
    color: #000 !important;
}

textarea[readonly="readonly"], textarea[readonly] {
    box-shadow: none !important;
    background-color: #F0F0F0 !important;
    color: #000 !important;
}

.errorLogin {
    text-align: center;
    background: #C70100;
    padding: 2px;
    border: 1px solid #000;
    font-size: 11px;
}

.rw_inactivo {
    background-color: #F5F5F5 !important;
    background-image: none !important;
    color: #767676 !important;
    font-style: italic;
}

/*Fin sisocrm*/

/*Panel de control para registro militar*/
.outerpnl {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #CCC;
}

.middlepnl {
    display: table;
    float: right;
}

.innerpnl {
    vertical-align: top;
    display: table-cell;
    border: 1px solid #F00;
    width: 200px;
}

#btnminmax {
    width: 20px;
    border: 1px solid #00C;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    height: 20px;
    font-weight: bold;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
}

/*Fin Panel de control para registro militar*/
.ui-panelgrid .ui-panelgrid-cell{
    padding: 4px 5px !important;
}
.ui-grid-col-2 {
    text-align: right;
}

@media ( max-width: 640px) {
    .ui-grid-col-2 {
        text-align: left;
    }
}

/*registro militar*/
.ui-outputlabel-rfi{
    color: #FF0000;
    font-weight: bold;
}
.maxWithDiv {
    border: 1px solid transparent;
    width: 200px;
    min-height: 50px;
    overflow-y: auto;
    position: fixed;
    z-index: 1;
}

.minWithDiv {
    width: auto;
    position: relative;
}

.tmpRight {
    float: right;
    margin-right: 201px;
}

.frmSeparator {
    border-bottom: 1px solid;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    margin: 10px 0;
}

.inputDiv {
    background-color: #f6f6f6;
    border: 1px solid #bcbcbc;
    border-radius: 3.5px;
    color: #000;
    height: auto;
    min-height: 14px;
    padding: 3px;
}
.heightDiv{
    height: 7px;
}
/*fin registro militar*/

/*DataTable ->*/
.ui-icon-circle-triangle-e {
    background-position: -32px -17px !important;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -16px !important;
}
/*Fin DataTable ->*/