﻿/*body, td, th, input, textarea {
    font-family: 'Lato', Segoe UI, Tahoma, Arial, sans-serif,'Wingdings';
    font-size: 11px;
    line-height: 19px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background-color: #DFDFDF;
}*/

.page-header-container {
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    font-size: 24px;
    color: #3c424f;
    font-weight: 700;
    line-height: 32px;
}

.page-header-text {
    height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    color: #3c424f;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 20px;
}

.timeline {
    position: relative;
    margin-left: 0px;
    padding-bottom: 10px;
}

.timeline .line {
    position: absolute;
    width: 1px;
    display: block;
    background: #000;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline-action-holder {
    height: 30px;
    margin-bottom: 5px;
}

.timeline-card-holder {
    width: 65px;
    margin-left: 60px;
}

.timeline-add {
    position: relative;
    display: block;
    width: 20px;
    text-align: center;
    margin-left: -40px;
    background-color: #FFF;
    font-size: large;
    font-weight: bold;
    padding-bottom: 5px;
    color: #0073C1;
    cursor: pointer;
}

.text-muted {
    color: #777;
}

.timeline-action {
    position: relative;
    font-size: 12px;
    display: block;
    color: #DFDFDF;
    border-radius: 10px;
    text-align: left;
    padding: 4px 8px 4px 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.timeline-bullet {
    position: relative;
    display: block;
    background-color: #000;
    width: 12px;
    height: 12px;
    content: '';
    margin-left: -36px;
    top: 50px;
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
}

.timeline-card-holder > .panel::before {
    position: absolute;
    display: block;
    top: 20px;
    left: -25px;
    content: '';
    width: 0px;
    height: 0px;
    border: 12px solid #0073C1;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.panel {
    position: relative;
    border-radius: 0px;
    border: 1px solid #0073C1;
    border-top: 8px solid #0073C1;
    text-align: center;
}

.panel-body {
    padding: 2px 2px 2px 2px;
    color: #777777;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.panel-body:after {
    clear: both;
}

.timeline-bullet > div {
    position: absolute;
    margin-left: -22px;
    margin-top: -4px;
    color: #C7384F;
    cursor: pointer;
    font-size: 14px;
}

/*.timeline-bullet > .bin-icon::before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.bin-icon:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.days-div {
    border: inherit;
    padding: 2px 2px 2px 2px;
    border: 1px solid #BDBDBD;
    border-radius: 3px;
    text-align: center;
    width: 40px;
    margin: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #FFF;
}

.communication-options {
    position: absolute;
    margin-left: 80px;
    top: 0;
    width: 700px;
    margin-top: -4px;
    text-align: left;
}

.inline-field {
    margin-bottom: 6px;
    vertical-align: middle;
}

.marisReport-status {
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    padding: 2px;
    width: 70px;
    background-color: #FFF;
}

.age-status {
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    padding: 2px;
    width: 70px;
    background-color: #FFF;
}

.age-status-setup {
    font-size: 14px;
    width: 120px;
}

.process-setup-save-button-top {
    padding:  0px 0px 8px 20px;    
}

.process-setup-save-button {
    padding: 18px 0px 0px 20px;
}

.no-info {
    color: #40a9e2;
    border-color: #40a9e2;
}

.marisIT-pending {
    color: #F5893A;
    border-color: #F5893A;
}

.marisIT-complete {
    color: #00a859;
    border-color: #00a859;
}

.current {
    color: #00a859;
    border-color: #00a859;
}

.days-30 {
    color: #49499B;
    border-color: #49499B;
}

.days-60 {
    color: #F5893A;
    border-color: #F5893A;
}

.days-90{
    color: #ED373D;
    border-color: #ED373D;    
}

.age-status-top-margin {
    margin-top: 30px;
}

.edit-button {
    
    margin-left: 5px;
}

.process-flow-td {
    vertical-align: middle;
    padding-left: 4px;
    padding-top: 5px;
}

.status-blue {
    color: #40a9e2;
    border-color: #40a9e2;
}

.status-green {
    color: #00a859;
    border-color: #00a859;
}

.status-purple {
    color: #49499B;
    border-color: #49499B;
}

.status-orange {
    color: #F5893A;
    border-color: #F5893A;
}

.status-red {
    color: #ED373D;
    border-color: #ED373D;
}

.status-grey {
    color: #3c424f;
    border-color: #3c424f;
}

.status-light-grey {
    color: #777;
    border-color: #777;
}