﻿body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  margin:10px;
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  line-height: 110%;
}

a:link {color: #1975D1;}
a:visited {color: #1975D1;}
a:active {color: #1975D1;}
a:hover {color: #9eb9c2;}
a {text-decoration: none;}

.pSpaced{
    line-height: 160%;
}

.divcenter{
    margin-top:10px;
    text-align:center;
}

.tablecenter{
    margin-left:auto;
    margin-right:auto;
}

.logonForm{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.inputText 
{
    width: 310px;
    background: white;
    border-color:#808080;
    font-family: Montserrat, sans-serif;
    font-size:16px;
    border-radius: 3px;
    border-style:solid;
    border-width:1px;
    padding:5px;
}


.inputTextArea {
    width:99%; 
    margin-top:10px;
    font-family: Montserrat, sans-serif;
    font-size:16px;
    border: 1px solid #888; 
    padding:5px;
}

.inputSubmit{
  padding: 0 18px;
  height: 31px;
  font-size: 13px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
}
.inputSubmit:hover{
  background: #e3f1f1;
  cursor:pointer;
}

.hideTitleBar .ui-dialog-titlebar {display:none}

.tabledata{
    width:100%;
    margin-left:auto;
    margin-right:auto;

    border-collapse: collapse;
    border-color:#808080;
    border-style:solid;
    border-width:1px;
    border-radius: 3px;

}

.tabledata tr {
    background-color:#F0F8FF;
    border: 1px solid #AAA;
}

.tabledata tr:hover {
    background-color:#e3f1f1;
    padding:0px;
    cursor:pointer;
}

.tabledata th{
    padding: 5px 10px 5px 10px;
    margin:0px;
    font-weight:700;
}

.tabledata td{
    padding: 5px 10px 5px 10px;
    margin:0px;
}



.tabledataRO{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    
    border-collapse: collapse;
    border-color:#808080;
    border-style:solid;
    border-width:1px;
    border-radius: 3px;
    
}

.tabledataRO tr {
    background-color:#FFFFFF;
}

.tabledataRO tr:nth-child(even) {
    background-color: #F2FCF3;
}

.tabledataRO th{
    height:30px;
    color: #FFF;
    background-color: #4CAF50;
    text-align:center;
}

.tabledataRO td{
    height:30px;
}


.tabledataEdit{
    margin-left:auto;
    margin-right:auto;

    border-collapse: collapse;
    border-color:#808080;
    border-radius: 3px;
    border-style:solid;
    border-width:1px;
}

.tabledataEdit tr {
    background-color:#F0F8FF;
}

.tabledataEdit th{
    padding: 5px 10px 5px 20px;
    text-align:right;
}

.tabledataEdit td{
    padding: 5px 20px 5px 10px;
    text-align:left;
}



/*File Upload*/
label.myFileUpload input[type="file"] {
    position: fixed;
    top: -1000px;
}

/***** Example custom styling *****/
.myFileUpload {
    border: 2px solid #AAA;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 2px;
    background: #DDD;
    display: inline-block;
}
.myFileUpload:hover {
    background: #CCC;
}
.myFileUpload:active {
    background: #CCF;
}
.myFileUpload :invalid + span {
    color: #333;
}
.myFileUpload :valid + span {
    color: #333;
}

#progressbar {
    background-color: #CCC;
    background-repeat: repeat-x;
    border-radius: 13px;
    padding: 3px;
}

#progressbar > div {
    background-color: #333;
    width: 0% ;
    height: 20px;
    border-radius: 10px;
}