body {
  margin: 30px 50px 0px 50px;
  font-family: Segoe UI, Arial, Helvetica;
  font-size: 9pt;
  min-width:640px;
  background-color: #ffffff;
}

img {
  border: 0px;
}

h1 {
  font-size: 14pt;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}

button {
  color: #FFFFFF;
  background-color: #27AAE1;
  border-bottom: 2px solid #2193BC;
  border-right: 2px solid #2193BC;
  border-top: 2px solid #35CCFF;
  border-left: 2px solid #35CCFF;
}

.mslogo {
}

.teamlogo {
  float: right;
}

.h1image {
  margin-bottom: -4px;
}

.signin {
  color: #666666;
  text-transform: uppercase;
  font-size: 9pt;
  width: 100%;
  position: relative;
  padding-top: 7px;
  padding-bottom: 5px;
}

.signin a {
  text-decoration: none;
  padding-left: 20px;
  color: #27AAE1;
}

#welcome {
  text-align: center;
}

.welcomemessage {
  margin-left: auto;
  margin-right: 350px;
  padding-left: 6%;
  padding-right: 6%;
  color: #FFFFFF;
  width: 88%;
  height: 350px;
  overflow: hidden;
  text-transform: none;
  text-align: left;
  clear: none;
  display: table-cell;
  vertical-align: middle;
}

.welcomesignin {
  height: 350px;
  width: 340px;
  float: right;
  text-align: center;
  box-shadow: -5px 5px 10px 0px #000000;
  background-color: #333436;
  color: #FFFFFF;
  font-size: 16pt;
  text-transform: none;
  clear: none;
}

.welcomeimage {
  padding-top: 75px;
}

.signinbutton {
  width: 150px;
  height: 40px;
  margin-top: 20px;
  font-size: 12pt;
}

.actionbar {
  background-color: #58595B;
  width: calc(100vw-100px);
  height: 350px;
  margin-left: -50px;
  margin-right: -50px;
  box-shadow: 0px 4px 10px 0px #333366;
  z-index: 100;
  position: relative;
  text-transform: uppercase;
}

.actions {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  width: 680px;
  height: 0px;
  clear: none;
}

.leftaction {
  float: left;
  position: relative;
  text-align: center;
  font-size: 16pt;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0px;
  color: #FFFFFF;
}

.midaction {
  float: left;
  position: relative;
  text-align: center;
  font-size: 16pt;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0px;
  color: #FFFFFF;
}

.rightaction {
  float: left;
  position: relative;
  text-align: center;
  font-size: 16pt;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0px;
  color: #FFFFFF;
}

.status {
  padding: 0px;
  margin-left: 80px;
  margin-right: 7px;
  margin-bottom: 0px;
  margin-top: -25px;
  width:30px;
  height:30px;
}

.actionprompt {
  margin-left: 50px;
  margin-top: 200px;
  color: #FFFFFF;
  width: 300px;
}

.actionreset {
  margin-left: calc(100% - 180px);
  margin-top: 195px;
  color: #FFFFFF;
  position: absolute;
}

.newupload {
  margin-bottom: -7px;
}

.progress {
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  width: 100%;
  height: 5px;
  background-color: #FFFFFF;
  position: absolute;
}

.progressbar {
  width: 0%;
  height: 5px;
  background-color: #27AAE1;
}

.historytable {
  margin-top:50px;
  margin-bottom:50px;
  margin-left:auto;
  margin-right:auto;
  text-align: left;
  border: 0px solid;
  border-collapse: collapse;
  width:1000px;
}

.historyicon {
  width: 25px;
  text-align: left;
}

.historydelete{
  width: 40px;
  text-align: left;
}

.historydeleteicon {
  text-align:right;
}

.historyfilename {
  padding-left: 5px;
  text-align: left;
}

.historymessage {
  width: 120px;
  padding-left: 5px;
  text-align: left;
}

.historydate {
  width: 180px;
  padding-left: 5px;
  text-align: left;
}

.historysize {
  width: 120px;
  padding-left: 5px;
  text-align: right;
}

.historystatus {
  width: 120px;
  padding-left: 5px;
  text-align: left;
}

.historytable a {
  color: #000000;
}

.historyheader th {
  font: Segoe UI;
  font-size: 12pt;
  font-weight: 400;
}

.historyeven td {
  background-color: #E6E7E8;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.historyodd td {
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.optionsetting {
  margin-top:50px;
  margin-bottom:50px;
  margin-left:auto;
  margin-right:auto;
  text-align: left;
  width:1000px;
}

.filedownload {
}

.error {
  color: #ED1C24;
}

.back {
  margin-bottom: -5px;
  margin-right: 20px;
  background-image: url('../images/backarrow.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border: 0px solid;
  height: 30px;
  width: 31px;
}

.actionfooter {
  background-color: #27AAE1;
  color: #FFFFFF;
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100vw-100px);
  min-height: 30px;
  text-transform: uppercase;
  z-index: 50;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
}

.actionfooterimage {
  margin-bottom: -8px;
}

.actionfooterlinks {
  margin-left:auto;
  margin-right:0px;
  padding-top: 5px;
  float: right;
}

.actionfooterlink {
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 18px;
}

.textinfo {
}

.textinfobody {
  height: 285px;
  overflow-y: scroll;
  margin-right: -50px;
  padding-right: 50px;
}

.textinfoheader {
  background-color: #58595B;
  width: calc(100vw-100px);
  height: 45px;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 5px;
  font-size: 20pt;
  color: #FFFFFF;
}

.textinfofooter {
  background-color: #58595B;
  width: calc(100vw-100px);
  height: 15px;
  margin-left: -50px;
  margin-right: -50px;
  box-shadow: 0px 4px 10px 0px #333366;
  z-index: 100;
  position: relative;
}

.alert {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  text-align: center;
  height: 50px;
}

.alertbody {
  width: 460px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -50px;
  box-shadow: -5px 5px 10px 0px #000000;
  background-color: #333436;
  color: #FFFFFF;
  font-size: 16pt;
  text-transform: none;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 80px;
  padding-left: 20px;
  z-index: 500;
}

.alerttable {
  margin-top: 10px;
  width: 100%;
  position:absolute;
  z-index: 600;
}

.alertleft {
  width: 180px;
  text-align: center;
  text-tranform: uppercase;
}

.alertright {
  margin-top: -10px;
  margin-left: 200px;
  text-align: left;
  vertical-align: top;
}

.alertright p {
  font-size: 11pt;
  clear: none;
}

.alertrightprompt {
  font-size: 9pt;
  clear: none;
}

.errorbullet {
  margin-bottom: -1px;
  padding-right: 5px;
}

.adfooter {
  margin-top: 20px;
  text-align: center;
  margin-right: auto; margin-left: auto;
  width:1100px;
  height:120px;
}

.adcaption {
  text-align:left;
  text-transform: uppercase;
  font-size: 6pt;
}

.ad {
  margin-left: 5px;
  margin-right: 5px;
}

.hidden {
  display: none;
  visible: none;
}

.rotating {
  animation: rotateAnimation 1.5s linear infinite 0s;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.italic {
  font-style: italic;
}


.bold {
  font-weight: 700;
}

.textinfobody a {
  color: #27AAE1;
}

.deletejoblink {
  color: #27AAE1;
  font-size:10px;
}

.deleteicon {
}

.uploadactiondiv {
  position:relative;
  width: 118px;
  height: 118px;
  overflow:hidden;
  background-image:url('../images/upload.png');
  margin:0px;
}

.uploadfileuploadinput {
  font: 500px monospace;
  opacity:0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: 1;
  top:0;
  right:0;
  padding:0;
  margin: 0;
  cursor:pointer;
}

.action {
  width: 118px; height: 118px;
}

