/* 
    Created on : 26-Nov-2013, 14:10:59
    Author     : Andriuss
*/

* { padding: 0; margin: 0; }

html {
    overflow-y: scroll;
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 100px; /* bottom = footer height */
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: url("/aikos2-dakpr/javax.faces.resource/images/pattern_bgr.png.xhtml")  repeat;
}

.wrapper { 
    margin: 0 auto;
    width: 990px;
}

.loginMenuHolder {
    background: #2e363f;
    min-width: 990px;
    height: 30px;
    position: fixed;  
    width: 100%;  
    left: 0;  
    top: 0;  
    z-index: 100;  
    border-top: 0;  

}
.loginMenu {
    height: 30px;
    color: #c1c3c6; 
    line-height: 30px;
}

.userNameText {
    font-weight: bold;
    color: #ffffff;
    margin-left: 3px;
}

.userNameTextCommandLink {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    margin-left: 3px;
    line-height: 30px;
}
.userNameTextCommandLink:hover {
    text-decoration: underline;
}

.userControlPanel {
    float:right;
    border-collapse:collapse;
    border-spacing: 0px;
}

.userControlPanel:first-child {
    border-left: #464f5a solid 1px;
}
.userControlButtonHolder {
    float:right;
    display: inline-block; 
    border-right: #464f5a solid 1px;
    padding: 0px 10px;
}

.userControlCommandLink {
    font-size: 12px;
    width:100%;
    height:100%; 
    text-decoration: none; 
    color: #c1c3c6 !important; 
    line-height: 30px;  
    text-align:center;
}
.userControlCommandLink:hover {
    text-decoration: underline;
}
.userControlButton {
    font-size: 12px;
    display:block;
    width:100%;
    height:100%; 
    text-decoration: none; 
    color: #c1c3c6 !important; 
    line-height: 30px;  
    text-align:center;
}
.userControlButton img {
    margin-right: 8px;
    vertical-align:middle;
}
.userInfoPanel {
    font-size: 12px;
    float: left;
}

.headerHolder {
    width:100%;
    background-color: #ffffff;
    min-width: 990px;
    margin-bottom: 25px;
}
.headerLogoHolder {
    border: 1px solid #d3d3d3;
    height: 90px;
    margin-top: 10px;
    background: #019ab8 url("/aikos2-dakpr/javax.faces.resource/images/gradient.png.xhtml?ln=primefaces-aikos2") repeat-x;
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/aikos2-dakpr/javax.faces.resource/images/gradient.png.xhtml?ln=primefaces-aikos2", sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/aikos2-dakpr/javax.faces.resource/images/gradient.png.xhtml?ln=primefaces-aikos2', sizingMethod='scale')";
}

.navigationHolder {
    background: #ffffff;
}
/*.navigation {
    height: 35px;
}*/
.content { 
    margin-top: 25px;
}

.contentHolderTop {
    background: #ffffff;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius:  3px;
    border-top-left-radius:  3px;
    border-top-right-radius:  3px;
    background-color:#ffffff; 
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); 
    border: 1px solid #D5D5D5;
}
.contentHolderBottom {
    background: #ffffff;
    -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;
    background-color:#ffffff; 
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); 
    border: 1px solid #D5D5D5;
}

.outputPanel {
    background: #ffffff;
    border-bottom-left-radius:  3px;
    border-bottom-right-radius:  3px;
    background-color:#ffffff; 
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

.footerHolder {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width:100%;
    min-width: 990px;
    background: #e6e6e6 url("/aikos2-dakpr/javax.faces.resource/images/footerGrad.png.xhtml")  repeat-x;
    color: #5b5b5b;
    font-size: 12px;
}

.footerTextHolder {
    margin-top: 15px;
    vertical-align: top; /* here */
    width:33%; 
    display: inline-block;
}

.footerSimpleText {
    color: #7f7f7f;
}

/*DROP MENU*/
.drop_menu {
    background:#ffffff;
    padding:0;
    margin:0;
    list-style-type:none;
    height:35px;
}
.drop_menu li { 
    float:left;  
    z-index: 20; 
    color: #636363;
}
.drop_menu li a {
    padding:8px 20px;
    display:block;    
    text-decoration:none;
    color: inherit;
    font-size :14px ;
}

/* Submenu */
.drop_menu ul {
    position:absolute;
    left:-9999px;
    top:-9999px;
    list-style-type:none;
}
.drop_menu ul li {
    white-space: nowrap;
    min-height:30px;
    width: 100%;
}
.drop_menu li:hover { 
    position:relative; 
    background:#016c83; 
    color: #ffffff; 
}
.drop_menu li:hover ul {
    left:0px;
    top:32px;
    padding:0px;
}

.drop_menu li:hover ul li a {
    display:block;
    text-indent:15px;
    background-color:#019ab8;
    color: #ffffff;
}
.drop_menu li:hover ul li a:hover {
    background:#016c83; 
}

/*Styles for forms*/

.noBorder, .noBorder tr, .noBorder th { 
    border: none !important; 
}

.editLabel, .previewLabel {
    font-weight: bold;
    text-align: right;
    height: 30px;
}

.editValue, .editLabel {
    padding: 2px !important;
    border: none !important; 
}

.editValue input, .editValue textArea, .editValue div.ui-selectonemenu, .editValue div.ui-selectonemenu .ui-selectonemenu-label  {
    width: 99.25% !important;
}

.editValueCommandLink {
    padding: 2px !important;
    border: none !important; 
    text-decoration: none;
}

.editValueCommandLink:hover {
    text-decoration: underline;
}

.previewValue, .previewLabel {
    padding: 5px 2px !important;
    border: none !important; 
    border-bottom: #cbcbcb solid 1px !important;
}

.previewValueNoBorder, .previewLabelNoBorder {
    padding: 5px 2px !important;
    border: none !important; 
}

.fullWidthTable {
    width:100%;
    table-layout: fixed;
}

.leftButton {
    margin-right: 5px !important;
}

/*Fixes for IE8 ...*/
input {
    filter: none !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    margin-top: 8px;
}

/*Datatable and Treetable styles*/

tbody, tr {
    border:none !important;
}

.ui-datatable-header, .ui-treetable-header {   
    border: none;
    background: none;
    filter: none;
    -ms-filter: none;
    background-color:#ffffff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3); 
    color: #000000;    
    text-align: left !important;
    font-weight: bold;
    font-size: 16px;
}

.ui-datatable, .ui-treetable {
    border: none;
    background: none;
    overflow:visible;
    margin-top: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius:  3px;
    border-radius:  3px;
    border-radius:  3px;     
}

.ui-datatable table, .ui-treetable table {
    width: auto;
    min-width: 100%;
    border: none;
    color: #434343 !important;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.ui-datatable thead th, .ui-datatable tbody, .ui-datatable tbody tr, .ui-datatable tbody td, .ui-datatable tfoot td, 
.ui-treetable thead th, .ui-treetable tbody, .ui-treetable tbody tr, .ui-treetable tbody td, .ui-treetable tfoot td {
    border:none;
    overflow: hidden;
    padding: 10px;
}

.ui-datatable thead th, .ui-treetable thead th {
    border:none;
    border-right: #1598b2 solid 1px;
    border-left: #3dc3dd solid 1px;
}

.ui-datatable tbody tr td, .ui-treetable tbody tr td {
    border-bottom: #cbcbcb solid 1px;
}

.ui-datatable-odd, .ui-treetable-odd {
    background: none repeat scroll 0 0 #ffffff;
}

.ui-datatable-tablewrapper, .ui-treetable-tablewrapper {
    border: none;
}


.ui-paginator {
    padding: 4px !important;;
    border: none;

}

.ui-paginator-top {

    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius:  3px;
    border-top-left-radius:  3px;
    border-top-right-radius:  3px;
    /*box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3); */
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	margin-top: 25px;
	margin-left: 1px;
	margin-right: 1px;
}

.ui-paginator-bottom {
    -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;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.bigTable .ui-datatable-header, .bigTable .ui-treetable-header {
    border: 1px solid #D5D5D5;
    -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;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 15px;
    text-align: left;
    font-size: 24px;
}
.bigTable thead th, .bigTable tbody, .bigTable tbody tr, .bigTable tbody td, .bigTable tfoot td {
    padding: 10px;
}

.bigTable .ui-datatable-tablewrapper, .bigTable .ui-treetable-tablewrapper {
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #ffffff;
    border: 1px solid #D5D5D5;
    -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;
    /*margin-top: 25px; */
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.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;
}

/*Custom styles*/
.pranesimoPreviewEditor {
    border-bottom: none !important; 
    min-width: 250px; 
    min-height: 250px;
    border: none;
}

.pranesimoPreviewEditor .ui-editor-toolbar {
    display: none;
}

.ui-autocomplete-panel, .ui-autocomplete-panel .ui-autocomplete-list {
    max-height:350px !important;
    max-width:550px !important;
}

.ui-selectonemenu-panel, .ui-selectonemenu-panel .ui-selectonemenu-list {
    max-height:350px !important;
    max-width:550px !important;
}

.ui-selectonemenu-filter-container .ui-icon-search {
    background-image: url("/aikos2-dakpr/javax.faces.resource/images/ui-icons_019ab8_256x240.png.xhtml?ln=primefaces-aikos2") !important;
    margin-right: 5px;
    margin-top: 3px;
}

.ui-autocomplete .ui-autocomplete-dropdown {
    margin-right: 0px;
}

.ui-autocomplete .ui-button {
    margin-right: 0px;
    border-top: 0px !important;
    width: 24px;
    height: 29px;
    padding-right: 2px;
}

.ui-autocomplete .ui-autocomplete-input {
    margin-right: -25px;
}

.istPazAutocomplete .ui-autocomplete-input {
    margin-right: 0px;
} 

.istPazAutocomplete .ui-button {
    margin-left: -23px;
}

.ui-autocomplete {
    width: 100%;
}

.puslapioTurinys ul {
    margin-left: 35px;
}

.paskutiniaiVeiksmaiDatatable .ui-state-hover, .paskutiniaiVeiksmaiDatatable .ui-state-highlight {
    border: 1px solid #7096ab;
    background: #016c83 !important;
    color: #ffffff !important;
}

.datatableNoShadow table {
    box-shadow: none;
}

.ui-confirm-dialog {
    width: 500px !important;
}

.wflCommandButton {
    margin-right: 5px;
    margin-bottom: 5px;
}

.ui-panelgrid td {
    border:none;
    padding: 0 10px;
}

.noBackgroundPanelGrid tr{
    background: none !important;
}

.ui-panelgrid .ui-panelgrid-cell {
    border-style: none;
}

.ui-datalist {
    padding: 5px !important;
}

.ui-datalist-content {
    border: none;
    background: none;
}

.ui-outputPanel {
    border:none !important;
}

.wrapword{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.ui-button-icon-only {
    height: 2em;
    width: 2em;
}

.editButtonColumn {
    width:1%; 
    min-width: 55px; 
    white-space: nowrap;
}

.listButtonText {
    color: #757575;
}

.listButtonIcon {
    margin: 0 5px;
}

.ui-dialog-title {
    font-weight: bold;
}

.ui-datatable-footer, .ui-treetable-footer {
    font-weight: normal;
}

.ui-tabs .ui-tabs-panel {
    padding: 0.8em;
}

.ui-password {
    margin-bottom: 3px !important;
}

/*Index accordion*/
.customAccordionHeader {
    margin-top: 25px;
    margin-bottom: 5px;       
    padding: 15px;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

.customAccordion {

}

.ui-accordion .ui-accordion-header .ui-icon  {    
    margin-top: -9px ;
    left: 20px;
    width: 18px;
    height: 18px;
}
.ui-accordion .ui-icon.ui-icon-triangle-1-e {
    background: url("/aikos2-dakpr/javax.faces.resource/images/circled-plus.png.xhtml?ln=primefaces-aikos2")
}
.ui-accordion .ui-icon.ui-icon-triangle-1-s {    
    background: url("/aikos2-dakpr/javax.faces.resource/images/circled-corss.png.xhtml?ln=primefaces-aikos2")
}

.ui-treetable .ui-icon.ui-icon-triangle-1-e {
    background-image: url("/aikos2-dakpr/javax.faces.resource/images/ui-icons_019ab8_256x240.png.xhtml?ln=primefaces-aikos2");
    background-position: -32px -16px;
}
.ui-treetable .ui-icon.ui-icon-triangle-1-s {
    background-image: url("/aikos2-dakpr/javax.faces.resource/images/ui-icons_019ab8_256x240.png.xhtml?ln=primefaces-aikos2");
    background-position: -64px -16px;
}

.ui-tree .ui-icon.ui-icon-triangle-1-e {
    background-image: url("/aikos2-dakpr/javax.faces.resource/images/ui-icons_019ab8_256x240.png.xhtml?ln=primefaces-aikos2");
}
.ui-tree .ui-icon.ui-icon-triangle-1-s {
    background-image: url("/aikos2-dakpr/javax.faces.resource/images/ui-icons_019ab8_256x240.png.xhtml?ln=primefaces-aikos2");
}

.customAccordionTitle {
    padding: 5px;
    background: none;
    filter:none;
    -ms-filter:none;
    border-top: #cbcbcb solid 1px;
    color: #019ab8;
    font-size: 15px;
    font-weight: 600;
}

.customAccordionTitleText {
    margin-left : 20px;
    display: inline-block;
}

.customAccordionTitle:first-child {
    border-top: none;
}

.customAccordionTitle a, .customAccordionTitle a:visited{
    padding: 0.5em 0.5em 0.5em 3em !important;
    color: #03a687;
    font-size: 15px;
    font-weight: 600;
}

.customAccordionTitle a:link {
    color: #019ab8;
}

.customAccordionTitleInfo {
    float:right; 
    color:#7f7f7f; 
    font-weight: normal;
}

.customAccordtionTitleIcon {
    text-decoration: none; 
    background-color: #019ab8; 
    float:right;
    margin-top: 10px;
}

.attachIcon {
    margin-right: 7px;
    margin-left: 7px;
}

/*Custom styles goes here */

.registerColor {
    color: #019ab8;
}

.fakeOutputLabel span.ui-outputlabel-rfi {
    display: none;
    visibility: hidden;
}

/*End of custom styles*/

.customAutoCompleteStyle input {
    width: 90% !important;
}

.inline-list-btn {
    display: inline-block;
    background-color: red;
}

.leftIndexColumn {
    width:60%; 
    float:left;
    margin-right: 20px;
}

.rightIndexColumn {
    width:37%; 
    display: inline-block;
}

.smallFileUpload .ui-fileupload-buttonbar {
    border: none;
    background: none;
    padding: 0;
}

.smallFileUpload .ui-fileupload-content {
    padding: 0 !important;
    border-top-width: 0;
    border: none;
}

.smallFileUpload .ui-fileupload-content .ui-progressbar {
    width: 200px;
    height: 20px;
    margin: 0px;
}

.smallFileUpload .ui-fileupload-content .ui-progressbar .ui-progressbar-value {
    height: 100%;
}

.smallFileUpload .ui-fileupload-content .ui-progressbar-value-legacy {
    background: url("/aikos2-dakpr/javax.faces.resource/fileupload/ie-anim.gif.xhtml?ln=primefaces&v=6.2")
        repeat-x;
}

.smallFileUpload .ui-fileupload-files {
    margin: 5px !important;
    border-collapse: collapse;
}

.smallFileUpload .ui-fileupload-files td {
    padding: 5px !important;
}

.smallFileUpload .ui-fileupload-files img {
    border: none;
}

.noTableCellPadding tbody tr td{
    padding:  0;
}

.listButton {
    background-color: #019ab8;
}

.puslapioTurinys ul {
    margin-left: 35px;
}

.div-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}


.ataskaita {
    color: #434343 !important;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    border-collapse: collapse;
    width: 100%;
}

.ataskaita td, .ataskaita th {
    border: 1px solid #ddd;
    padding: 8px;
}

.ataskaita th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #07A8C8;
    color: white;
}


/*fix for autocomplete button*/
.ui-autocomplete-input.ui-autocomplete-dd-input {
    padding-right: 2px !important;
}

/*fix for selectonemenu button and length*/
.ui-selectonemenu {
    padding-right: 2px;
    min-width: 0 !important;
}

/*fixes for radio button and checkbox word wrap*/
.ui-selectoneradio.ui-widget td {
    white-space: nowrap;
}
.ui-selectoneradio label {
    white-space: normal;
}

.ui-selectmanycheckbox.ui-widget td {
    white-space: nowrap;
}

.ui-selectmanycheckbox label {
    white-space: normal;
}

.ui-menu.ui-menu-dynamic {
    background: white;
}

.userControlButtonMenu {
    background: transparent;
    border: none;
    margin-top: 2px;
}