a {
    color: darkblue;
}

a.button.devart {
    background: #729e85;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#729e85), to(#486d5c));
    background: -moz-linear-gradient(#729e85, #486d5c);
    background: linear-gradient(#729e85, #486d5c);
    border: solid 1px #236036;
    border-bottom: solid 3px #225f33;
    box-shadow: inset 0 0 0 1px #90a59c;
    color: #fff;
    text-shadow: 0 1px 0 #225f33; }

a.button.devart:hover {
    background: #486d5c;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#486d5c), to(#729e85));
    background: -moz-linear-gradient(#486d5c, #729e85);
    background: linear-gradient(#486d5c, #729e85);
    border: solid 1px #236036;
    border-bottom: solid 3px #225f33;
    box-shadow: inset 0 0 0 1px #90a59c; }

a.button.devart:active {
    background: #486d5c;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#486d5c), to(#729e85));
    background: -moz-linear-gradient(#486d5c, #729e85);
    background: linear-gradient(#486d5c, #729e85);
    border: solid 1px #236036;
    box-shadow: inset 0 10px 15px 0 #225f33; }

editLabel {
    font-weight: bold;
}

.reporty {
  border: 1px solid black;
  border-collapse: collapse;
  style="width:100%;
}

table.squeeze {
  border-collapse: collapse;
}

table.squeeze td {
  border-collapse: collapse;
}

table.squeeze tr {
  border-collapse: collapse;
}

input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    border: 2px solid rgba(0, 0, 0, .15);
    position: relative;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    width: 100%;
    border: none;
    padding: 0 10px;
    box-shadow: none;
    outline: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.vertHeader {
    text-align:center;
    white-space:nowrap;
    transform: rotate(-90deg);
}

@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

.vertHeader p {
    margin:0 -999px;/* virtually reduce space needed on width to very little */
    display:inline-block;
    font-weight:bold;
}

input, optgroup, select, textarea:hover {
    border-color: rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

input.subdued {
    border-color: none;
    box-shadow: none;
    width: auto;
}

.imagePreview {
    width: 180px;
    height: 240px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-color:red;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
    display: inline-block;
}


div#forgotPassword {
    cursor: pointer;
}

div#menuBar {
    position:fixed;
    top: 0px;
    left: 0px;
    margin: 0 px;
    z-index: 101;
}

div#sidebar {
    margin: 0px;
    background-color: #EEF;
    position: fixed;
    top: 30px;
    right: 0px;
    border: 1px solid gray;
}

.top_padding {
    width: 100%;
    height: 30px;
    margin: 0px;
}

.calendarTitle {
    overflow: hidden;
    left: 0px;
    top: 30px;
    height: 40px;
    z-index: 100;
    width: 100%;
    position:relative;
}

.dayheader {
    height: 40px;
    float: left;
    text-align: center;
    v-align: middle;
    font-weight: bold;
    font-size: 16px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    width:14%;
}

.day {
    height: 40px;
    float: left;
    v-align: middle;
    font-weight: bold;
    font-size: 16px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    width: 14%;
}

div.statuscontainer {
    width:100%;
    height:3vh;
    margin:0.5vh;
}

div.statustitle {
    float:left;
    width:10vw;
    text-align:right;
}

div.statusbar {
    float:left;
    width:30vw;
    background-color:#D0D0D0;
    height: 2.3vh;
    margin:0 0.5vw;
}

div.statusbarcolored {
    height: 2.3vh;
    background-color:blue;
}

div.statuspercentage {
    float:left;
}

div.statusretry {
    float:left;
    background-color:#FFD0D0;
    margin:0 0.5vh;
    height: 2.2vh;
}

