body{
  font-family: Arial;
  background-repeat : no-repeat;
    background-size : 100% 100%;
    background-position : center center;
    height: 100%;
    margin: 0;
    border: 0;
}

html{
    height: 100%;
    margin: 0;
    border: 0;
}


.loginFormDiv{
  position: absolute;
  display: inline-block;
  padding: 20px;
  background-repeat : no-repeat;
    background-size : 100% 100%;
    background-position : center center;
}

.logoBar{
  position: absolute;
  height: 100px;
  width: 100%;
  top: 100px;
  left: 0px;
  text-align: right;
  vertical-align: bottom;
  font-size: 12px;
  font-weight: bold;
}

.imgDiv{
  position: absolute;
  display: inline-block;
  padding: 20px;
}

.noticeDiv{
  position: absolute;
  display: inline-block;
  background-color: black;
  padding: 10px;
  top: 50px;
  left: 50%;
  text-align: center;
  color: white;
}

.noticeText{
  padding: 5px;
  text-align: left;
  margin-bottom: 20px;
}

.noticeButton{
  border: 0;
  border-top: 1px solid black;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  margin: 3px;
}

.shadow1{
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.inputLogin{
  margin-bottom: 10px;
  border: 0;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.labelLogin{
  font-weight: bold;
}

.buttonLogin{
  text-align: center;
  margin: 10px auto;
  border: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.loginOptLinks{
  position: absolute;
  bottom: 3px;
  cursor: pointer;
  font: 10px Arial;
}

.upperLbl{
  font-size: 12px;
  line-height: 16px;
}

.borderRadius0px{
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.borderRadius5px{
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.borderRadius10px{
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.upperPageLayer{
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  z-index: 10000;
}

.optContainer{
  background-image: url('../img/confBack.jpg');
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);

  position: absolute;
  height:auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 25px;
  border: 2px solid black;
}

.optContainerSmall{
  background-color: #FFFFFF;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);

  margin-top: 50px;
  display: inline-block;
  border: 2px solid black;
  padding: 20px;
  position: relative;
}

.closeDiv{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-image: url('../img/closeDiv.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.titleSection{
  border-bottom: 2px solid black;
  text-align: left;
  padding-left: 3px;
  font-weight: bolder;
  margin: 20px 5px 20px 17px;
  width: 90%;
}

.iTdiv {
    background-color : #ffffff;
  }


.iTLbl {
    font-family : Arial;
    font-size : 10pt;
    font-style : normal;
    white-space : nowrap;
    text-align : right;
  }


.iTinput {
    background-color : #ffffff;
    border : 1px solid black;
    padding-left : 5px;
    font : 13px Arial;
  }


.iTinputError {
    background-color : #FFC0C0;
    border : 1px solid black;
    padding-left : 5px;
  }

 /*fine InputText*/

 /*Pulsante*/
.bottoneSel {
    color : #A4D7FF;
    font-family : Arial;
    font-size : 10pt;
    padding-bottom : 2px;
    padding : 3px;
    text-align : center;
    background-color : #000000;
    border : 2px solid #000000;
    -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  }


.bottone {
    color : #adadad;
    font-family : Arial;
    font-size : 10pt;
    padding : 3px;
    text-align : center;
    background-color : #000000;
    color : #FFFFFF;
    border : 2px solid #000000;
    -webkit-border-radius: 5px;
  border-radius: 5px;
  }

  /*Fine pulsante*/

  /*Menu a tendina*/
.menuSel {
    background-color : #ffffff;
    border : 1px solid black;
  }

  /* input file */

 div.custom_file_upload {
  /*margin: 15px auto;*/
  text-align: left;
}

input.file {
  width: 150px;
  height: 15px;
  border: 1px solid #BBB;
  border-right: 0;
  color: #888;
  padding: 5px;
  outline: none;
}

div.file_upload {
  color : #FFFFFF;
  font-size : 10pt;
  text-align : center;
  background-color : #000000;
  border : 1px solid black;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  text-height: 10pt;
  display: inline-block;
}
div.file_upload:before {
  position: absolute;
  left: 0; right: 0;
  text-align: center;
  cursor: pointer;
}

div.file_upload input {
  position: relative;
  height: 30px;
  display: inline;
  cursor: pointer;
  opacity: 0;
}

.notice {
  width: 400px;
}

.notice .title{
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid black;
  margin: 10px;
  font-size: 18px;
  font-weight: bolder;
}

.notice .message {
  padding: 10px;
  text-align: left;
}

.notice .file {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.notice .fileIcon{
  color: #6fb0e3;
  width: 50px;
  margin: 10px;
}
.notice .fileLabel{
  padding: 10px;
  width: 100%;
    text-align: left;
}

.notice a, .notice a:visited, .notice a:hover, .notice a:active {
  color: black;
  text-decoration: none;
}

.notice .bottom{
  display: flex;
  align-items: center;
}

.notice .fields{
  width: 100%;
  text-align: left;
  font-size: 12px;
}

.notice .buttons{
  width: 100px;
  text-align: right;
}

.notice .checkboxContainer{
  display: flex;
  align-items: center;
  margin-left: 18px;
}
.notice .checkbox{
  margin: 10px;
}
.notice .checkboxLabel{
  padding: 10px;
  margin-left: 20px;
  cursor: pointer;
}

.notice .button {
  padding: 10px;
    border-radius: 0;
    border: 0px;
    background: #6fb0e3;
}

.barText {
    text-align: center;
  vertical-align: middle;
  line-height: 100px;
  font-size: 20px;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-container input {
  position: relative;
}

.button-container button {
  padding: 0;
  border: 0px;
  cursor:pointer;
  background-color: transparent;
  position: absolute;
  right: 60px;
}

.button-container img {
  display: block;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
