html,
body {
    height: 100%;
    font-size: 13px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container, .wrap > .container-fluid {
    padding: 70px 15px 20px;
}

.container-public {
    padding: 15px 15px;
}
.panel-primary {
    border-color: #E7E1E8;
}
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*.list-group-item-heading a{
	color: #333;
}*/

.help-block{
	font-size: 95%;
	font-style: italic;
	padding-left: 5px;
}

.no-margin-top{
	margin-top: 0px;
}
.no-margin-bottom{
	margin-bottom: 0px;
}

.blockquote-reverse img{
	display: inline;
}


/* ===============================================
 * ==== Custom CSS
 */

 /* Custom container */
.container-full {
  margin: 0 auto;
  width: 100%;
}

 /* Layout fix */
 .navbar-brand-image{
 	padding: 0px !important;
 }

/* Layout custom */
#registration-register label,
#site-ice label,
#ice-index label,
#security-login label,
#facility-patientcheckin  label{
    color: #127cc2;
    font-style: italic!important;
    font-weight: 400!important;
    /*font-size: 1em;*/
}

#registration-register .checkbox label a{
	text-decoration: underline;
	font-style: italic;
}

.ice-info h1, .ice-info h2, .ice-info h3, .ice-info h4, .ice-info h5, .ice-info h6 {
    /* font-family: 'Open Sans' !important; */
    font-family: 'Open Sans',Arial!important;
    /*font-weight: 700!important;*/
    color: #127cc2;
}

#personal-data-form hr {
	margin-top: 5px;
	margin-bottom: 0px;
}

#w01-collapse1 h4:first-of-type {
   margin-top: 0px;
}

td.action-column{
	white-space: nowrap;
	width: 5%;
	text-align: right;
}

/* Custom class */
form .download-icon{
	padding-top: 29px; font-size: 20px; text-align: center;
}

.r4h {
	color: #127cc2;
}

h1.r4h, h2.r4h, h3.r4h{
	color: #127cc2;
}

.text-danger, h1.text-danger, h2.text-danger{
	color: #a94442;
}

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.nowrap{
	white-space: nowrap;
}

/* menu */
div#accordion-r4h-menu a:hover{
    text-decoration: none;
}

.menu-subtitle{
	color: #adadad;
	text-transform: uppercase;
	border-bottom: 1px solid #bbb;
}
ul.menu-data {
	list-style-type: none; padding-left: 0px;
}
ul.menu-data li{
	padding: 0px 0px 0px 15px;
}
ul.menu-data li label{}
ul.menu-data li .value{}

/* form */
.value {
	line-height: 34px;
	padding: 6px 12px 6px 12px;
}
/* Modifico i colori per i checkboxButtonGroup perche i defaul non sono chiari se selezionati o meno. Per i btn-defaul active metto il colore verde*/
.btn.btn-default.btn-defaul-custom-CBG.active {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}



/* Loading div */
#loader
{
	position:fixed;
	width:100%;height:100%;
	z-index:999;
	background-color:#2494F2;
}
#loader img
{
	position:absolute;
	top:50%;left:50%;
}

/*
 * Fluid centered
 */
.centered-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/*flex-wrap: nowrap | wrap | wrap-reverse;*/

}
/*.centered-fluid > div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 13px;
}*/

.loading_overlay{
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	text-align:center;
	z-index: 999990;
	/*background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80)*/
	background-color: rgb(0,0,0, 0.4); /*Instead of using opacity, set a background-color with rgba, where 'a' is the level of transparency.*/
}
.loading_overlay .kv-spin {
    position: static;
}

.alert.alert-danger a {
	color: #a94442;
	text-decoration: underline;
}

.alert.alert-warning a {
	color: #8a6d3b;
	text-decoration: underline;
}

.input-group-sp.input-group-addon {
	min-width: 66px;
}

.grid-view tbody {
	font-size: 15px;
}
.grid-view tbody .glyphicon {
	font-size: 13px;
}

/*
Fix tinymce
*/
.tox .tox-dialog__body {
	border-top: 1px #ccc solid;
	margin-top: 5px;
}

.tox .tox-dialog__body-nav {
	border-right: 1px #ccc solid;
}


/*
Fix Select2 height
*/
.select2-container--krajee .select2-results > .select2-results__options {
	max-height: 500px;
}

label {
	font-size: 15px;
}