@charset "utf-8";
/* CSS Document */
html {
	min-height:100%;
	height:100%;
}
body {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	height:100%;
}
a {
	text-decoration:none;
} 

table{
	min-width:200px;
}
section.section--center {
  max-width: 860px;
  margin-top: 48px;
}
.mdl-layout__drawer {
	background-color:#00897b;
	border:none;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover,
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link.active {
	background-color:#00695c
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link i {
	margin-right:16px;
	color:#ffffff;
}
.mdl-textfield__input {
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.mdl-textfield ul {
	padding:0;
	margin:0;
	box-sizing:border-box;
	list-style:none;
	width:100%;
	z-index: 1000;
	background-color: white;
}
.mdl-textfield ul li {
	padding-left:16px;
	line-height:48px;
	height:48px;
}
.mdl-textfield ul li:hover {
	  -webkit-transition-duration: 0.28s;
    transition-duration: 0.28s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: background-color;
    transition-property: background-color;
	background-color:#eee;
	cursor:pointer;
}
/* .inline-table-list {
    height: 400px;
    overflow-y: auto;
	width:100%;
}
.inline-table-list  table {
	width:100%;
} */
.activityDiv .mdl-button--raised {
	margin-right:16px;
}
.activityDiv .projectDiv {
    /* margin-top: 20px; */
}
.manualWork {
	position: fixed;
    display: block;
    right: 0;
    bottom: 50px;
    margin-right: 40px;
    margin-bottom: 40px;
    z-index: 900;
}
.manualWorkClients{
	position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    margin-right: 40px;
    margin-bottom: 40px;
    z-index: 900;
}
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.54);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 280ms ease-in;
    -moz-transition: opacity 280ms ease-in;
    transition: opacity 280ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.mdl-card-modal {
	margin:21% auto 0 auto;
}
.mdl-card-modal .mdl-card__actions {
	text-align:right;
}
.mdl-card-modal-top {
	padding: 0 24px 24px;
}
/* .mdl-edit-client {
	margin-bottom:-28px;
    position: absolute;
	right:40px;
    z-index: 3;
}
.mdl-del-client {
	margin-bottom:-28px;
    position: absolute;
	right:120px;
    z-index: 3;
} */
.mdl-layout__header-row {
	position:relative;
}
.mdl-layout__header-row #started {
	margin-right:40px;
	margin-left:20px;
}
.mdl-layout__header-row #time,
.mdl-layout__header-row #status {
	margin-left:20px;
}

.centerText {
	text-align: center;
	padding: 40px 0;
}
.centerText table {
	margin: 0 auto;
}
.centerText .mdl-card {
	display:inline-block;
	vertical-align:top;
}

.centerText .mdl-card.card-wide {
	margin-bottom: 40px;
}

.centerText .mdl-card__supporting-text {
	text-align:left;
    width: auto;
}
.additionalActivity .remove-latest-activity,
.activityDiv #add-activity{
	width: 24px;
	height: 24px;
	min-width: 24px;
}
.additionalActivity .remove-latest-activity {
	position: absolute;
    right: 12px;
    padding: 0;
    top: 10px;
    line-height: 26px;
    z-index: 100;
    border-radius: 12px;
}

#add-activity {
	/* margin-left: 12px; */
	position: absolute;
	right: -36px;
}
.navigationBar{
	max-width:75%;
}
.navigationBar a {
	color:white;
	max-width:200px;
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* padding-right:20px; */}

.navigationBar a:after {
	content: "〉";
    font-weight: bold;
	margin: 0 10px;
	max-width:200px;
	display:inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.navigationBar a:last-child:after{
	content: "";
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.hide{
	display:none;
}
/* .contactShow {
	text-align:left;
} */
.contactShow .mdl-card__title {
  background-color:#00897b;
  height: 176px;
 
}
.contactShow .mdl-card__title-text {
	 color: white;
}
.contactShow table {
    margin: 0;
    border: none;
}

.contactShow table td:last-of-type,
.contactShow table td:nth-last-of-type(2) {
	border-bottom: none;
}
.contactShow .material-icons {
	vertical-align: middle;
}
.reports {
	overflow: auto;
    padding-bottom: 40px;
}

.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-datepicker,
.ui-datepicker-material-header,
.ui-timepicker {
    font-family: "Roboto";
}

.ui-datepicker-material-header {
    background-color: rgb(255,64,129);
    color: white;
    display: block;
    text-align: center;
    width: 325px;
}
.ui-datepicker-material-header .ui-datepicker-material-day {
    background-color: #1f3a58;
    font-size: 1rem;
    padding: 10px;
}
.ui-datepicker-material-header .ui-datepicker-material-date {
    padding: 20px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
    padding: 5px;
}
#list .mdl-card {
	margin-left:20px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num {
    font-size: 4.5rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.8rem;
    font-weight: 200;
}
.ui-datepicker {
    border: medium none;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    padding: 0;
    width: 325px;
}
.ui-timepicker {
	width: initial;
	border-collapse: collapse;
	padding: 0;
}
.ui-datepicker, .ui-timepicker {
	z-index: 9999 !important;
}
.ui-timepicker-table {
	border-collapse: collapse;
	box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    border: medium none;
}
.ui-timepicker-table table {
	margin: 0.15em 0 0.15em 0;
}
.ui-timepicker-hours .ui-timepicker {
	border-right: 1px solid #d3d3d3;
}
#ui-timepicker-div,
.ui-timepicker-table td {
	padding: 0;
}
.ui-timepicker-hours .ui-timepicker td,
.ui-timepicker-minutes .ui-timepicker td {
	padding: 1px;
}
.ui-timepicker-minutes {
	background-color: aliceblue;
}
.ui-corner-all {
    border-radius: 0;
}
.ui-widget-header {
    border: 0 none;
}
.ui-datepicker-header,
.ui-timepicker-title {
    background: rgb(63,81,181) none repeat scroll 0 0;
    font-weight: 300;
    padding-bottom: 15px;
    text-align: center;
    color: white;
}
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-title {
    border: medium none;
    margin: 5px;
    outline: medium none;
}
.ui-timepicker-title {
	padding: 8px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 30%;
}
.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
    background: rgb(255,64,129) none repeat scroll 0 0;
    border: medium none;
    outline: medium none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-timepicker .ui-state-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 33px;
    line-height: 36px;
    text-align: center;
    width: 33px;
}
.ui-timepicker .ui-state-default {
    padding: 0.2em;
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-timepicker .ui-state-highlight {
    color: rgb(255,64,129);
}
.ui-datepicker-calendar .ui-state-active,
.ui-timepicker .ui-state-active {
    background-color: rgb(255,64,129);
    border-radius: 50%;
    color: white;
}
.ui-datepicker-calendar thead th {
    color: #999999;
    font-weight: 200;
}
.ui-datepicker-buttonpane {
    border: medium none;
}
.ui-datepicker-buttonpane .ui-state-default {
    background: white none repeat scroll 0 0;
    border: medium none;
}
.ui-datepicker-buttonpane .ui-datepicker-close,
.ui-datepicker-buttonpane .ui-datepicker-current {
    background: white none repeat scroll 0 0;
    border: medium none;
    color: rgb(255,64,129);
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    height: 36px;
    min-width: 64px;
    padding: 0 8px;
    opacity: 1;
    outline: medium none;
    text-transform: uppercase;
}
.ui-datepicker-buttonpane .ui-datepicker-close:hover,
.ui-datepicker-buttonpane .ui-datepicker-current:hover {
    background: rgba(158,158,158,.2) none repeat scroll 0 0;
}

.mdl-button--table {
	top: -7px;
    max-height: 32px;
    min-width: 32px;
    padding: 0;
}

.clients-for-search {
	font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    max-width: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearButton {
	cursor: pointer;
    float: left;
    font-weight: 900;
    font-family: "Roboto";
    margin-right: 16px;
}

.clearButton.afterInput {
    position: absolute;
    right: 0;
    top: 24px;
    margin-right: 0;
}

.employees {
    /* text-indent: 1em; */
}
.employeesContainer {
	display: inline-block;
	vertical-align: top;
}
.employeesContainer:not(:last-child){
	border-right: 1px solid rgba(0, 0, 0, 0.117647);
}
.reports hr {
	margin: 0;
	border-color: rgba(0, 0, 0, 0.117647);
}

.reports .mdl-data-table:not(#report-table) td {
	border: 1px solid rgba(0, 0, 0, .12);
}

.reports .mdl-data-table:not(#report-table) .mdl-button{
	font-size:12px;
} 

.mdl-data-table th,
.mdl-data-table td {
	max-width: 100%;
}
.comment-cell{
	max-width: 250px !important;
    word-wrap: break-word;
	white-space: -o-pre-wrap; 
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    overflow: hidden;
}

.reports .mdl-data-table:not(#report-table) tr:hover {
	background-color: transparent;
}

.reports #report-table.mdl-data-table tr {
	height: initial;
}

.reports #report-table.mdl-data-table td {
	height: initial;
    padding: 6px 8px;
    font-size: inherit;
	
}

.reports #report-table.mdl-data-table th {
    padding-left: 8px;
    padding-right: 8px;
}

.mdl-cell--4-col > .mdl-card {
	width: 80%;
}

.card-wide.mdl-card {
	width: 640px;
}

.card-wide.mdl-card .mdl-textfield {
	width: 100%;
}

.mdl-card > .mdl-card__title {
	color: #fff;
}

.mdl-card > .mdl-card__title {
	text-align: left;
	height: 150px;
    background-size: 130px;
    background-repeat: no-repeat;
}

.mdl-card__title.login-header {
	background-image: url('icons/logo-bw.png');
	background-position: bottom 22px right 16px;
}

.mdl-card__title.work-header {
	background-image: url('icons/svgs/work_filled.svg');
	background-position: bottom 50% right 3%;
}

.mdl-card__title.client-header {
	background-image: url('icons/svgs/clients2.svg');
	background-position: bottom -3px right 16px;
}

.mdl-cell--8-col.client-background {
	background: url('icons/svgs/clients2.svg') no-repeat bottom right;
	background-size: 80%;
}

.mdl-card__title.contact-header {
	background-image: url('icons/svgs/contacts.svg');
	background-position: bottom right;
}

.mdl-card__title.comment-header {
	background-image: url('icons/svgs/comments.svg');
	background-position: bottom right 4%;
}

.mdl-card__title.project-header {
	background-image: url('icons/svgs/project.svg');
	background-position: bottom right;
}

.mdl-card__title.subscription-header {
	background-image: url('icons/svgs/subscription.svg');
	background-position: bottom right;
}

.mdl-cell--8-col.subscription-background {
	background: url('icons/svgs/subscription.svg') no-repeat bottom right;
	background-size: 80%;
}

.mdl-card__title.watcher-header {
	background-image: url('icons/svgs/login.svg');
	background-position: bottom -23% right 5%;
}

.mdl-card__title.additionalFee-header {
	background-image: url('icons/svgs/additionalfee.svg');
	background-position: bottom right;
}

.mdl-card__title.contract-header {
	background-image: url('icons/svgs/contract2.svg');
	background-position: bottom 50% right 16px;
}

.mdl-card__title.powerAttorney-header {
	background-image: url('icons/svgs/attorneylaw3.svg');
	background-position: bottom 85% right;
}

.mdl-card__title.position-header {
	background-image: url('icons/svgs/position.svg');
	background-position: bottom right 16px;
}

.mdl-cell--8-col.position-background {
	background: url('icons/svgs/position.svg') no-repeat bottom right;
	background-size: 80%;
}

.mdl-card__title.activity-header {
	background-image: url('icons/svgs/activity.svg');
	background-position: bottom right;
}

.mdl-cell--8-col.activity-background {
	background: url('icons/svgs/activity.svg') no-repeat bottom right;
	background-size: 80%;
}

.mdl-card__title.employee-header {
	background-image: url('icons/svgs/employee.svg');
	background-position: bottom right;
}

.mdl-cell--8-col.employee-background {
	background: url('icons/svgs/employee.svg') no-repeat bottom right;
	background-size: 80%;
}

#show h6 {
	margin: 0;
}

.mdl-card__actions {
	text-align: left;
}

.refresh {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1000;
}

.export {
	position: fixed;
	right: 40px;
	bottom: 116px;
	z-index: 1000;
}

.pointer {
	cursor: pointer;
}

.mdl-cell--4-col.mdl-cell--stretch.centerText {
	background-color: white;
	overflow: auto;
}

.mdl-cell--8-col #tab-content {
	/* padding: 40px; */
}

.mdl-cell--8-col #tab-content .list {
	overflow: auto;
}

.mdl-cell--8-col #tab-content table {
	width: 100%;
	border-top-width: 0px;
}

td {
	font-size: 16px;
}

select.mdl-textfield__input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url('icons/svgs/selectarrow.svg') no-repeat center right;
}

select.mdl-textfield__input::-ms-expand {
    display: none;
}

.card-table {
	width: 100%;
}
.card-table h6 {
	margin: 0;
}
.card-table td:last-child {
	text-align: right;
}
#groups{
	max-width: 250px;
overflow: auto;
}
#forward-10{
	position: relative;
	top: -5px;
	left: 50%;
}

.clientInfo{
	width:95%;
	margin:0 auto;
	/*  display:none;  */
	min-height: 100px;
	margin-bottom:150px;
	padding:20px;
}
.clientInfo table{
	width: 90%;
    margin: 10px auto;
	}
#workHistoryContainer{
	overflow-x:auto; 
	margin-bottom:150px;
}
.nameInCard{
	width:60%;
}
.nameInShow{
	width:80%
}
.phidden {
	display: none;
}
.hovered {
	background-color: #eeeeee;
}


#container .reports table th{
	padding:2px;
	text-align:center
}

#container .reports table td{
    white-space: normal;
    word-wrap: break-word;
}


#container .reports table th{
	padding:2px;
	text-align:center
}

#container #reports-table table td{
    white-space: normal;
    word-wrap: break-word;
}

#container #reports-table table .mdl-textfield__input {
	display:inline-block;
}

#container #reports-table table tr th span {
	font-size:14px;
	padding:0px;
		color:white !important;
}

#container #reports-table table {
	position:relative;
}

 #container #reports-table  table thead {
	position: absolute;
	top:0;
	background: #5682ed;
	z-index: 10;
}

#container #reports-table table tbody::before {
  content: '';
  display: block;
  height: 57px;


} 


#container #reports-table table tr > * {
	width:100px !important;
	max-width:100px !important;
	min-width:100px !important;
	word-break:break-word;
	padding:3px;
}


#container #reports-table table tr > :nth-child(1){
	width:250px !important;
	max-width:250px !important;
	min-width:250px !important;	
}

#container #reports-table table tr > :nth-child(6),
#container #reports-table table tr > :nth-child(7),
#container #reports-table table tr > :nth-child(8),
#container #reports-table table tr > :nth-child(9),
#container #reports-table table tr > :nth-child(10),
#container #reports-table table tr > :nth-child(12) {
	width:120px !important;
	max-width:120px !important;
	min-width:120px !important;
}

#container #reports-table table tr > :nth-child(11),
#container #reports-table table tr > :nth-child(14),
#container #reports-table table tr > :nth-child(15) {
	width:220px !important;
	max-width:220px !important;
	min-width:220px !important;
}


.custom-small-button {
	min-width: 32px;
    height: 24px;
    line-height: 24px;
    margin-left:5px;
}

.button {	
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    outline:none;
    cursor: pointer;
}

.btn-toggle {
	margin-left:5px;
	margin-bottom:5px;
	color: #fff;
    background: #5682ed;
    border-color: #5682ed;
}

.toggled {
	color: #707070;
	background: #ccc;
	border-color: #ccc;

}


