/* --------------------------------

Header Adjustment

-------------------------------- */

.navbar {
	height: 116px;
}

.navbar-extra {

}

.navbar-extra li {
	margin-top: 24px;
	display: inline-block;
}

.navbar-extra li #date{
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}

.navbar-extra #date:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.navbar-extra #date.active {
/* 	background-color: #9C28B1; */
	background-color: rgba(255, 255, 255, 0.25);
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: none;
}

.dashboard-header .header-text {
    margin-top: 14px;
    font-size: 24px;
    color: #fff;
}

.project-team-picker .dropdown-menu {
	margin-left: 18px;
}

.choose-team-menu {
	position: relative;
	margin-top:15px;
}

.panel-body {
	padding: 0;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}

.panel-title {
	height:30px;
}

.alert {
    z-index: 10001;
    width: 85% !important;
    bottom: 10px !important;
    padding-top: 18px;
    position: fixed;
    bottom: 0;
    left: 82px;
	left:116px;
    right: 0;
	box-shadow: 0px 2px 10px #ccc;
	border-width: 2px;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #93DE54;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-info {
	color: #000;
	background-color: #fff;
	border: 1px solid #1A91FF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#trial-alert {
	left: 0;
    margin: 0 auto;
    margin-bottom: 20px;
}

.trial-alert-content {
	text-align:center;
}

.trial-alert-message {
	margin-top:10px;
	display:inline;
	font-size: 16px;
}

.trial-alert-message a {
	color:#1A91FF;
}



/* --------------------------------

Dashboard Content

-------------------------------- */
.dashboard-section-table > tr > td {
	height: 61px;
}

.daily-overview {
  	padding-top: 40px;
  	padding-bottom: 10px;
  	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
}

.dashboard-header {
	height: 65px;
	width: 100%;
	background-color: #1A91FF;
	z-index: 1001;
}

.dashboard-box {
	width: 100%;
	border: 1px solid #ECECEC;
	border-top: none;
	margin-top: 40px;
/* 	margin-left: 60px; */

	background-color: #ffffff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.dashboard-box .panel-default>.panel-heading {
    border-top: 1px solid #ECECEC;
}

.dashboard-box .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent !important;
}

.dashboard-total-box {
	padding-bottom: 60px;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: transparent !important;
}

.panel {
/* 	border: none; */
	margin-bottom: 0px;
}

.panel-group {
	margin-bottom:0px;
}

.arrow-icon {
	width: 15px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 15px;
}

.add-asset-button {
	border-radius: 40px;
	font-size: 20px;
	padding: 0px 20px;
	margin-top: 0px;
}

.arrow-normal {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);

    transition: .3s;
    -webkit-transition: .3s;
}

.arrow-rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);

    transition: .3s;
    -webkit-transition: .3s;
}

.cell-header-text {
	font-size: 18px;
}

.header-text {
	display:block;
	margin-top:6px;
	float:left;
	color:#000;
}

.dashboard-delete-text:hover {
	color: #b62f2b;
}

.dashboard-merge-text:hover {
	color: #1A91FF;
}

.dashboard-archive-text:hover {
	color: rgb(217,181,69);
}

.dashboard-btn {
    display: table-cell;
    padding: 0 8px;
}

.dashboard-btn:hover {
	cursor: pointer;
}

.min {
	width: 9px;
}

.total-col {
	font-weight: 600;
}

.dashboardActivityVisualizationContainer {
	padding-left:10px;
}

.activityVisualization {
	width:100%;
	height:60px;
}

.day-cell {
	width:20px;
	vertical-align: bottom;
}



.circle {
	width: 9px;
	height: px;
	background: #ccc9c9;
	-moz-border-radius: 4.5px;
	-webkit-border-radius: 4.5px;
	border-radius: 4.5px;
}

.circle-circle {
	width: 9px;
	height: 9px;
	border:1px solid #ccc9c9;
	background: #ffffff;
	-moz-border-radius: 4.5px;
	-webkit-border-radius: 4.5px;
	border-radius: 4.5px;
}



.sa {
	border: 0 solid transparent;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	width:1px;
	height:60px;
	background:#ccc9c9;
}

.week-border-container {
	width:10px;
}

.week-border {
/*
    position: absolute;
    margin-top: -30px;
*/
    border: 0 solid transparent;
    width: 1px;
    height: 61px;
    background: #e7e6e6;
    display: block;

}

.reports-screen .week-border {
	position: absolute;
	margin-top: -76px;
	border: none;
	border-style: dashed;
	border-color: #DADADA;
	border-left-width: 1px;
	border-right: none;
	width: 0px;
	height: 140px;
	display: block;
	background:none;
}

.dashboard-object {
	padding-top: 0px;
	cursor: pointer;
}

.dashboard-object:hover {
	background-color: #F7F7F7;
}

.dashboard-object-edit {
	float: right;
	color: #7A7F83
}

.dashboard-object-name {
	margin-right: 8px;
}

/* Normal width is 9px */
.empty-capsule {

	width: 9px;
	height: 2px;
	background-color: #E1E1E1
}

.dashboard-section .empty-capsule {
	margin-bottom:0px;
	width:12px;
	height:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

.capsule {
/* 	position:relative; */
	width: 12px;
}



.capsuletop {
	width: 100%;
	min-height:2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;

	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;

	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.dashboard-section .capsuletop {
	width: 12px;
}

.dashboard-section .capsulebottom {
	min-height:0px;
	width: 12px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;

	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;

	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.capsulebottom {
	width: 100%;
	min-height:2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;

	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;

	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;

}

.wide-capsules .capsule, .wide-capsules .empty-capsule {
	width:70px;

}

.wide-capsules .empty-capsule {
	height: 9px;
	border-radius: 2px;
}

.wide-capsules .capsuletop {
	border-radius: 2px 2px 0 0;
}

.wide-capsules .capsulebottom {
	border-radius:0 0 2px 2px;
}

.animated.shoot-up {
	margin-bottom:0px;
	bottom:0px;
	-webkit-animation-name: shoot-up;
	animation-name: shoot-up;
	-webkit-animation-duration: .9s;
	-moz-animation-duration: .9s;
	-o-animation-duration: .9s;
	animation-duration: .9s;
	-webkit-animation-timing-function:ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;

}

@keyframes shoot-up {
	0% {

		-webkit-transform-origin : bottom;
		-moz-transform-origin : bottom;
		-o-transform-origin : bottom;
		-ms-transform-origin : bottom;
		transform-origin : bottom;
		-webkit-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
	60% {
		-webkit-transform-origin : bottom;
		-moz-transform-origin : bottom;
		-o-transform-origin : bottom;
		-ms-transform-origin : bottom;
		transform-origin : bottom;
		-webkit-transform: scale(1.0, 1.07);
		-moz-transform: scale(1.0, 1.07);
		-ms-transform: scale(1.0, 1.07);
		-o-transform: scale(1.0, 1.07);
		transform: scale(1.0, 1.07);
	}
	80% {
		-webkit-transform-origin : bottom;
		-moz-transform-origin : bottom;
		-o-transform-origin : bottom;
		-ms-transform-origin : bottom;
		transform-origin : bottom;
		-webkit-transform: scale(1.0, 0.99);
		-moz-transform: scale(1.0, 0.99);
		-ms-transform: scale(1.0, 0.99);
		-o-transform: scale(1.0, 0.99);
		transform: scale(1.0, 0.99);
	}
	100% {
		-webkit-transform-origin : bottom;
		-moz-transform-origin : bottom;
		-o-transform-origin : bottom;
		-ms-transform-origin : bottom;
		transform-origin : bottom;
		-webkit-transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
		-ms-transform: scale(1.0, 1.0);
		-o-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}
}

@-webkit-keyframes shoot-up {
	0% {

		-webkit-transform-origin : bottom;
		-moz-transform-origin : bottom;
		-o-transform-origin : bottom;
		-ms-transform-origin : bottom;
		transform-origin : bottom;
		-webkit-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
	60% {
		-webkit-transform-origin : bottom;
		-moz-transform-origin : bottom;
		-o-transform-origin : bottom;
		-ms-transform-origin : bottom;
		transform-origin : bottom;
		-webkit-transform: scale(1.0, 1.07);
		-moz-transform: scale(1.0, 1.07);
		-ms-transform: scale(1.0, 1.07);
		-o-transform: scale(1.0, 1.07);
		transform: scale(1.0, 1.07);
	}
	80% {
		-webkit-transform-origin : bottom;
		-moz-transform-origin : bottom;
		-o-transform-origin : bottom;
		-ms-transform-origin : bottom;
		transform-origin : bottom;
		-webkit-transform: scale(1.0, 0.99);
		-moz-transform: scale(1.0, 0.99);
		-ms-transform: scale(1.0, 0.99);
		-o-transform: scale(1.0, 0.99);
		transform: scale(1.0, 0.99);
	}
	100% {
		-webkit-transform-origin : bottom;
		-moz-transform-origin : bottom;
		-o-transform-origin : bottom;
		-ms-transform-origin : bottom;
		transform-origin : bottom;
		-webkit-transform: scale(1.0, 1.0);
		-moz-transform: scale(1.0, 1.0);
		-ms-transform: scale(1.0, 1.0);
		-o-transform: scale(1.0, 1.0);
		transform: scale(1.0, 1.0);
	}
}

td.dashboardActivityVisualizationContainer.col-md-8 {
    position: relative;
}

.request-box {
    width: 350px;
    padding-top: 4px;
    padding-left: 20px;
    margin-top: 6px;
    margin-left: -4px;
    background-color: rgba(255, 255, 255, 0.88);
    border: 1px solid #F5A623;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	position: absolute;
	top: 0;
/*     z-index: 100; */
}

.merge-box {
    position: relative;;
}

.request-box, .request-pending {
    width: 395px;
}

.proposal-box-commands {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
}

.proposal-box-commands h1 {
	color: #F5A623;
	font-size: 12px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

.proposal-box-img {
	float: left;
	padding-top: 2px;
	padding-right: 4px;
}

#proposal-box-merge-img {
	padding-top: 0px;
}

.rejected-box {
	width: 395px;
    padding-top: 4px;
    padding-left: 20px;
    margin-top: 6px;
    margin-left: -4px;
/*     z-index: 100; */
    background-color: rgba(255, 255, 255, 0.88);
    border: 1px solid #F42323;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
}

.rejected-box-commands {
	display: inline-block;
	margin-top: 10px;
	width: 100%;
	cursor: pointer;
}

.rejected-box-commands h1 {
	color: #F42323;
	font-size: 12px;
	float: left;
	margin-right: 20px;
}

.request-box-text {
	color: #F5A623;
	text-align: left;
	font-size: 12px;
}

.rejected-box-text {
	color: #F42323;
	text-align: left;
	font-size: 12px;
}



/* --------------------------------

Create New Timer Modal

-------------------------------- */

.modal-backdrop.in {
  background-color: #ffffff;
  filter: alpha(opacity=70);
  opacity: .7;
}

.modal-backdrop {
  background-color: #ffffff;
  filter: alpha(opacity=0);
  opacity: 0.0;
}

.modal.in .modal-dialog {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: hoursPop;
	animation-name: hoursPop;
	background-color: #FAFAFA;

}


.modal.fade:not(.in) .modal-dialog {
	-webkit-animation-duration: .15s;
	animation-duration: .15s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
      -webkit-transform: translate(0%, 0px);
      -ms-transform: translate(0%, 0px);
       -o-transform: translate(0%, 0px);
          transform: translate(0%, 0px);
      -webkit-animation-name: hoursPopOut;
	animation-name: hoursPopOut;
}



.modal-content {
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1);
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
  border:1px solid rgba(0,0,0,.05);

  background-color: #FAFAFA;
}

.modal-header {
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
}

.modal-title {
	font-family: 'Open Sans', sans-serif;
  	font-weight: 600;
	font-size: 24px;
	color: #000000;
}

.input-title {
	margin-top: 10px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-bottom: 5px;
    color: #969696;
    font-size: 14px;
    font-weight: initial;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #E9E9E9;
}

.modal-body {
	padding: 0px;
	padding-top:10px;
	padding-bottom:0px;
}

.modal-footer {

}

.modal input,
.form-group-field {
	width: 100%;
	height: 100%;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #E9E9E9;
	padding: 25px;
	margin-top: 10px;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
	font-size: 18px;
	color: #000000;
	border-radius:0px;
}

.modal input:focus {
	border-top: 1px solid #66afe9;
	border-bottom: 1px solid #66afe9;
}

.modal .form-group {
	position: relative;
}

.form-group-field {
	display: table;
}

.form-group-field .field-item {
	display: table-cell;
	vertical-align: middle;
}

.form-group-field .field-item:first-child {
	text-align: left;
}

.form-group-field .field-item:last-child {
	text-align: right;
}

.form-group-field .field-item.description {
	font-size: 16px;
	padding-right: 15px;
}

.project-team-picker {
	display: block;
    position: relative;
    margin-top: 10px;
    float: none;
    clear: left;
    margin-left: 0;
    height:35px;
    padding-left: 20px;
	margin-bottom: 20px;
	text-align: left !important;
}

.color-picker {
	margin-left:20px;
	margin-bottom:30px;
}

.dashboard.color-picker {
	margin: 0;
	padding: 25px;
}

.color-picker-dropdown {
	width: 215px;
	padding-left: 10px;
	padding-top:10px;
	padding-right:0px;
	padding-bottom:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	position:absolute;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: hoursDropdownIn;
	animation-name: hoursDropdownIn;

}

.color-picker-button {
	width: 125px;
	height: 40px;
	border-radius: 4px;
}
.color-picker-button:hover, .color-option:hover {
	cursor:pointer;
	border: 2px solid rgba(0, 0, 0, 0.50);
}
.color-option {
	height: 40px;
	width: 40px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;

	border:2px solid transparent;
	border-radius: 4px;
    white-space: nowrap;
    display:inline-block;
}


.modal .btn-group {
	padding-left: 20px;
	margin-bottom: 40px;

	text-align: left !important;
}

.modal .btn .caret {
	margin-left: 6px;
	margin-left: 20px;
}

#modal-save {
	border: 1px solid #1A91FF;
	color: #1A91FF;
}
.hours-blue{
background: #1A91FF;
}
.blue-text{
color: #1A91FF;
}

.modal .aboutbilling {
	margin-left:20px;
}


/* --------------------------------

Merge Archive Remove Modal

-------------------------------- */

.dashboard-modal .modal-body {
    padding-top: 0;
}

.dashboard-modal .modal-body input {
    margin-top: 0;
}

.dashboard-action-container {
    max-height: 400px;
    overflow: scroll;
    margin-bottom: 15px;
}

.dashboard-action-item {
	display: inline-block;
    margin: 0 2px 4px 2px;
}

/* --------------------------------

Mobile - Dashboard

-------------------------------- */

@media all and (max-width: 1200px)
{

}

@media all and (max-width: 1100px)
{

}

@media all and (max-width: 660px)
{

}

@media all and (max-width: 560px)
{

}

@media all and (max-width: 320px )
{

}

/* --------------------------------

Team Timers - Dashboard

-------------------------------- */
.team-timer-open {
	font-size: 18px;
	margin-left: 20px;
	margin-top: 4px;
}

.team-timer-color-column {
	width: 12px !important;
}

.team-timer-block {
	width: 12px;
	height: 12px;
	margin-left: 7px;
}

.team-timer-name {
	text-align: left;
	padding-left: 0px;
	font-weight: bold;
}

.team-timer-username {
	text-align: left;
	padding-left: 15px;
}
