﻿html, body {
    height: 100%;
}

body {
    padding-top: 50px;
    font-size: 13px;
}
/* Overriding bootstrap's default font sizes */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
}

.table-border-none > thead > tr > th,
.table-border-none > tbody > tr > th,
.table-border-none > tfoot > tr > th,
.table-border-none > thead > tr > td,
.table-border-none > tbody > tr > td,
.table-border-none > tfoot > tr > td {
    border: none !important;
}

.table-border-none td {
    border: none !important;
}

span.misspelled {   
    background: url('/Content/images/underline.gif') bottom repeat-x;
}

#casemanagementTaskGrid > thead > tr > th, #casemanagementTaskGrid > tbody > tr > th, #casemanagementTaskGrid > tfoot > tr > th, #casemanagementTaskGrid > thead > tr > td, #casemanagementTaskGrid > tbody > tr > td, #casemanagementTaskGrid > tfoot > tr > td {
    padding: 1px;
    font-size: 12px;
    padding-top: 3px;
}

.fake-dropzone {
    background: #EFEFEF;
    width: 100%;
    height: 60px;
 
}

#CalendarWrapper {
    margin-top: 5px;
    margin-bottom: 5px;
}

#CalendarWrapper td {
    cursor: pointer;
}



#billingfullcalendar .fc-day-grid-event {
    text-decoration: none !important;
    color: black !important;
    text-align: center;
    font-size: 20px !important;
    margin: auto !important;
    background: none !important;
    border: none !important;
}


#billingfullcalendar .fc-body .fc-row {
    min-height: 30px;
}


#billingfullcalendar .fc-day-grid-event :hover {
    text-decoration: none !important;
}

.TotalBox {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 140px;
    background: #cdcdcd;
    padding: 5px;
    text-align: center;
    z-index: 1000;
}

.TotalBoxSimpleHomepage {
    background: #cdcdcd;
    padding: 5px;
    text-align: center;    
}

.TotalBoxSimpleHomepage:hover {
    cursor: pointer;
}

.TotalBoxBig {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 300px;
    background: #cdcdcd;
    padding: 5px;
    text-align: center;
    z-index: 1000;
}

.TotalBoxRight {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 140px;
    background: #cdcdcd;
    padding: 5px;
    text-align: center;
    z-index: 1000;
}

.FilterBox {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 140px;
    background: #cdcdcd;
    padding: 5px;
    text-align: center;
    z-index: 1000;
}

.SplitBillingMatterDisplay {
    margin-top: 5px;
}

.SplitBillingMatterDisplay:last-of-type {
    margin-bottom: 5px;
}

#SplitBillingSection {
    margin-top: 10px;
}

#SplitBillingSectionContent {
    border: 1px solid #CDCDCD;    
}


#MatterDisplay {
    font-weight: normal;
    font-size: 18px;
}

.XSButtons {
    width: 60px;
}

.panel-heading {
    padding: 5px 15px;
}

.panel-heading > h4 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.video-wrapper {
    position: relative;
    padding-bottom: 44.5%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 90%;
    margin-right:auto;
    margin-left: auto;
}

.video-wrapper:last-of-type {
    margin-bottom: 50px;
}

.video-wrapper iframe {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
}

.framework-icon-column {
    width: 20px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.mm-financials-summary-table {
    margin-bottom: 10px;
}

.mm-financials-summary-table td {
    padding: 2px !important;
}

.mm-financials-tab-table-big {
    width: 100%;
    margin-bottom: 5px;
}

.mm-financials-tab-table-big td {
    width: 20%;
    text-align: center;
    padding: 2px;
}

.mm-financials-tab-table-small {
    width: 100%;
    margin-bottom: 5px;
}

.mm-financials-tab-table-small td {
    width: 50%;    
    padding: 2px;
}

.mm-file-icon {
    width: 35px;
    padding-right: 0px !important;
}

.mm-file-folder-column {
    max-width: 150px;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.mm-file-subfolder-column {
    max-width: 150px;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.mm-file-description-column {
    max-width: 100px;
}

.mm-file-updated-column {
    width: 150px;
}

.mm-file-folder-icon {
    color: #876512;
}

.mm-file-subfolder-icon {
    padding-left: 15px;
    color: #f1d592;
}

.image-bicubic {
    -ms-interpolation-mode:bicubic;
    image-rendering:optimizeQuality;
}

.js-file-icon {
    width: 35px;
    padding-right: 0px !important;
}

.js-file-root-icon {
    color: #2780e3;
}

.js-file-folder-icon {
    padding-left: 10px;
    color: #876512;
}

.js-file-subfolder-icon {
    padding-left: 20px;
    color: #f1d592;
}

.js-file-row {
    padding-left: 5px;
    padding-right: 5px;
}

.js-file-row:hover {
    background: white !important;    
}

.js-file-row-selected {
    background: white !important;
    border: 1px solid black;
}

.mm-task-icon {
    width: 30px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.search-results-button-column {
    padding-left: 2px !important;
    padding-right: 2px !important;
    width: 65px;
}

.framework-120-column {
    width: 120px;
}

.framework-180-column {
    width: 120px;
}

.framework-250-column {
    width: 250px;
}

.workflow-container {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.borderless > tbody > tr > td, .borderless > tbody > tr > th {
    border: none;
}

#outside-content {
    position: relative;    
}

#outside-content:after {
    content: "";
    display:block;
    height: 50px;
}

#file-viewer {
    z-index: 9000 !important;
    padding-right: 0px !important;
}

#file-viewer-cm {
    z-index: 9000 !important;
}

/* Styles for the environment indication header -jc */
.indicator-container {
    text-align: center;
    position: fixed;
    margin-left: 30%;
    line-height: 3.2em;
    margin-top: 7px;
}
.environment-indicator {
    font-size: 30px;
    color: #A60E22;
}


textarea {
    resize: none;
}


.breadcrumb > li {
  float: left;
}

.workflow-footer {
    width: 100%;
    background: #EBEBEB;
    color: black;
    position: fixed;
    bottom: 0;
    z-index: 2;
    border-top: 1px solid white;
}

.footer-inner {
    width: 100%;
    padding: 4px;
    text-align: center;
}

.workflow-footer a {
    color: black;
    text-decoration: none;
}


.workflow-footer a:hover {
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

.xs-footer {
    font-size: 8px;
}

.xs-footer a {
    color: black;
    text-decoration: none;
}

.settings-button {
    width: 350px;
    text-align: left;
}
.chosen-container
{
    width: 100% !important;
	font-size: inherit !important;
	zoom: inherit;
}

.chosen-container-single .chosen-single {
	padding: 10px 0 0 18px !important;
    height: 42px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
    color: inherit !important;
	line-height: inherit !important;
    background: none !important;
    border: 1px solid #cccccc !important;
}

.chosen-container-single .chosen-single div {
	top: 8px !important;
}

.chosen-container-single .chosen-drop {
	margin-top: 1px !important;
	border-radius: 0px !important;	
    box-shadow: none !important;
}

/*.chosen-container-active {
    border: 1px solid #66afe9 !important;    
}*/

.chosen-container .chosen-drop {	
	box-shadow: none !important;
}


.form-group.has-error .chosen-container a.chosen-single {
    border: 1px solid #d0112b;
}

a.chosen-single.chosen-default{
    text-decoration:none;
}

.chosen-container-multi {
    height: auto;
}
    .chosen-container-multi .chosen-choices {
        padding: 6px 8px 6px 6px !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        color: inherit !important;
        line-height: inherit !important;
        background: none !important;
        overflow-y: scroll !important;
        border: 1px solid #CCCCCC !important;
    }

.chosen-container-multi .chosen-choices li.search-field {
    padding: 0;
}

    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        margin: 1px 0;
        padding: 7px 4px 4px 7px !important;
        height: 25px;
        outline: 0;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none;
        color: #999;
        font-size: inherit !important;
        font-family: inherit !important;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 0px !important;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: text;
}

#progressbarDiv{
    position: absolute;
    top: 45px;
    right: 0px;
}

/*** progress bar starts***/
.progress{
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    /*animation: loading-1 1.8s linear forwards;*/
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 20px;
    color: #fff;
    line-height: 108px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
}
@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(54deg);
        transform: rotate(54deg);
    }
}
@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg);
    }
}
@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108deg);
        transform: rotate(108deg);
    }
}
@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(162deg);
        transform: rotate(162deg);
    }
}
@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}


@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

/***progress bar ends***/

.locked-action-row {
    position: absolute;
    left: 10px;

}



/*
.fc-content {
	white-space: normal !important;
}

.fc-list-item:hover {
    cursor: pointer;
}

.fc-list-item a {
    text-decoration: none !important;
}

.fc-view-container a {
    text-decoration: none !important;
}
    */
.note-detail {
  background-color: #ebebeb;
  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: initial;
  margin-left: 50px;
  margin-top: -50px;
  padding: 10px;
  position: absolute;
  z-index: 1001;
}

.note-close-x {
  background: white none repeat scroll 0 0;
  border-radius: 3px;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  right: 2px;
  top: 2px;
}

.AGGrid {
    min-height: 200px;
    max-height: 600px;
}

.mm-task-info-detail {
    cursor: default;
    position: absolute;
    width: 500px;
    background-color: #ebebeb;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-left: 50px;
    margin-top: -50px;
    z-index: 1001;
}

.assigned-to-detail {
  background-color: #ebebeb;
  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: initial;
  margin-left: 50px;
  margin-top: -50px;
  padding: 10px;
  position: absolute;
  z-index: 1001;
}

.ad-group-close-x {
  background: white none repeat scroll 0 0;
  border-radius: 3px;
  cursor: pointer;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  right: 2px;
  top: 2px;
}

.dashboard-panel-body {
    max-height: 250px;
/* still causing iphone scroll issues? -jc */
    overflow-y: auto;
}

.MatterManagementHelpDiv {
    position: fixed; 
    top: 68px; 
    right:5px; 
    z-index:5000;
}

.CaseManagementFinancialChart {
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 10px;
}

.CaseManagementFinancialChart h4 {
	margin-top: 0px;
}

#recent-actions-expander {
    margin-top: -8px;
    cursor: pointer;
}

.assigned-to-detail table {
    margin-bottom: 5px;
}
#ActionModal {    
    overflow-y: auto;
}
#ActionModalBody {
    overflow-y: auto;
    max-height: 500px;
}
#DetailModal {
    overflow-y: scroll;
}

#DetailModalBody {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.workflow-success {
    padding:5px 15px;
}

.workflow-danger {
    padding:5px 15px;
}

.loading-grey-screen {
    background: black;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
    cursor: wait;
}

.wide-modal {
    width: 70%;
}

.ClientSearchModal{
    width: 50%;
}

.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: 150%;
    color: white;
}

.drop-zone-wrapper {    
    position: relative;
    height: 50%;
    width: 100%;
    text-align: center;    
    background: #CDCDCD;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.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: 85px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.bootgrid-header {
    margin-top: 10px;
    margin-bottom: 5px;
}

.item-management-hamburger {
    padding: 9px 16px;
}

.matter-management-filename-column {
    overflow: hidden;
    padding: 0px !important;  
    width: 100%;
}

.bootgrid-footer {
    margin-bottom: 0px !important;
}

.panel {
    margin-bottom: 10px;
}

.bootgrid-header .actionBar {
    padding-left: 0px;
    padding-right: 0px;
}

.descriptionWrap {
    white-space: pre-wrap !important;
}

#RightPanelModalBody {
    padding: 15px;
}

.bootgrid-header .actionBar .search {
    width: 50%;
    float: left;
}

.search-field {
    width: 100% !important;
}

/*.bootgrid-table td {
    white-space: pre-wrap;
}*/

#historyGrid td {
    font-size: 10px;
    white-space: pre;
}

#documentManagementFileGrid td {
padding:2px;
}

.client-intake-view-adverse-parties-table {
    width: 100%;
}

.client-intake-view-adverse-parties-table td {
  padding-right: 20px;
}

.client-intake-complete {
    opacity: .5;
    cursor: not-allowed !important;
    background: #CDCDCD;
}

.client-intake-complete option {
    display: none;
}

.layout-menu {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.drop-zone-wrapper:hover {
    background: #C4C4C4;
}

.FileOver {
    background: #B8D4C1;
}

.dropzone {
    background: none !important;
    border: none;
}

#dropzoneForm {
    width: 100%;
    height: 100%;
    border: 0px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    min-height: 150px;
}

#dropzoneFormAlt {
    width: 100%;
    height: 100%;
    border: 0px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    min-height: 150px;
}

#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;
}

.pview-dialog {
    width: 90%; 
    height: 95%; 
    position: relative; 
    right: 0;
}
.pview-content { 
    height:100%;
    background-color:black;
    overflow:hidden;     
}

.pview-body { 
    height:97%;
    /*margin: 15px;*/
    padding: 0;
}

#ActionsHelp:hover {
    cursor: pointer;
}

#previewer iframe {
    position: relative;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
}

.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-mm-file-folder {
    color: #2780e3;
}

.text-mm-file-folder2 {
    color: #876512;
}

.text-mm-file-folder3 {
    color: #f1d592;
}

.text-mm-match-background {
    opacity: 0;
}

.text-brand {
    color : #A60E22; 
}

.text-brand-dark-grey {
    color : #363636;
}

.border-brand-dark-grey {
    border-color : #363636;
}

.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: #737373 !important;
  color: black !important;
}

/* additional button class added to style buttons on mobile -jc */
.mobile-btn {
    float: right !important;
    margin: 2px;
}

.panel-client-intake > .panel-heading {
  background-color: #ccf5ff;
  border-color: #dddddd;
  color: #333333;
}

.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;
}

#HeaderImage {
    height: 45px;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 0px;
}

#associateImage {
    margin-top:10px;
}

#associateImage img {
    border:3px solid #ffffff;
    border-radius:250px;
}

#associateName {
    font-weight:700;
}

.matter-management-filename-column > .document-link {
    padding-top: 12px;
    padding-bottom: 12px;
    word-break: break-all !important;
}

#editDocumentProfileForm .document-link {
    width: 70px;
    color: white;
    display: inline-block;
    margin-right:5px;
}

.invoice-link {
    text-decoration: underline !important;
    cursor: pointer;
    color: #333333;
    display: block;
    width: 100%;
    white-space: nowrap;
}

.filename-column {
    padding: 0px !important;
    overflow: hidden;
}

    .filename-column a {
        display: block;
        max-width: 100%;
        overflow: hidden;
        white-space: normal !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

.document-link {
    text-decoration: none !important;
    cursor: pointer;
    color: #333333;
    display: block;
    width: 100%;
}

.document-link:hover {
    color: #333333 !important;
}

.worldox-document-link {
    text-decoration: none !important;
    cursor: pointer;
    color: #333333;
    display: block;
    width: 100%;
}

    .worldox-document-link:hover {
        color: #333333 !important;
    }

.remove-file-link {
	text-decoration: none !important;
	cursor: pointer;
	font-size: 16px;
}

.save-file-link {
	text-decoration: none !important;
	cursor: pointer;
	font-size: 16px;
}

.info-file-link {
	text-decoration: none !important;	
	font-size: 16px;
}

#hightlightModalBody > div > div> em {
    font-weight: bold !important;
    font-size: 18px;
    background-color: yellow;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {

    background-color: #CDCDCD;
}



#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: 12px;
    font-weight: 300;
    line-height: 26.5px;
    border-bottom: 1px solid #515151;
}

.ClientIntakeUploadDropzone {
    background: #F5F5F5 !important;
    border-radius: 5px;
}

.ClientIntakeUploadDropzone:hover {
    background: #CCCCCC !important;
    border-radius: 5px;
}

#UploadText {
    position: fixed;    
    top: 10%;    
    opacity: 1;
    cursor: wait;
    text-align: left;
    font-size: 100%;
    z-index: 20001;
    color: white;
    background: black;
    padding: 20px;
    width: 80%;
    left: 10%;
}

.upload-progress-bar-outer {
    margin-top: 10px;
    border: 1px solid #CCCCCC;
    background: #CCCCCC;
    height: 30px;
}

.upload-progress-bar-inner {
    height: 100%;
    background: #2780e3;
}


/*#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: 20px;
    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;
    padding-left: 30%;
    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: 0;
    margin-bottom: 5px;
}

#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;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #CDCDCD;
  border: 1px solid #dddddd;  
  cursor: default;
}

.dropdown-menu > li > a{
    text-decoration: none !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #CDCDCD;
  color: black;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #CDCDCD;
  color: black;
}

/*used for grid hamburger menus*/
.hamburger-dropdown-toggle:focus {
    outline: 0;
}
.hamburger-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    width: max-content !important;
    padding: 5px 0;
    margin: 0px 0 0;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    background-clip: padding-box;
}

.hamburger-dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.hamburger-dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.hamburger-dropdown-menu > li > a,
.hamburger-dropdown-menu > li > span > a {
    display: inline-block;
    padding: 3px 0px 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: black;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;   
    width: 100%;
}

i.deleteView {
    margin: 5px 5px 0px 0px;
    padding: 0px;
    cursor: pointer;
}

a.CustomUserViewLink {
    width: 220px !important; 
}

.hamburger-dropdown-menu > li:hover,
.hamburger-dropdown-menu > li:focus,
.hamburger-dropdown-menu > li > span > a:hover,
.hamburger-dropdown-menu > li > span > a:focus {
    text-decoration: none;
    color: black;
    background-color: #CDCDCD;
}

.hamburger-dropdown-menu > li > span > i {
    display: inline-block;
    padding: 3px 0px 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: black;
    white-space: nowrap;
    margin: 0px 10px;
}

.hamburger-dropdown-menu > li > span > i:hover,
.hamburger-dropdown-menu > li > span > i:focus {
    text-decoration: none;
    cursor: pointer;
    margin: 0px 10px;
    color: black;
}

.hamburger-dropdown-menu > .disabled > a,
.hamburger-dropdown-menu > .disabled > a:hover,
.hamburger-dropdown-menu > .disabled > a:focus {
    color: #999999;
}

.hamburger-dropdown-menu > .disabled > a:hover,
.hamburger-dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .hamburger-dropdown-menu {
    display: block;
}

.open > span > a {
    outline: 0;
}

.hamburger-dropdown-menu-right {
    left: auto;
    right: 0;
}

.hamburger-dropdown-menu-left {
    left: 0;
    right: auto;
}

.hamburger-dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #999999;
    white-space: nowrap;
}

.hamburger-dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.ag-icon {
    cursor: pointer;
}

.pull-right > .hamburger-dropdown-menu {
    right: 0;
    left: auto;
}

/*end custom dropdown*/
#workflow-navbar {
    min-height: 50px;
    padding-top: 3px;
    border-bottom: 1px solid #EBEBEB;
}

.navbar {
    background: white;
}

.navbar-default .navbar-toggle {
  float: right;
  margin-left: 10px;
  margin-right: 3px;
}

.navbar-default .navbar-nav > li > a {
    color: black;
}

.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;
}

.form-control {
    box-shadow: none !important;
    padding: 10px 10px;
}

.mm-form-control {
    height: 31px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.alert-danger {
  background-color: #d0112b;
}

.btn-danger {
  background-color: #d0112b;
  border: 1px solid #d0112b;
}

.btn-danger:hover {
  background-color: #A60E22;
}

.table > tbody > tr.danger > td {
    background-color: #d0112b;
}

.table > tbody > tr.danger:hover > td {
    background-color: #A60E22;
}

table.directory-listing td {
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    vertical-align: middle !important;
    font-size: 12px;
    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: 300;
}

.directory-item-properties {
    color: #737373;
    font-size: 12px;
}

tr.directory-item-selected td {
    background: #EBEBEB;
    border-top: 1px solid #737373 !important;
    border-bottom: 1px solid #737373 !important;
}

tr.directory-item-selected:hover td {
    background: #CDCDCD !important;
}

tr.directory-item-closed td {
    background: #CCCCCC;
    border-top: 1px solid #737373 !important;
    border-bottom: 1px solid #737373 !important;
}

tr.directory-item-closed:hover td {
    background: #737373 !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;
}

.clickable {
    cursor: pointer;
}

#btnAddWorkflow {
    margin-top: 21px;
}

.header-search {
    height: 34px;
}

#sticky-breadcrumb {
    border: none;
    border-bottom: 1px solid white;
    color: black;
    position: fixed;
    top: 53px;
    width: 100%;
    z-index: 1005;
    background: #EBEBEB;
}

.selected-buttons-stickytop {
    position: fixed !important;
    top: 83px !important;
    background: white;    
    z-index: 1040;
    padding-top: 3px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 2px;
    border-bottom: 1px solid #d0112b;
}

.selected-buttons-stickytop select-all-checkbox {
    display: none;
}

.breadcrumb {
    background: #EBEBEB;
}

ul.breadcrumb {
    margin-bottom: 0px;
    padding: 0px;
    padding-left: 15px;
}

ul.breadcrumb a {
    color: black;
    display: block;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-right: 3px;
    padding-left: 0px;
    text-decoration: none;
}

ul.breadcrumb a:hover {
    background: #CDCDCD;
}

li.active > a {
    color: #d0112b;
}


ul.breadcrumb 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;
}

#mapActualGrid > thead > tr > th > a > .text {
    white-space: pre-wrap !important;
}

.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-10 {
    margin-top: 10px;
}

.spacer-top-20 {
    margin-top:20px;    
}

.spacer-top-24 {
    margin-top: 24px;
}

.spacer-top-30 {
    margin-top:30px;    
}

.no-border-top{
    border-top: none !important;
}
.double-border-top {
    border-top: double #dddddd !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.slight-padding-left {
    padding-left: 15px;
}

.slight-padding-right {
    padding-right: 10px;
}

.slight-padding {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-brand {
    padding: 0;
    margin: 0px !important;
}

.message-icons {
    height: 24px;
}

.message-icon-link {
    height: 80px;
}

.message-icon-td {
  font-size: 22px;
  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: 18px;
}

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-toggle {
    background: #666666;
    z-index: 5;
}

.navbar-default .navbar-toggle:focus {
    background-color: black;
}

.navbar-default .navbar-toggle:hover {
    background-color: black;
}

.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:9px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  width:9px;
}

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: #F5F5F5;    
    padding: 8px;    
    overflow: auto;
    min-height: 300px;    
    border-right: 1px solid #666;
}

.tree-wrapper-inner {    
    display: inline-block;
    padding-right: 5px;
}

.jstree-default .jstree-wholerow-hovered {
  background: #CDCDCD !important;  
}

.jstree-default .jstree-wholerow-clicked {
  background: white !important;
  border: 1px solid black;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

li.jstree-loading :hover { cursor: wait; }

.pageStatus {
    padding-right: 5px;
    width: 100%;
    background-color: #d0112b;
    color: #ffffff;
}

.pagination:hover {
	cursor: pointer;
}

.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;
}

.webGridHeader > th > a {
    color: #a5061c;
}

.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: 9.9%;
}

.deptColumn {
    width: 6.7%;
}

.lastWeekColumn {
    width: 11.6%;
}

.weeklyBudgetPctColumn {
    width: 10.8%;
}

.monthToDateColumn {
    width: 15.7%;
}

.monthlyBudgetPctColumn {
    width: 21.3%;
}

#areaChart {
    height: 175px;
}

#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;
}

.modalWidth {
    width: 80%;
}
.indent-15 {
    text-indent: 15px;
}

.indentedTextarea {
    display: inline-block;
    margin-left: 15px;
}

#AddClientNavTabs {
    background-color: #fff;
    margin-bottom: 0px;
    border-bottom: 1px solid #ebebeb;
}

#AddClientNavTabs > li > a {
  background: #f5f5f5;
  color: #59595a;
  border-width: 0 1px;
  border-top-width: 1px;
  margin-right: 4px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0px 0px;
}

#AddClientNavTabs > li.active > a, #AddClientNavTabs > li.active > a:hover, #AddClientNavTabs > li.active > a:focus {
  background: white;
  border-color: #ebebeb;
  border-style: solid;
  color: #a60e22;
  outline: 0;  
  border-bottom: 1px solid white;
}

#AddClientNavTabs > li > a:hover {
  background: #ebebeb;
  color: #a60e22;
}

.tabbed-form {
  border-left: 1px solid #ebebeb;  
  border-right: 1px solid #ebebeb;  
  border-bottom: 1px solid #ebebeb;  
  padding: 15px;    
}

/* Styles for Client Intake Detail View Modal */
.client-intake-item-view {
    padding-left: 35px;
    padding-right: 35px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.viewDetailSectionTitle {
    font-weight:500;
    border-bottom: 2px solid #d0112b;
    text-transform: uppercase;
}
/*Case's Updates*/
.labelName{   
   font-size:14px;
   font-weight:bold;
}
.financialLabel {
    color: #a60e22;
    font-size: 15px;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 0px;
}
.detailLabelName{   
   font-size:14px;
   width: 100%;
}

.response{
    font-size: 16px;
}

.boxElement{
    border: 1px solid #ddd;
}

#dropzoneForm{
    background: #ddd !important;
}

.submitter{
   font-style: italic;
   font-size: 18px;
}
.nav-tabs > li > a{
    text-decoration: none;
    background: #f5f5f5;
    color: #59595a;
}
.nav > li > a:hover, .nav > li > a:focus {
    border-bottom: 1px solid #a60e22;

}
/* Moved inline style in dropzone file to css file for a smoother look/feel on desktop and ios -jc */
#viewerbody {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#viewer {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#viewer-cm {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#previewer {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1226px) {
    /* Reducing x-overflow -jc */
    body {
        width: 100%;
    }

    body, .modal, .modal-dialog, #ActionModalBody {
        overflow-x: hidden;
    }
    /* Makes the body unscrollable while a modal window is open -jc */
    /*body .modal-open {
        overflow:hidden;
    }*/
    .modalWidth {
        height: 95%;
        width: 100%;
    }
    /* scroll overflow on ipad size screen -jc */
    .dashboard-panel-body {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }    
    #file-viewer {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #file-viewer-cm {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #right-panel {
        min-height: 1px;
        padding: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .modal-dialog{
        margin: auto;
    }
    /*.modal-body {
        height: initial;
    }*/
    /*.modal-content {
        overflow-y:scroll;
    }*/
    /* Testing needed to determine if this height is appropriate -jc */
    /*#file-viewer {
        height: 100%;
    }*/
    modal, .wide-modal, modalWidth, .modal-dialog, .modal-content {
        width: 100% !important;
    }

    modal, .wide-modal, modalWidth, .modal-dialog {
        height: 100% !important;
    }
    .pview-dialog, .pview-content {
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .MatterManagementHelpDiv {
    top: 54px; 
    }

    .TotalBox {
        position: absolute;
        top: 45px;
        right: 00px;
        width: 140px;
        background: #cdcdcd;
        padding: 0px;
        text-align: center;
    }

    .TotalBox .text-150 {
        font-size: 125%;
    }

    .FilterBox {
        position: absolute;
        top: 45px;
        right: 00px;
        width: 140px;
        background: #cdcdcd;
        padding: 5px;
        text-align: center;
    }

    .FilterBox .text-150 {
        font-size: 125%;
    }

    .mobile-left-padding-5 {
        padding-left: 5px !important;
    }

    #HeaderImage {
        margin-top: 5px;
        height: 40px;
    }

    .navbar-toggle .fa-2x {
        font-size: 1em;
    }

    .navbar-toggle {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    #left-panel-content {
        min-width: inherit !important;
    }

    #RightPanelModalBody {
    padding: 0px;
}

    .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

    .mobile-dropdown {
        height: 28px !important;
        padding: 2px !important;
    }

    #sticky-breadcrumb {
    top: 50px;
    }
 .btn-responsive {
        padding: 1px 5px;
        font-size: 11px;
        line-height: 1.5;
        height: 30px !important;
    }

 .form-tab {
     padding: 5px 5px;
 }

 .nav-tabs > li {
	margin-top: 10px;
}


 .no-padding-mobile {
     padding-left: 0px !important;
     padding-right: 0px !important;
 }      

    .mobile-btn {

        margin: 2px;
    }
    .container {
        overflow-x: hidden;
    }
    .form {
        max-width: 100%;
        overflow-x: hidden;
    }

    .table-responsive {
        border: 0;
    }

    #AddClientNavTabs > li > a {
      margin-top: 5px;
      background: #f5f5f5;
      color: #59595a;
      border-width: 0px;
      margin-right: 0px;
      border-radius: 0px 0px 0px 0px;
    }

    #AddClientNavTabs > li.active > a, #AddClientNavTabs > li.active > a:hover, #AddClientNavTabs > li.active > a:focus {
      background: white;
      color: #a60e22;
      outline: 0;  
      border: 1px solid #a60e22;
    }
    .labelName {
        text-align: left;
    }
    .client-intake-view-adverse-parties-table {
        width: auto;
    }

    .client-intake-view-adverse-parties-table td {
        padding-right: 2px;
    }
    .mobile-switch {
        text-align: center;
    }
    /*.labelName {
        text-align: right;
    }*/
}

@media (max-width: 767px) {
.jstree-default .jstree-icon:empty {
    width: 30px !important;
    height: 30px !important;
    line-height: 24px;
}
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    #workflow-navbar {
        min-height: 50px;
        padding-top: 0px;
    }

    .navbar-brand {
        left: 3px;
        position: absolute;
        top: 0;
    }

    ul.breadcrumb {
        padding-left: 5px;
        padding-right: 5px;
    }

    .no-padding-left {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-padding-right {
        padding-left: 0px;
        padding-right: 0px;
    }

    .col-lg-12 {
        padding-left:0px;
        padding-right:0px;
    }
    #right-panel {
        border-left: 0;
    }
    .client-intake-item-view {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 415px) {
    .indicator-container {
        padding-left: 8px;
    }
    .environment-indicator {
        font-size: 28px;
    }
}
@media (max-width: 375px) {
    .settings-button {
        width: 260px;
    }
}

.fieldset-calendaritem {
    border: 1px solid #002c78;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    background-color: #f5f5f5;
}

.legend-calendaritem {
    border: 1px none;
    color: #333333;
    display: block;
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 3px;
    margin-left: 0px;
    padding: 0 5px;  
}

.label-calendaritem {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.fieldset-clientSearch {
    border: 1px solid #d0112b;
    /*margin: 0px -20px 0px 0px;
    padding: 0.35em 0.625em 0.75em;*/
    background-color: #f5f5f5;
}

.legend-clientSearch {
    border: 1px none;
    color: #333333;
    display: block;
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 3px;
    margin-left: 0px;
    padding: 0 5px;    
}

.fieldset-matterSearch {
    border: 1px solid #cccccc;
    margin: 0px -20px 0px 0px;
    padding: 0.35em 0.625em 0.75em;
    background-color: #f5f5f5;
}

.legend-matterSearch {
    border: 1px none;
    color: #333333;
    display: block;
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 3px;
    margin-left: 0px;
    padding: 0 5px;
    width: 24%;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    height: 25px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 25px;
}

input[type="checkbox"] + label:before {
    background: url(/Content/images/color_checkboxes.png)1px top no-repeat;
}

input[type="checkbox"]:hover + label:before {
    background: url(/Content/images/color_checkboxes.png)-52px top no-repeat;
}

input[type="checkbox"]:checked + label:before {
    background: url(/Content/images/color_checkboxes.png)-24px top no-repeat;
}

input[type="checkbox"].red-check + label:before {
    background: url(/Content/images/color_checkboxes.png)1px -74px no-repeat;
}

input[type="checkbox"].red-check:hover + label:before {
    background: url(/Content/images/color_checkboxes.png)-52px -74px no-repeat;
}

input[type="checkbox"].red-check:checked + label:before {
    background: url(/Content/images/color_checkboxes.png)-24px -74px no-repeat;
}
input[type="checkbox"].green-check + label:before {
    background: url(/Content/images/color_checkboxes.png)1px -24px no-repeat;
}

input[type="checkbox"].green-check:checked + label:before {
    background: url(/Content/images/color_checkboxes.png)-24px -24px no-repeat;
}

input[type="checkbox"].green-check:hover + label:before {
    background: url(/Content/images/color_checkboxes.png)-52px -24px no-repeat;
}

input[type="checkbox"].orange-check + label:before {
    background: url(/Content/images/color_checkboxes.png)1px -49px no-repeat;
}

input[type="checkbox"].orange-check:hover + label:before {
    background: url(/Content/images/color_checkboxes.png)-52px -49px no-repeat;
}

input[type="checkbox"].orange-check:checked + label:before {
    background: url(/Content/images/color_checkboxes.png)-24px -49px no-repeat;
}

/******************************************/
input[type="checkbox"].red-circle + label:before {
    background: url(/Content/images/color_checkboxes.png)1px -74px no-repeat;
}
input[type="checkbox"].red-circle:checked + label:before {
    background: url(/Content/images/color_checkboxes.png)-24px -74px no-repeat;
}

input[type="checkbox"].green-circle + label:before {
    background: url(/Content/images/color_checkboxes.png)1px -24px no-repeat;
}
input[type="checkbox"].green-circle:checked + label:before {
    background: url(/Content/images/color_checkboxes.png)-24px -24px no-repeat;
}

input[type="checkbox"].orange-circle + label:before {
    background: url(/Content/images/color_checkboxes.png)1px -49px no-repeat;
}
input[type="checkbox"].orange-circle:checked + label:before {
    background: url(/Content/images/color_checkboxes.png)-24px -49px no-repeat;
}
/******************************************/
/*Check Circles for Matter Management Tasks Tab*/
input[type="checkbox"].mm-tasks-red-circle + label:before {
    background: url(/Content/images/color_circles.png)1px -37px no-repeat;
    content: "";
    display: inline-block;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 13px;
}

input[type="checkbox"].mm-tasks-red-circle:checked + label:before {
    background: url(/Content/images/color_circles.png)-12px -37px no-repeat;
    content: "";
    display: inline-block;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 13px;
}

input[type="checkbox"].mm-tasks-green-circle + label:before {
    background: url(/Content/images/color_circles.png)1px -12px no-repeat;
    content: "";
    display: inline-block;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 13px;
}

input[type="checkbox"].mm-tasks-green-circle:checked + label:before {
    background: url(/Content/images/color_circles.png)-12px -12px no-repeat;
    content: "";
    display: inline-block;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 13px;
}

input[type="checkbox"].mm-tasks-orange-circle + label:before {
    background: url(/Content/images/color_circles.png)1px -24px no-repeat;
    content: "";
    display: inline-block;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 13px;
}

input[type="checkbox"].mm-tasks-orange-circle:checked + label:before {
    background: url(/Content/images/color_circles.png)-12px -24px no-repeat;
    content: "";
    display: inline-block;
    height: 13px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    width: 13px;
}

@media (max-width: 991px) {
    .text-center-sm-down {
        text-align: center;
    }

    .text-right-sm-down {
        text-align: right;
    }
}

@media (min-width: 991px) {
    .text-center-sm-up {
        text-align: center;
    }

    .text-right-sm-up {
        text-align: right;
    }
}

/* Overriding Bootstrap 3's hidden classes to conform more closely to Bootstrap 4's-jc */

@media (max-width: 767px) {
    .hidden-xs-up {
        display: none !important;
    }

    .hidden-sm-down {
        display: none !important;
    }

    .hidden-md-down {
        display: none !important;
    }

    .hidden-lg-down {
        display: none !important;
    }

    .text-center-xs {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs-up {
        display: none !important;
    }

    .hidden-sm-up {
        display: none !important;
    }

    .hidden-sm-down {
        display: none !important;
    }

    .hidden-md-down {
        display: none !important;
    }

    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs-up {
        display: none !important;
    }

    .hidden-sm-up {
        display: none !important;
    }

    .hidden-md-up {
        display: none !important;
    }

    .hidden-md-down {
        display: none !important;
    }

    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xs-up {
        display: none !important;
    }

    .hidden-sm-up {
        display: none !important;
    }

    .hidden-md-up {
        display: none !important;
    }

    .hidden-lg-down {
        display: none !important;
    }
}

#matterGrid {
    background: white;
}    

.matter-budget-textinput {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left:0px;
    padding-right:0px;
    text-align:center;
    /*height:30px;*/
    /*width:120px;*/
}

.matter-budget-accounting-map-row td {
    vertical-align: middle !important;
}

.matter-budget-success {
    background-color:#3fb618;
}

.matter-budget-dirty:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 3px solid #3fb618;
}

.matter-budget-error {
background-color:#d0112b;
}

.btn-view {
    width:160px;
    padding: 4px 12px;
    margin-top: 0px;
    text-align: left;
}

#right-panel {
    border-left: 2px solid #EBEBEB;
    overflow-y: auto;
    background: white;
}

.right-panel-fixed {
    position: fixed;
    right: 0px;
    top: 89px;
}

.right-panel-dragger {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 3px;        
    z-index: 5;
}

    .right-panel-dragger:hover {
        cursor: col-resize;
        background: #2780e3;
    }

.chosen-container-single .chosen-default   {
    color: #999 !important
}

#UserActionsButton {
    margin-top: 10px;    
    position: relative;
}

.UserActionsBadge {
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
    background: #A60E22;
}

.HomeUserActionsBadge {
    background: #A60E22 !important;
}

.chosen-single{
    color: #333333 !important
}

#left-panel {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#left-panel-content {
    min-width: 540px;
}

.comment-header {
    padding-top: 5px;
    padding-bottom: 5px;
    font-style: italic;
    font-size: 10px;
    text-align: left;
}

.comment-row {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EBEBEB;
}

.comment-card {
    padding: 5px;
    border: 1px solid #EBEBEB;
    background: #EBEBEB;
    font-size: 10px;
    font-style: italic;
}

.comment-row:hover {
    background: #EBEBEB;
}

.comment-label {
    background: #EBEBEB;
}

.editCommentText {
    height: 44px;
    overflow-y: auto;
    padding-top: 6px;
}

.newCommentText {
    height: 43px;
    overflow-y: auto;
    padding-top: 8px;
    border: 1px solid #CCCCCC;
}

.addCommentSubmitter {
    text-align: center;
}

.editCommentSubmitter {
    text-align: center;
}

/*.fc-state-default.fc-corner-left {
	border-top-left-radius: 0px !important; 
    border-bottom-left-radius: 0px !important; 	
}

.fc-state-default.fc-corner-right {
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.fc-state-default {
    background-image: none !important;
}*/


/***Team Card***/
hr.headline-break {
    width: 62px;
    height: 2px;
    border-top: 1px solid #333;
    margin-top: 10px; margin-bottom: 10px;
}

.plans {    
    position: relative;
}

    .plans .planA {
        background: #edeeef;
        color: #333333;
        transition: background-color .5s ease-in-out;
        padding: 0;
        text-align: center;
    }

    .plans a {
        text-decoration: none;
    }


.attyGrey {
    height: 500px;
    width: 100%;
}

.attyPhoto {
    background-size: cover;
    padding: 140px 90px;
}

#attyImg {
    position: relative; 
    width: 100%;
}

@media only screen and (max-width: 800px)
and (orientation:portrait) {
    .attyGrey {
        height: 250px !important;
    }
}

@media only screen and (max-width: 400px)
and (orientation: portrait) {
    .attyGrey {
        height: 200px !important;
    }
}

@media only screen and (max-width: 768px) and (orientation:landscape) {
    .attyGrey {
        height: 200px !important;
    }

    #attyImage {
        display: none !important;
    }
}

/***End of Team Card***/

/***Case Management***/
#matterSearchDiv{
    padding:20px;
}
/***End of Case Management***/
.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;
}

.ButtonColumn2 {
    min-width: 65px;
}

.fc-scroller {
    overflow-y: hidden !important;
    height: 100% !important;
}
/*
.fc-event, .fc-event {    
    text-decoration: none !important;
    cursor: pointer;
}

.fc h2 {
    font-size: 24px;
}*/

/***Print Calendar***/

@media print {
    * {
        margin: 0 !important;
        padding: 0 !important;
    }

    html, body * {
        visibility: hidden;
        font-size: 8pt;
    }

    #calendar {
        position:relative;
    }

    /*#printcalendar * {
        display: block !important;
    }

    #printcalendar {
        position: absolute;
        top: 0px;
        left: 30px;
        right: 30px;
    }*/

    #fullcalendar * {
        visibility: visible;
    }

    #fullcalendar {
        position: absolute;
        top: 0px;
        left: 30px;
        right: 30px;
    }

    #dashboardcalendar * {
        visibility: visible;
    }

    #dashboardcalendar {
        position: absolute;
        top: -60px;
        left: 30px;
        right: 30px;
    }

    #billingfullcalendar * {
        visibility: visible;
    }

    #billingfullcalendar {
        position: absolute;
        top: 0px;
        left: 30px;
        right: 30px;
    }

    #ptofullcalendar * {
        visibility: visible;
    }

    #ptofullcalendar {
        position: absolute;
        top: 0px;
        left: 30px;
        right: 30px;
    }
    
    a:link:after, a:visited:after {
        display: none;
        content: "";
    }

    .fc-toolbar fc-header-toolbar {
        position: absolute;
        top: 5px;
        left: 30px;
        right: 30px;
    }
    .fc-left {
        display: none;
        visibility: hidden;
    }
    .fc-right {
        display: none;
        visibility: hidden;
    }
    .fc-center {
        visibility: visible;
    }

    div.fc-row.fc-week.fc-widget-content {
        page-break-inside: avoid !important;
    }

}
/***End of Print Calendar***/

/**Case Management Tasks Tab**/
td.icon-column {
    width: 30px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
td.icon-column2 {
    width: 20px;
    padding-top: 6px !important;
    padding-right: 30px !important;
}

td.icon-column img {
    height: 32px;
}

tr.selected-task-row td {
    background: #EFEFEF;
    font-weight: bold;
}


tr.selected-notice-row td {
    background: #EFEFEF;
    font-weight: bold;
}

/**End Case Management Tasks Tab**/

/**Case Management Team Grids**/
.mm-team-manager-name-column {
    width: 50% !important;
}

.mm-team-manager-email-column {
    width: 20% !important;
}

.mm-team-manager-phone-column {
    width: 20% !important;
}

.mm-team-manager-access-column {
    width: 10% !important;
}

.mm-support-manager-name-column {
    width: 50% !important;
}

.mm-support-manager-email-column {
    width: 20% !important;
}

.mm-support-manager-phone-column {
    width: 20% !important;
}

.mm-support-manager-access-column {
    width: 10% !important;
}

/**End Case Management Tasks Tab**/

.section-divider {
    margin-top: 11px;
    margin-bottom: 11px;
    border: 0;
    border-top: 3px solid #e6e6e6;
}

.sub-section-divider {
    margin-top: 2px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #e6e6e6;
}

.btn-bootbox-confirm{
    
}

.btn-bootbox-cancel{
    float: right;
    margin-left: 5px;
}

.selectedUserGridViewListItem{
    font-weight: bold !important;
}
.fileNameDisplay {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.has-error .chosen-select + .chosen-container {
    border: 1px solid #ff0039;
}

.import-diff {
    background-color: #f1d592 !important;
}

.import-new {
    background-color: #EBEBEB !important;
}

.calendarBadge {
    position: absolute !important;
    top: -5px !important;
    right: 0px !important;
    background: #013574;
}

.updatesNeededBadge {
    position: absolute !important;
    top: -5px !important;
    right: 0px !important;
    background: #013574;
}

#calendarfullcalendar .fc-day-grid-event {
    text-decoration: none !important;
}

#calendarfullcalendar .fc-day-grid-event :hover {
    text-decoration: none !important;
}

#calendarfullcalendar .fc-day-grid-event .fc-content {
    white-space: normal;
    overflow: hidden;
    font-size: 16px;
}

#calendarfullcalendar .fc-event {
    min-height: 30px !important;
    line-height: 1.3;
    padding: 2px !important;
}

.fc-list-item-title a {
    /* every event title cell has an <a> tag */
    text-decoration: none !important;
    color: inherit;
}

.fc-list-item-title a[href]:hover {
    /* hover effect only on titles with hrefs */
    text-decoration: none !important;
}

.strike-class {
    text-decoration: line-through;
}

.indexPanelHeading {
    background-color: #002c78 !important;
    border-color: #dddddd !important;
    color: #ffffff !important;
}

.indexPanelHeading2 {
    background-color: #ffffff !important;
    border-bottom: solid 4px #002c78 !important;
    color: #002c78 !important;
    font-size: x-large !important;
}

.billingButtonsColumn{
    min-width: 91px !important;
}

.highlighted-row {
    background: #CDCDCD;
}

.BillingShortcut {
    border: 3px solid green !important;
    padding: 8px !important;
    transition: border-color 0.25s ease-in-out;
}