/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

html, .rf-dt-shdr-c a, .rf-dt-shdr-c a:hover, .rf-dt-c, input, textarea, select, button, .rf-dt-shdr-c, .rf-ds-nmb-btn, .rf-ds-btn, .rf-dt-hdr-c  {
  font-family: 'Raleway', sans-serif !important;
}

body {
  padding-top: 130px;
}

p {
  font-size: 16px;
}

header#header .navbar-brand {
  padding: 15px 20px;
}
header#header .toggle-menu {
  float: left;
  color: #797d7d;
  font-size: 24px;
  cursor: pointer;
  display: none;
  margin-top: 22px;
}
header#header .navbar-nav li a {
  font-size: 16px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 20px 5px;
  text-transform: uppercase;
  font-weight: 400;  
}
header#header .navbar-nav li.active a {
  color: #FFF;
}
header#header #header-social li {
  padding: 0;
  margin-left: 4px;
  width: 40px;
}
.btn-searchAllegati{
	position: relative;
    float: left;
    opacity: .5;
	color: #FFF;
	background-color: #6d9d7c;
	height: 32px;
    vertical-align: middle;
    text-align: center;
    width: 99%;
    float: right !important;
    padding-top: 7px;
}
.btn-searchAllegati:hover {
  opacity: 1;
  color: #FFF;
}
header#header #header-social li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 20px;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  display: block;
  position: absolute;
  width: 40px;
  top: 0;
  opacity: .5;
  color: #797d7d;
  text-decoration: none;
  color: #FFF;
}
header#header #header-social li a.searchAllegato {
  background-color: #6d9d7c;
}
header#header #header-social li a.twitter {
  background-color: #00acee;
}
header#header #header-social li a.youtube {
  background-color: #cc181e;
}
header#header #header-social li a.github {
  background-color: #111;
}
header#header #header-social li a:hover {
  padding-top: 30px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header#header .toggle-menu {
    display: inline;
  }
  header#header #header-social a {
    font-size: 24px;
    margin: 0;
  }
  header#header .navbar-header {
    margin: 0;
    text-align: center;
  }
  header#header .navbar-header .navbar-brand {
    float: none;
  }
  header#header .navbar-header .navbar-brand img {
    margin-top: 22px;
    max-width: 80px;
  }
}

.breadcrumb-wrapper {
  background-color: #dbdddc;
  height: 32px;
  overflow: hidden;
  width: 100%;
}
.breadcrumb-wrapper #switch-view {
  background-color: #f0f0f0;
  padding-left: 3px;
  width: 4%;
  float: right;
}

.breadcrumb-container {
  width: 96%;
}

.breadcrumb {
  padding: 0;
  float: left;
  margin: 0;
  height: 32px;
  overflow: hidden;
  width: 100%;
  background-color: #dbdddc;
}
.breadcrumb li {
  display: block;
  float: left;
  width: 22%;
}
.breadcrumb li.home {
  width: 12%;
}
.breadcrumb li + li:before {
  content: '';
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
}
.breadcrumb li a {
  color: #616161;
  display: block;
  background: #dbdddc;
  position: relative;
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 19px;
}
.breadcrumb li a:before, .breadcrumb li a:after {
  content: " ";
  position: absolute;
  top: 0;
  border: 0 solid #dbdddc;
  border-width: 16px 8px;
  width: 0;
  height: 0;
  background-color: #f0f0f0;
}
.breadcrumb li a:before {
  left: -11px;
  border-left-color: transparent;
}
.breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #dbdddc;
}
.breadcrumb li:first-child a {
  padding-left: 15px;
}
.breadcrumb li:first-child a:before {
  border: none;
}
.breadcrumb li a:hover {
  background-color: #8a8a8a;
  text-decoration: none;
  color: #FFF;
}
.breadcrumb li a:hover:before {
  border-color: #8a8a8a;
  border-left-color: transparent;
}
.breadcrumb li a:hover:after {
  border-left-color: #8a8a8a;
}
.breadcrumb li:last-child a, .breadcrumb li:last-child a:hover {
  padding-right: 15px;
  background-color: #6d9d7c;
  margin-right: 0;
  color: #FFF;
}
.breadcrumb li:last-child a:before, .breadcrumb li:last-child a:hover:before {
  border-color: #6d9d7c;
  border-left-color: transparent;
}
.breadcrumb li:last-child a:after, .breadcrumb li:last-child a:hover:after {
  border-left-color: #6d9d7c;
}
.breadcrumb li a:active {
  background-color: #6d9d7c;
}
.breadcrumb li a:active:before {
  border-color: #6d9d7c;
  border-left-color: transparent;
}
.breadcrumb li a:active:after {
  border-left-color: #6d9d7c;
}

#panel li{
	padding-top: 3px;
	padding-bottom: 3px;
}

   
.modalPopup {
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: url(../img/transparent_white.png);
}

.modalPopup img{
	position:   fixed;
    z-index:    10001;
    top: 35%;
	margin-left: 40%;
}   

.modalPopupTransparent {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../img/transparent.png);
}

.modalPopupTransparent img {
	position: fixed;
	z-index: 10001;
	top: 40%;
	margin-left: 50%;
}             

.modalPopupEdit {
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: url(../img/transparent_white.png);
}
.modalPopupEdit img{
	position:   fixed;
    z-index:    10001;
    top: 40%;
	margin-left: 50%;
}

.panel{
    padding: 10px;
	width:23%;
	background: #dbdddc;
	color: #616161;
}

.panel a {
    color: #616161;
}    

ul, ol {
    padding-left: 20px;
    padding-right: 10px;
}    

.tooltipPanel {
	display:none;
	position:absolute;
	border:1px solid #b9b9b9;
	background: #FFFFFF;
	width:auto;
	max-width:300px;
	border-radius:5px;
	padding:5px;
	padding-top:10px;
	color:#000;
	z-index: 10000;
	opacity: inherit;
	font-size: 12px;
}

.breadcrumb li a .icon-folder-open .text {
}   

.breadcrumb li .text {
    display: inline-block;
    width: 85%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}   

.panel1{
    margin-left: 0px;
    display: block;
    float: left;
    box-shadow: 0px 4px 20px 6px rgba(0, 0, 0, 0.13);
    border: #cccccc 1px solid;
}

.panelLiv{
    margin-left: -20%;
    display: block;
    float: left;
    box-shadow: 0px 4px 20px 6px rgba(0, 0, 0, 0.13);
    border: #cccccc 1px solid;
}

.panelSelected{
	background-color: #6d9d7c !important;
	color: white !important;
}

.panelSelected a {
	color: white !important;
}

.panelAllegati{
    margin-left: 0px;
    display: block;
    float: right;
    box-shadow: 0px 4px 20px 6px rgba(0, 0, 0, 0.13);
    border: #cccccc 1px solid;
    background: white;
    width: 52%;
    color: #616161;
    padding-left : 20px;
    padding-right : 20px;
}

table {
    width: 100%;
}    


.modalPopupTransparent {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../img/transparent.png);
}

.modalPopupTransparent img {
	position: fixed;
	z-index: 10001;
	top: 35%;
	margin-left: 40%;
}       

a.rf-ds-nmb-btn, a.rf-ds-btn {
    color: #000 !important;
}


/* The Modal (background) */
.modalPanel {
	display: block;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    padding-top: 3%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background: url(../img/transparent_white.png);
}


/* Modal Content */
.modal-contentPanel {
	overflow: auto;
    height: 90%;
    min-height: 90%;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    padding-top: 10px;
    border: 1px solid #888;
    width: 90%;
    background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-contentPanel .rf-p-b {
    padding-top: 0px;
    padding-bottom: 5px;
}

.modal-contentPanel .rf-dt input[type=submit], .modal-contentPanel .rf-dt input[type=button] {
    height: auto;
}

/* The Close Button */
.closePopup input {
	margin-top: -7px !important;
    margin-right: -15px !important;
    padding: 0px !important;
    float: right;
}

.detailTable{
	width: 100%;
}

.cella-sinistra {
border-bottom: 1px solid #dfdfdf;
text-align: left;
background-color: transparent;
padding: .1em .3em;
font-weight: normal;
font-style: normal;
font-size: 13px;
width:20%;
height: 24px;
}
.cella-destra{
border-bottom: 1px solid #dfdfdf;
color: #224;
padding: .3em .5em;
display: table-cell;
vertical-align: inherit;
border-collapse: collapse;
font-size: 13px;
width:80%;
}

.cella-sinistra_2 {
border-bottom: 1px solid #dfdfdf;
text-align: left;
background-color: transparent;
padding: .1em .3em;
font-weight: normal;
color: #456851;
font-style: normal;
font-size: 13px;
width:50%;
}
.cella-destra_2{
border-bottom: 1px solid #dfdfdf;
color: #224;
display: table-cell;
vertical-align: inherit;
border-collapse: collapse;
font-size: 13px;
width: auto;
text-align: left;
}

.cella-sinistra_3 {
text-align: left;
background-color: transparent;
padding: .1em .3em;
font-weight: bold;
font-style: italic;
font-size: 13px;
width:22%;;
}

.cella-destra_3 {
color: #224;
padding: .3em .5em;
display: table-cell;
vertical-align: inherit;
border-collapse: collapse;
font-size: 13px;
width:65%;
}

.cella-top {
text-align: left;
background-color: transparent;
border: none;
padding: .1em .3em;
color: black;
font-style: normal;
font-size: 15px;
/*background: url(../img/comment-separator.png) no-repeat;*/
background-position-y: bottom;
padding-top: 5px;
border-bottom: 1px solid #dfdfdf;
box-shadow: 0px 1px 0px #888;
}

.cella-bottom {
text-align: left;
background-color: transparent;
border: none;
padding: .1em .3em;
color: black;
font-style: normal;
font-size: 15px;
width:15%;
}

.infoImageTree{
	width: 15px !important;
    padding: 0px;
    padding-left: 0px;
    vertical-align: middle !important;
    margin-left: 5px;
    margin-top: -3px;
}

#panel li {
    list-style: none;
}
    
#panel li:before
{
    content: "\e074";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    text-decoration: none;
}

#panel .panelAllegati li:before
{
	content: "\e025";
	font-size: 12px;
    margin-top: 2px;
    color: #939393;
}

#panel .panelAllegati li.glyphicon-link:before {
    content: "\e144";
    font-size: 13px;
    margin-top: 2px;
    color: #939393;
}

::-webkit-input-placeholder { /* Chrome */
  color: #808080;
  font-size: 8px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
  font-size: 8px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
  font-size: 7px;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #808080;
  font-size: 8px;
  opacity: 1;
}

.inputTextFilter {
    background: #fff;
    border: 2px solid #dbdfe4;
    transition: all .2s linear;
    padding: 5px 9px;
    margin: 0;
    border-radius: 4px;
    font-size: 13px;
    height: 25px;
    width: 100%;
}

.rf-dt-shdr-c {
background-color: #4d745b;
background-position: left -535px;
color:white;
}
.rf-dt-shdr-c a{
color:black;
}
.rf-dt-shdr-c a:hover{
color: #666;
}

.rf-dt-shdr-c, .rf-dt-hdr-c {
    white-space: normal !important;
    color: black !important;
    border: none !important;
    border-top: 1px solid #cecece !important;
    border-bottom: 1px solid #cecece !important;
    background: #dfdfdf!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ebebeb)) !important;
    background: -moz-linear-gradient(top, #dfdfdf, #ebebeb) !important;
}    

.rf-dt-ftr-c {
    background: #dfdfdf!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ebebeb)) !important;
    background: -moz-linear-gradient(top, #dfdfdf, #ebebeb) !important;
}

hr {
    margin-top: 5px;
    margin-bottom: 10px;
}    

.hrTitleAllegati {
    margin-top: 0px;
    margin-bottom: 0px;
} 

.headerText{
	text-align: center;
	color: #616161;
}

.navbar-default {
    background-color: #dee6e1;
    border-color: none;
}

#panel .divLotti li:before
{
	content: "\e072";
	font-size: 9px;
    margin-top: 4px;
}

.linkIndex
{
	font-weight: bold;
}

.linkIndex:hover {
	color: #800000;
}

.linkXml:hover, .linkXml:focus {
	color: #800000;
}

#panel .statoAllegato {
	width: 120px;
    position:  absolute;
    float: right;
}

#panel .statoAllegatoAT {
	width: 22px;
    position:  absolute;
    float: right;
}

img.statoAllegatoTAB {
	width: 100px;
	position: absolute;
	float: right;
	right: 75px;
	margin-top: -5px;
}

#panel .divUrlXml {
    margin-top: 3px;
    font-style: italic;
    font-size: 13px;
}

#panel .divUrlXml li:before {
    background-image: url('../img/icon_xml.png');
    background-size: 16px 16px;
    display: inline-block;
    width: 16px; 
    height: 16px;
    content: "";
    margin-top: 0px;
}

#panel .linkAllegatiTabellari {
    color: blue;
}

#panel .iconLinkAllegatiTabellari {
    color: #939393;
    font-size: 14px;
}

#panel .iconLinkAllegatiTabellari:hover {
    color: highlighttext;
}

#panel .columnDownloadLinkAllegatiTabellari {
	border-right: none; 
	width: 1%;
}

#panel .columnWhiteSpaceNoWrap {
	white-space: nowrap;
}

tr.allegatoTableRow {
	height: 100px;
	vertical-align: top;
}

tr.allegatoItemTableRow {
	border: none;
}

tr.at-hdr-row{
	vertical-align: bottom;
}

table.at-tbl-no-flt .rf-dt-flt {
	display: none;
}


#panel .divLinkInfoAllegato {
    margin-top: 3px;
    font-style: italic;
    font-size: 13px;
}

#panel .divLinkInfoAllegato li:before {
    background-image: url('../img/info.png');
    background-size: 16px 16px;
    display: inline-block;
    width: 16px; 
    height: 16px;
    content: "";
    margin-top: 1px;
}

.linkInfoAllegato:hover, .linkInfoAllegato:focus {
	color: #800000;
}

div#arrow {
	width: 25px;
    height: 35px;
    background-color: 6d9d7c;
    position: relative;
    left: -20px;
    border-radius: 0px 12px 12px 0px;
    cursor: pointer;
    float: left;
}

div#arrow span {
	position: relative;
    top: 10px;
    color: #fff;
    font-size: 17px;
    left: 3px;
}

.customColumnProcedimentoLeft {
	border-left: solid 2px #C4C0C9 !important;
}

.customColumnProcedimentoRight {
	border-right: solid 2px #C4C0C9 !important;
}

.customColumnProcedimentoLeftRight {
	border-left: solid 2px #C4C0C9 !important;
	border-right: solid 2px #C4C0C9 !important;
}

input[type=text]::-ms-clear {
	display: none; 
	width: 0; 
	height: 0;
}

.flagIcon {
	vertical-align: middle;
    width: 30px;
}

.flagIconOn {
	
}

.flagIconOff {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	
}
