@charset "utf-8";

/*
*******************************************
*******************************************

[Override Stylesheet]

*************************************************/

.img_square {
  aspect-ratio: 1 / 1;
}

.dcs-color {
  color: #002d62 !important;
}

.dowrap {
  white-space: normal !important;
}
.nowrap {
  white-space: nowrap !important;
}
.nopadding {
  padding: 0px !important;
}

.fl_rt {
  float: right;
}
.fl_lt {
  float: left;
}

.hide{
  display:none!important;
  -webkit-backface-visibility: hidden;
  visibility:hidden
}
.bold {
  font-weight: bold;
}
.small_fl_lt {
  font-size: 0.6em;
  float: right;
}

.small_07_block {
  font-size: 0.7em;
  display: block;
}

.txt_size_09em{
  font-size: 0.9em !important;
}

.txt_small_09 {
  font-size: 0.9em !important;
}

.txt_small_08 {
  font-size: 0.8em !important;
}

.txt_small_07 {
  font-size: 0.75em !important;
}

.txt_small_06 {
  font-size: 0.6em !important;
}

.txt_small_05 {
  font-size: 0.5em !important;
}

.txtUpper {
  text-transform: uppercase;
}
.txtCap {
  text-transform: capitalize;
}

.txt-font-22 {
  font-size: 22px;
  line-height: 52px;
}

.txt-font-line-height-52 {
  line-height: 52px;
}

.news_text_bolder{
  font-weight: 400;
}

.jqueryvers-text {
  font-size: 0.8em;
  color: #a7a7a7 !important;
}
.jqueryvers {
  color: #a7a7a7 !important;
}
.jqueryuivers {
  color: #a7a7a7 !important;
}


.jqueryvers-text {
  font-size: 0.8em;
  color: #a7a7a7 !important;
}
.jqueryvers {
  color: #a7a7a7 !important;
}
.jqueryuivers {
  color: #a7a7a7 !important;
}

.red-txt{
  color: #981D2D;
}

.txt-align-rg {
  text-align: right;
}


label span {
  font-size: 0.8em;
}

/* checkbox */
.ui-chkbox-box.ui-state-active{
  background-color :#1A5099  !important;
}


/* datatable myDTCSS */

.myDTCSS {

}

.myDTCSS input.ui-column-filter {
  color:#fff !important;
  font-size: 0.9em;
}

/* END datatable myDTCSS */


.backgr-green {
  border: 1px solid #2b4c01 !important;
  color: #fff !important;
  background: #71b11e !important;
}

/* UI Omega PF Theme Override */
.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default {
  border: 1px solid #0f3971;
  color: #fff;
  background: #11458b;
  /* background: #71b11e; */
}

.ui-button, button.ui-button.ui-state-hover, .ui-button.ui-state-default {
  border: 1px solid #156090;
  color: #fff;
  background: #1f89ce;
}

.ui-button-text-icon-left .ui-button-text {
  padding: .1em 1em .1em 2.1em !important;
  padding-top: 0.1em !important;
  padding-right: 1em !important;
  padding-bottom: 0.1em !important;
  padding-left: 2.1em !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 0 !important;
  background: rgba(41, 149, 221, 0.8) !important;
}

/* END UI Omega PF Theme Override */


/* UI Omega DataGrid PF Theme Override */

.ui-datagrid-content  {
  background: transparent;
}

/* UI Omega DataGrid PF Theme Override */

/* UI Ariosto PF Theme Override */

.ui-datatable th.ui-state-default, .ui-datatable tfoot td.ui-state-default {
  background: none;
  border-color: #d9d9d9;
}

.ui-state-default {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-image: none;
  color: #4f4f4f;
  text-shadow : none ;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
  border-top-style: solid;
  border-right-style: none !important;
  border-bottom-style: solid;
  border-left-style: none !important;

}

.ui-widget {
  font-family: inherit;
}

.ui-button {
  /* margin-right: 0 !important; */
}

.ui-button-text-only .ui-button-text {
  padding: 0 !important;
}

.ui-datatableui-widget-content {
  border: 1px solid #a8a8a8;
  border-top-color: rgb(168, 168, 168);
  border-top-style: solid;
  border-top-width: 0px;
  border-right-color: rgb(168, 168, 168);
  border-right-style: solid;
  border-right-width: 0px;
  border-bottom-color: rgb(168, 168, 168);
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-left-color: rgb(168, 168, 168);
  border-left-style: solid;
  border-left-width: 0px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background: transparent;
  color: #4f4f4f;
}

/* END UI Ariosto PF Theme Override */


/* UI Tree Ariosto PF Theme Override */

.ui-tree {
  width: 100% !important;
}

ul.ui-tree-container {
  display: flex !important;
  flex-direction: column !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.ui-tree .ui-tree-container {
  padding: 0px !important;
  white-space: nowrap;
  overflow: auto;
}

.ui-tree .ui-tree-container .ui-treenode {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  padding-top: 0.75rem;
  padding-right: 1.25rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  /* margin-bottom: -1px; */
  background-color: #fff;
}


.ui-icon-triangle-1-e{
  /*
  background-color: red !important;
  border : 1px solid red !important;
  */
  background-position: -32px 0px !important;
}

.ui-icon-triangle-1-s {
  background-position: -64px 0px !important;
}

.ui-icon {
  /*
    width: 16px !important;
    height: 16px !important;
    background-position: 0px 0px !important;
    background-image: url('../assets/images/icon/arrow-rt.png') !important;
  */
}


/* END UI Tree Ariosto PF Theme Override */


/* selectOneMenu Ariosto PF Theme Override */

/* END selectOneMenu Ariosto PF Theme Override */

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background-color: white;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
  background: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #313131;
}


/* jvectormap back button style */
#map-continents-action {
  position: relative;
  left: 10px;
  bottom: 40px;
  border-radius: 3px;
  z-index: 1000;
  background: #292929;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 15px;
  padding: 2px;
  box-sizing: content-box;
  width: 80px;
  height: 15px;
}
/* END jvectormap back button style */

/* blockuiid_blocker */

#blockuiid_blocker {
  z-index: 2001 !important;
  background-color: rgba(0, 0, 0, 0.1);
}

#blockuiid {
  background-color: rgba(255, 255, 255, 1);
  z-index: 2002 !important;
}

#blockuiid .imgloader {
  width: 60px;
  height: 60px;
  margin: 2px 40px 2px 40px;
}

#blockuiid table td {
  text-align: center;
}

/* blockuiid_blocker */

/* blockUI PE */

div.pe-blockui-content {

}

div.pe-blockui-content table.blockuiPE_class {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}

div.pe-blockui-content table.blockuiPE_class td {
  padding: 5px;

}

/* END blockUI PE */


/* to reset la classe ui-button-text-only aggiunta da primefaces sul button */
.ui-button-text-only .ui-button-text {
  padding:0em 1em;
  /* padding:.3em 1em */
}


/* datatable custom */



.ui-datatable .ui-widget-header {
  /* border: 1px solid #a8a8a8; */
  /* background: #c4c4c4 url(/MyDCS/javax.faces.resource/images/ui-bg_highlight-soft_100_c4c4c4_1x100.png.xhtml?ln=primefaces-aristo) 50% 50% repeat-x; */
  background: none ;
  border: none;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
  border-style: inherit;
}

.ui-datatable .ui-sortable-column-icon.ui-icon {

}

/*
.ui-paginator > span:before, .ui-sortable-column-icon:before {

}
.ui-paginator > span > span, .ui-paginator a span { display: none; }
.ui-paginator-first:before { font-family: FontAwesome; content: '\f049'; }
.ui-paginator-prev:before { font-family: FontAwesome; content: '\f048'; }
.ui-paginator-next:before { font-family: FontAwesome; content: '\f051'; }
.ui-paginator-last:before { font-family: FontAwesome; content: '\f050'; }
.ui-icon-carat-2-n-s:before { font-family: FontAwesome; content: '\f0dc'; }
.ui-icon-carat-2-n-s.ui-icon-triangle-1-n:before { font-family: FontAwesome; content: '\f0de'; }
.ui-icon-carat-2-n-s.ui-icon-triangle-1-s:before { font-family: FontAwesome; content: '\f0dd'; }
.ui-paginator .ui-state-disabled { opacity: .25; }
.ui-paginator .ui-paginator-page.ui-state-active {
  background: #11358b;
  color: #ffffff;

}
*/


.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {



}


.ui-datatable thead th,
.ui-datatable tbody,
.ui-datatable tbody tr,
.ui-datatable tbody td {
  border-style: none;
}

.ui-datatable thead th {
  border-bottom: 2px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  padding: 1rem;
}

.ui-datatable tbody td, .ui-datatable tfoot td {

}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th, .ui-datatable th {
  /* padding: 0.5rem;*/
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}

.ui-datatable td


.ui-widget-content .ui-state-highlight {

}


/*Style for Selected Rows*/
.ui-datatable tr.ui-state-highlight {

}

.datatable-style>tbody>tr:hover {

}


/* END datatable custom*/

.code_green {
  color:#00c292;
}

.ui-datagrid.dG_noHeader .ui-paginator-top {
  display: none;
}
.ui-datagrid.dG_noFooter .ui-paginator-bottom {
  display: none;
}

.ui-datagrid.dG_noBorder .ui-datagrid-content {
  border: none;
}

.card .card-body-row:hover {
  background: #f8f9fa;
}

span.pad_read_more_news {
  padding: 5px 12px;
  font-size: 12px;
}






