
body {
  margin: 0 10px;
  padding: 0;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px!important;
  -webkit-text-size-adjust: none;
  position: relative;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0 0 12px 0;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
   font-family: "Source Sans Pro", sans-serif;
   clear: left;
}

p, li, th, td {
    font-size: 14px; 
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h4 {
    padding: 0;
}

img {
  border: none;
}

.cleft {
  clear: left;
}

.cboth {
  clear: both;
}

.hide {
    display: none !important;
}

.body a {
  text-decoration: none;
}
.body a:hover {
  text-decoration: underline;
}

.header {
  margin: 0 0 20px 0;
  text-align: center;
}


.page {
  width: 768px;
  margin: 0 auto; 
}

.copy {
    margin-bottom: 30px;
}

input, textarea, select {
  border: 1px solid #cccccc;
  background-color: white;
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  font-family: "Source Sans Pro", sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 7px 10px;
  font-size: 1.1em;
  outline: none;
  resize: none;
  width: 350px;
  box-sizing: border-box;
}

.ui-datepicker select {
  appearance: menulist;
  -moz-appearance: menulist; /* Firefox */
  -webkit-appearance: menulist; /* Safari and Chrome */
}

input[type='radio'] {
  border: none;
  background-color: none;
  -webkit-appearance: radio;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 10px;
  outline: none;
  resize: none;
  width: auto;
}
input[type='checkbox'] {
  border: none;
  background-color: none;
  -webkit-appearance: checkbox;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 10px;
  outline: none;
  resize: none;
  width: auto;
}

input[type='submit'] {
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-family: "Source Sans Pro", sans-serif;
  padding: 8px 25px;
  font-size: 1.1em;
  color: #ffffff;
  font-weight: bold;
  background-color: #4d2977;
  cursor: pointer;
  width: 121px;
  margin-right: 0;
}

textarea {
    height: 100px;
}

.col {
    width: 45%;
    padding-right: 30px;
    float: left;
}
.col.last {
    padding-right: 0;
}

#timesheet-copy {
    margin-bottom: 50px;
}


#request-form .col {
    padding-right: 0;
}

#request-form .col.last {
    padding-right: 0;
}


.row {
  float: left;
  clear: left;
  padding-bottom: 15px;
  width: 100%;
}
.row.padding {
  padding-bottom: 8px;
}
.row.pad_bottom {
    padding-bottom: 50px;
}
.row label {
  float: left;
  padding-top: 8px;
  width: 210px;
  font-size: 1.1em;
  padding-right: 15px;
  box-sizing: border-box;
}

.row label.radio {
  width: 535px;
  padding-top: 0;
}
.row label .small {
    font-size: .9em;
    line-height: 100%;
    font-weight: bold;
}
.row input {
  float: left;
}
.row table input {
    float: none;
}
.row input[type='radio'], .row input[type='checkbox'] {
 width: auto;
}

.row label.short {
    float: none;
}

.row input.short {
    width: 150px !important;
    float: none;
}

.form span.error {
    color: #e8128e;
    margin-left: 5px;
    display: none;
}

p.left-padding {
    margin-left: 210px;
    margin-top: 15px;
}

.top20 {
  margin-top: 20px;
}

.clear {
  clear: both;
}

ul.rejected, ul.title {
  margin-top: 0;
  margin-bottom: 40px;
}

#logged_timesheet {
  margin-bottom: 40px;
}

#holiday-form .row p.left-padding {
    margin-top: 5px;
}

#holiday-form .row .col p.left-padding {
    margin-left: 85px;
    margin-top: 5px;
}
#holiday-form .row .col p.left-padding.last {
    margin-left: 70px;
    margin-top: 5px;
}

li {
    margin-bottom: 15px;
}

a.submit-button, a.back-button, a.button {
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #4d2977;
  font-family: "Source Sans Pro", sans-serif;
  padding: 5px 15px;
  font-size: 1.1em;
  color: #ffffff !important;
  font-weight: bold;
  background-color: #4d2977;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-decoration: none !important;
}
a.submit-button:hover, a.back-button:hover, a.button:hover {
    color: #4d2977!important;
    background-color: #fff;
}
a.submit-button.wait,a.submit-button.wait:hover {
    color: #4d2977!important;
    background-color: #fff;
}

a.button.small {
  padding: 5px 15px;
}

a.button.no_margin {
  margin: 0;
}

a.button.red {
  background-color: red;
  border: 1px solid red;
}
a.button.red:hover {
    color: red!important;
    background-color: #fff;
}

a.button.green {
  background-color: green;
  border: 1px solid green;
}
a.button.green:hover {
    color: green!important;
    background-color: #fff;
}

.logout {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: right;
}


#table_div #table_div {
    clear: left;
}

#logged_timesheet {
  margin-bottom: 40px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px!important;
}

table tr {
    border-bottom: solid #ccc 1px;
}

table th {
    font-weight: bold;
    text-align: left;
}

table th, table td {
    padding: 8px 10px;
    vertical-align: middle;
}

table th.align-right, table td.align-right {
    text-align: right;
}

table td.total, td#total_hrs {
    text-align: right;
    font-weight: bold;
}

table.times input {
    width: 60px;
}

.form input.error, .form textarea.error, .form select.error {
    border-color: #e8128e !important;
}

#success_message {
    display: none;
}

#error_message {
    display: none;
    color: #e8128e;
}

#error_message.timesheet {
    float: left;
    margin-top: 7px;
    font-weight: bold;
}

#error_msg {
  color: #e8128e;
  font-weight: bold;
}

form.validate input {
  margin-right: 20px;
}

p.align-right {
    text-align: right;
}

dl {
    margin: 0;
    padding: 0;
}

dl dt {
    float: left;
    font-weight: bold;
    width: 140px;
    clear: left;
}

dt, dd {
    font-size: 1.1em;
    padding-bottom: 7px;
}

#flash_msg {
  padding: 10px 20px;
  border: solid red 1px;
  color: red;
  margin-bottom: 20px;
}


.print-only {
    display: none;
}

@media print {
    input {
        border: none;
    }

    .screen-only {
        display: none;
    }
    
    .print-only {
        display: block;
    }
    
    body {
        font-size: 10px;
    }
    
    .row {
      padding-bottom: 10px;
    }
    
    .copy {
        margin-bottom: 10px;
    }
    
    table th, table td {
        padding: 6px 10px;
        vertical-align: middle;
    }
}

/* 2020 refresh styles */

.header-block .site-navigation-list li.nav-links.last a {
    padding-right: 0 !important;
    border: none !important; 
}

@media (min-width: 992px) {
   
    .header-block h1.timesheets {
        margin: 30px 0 0; 
    }
        
    .header-block h1.timesheets img {
        padding-bottom: 0;
        background: none; 
    }
      
    .header-block h1 span {
        display: none; 
    } 
}
