@import url("bootstrap.css");

html,
body {
    height: 100%;
}

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

    background-color: #f6f6f6;
}

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

/*-- Login background for kairos */
.container-login {
    background-image: url('../../../img/kairos-login.jpg');	
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    background-size: cover;
    border:0;
    background-color: #d4e4e1;
}

.container-login .wrap {
	background-color: transparent;
}

/*-- Jumbotron tweaks --*/

.jumbotron {
    text-align: center;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

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

/*-- Sorting --*/

/* 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";
}

/*-- Other --*/

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

/* add red asterisk to required form fields */
div.required label:after {
    content: " *";
    color: #e13431;
}

/*-- GridView options display tweaks --*/

.user-index td:last-child,
.articles-admin td:last-child {
    width: 68px;
}

.article-view th {
    min-width: 90px;
}

/*-- Css for nicer display of boolean yes/no values --*/

.boolean-true {
    font-weight: bold;
    color: green;
}

.boolean-false {
    font-weight: bold;
    color: #e13431;
}

/*-- Css for nicer display of user roles --*/

.role-theCreator {
    font-weight: bold;
    color: black;
}

.role-admin {
    font-weight: bold;
    color: #c4a500;
}

.role-editor {
    font-weight: bold;
    color: #800080;
}

.role-support {
    font-weight: bold;
    color: #009d00;
}

.role-premium {
    font-weight: bold;
    color: #4c4cff;
}

.role-member {
    font-weight: bold;
}

/*-- Colors used for various data presentation purposes --*/

.blue {
    font-weight: bold;
    color: #7373ff; 
}

.green {
    font-weight: bold;
    color: #009d00;
}

.gold {
    font-weight: bold;
    color: #c4a500;   
}

hr.top {
    margin-top: 0px;
    border-width: 1px;
    border-color: #333;
    text-align: left;
}

hr.article-devider {
    border-width: 1px;
    border-color: #444;
    border-style: dashed;
    text-align: left;
}

/*-- Password strength --*/

/* hide strength meter so we can fade it in nicely with jQuery */
.nz-meter-container {
    display: none;
}

h1,h2,h3,h4,h5,h6{margin-top: 0px; margin-bottom: 5px;}

 .boxed{
 	border: 1px solid #E3E3E3;
 }
 
 .noPadding{
 	padding: 0px;
 }
 
 .qty{
 	width: 70px !important;
 }
 
.input-xs {
    padding: 0 5px;
}

.table-esami{
	font-size: 12px;
}

.table-esami td{
	vertical-align: middle !important;
}

.table-esami .form-group{
	margin: 0px;
}
.table-esami .help-block{
	margin: 0px;
}

.tab-content{
	overflow: auto;
}

.link{
	border:none;
	background: none;
	color: #2fa4e7;
	vertical-align: middle;
}

.alignRight{
	text-align: right;
}
.alignCenter{
	text-align: center;
}
.alignLeft{
	text-align: left;
}
.noMargin{
	margin: 0px;
}

.red{
	color: red;
}
.green{
	color:green;
}
.noBorder{
	border:none !important;
}
.barrato{
    text-decoration: line-through;
}
.dati-clinici{
	font-size: 12px;
}
.right{
	float: right;
}
.summary{
	text-align: right;
}

a.disabled {
	color: #B6B6B6 !important;
}

.glyphicon-placeholder {
	width:14px;
	display:inline-block;
}

.print-all .progress-text{
	text-align: left;
	position: relative;
	top: -20px;
}


.deleted div{
	text-decoration: line-through;	
}

.pointer {
	cursor: pointer;
    cursor: hand;
}

input.bg-info {
  background-color: #d9edf7;
}


.compare-agende h2 {
	font-size:14px !important;
	height: 36px;
}

.compare-agende .fc-toolbar{
	display: none;
}
.compare-agende .h3{
	margin-top:0px !important;
}

@font-face{
	font-family: 'password';
	font-style: 'normal';
	font-weight: 400;
	src: url(../fonts/password.ttf);
}

input.accesso{
	font-family: 'password';
	font-size: 17px;
}