﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.logo {
    height: 48px;
    width:auto;
}

.rep-logo {
    height: 71px;
    width: auto;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;

    
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

input[type=file].fileupload {
    /*width:0;
    height:0;
    overflow: hidden;
    visibility: hidden;*/
}

.fc-content .cal_app_item {
    background-color: #009ebb;
}
.fc-content .cal_app_overdue {
    background-color: #a30000;
}
.fc-content .cal_app_cancel {
    background-color: #754719;
}
.fc-content .cal_app_complete {
    background-color: #090;
}

.fc-content .cal_act_item {
    background-color: #C2DEE3;
}
.fc-content .cal_act_overdue {
    background-color: #CEB4B4;
}
.fc-content .cal_act_cancel {
    background-color: #B8B2AB;
}
.fc-content .cal_act_complete {
    background-color: #ABCCAB;
}

/* Stop jquery ui messing with bootstrap buttons */
.ui-widget button.btn {
    font-size: 14px;
}

 .nav-tabs {
    margin-bottom: 10px;
}

.statuspart {
    border-bottom:1px solid #B8B2AB;
    margin-bottom:9px

}

.field-irl {
    background-color: #fdc4a8;
}

.checkbox-irl {
    color: #ee7b48;
}

input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    margin-right: 4px;
    /* IE8-9 */
    line-height: normal;
}

.color-red {
    color: red;
}

#loader {
    background-color: #333;
    z-index: 1000 !important;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0.8;
}

#loaderData {
    position: absolute;
    top: 48%;
    left: 48%;
    margin: 0 auto;
    z-index: 1010 !important;
    opacity: 1;
    color:darkred;
    text-shadow: 1px 2px 4px #def, 0 0 0 #000, 1px 2px 4px #def;
}

#loaderText {
    position: relative;
    left: 0px;
    color: darkorange;
    font-weight: bold;
    text-shadow: 2px 2px 4px #670505;
}
.dtable_custom_controls {
    display: none;
    /*position: absolute;*/
    z-index: 50;
    margin-left: 40px;
    margin-top: 1px
}

.dtable_custom_controls .dataTables_length {
    width: auto;
    float: none
}
div.dataTables_length label {
    float: none !important;
    text-align: unset !important;
}
.margin20{
    margin-left:20px !important;
}
.btn-md {
    padding: 2px 4px;
    font-size: 12px;
    color:aliceblue !important;
    /*line-height: 1;
    border-radius: 0px;*/
}
.ui-widget-header {
    color: #333333;
}
#workflowindex td {
    /*max-width: 70px;*/
    /*min-width: 50px;*/
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
}
.tooltipjq {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color:black;
    color:white;
}
.aFont{
    font-size:0.8em;
}
.aFont p{
    padding:0;
    margin:0;
}

.tooltip {
    position: relative;
    display: inline-block;
    border: 1px solid white;
    background-color: #4a4a4a;
    color: #fff;
    border-radius: 6px;
    filter: alpha(opacity=80);
    opacity: 0.8 !important;
    z-index: 99;
}
.dtField{
    width:145px;
}
.digit{
    width:75px;
}
.extrainfo{
    position:relative;
    top:-10px;
    padding:9px;
    margin-bottom:10px;
}
.fontWeightNormal{
    font-weight: normal;
}
.marginRight15 {
    margin-right: 15px;
}

.colourBlack {
    color: black;
}
