﻿html, body {
    height: 100%;
}
body {
    padding-top: 50px;
    font-family: CenturyGothic !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: CenturyGothic !important;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
}

#outside-content {
    margin-bottom: 45px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
    color: inherit;
    font-family: CenturyGothic !important;
}

.KPI-table td {
    border-top: 0px !important;
    padding-top:3px !important;
    padding-bottom: 3px !important;
}

.KPI-table .text-right {
    padding-right: 5px;
}
.KPI-table .text-left {
    padding-left: 5px;
}

.KPI-week-detail-table {
    font-size: 12px;
}

.KPI-week-summary-cell {
    border-top: none;
}

.KPI-Day-Cell {
    color: white;
}

.KPI-Day-Cell-Mobile {
    padding-top: 5px;
    padding-bottom: 5px;
}

.bg-grey {
    background-color: #EDEDED;
}

.bg-danger, td.danger {
    background-color: #ff0039 !important;
    color: white !important;
}

.bg-warning, td.warning {
    background-color: #ff7518 !important;
    color: white !important;
}

.bg-success, td.success {
    background-color: #3fb618 !important;
    color: white !important;
}

#KPIPrintableTable table {
    width: 100%;
}


#KPIPrintableTable table > td th {
    padding: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.firm-performance-summary-card {
    background: white;      
      
}

.firm-performance-summary-card td {
    border: none !important;
}


.performance-report-section-grouping td  {
    /* background: #CDCDCD; */
    text-align: left !important;
    font-style:italic;
    font-weight:bold;
}

.performance-report-section-header td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: 600;
    text-align: left;
}

.performance-report-attorney-row td {
    text-align: right;
}

.performance-report-header th {
    text-align: right;
    border-bottom: 2px solid black !important;
}

.infoDiv {
    width: 400px;
    /*height: 120px;*/
    line-height: 15px;
    vertical-align: middle;
    padding-top: 25px;
    border: 2px solid black;
    background-color: white;
    position: fixed;
    z-index: 9999;
    text-align: left;
    left: 50%;
    margin-left: -200px;
    padding-left: 10px;
    padding-right: 10px;
    top: 20%;
}

.mobile-hours-table {
    position: fixed;
    /*width: 80%;*/
    top: 110px;
    background-color: white;
    border: 2px solid black;
    z-index: 9999;
}

#KPI-detail-show-div {
    position: absolute;
    width: 100%;
    background: white;    
    color: #333333;
    border: none;    
    margin-bottom: 20px;
    z-index:9999999;
}

.KPI-week-detail {
    border: 1px solid black;
}

#KPI-WIP-Detail {
    position: absolute;
    width: 100%;
    background: white;    
    color: #333333;
    border: 1px solid black;
    margin-left: -15px;
    margin-top: -250px;
    margin-bottom: 20px;
    z-index:9999999;
    top: 350px;
}

.KPI-WIP-detail-close {
    position: absolute;
    right: 4px;
    top: 4px; 
    background: white;
}

.KPI-week-detail-close {
    position: absolute;
    right: 4px;
    top: 4px; 
    background: white;
}

.KPI-week-detail-close :hover{
    cursor:pointer;    
}


#KPI-detail-show-div table {
    margin: 0px;
}

.kpi-border {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid black;
    background: #efefef;
}

.kpi-icons {
    padding-left: 5px;
    padding-right: 5px;
    height: 405px;
}

.kpi-card-no-hover {
    padding-top: 10px;
    background: #EDEDED;
    height: 395px;
}

.kpi-card {
    padding-top: 10px;
    background: #EDEDED;    
    height: 395px;
}

.kpi-card-filler {
    padding-top: 10px;
    height: 375px;
}

.kpi-card h2,
.kpi-card-no-hover h2,
.attorney-name {
    font-size: 28px;
    margin-top: 14px;
}

.kpi-card:hover {
    background: #CECECE;
    cursor: pointer;
}

.hours-report {
    margin-top: 0px;
    font-size: 18px;
    height: 270px;
}

.info-icon {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 20px;
}

.close-icon {
    position: absolute;
    top: 3px;
    right: 5px;
}

.close-icon:hover {
    cursor: pointer;
}

#outside-content {
    min-height: 100%;
    padding-top: 37px;
    padding-bottom: 50px;
    margin-bottom: -50px;
}
#outside-content::after {
    content: "";
    display: block;
    height: 50px;
}

.BonusWorksheetHeader td {
    font-weight: 600;
    vertical-align: bottom !important;
}

#Fixed-Header-Div {
  background: white none repeat scroll 0 0;
  position: fixed;
}

td.KPI-week-summary-cell:hover {
    cursor: pointer;
}

.budget-actual-sticky-table {
    margin-bottom: 3px;
}

/*.table-row-border-bottom > td {
    border-top: none !important;
    border-bottom: 1px solid black !important;
}

.table-row-border-top-bottom > td {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}*/

.table-column-border-bottom {
    border-top: none !important;
    border-bottom: 1px solid black !important;
}

.table-column-border-top-bottom {
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.table-column-no-border {
    border: none !important;
}

/*.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: none;
}*/

.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
    border: none;
    padding: 2px;
}

.overview-summary-header-row h4 {
    margin-bottom: 0px;
    font-weight: 600;
}

.wide-modal {
    width: 85%;
}

.dashboard-footer {
    width: 100%;
    background: #EBEBEB;
    /*border-top: 1px solid #CDCDCD;*/
    color: black;
    position: fixed;
    bottom: 0;
    z-index: 2;
}

.no-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}
.no-side-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.dashboard-footer a {
    color: black;
    text-decoration: none;
}

.footer-inner {
    width: 100%;
    padding: 4px;
    text-align: center;
    border-top: 1px solid white;
}

.dashboard-footer a:hover {
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

.xs-footer {
    font-size: 10px;
}

.xs-footer a {
    color: black;
    text-decoration: none;
}

.dashboard-success {
    padding:5px 15px;
}

.dashboard-danger {
    padding:5px 15px;
}

.tranch-line input {
  padding-left: 5px;
  padding-right: 5px;
}

.attorney-detail-iper-button {
  margin-top: -5px;
  margin-left: 5px;
}

.attorney-detail-icon:hover{
  cursor: pointer;
}

.attorney-detail-name {
    white-space: nowrap;
}

.attorney-detail-name::before {
    font-family: 'FontAwesome';
    content: "\f05a";
}

.attorney-detail-name-print {
    white-space: nowrap;
}

.attorney-detail-name:hover{
  cursor: pointer;
}
.body-margin {
    float: left;
    width: 100%;
    height: 200px;
    position: relative;
}

.attorney-detail-div {
    /*background: #dddddd none repeat scroll 0 0;  */
    background-color: #dddddd;
    margin-left: 60px;
    margin-top: -50px;
    padding: 10px;
    position: absolute;
    width: 50%;
    z-index: 99;
}

.attorney-detail-div table {  
  margin-bottom: 0;
}

.attorney-detail-close {
  position: absolute;
  right: 10px;
}

.attorney-detail-close:hover{
  cursor: pointer;
}

.overview-filter-selection {
  margin-top: 2px;
  background:  white;
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  min-height: 34px;
}

.overview-filter-selection:hover {
    background: #c4c4c4;
}

.overview-filter-selection:hover .overview-filter-expand {
    background: #c4c4c4;
}

.overview-filter-dept {
  margin-left: 15px;
}

.overview-filter-loc {
    margin-left: 15px;
}

.overview-filter-selected {
    background: #dff0d8;
}

.overview-filter-selected .overview-filter-expand {
    background: #dff0d8;
}

.overview-filter-selected:hover {
    background: #a4d491;
}

.overview-filter-selected:hover .overview-filter-expand {
    background: #a4d491;
}

.overview-filter-expand {
  background: white;
  border: none;
  float: right;
  font-size: 22px;
  margin-right: -5px;
  margin-top: -5px;
  width: 40px;
  height: 32px;
}

.overview-filter-selected:before {
   font-family: FontAwesome;
   content: "\f058";
   display: inline-block;
   padding-right: 3px;
}

.loading-grey-screen {
    background: black;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
    cursor: wait;
}

.loading-text {
	text-align: center;
	padding-top: 100px;
    cursor: wait;    
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20001;
	font-size: 200%;
    color: white;
}

#UploadText {
    position: fixed;
    width: 500px;
    top: 50%;
    left: 50%;
    margin-left: -250px;    
    margin-top: -200px;
    opacity: 1;
    cursor: wait;
    text-align: left;
    font-size: 100%;
    z-index: 20001;
    color: white;
}

#filterColumn {
    padding-bottom: 10px;
}

.drop-zone-wrapper {    
    position: relative;
    height: 50%;
    width: 100%;
    text-align: center;    
    background: #CDCDCD;
    padding: 0;
    border-radius: 15px;
    margin-bottom: 40px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}



.drop-zone-wrapper:hover {
    background: #C4C4C4;
}

.FileOver {
    background: #B8D4C1;
}

.dropzone {
    background: none !important;
}

#dropzoneForm {
    width: 100%;
    height: 100%;
    border: 0px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    min-height: 250px;
}

#dropzoneFormAlt {
    width: 100%;
    height: 100%;
    border: 0px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 250px;
}

#dropzoneForm .dz-preview {
    display:block;
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
    border: 0;
    box-shadow: 0 0;
    margin: 0;
}
.dropzone .dz-preview .dz-details {
    background: transparent;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    font-size: 1.5rem;
    text-align: left;
}
#refresh {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
    opacity: .7;
}
#dropzoneForm .dz-message {
    display: none;
}

#hiddenDiv {
    display: none;
}

#hiddenDiv .dz-preview .dz-filename {
    height: auto;
}
#hiddenDiv .dz-preview .dz-progress {
    position: relative;
    top: 0px;
    display: none;
}
#hiddenDiv .dz-preview .dz-details img {
   display: none;
}
#hiddenDiv .dz-preview .dz-details .dz-size {
   display: none;
}

.alert {
    margin-bottom: 12px;
}

.alert-info {
  background-color: #E6E68A !important;
  border-color: #B8B86E !important;
  color: #333333 !important;
}

.text-150 {
    font-size: 150%;
}

.text-white {
    color : #FFFFFF; 
}

.text-warning {
    color: #ff7518;
}

.text-danger {
    color : #ff0039;
}

.text-brand {
    color : #A60E22; 
}

.text-brand-dark-grey {
    color : #363636;
}

.border-brand-dark-grey {
    border-color : #363636;
}

.btn-brand {
    background-color:  #A60E22;
    color: white;
}

.btn-darkgreen {
  color: #ffffff;
  background-color: #27710f;
  border-color: #27710f;
}
.btn-darkgreen:hover,
.btn-darkgreen:focus,
.open > .dropdown-toggle.btn-darkgreen {
  color: #ffffff;
  background-color: #2f8912;
  border-color: #2c8011;
}

.btn-brand-dark-grey {
    background-color: #363636;
    color: white;
}

.btn-brand-dark-grey:hover {
  background-color: black !important;
}

.btn-brand-medium-grey {
    background-color: #737373;
    color: black;
}

.btn-brand-medium-grey:hover {
  background-color: #363636 !important;
}

.btn-brand-light-grey {
    background-color: #EBEBEB;
    color: black !important;
}

.btn-brand-light-grey:hover {
  background-color: #CDCDCD !important;
  color: black !important;
}

.clientCollectedDollarsBtn, .feesBilledBtn, .collectedDollarsBtn, .kpiBillableModalBtn {
    cursor: pointer;
}

.open > .dropdown-toggle.btn-brand-light-grey {
  background-color: #737373 !important;
  color: black !important;
}

.text-brand-medium-grey {
    color : #737373;
}

.text-brand-light-grey {
    color : #EBEBEB;
}

.top-menu-button {
    margin-bottom: 2px;
}

#right-panel {
    min-height: 300px;
    background: #EBEBEB;
    border-left: 1px solid #d0112b;
}

div.Tokenize {
    width:  100%;
}

div.TokenizeMeasure, div.Tokenize ul li span, div.Tokenize ul.TokensContainer li.TokenSearch input {
    font-family: inherit;
    font-size: 16px;
}

div.Tokenize ul.TokensContainer li.Token {
    background-color: #EBEBEB;
    position: relative;
}

div.Tokenize ul.TokensContainer li.Placeholder {
    font-size: 20px;
}

div.Tokenize ul.TokensContainer li.Token, div.Tokenize ul.TokensContainer li.TokenSearch {
    height: 24px;
}

div.Tokenize ul.TokensContainer {
    height: inherit;
    min-height: 40px;
}

.IPERButton {
  font-size: 12px;
  padding: 0 4px;
  position: absolute;
  right: 22px;
  border: 1px solid black;
  margin-top: 1px;
}

div.overview-xs-summary hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

#practiceGroupList .Token {
  width: 95%;
}

#attorneyFilter .Token {
  width: 95%;
}

.Token > span {
  float: left;
  overflow: hidden;
  width: 90%;
}



#HeaderImage {
    height: 34px;
    margin-top: 9px;
    margin-right: 5px;
    margin-left:5px;
}

#associateImage {
    margin-top:10px;
}

#associateImage img {
    border:3px solid #ffffff;
    border-radius:250px;
}

.navbar {
    background: #363636;
    border-bottom: 1px solid #d0112b;
}

.navbar-default .navbar-nav > li > a {
    color: black;
}

.nav-tabs {
    text-align: center;
    border-bottom: 0px solid #fff !important;
    background: #f5f5f5;
}

.nav-tabs > li {
    margin: 0;
    padding: 0;
    background:#f5f5f5;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #59595a;
    background-color: #f5f5f5;
    border-bottom: 0px solid #cccccc;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #d0112b;
    border-bottom: 3px solid #d0112b;
    border-top:0 solid #fff;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    background:#f5f5f5;
}

.grey-btn {
    background: #EBEBEB;
    color: black !important;
}

    .grey-btn:hover, .grey-btn:active {
        background: #CDCDCD;
        color: black;
    }

.open > .grey-btn {
    background: #CDCDCD;
    color: black;
}

.grey-btn:active {
    background: #CDCDCD;
    color: black !important;
}

#dollarsbutton {
    border-right:0px solid #000 !important;
}

#hoursbutton {
    border-left:0px solid #000 !important;
}

#dollarsTab > .list-group > .list-group-item > .row > .col-xs-3 > .nav-tabs > li > a,
#dollarsTab > .list-group > .list-group-item > .row > .col-xs-3 > .nav-tabs > li > a:hover,
#dollarsTab > .list-group > .list-group-item > .row > .col-xs-3 > .nav-tabs > li > a:focus,
#dollarsTab > .col-xs-12 > .nav-tabs > li > a,
#dollarsTab > .col-xs-12 > .nav-tabs > li > a:hover,
#dollarsTab > .col-xs-12 > .nav-tabs > li > a:focus {
    padding-top: 7px;
    padding-bottom: 7px;
}

#dollarsTab > .list-group > .list-group-item > .row > .col-xs-3 > .nav-tabs > li.active > a,
#dollarsTab > .list-group > .list-group-item > .row > .col-xs-3 > .nav-tabs > li.active > a:hover,
#dollarsTab > .list-group > .list-group-item > .row > .col-xs-3 > .nav-tabs > li.active > a:focus,
#dollarsTab > .list-group > .list-group-item > .row > .col-xs-4 > .nav-tabs > li.active > a,
#dollarsTab > .list-group > .list-group-item > .row > .col-xs-4 > .nav-tabs > li.active > a:hover,
#dollarsTab > .list-group > .list-group-item > .row > .col-xs-4 > .nav-tabs > li.active > a:focus,
#dollarsTab > .col-xs-12 > .nav-tabs > li.active > a,
#dollarsTab > .col-xs-12 > .nav-tabs > li.active > a:hover,
#dollarsTab > .col-xs-12 > .nav-tabs > li.active > a:focus {
    color: #59595a;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 0px solid #cccccc;
    background: #dddddd;
    margin-right: 0;
    font-weight: 600;
}

.vertRight > li.active::after {
    content: "";
    position: absolute;
    border-style: solid;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0;
    top: 13px; /* controls vertical position */
    left: -10px; /* value = - border-left-width - border-right-width */
    bottom: auto;
    border-width: 8px 10px 8px 0;
    border-color: transparent #dddddd;
}

.vertLeft > li.active::after {
    content:"";
    position:absolute;
    border-width:8px 0 8px 10px; /* vary these values to change the angle of the vertex */
    border-style:solid;
    border-color:transparent #dddddd;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
    top: 13px; /* controls vertical position */
    right: -10px; /* value = - border-left-width - border-right-width */
    bottom:auto;
    left:auto;
    z-index: 2;
}

#filterTabDropContents
{
    min-width: 100px;
    padding: 0;
}

#filterTabDropContents > li > a
{
    font-size: 15px;
    font-weight: 300;
    line-height: 26.5px;
    border-bottom: 1px solid #515151;
}

/*#filterTabDropContents > li > a:hover
{
    background-color: rgb(245, 245, 245);
}*/

#filterTabDropContents > li.active > a
{
    font-weight: 600;
}

#dollarsTab > .list-group > .list-group-item
{
    padding: 0;
}

#dollarsTab > .list-group > .list-group-item > .row > .col-xs-3,
#dollarsTab > .list-group > .list-group-item > .row > .col-xs-4,
#dollarsTab > .list-group > .list-group-item > .row > .col-xs-8,
#dollarsTab > .list-group > .list-group-item > .row > .col-xs-9
{
    padding: 0;
    margin: 0;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group 
{
    margin: 0;
}

#dollarsTab > .list-group > .list-group-item> div > div > div > div > .list-group > .list-group-item > h2,
#hoursTab > .list-group > .list-group-item > h2,
#dollarsTabDiff > div > .list-group > .list-group-item > h2 {
    margin-top: 0;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-danger,
#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-success {
    width: 133.3%;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-danger > .row > h5,
#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-danger > h5,
#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-success > .row > h5,
#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-success > h5,
#dollarsTabAmt > div > .list-group > .list-group-item-success > h5
 {
    padding-right: 30%;
    margin-top: 0;
    margin-bottom: 0;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .leftlabel {
    position: relative;
    left: -33.3%;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .leftlabel > .row > h5,
#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .leftlabel > h5
 {
    position: relative;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#hoursTab > .list-group > .list-group-item-danger > .row > h5,
#hoursTab > .list-group > .list-group-item-success > .row > h5 {
    margin-top: 3px;
    margin-bottom: 3px;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-danger > .row > h5.text-danger,
#hoursTab > .list-group > .list-group-item-danger > .row > h5.text-danger {
    color: #d0112b;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item > h4,
#hoursTab > .list-group > .list-group-item > h4 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item > h5,
#hoursTab > .list-group > .list-group-item > h5,
#dollarsTabAmt > div > .list-group > .list-group-item > h5 {
    margin: 0;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-danger,
#hoursTab > .list-group > .list-group-item-danger {
    line-height: 5px;
    padding-bottom: 0;
    background-color: #d0112b;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-success,
#hoursTab > .list-group > .list-group-item-success {
    line-height: 5px;
    padding-bottom: 0;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-danger > .row,
#hoursTab > .list-group > .list-group-item-danger > .row {
    padding-top: 0;
    line-height: 5px;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-danger > h5,
#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-success > h5 {
    text-align: center;
    padding-top: 5px;
    height: 29px;
}

#dollarsTab > .list-group > .list-group-item > div > div > div > div > .list-group > .list-group-item-success > .row,
#hoursTab > .list-group > .list-group-item-success > .row {
    padding-top: 0;
    line-height: 5px;
}

.TabDescHeader {
    font-weight: 600;
    line-height: 21.42px;
    background-color: rgb(235, 235, 235);
    text-align: center;
    border: 1px solid #d0112b;
    padding: 8px 4px 8px 4px;
}

.col-timeSpan {
    padding-left: 30px;
}

.col-curVal {
    text-align: center;
}

.col-link {
    color: #737373;
    text-align: right;
    padding-right: 15px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #d0112b;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #d0112b;
}

.dropdown-menu {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar-default .navbar-toggle {
  float: right;
  margin-left: 10px;
  margin-right: 3px;
  background: #666666;
}

.has-error .help-block, .has-error .control-label, .has-error .form-control-feedback {
  color: #d0112b;
}

.has-error .form-control, .has-error .form-control:focus, .has-error .input-group-addon {
  border: 1px solid #d0112b;
}

.alert-danger {
  color: white;
  background-color: #d0112b;
}

.btn-danger {
  background-color: #d0112b;
  border: 1px solid #d0112b;
}

.btn-danger:hover {
  background-color: #A60E22;
}

.bonus-worksheet-top-row h4 {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
}


.bonus-worksheet-top-row h5 {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.horizontal-line {
    padding: 0;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: darkgray;
    border-style: solid none;
    border-width: 1px 0;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 80%;
    /*border: 0;*/
}

.table > tbody > tr.danger > td {
    background-color: #d0112b;
}

.table > tbody > tr.danger:hover > td {
    background-color: #A60E22;
}

table.directory-listing td {
    padding: 4px 2px 4px 2px !important;
    vertical-align: middle !important;
    font-size: 14px;
    line-height: 15px !important;
}

table.user-downloads {
    margin-bottom: 0px !important;
}

table.user-downloads > thead > tr > th, table.user-downloads > tbody > tr > th, table.user-downloads > tfoot > tr > th, table.user-downloads > thead > tr > td, table.user-downloads > tbody > tr > td, table.user-downloads > tfoot > tr > td {
    border-top: none !important;
    border-bottom: 1px solid #DDDDDD;
    padding: 0px !important;
}

table.directory-listing td.icon-column {
    width: 60px;
}

table.directory-listing td.checkbox-column {
    width: 30px;
    text-align: right;    
}


table.directory-listing img {
    height: 40px;
}

.directory-item-name {
    font-weight: 700;
}

.directory-item-properties {
    color: #737373;
    font-size: 14px;
}

tr.directory-item-selected td {
    background: #E2D1D4;
    border-top: 1px solid #737373 !important;   
    border-bottom: 1px solid #737373 !important;   
}

tr.directory-item-selected:hover td {
    background: #D6C9CB !important;
}

.big-screen-search {
    margin-top: 8px;
    margin-right: 10px;
    width: 400px;
}
a.SearchFoundInFolder {
    text-decoration: none !important;
    color: black;
}

a.SearchFoundInFolder:hover {
    text-decoration: none !important;
    color: blue;
}

#BigScreenSearch {
    height: 34px;
    width: 250px;
    float: right;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.header-search {
    height: 34px;
}

#sticky-breadcrumb {
    border-bottom: 1px solid white;
    background: #EBEBEB;
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 1005;
}

.selected-buttons-stickytop {
    position: fixed !important;
    top: 83px !important;
    background: white;    
    z-index: 1040;
    padding: 3px 0px 2px 0px;
    border-bottom: 1px solid #d0112b;
}

.selected-buttons-stickytop select-all-checkbox {
    display: none;
}

#bonusModal > .modal-dialog > .modal-content > .modal-body {
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb, #lnkDashboardBreadCrumb {
    background: #EBEBEB;
}

ul.breadcrumb {
    margin-bottom: 0;
    padding: 0;
}

ul.breadcrumb a, #lnkDashboardBreadCrumb {
  color: black;
  display: block;
  padding: 8px 7px 8px 4px;
  text-decoration: none;
}

ul.breadcrumb a:hover, #lnkDashboardBreadCrumb:hover {
    background: #CDCDCD;
}

li.active > a {
    color: #d0112b !important;
    background: #CDCDCD;
}


ul.breadcrumb i, #lnkDashboardBreadCrumb i {
    margin-left: 2px;

}

.breadcrumb > li + li:before {
   content: none;
}

.table-clicker > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  cursor: pointer;
}

.table-clicker a {
  text-decoration: none;
}

.table-clicker a:hover {
  text-decoration: none;
}

.shared-listing > thead > tr > th {
    border-bottom: 0px !important;
}

.spacer-4 {
    margin-top:2px;
    margin-bottom:2px;
}

.spacer-6 {
    margin-top:3px;
    margin-bottom:3px;
}

.spacer-8 {
    margin-top:4px;
    margin-bottom:4px;
}

.spacer-10 {
    margin-top:5px;
    margin-bottom:5px;
}

.spacer-12 {
    margin-top:6px;
    margin-bottom:6px;
}

.spacer-14 {
    margin-top:7px;
    margin-bottom:7px;
}

.spacer-16 {
    margin-top:8px;
    margin-bottom:8px;
}

.spacer-top-20 {
    margin-top:20px;    
}

.spacer-top-30 {
    margin-top:30px;    
}

.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.navbar-brand {
    padding: 0;
    margin: 0px !important;
}

.message-icons {
    height: 24px;
}

.message-icon-link {
    height: 80px;
}

.message-icon-td {
  font-size: 24px;
  width: 20px;
  padding: 2px 0 !important;
}

a.back-link {
    text-decoration: none;
}

a.back-link:hover {
    text-decoration: none;
}

a.back-link i{
    font-size: 20px;
}

hr.pm-breadcrumb {
  margin-top: 5px;
  margin-bottom: 10px;
}

.validation-summary-errors ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.body-login-admin {
    padding-top:10px;    
    background: #FFFFFF;
}

.form-horizontal .control-label {
  padding-right: 0px;
}

.navbar {
    background: white;
    border-bottom: 1px solid #EBEBEB;
}

.navbar-toggle  {
    /*background: white;*/
    z-index: 5;
}

.navbar-default .navbar-toggle:focus {
    background-color: black;
    border: 1px solid #CDCDCD;
}

.navbar-default .navbar-toggle:hover {
    background-color: black;
    border: 1px solid #EBEBEB;
}

.navbar-nav .badge {
    background: #73A839;

}

.box-shadowed {
    box-shadow: 0px 5px 5px #CCCCCC;
}

.select-all-checkbox {
    float: right;
    margin-top: 3px;
    margin-right: 2px;
}

/*input[type="checkbox"]{
  display:none;
}
input[type="checkbox"]+label{
  cursor:pointer;
}
input[type="checkbox"]+label:before,input[type="radio"]+label:before{
  content:"";
  display:inline-block;
  height:19px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  width:19px;
}
input[type="checkbox"]+label:before{
  background:url(/Content/images/checkbox-sprite.png)left top no-repeat;
}
input[type="checkbox"]:hover+label:before{
  background:url(/Content/images/checkbox-sprite.png)-39px top no-repeat;
}
input[type="checkbox"]:checked+label:before{
  background:url(/Content/images/checkbox-sprite.png)-19px top no-repeat;
}*/
.f-group {
    margin-bottom: 30px;
    height: 50px;
}
.form-error {
    display:none;
    color:#d0112b;
    clear:both;
}
.twitter-typeahead {
    width: 100%;
}
.secure-tag {
    background-color: #d0121d;
    border-radius: 3px;
    margin: 3px 0px 3px 3px;
    padding: 3px 5px;   
}
.tree-wrapper {
    background-color: #ebebeb;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1em;
}

.jstree-default .jstree-wholerow-hovered {
  background: #CDCDCD;
}

.jstree-default .jstree-wholerow-clicked {
  background: #d6c9CB;
}

li.jstree-loading :hover { cursor: wait; }

.pageStatus {
    padding-right: 5px;
    width: 100%;
    background-color: #d0112b;
    color: #ffffff;
}

.summaryPanel, .summaryPanel > .panel-heading {
    border: none;
    background-color: #d0112b;
}

.summaryPanel > .panel-footer {
    background-color:  #ffffff;
    text-align: right;
}

.summaryPanel > .panel-footer > .label-danger {
    background-color:  #ffffff;
    color: #d0112b;
    font-size: 1em;
}

#summaryLegend {
    width: 100%;
}

#summaryLegend > thead > tr > th, #summaryLegend > tbody > tr > td {
    width: 33%;
    text-align: center;
}

#summaryLegend > thead > tr > th {
    border-bottom: solid;
}

.iperSubHead {
    font-weight: bold;
}

.iperSectionDivision {
    background-color: #EEEEEE;
}

.iperBigSectionDivsion {
    background-color: rgb(54, 54, 54);
}

.webGridHeader > th > a {
    color: #a5061c;
}

.kpi-grid-header {
    font-size: 25px;
    font-weight: normal;
}

.webGridRow > td > a, .webGridRowAlt > td> a {
    color: rgb(51, 51, 51);
}

.webGridFooter {
    font-weight: bold;
    text-align: right;
}

.highlightRow, .highlightRow > td > a {
    color: #a5061c;
    background-color: #DDDDDD;
}

.employeeColumn {
    width: 24.3%;
}

.underBudgetColumn {
    width: 0.1%;
}

.deptColumn {
    width: 23.3%;
}

.lastWeekColumn {
    width: 10.8%;
}

.weeklyBudgetPctColumn {
    width: 10.8%;
}

.monthToDateColumn {
    width: 12.7%;
}

.monthlyBudgetPctColumn {
    width: 17.3%;
}

#areaChart {
    height: 215px;
}

#donutRow {
    min-height: 300px;
}

#shareHolderDonut {
    height: 200px;
}

#donutRow .k-chart {
    height: 200px;
}

.totalHours a {
    color: #a5061c;
    text-decoration: underline;
}

.k-header .k-dropdown-wrap {
    border-color: #a5061c;
    border-radius: 0;
    background-color: #FFFFFF;
}

.k-list-container {
    border-color: #a5061c;
    border-radius: 0;
}

.k-list>.k-item {
    background-color: #FFFFFF;
}

.k-list>.k-state-selected {
    background-color: #a5061c;
    border-color: #a5061c;
}

.k-list>.k-state-selected.k-state-hover {
    color: #FFFFFF;
}

#outside-content > div > div > div:nth-child(3) > div > a{
    margin: 0 0 0 -17px;
}

.attorney-detail-icon {
    font-size: 18px;
}

.comp-row-toggle {
    color: #333333;    
}

.comp-row-toggle:hover {
    color: #333333;
    cursor: pointer;
}

.comp-row-toggle:focus {
    color: #333333;
    cursor: pointer;
}

.comp-row-toggle:before {
    padding-right: 10px;
    font-family: 'FontAwesome';
    content: "\f139";    
}

.comp-row-toggle.collapsed:before {
    content: "\f13a";
}

@media (max-width: 768px) {
    .kpi-card, 
    .kpi-card-no-hover {
    	padding-top: 10px;
	    background: #EDEDED;
	    height: auto;
	    margin-bottom: 5px;
	    padding-bottom: 1px;
    }
    
    .firm-performance-summary-card {
    background: #EBEBEB;        
    margin-bottom: 10px;
    }

    .kpi-card h1,
    .kpi-card-no-hover h1 {	    
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .kpi-card h2,
    .kpi-card-no-hover h2,
    .attorney-name {
	    font-size: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .fa-2x {
	font-size: 34px;
    }

    .attorney-detail-div {
        margin-top: -50px;
        margin-left:auto;
        margin-right: auto;
        position: absolute;
        width: 400px;
    }

    #lnkDashboardBreadCrumb {
        display: none;
    }

    .wide-modal {
        margin:0px;
        margin-top: 10px;
        width: 100%;
    }

    .container {
        padding: 0;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-brand {
        left: 3px;
        position: absolute;
        top: 0;
    }

    ul.breadcrumb{
        padding-left: 10px;
        padding-right: 5px;
    }

    .no-padding-left {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-padding-right {
        padding-left: 0px;
        padding-right: 0px;
    }

    ul.breadcrumb {
        padding-left: 0px;
        padding-right: 0px;
    }

    .col-lg-12 {
        padding-left:0px;
        padding-right:0px;
    }

    h5.col-xs-offset-3 {
    width: 133%;
    align-content: center;
    margin-left: 0px;
}
    li.list-group-item-success {
    height: 30px;
}

    .list-group > .list-group-item-danger > .row > h5, #hoursTab > .list-group > .list-group-item-success > .row > h5 {
    margin-top: -13px;
    margin-bottom: 3px;
}
}

@media (max-width: 767px) {
    .kpi-icons {
        height: auto;
    }
}

@media (max-width: 970px){
    .bonus-worksheet-top-row h4 {
        font-size: 14px;
    }

    
    .bonus-worksheet-top-row h5 {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .infoDiv {
        width: 320px;
        margin-left: -160px;
        padding-left: 10px;
        padding-right: 10px;
        top: 20%;
    }
}

/* Slideout Styles ========================================================================== */

#left-nav {
    padding: 10px;
    color: #fff;
}

#range > h3 {
    margin-top: 10px;
}

.slideout-menu {
  background: white;
  bottom: 0;
  display: none;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0px;
  width: 300px;
  z-index: 20000;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #ebebeb;
}

.slideout-panel {
  position: relative;
  z-index: 1; 
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; 
}
.slideout-open .slideout-menu {
  display: block; 
}

.page-wrapper {
  background-color: #fff; 
}
.drag-icon {
    position: absolute;
    top: 88px;
    left: 0;
    overflow: hidden;
}
.drag-box {
    margin-left: -220px;
    position: relative;
    z-index: 2000;
    transition-duration: 0.8s;
}
.drag-box.show {
    margin-left: 0;
}
.spin-icon {
    background-color: rgba(165, 6, 28, 0.5);
    position: fixed;
    padding: 7px 10px 7px 13px;
    border-radius: 0 20px 20px 0;
    font-size: 16px;
    top: 100px;
    right: 0;
    width: 40px;
    color: #fff;
    cursor: pointer;
}
.drag-panel {
    width: 220px;
    margin-right: 40px;
    background-color: #EBEBEB;
}
.drag-panel-inner {
    border-right: 1px solid #d0112b;
    border-bottom: 1px solid #d0112b;
    padding: 10px 10px 10px 0px;
}
.show {
    display: block !important;
}
.open-side-icon {
    position: absolute;
    top: 30px;
}
.open-side-box {
    z-index: 2000;
}
.open-spin-icon {
    background-color: #a60e22;
    position: fixed;
    padding: 7px 0px 7px 0px;
    border-radius: 0 20px 20px 0;
    font-size: 16px;
    top: 100px;
    width: 33px;
    color: #fff;
    cursor: pointer;
    left: 300px;
}

#overview-refreshing {
  background: #ededed none repeat scroll 0 0;
  border: 1px solid white;
  left: 50%;
  margin-left: -150px;
  margin-top: 0px;
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 40%;
  width: 300px;
  z-index: 1000;
}

.closed-side-icon {
    position: fixed;
    top: 100px;
    left: 0;
}
.closed-side-box {
    position: relative;
    z-index: 2000;
}
.closed-spin-icon {
    background-color: #a60e22;
    position: fixed;
    padding: 7px 0px 7px 0px;
    border-radius: 0 20px 20px 0;
    font-size: 16px;
    top: 100px;
    width: 33px;
    color: #fff;
    cursor: pointer;
}
.display-hidden {
    display: none;
}
.inner-left-menu {
  background: white;
  display: inline-block;
  padding-top: 45px;
  padding-left: 5px;  
  padding-right: 5px;
  position: relative;
  width: 100%;
}

.inner-left-menu-buttons {
  background: #EBEBEB;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 299px;
}


.filter-apply {
    width: 85%;
}

.left-menu-close-button {
  position: absolute;
  top: 0px;
  right:  0px;
}

#deptList > ul {
   padding-left: 10px;
}

#deptList > ul > li {
   list-style-type: none;
   margin-bottom: 5px;
}

#deptList > ul > li > input[type="checkbox"] {
    display: inline;
}

#deptList > ul > li > .form-control {
    height: 20px;
    width: 20px;
}

#AttorneyViewIPERButton {
  width:  100%;
  margin-top:  40px;
}

/* JC Bonus Worksheet Header Styles */
.BonusWorksheetHeaderSort {
    color: #2780e3;
}

.BonusWorksheetHeaderSort:hover {
    cursor: pointer;
    color: #1967be;
}

.BonusWorksheetHeaderSort.active::after {
  content: " \f0d7";
  font-family: FontAwesome;  
}

@media (max-width: 768px) {

    .open-spin-icon {
        left: 230px;
    }

    .KPI-Day-Cell-Mobile {
    padding-top: 5px;
    padding-bottom: 5px;
    }

    ul.breadcrumb a, #lnkDashboardBreadCrumb {
        color: black;
        display: block;
        padding: 4px 3px 2px 3px;
        text-decoration: none;
    }

    .left-nav.btn.btn-sm {
        padding: 3px;
    }

    .nav-button.btn.btn-sm {
        padding: 3px;
    }

    .bootstrap-switch-default {
        padding: 3px !important;
    }

    .table > tbody > tr.attorney-row td {
        padding: 2px;
    }

    #UnmappedButton {
        display: none;
    }

    .attorney-detail-div {
        width: 450px;
    }

}

.print-header {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0;
}

.print-header h3 {
    font-size: 12pt;
    font-weight: 400;
}

.print-title p {
    font-size: 15px;
}

.print-header h4 {
    font-size: 12pt;
    font-weight: 400;
}

.print-title {
    font-size: 30px;
    text-align: center;
    width: 100%;
    top: 5px;
    left: auto;
    right: auto;
    padding: 0;
}

.print-grouping {
    page-break-inside: avoid;
    padding: 0;
    margin: 0;
}

.kpi-sticky-table > td:first-of-type, 
.kpi-sticky-table > th:first-of-type {
    /*position: absolute;*/
    position: -webkit-sticky;
    position: sticky;
    left: -1px;
    background: white !important;
    width:136px;
    /*z-index: 9999;*/
}

.kpi-sticky-table > td:nth-of-type(2),
.kpi-sticky-table > th:nth-of-type(2) {
    /*position: relative;*/
    left: 120px;
}

@media (min-width: 1367px) {
    .dashboard-footer {
        position: fixed;
        bottom: 0;
        z-index: 9999;
    }
}