@charset "utf-8";
/* 
    Document   : custom
    Created on : Aug 19, 2013, 4:17:53 PM
    Author     : Andriuss
    Description:
        Custom styles for primefaces theme
*/
/* CSS Document */

#applicationEditForm .ui-selectonemenu {
    max-width: 220px;
}

#applicationEditForm #applicationEditForm\:consularPostGrid .ui-selectonemenu {
    max-width: 881px;
}

#applicationEditForm #applicationEditForm\:applicantNationality {
    max-width: 184px !important;
}

#applicationEditForm .fullWidthTable .rows-td #applicationEditForm\:previousStaysTable_data td:first-child {
    width: 83%;
    text-align: center;
    vertical-align: middle;
}

#applicationEditForm .fullWidthTable .rows-td td {
    width: auto;
}

.rows-td {
    /*tadasj*/
    width: 95%;
    vertical-align: top;
    /*white-space: nowrap;*/
}

.fullWidthTable .rows-td tbody {
    border: 0 none;
}

.fullWidthTable .rows-td tr {
    border: 0 none;
}

.fullWidthTable .rows-td td {
    border: 0 none;    
}

#applicationEditForm\:mainPanel {
    background-color: #FFFFFF;
    background: none;
}

#applicationEditForm\:applicantOutputPanel {
    padding: 0 1em;
}

#applicationEditForm\:applicantOutputPanel .ui-panel {
    margin: 0.5em 0;
}

.fullWidthTable {
    width: 100%;
}

.fullWidthTable .colIn .fullWidthTable .ui-panelgrid-cell:last-child {
    border: none;
}

.fullWidthTable .colIn .fullWidthTable .ui-panelgrid-cell:last-child td {
    border: none;
}

.fullWidthTable .colIn .fullWidthTable .ui-panelgrid-cell:last-child td {
    border-top: 1px dashed #DEEDF7;
}

.fullWidthTable .ui-panelgrid-cell {
    border: none;
    border-bottom: dotted 1px #FFFFFF;
    padding: 0;
}

.fullWidthTable .ui-panelgrid-cell span {
    font-weight: bold;
}

.ui-panelgrid .ui-widget .fullWidthTable {
    border: none;
}

.fullWidthTable tr {
    border-style: none;
}

#applicationEditForm .fullWidthTable td {
    /*tadasj*/
    width: 25%;
    /*min-width: 25%;*/
    /*max-width: 358px !important;*/
    padding: 0px !important;
    vertical-align: top;
}

.fullWidthTable tbody {
    /*tadasj*/
    /*border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    */
}

.headerNav a {
    color: #264C79;
}

#footerContent a {
    color: #9FC8DC;
}

#footerContent {
    text-align: center;
}

#content {
    width:1000px;
    padding-top: 15px;
    height: auto;
    padding-bottom: 30px;
    margin:0 auto;
}

#headerFunctions .rightRight {
    max-width: 114px;
    width: 114px;
    -webkit-box-shadow: inset 0.5px 0 2.5px -2px #828282;
    -moz-box-shadow: inset 0.5px 0 2.5px -2px #828282;
    box-shadow: inset 0.5px 0 2.5px -2px #828282;
}

#headerFunctions\:contacts {
    color: #fff;
    text-decoration: none;
    padding-right: 15px;
}

#footerContent {
    padding: 10px;
}

#container {
    background-image: url("/epm/javax.faces.resource/content_bg.png.xhtml?ln=images");
    background-position: bottom;
    background-repeat:repeat-x;
}

#outerFooter {
    background-color: #264C79;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 4px -1px #fff, 0 -5px 5px -2.5px #264C79;
    -moz-box-shadow: inset 0 1px 4px -1px #fff, 0 -5px 5px -2.5px #264C79;
    box-shadow: inset 0 1px 4px -1px #fff, 0 -5px 5px -2.5px #264C79;
}

#outerLogo {
    max-height: 100px;
    min-height: 100px;
    -webkit-box-shadow: inset 0 5px 5px -2.5px #264C79, 0 5px 5px -2.5px #9FC8DC, inset 0 -0.5px 5px -1px #fff;
    -moz-box-shadow: inset 0 5px 5px -2.5px #264C79, 0 5px 5px -2.5px #9FC8DC, inset 0 -0.5px 5px -1px #fff;
    box-shadow: inset 0 5px 5px -2.5px #264C79, 0 5px 5px -2.5px #9FC8DC, inset 0 -0.5px 5px -1px #fff;
    background-color: #9FC8DC;
    background-image: url("/epm/javax.faces.resource/logo_bg.png.xhtml?ln=images");
}

#outerMenu form div {
    -webkit-box-shadow: 0 -9px 7px -3px #dddddd, 0 7px 5px -3px #dddddd;
    -moz-box-shadow: 0 -9px 7px -3px #dddddd, 0 7px 5px -3px #dddddd;
    box-shadow: 0 -9px 7px -3px #dddddd, 0 7px 5px -3px #dddddd;
}

.logo {
    padding: 5px 0;
}

#logoContent, #footerContent {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#outerMenu {
    max-height: 35px;
    min-height: 35px;
}

#outerMenu form {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.logout {
    background-image: url("/epm/javax.faces.resource/logout.png.xhtml?ln=images") !important;
    
}

.ui-slider-horizontal {
    margin: 0.5em;
    height: 0.6em;
    background-color: #f6f5f5;
    background-image: none;
}

.submitSuccessPanel {
    background: #effdef;
    font-weight: bold;
    border-color: #DEEDF7;
}

.submitSuccessPanel span {
    display: inline-block;
    vertical-align: middle;
}

.submitPanel {
    padding: 0;
    width: 300px;
    text-align: center;
    margin:0 auto;
    
    background: url("/epm/javax.faces.resource/images/ui-bg_glass_80_d7ebf9_1x400.png.xhtml?ln=primefaces-cupertino&v=10.0.0") repeat-x scroll 50% 50% #d7ebf9;
    border: 1px solid #aed0ea;
    color: #2779aa;
    font-weight: bold;
}

.submitPanel:hover {
    background: url("/epm/javax.faces.resource/images/ui-bg_glass_100_e4f1fb_1x400.png.xhtml?ln=primefaces-cupertino&v=10.0.0") repeat-x scroll 50% 50% #e4f1fb;
}

.submitPanel div {
    padding: 0 !important;
    height: 30px;
}

.submitPanel a {
    text-align: center;
    display: inline-block;
    color: #2779aa;
    text-decoration: none;
    line-height: 30px;
    width: 100%;
}

.userInfoContainer {
    width: 100%;
}

.userDetails td {
    color: #fff;
}

#outerHeader table {
    height: 100%;
}

#outerHeader .fullWidthTable tbody {
    border-style: none;
}

#outerHeader .left td:first-child {
    text-align: right;
    font-weight: bold;
}

#outerHeader .left {
    text-align: left;
}

#outerHeader .right, #outerHeader .rightRight {
    text-align: right;
    height: 100%;
    padding: 0 !important;
}

.ui-selectoneradio tbody {
    border-style: none !important;
    border-width: 0;
}

#outerHeader {
    height: 50px;
    max-height: 50px;
    width: 100%;
    text-align: center;
    background-color: #264C79;
}

#outerHeader td {
    border: 0;
}

#outerHeader tr {
    background-image: none;
    border: 0;
    background-color: transparent;
}

#outerHeader form {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#outerHeader .headerNav {
    float: right;
}

.ui-datatable-empty-message td {
    text-align: center !important;
}

.multiObjectTable thead {
    display: none;
}

.multiObjectTable .ui-datatable-header a {
    display: block;
    color: #2779AA;
    text-decoration: none;
}

.multiObjectTable .ui-datatable-tablewrapper {
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #DDDDDD;
}

.multiObjectTable tr td:last-child {
    width: 24%;
    border-left: none;
    text-align: right;
}

.multiObjectTable tr td:first-child {
    width: auto;
    border-right: none;
}

.formControl {
    padding-left: 1em;
    padding-right: 1em;
}

.editFormButtons {
    width: 60%;
}

.editFormButtons .left {
    text-align: left;
}

.editFormButtons .center-left {
    text-align: right;
}

.editFormButtons .center {
    text-align: center;
}

.editFormButtons .center-right {
    text-align: left;
}

.editFormButtons .right {
    text-align: right;
}

.editFormButtons td {
    width: 50%;
    border: none !important;
}

.editFormButtons tr {
    border: none !important;
    background: none;
}

#applicationEditForm .editFormButtons tr {
    background-image: none;
    background-color: transparent;
    border: none !important;
}

.bg-solid {
    background: #F2F5F7;
}

#applicationEditForm tr {
    background: #F9FAFB;
}

.borders-blue {
    border-color: #DEEDF7;
}

.borders-sides {
    border-top: none;
    border-bottom: none;
}

.borders-noTop {
    border-top: none;
}

.rounding-none {
    border-radius: 0;
}

.rounding-bot {
    border-radius: 0 0 6px 6px;
}

.nested-lvl2 {
    border-right: none;
}

.nested-lvl1 .fullWidthTable tbody {
    border-right: none;
}

.nested-lvl1 .colLbl {
    width: 343px;
}

.nested-lvl1 .colIn {
    width: auto;
}

.nested-lvl1 .ui-panel-content {
    padding: 0 0 0 1em;
}

.nested-lvl2 .colLbl {
    width: 328px;
}

.nested-lvl2 .colIn {
    width: auto;
}

.nested-lvl2 .ui-panel-content {
    padding: 0 0 0 1em;
}

.mainTabView .ui-panel {
    padding: 0;
}

.mainTabView .ui-panel-titlebar {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.mainTabView .ui-tabs-panel {
    padding: 0;
}

.mainTabView .ui-tabs-nav {
    border-radius: 6px 6px 0 0;
}

.colLbl {
    text-align: right;
}

.colIn .ui-selectoneradio td {
    width: auto;
}

.colIn input {
    width: 100%;
}

.colIn .ui-panelgrid tbody {
    border: none;
}

.colIn .ui-panelgrid-cell:last-child {
    padding: 0 !important;
}

.reconstructWidth {
    max-width: 318px !important;
}

html, body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family:Arial;
    font-size: 13px; 
    height:100%;
    color: #1c1c1c;
    line-height:19px;
}
#header {
    width:1000px;
    height:120px;
    float:left;
}
#header a img {
    border:none;
}
.fadein { position:relative; height:140px; width:1000px; }
.fadein img { position:absolute; left:0; top:0; }
#logo {
    width:247px;
    height:100px;
    position:relative;
    overflow:visible;
    top:-115px;
    left:0px;
}
#functions {
    position:relative;
    width:290px;
    top:-215px;
    right:-710px;
    overflow:visible;
}
#icons {
    float:left;
    height:25px;
    padding-top:9px;
    width:90px;
    background:url("") no-repeat top right;
}
.icon {
    float: left;
    width: 22px;
}
#flags {
    float:left;
    padding-top:9px;
    height:25px;
}
.flag {
    float:right;
    width:25px;
}
.textFlag {
    margin-top: -4px;
    padding-left: 5px;
    padding-right: 5px;
    float:right;
}
.flag-style {
    width:18px;
    height: 12px;
}
.accessibility-icon-style {
    margin-left: 3px;
}
.logout-icon {
    max-width: 30px; 
    max-height: 30px; 
    border: 0; 
    vertical-align: middle;
}

#userDetails {
    clear:both;
}
#userDetails div {    
    max-width:220px;
}
#menu {
    width:1005px;
    float:left;
    height:53px;
    background:url("") no-repeat left;
}
#menu ul.menu {
    margin:0;
    padding:0;
    white-space: nowrap;
}
#menu ul.menu li {
    display:inline-block;
    list-style:none;
    border-right:1px solid #99b7d7;
    text-align: center;
    margin-left: -5px;
    white-space: normal;
}
#menu ul.menu li:last-child {
    border:none;
}
#menu ul.menu li a {
    display:table-cell;
    vertical-align:middle;
    color:#fff;
    font-size:1.2em;
    text-decoration:none;
    height: 53px;
    width: 202px;
    text-align: center;    
}
#menu ul.menu li a:hover {
    background:url("") repeat-x;
}
#bread_search {
    padding:5px 10px 10px 10px;
}
#breadcrumbs {
    border: none !important;
    background: none repeat scroll 0 0 #FFFFFF!important;
    font-family: Arial;
    font-size: 1em;
    line-height: 19px;
    font-weight: normal;
}

#breadcrumbs ul li:first-child a{
    background-image: none;
    text-indent: 0;
    display: block;
    float: left;
    height: 21px;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    position: relative;
}

#breadcrumbs a {
    color:#1c1c1c;
    text-decoration:none;
}
#search_blokas {
    width:216px;
    float:right;
}
#search_top {
    width:216px;
    height:7px;
    background:url("") no-repeat left;
}
#search_content {
    width:214px;
    border-left:1px solid #dedede;
    border-right:1px solid #dedede;	
    background:url("") #ffffff no-repeat 8px 3px;
}
#search_content input.inputbox {
    height:13px;
    margin-left:35px;
    width:120px;
    padding:2px 10px;
    border:none;
    font-style:italic;
    box-shadow: none;
}
#search_content input.search {
    vertical-align:middle;
    border: none !important;
}
#search_bottom {
    width:216px;
    height:7px;
    background:url("") no-repeat left;
}
#left {
    width:215px;
    float:left;
    height:auto;
}

.left_ads_menu {    
    padding-top: 15px;
}

.left_menu {
    float:left;
    width:215px;
    height:auto;
    padding-bottom: 2px;
}
.left_menu ul {
    margin:0px; 
    padding:0px; 	
}
.left_menu ul li {
    list-style:none;

}
.left_menu li {
    background:url("") no-repeat #5c89ba top left;
    width:215px;
    float:left;
}
.left_menu li a {
    display:block;
    color:#fff;
    font-size:1em;
    font-weight:bold;
    padding:10px 10px 8px 8px;
    text-decoration:none;
    line-height:15px;
}
.left_menu li span.menuText {
    display:block;
    color:#fff;
    font-size:1em;
    font-weight:bold;
    padding:10px 10px 8px 8px;
    text-decoration:none;
    line-height:15px;
}
.left_menu li ul {	
    background:url("") no-repeat #f0f0f0 left bottom;
    padding-bottom:5px;
    float:left;
    width:215px;
}
.left_menu ul.main_button_rounded {	
    background:url("") no-repeat #f0f0f0 left bottom;
    padding-bottom:5px;
    float:left;
    width:215px;
}
.left_menu li li {
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    background:url("") no-repeat 8px center;
    float:left;
    width:213px;
}
.left_menu li li a {
    color:#0b0b0b;
    padding:7px 5px 7px 20px;
    font-weight:normal;
    border-bottom:1px solid #e0e0e0;
}
.left_menu li li a:hover {
    text-decoration:underline;
}
.left_menu li li.last a {
    border-bottom:none;
}
.left_menu li ul ul {
    background:none;
    padding-bottom:0;
    border-bottom:1px solid #e0e0e0;
}
.left_menu li li li {
    border:none;
    background:none;
}
.left_menu li li li a {
    padding:7px 5px 7px 30px;
    border-bottom:none;
}
#center {
    float:left;
    width:778px;
    padding-left:7px;
}
#center a img {
    border:none;
}
#center_content {
    float:left;
    width:778px;
    padding:0px;
}
#center_content h1 {
    font-size:1.7em;
    margin:0;
}
#center_content h1.border {
    padding-bottom:10px;
    margin-bottom:10px;
}
#naujienos {
    float:left;
    width:100%;
}
.naujiena {
    float:left;
    width:100%;
    border-bottom:1px solid #d7d7d7;
    padding:10px 0px;
}
.naujiena:last-child {
    border-bottom:none;
}
.image {
    float:left;
    width:130px;
    padding-right:10px;
}
.info {
    float:right;
    width:379px;
}
.info h2 {
    color:#1f538a;
    margin-top:0;
    padding-top:0;
    font-size:1.1em;
    font-weight:bold;
}
.info a {
    color:#282828;
    text-decoration:underline;
}

#content_blokas {
    float:left;
}
#footer {
    width:1000px;
    float:left;
    height:145px;
    background:url("") repeat-x top #ebe2c3;
}
#footer_content {
    width:980px;
    margin:0 auto;
    padding-top:30px;
    height:110px;
    color:#181818;	
}

/* CUSTOM STYLES THAT EXTEND OR OVERRIDE BASE PRIMEFACE STYLES */
.ui-panel .ui-panel-titlebar {
    padding: 0.08em 0.5em !important;
}
.ui-fieldset, .ui-fieldset .ui-fieldset-legend {
    padding: 0.1em 0.5em !important;
}
.ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer {
    padding:  0.2em 0.5em !important;
}
.ui-datatable .ui-paginator, .ui-datatable .ui-paginator {
    padding: 0 !important;
}
.ui-panelgrid td {
    padding: 1px 5px !important;
}
.ui-inputfield {
    padding: 1px !important;
    width: 200px; /*tadasj*/
    height: 20px; /*tadasj*/
}
.ui-selectonemenu-panel .ui-selectonemenu-list-item {
    border: 0 none;
    cursor: pointer;
    margin: 1px 0;
    padding: 1px 1px !important; 
    text-align: left;
    white-space: nowrap;
}
.ui-button-text-only .ui-button-text {
    padding: 4px 8px !important;
}
.ui-datepicker-calendar .ui-state-highlight {
    background: url("/epm/javax.faces.resource/images/ui-bg_glass_65_ffffff_1x400.png.xhtml?ln=primefaces-epm&v=10.0.0") repeat-x scroll 50% 50% #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #212121;
    font-weight: normal;
}
.ui-datepicker-calendar .ui-state-active {
    background: url("/epm/javax.faces.resource/images/ui-bg_glass_0_fcefa1_1x400.png.xhtml?ln=primefaces-epm&v=10.0.0") repeat-x scroll 50% 50% #FCEFA1;
    border: 1px solid #F6DE4B;
    color: #363636;
}

.previewLabel {
    width:50%;
    max-width: 50%;
    min-width: 50%;
    text-align: right;
}
.previewValue {
    font-weight: bold !important;
    width:50%;
    max-width: 50%;
    min-width: 50%;
}

.editLabel {
    font-weight: bold !important;
    line-height: 23px;
    text-align: right;
}
.editValue {
    line-height: 23px;
}

.editValue_fileUpload {
    font-size: 12px !important;
    font-weight: normal !important;
}

.editValue input {
    width: 100%;
    min-width: 100px;
}
.errorLabel {
    font-weight: bold !important;
}
.editError {
    font-weight: bold !important;
}
.ui-datatable-odd {
    background: none repeat scroll 0 0 #FFFFFF;
}
.ui-selectoneradio td{
    border: none !important;   
}    

.ui-selectoneradio label{
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}
.fullWidthTableButton {
    width : 100%;
}
.ui-menubar {
    width: 100% !important ;
    padding: 0;
}
.menuWrapperPanel{
    border:none !important;
    padding: 0 !important;
}
.menuWrapperPanel  div{
    padding: 0 !important;
} 
div.ui-selectonemenu  {
    width: 85% !important;
}
#globalAjaxStatusIndicator {
    width:50px;
    height:50px;
    position:fixed;
    right:5px;
    bottom:5px
}
.ui-tooltip {
    font-family: Arial !important;
    font-size: 0.9em !important;
    border-radius: 4px !important;    
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;    
    background-image:
        url("/epm/javax.faces.resource/images/tooltip_bg.png.xhtml");
    border-style:solid !important;
    border-color:#767676 !important;
    border-width: 0.01em !important;
    padding: 0px 5px;
}
.ui-custom-button-selected {	
    border: 1px solid #70A7AB !important;
}
.ui-meniu-item-selected {
    font-weight: bold !important; 
    background:url("") repeat-x;
}
.ui-side-meniu-item-selected {
    font-weight: bold !important; 
    color: #212121 !important;
}

/* Focused elements (menu, links) with tab button */
/* TODO CORRECT THIS PART
a:focus {
    border: 1px solid #7096ab;
    background: #85b2cb
        url("")
        50% 50% repeat-x;
    background: #85b2cb linear-gradient(top, rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0) );
    background: #85b2cb
        -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,
        0.6) ), to(rgba(255, 255, 255, 0) ) );
    background: #85b2cb -moz-linear-gradient(top, rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0) );
    /*    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#00FFFFFF);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#00FFFFFF)";*/
/*color: black;
-moz-box-shadow: 0 0 5px #85b2cb;
-webkit-box-shadow: 0px 0px 8px #85b2cb;
box-shadow: 0px 0px 8px #85b2cb;
}*/

/* Focused icons with tab button */
/*a:focus .ui-icon {
    background-image:
            url("") !important;
} */

.filterNextToText {
    display:inline !important; 
    margin-left: 10px !important; 
    width:60% !important;
}
.listExportIcon {
    width:40px;
    height:40px; 
    border: 0;
}
.ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box {
    visibility: hidden;
}

.ui-breadcrumb {
    padding: 5px 5px 0px !important;
    margin-bottom: -4px;
}

.ui-breadcrumb ul li .ui-menuitem-link {
    margin-top: 0;
}
.ui-breadcrumb-chevron {
    background-image: url("") !important;
    background-position: center !important;
}
#first-breadcrumb {
    float:left; 
    padding-top: 6px; 
    text-decoration: none;
}
#first-breadcrumb-text {
    text-decoration: none;
    color: #000000;
}
#first-breadcrumb-image {
    padding-left: 4px;
}
#menuTree {
    width:100%;
    border: none !important;
}
.headerImg {
    height: 210px;
    width:952px;
}
.selectedFont {
    font-weight:bold;
    background: none repeat scroll 0 0 greenyellow;
}

.footerImg {
    border: 0;
    width: 88px;
    height: 31px; 
    position: relative; 
    top: 100%; 
    left: 40%;
}

.fileinput-button input {
    -moz-transform : none !important;
    border : none !important;
    border-width : 0 !important;
    transform : translate(-300px, 0) scale(4) !important;
    font-size : 23px !important;
}
* + html .fileinput-button {
    line-height : none !important;
}

/*Fix for selectOneMenus having to small width */
.editValue div.ui-selectonemenu  {
    width: 100% !important;
}

.editValue div.ui-selectonemenu .ui-selectonemenu-label  {
    max-width: 165px !important;
    min-width: 150px !important;
    width:100% !important;
}

#applicationEditForm\:applicationFirstEntryCountry .ui-selectonemenu-label  {
    max-width: 220px !important;
}

.ui-datatable tbody td, .ui-datatable thead th{

    line-height: 110%;
}

.ui-panel-title {
    margin: auto !important;
}

.pageTitle {
    font-family: Arial !important; 
    font-size: 13px !important; 
    height: 23px !important;
    margin-top: 5px !important; 
    font-weight: bold;
}

.pageTitlePublic {
    font-family: Arial !important; 
    font-size: 13px !important; 
    height: 23px !important;
    margin-top: 5px !important; 
    font-weight: bold;
}


.ui-spinner input {
    width:94%;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0 0.1em 1px 0;
}

.ui-tabs-nav li a {
    padding: 0.2em 0.2em !important;
}
.fakeOutputLabel span.ui-outputlabel-rfi {
    display: none;
    visibility: hidden;
}

.dottedBottomBorder, .dottedBottomBorder tr, .dottedBottomBorder th, .dottedBottomBorder tr, .dottedBottomBorder td { 
    border: none !important; 
}
.dottedBottomBorder tr {
    border-bottom-style: dotted !important;
    border-bottom-width: 1px !important;
}

.noBorder, .noBorder tr, .noBorder th { 
    border: none !important; 
}

/* Styles for small file upload button */
.smallUploadBox {    
    float:left;
    display: inline-block;
    background: none;
    padding-left: 3px;
}

.smallUploadBox div.ui-fileupload-buttonbar {
    background: none;
    padding: 0;
    width: auto;
    border:none;
}
.smallUploadBox div.ui-fileupload-content {
    display:none;
}

.smallUploadBox span.ui-button {
    margin: 0;
}
.smallUploadBox span.ui-button-text {
    padding: 3px 3px 3px 25px;
}

.ui-datatable thead tr th {
    background: none repeat scroll 0 0 #5E8ABB;
    border: 1px solid #80B5EB;
    color: #FFFFFF;
    font-weight: bold;
}

#listExporter {
    margin-top: 5px;
    float:right;
}

.ui-paginator-bottom {
    border-bottom-right-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}

.ui-datatable-header {
    border-top-right-radius: 7px !important;
    border-top-left-radius: 7px !important;
}
.ui-datatable-footer {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.ui-datepicker-trigger {
    display: none;
    visibility: hidden;
}

.noBackground, .noBackground tr, .noBackground td{
    background: none;
}

.smallSpinnerInTable {
    width:30px;
}

.smallSpinnerInTable input {
    text-align: left;
}

.ui-datatable table {
    border-collapse: separate;
    *border-collapse: collapse; /* Fallback for IE <=7. */
    border-spacing: 0; 
}
.ui-datatable table tr:first-child th:first-child {
    -moz-border-radius: 7px 0 0 0; 
    -webkit-border-radius: 7px 0 0 0; 
    border-radius: 7px 0 0 0;
}
.ui-datatable table tr:first-child th:last-child {
    -moz-border-radius: 0 7px 0 0; 
    -webkit-border-radius: 0 7px 0 0; 
    border-radius: 0 7px 0 0;
}
.ui-datatable table tr:first-child th:only-child{
    -moz-border-radius: 7px 7px 0 0; 
    -webkit-border-radius: 7px 7px 0 0; 
    border-radius: 7px 7px 0 0;
}
.ui-datatable table tbody td {
    border-top: 0;
    *border-top: inherit; /* Fallback for IE <=7. */
}
.ui-datatable table tr:last-child  {
    -moz-border-radius: 0 0 0 7px; 
    -webkit-border-radius: 0 0 0 7px; 
    border-radius: 0 0 0 7px;
}
.ui-datatable table tr:last-child  {
    -moz-border-radius: 0 0 7px 0; 
    -webkit-border-radius: 0 0 7px 0; 
    border-radius: 0 0 7px 0;
}
.ui-datatable table tr:last-child {
    -moz-border-radius: 0 0 7px 7px; 
    -webkit-border-radius: 0 0 7px 7px; 
    border-radius: 0 0 7px 7px;
}


.simpleSepparator {
    background-color: #D4D4D4;
    border: 0 none;
    clear: both;
    color: #D4D4D4;
    height: 1px;
}

.searchAccordion {
    border: 1px solid #AAAAAA;
}

.searchAccordion h3 {
    margin-top: 0px !important;
}

.searchAccordion h3 a{
    background-color: #5E8ABB;
    color: #ffffff !important;
    font-weight: bold;
}

.searchAccordion div.ui-accordion-content {
    padding: 0.7em 1.5em;
}

.headerPanel {
    max-height: 150px;
    overflow-y: auto;
}

.ui-outputpanel.ui-widget {
    padding-top: 10px;
}

/* Focused inputfields */
.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus, .ui-widget-header .ui-inputfield.ui-state-focus .ui-inputfield:focus {
    background: lightgray;
}

.ui-inputfield.ui-widget.ui-state-default.ui-corner-all.hasDatepicker {
    /*tadasj*/
    width: 100px;
}

/* Focused selectOneMenu */
.ui-selectonemenu.ui-state-focus .ui-selectonemenu-label
{
    background: lightgray;
}
.datalistNoBorder, .datalistNoBorder div {
    border: none;
}

.fullWidthTableFixed {
    width : 100%;
    table-layout: fixed;
}

.hide-column-names table thead tr {
    display: none;
}

.smallTable {
    border: #d5d5d5 solid 1px;
}

.smallTable .ui-datatable-header, .smallTableWithoutFooter, .smallTable .ui-treetable-header{
    padding: 10px;
}
.smallTable .ui-datatable-footer, .smallTable .ui-treetable-footer {  
    border: none;
    background: none;
    filter: none;
    -ms-filter: none;
    background-color:#ffffff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);     
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius:  3px;
    border-bottom-left-radius:  3px;
    border-bottom-right-radius:  3px;     
    color: #000000;    
    text-align: left;
    font-size: 24px;
    padding: 10px;
}
.smallTable .ui-datatable-footer a, .smallTable .ui-treetable-footer a {  
    color: #4F4F4F;   
    text-decoration: none;
}


.smallTable thead th, .smallTable tbody, .smallTable tbody tr, .smallTable tbody td, .smallTable tfoot td {
    padding: 8px;
}

.smallTable .ui-datatable-tablewrapper, .smallTable .ui-treetable-tablewrapper{
    padding-bottom: 1px;
    overflow-x: auto;
    overflow-y: hidden;
}

.smallTableWithoutFooter .ui-datatable-tablewrapper, .smallTableWithoutFooter .ui-treetable-tablewrapper {
    padding-bottom: 0px;
}

.listButtonText {
    color: #757575;
}

.listButtonIcon {
    margin: 0 5px;
}

.left-aligned input.ui-spinner-input {
    text-align: left;
}

 
.stepsList {
    list-style-type: none;
    padding-left: 10px;
}
.stepsList li {
    display: inline-flex;
    border-radius: 6px;
    padding: 0.5em;
}

.pastStep {
	background-color: #9dc8e2;
}

.currentStep {
    background-color: #2184be;
    color: white;
}

.futureStep {
	background-color: #eee;
}


.ui-panelgrid-cell.multiValueTableValue {
    width: 82% !important;
    white-space: normal;
    padding: 0 !important;
}

#applicationEditForm .fullWidthTable td.multiValueTableValue {
    width: 1%;
}

.ui-panelgrid-cell.multiValueTableRemove {
    width: 21px !important;
    min-width: 21px;
    white-space: normal;
    padding: 0 !important;
}

#applicationEditForm .fullWidthTable td.multiValueTableRemove {
    width: 1%;
}

 .ui-selectoneradio.noMargin label {
    margin: 0;
}
