@CHARSET "UTF-8";


.pcsPanelCollapsed, .pcsPanelCollapsed .row, .pcsPanelCollapsed .row div
	{
	visibility: collapse;
	height: 0px;
	padding: 0;
	margin-bottom: 0px !important;
}

input[type=text] {
	border: 1px solid #e5e6e7;
}

.pcs-info {
	background: #d9edf7;
}

.pcs-warning {
	background: #fcf8e3;
}

.pcsPanel .row div {
	margin-bottom: 5px;
}

.form-message-error {
	color: Red;
}

#filtriPanel>.row {
	margin-bottom: 10px;
}

/* Home Page & All Panels */
.panel-pcs {
	border: none;
}

.panel-pcs>.panel-heading {
	background-color: white;
	padding-top: 0px;
}

.panel-pcs>.panel-heading h3 {
	margin-top: 0px;
}

.panel-group .panel-info-pcs .panel-warning-pcs {
	border-radius: 0px;
	border: none;
}

.panel-group .panel-info-pcs>.panel-heading .panel-warning-pcs>.panel-heading
	{
	margin-bottom: 10px;
}

.modalRequiredField {
	color: red;
	font-size: 7px;
}

.minimal {
	padding: 0px;
	margin: 0px;
}

 

.right {
	right: 0px;
}

.black {
	color: black;
}

ol li.ignore {
	list-style: none;
}

/*
* Override of style_PCS
*/
.top-navigation .navbar-brand {
	background: #001764; /* #1ab394 #A52A2A */ 
	color: #fff;
	padding: 15px 25px;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover
	{
	background-color: #1ad394; /* #1ad394 #d65c5c */ 
	/* color: inherit; */
}

/* .top-navigation .navbar-brand:hover {
	color: inherit !important;
	background: inherit !important;
	all:unset!important;
} */
.ibox-tools a.btn-warning, .ibox-tools a.btn-danger, .ibox-tools a.btn-success,
	.ibox-tools a.btn-default {
	color: #fff;
}

.page-heading {
	border-top: 0;
	padding: 80px 10px 20px 10px;
	margin-top: 60px;
}

.ibox {
	margin-bottom: 0px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active,
	.btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #1ab394;
	border-color: #bababa;
	color: #FFFFFF;
}

/**
* Used by Accreditamento
*/
.table-odd-row {
	background: #f5f5f5 !important;
}

.table-even-row {
	background: white !important;
}

/**
* Bootstrap override Start
*/
.breadcrumb {
	background-color: white;
	padding: 0px;
	margin: 0px;
}

.datepicker-xs {
	width: 130px;
}

.datepicker-sm {
	width: 150px;
}

.datepicker-xs input, .datepicker-xs button.btn-xs {
	height: 25px;
}

/**
* Bootstrap override End
*/

/**
* AngularJS Custom CSS
*/
.ng-dirty.ng-invalid {
	border-color: red;
}

.ng-dirty.ng-valid {
	border-color: green;
}

.istanzaLabel {
	display: inline;
	max-width: inherit;
	margin-bottom: inherit;
	font-weight: inherit;
}

.topRightButton {
	margin-top: 50px;
}

/*  BUTTON, A  */
.generalDoc {
	position: relative;
	top: 5px;
}


/*  import da Portale Pubblico */

.pointer {
	cursor: pointer !important;
}

.home-background {
	background: url("/areapub-fe/proxyHome?nome=portocommerciale.jpg") no-repeat center left;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	height: 300px;
}

.monitor-background::AFTER {
	background-image: url("/areapub-fe/proxyHome?nome=portocommerciale.jpg");
	background-size: 80px 60px;
	background-repeat: no-repeat;
}

/* Forum  */

.table-responsive table td {width: 40%; word-break: break-all;}
.table-responsive table th {width: 40%; word-break: break-all;}
.forum.table > tbody > tr > td {
    vertical-align: middle;
}

.forum .fa {
    width: 1em;
    text-align: center;
}

.forum.table th.cell-stat {
    width: 6em;
}

.forum.table th.cell-stat-2x {
    width: 14em;
}

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


.citePost {
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 0px;
}

.forEven {
	color: #1ab394;
}

.forOdd {
	color: inherit;
}
 

.registerTable .row div {
	margin-bottom: 5px;
}

#accessRequest .row div {
	margin-bottom: 5px;
}


.absolute {
	position: absolute;
}

#navbar_sitename { color: transparent; }
#navbar_sitename::after { 
        content: "SISTEMA GESTIONE ACCESSI PORTO - ADSPMI";
        color: #ffffff;     
    }

#footer_title { color: transparent; }
#footer_title::after { 
        content: "AUTORITÀ DI SISTEMA PORTUALE DEL MAR IONIO";   
        color: #676a6c;   
    } 
