html, body {
	font-family: sans-serif;
	font-size: 14px;
}

* {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}

::selection {
	background: #ed1c24;
	color: #fff;
}

::-moz-selection {
	background: #ed1c24;
	color: #fff;
}
/* UTILITIES */
.cl { clear: both; }
.hb-color { color: #ed1c24; }
img { border: 0; }

.float-left {
	float: left;
}
.float-right {
	float: right;
}
/* GLOBALs */

h2 {
	margin: 45px 0 10px;
	font: normal 18px/28px sans-serif;
}

.menu-container {
	height: 57px;
}

.menu-container .logo {
	display: block;
	float: left;
	width: 190px;
	height: 54px;
}

.menu-container .logo .i {
	display: inline-block;
	float: left;
	width: 85px;
	height: 54px;
	background:  url(../images/godzilla.png) 0 0 no-repeat;
	/*z-index: 99999;*/
}

.menu-container .logo .t {
	display: inline-block;
	float: left;
	width: 105px;
	height: 54px;
	background:  url(../images/godzilla.png) -85px 0 no-repeat;
}

.button {
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	background: #ed1c24;
	padding: 3px 12px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.button.readonly {
	background: #ccc;
	cursor: default;
}

a.button:hover {
	text-decoration: underline;
}

a.button.readonly:hover {
	text-decoration: none;
}

h2 .button {
	line-height: normal;
	margin-top: 5px;
}

table.datatable a.button {
	color: #fff;
}

.remove-item {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('../images/remove.png') no-repeat left top;
}

.modified_time {
	font-size: 12px;
}

.time-form label {
	width: 100px;
	text-align: left;
	display: inline-block;
	font-size: 12px;
	height: 32px;
	float: left;
	line-height: 32px;
}

.time-form label[for=nb_projects] {
    line-height: 16px;
}

.time-form .data {
	clear: both;
}

.time-form .data .chzn-container input {
	float: none;
}

.time-form .data input,
.time-form .data span.field {
	width: 140px;
	height: 23px;
	font-size: 12px;
	padding: 0 4px;
	float: left;
	/*position: relative;*/
}

.time-form .data .chzn-container {
	float: left;
	/*position: relative;*/
}

.time-form .data input.long,
.time-form .data span.field.long {
	width: 390px;
}

/*.time-form .data input::after {*/
/*content: "";*/
/*display: block;*/
/*width: 25px;*/
/*height: 25px;*/
/*background: url(../images/icon-calendar.png) 0 0 no-repeat;*/
/*cursor: pointer;*/
/*position: absolute;*/
/*right: -30px;*/

/*}*/

.time-form div.element {
	clear: both;
	width: 900px;
}

.time-form div.element.new-stage, .time-form div.element.new-task {
	max-width: 100%;
}

.time-form span.error {
	float: left;
	background: url('../images/form-error.png') no-repeat left top;
	display: block;
	min-height: 21px;
	width: 250px;
	margin-left: 10px;
	font-size: 12px;
	color: #fff;
	padding-left: 30px;
	padding-top: 6px;
	display: none;
	margin-bottom: 14px;
	position: relative;
}

.time-form span.item {
	font-size: 12px;
	display: inline-block;
	line-height: 32px;
}

.time-form span.error.active {
	display: block;
}

.time-form span.error.active:after {
	content: '';
	position: absolute;
	top: 0;
	left: 16px;
	right: 0;
	bottom: 0;
	background: red;
	z-index: -1;
}

.time-form .data div.element {
	position: relative;
	min-height: 35px;
}

.time-form div.submit {
	margin-top: 25px;
}

.options.cancel {
	margin-left: 30px;
	color: #ED1C24;
	text-decoration: underline;
	background: #fff;
	border: 0px;
	cursor: pointer;
}

.options.cancel:hover {
	text-decoration: none;
}

/**
 * Login Layout
 */
.login-container {
	width: 100%;
}

.login-container div.login {
	position: relative;
	width: 300px;
	margin: 0 auto;
	background: url('../images/godzilla.png') no-repeat center top;
	margin-top: 100px;
	padding-top: 100px;
}

.login-container div.login ul.form-errors {
	list-style-type: none;
	position: absolute;
	top: 80px;
	font-size: 14px;
	color: #ed1c24;
	text-align: right;
	width: 300px;
}

.login-container div.login .data label {
	width: 40px;
	display: inline-block;
}

.login-container div.login .data input {
	width: 242px;
	height: 35px;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 0 4px;
}

.login-container div.login .submit input {
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	background: #ed1c24;
	padding: 0 18px;
	margin-left: 45px;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

.login-container div.login .submit input:hover{
	background: #ff5158;
}


/**
 * Standard Layout
 */

.container {
	width: 1200px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}


/* time */
.container .left-content {
	margin-top: 10px;
	width: 250px;
	float: left;
	font-size: 12px;
}

.container .right-content {
	width: 920px;
	float: right;
}


/* Footer */
.footer-container {
	position: fixed;
	bottom: 0;
	height: 100px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 5px #ed1c24 solid;

	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(20%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%);
	background: linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 20%);
}

.footer {
	background: url('../images/godzilla-footer.png') no-repeat center 48px;;
	height: 100px;
	width: 100%;
}

.predator-container {
	display: block;
	width: 85px;
	height: 54px;
	margin: 0 auto;
	position: relative;
	top: -52px;
	left: 412px;
	z-index: 99999;

	/*-webkit-transition: 500ms;*/
}

.predator {
	display: inline-block;
	float: left;
	width: 85px;
	height: 54px;
	background:  url(../images/godzilla.png) 0 0 no-repeat;
	z-index: 99999;

	/*-webkit-transition: 0ms;*/
}

.cl.for-footer{
	height: 150px;
}

/* user navi */
.container .user-navi {
	font-size: 12px;
	float: right;
}

.container .user-navi span.user span {
	margin-left: 36px;
	font-weight: bold;
}

.container .user-navi span.user a{
	text-decoration: none;
	color: #000;
}

.container .user-navi a.logout {
	margin-left: 36px;
	color: #ed1c24;
	text-decoration: none;
}

.container .user-navi a.logout:hover {
	text-decoration: underline;
}


/* main menu */
.container ul.navigation {
	list-style-type: none;
	float: right;
	clear: right;
	margin-top: 30px;
}

.container ul.navigation li {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
}

.container ul.navigation li a{
	text-decoration: none;
	color: #000;
	margin-left: 43px;
}

.container ul.navigation li a:hover {
	color: #656464;
}


.container ul.navigation li.active a {
	color: #bdbcbc;
}


/* sub-menu */
.container ul.sub-menu {
	list-style-type: none;
	margin-bottom: 30px;
}

.container ul.sub-menu li {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin-right: 43px;
}

.container .sub-menu-line {
	width: 1200px;
	height: 1px;
	background: #000;

}

.container ul.sub-menu li.active {
	background: url('../images/menu-arrow.png') no-repeat center -1px;
	padding-top: 16px;
}

.container ul.sub-menu li a{
	text-decoration: none;
	color: #000;
}

.container ul.sub-menu li a:hover {
	color: #656464;
}


.container ul.sub-menu li.active a {
	color: #bdbcbc;
}


/*  Calendar  */

.datepickerDays a {
	width: 22px;
}

.time-callendar {
	position: relative;
	font-size: 12px;
	height: 220px;
}

.datepickerContainer {
	background: #fff;
	top: 0;
	left: 0;
}

div.datepicker.time a{
	color: #000;
	margin: 4px 0;
	text-align: center;
}

div.datepicker tbody.datepickerDays a span {
	padding: 2px;
	width: 15px;
	display: inline-block;
}

div.datepicker tbody th {
	text-align: center;
}

div.datepicker td.datepickerNotInMonth a{
	display: none;
}

div.datepicker tr.mode-select {
	height: 40px;
	vertical-align: top;
}

div.datepicker table {
	border-collapse: separate;
	display: table;
}

div.datepicker thead.mode-select {
	display: table;
	width: 100%;
}

tbody.picker {
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
	display: table;
}


tbody.datepickerDays td.datepickerSelected {
	background: none;
}

tbody.datepickerDays td.datepickerSelected a span {
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

tbody.datepickerDays td.datepickerSelectedEmpty a span {
	background: red;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
}


tbody.datepickerDays td.datepickerSelected a {
	color: #fff;
}

div.datepicker .space {
	width: 35px;
	display: block;
}

div.datepicker tr.days-short {
	height: 25px;
}

div.datepicker .datepickerMonth {
	text-transform: uppercase;
	font-size: 18px;
	width: 160px;
	display: inline-block;
}

div.datepicker .datepickerMonth a {
	display: inline-block;
}

div.datepicker .datepickerGoPrev, div.datepicker .datepickerGoNext {
	width: 15px;
	height: 11px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

div.datepicker .datepickerGoPrev a span {
	background: url('../images/callendar-arrows.png') no-repeat left top;
	width: 5px;
	height: 11px;
	display: inline-block;
	margin-top: 5px;
	cursor: pointer;
}

div.datepicker .datepickerGoNext a span {
	background: url('../images/callendar-arrows.png') no-repeat right top;
	width: 5px;
	height: 11px;
	display: inline-block;
	margin-top: 5px;
	cursor: pointer;
}

div.datepicker tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: none;
}


.container .right-menu {
	float: right;
}

.container .sub-menu-container {
	clear: both;
	margin-top: 55px;
}


.container .content {
	clear: both;
	margin-top:30px;
	position: relative;
}

.container .picked-date {
	font-size: 24px;
	color: #ed1c24;
}

.container .sub-today {
	line-height: 23px;
}

.container .left-days {
	margin: 25px 0;
	text-align: center;
}

.container .left-days.positive span {
	color: green;
}

.container .left-days.negative span {
	color: #ed1c24;
}

.container .time-info {
	text-align: center;
}

.container .time-info span {
	display: block;
	line-height: 20px;
}

.container .time-info span.time-counter {
	color: #ed1c24;
}

.container .weekday-change {
	font-size: 18px;
	margin-top: 26px;
}

.container .weekday-change .active {
	font-weight: bold;
	margin: 0 36px;
	width: 125px;
	display: inline-block;
	text-align: center;
}

.container .weekday-change a {
	text-decoration: none;
	color: #5f5f5f;
}

.container .weekday-change a.day-prev {
	background: url('../images/weekday-arrows.png') no-repeat left top;
	padding: 5px 0 5px 35px;
	width: 125px;
	display: inline-block;
}

.container .weekday-change a.day-next {
	background: url('../images/weekday-arrows.png') no-repeat right bottom;
	padding: 5px 35px 5px 0;
	width: 125px;
	display: inline-block;
	text-align: right;
}

/* DATA TABLE  */

table.datatable {
	width: 100%;
}

table.datatable thead {}

table.datatable thead th {
	height: 32px;
	background: #f9f9f9;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	text-indent: 4px;
	color: #5f5f5f;
}

table.datatable thead td {
	height: 31px;
	font-size: 12px;
	padding-left: 4px;
}

table thead th.vertical,
table thead td.vertical {
	height: 200px;
	font-size: 10px;
	padding: 4px;
	/*-webkit-writing-mode: vertical-lr;*/
	/*writing-mode: vertical-lr;*/
}

table thead th.vertical a,
table thead td.vertical a {
	height: auto;
	/*font-size: 12px;*/
	/*padding-left: 4px;*/
	font-size: 10px;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-lr;

	transform: rotate(180deg);

}

table.datatable tbody td {
	border-bottom: 1px solid #ccc;
	height: 31px;
	font-size: 12px;
	padding-left: 4px;
}

.show-hide-trigger {
	cursor: pointer;
}

.show-hide-trigger:after {
	content: '';
	display: inline-block;
	background: url(../images/sort-arrows.png) no-repeat right 7px;
	width: 7px;
	min-height: 1em;
	vertical-align: middle;
	margin-left: 5px;
}

.show-hide-trigger.show-hide-hidden:after {
	background: url(../images/sort-arrows.png) no-repeat right -33px;

}

.show-hide-overflow-hidden {
	height: 0 !important;
	overflow: hidden;
}


table.datatable thead th.border-bottom, table.datatable tbody td.border-bottom {
	border-bottom: 1px solid #ccc;
}

table.datatable thead th.border-top, table.datatable tbody td.border-top {
	border-bottom: 1px solid #ccc;
}

table.datatable thead th.header-padding, table.datatable tbody td.header-padding {
	padding: 10px 0;
}

table.datatable thead th.center, table.datatable tbody td.center {
	text-align: center;
}

table.datatable thead th.hidden,
table.datatable thead td.hidden,
table.datatable tbody td.hidden {
	display: none;
}

table.datatable svg {
	vertical-align: middle;
}

table.datatable tbody .last td {
	border-bottom: 1px solid #000;
}

table.datatable tbody td.dataTables_empty {
	vertical-align: middle;
}

table.datatable tfoot td {
	height: 31px;
	font-size: 12px;
	padding-left: 4px;
}

table.datatable tbody td.editable td {
	/*width: auto;*/
	/*margin: 0;*/
	/*padding: 0;*/
}

table.datatable tbody td.editable input {
	/*width: auto;*/
	/*margin: 0;*/
	/*padding: 0;*/
	border: none;
	font-size: 12px;
	text-indent: -1px;
}

table.datatable thead th span {
	cursor: pointer;
}

table.datatable thead th.sorting_asc span {
	background: url('../images/sort-arrows.png') no-repeat right 7px;
	padding-right: 13px;
}

table.datatable thead th.sorting_desc span {
	background: url('../images/sort-arrows.png') no-repeat right -33px;
	padding-right: 13px;
}

table.datatable tfoot .sum, table.datatable .sum{
	background: #f9f9f9;
}

table.datatable .sum .label {
	text-align: right;
}

table.datatable .sum .label {
	text-align: right;
}

table.datatable.report-user-table .sum td{
	border-bottom: 1px solid #000;
}

table.datatable.report-user-table th.date {
	width: 90px;
}

table.datatable.report-user-table td.desc .text {
	width: 200px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

table.datatable tfoot td input {
	width: 100%;
	height: 28px;
	font-size: 12px;
	border: none;
}


div.dataTables_length {
	margin: 30px 0 20px;
	float: left;
	width: 300px;
}

.left-menu-container + .content div.dataTables_length {
	width: 225px;
}

.left-menu-container + .content div.dataTables_paginate {
	width: 500px;
}

.left-menu-container + .content div.dataTables_info {
	width: 180px;
	text-align: right;
}

div.dataTables_paginate {
	margin: 30px 0 20px;
	width: 550px;
	float: left;
	text-align: center;
}

div.dataTables_paginate span.paginate_active,
div.dataTables_paginate a.paginate_active {
	color: #ed1c24;
}

div.dataTables_paginate a.paginate_active,
div.dataTables_paginate a.paginate_button,
div.dataTables_paginate span.paginate_active,
div.dataTables_paginate span.paginate_button {
	cursor: pointer;
	margin: 0 4px;
	line-height: 32px;
}

div.dataTables_paginate a.paginate_button.first,
div.dataTables_paginate span.paginate_button.first {
	display: inline-block;
	width: 0;
	padding-left: 13px;
	background: url(../images/paginator-arrows.png) 0 0 no-repeat;
	overflow: hidden;
}

div.dataTables_paginate a.paginate_button.last,
div.dataTables_paginate span.paginate_button.last {
	display: inline-block;
	width: 0;
	padding-left: 13px;
	background: url(../images/paginator-arrows.png) -13px 0 no-repeat;
	overflow: hidden;
}

div.dataTables_info {
	margin: 30px 0 20px;
	float: right;
	font-size: 12px;
	line-height: 32px;
}

div.dataTables_length label {
	font-size: 12px;
}

div.dataTables_length div.chzn-container {
	margin-left: 15px;
}

div.dataTables_filter {
	text-align: right;
	margin-bottom: 15px;
}

div.dataTables_filter input {
	width: 200px;
	height: 20px;
	margin-left: 15px;
	padding: 3px;
}

div.dataTables_filter label {
	font-size: 12px;
}


table.datatable a {
	text-decoration: none;
	color: #000;
}

table.datatable a.hover {
	text-decoration: underline;
}

.gray, a.gray { color: gray !important; }

.red,
table.datatable a.red,
table.datatable span.red {
	color: #ed1c24;
}

.green,
table.datatable a.green,
table.datatable a.green {
	color: green;
}

table.datatable .money-val {
	white-space: nowrap;
}

.dataTables_filter {
	position: relative;
}

.dataTables_filter a.clear-table {
	display: inline-block;
	width: 16px;
	height: 18px;
	line-height: 18px;
	background: url('../images/datatables/clear.png') no-repeat left top;
	float: right;
	margin: 0;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 5px;
}

table.datatable tbody td.focus {
	background: #cacaca;
}

table.datatable tbody td.focus.dataTables_empty {
	background: none;
}

/* user open project list  */
table.datatable.time-project-list {

}

table.datatable.time-project-list th.client {
	width: 223px;
}

table.datatable.time-project-list th.project {
	width: 306px;
}

table.datatable.time-project-list th.time {
	width: 80px;
}

table.datatable.time-project-list th.desc {
	width: 220px;
}

table.datatable.time-project-list .hidden {
	display: none;
}

table.datatable.time-project-list th.time span {
	cursor: auto;
}

table.datatable.time-project-list th.remove {
	width: 44px;
}

table.datatable.time-project-list input[type=text] {
	width: 200px;
	height: 23px;
	font-size: 12px;
	padding: 0 4px;
	vertical-align: top;
}

table.datatable.highlighted tr.highlight {
	background: #eeffee;
}

table.datatable input.highlight-checkbox {
	width: auto;
	height: auto;
	border: initial;
	vertical-align: middle;
}

table.datatable input.normal-checkbox {
	width: auto;
	height: auto;
	border: initial;
	vertical-align: middle;
}

select.time-amount {
	width: 70px;
	font-size: 12px;
}

.chzn-container {
	font-size: 12px;
}

.chzn-container .chzn-results .highlighted {
	background: #ed1c24;
}

.chzn-container a.chzn-single span {

}


.chzn-container .active-option {
	font-weight: bold;
	color: #ed1c24;
}

.time-project-list.positive .chzn-container .active-option {
	color: #008000;
}

.toggle-table-list-wrapper {
	display: block;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}


.toggle-table-list {
	display: block;
	clear: both;
	width: 100%;
	height: 32px;
	background: #F9F9F9;
	font-size: 12px;
	line-height: 32px;
	text-decoration: none;
	text-indent: 4px;
	color: #000;
}

.toggle-table-list span {
	display: inline-block;
	padding-right: 13px;
	background: url('../images/sort-arrows.png') no-repeat right -28px;
}

.toggle-table-list.toggled span {
	display: inline-block;
	padding-right: 13px;
	background: url('../images/sort-arrows.png') no-repeat right 12px;
}

/* TOTAL DAILY WORK TIME */

p.daily-work-time {
	float: right;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 12px;
}

.container p.daily-work-time a {
	color: #5f5f5f;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px solid #cccccc;
	-webkit-border-radius : 7px;
	-moz-border-radius: 7px;
	border-radius : 7px;
	margin-left: 15px;
}

.container p.daily-work-time a:hover {
	background: #999;
	color: #ffffff;
}

.container p.daily-work-time span.daily-work-time span.negative {
	color: #ed1c24;
}

.container p.daily-work-time span.daily-work-time span.positive {
	color: green;
}


/* HOLIDAYS */

table.datatable.holidays-list td.date {
	white-space: nowrap;
}

table.datatable.user-holidays-list td.description {
	width: 450px;
}

table.datatable.user-holidays-list th.type {
	width: 124px;
}

table.datatable.user-holidays-list th.date-start {
	width: 136px;
}

table.datatable.user-holidays-list th.date-end {
	width: 136px;
}

table.datatable.user-holidays-list th.total-days {
	width: 202px;
}

table.datatable.user-holidays-list th.description {
	width: 250px;
}

table.datatable.user-holidays-list th.remove {
	width: 44px;
}

select.holidays-filter {
	width: 150px;
}

.container.time-holidays p.info-bar {
	margin-bottom: 15px;
	font-size: 12px;
}

.container.time-holidays p.info-bar span.show-sub {
	padding-right: 10px;
}

.container.time-holidays p.info-bar span.total-holidays {
	padding-left: 45px;
}


.container.time-holidays p.info-bar span.total-holidays span {
	color: #ed1c24;
	font-size: 18px;
}

.container .back-bar a.back {
	background: url('../images/weekday-arrows.png') no-repeat left top;
	padding-left: 20px;
	line-height: 33px;
	display: inline-block;
	margin-bottom: 30px;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}

.container .back-bar .title {
	font-size: 24px;
	color: #ed1c24;
	margin-left: 30px;
	display: inline-block;
	height: 19px;
}

.button.show-holidays-add {
	margin: 30px 0;
	display: inline-block;
}

.holidays-add-container {
	display: none;
	padding-bottom: 150px;
}

.holidays-add-container select {
	width: 150px;
}

.holidays-add-container .time-form label {
	width: 120px;
}

.holidays-add-container .chzn-container {
	float: left;
}

div.datepicker.holidays-add tbody.picker {
	border: none;
}

div.datepicker.holidays-add .datepickerContainer{
	border: 1px solid #E0E0E0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.datepicker.time.holidays-add .space {
	width: 35px;
}


div.datepicker.time.holidays-add .datepickerSpace {
	display: none;
}

div.datepicker.time.holidays-add table td {
	vertical-align: top;
}

div.datepicker.time.holidays-add tbody.datepickerDays td.datepickerSelected a span {
	background: #328a13;
}

div.datepicker.time.holidays-add tbody.datepickerDays td.datepickerSelected:nth-child(7) a span,
div.datepicker.time.holidays-add tbody.datepickerDays td.datepickerSelected:nth-child(8) a span {
	background: #ed1c24;
}

div.datepicker.time.holidays-add .space {
	width: 19px;
}

div.datepicker.time.holidays-add .datepickerGoPrev, div.time.holidays-add .datepickerGoNext {
	margin: 0 6px;
}

.time-form .data input.total-days {
	border: none;
}

.time-form .data input.description {
	width: 320px;
}

.holidays-select {
	width: 120px;
}

.time-index .project-add-container { display: none; }

.project-add-container .chzn-results { min-width: 190px; }

.button.show-project-add {
	margin: 20px 0px;
	display:inline-block;
}

.time-index .clients-filter-wrapper,
.time-index .projects-filter-wrapper
{ display: inline-block; width: 400px; }

.time-index .clients-filter-wrapper select { width: 200px; }
.time-index .projects-filter-wrapper select { width: 300px; }

.time-index .clients-filter-wrapper { width: 270px; }

.time-index .project-add-container .button.send-project-add { display: none; }

/* CLIENTS */

table.datatable.clients-list th.number {
	width: 90px;
}

table.datatable.clients-list th.name {
	width: 184px;
}

table.datatable.clients-list th.created {
	width: 184px;
}

table.datatable.clients-list th.modified {
	width: 210px;
}

table.datatable.clients-list th.rates {
	width: 355px;
}

table.datatable.clients-list th.show-projects {
	width: 105px;
}

table.datatable.clients-list a {
	text-decoration: none;
	color: #000;
}

table.datatable.clients-list a:hover {
	text-decoration: underline;
}

table.datatable a.red,
table.datatable span.red {
	color: #ed1c24;
}

table.datatable a.green,
table.datatable a.green {
	color: green;
}


.clients-index.container .button.show-client-add {
	margin: 30px 0;
	display: inline-block;
}


table.datatable.clients-list tbody td.number a {
	background: url('../images/icon-edit.png') no-repeat left 3px;
	padding-left: 35px;
	line-height: 31px;
	display: inline-block;
	height: 31px;
}


table.datatable.clients-list tbody td.number a {

}


.clients-index.container .client-add-container{
	padding-bottom: 150px;
	display: none;
}

.clients-index.container .client-add-container.show{
	display: block;
}


/* CLIENTS EDIT */
.clients-client-edit.container form.client-add input.name,
.clients-client-edit.container form.client-add input.company-name,
.clients-client-edit.container form.client-add input.company-address {
	width: 260px;
}

.clients-client-edit.container div.readonly {
	position: absolute;
	top: 140px;
	left: 280px;
}

.clients-client-edit.container .modified_by_txt {
	padding-left: 50px;
	display: inline-block;
}


.clients-client-edit.container .modified_by_name {
	padding-left: 50px;
	display: inline-block;
}

.clients-client-edit.container form.client-add fieldset.company-info {
	margin-top: 110px;
	border: none;
}

.clients-client-edit.container form.client-add fieldset.observation {
	margin-top: 40px;
	border: none;
}

.clients-client-edit.container fieldset.rates-change-container {
	margin-top: 30px;
	border: none;
}

.clients-client-edit.container form.client-add div.submit {
	float: left;
}

.clients-client-edit.container form.client-add fieldset.company-info legend,
.clients-client-edit.container form.client-add fieldset.observation legend,
.clients-client-edit.container fieldset.rates-change-container legend {
	margin-bottom: 20px;
	display: block;
	height: 18px;
	border-bottom: 3px solid #666;
	width: 472px;
	font-size: 12px;
	float: left;
}

.clients-client-edit.container fieldset.rates-change-container legend { float:none; }

.clients-client-edit.container .options {
	margin-top: 30px;
	display: inline-block;
	font-size: 12px;
}

.clients-client-edit.container .options.cancel {
	margin-left: 30px;
	color: #ed1c24;
}


.clients-client-edit.container .options.remove {
	color: #ed1c24;
	text-decoration: none;
	background: url('../images/remove.png') no-repeat right top;
	padding-right: 20px;
	margin-left: 150px;
}

.clients-client-edit.container .options.remove:hover {
	text-decoration: underline;
}


.clients-client-edit.container .rates-container {
	width: 472px;
	text-align: right;
	padding-bottom: 100px;
}

.clients-client-edit.container span.show-client-rates {
	margin-top: 30px;
	display: inline-block;

}

.clients-client-edit.container .rates-change-container {
	text-align: left;
	display: none;
}

.clients-client-edit.container .rates-change-container.show{
	display: block;
}

.clients-client-edit.container table.client-rates td.position {
	width: 200px;
}


.clients-client-edit.container table.client-rates td.default {
	width: 150px;
}

.clients-client-edit.container table.client-rates td.dedicated-rates {
	width: 10px;
}

.clients-client-edit.container form.rates-change input.button {
	margin-top: 25px;
	margin-bottom: 25px;
}


/* PROJECTS */

table.datatable.projects-list th.number {
	width: 90px;
}

table.datatable.projects-list th.name {
	width: 350px;
}

table.datatable.projects-list th.created {
	width: 184px;
}

table.datatable.projects-list th.modified {
	width: 210px;
}

table.datatable.projects-list th.status {
	width: 100px;
}

table.datatable.projects-list th.show-report {
	width: 100px;
}

table.datatable.projects-list th.show-estimate {
	width: 100px;
}

table.datatable.projects-list th.remove {

}

table.datatable.projects-list a:hover {
	text-decoration: underline;
}


.clients-index.container .button.show-project-add {
	margin: 30px 0;
	display: inline-block;
}


table.datatable.projects-list tbody td.number a {
	background: url('../images/icon-edit.png') no-repeat left 3px;
	padding-left: 35px;
	line-height: 31px;
	display: inline-block;
	height: 31px;
}



.container.clients-projects .button.show-project-add {
	display: inline-block;
	margin-top: 25px;
}

.container.clients-projects .project-add-container{
	display: none;
}

.container.clients-projects .project-add-container.show{
	display: block;
}

.container.clients-projects .users-select {
	width: 400px;
}

.container.clients-projects #client_id_chzn {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

.container.clients-projects .client-select {
	width: 200px;
}

.project-add.time-form label {
	width: 180px;
}

.project-add.time-form select {
	width: 400px;
}

.container.clients-projects .project-add-container {
	margin-top: 25px;
}


/* PROJECT EDIT */

.container.clients-project-edit select.client-select {
	width: 200px;
}

.container.clients-project-edit .users-select {
	width: 400px;
}

.container.clients-project-edit #users_chzn {
	float: left;
}


.container.clients-project-edit .time-form .data input.created {
	margin-top: 5px;
	border: none;
	width: 400px;
}

.container.clients-project-edit .time-form .data input.modified {
	margin-top: 5px;
	border: none;
	width: 400px;
}

.time-form div.submit {
	float: left;
	width: 70px;
}

.right-content a.cancel.options {
	float: left;
	margin-top: 26px;
	color: #ed1c24;
	font-size: 12px;
}

.right-content a.cancel.options:hover {
	text-decoration: none;
}


/* REPORTs */

.reports-report-project.container .content,
.reports-report-user.container .content,
.reports-report-users.container .content,
.reports-report-profit-project.container .content,
.reports-report-profit.container .content,
.reports-report-profit-client.container .content,
.reports-report-profit-total.container .content,
.reports-report-profit-departaments.container .content,
.reports-report-department.container .content {
	float: right;
	width: 905px;
	clear: none;
}

.reports-filter,
.reports-add-costs,
.reports-estimates,
.reports-apply,
.reports-stats {
	clear: both;
}

.reports-estimates {
	margin-bottom: 10px;
}

.reports-stats { margin-top: 25px; }

.left-menu-container {
	margin-top: 30px;
	width: 295px;
	float: left;
}

.left-menu-container ul li {
	list-style: none;
}

.left-menu-container ul.bb li {
	width: 280px;
	border-bottom: 1px solid #cccccc;
}

.left-menu-container ul li a {
	display: inline-block;
	font: 18px/34px sans-serif;
	color: #000;
	text-decoration: none;
}

.left-menu-container ul.bb li a {
	line-height: 32px;
}

.left-menu-container ul.bb li.active {
	position: relative;
}

.left-menu-container ul.bb li.active::after {
	content: "";
	width: 15px;
	height: 32px;
	background: url(../images/menu-left-arrow.png) right 11px no-repeat;
	position: absolute;
	top: 0;
	right: -15px;
}

.left-menu-container ul li.active a {
	padding-right: 15px;
	background: url(../images/menu-left-arrow.png) right 13px no-repeat;
	font-weight: bold;
	color: #5f5f5f;
}

.left-menu-container ul.bb li.active a {
	padding-right: 0;
	background: none;
	font-weight: bold;
	color: #5f5f5f;
}

.reports-add-costs {
	margin-bottom: 20px;
}

.reports-add-costs .client-select {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

.reports-add-costs label {
	display: inline-block;
	line-height: 30px;
}

.reports-add-costs .client-select label {
	width: 49px;
}

.reports-add-costs .client-select select {
	width: 850px;
}

.reports-add-costs .chzn-container-multi {
	vertical-align: top;
}

.costs-table {
	margin-bottom: 10px;
}

.project-costs table.datatable tbody td.focus.clean {
	background: none;
}

.project-costs table.datatable tbody td form input {
	border: none;
	font-size: 12px;
}

.project-costs table.datatable td .cost_departament {
	width: 240px;
}

.project-costs table.datatable thead th.cost_description {
	width: 400px;
}

.project-costs table.datatable thead th.amount {
	width: 120px;
}

.project-costs table.datatable thead th.departament  {
	width: 300px;
}

.project-costs table.datatable tfoot td {
	padding-right: 5px;
}

.project-costs table.datatable tfoot td input {
	width: 100%;
	height: 28px;
	font-size: 12px;
	border: none;
}

.reports-report-profit-project .new-business-projects,
.reports-report-profit .new-business-projects{
	margin-top: 20px;
}

.reports-report-profit-project .new-business-projects label,
.reports-report-profit .new-business-projects label{
	line-height: 30px;
}

.reports-report-project .time-filter-wrapper .time-form label {
	width: 54px;
}

.reports-stats .dataTables_wrapper {
	margin-bottom: 20px;
}

/* FILTERs  */

.reports-filter {
	margin-bottom: 20px;
}

.reports-filter .clients-filter-wrapper,
.reports-filter .projects-filter-wrapper,
.reports-filter .user-filter-wrapper,
.reports-filter .time-filter-wrapper {
	margin-bottom: 10px;
}

.reports-filter .time-filter-wrapper {
	display: none;
}

.reports-filter .user-filter-wrapper label {
	display: inline-block;
	width:  96px;
}

.reports-filter .clients-filter-wrapper label,
.reports-filter .projects-filter-wrapper label {
	display: inline-block;
	width:  50px;
}

.reports-filter .clients-filter-wrapper select.clients,
.reports-filter .user-filter-wrapper select.users,
.reports-filter .projects-filter-wrapper select.projects {
	width:  400px;
}

.reports-report-profit-project .reports-add-costs .new-business-projects,
.reports-report-profit .reports-add-costs .new-business-projects,
.reports-report-profit-client .reports-add-costs .new-business-projects{
	display: none;
}

.container .reports-apply {
	display: none;
	margin-top: 20px;
}

.container.reports-report-profit-project .reports-apply { }

.new-business-projects {
	margin-bottom: 10px;
}

.new-business-projects label {
	display: inline-block;
	width: 289px;
}

.new-business-projects .chzn-container-multi {
	margin-left: 10px;
	vertical-align: top;
}

.reports-add-costs .new-business-projects select.nb-list {
	width: 600px;
}

.reports-apply {
	text-align: right;
}

.selected-projects-list {
	margin-top: 50px;
}

.reports-filter .time-filter-wrapper .time-form .data {
	margin-bottom: 10px;
}

.report-data-table thead td {
	width: 200px;
}

.user-select-wrapper,
.dep-select-wrapper,
.other-costs-wrapper {
	margin-bottom: 10px;
}

.user-select-wrapper label,
.dep-select-wrapper label {
	display: inline-block;
	width: 96px;
	line-height: 30px;
}

.other-costs-wrapper {
	padding-left: 99px;
}

.other-costs-wrapper input,
.other-costs-wrapper label {
	line-height: 30px;
	vertical-align: middle;
}

.user-select-wrapper select,
.dep-select-wrapper select {
	width: 800px;
}

.user-select-wrapper .chzn-container-multi,
.dep-select-wrapper .chzn-container-multi {
	vertical-align: top;
}

.reports-report-profit-departaments .accordion-filters-menu {
	width: 350px;
	margin-bottom: 10px;
	margin-left: 16px;
	padding-bottom: 0;
	border: none;
}

.reports-report-profit-departaments .accordion-filters-menu h3 {
	background-position: 305px 12px;
	position: relative;
}

.reports-report-profit-departaments .accordion-filters-menu h3.collapse {
	background-position: 305px -27px;
	background-color: #fff;
}

.reports-report-profit-departaments .accordion-filters-menu h3 label {
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.reports-report-profit-departaments .accordion-filters-menu ul {
	padding: 15px 0;
}

.reports-report-profit-departaments .accordion-filters-menu ul li {
	border-bottom: 1px solid #cccccc;
	line-height: 23px;
}

.reports-report-profit-departaments .accordion-filters-menu ul li:last-child {
	border-bottom: none;
}

.reports-report-profit-departaments .accordion-filters-menu ul li .btn-select {
	display: block;
	width: 34px;
	height: 23px;
	/*background: url(../images/remove.png) 0 0 no-repeat;*/
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}

.reports-report-profit-departaments .accordion-filters-menu ul li .btn-select input {
	position: relative;
	top: 2px;
}

.reports-report-profit-departaments .other-costs-wrapper {
	padding-left: 30px;
}
.reports-report-profit .time-form label,
.reports-report-profit-departaments .time-form label {
	width: 30px;
}

.reports-report-profit-departaments .button {
	display: inline-block;
	margin: 10px 0 0 30px;
}

.reports-report-profit-departaments .dep-filter,
.reports-report-profit-departaments .dataTables_wrapper {
	margin-bottom: 20px;
}

.report-dep-estimates-table .estimates-filter-header {
	background: #f9f9f9;
	padding: 0 0 0 8px;

}

.report-dep-estimates-table .estimates-filter-header span {
	display: inline-block;
	padding: 0 13px 0 0;
	background: url('../images/sort-arrows.png') no-repeat right -28px;
	line-height: 32px;
	font-size: 12px;
	color: #000;
	cursor: pointer;
}

.report-dep-estimates-table .estimates-filter-header.opened span {
	background: url('../images/sort-arrows.png') no-repeat right 12px;
}

.report-dep-estimates-table tbody tr {
	cursor: pointer;

}

/*
 Employees
*/


.employees-user-edit.container .time-form .data input.block-access { width: auto; }


/* employees filters */

.accordion-filters-menu {
	display: block;
	width: 244px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border: 1px solid #cccccc;
	border-left: 2px solid #e5e5e5;
}

.accordion-filters-menu h3 {
	background: #f9f9f9 url('../images/sort-arrows.png') no-repeat 224px 13px;
	font: 18px/34px sans-serif;
	color: #5f5f5f;
}

.accordion-filters-menu h3.collapse {
	background: #f9f9f9 url('../images/sort-arrows.png') no-repeat 224px -26px;
}

.accordion-filters-menu h3 a {
	display: inline-block;
	width: 100%;
	color: #5f5f5f;
	text-decoration: none;
	text-indent: 15px;
}

.accordion-filters-menu ul {
	padding: 20px 0 0;
}

.accordion-filters-menu ul li {
	padding: 0 30px 0 15px;
	font:  12px/20px sans-serif;
	color: #000;
	list-style: none;
	cursor: pointer;
	position: relative;
}

.accordion-filters-menu ul li:hover {
	background: #f9f9f9;
}

.accordion-filters-menu ul li .label {
	cursor: pointer;
}

.accordion-filters-menu ul li .label .rate {
	float: right;
}

.accordion-filters-menu ul li.active .label {
	font-weight: bold;
}

.accordion-filters-menu ul li.active .btn-remove {
	display: block;
	width: 13px;
	height: 13px;
	background: url(../images/remove.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute;
	top: 3px;
	right: 10px;
}

.accordion-filters-menu ul li a {
	color: #000;
	text-decoration: none;
}

.accordion-filters-menu .btn-edit {
	display: inline-block;
	margin: 10px 0 10px 15px;
	font-size: 12px;
	color: #ed1c24;
	text-decoration: underline;
	text-transform: lowercase;
	cursor: pointer;
}

.container .left-content .button {
	display: inline-block;
	margin-top: 15px;
}

.user-add-form-wrapper {
	display: none;
	margin-top: 20px;
}

.user-add .data { float: left; }

.user-add-form-wrapper.active {
	display:block;
	position: absolute;
}

.user-add-form-wrapper select.position-select {
	width: 150px;
	float: left;
}

.user-add .chzn-container { float: left; }

.dep-add .data .element input {
	width: 420px;
}

.dep-add .data .element select {
	width: 432px;
}

.employees-departament-edit .left-content {
	width: 295px;
}

.employees-departament-edit .time-form label {
	width: 150px;
}

.employees-departament-edit .chzn-choices .search-field input {
	display: none;
}

.employees-departament-edit .right-content {
	width: 585px;
	padding-right: 280px;
}

.employees-holidays .chzn-container {
	vertical-align: middle;
}

.employees-holidays-edit .time-form label {
	width: 120px;
}

.employees-holidays-edit .time-form select {
	width: 200px;
}

.employees-time-mover .chzn-container {
	vertical-align: middle;
}

.employees-time-mover .date {
	width: 100px;
	height: 23px;
	font-size: 12px;
	padding: 0 4px;
}

.employees-time-mover .all-projects {
	margin-top: 10px;
}


.container .right-content .btn-cancel {
	display: block;
	float: left;
	margin-top: 25px;
	font: normal 12px/21px sans-serif;
	color: #ED1C24;
}

.container .right-content .btn-remove {
	display: block;
	float: right;
	margin-top: 25px;
	font: normal 12px/21px sans-serif;
	color: #ED1C24;
}

.employees-departament-edit .dep-add-wrapper {
	position: relative;
}

.employees-departament-edit .dep-add-wrapper input {
	width: 200px;
	height: 23px;
	margin-right: 8px;
	font-size: 12px;
	padding: 0 4px;
}

.employees-departament-edit .dep-add-wrapper span.error {
	position: absolute;
	top: 13px;
	right: -278px;
}

.employees-positions-edit .positions-edit {
	table-layout: fixed;
	width: 920px;
}

.employees-positions-edit .positions-edit th.position-name {
	width: 230px;
}

.employees-positions-edit .positions-edit th.position-rate {
	width: 220px;
}

.employees-positions-edit .positions-edit th.departament {
	width: 415px;
}

.employees-positions-edit .positions-edit th.option {
	width: 55px;
}

.employees-positions-edit .positions-edit tr td:last-child {
	text-align: center;
}

.employees-positions-edit .positions-edit tr td select.chosen {
	width: 300px;
}

/* employees costs */

.employees-costs {
	table-layout: fixed;
	width: 1200px;
}

.employees-costs th.name {
	width: 165px;
}

.employees-costs th.position {
	width: 220px;
}

.employees-costs th.contract {
	width: 160px;
}

.employees-costs th.contract-full {
	width: 160px;
}

.employees-costs th.invoice {
	width: 100px;
}

.employees-costs th.contract-time {
	width: 125px;
}

.employees-costs th.hourly-rate {
	width: 190px;
}

.employees-costs th.options {
	width: 80px;
}

.employees-costs td select.position {
	width: 200px;
}

/* employees departaments */
.dep-add-wrapper {
	display: none;
}

/* employees edit */
.role-select { width: 400px; margin-bottom: 150px; }


/* REPORTS */

.reports-filter .time-filter-wrapper.active {
	display: block;
}

/* TABLE PROFIT */
#table-profit-global th.value,
#table-profit-positions th.cost-real,
#table-profit-positions th.cost-estimated,
#table-profit-positions th.margin,
#table-profit-departaments th.cost-real,
#table-profit-departaments th.cost-outside,
#table-profit-departaments th.cost-estimated,
#table-profit-departaments th.margin {
	text-align: right;
}
#table-profit-global th.head-project_name {
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#table-profit-global th.head-col_name {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
}

#table-profit-global thead td {
	border-bottom: 1px solid #ccc;
}

#table-profit-global td.stats-value,
#table-profit-positions td.stats-value,
#table-profit-departaments td.stats-value {
	text-align: right;
}
#table-profit-global.profitability th,
#table-profit-global.profitability td {
	padding: 5px;
}
#table-profit-global td.individual-time{text-align:center;font-size:10px;}
#table-profit-global td.color-gray{background-color:#fbfbfb;}
#table-profit-global td.color-peach{background-color:#ffe8bf;}
#table-profit-global td.color-red{background-color:#ffbebe;}
#table-profit-global td.color-green{background-color:#bfffbf;}

#table-project-estimates th label {
    font-size: 12px;
}

#table-project-projects th label {
    font-size: 12px;
}

#table-project-projects th[align=right], #table-project-projects td[align=right] {
    text-align: right;
}

/* LOADING */
.preloader {
	width: 521px;
	height: 249px;
	background: url('../images/godzilla-loading.png') no-repeat left top;
}

/* ESTIMATES */
.estimate-add-container { display: none; margin-top: 30px; }
.estimate-add-container select { width: 250px; }
.estimate-add-container select#project_id { width: 350px; }
.estimate-add-container .chzn-results { float: left; }

.estimate-add-container .submit { width: 300px !important; }
.estimate-add-container .submit .element { width: 100px; display: inline-block; clear: none; }
.estimate-add-container .submit .element .options.cancel { margin: 0px; }

table.datatable.estimates-list tbody td.estimate-name a {
	background: url('../images/icon-edit.png') no-repeat left 3px;
	padding-left: 35px;
	display: inline-block;
	height: 31px;
	vertical-align: middle;
	display: table-cell;
}
table.datatable.estimates-list tbody td.estimate-name a:hover { text-decoration: underline; }
table.datatable.estimates-list tbody td.estimate-name { width: 220px; }
table.datatable.estimates-list tbody td.client-name { width: 120px; }
table.datatable.estimates-list tbody td.project-name { width: 150px; }
table.datatable.estimates-list tbody td.status { width: 120px; }
table.datatable.estimates-list tbody td.version { width: 100px; }
table.datatable.estimates-list tbody td.version-org { width: 100px; }
table.datatable.estimates-list tbody td.created-by { width: 180px; }
table.datatable.estimates-list tbody td.modified-by { width: 200px; }
table.datatable.estimates-list tbody td.options { width: 50px; }


table.datatable.estimates-list tbody td { height: 60px; }

.estimate-menu-container .estimate-menu-handler {
	width: 33px;
	height: 28px;
	background: url('../images/estimates-arrows.png') no-repeat left top;
	position: relative;
	display: block;
	cursor: pointer;
}

.estimate-menu-container { position: relative; }

.estimate-menu-container .estimate-menu-handler:hover {
	background: url('../images/estimates-arrows.png') no-repeat left bottom;
}

.estimate-menu-container .estimate-menu-handler.expanded {
	background: url('../images/estimates-arrows.png') no-repeat left bottom;
}

.click-cover { display: none; position: absolute; top: 0px; left: 0px; background: transparent; z-index: 1; }

.estimate-menu-container .estimate-menu {
	display: none;
	list-style-type: none;
	position: absolute;
	top: 7px;
	left: -135px;
	z-index: 10;
	background: white;
	border: 1px solid #D7D7D7;
	padding: 10px;
	width: 125px;
}

.estimate-menu-container .estimate-menu li { margin: 4px 0px; }
.estimate-menu-container .estimate-menu li a { cursor: pointer; }
.estimate-menu-container .estimate-menu li:hover { font-weight: bold; }

.estimates-estimate-edit.container .time-form .data div.element.estimate-name input , .estimates-estimate-before-copy.container .time-form .data div.element.estimate-name input { width: 350px; }
.estimates-estimate-edit.container .time-form .data div.element.estimate-name span , .estimates-estimate-before-copy.container .time-form .data div.element.estimate-name span { margin-left: 15px; }
.estimates-estimate-edit.container .time-form .data div.element.estimate-comment input , .estimates-estimate-before-copy.container .time-form .data div.element.estimate-comment input { width: 550px; }

.estimates-estimate-edit.container .options-container, .estimates-estimate-before-copy.container .options-container {
	margin-top: 40px;
}

.estimates-estimate-edit.container .options-container.right , .estimates-estimate-before-copy.container .options-container.right {
	margin-top: 0;
	position: absolute;
	top: 64px;
	right: 0px;
}
.estimates-estimate-edit.container .options-container li , .estimates-estimate-before-copy.container .options-container li { display:block; margin-bottom: 10px; }
.estimates-estimate-edit.container .options-container a , .estimates-estimate-before-copy.container .options-container a { display: block; width: 40px; text-align: center; }

.estimates-estimate-edit.container hr , .estimates-estimate-before-copy.container hr { margin-top: 5px; margin-bottom: 15px; }
.estimates-estimate-edit.container h2 , .estimates-estimate-before-copy.container h2 { font-size: 20px; font-weight: bold; margin-botttom: 0px; }
.estimates-estimate-edit.container .stages-options .new-stage input,
.estimates-estimate-edit.container .stages-options .new-task input , .estimates-estimate-before-copy.container .stages-options .new-task input { width: 300px; margin-right: 20px; }

.estimates-estimate-edit.container .stages-options p , .estimates-estimate-before-copy.container .stages-options p { font-size: 12px; margin-top: 10px; }
.estimates-estimate-edit.container .positions-container h3 {
	margin: 20px 0 10px 31px;
	cursor: pointer;
	position: relative;
}

.estimates-estimate-edit.container .positions-container h3 span {
	display: inline;
	padding: 0;
}

.estimates-estimate-edit.container .positions-container h3:after {
	content:'+';
	position: absolute;
	left: -21px;
}

.estimates-estimate-edit.container .positions-container h3.opened:after {
	content:'-';
}

.estimates-estimate-edit.container .positions-picker , .estimates-estimate-before-copy.container .positions-picker {
	font-size: 12px;
	float: left;
	margin-left: 96px;
}

.estimates-estimate-edit.container .stages-options.time-form , .estimates-estimate-before-copy.container .stages-options.time-form { float: left; width: 500px; }

.estimates-estimate-edit.container .positions-picker span , .estimates-estimate-before-copy.container .positions-picker span { padding-bottom: 5px; display: block; }

.estimates-estimate-edit.container .positions-picker ul , .estimates-estimate-before-copy.container .positions-picker ul {
	border: 1px solid #D7D7D7;
	padding-left: 30px;
	padding-top: 15px;
	width: 572px;
}
.estimates-estimate-edit.container .positions-picker ul , .estimates-estimate-before-copy.container .positions-picker ul { list-style-type: none; position: relative !important; }

.estimates-estimate-edit.container .positions-picker ul li, .estimates-estimate-before-copy.container .positions-picker ul li {
	margin: 0px 10px 10px 0px;
	display: inline-block;
	width: 180px;
	cursor: pointer;
}

.estimates-estimate-edit.container .estimate-data , .estimates-estimate-before-copy.container .estimate-data { margin-top: 15px; padding-right: 15px; /*table-layout: fixed; display: block; width: auto;*/ }
.estimates-estimate-edit.container .estimate-data thead th , .estimates-estimate-before-copy.container .estimate-data thead th { font-size: 12px; height: 80px; padding: 20px 0px; }
.estimates-estimate-edit.container .estimate-data tr:hover , .estimates-estimate-before-copy.container .estimate-data tr:hover { background-color: #f2f2f2; }
.estimates-estimate-edit.container .estimate-data th,
.estimates-estimate-edit.container .estimate-data td , .estimates-estimate-before-copy.container .estimate-data td { border-left-width: 0; border-right-width: 0; }
.estimates-estimate-edit.container .estimate-data thead th.handler , .estimates-estimate-before-copy.container .estimate-data thead th.handler { width: 24px; }
.estimates-estimate-edit.container .estimate-data thead th.remove , .estimates-estimate-before-copy.container .estimate-data thead th.remove { width: 24px; }
/*.estimates-estimate-edit.container .estimate-data thead th.description , .estimates-estimate-before-copy.container .estimate-data thead th.description { width: 250px; }*/
.estimates-estimate-edit.container .estimate-data .position-name , .estimates-estimate-before-copy.container .estimate-data .position-name {
	width: 60px;
	text-align: center;
	max-width: 90px;
	min-width: 60px;

	word-wrap: break-word;

}


.estimates-estimate-edit.container .estimate-data tbody tr.stage , .estimates-estimate-before-copy.container .estimate-data tbody tr.stage { font-weight: bold; text-transform: uppercase; }
.estimates-estimate-edit.container .estimate-data tbody td.position-name,
.estimates-estimate-edit.container .estimate-data tbody td.position-other-cost , .estimates-estimate-before-copy.container .estimate-data tbody td.position-other-cost { text-align: center; min-width: 56px; }
.estimates-estimate-edit.container .estimate-data thead th.position-name .position-total-sum , .estimates-estimate-before-copy.container .estimate-data thead th.position-name .position-total-sum { display: block; margin-top: 10px; }

.hbColVis_collection.TableTools_collection li { list-style-type: none; }
.hbColVis_collection.TableTools_collection li.hidden { color: #cacaca; }

.estimates-estimate-edit.container .estimate-data thead th span.position-title , .estimates-estimate-before-copy.container .estimate-data thead th span.position-title {
	vertical-align: bottom;
	display: table-cell;
	height: 50px;
}

.estimates-estimate-edit.container .estimate-data thead th span.remove-handler , .estimates-estimate-before-copy.container .estimate-data thead th span.remove-handler {
	text-align: center;
	display: block;
	background: url('../images/remove.png') no-repeat left top;
	cursor: pointer;
	width: 13px;
	height: 13px;
	margin: 0px auto;
	margin-top: 10px;
}

.estimates-estimate-edit.container .estimate-data tbody td.handler , .estimates-estimate-before-copy.container .estimate-data tbody td.handler {
	min-width: 20px;
	max-width: 20px;
	width: 20px;
	cursor: pointer;
	background: url('../images/move.png') no-repeat left;
}
.estimates-estimate-edit.container .estimate-data.readonly td.handler , .estimates-estimate-before-copy.container .estimate-data.readonly td.handler { background: none; cursor: default; }

.estimates-estimate-edit.container .estimate-data tbody td.remove , .estimates-estimate-before-copy.container .estimate-data tbody td.remove {
	min-width: 20px;
	max-width: 20px;
	width: 20px;
	cursor: pointer;
	background: url('../images/remove.png') no-repeat left;
}
.estimates-estimate-edit.container .estimate-data.readonly td.remove , .estimates-estimate-before-copy.container .estimate-data.readonly td.remove { background: none; cursor: default; }

.estimates-estimate-edit.container .estimate-data tbody td.description , .estimates-estimate-before-copy.container .estimate-data tbody td.description { min-width: 250px; }
.estimates-estimate-edit.container .estimate-data tbody td.total , .estimates-estimate-before-copy.container .estimate-data tbody td.total { min-width: 65px; text-align: right; }

.estimates-estimate-edit.container .estimate-data tbody tr.ui-sortable-helper , .estimates-estimate-before-copy.container .estimate-data tbody tr.ui-sortable-helper {
	background: #fff;
	border-top: 1px solid #328A13;
	border-bottom: 1px solid #328A13;
}

.estimates-estimate-edit.container .estimate-data .editable form,
.estimates-estimate-edit.container .estimate-data .editable textarea,
.estimates-estimate-edit.container .estimate-data .editable input , .estimates-estimate-before-copy.container .estimate-data .editable input {
	font-size: 12px;
	border: 0px;
}

.estimate-final-calculations { list-style-type: none; margin-top: 20px; font-size: 12px; }
.estimate-final-calculations li { margin-top: 3px; }
.estimate-final-calculations li span:first-child { width: 110px; display: inline-block; text-align: left; }
.estimate-final-calculations li span { text-align: right; width: 100px; display: inline-block; }

.tooltip { display: none; position: absolute; width: 100px; background-color: #fff; border: 1px dotted #ffb6b5; color: #5F5F5F; font-size: 12px; padding: 6px; text-align: center; }


.estimates-estimate-edit.container table.estimate-costs tbody td.cost-description , .estimates-estimate-before-copy.container table.estimate-costs tbody td.cost-description { width: 250px; }
.estimates-estimate-edit.container table.estimate-costs tbody td.cost-amount , .estimates-estimate-before-copy.container table.estimate-costs tbody td.cost-amount { width: 200px; }
.estimates-estimate-edit.container table.estimate-costs input , .estimates-estimate-before-copy.container table.estimate-costs input { border:0px; width: 200px; }

.estimates-estimate-edit.container .status-container , .estimates-estimate-before-copy.container .status-container {
	position: absolute;
	top: 62px;
	left: 695px;
}
.estimates-estimate-edit.container .status-container a , .estimates-estimate-before-copy.container .status-container a { text-decoration: none; }
.estimates-estimate-edit.container .status-container a:hover , .estimates-estimate-before-copy.container .status-container a:hover { text-decoration: underline; }
.estimates-estimate-edit.container .status-container a.gray:hover , .estimates-estimate-before-copy.container .status-container a.gray:hover { text-decoration: none; }

.estimates-estimate-edit.container .please-invoice-container , .estimates-estimate-before-copy.container .please-invoice-container { display: none; }
#popup_container.please-invoice .time-form .element label { width: 180px; }
#popup_container.please-invoice .time-form .element input { float: left; width: 250px; }
#popup_container.please-invoice .time-form .submit input { width: auto; }
#popup_container.please-invoice .time-form .submit { width: auto; }
#popup_container.please-invoice .options.cancel { float: left; margin-top: 30px; font-size: 12px; }
div.datepicker { z-index:99999; }
div.datepicker a { cursor: pointer; }

.estimate-document-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.estimate-document-list, .estimate-document-list * {
	box-sizing: border-box;
}

.estimate-document-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 150px;
	min-height: 170px;
	margin: 5px;
}

.estimate-document-list li a {
	padding: 10px;
	border: 1px solid #999999;
	margin: 0;
	float: left;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #555555;
}

.estimate-document-list li a span {
	padding-top: 10px;
	display: block;
}

.estimate-document-list li a:hover {
	border: 1px solid #333333;
	color: #000000;
}

.estimate-document-list li a img{
	padding: 0;
	margin: 0 auto;
	/*float: left;*/
	width: 100%;
	height: 150px;
	display: block;
	object-fit: contain;
}

