h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-weight: 200;
    line-height: 1.0;
    color: inherit;
    vertical-align: top;
}

html, body {
    height: 100%;
    background: #fff;
    font-family: "Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #373737;
    font-weight: 200;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

/* Styles for basic forms
-----------------------------------------------------------*/

header {
    margin: 0;
    font-size: 20px;
    background: #373737;
    color: #fff;
}

header a {
    color: #fff;
    text-decoration: none !important;
}

.maintitlebar {
    margin: 0;
    font-size: 20px;
    background: #373737;
    color: #fff;
}

.titlebar {
    background: #1c86d1;
    color: #fff;
    position: relative;
    margin-bottom: 0px;
}

.ra-well-title {
    font-size: 20px;
    line-height: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin: -5px -19px 13px;
    padding: 0 19px 0.7222em;
}

.ra-section {
    margin-bottom: 20px;
}

.checkboxes label {
    display: block;
    float: left;
    padding-right: 10px;
    white-space: nowrap;
}

.checkboxes input {
    vertical-align: middle;
}

.checkboxes label span {
    vertical-align: middle;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

input[type="text"], input[type="password"], input[type="date"], input[type="search"], input[type="textarea"] {
    width: 30em;
    vertical-align: middle;
    border: .0625rem solid #b3b3b3;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.c-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.c-panel-default {
    border-color: #ddd;
}

.panel-default-square {
    border-radius: 0px;
}

.pagefocustitle {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pageheadertitle {
    padding-top: 4px;
    padding-bottom: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.pageheadersubtitle {
    font-size: 16px;
    padding-top: 4px;
    padding-bottom: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#content {
    padding-bottom: 43px; /* Height of the footer element */
}

#footer {
    width: 100%;
    /*height: 43px;*/
    position: absolute;
    bottom: 0;
    left: 0;
}

#footerimage {
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: right;
}

.ctc-button {
    color: #fff !important;
    background: #1c86d1;
    border-top: 1px solid #a0a0a0;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    padding: 8px;
    min-width: 150px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    vertical-align: middle;
    outline-style: none;
    white-space: pre;
    -moz-appearance: button;
    text-rendering: optimizeLegibility;
    -moz-transform-origin: 60px 18px;
    -moz-perspective-origin: 60px 18px;
}

.ctc-button:hover {
    background: #092f49;
}

.ctc-button:active {
    background: #84bd00;
}

.jobWarning {
    height: 24px;
    vertical-align: middle;
    margin-left: 10px;
}

.jobWarningMessage {
    display: none;
    padding: 10px;
    border: 1px solid #c4c4c4;
    box-shadow: 5px 5px #c4c4c4;
    max-width: 300px;
    background-color: #f9f9f9;
    color: #090909;
    position: fixed;
    z-index: 1001;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=5, OffY=5, Color=#c4c4c4);
}


.planneddelmethodimg {
    height: 32px;
    width: 32px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.plannedmethodtext {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    vertical-align: middle;
}

#page.login form {
    display: inline-block;
    text-align: left;
    position: relative;
    margin: 10px 0;
}

#page.login form div {
    margin: 0 0 10px 0;
    text-align: left;
}

#page.login label {
    display: inline-block;
    width: 200px;
    text-align: left;
    margin: 0 10px 0 0;
    vertical-align: middle;
    font-weight: 400;
}

#page.login input {
    width: 400px;
    margin: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[disabled], button[disabled], button.ctc-button[disabled],
input[disabled]:hover, button[disabled]:hover, button.ctc-button[disabled]:hover {
    background: #e6e6e6 !important;
    color: #909090 !important;
    cursor: default;
}
