body{
    overflow-y: scroll;
    background-image: url(/img/background_lini.jpg);
    background-color: #eee;
    margin: 0px;
    padding-top: 4px;
    width: 100%;
    height: 100%;
    font-family:sans-serif;
    }

a{
    color: inherit;
    text-decoration:none;
    }

p{
    margin:auto;
    }

.link{
  text-decoration:underline;
  }

/*header*/

.ico_pic{
  width:16px;
  height:16px;
  }


#outer{
    width: 1050px;
    display:table;
    border-collapse:collapse;
    height:100%;
    margin: 0 auto;
    }

.outer_container_row{
    display:table-row;
    }

#top_row_outer{
  height: 94px;
  background-image: url(/img/top_bar_background.jpg);
  background-repeat: no-repeat;
  }

.log_in_out_container{
    color:white;
    background-repeat: no-repeat;
    float: right;
    /* padding-left: 45px; */
    padding-right: 16px;
    /* height: 40px; */
    position: absolute;
    top: 1px;
    right: 1px;
    }

.log_in_out{
    color: black;
    font-size: 13px;
    text-align: right;
    display:block;
    margin: 2px 10px 5px 0px;
    }

/* navbar*/
#link_bar_a{
    display: table-cell;
    height: 100px;
    background-color: #609dd2;
    vertical-align:middle;
    }

/* navbar*/
#link_bar_b{
    position:relative;
    padding-top: 60px;
    }


.link_bar_item{
    color: #EEEEEE;
    display: inline-block;
    padding: 5px 10px;
    border-radius:3px;
    margin-right: 10px;
    margin-top: 4px;
    background-color: rgba(0,0,0,0.2);
    }

.link_bar_item_active{
    font-weight:bold;
    background-color: rgba(0, 0, 0, 0.44);
    }

.link_bar_item:hover{
    background-color: #504a3d;
    }

.link_bar_log_in{
    background-image: url(/img/login_icon.png);
    background-size: cover;
    /* float:right; */
    width: 25px;
    height: 25px;
    }

.link_bar_log_out{
    background-image: url(/img/logout_icon.png);
    background-size: cover;
    /* float:right; */
    width: 25px;
    height: 25px;
    float: right;
    }



/*----content start----*/
#content{
    display:table-cell;
    font-size: 15px;
    padding: 20px;
    background-color: #fff;
    }

.page_title{
    font-size:25px;
    font-weight:bold;
    color:#337ab7;
    margin-bottom:20px;
    }
/*----content end----*/


.login_button{
    width:100%;
}

.reset_button{
    width:100%;
}

/*----forgot password start----*/
#password_reset_outer{
   font-family:sans-serif;
    max-width: 300px;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translateY(-50%) translateX(-50%);
       }
#password_reset_outer FORM INPUT[type="text"]{
  border: 1px solid #80808036;
  border-radius: 3px;
  width: 300px;
  height: 25px;
  margin: 3px 5px;
  }

#password_reset_outer FORM INPUT[type="submit"]{
  /* background-color:blue; */
  display:inline-block;
  border: 1px solid #80808036;
  border-radius: 3px;
  width: 100px;
  height: 25px;
  margin: 3px 5px;
  }

#reset_output_msg{
    color:red;
}


/*----footer start----*/
#footer{
    background-image: url(/img/footer_background.jpg);
    height: 30px;
    display:table-cell;
    min-height: 42px;
    font-family: sans-serif;
    font-size: 15px;
    color: #fff;
    padding: 4px;
    }
#copyright{
    float: left;
    padding: 0px 10px 0px 0px;
    }

#footer_logo{
  border:1px solid grey;
  background-image:url(/img/logo_plj_elfa_ropazi.jpg);
  /* background-color: white; */
  background-size: contain;
  background-repeat: no-repeat;
  width: 515px;
  height: 60px;
  margin: auto;
  }

/*----footer end----*/

.java_error_msg_box{
    font-size: 14px;
    max-height: 200px;
    width: 400px;
    right: -10px;
    bottom: -10px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #332D2D;
    background-color: #47A2AB;
    -webkit-transition: max-height 1.5s ease-out;
    transition: max-height 1.5s ease-out;
    position: fixed;
    }
.java_error_msg_box_inner{
    padding: 5px 20px 20px 5px;
    width:100%;
    height:100%;
    }
.java_error_msg_box_hidden{
    max-height:0px;
    }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moc-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }


.common_table {
  border-collapse: collapse;
  display:table;
  }

.common_table DIV {
  display:table-row;
  }

.common_table DIV DIV {
  display:table-cell;
  border: 1px solid #8080801c;
  padding: 3px;
  }

.common_table_real {
  font-size: 15px;
  border-collapse: collapse;
  display:table;
  }

.common_table_real TR {
  }

.common_table_real TR TD {
  border: 1px solid #8080801c;
  padding: 3px;
  }


@media print {
  BODY{
    font-size:12px;
    }
  #link_bar_a{
    display:none;
    }
  #link_bar_b{
    display:none;
    }
  #footer{
    display:none;
    }
  .events_filter_container{
    display:none;
    }
  .del_btn{
    display:none;
    }
/* *{display:none}*/
}



