.chosen-select {
	width: 100%;
}
.chosen-select-deselect {
	width: 100%;
}
.chosen-container {
	display: inline-block;
/* 	font-size: 14px; */
	position: relative;
	vertical-align: middle;
}
.chosen-container .chosen-drop {
	background: #fff;
	border: 1px solid #999;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-color: #d9d9d9;
	box-shadow: 0 8px 8px rgba(0,0,0,.25);
	left: -9000px;
	margin-top: -1px;
	position: absolute;
	top: 100%;
	webkit-box-shadow: 0 8px 8px rgba(0,0,0,.25);
	z-index: 1060;
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
	right: 0;
}
.chosen-container .chosen-results {
	color: #555;
	margin: 0;
	max-height: 240px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: relative;
	webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
	display: list-item;
	line-height: 1.428571429;
	list-style: none;
	margin: 0;
	padding: 2px 6px;
}
.chosen-container .chosen-results li em {
	background: #feffde;
	font-style: normal;
}
.chosen-container .chosen-results li.group-result {
	color: #999;
	cursor: default;
	display: list-item;
	font-weight: bold;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
	cursor: pointer;
	display: list-item;
}
.chosen-container .chosen-results li.highlighted,
.chosen-container-multi .chosen-drop .result-selected:hover {
	background-color: #428bca;
	color: white;
}
.chosen-container .chosen-results li.highlighted em {
	background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
	color: #999;
	display: list-item;
}
.chosen-container .chosen-results .no-results {
	background: #eee;
	display: list-item;
}
.chosen-container .chosen-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px;
	z-index: 1;
}
.chosen-container .chosen-results-scroll span {
	display: inline-block;
	height: 1.428571429;
	text-indent: -5000px;
	width: 9px;
}
.chosen-container .chosen-results-scroll-down {
	bottom: 0;
}
.chosen-container .chosen-results-scroll-down span {
	background: url("../img/chosen-sprite.png") no-repeat -4px -3px;
}
.chosen-container .chosen-results-scroll-up span {
	background: url("../img/chosen-sprite.png") no-repeat -22px -3px;
}
.chosen-container-single .chosen-single {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius:  5px;
	color: #555;
	display: block;
	height: 32px;
	line-height: 34px;
	overflow: hidden;
	padding: 0 0 0 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.chosen-container-single .chosen-single span {
	display: inline-block;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
	background: url("../img/chosen-sprite.png") right top no-repeat;
	display: block;
	font-size: 1px;
	height: 10px;
	position: absolute;
	right: 26px;
	top: 12px;
	width: 12px;
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
	background-position: right 2px;
}
.chosen-container-single .chosen-single div {
	display: inline-block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 18px;
	right: 0;
}
.chosen-container-single .chosen-single div b {
	background: url("../img/chosen-sprite.png") no-repeat 0 7px;
	display: block;
	height: 100%;
	width: 100%;
}
.chosen-container-single .chosen-default {
	color: #999;
}
.chosen-container-single .chosen-search {
	margin: 0;
	padding: 3px 4px;
	position: relative;
	white-space: nowrap;
	z-index: 1000;
}
.chosen-container-single .chosen-search input {
	background: url("../img/chosen-sprite.png") no-repeat 100% -20px,#fff;
	border: 1px solid #ccc;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	margin: 1px 0;
	padding: 4px 20px 4px 4px;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	width: 100%;
}
.chosen-container-single .chosen-drop {
	background-clip: padding-box;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-top: -1px;
	moz-background-clip: padding;
	webkit-background-clip: padding-box;
}
/*.chosen-container-single-nosearch .chosen-search input {*/
/*	left: -9000px;*/
/*	position: absolute;*/
/*}*/
.chosen-container-multi .chosen-choices {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: text;
	height: 1%;
	height: auto!important;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;

}

#planner .chosen-container-multi .chosen-choices {
	border: 1px solid transparent !important;

}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input {
	background: transparent!important;
	border: 0!important;
	box-shadow: none;
	color: #555;
	height: 32px;
	margin: 0;
	outline: 0;
	padding: 4px;
	webkit-box-shadow: none;
}
.chosen-container-multi .chosen-choices .search-field .default {
	color: #999;
}
.chosen-container-multi .chosen-choices .search-choice {
	background-clip: padding-box;
	background-color: #EBFFC4;
	background-repeat: repeat-x;
	border: 1px solid #A5D24A;
	color: #638421;
	cursor: default;
	line-height: 13px;
	margin: 6px 0 3px 5px;
	moz-background-clip: padding;
	padding: 3px 20px 3px 5px;
	position: relative;
	webkit-background-clip: padding-box;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	font-size:12px;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
	background: url("../img/chosen-sprite.png") right top no-repeat;
	cursor:pointer;
	display: block;
	font-size: 1px;
	height: 10px;
	position: absolute;
	right: 4px;
	top: 5px;
	width: 12px;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
	background-position: right -11px;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
	background: #d4d4d4;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
	background-position: right -11px;
}
/*
.chosen-container-multi .chosen-results {
 	margin: 0;
 	padding: 0;
 }
.chosen-container-multi .chosen-drop .result-selected {
	display: none;
}
*/
.chosen-container-active .chosen-single {
	border: 1px solid dodgerBlue;
	transition: border linear .2s,box-shadow linear .2s;
	webkit-transition: border linear .2s,box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid dodgerBlue;
	transition: border linear .2s,box-shadow linear .2s;
	webkit-transition: border linear .2s,box-shadow linear .2s;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	background: transparent;
	border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 7px;
}
#followers_box .chosen-container-multi .chosen-choices{
	border: none;
}
.chosen-container-active .chosen-choices {
	border: 1px solid dodgerBlue;
	border-radius: 5px;
	transition: border linear .2s,box-shadow linear .2s;
	webkit-transition: border linear .2s,box-shadow linear .2s;
}
.chosen-container-active .chosen-choices .search-field input {
	color: #111!important;
}
.chosen-disabled {
	cursor: default;
	opacity: .5!important;
}
.chosen-disabled .chosen-single {
	cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}
.chosen-rtl {
	text-align: right;
}
.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
	direction: rtl;
	margin-left: 26px;
	margin-right: 0;
}
.chosen-rtl .chosen-single div {
	left: 7px;
	right: auto;
}
.chosen-rtl .chosen-single abbr {
	left: 26px;
	right: auto;
}
.chosen-rtl .chosen-choices .search-field input {
	direction: rtl;
}
.chosen-rtl .chosen-choices li {
	float: right;
}
.chosen-rtl .chosen-choices .search-choice {
	margin: 6px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices .search-choice .search-choice-close {
	background-position: right top;
	left: 4px;
	right: auto;
}
.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results .group-option {
	padding-left: 0;
	padding-right: 15px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: 0;
}
.chosen-rtl .chosen-search input {
	background: url("../img/chosen-sprite.png") no-repeat -28px -20px,#fff;
	direction: rtl;
	padding: 4px 5px 4px 20px;
}

/* Grid Chosen begins */

table tbody tr td .chosen-container-active.chosen-with-drop .chosen-single div b,
.trow .tcell .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 7px;
}
table:not(.table-noborder) tbody tr td .chosen-container-single .chosen-single,
.trow .tcell .chosen-container-single .chosen-single {
	height:30px;
	border: 0px;
	line-height: 33px;
	background: transparent;
}
table tbody tr td .chosen-container-single .chosen-single div b,
.trow .tcell .chosen-container-single .chosen-single div b {
	background-position: 0 7px;
}
table tbody tr td .chosen-container,
.trow .tcell .chosen-container {
	font-size: 13px;
}
/* Grid Chosen end */


/*!
 * bootstrap-select v1.4.2
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */

.bootstrap-select.btn-group,
.bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width: 220px;
}

.bootstrap-select {
    /*width: 220px\9; IE8 and below*/
    width: 220px\0; /*IE9 and below*/
}

.bootstrap-select.form-control:not([class*="span"]) {
    width: 100%;
}

.bootstrap-select > .btn {
    width: 100%;
}

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}


.dropdown-menu {
  z-index: 2000;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051;
}

.bootstrap-select .btn:focus {
    outline: none;
    outline-offset: 0px;
}

.bootstrap-select.btn-group .btn .filter-option {
    overflow: hidden;
    position: absolute;
    left: 12px;
    right: 25px;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu dt {
    display: block;
    padding: 3px 20px;
    cursor: default;
}

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
    position: relative;
    padding-left: 35px;
}

.bootstrap-select.btn-group .dropdown-menu li > a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    display: inline-block;
    position: absolute;
    right: 15px;
    margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
    color: #64b1d8;
    color: rgba(255,255,255,0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.form-group.error .bootstrap-select .dropdown-toggle{
    border-color: #b94a48;
}

.bootstrap-select-searchbox {
    padding: 4px 8px;
}

.bootstrap-select-searchbox input {
    margin-bottom: 0;
}


span.multiselect-native-select{position:relative}span.multiselect-native-select select{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px -1px -1px -3px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;left:50%;top:30px}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}


/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


/*!
 * Datepicker for Bootstrap v1.4.0 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */.datepicker{padding:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker.datepicker-rtl{direction:rtl}.datepicker.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-top:0;border-bottom-color:rgba(0,0,0,0.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-top:before{top:-7px}.datepicker-dropdown.datepicker-orient-top:after{top:-6px}.datepicker-dropdown.datepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker>div{display:none}.datepicker.days .datepicker-days,.datepicker.months .datepicker-months,.datepicker.years .datepicker-years{display:block}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:20px;height:22px;border-radius:4px;border:0;font-size:12px}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day:hover,.datepicker table tr td.day.focused{background:#eee;cursor:pointer}.datepicker table tr td.old,.datepicker table tr td.new{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0;color:#999;cursor:default}.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:focus,.datepicker table tr td.today:hover:focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover:focus,.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.today,.open .dropdown-toggle.datepicker table tr td.today:hover,.open .dropdown-toggle.datepicker table tr td.today.disabled,.open .dropdown-toggle.datepicker table tr td.today.disabled:hover{color:#000;background-color:#ffcd70;border-color:#f59e00}.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.today,.open .dropdown-toggle.datepicker table tr td.today:hover,.open .dropdown-toggle.datepicker table tr td.today.disabled,.open .dropdown-toggle.datepicker table tr td.today.disabled:hover{background-image:none}.datepicker table tr td.today.disabled,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today[disabled],.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled:hover[disabled],fieldset[disabled] .datepicker table tr td.today,fieldset[disabled] .datepicker table tr td.today:hover,fieldset[disabled] .datepicker table tr td.today.disabled,fieldset[disabled] .datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover.disabled:hover,.datepicker table tr td.today.disabled.disabled:hover,.datepicker table tr td.today.disabled:hover.disabled:hover,.datepicker table tr td.today[disabled]:hover,.datepicker table tr td.today:hover[disabled]:hover,.datepicker table tr td.today.disabled[disabled]:hover,.datepicker table tr td.today.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td.today:hover,fieldset[disabled] .datepicker table tr td.today:hover:hover,fieldset[disabled] .datepicker table tr td.today.disabled:hover,fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today:hover.disabled:focus,.datepicker table tr td.today.disabled.disabled:focus,.datepicker table tr td.today.disabled:hover.disabled:focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today:hover[disabled]:focus,.datepicker table tr td.today.disabled[disabled]:focus,.datepicker table tr td.today.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover:focus,fieldset[disabled] .datepicker table tr td.today.disabled:focus,fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today:hover.disabled:active,.datepicker table tr td.today.disabled.disabled:active,.datepicker table tr td.today.disabled:hover.disabled:active,.datepicker table tr td.today[disabled]:active,.datepicker table tr td.today:hover[disabled]:active,.datepicker table tr td.today.disabled[disabled]:active,.datepicker table tr td.today.disabled:hover[disabled]:active,fieldset[disabled] .datepicker table tr td.today:active,fieldset[disabled] .datepicker table tr td.today:hover:active,fieldset[disabled] .datepicker table tr td.today.disabled:active,fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today:hover.disabled.active,.datepicker table tr td.today.disabled.disabled.active,.datepicker table tr td.today.disabled:hover.disabled.active,.datepicker table tr td.today[disabled].active,.datepicker table tr td.today:hover[disabled].active,.datepicker table tr td.today.disabled[disabled].active,.datepicker table tr td.today.disabled:hover[disabled].active,fieldset[disabled] .datepicker table tr td.today.active,fieldset[disabled] .datepicker table tr td.today:hover.active,fieldset[disabled] .datepicker table tr td.today.disabled.active,fieldset[disabled] .datepicker table tr td.today.disabled:hover.active{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover{background:#eee;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover{color:#000;background-color:#f7ca77;border-color:#f1a417;border-radius:0}.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today:focus,.datepicker table tr td.range.today:hover:focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover:focus,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.range.today,.open .dropdown-toggle.datepicker table tr td.range.today:hover,.open .dropdown-toggle.datepicker table tr td.range.today.disabled,.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover{color:#000;background-color:#f4bb51;border-color:#bf800c}.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.range.today,.open .dropdown-toggle.datepicker table tr td.range.today:hover,.open .dropdown-toggle.datepicker table tr td.range.today.disabled,.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover{background-image:none}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today.disabled:hover[disabled],fieldset[disabled] .datepicker table tr td.range.today,fieldset[disabled] .datepicker table tr td.range.today:hover,fieldset[disabled] .datepicker table tr td.range.today.disabled,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover.disabled:hover,.datepicker table tr td.range.today.disabled.disabled:hover,.datepicker table tr td.range.today.disabled:hover.disabled:hover,.datepicker table tr td.range.today[disabled]:hover,.datepicker table tr td.range.today:hover[disabled]:hover,.datepicker table tr td.range.today.disabled[disabled]:hover,.datepicker table tr td.range.today.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today:hover,fieldset[disabled] .datepicker table tr td.range.today:hover:hover,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today:hover.disabled:focus,.datepicker table tr td.range.today.disabled.disabled:focus,.datepicker table tr td.range.today.disabled:hover.disabled:focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today:hover[disabled]:focus,.datepicker table tr td.range.today.disabled[disabled]:focus,.datepicker table tr td.range.today.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover:focus,fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today:hover.disabled:active,.datepicker table tr td.range.today.disabled.disabled:active,.datepicker table tr td.range.today.disabled:hover.disabled:active,.datepicker table tr td.range.today[disabled]:active,.datepicker table tr td.range.today:hover[disabled]:active,.datepicker table tr td.range.today.disabled[disabled]:active,.datepicker table tr td.range.today.disabled:hover[disabled]:active,fieldset[disabled] .datepicker table tr td.range.today:active,fieldset[disabled] .datepicker table tr td.range.today:hover:active,fieldset[disabled] .datepicker table tr td.range.today.disabled:active,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today:hover.disabled.active,.datepicker table tr td.range.today.disabled.disabled.active,.datepicker table tr td.range.today.disabled:hover.disabled.active,.datepicker table tr td.range.today[disabled].active,.datepicker table tr td.range.today:hover[disabled].active,.datepicker table tr td.range.today.disabled[disabled].active,.datepicker table tr td.range.today.disabled:hover[disabled].active,fieldset[disabled] .datepicker table tr td.range.today.active,fieldset[disabled] .datepicker table tr td.range.today:hover.active,fieldset[disabled] .datepicker table tr td.range.today.disabled.active,fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover{color:#fff;background-color:#999;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected:focus,.datepicker table tr td.selected:hover:focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover:focus,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.selected,.open .dropdown-toggle.datepicker table tr td.selected:hover,.open .dropdown-toggle.datepicker table tr td.selected.disabled,.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover{color:#fff;background-color:#858585;border-color:#373737}.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.selected,.open .dropdown-toggle.datepicker table tr td.selected:hover,.open .dropdown-toggle.datepicker table tr td.selected.disabled,.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover{background-image:none}.datepicker table tr td.selected.disabled,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected.disabled:hover[disabled],fieldset[disabled] .datepicker table tr td.selected,fieldset[disabled] .datepicker table tr td.selected:hover,fieldset[disabled] .datepicker table tr td.selected.disabled,fieldset[disabled] .datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover.disabled:hover,.datepicker table tr td.selected.disabled.disabled:hover,.datepicker table tr td.selected.disabled:hover.disabled:hover,.datepicker table tr td.selected[disabled]:hover,.datepicker table tr td.selected:hover[disabled]:hover,.datepicker table tr td.selected.disabled[disabled]:hover,.datepicker table tr td.selected.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected:hover,fieldset[disabled] .datepicker table tr td.selected:hover:hover,fieldset[disabled] .datepicker table tr td.selected.disabled:hover,fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected:hover.disabled:focus,.datepicker table tr td.selected.disabled.disabled:focus,.datepicker table tr td.selected.disabled:hover.disabled:focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected:hover[disabled]:focus,.datepicker table tr td.selected.disabled[disabled]:focus,.datepicker table tr td.selected.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover:focus,fieldset[disabled] .datepicker table tr td.selected.disabled:focus,fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected:hover.disabled:active,.datepicker table tr td.selected.disabled.disabled:active,.datepicker table tr td.selected.disabled:hover.disabled:active,.datepicker table tr td.selected[disabled]:active,.datepicker table tr td.selected:hover[disabled]:active,.datepicker table tr td.selected.disabled[disabled]:active,.datepicker table tr td.selected.disabled:hover[disabled]:active,fieldset[disabled] .datepicker table tr td.selected:active,fieldset[disabled] .datepicker table tr td.selected:hover:active,fieldset[disabled] .datepicker table tr td.selected.disabled:active,fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected:hover.disabled.active,.datepicker table tr td.selected.disabled.disabled.active,.datepicker table tr td.selected.disabled:hover.disabled.active,.datepicker table tr td.selected[disabled].active,.datepicker table tr td.selected:hover[disabled].active,.datepicker table tr td.selected.disabled[disabled].active,.datepicker table tr td.selected.disabled:hover[disabled].active,fieldset[disabled] .datepicker table tr td.selected.active,fieldset[disabled] .datepicker table tr td.selected:hover.active,fieldset[disabled] .datepicker table tr td.selected.disabled.active,fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active{background-color:#999;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover{color:#fff;background-color:#428bca;border-color:#357ebd;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:focus,.datepicker table tr td.active:hover:focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover:focus,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.active,.open .dropdown-toggle.datepicker table tr td.active:hover,.open .dropdown-toggle.datepicker table tr td.active.disabled,.open .dropdown-toggle.datepicker table tr td.active.disabled:hover{color:#fff;background-color:#3276b1;border-color:#285e8e}.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.active,.open .dropdown-toggle.datepicker table tr td.active:hover,.open .dropdown-toggle.datepicker table tr td.active.disabled,.open .dropdown-toggle.datepicker table tr td.active.disabled:hover{background-image:none}.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled],fieldset[disabled] .datepicker table tr td.active,fieldset[disabled] .datepicker table tr td.active:hover,fieldset[disabled] .datepicker table tr td.active.disabled,fieldset[disabled] .datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover.disabled:hover,.datepicker table tr td.active.disabled.disabled:hover,.datepicker table tr td.active.disabled:hover.disabled:hover,.datepicker table tr td.active[disabled]:hover,.datepicker table tr td.active:hover[disabled]:hover,.datepicker table tr td.active.disabled[disabled]:hover,.datepicker table tr td.active.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td.active:hover,fieldset[disabled] .datepicker table tr td.active:hover:hover,fieldset[disabled] .datepicker table tr td.active.disabled:hover,fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active:hover.disabled:focus,.datepicker table tr td.active.disabled.disabled:focus,.datepicker table tr td.active.disabled:hover.disabled:focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active:hover[disabled]:focus,.datepicker table tr td.active.disabled[disabled]:focus,.datepicker table tr td.active.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover:focus,fieldset[disabled] .datepicker table tr td.active.disabled:focus,fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active:hover.disabled:active,.datepicker table tr td.active.disabled.disabled:active,.datepicker table tr td.active.disabled:hover.disabled:active,.datepicker table tr td.active[disabled]:active,.datepicker table tr td.active:hover[disabled]:active,.datepicker table tr td.active.disabled[disabled]:active,.datepicker table tr td.active.disabled:hover[disabled]:active,fieldset[disabled] .datepicker table tr td.active:active,fieldset[disabled] .datepicker table tr td.active:hover:active,fieldset[disabled] .datepicker table tr td.active.disabled:active,fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active:hover.disabled.active,.datepicker table tr td.active.disabled.disabled.active,.datepicker table tr td.active.disabled:hover.disabled.active,.datepicker table tr td.active[disabled].active,.datepicker table tr td.active:hover[disabled].active,.datepicker table tr td.active.disabled[disabled].active,.datepicker table tr td.active.disabled:hover[disabled].active,fieldset[disabled] .datepicker table tr td.active.active,fieldset[disabled] .datepicker table tr td.active:hover.active,fieldset[disabled] .datepicker table tr td.active.disabled.active,fieldset[disabled] .datepicker table tr td.active.disabled:hover.active{background-color:#428bca;border-color:#357ebd}.datepicker table tr td span{display:block;width:23%;height:46px;line-height:46px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{color:#fff;background-color:#428bca;border-color:#357ebd;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover:focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td span.active,.open .dropdown-toggle.datepicker table tr td span.active:hover,.open .dropdown-toggle.datepicker table tr td span.active.disabled,.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover{color:#fff;background-color:#3276b1;border-color:#285e8e}.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td span.active,.open .dropdown-toggle.datepicker table tr td span.active:hover,.open .dropdown-toggle.datepicker table tr td span.active.disabled,.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover{background-image:none}.datepicker table tr td span.active.disabled,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled:hover[disabled],fieldset[disabled] .datepicker table tr td span.active,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active.disabled,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active[disabled]:hover,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active.disabled:hover[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active:hover.disabled:active,.datepicker table tr td span.active.disabled.disabled:active,.datepicker table tr td span.active.disabled:hover.disabled:active,.datepicker table tr td span.active[disabled]:active,.datepicker table tr td span.active:hover[disabled]:active,.datepicker table tr td span.active.disabled[disabled]:active,.datepicker table tr td span.active.disabled:hover[disabled]:active,fieldset[disabled] .datepicker table tr td span.active:active,fieldset[disabled] .datepicker table tr td span.active:hover:active,fieldset[disabled] .datepicker table tr td span.active.disabled:active,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active:hover.disabled.active,.datepicker table tr td span.active.disabled.disabled.active,.datepicker table tr td span.active.disabled:hover.disabled.active,.datepicker table tr td span.active[disabled].active,.datepicker table tr td span.active:hover[disabled].active,.datepicker table tr td span.active.disabled[disabled].active,.datepicker table tr td span.active.disabled:hover[disabled].active,fieldset[disabled] .datepicker table tr td span.active.active,fieldset[disabled] .datepicker table tr td span.active:hover.active,fieldset[disabled] .datepicker table tr td span.active.disabled.active,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active{background-color:#428bca;border-color:#357ebd}.datepicker table tr td span.old,.datepicker table tr td span.new{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker thead tr:first-child th,.datepicker tfoot tr th{cursor:pointer}.datepicker thead tr:first-child th:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.datepicker thead tr:first-child .cw{cursor:default;background-color:transparent}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;font-weight:normal;line-height:1.42857143;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:solid #ccc;border-width:1px 0;margin-left:-5px;margin-right:-5px}

.file-uploader {
	position: relative;
}
.file-uploader .fle {
	cursor: pointer;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity:0);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	visibility: hidden;
}
.file-uploader .file-browse{
  float: left;
    position: relative;
}
.file-uploader .file-list {
	margin-left: 5px;
}
.file-uploader .progress {
	margin-bottom: 0;
	height: 15px;
}
.file-uploader .file-name {
	margin-left: 5px;
}
.file-list .list {
	    margin: 5px 0;
}
.file-list .list .close {
	margin-left: 10px;
}
.file-uploader.dragover {
	border-radius: 5px;  box-shadow: 0 0 3px #C4B2B2;   border: 1px solid #E4C4C4;
	width: 300px; height: 50px; 
}
.file-uploader .progress.uploading {
	background: none;
	background-color: transparent;
	border-radius: 0px;
	box-shadow: none;
	margin-left:10px; height: auto;
}
 

.color-picker {
	border: 1px solid #DDDDDD;
    border-radius: 2px;
    float: left;
    position: relative;
}
.color-picker .current{
	float: left;
    font-size: 14px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    width: 25px;
	color: #000;
	cursor: pointer;
}
.color-picker .current:hover{
	text-decoration: none;
}
.color-picker .current .text{
	font-size: 13px;
    height: 15px;
    line-height: 15px;
    width: 100%;
}
.color-picker .current .bottom{
    height: 10px;
    width: 100%;
}
.color-picker-ddl .dropdown-menu {
	float:left;
	margin: 0;
	padding:5px 0 5px 5px;
	width: 260px;
}
.color-picker-ddl .dropdown-menu li{
	float:left;
    margin: 0;
    padding: 3px;
}
.color-picker-ddl .dropdown-menu li a{
	width: 20px;
	height: 20px;
	float:left;
	margin:0;
	padding:0;
}
.color-picker-ddl .dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
   
}
.color-picker-ddl .dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    
}
.color-picker-ddl .dropdown-menu.pull-left:after {
	left: 10px;
}
.color-picker-ddl .dropdown-menu.pull-left:before {
	left: 9px;
}
.color-picker-ddl .dropdown-menu.pull-right:after {
	right: 10px;
}
.color-picker-ddl .dropdown-menu.pull-right:before {
	right: 9px;
}
.color-picker-ddl .dropdown-menu.pull-top:after {
	 top: -6px;
}
.color-picker-ddl .dropdown-menu.pull-top:before {
	top: -7px;
}
.color-picker-ddl .dropdown-menu.pull-bottom:after {
	border-bottom: 0px;
	border-top: 6px solid #FFFFFF;
	bottom: -6px;
}
.color-picker-ddl .dropdown-menu.pull-bottom:before {
	border-bottom: 0px;
	border-top: 7px solid rgba(0, 0, 0, 0.2);
	bottom: -7px;
}
.color-picker-ddl {
	position: absolute;
	left:0;
	top:0;
}
.color-picker-ddl.open .dropdown-menu { display: block; }

.jq-tbl-resizable {
	table-layout: fixed;
}
.jq-tbl-resizable td,.jq-tbl-resizable th {
	overflow: hidden;
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: relative;
}
.jq-col-handle {
/*	background: none repeat scroll 0 0 #FF0000;*/
	cursor: e-resize;
	display: inline-block;
	float: right;
	min-height: 30px;
	right: 0 !important;
	top: 1px !important;
	width: 5px !important;
	z-index: 5;
}
.jq-col-handle .jq-tbl-resizable {
	position: absolute;
	background-color: red;
	filter: alpha(opacity = 1);
	opacity: 0;
	width: 10px;
	height: 100%;
	top: 0px
}
.jq-tbl-resizable .thead .trow .tcell {
	padding: 5px 0px 5px 5px;
}

/* jquery.Jcrop.css v0.9.12 - MIT License */ /*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
	background: url("../img/vpbg.gif") repeat transparent;
	border: 1px solid #CCC;
}
/* Selection Border */
.jcrop-vline,.jcrop-hline {
	background: #ffffff url("../img/Jcrop.gif");
	font-size: 0;
	position: absolute;
}

.jcrop-vline {
	height: 100%;
	width: 1px !important;
}

.jcrop-vline.right {
	right: 0;
}

.jcrop-hline {
	height: 1px !important;
	width: 100%;
}

.jcrop-hline.bottom {
	bottom: 0;
}

/* Invisible click targets */
.jcrop-tracker {
	height: 100% !important;
	width: 100% !important;
	left: 0 !important;
	top: 0 !important;
	/* "turn off" link highlight */
	-webkit-tap-highlight-color: transparent;
	/* disable callout, image save panel */
	-webkit-touch-callout: none;
	/* disable cut copy paste */
	-webkit-user-select: none;
}

/* Selection Handles */
.jcrop-handle {
	background-color: #333333;
	border: 1px #eeeeee solid;
	width: 7px;
	height: 7px;
	font-size: 1px;
}

.jcrop-handle.ord-n {
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	top: 0;
}

.jcrop-handle.ord-s {
	bottom: 0;
	left: 50%;
	margin-bottom: -4px;
	margin-left: -4px;
}

.jcrop-handle.ord-e {
	margin-right: -4px;
	margin-top: -4px;
	right: 0;
	top: 50%;
}

.jcrop-handle.ord-w {
	left: 0;
	margin-left: -4px;
	margin-top: -4px;
	top: 50%;
}

.jcrop-handle.ord-nw {
	left: 0;
	margin-left: -4px;
	margin-top: -4px;
	top: 0;
}

.jcrop-handle.ord-ne {
	margin-right: -4px;
	margin-top: -4px;
	right: 0;
	top: 0;
}

.jcrop-handle.ord-se {
	bottom: 0;
	margin-bottom: -4px;
	margin-right: -4px;
	right: 0;
}

.jcrop-handle.ord-sw {
	bottom: 0;
	left: 0;
	margin-bottom: -4px;
	margin-left: -4px;
}

/* Dragbars */
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s {
	height: 7px;
	width: 100%;
}

.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w {
	height: 100%;
	width: 7px;
}

.jcrop-dragbar.ord-n {
	margin-top: -4px;
}

.jcrop-dragbar.ord-s {
	bottom: 0;
	margin-bottom: -4px;
}

.jcrop-dragbar.ord-e {
	margin-right: -4px;
	right: 0;
}

.jcrop-dragbar.ord-w {
	margin-left: -4px;
}

/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline {
	background: #ffffff;
	filter: alpha(opacity = 70) !important;
	opacity: .70 !important;
}

.jcrop-light .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #000000;
	border-color: #ffffff;
	border-radius: 3px;
}

/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline {
	background: #000000;
	filter: alpha(opacity = 70) !important;
	opacity: 0.7 !important;
}

.jcrop-dark .jcrop-handle {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ffffff;
	border-color: #000000;
	border-radius: 3px;
}

/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,.solid-line .jcrop-hline {
	background: #ffffff;
}

/* Fix for twitter bootstrap et al. */
.jcrop-holder img,img.jcrop-preview {
	max-width: none;
}
.jcrop-keymgr {
	display: none;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */.fc button,.fc table,body .fc{font-size:1em}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-webkit-touch-callout:none;-khtml-user-select:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc.fc-bootstrap3 a,.ui-widget .fc-event{text-decoration:none}.fc-limited{display:none}.fc-icon,.fc-toolbar .fc-center{display:inline-block}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-bootstrap3 .fc-popover .panel-body,.fc-bootstrap4 .fc-popover .card-body{padding:0}.fc-now-indicator{position:absolute;border:0 solid red}.fc-bootstrap3 .fc-today.alert,.fc-bootstrap4 .fc-today.alert{border-radius:0}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-bootstrap4 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-bootstrap3 hr.fc-divider,.fc-bootstrap4 hr.fc-divider{border-color:inherit}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc.fc-bootstrap4 a{text-decoration:none}.fc.fc-bootstrap4 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap4 .fc-popover.card{position:absolute}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}

/*
* {
	box-sizing: border-box;
}

html {}

body {
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}
*/
#scheduler, .scheduler {
	display: inline-flex;
	flex-direction: column;
	background: white;
/*	font-family: Verdana, sans-serif;*/
	cursor: default;
	font-size: 12px;
	position: relative;
	width: 100%;
}
.sch-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: linear-gradient(to bottom right, #595959, #a6a6a6);
	color: white;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.sch-header > div {
	padding: 12px 12px;
}

.button:hover {
	background: #595959;
	cursor: pointer;
}

.sch-table {
	display: flex;
	flex-direction: row;
	position: relative;

	border: 1px solid #d9d9d9;
	height: 400px;
}

.sch-row-header {
	display: inline-block;
	width: 225px;
	overflow-x: scroll;
	border-right: 1px solid #d9d9d9;
	overflow-y: hidden;
}

.sch-row-header .sch-item {
	display: flex;
	color: #595959;
	align-items: center;
	text-align: left;
	width: 100%;
}
.sch-container-group {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	width: calc(100% - 225px);
	height: 100%;
}
.sch-row-container {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.sch-column-header {
	display: flex;
	flex-direction: row;
}

/*.sch-body.week .sch-column-header .sch-day {
	width: calc(100% / 7);
	min-width: 75px;
}
*/
.sch-day.weekslot, .sch-column-header.weekslot {
	position: sticky;
	top: 0;
	z-index: 5;
}
.sch-day.timeslot, .sch-column-header.timeslot{
	position: sticky;
	top: 28px;
	z-index: 5;
}
.sch-day {
	background: #EEEEEE;
	padding: 5px;
	color: #595959;
	height: 45px;
	text-align: center;
	border-left: 1px solid #d9d9d9;
	white-space: pre-wrap;
	border-bottom: 1px solid #d9d9d9;
	font-weight: bold;
	display: flex;
	flex-direction: column;
}
.sch-day.leave {
	background: #fff2e1;
	font-weight: normal;
}

.sch-day.today {
	background: #e1f2fd;
}
/*.sch-day.mstart {
	background: #feddff;
}*/
.sch-day.mend {
	border-right: 3px solid #d9d9d9;
}
.sch-weekslot.sch-day {
	height: auto;
}
.sch-rsvn-container {
	position: relative;
	height: 100%;
}

.sch-row {
	display: flex;
	flex-direction: row;
}
.sch-row.sch-first {
	border-top: 1px solid #a9a9a9;
	margin-top: 10px;
}
.sch-cell {
	border-left: 1px solid #d9d9d9;
/*	border-bottom: 1px solid #d9d9d9;*/
}
.sch-column-header {
	border-right: 1px solid #d9d9d9;
}

.sch-reservation {
	position: absolute;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	z-index: 1;
}

.sch-reservation-final {
	z-index: 2;
	padding: 5px;
	color: white;
	font-size: 13px;
	white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;
	border-top-color: white;
/*	box-sizing: content-box;*/
}
.sch-reservation-final:hover .ui-resizable-handle {
	background-color: rgba(0, 0, 0, 0.1);
}
.sch-reservation-creating {
	z-index: 1;
	cursor: pointer;

	background: #e5e5e5;
	border: 2px dashed #888 !important;
	color: #888;
	text-align: center;
	opacity: 0.5;
}
.sch-reservation-creating .icon {
	font-size: 20px;
	position: relative;
	top: 30%;
}
.sch-reservation.selected {
	background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.4));
	border: 2px dashed rgba(255,255,255,0.8);
}

.sch-reservation-error {
	background: #ff944d;
	background: linear-gradient(#ff944d, #ff8533);
}

.sch-row-header .sch-item .media {
	padding: 10px;
}
.sch-row-header ul.sch-task-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
/*
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #CCC;
*/
}
.sch-row-header .sch-title {
/*	width: 25%;*/
	display: inline-block;
	height: 100%;
	padding: 5px;
}
.sch-row-header .sch-task-list {
	width: 75%;
	display: inline-block;
	height: 100%;
}
.sch-task-list .sch-task-item {
	padding: 5px;
	min-height: 42px;
	max-height: 42px;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
.sch-item, .sch-body-group {
	border-bottom: 1px solid #d9d9d9;
}
.sch-row-container .sch-body-group:first-child {
	margin-top: 25px;
}
/*
.sch-body-group {
	border-left: 1px solid #d9d9d9;
}*/
.sch-task-list .sch-task-item.sch-new-item {
	border-bottom: 0px;
}

/*
.task-list .task-item.new-item {
	border-bottom: 1px solid #d9d9d9;
}*/
.sch-activity-name {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
}
.sch-tot-hrs {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	border-radius: 15px !important;
	margin-bottom: 10px;
}
.sch-tot-hrs.bg-danger {
	background-color: #d9534f;
	color: #FFF;
}
.sch-tot-hrs.bg-success {
	background-color: #5cb85c;
	color: #FFF;
}
/*
.tot-hrs {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 23px;
}
.tot-hrs.bg-danger {
	background-color: #d9534f;
	color: #FFF;
}
.tot-hrs.bg-success {
	background-color: #5cb85c;
	color: #FFF;
}
*/
.sch-body-group {
	position: relative;
	background-repeat: repeat-y;
}
.sch-canvas-grid {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: inline-block;
}
.sch-worked-hours {
	height: 3px;
	position: absolute;
	top: 0;
	background-color: rgba(0,0,0,0.4);
}
.sch-worked-hours.red {
	background-color: rgba(255,0,0,0.7);
}


.barlittle {
	background-color:#2187e7;  
	background-image: -moz-linear-gradient(45deg, #2187e7 25%, #a0eaff); 
	background-image: -webkit-linear-gradient(45deg, #2187e7 25%, #a0eaff);
	border-left:1px solid #111; border-top:1px solid #111; border-right:1px solid #333; border-bottom:1px solid #333; 
	width:10px;
	height:10px;
	float:left;
	margin-left:5px;
    opacity:0.1;
	-moz-transform:scale(0.7);
	-webkit-transform:scale(0.7);
	-moz-animation:move 1s infinite linear;
	-webkit-animation:move 1s infinite linear;
}
#block_1{
	-moz-animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
#block_2{
	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
}
#block_3{
	-moz-animation-delay: .4s;
	-webkit-animation-delay: .4s;
}
#block_4{
	-moz-animation-delay: .5s;
	-webkit-animation-delay: .5s;
}
#block_5{
	-moz-animation-delay: .6s;
	-webkit-animation-delay: .6s;
}
@-moz-keyframes move{
	0%{
		-moz-transform: scale(1.2);
		opacity:1;
	}
	100%{
		-moz-transform: scale(0.7);
		opacity:0.1;
	}
}
@-webkit-keyframes move{
	0%{
		-webkit-transform: scale(1.2);
		opacity:1;
	}
	100%{
		-webkit-transform: scale(0.7);
		opacity:0.1;
	}
}

/* Blink content of element begins */
@keyframes blink {
	to {
		visibility: hidden;
	}
}
@-moz-keyframes blink {
	to {
		visibility: hidden;
	}
}
@-webkit-keyframes blink {
	to {
		visibility: hidden;
	}
}
.blink {
	animation: 1s steps(2, start) 0s normal none infinite blink;
	-moz-animation: 1s steps(2, start) 0s normal none infinite blink;
	-webkit-animation: 1s steps(2, start) 0s normal none infinite blink;
}
/* Blink content of element finish */

.animation-slideDown {
	animation-name: slideDown;
	-webkit-animation-name: slideDown;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important
}
@keyframes slideDown {
	0%{
		transform: translateY(-100%)
	}
	50%{
		transform:translateY(8%)
	}
	65%{
		transform:translateY(-4%)
	}
	80%{
		transform:translateY(4%)
	}
	95%{
		transform:translateY(-2%)
	}
	100%{
		transform:translateY(0%)
	}
}
@-webkit-keyframes slideDown {
	0%{
		-webkit-transform: translateY(-100%)
	}
	50%{
		-webkit-transform:translateY(8%)
	}
	65%{
		-webkit-transform:translateY(-4%)
	}
	80%{
		-webkit-transform:translateY(4%)
	}
	95%{
		-webkit-transform:translateY(-2%)
	}
	100%{
		-webkit-transform:translateY(0%)
	}
}

.animation-slideUp {
	animation-name: slideUp;
	-webkit-animation-name: slideUp;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	visibility: visible !important
}
@keyframes slideUp {
	0%{
		transform: translateY(100%)
	}
	50%{
		transform:translateY(-8%)
	}
	65%{
		transform:translateY(4%)
	}
	80%{
		transform:translateY(-4%)
	}
	95%{
		transform:translateY(2%)
	}
	100%{
		transform:translateY(0%)
	}
}
@-webkit-keyframes slideUp {
	0%{
		-webkit-transform: translateY(100%)
	}
	50%{
		-webkit-transform:translateY(-8%)
	}
	65%{
		-webkit-transform:translateY(4%)
	}
	80%{
		-webkit-transform:translateY(-4%)
	}
	95%{
		-webkit-transform:translateY(2%)
	}
	100%{
		-webkit-transform:translateY(0%)
	}
}

.animation-slideLeft {
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important
}
@keyframes slideLeft {
	0%{
		transform: translateX(150%)
	}
	50%{
		ransform:translateX(-8%)
	}
	65%{
		transform:translateX(4%)
	}
	80%{
		transform:translateX(-4%)
	}
	95%{
		transform:translateX(2%)
	}
	100%{
		transform:translateX(0%)
	}
}
@-webkit-keyframes slideLeft {
	0%{
		-webkit-transform: translateX(150%)
	}
	50%{
		-webkit-transform:translateX(-8%)
	}
	65%{
		-webkit-transform:translateX(4%)
	}
	80%{
		-webkit-transform:translateX(-4%)
	}
	95%{
		-webkit-transform:translateX(2%)
	}
	100%{
		-webkit-transform:translateX(0%)
	}
}

animation-slideRight {
	animation-name: slideRight;
	-webkit-animation-name: slideRight;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important
}

@keyframes slideRight {
	0%{
		transform: translateX(-150%)
	}
	50%{
		transform:translateX(8%)
	}
	65%{
		transform:translateX(-4%)
	}
	80%{
		transform:translateX(4%)
	}
	95%{
		transform:translateX(-2%)
	}
	100%{
		transform:translateX(0%)
	}
}
@-webkit-keyframes slideRight {
	0%{
		-webkit-transform: translateX(-150%)
	}
	50%{
		-webkit-transform:translateX(8%)
	}
	65%{
		-webkit-transform:translateX(-4%)
	}
	80%{
		-webkit-transform:translateX(4%)
	}
	95%{
		-webkit-transform:translateX(-2%)
	}
	100%{
		-webkit-transform:translateX(0%)
	}
}

/* Effect 1: YouTube loading */
.la-anim-1 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 3px;
	background: #ed4e6e;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	pointer-events: none;
}

.la-anim-1::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	background: #ed4e6e;
	box-shadow: 0 0 15px #ed4e6e, 0 0 5px #ed4e6e;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, box-shadow 2s 4s;
	transition: opacity 0.2s, box-shadow 2s 4s;
	-webkit-transform: rotate(2deg) translateY(-2px);
	transform: rotate(2deg) translateY(-2px);
}

.la-anim-1.la-animate {
	z-index: 100;
	opacity: 0;
	-webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
	transition: transform 5s ease-in, opacity 1s 5s;
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.la-anim-1.la-animate::after {
	box-shadow: 0 0 3px #ed4e6e, 0 0 1px #ed4e6e;
	opacity: 1;
}

/* Effect 2: Fill up from left */
.la-anim-2 {
	position: fixed;
	left: -100%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	pointer-events: none;
}

.la-anim-2.la-animate {
	z-index: 100;
	opacity: 0;
	-webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
	transition: transform 5s ease-in, opacity 1s 5s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

/* Effect 3: Fill up from down */
.la-anim-3 {
	position: fixed;
	top: 100%;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	pointer-events: none;
}

.la-anim-3.la-animate {
	z-index: 100;
	opacity: 0;
	-webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
	transition: transform 5s ease-in, opacity 1s 5s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

/* Effect 4: Expanding box */
.la-anim-4 {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
	transform: translateX(-50%) translateY(-50%) scale(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	pointer-events: none;
}

.la-anim-4.la-animate {
	z-index: 100;
	opacity: 0;
	-webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
	transition: transform 5s ease-in, opacity 1s 5s;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

/* Effect 5: 3d bar bottom */
.la-anim-5 {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 12px;
	background: #ed4e6e;
	-webkit-transform: translate3d(-103%, 0, 0);
	transform: translate3d(-103%, 0, 0);
	pointer-events: none;
}

.la-anim-5::before,
.la-anim-5::after {
	position: absolute;
	content: '';
}

.la-anim-5::before {
	bottom: 100%;
	left: -10%;
	width: 110%;
	height: 6px;
	background: #fb738f;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.la-anim-5::after {
	top: 0;
	left: 100%;
	width: 6px;
	height: 100%;
	background: #d23d5b;
	-webkit-transform: skew(0,-45deg);
	transform: skew(0,-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.la-anim-5.la-animate {
	bottom: -20px;
	z-index: 100;
	-webkit-transition: -webkit-transform 5s ease-in, bottom 0.3s 5.7s;
	transition: transform 5s ease-in, bottom 0.3s 5.7s;
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

/* Effect 6: Pie Timer from Anders Grimsrud http://codepen.io/agrimsrud/pen/EmCoa */
.la-anim-6 svg {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: -1;
	display: block;
	width: 500px;
	height: 500px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
}

.la-anim-6.la-animate svg {
	z-index: 100;
}

#la-anim-6-loader { 
	fill: #fff; 
	fill-opacity: 0.05; 
}

#la-anim-6-border { 
	fill: #000; 
	fill-opacity: 0.05;
}

/* Effect 7: Centered expanding line */
.la-anim-7 {
	position: fixed;
	top: 50%;
	bottom: 0;
	left: 50%;
	z-index: -1;
	width: 0;
	height: 100%;
	background: rgba(0,0,0,0.1);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
}

.la-anim-7.la-animate {
	z-index: 100;
	width: 100%;
	opacity: 0;
	-webkit-transition: width 5s ease-in, opacity 1s 5s;
	transition: width 5s ease-in, opacity 1s 5s;
}

/* Effect 8: Fill sides */
.la-anim-8 div {
	position: fixed;
	bottom: 0;
	z-index: -1;
	width: 50px;
	height: 100%;
	background: rgba(0,0,0,0.1);
	-webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
	transition: transform 5s ease-in, opacity 1s 5s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	pointer-events: none;
}

.la-anim-8 div:first-child {
	right: 0;
}

.la-anim-8.la-animate div {
	z-index: 100;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Effect 9: Surrounding borders */
.la-anim-9 {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	border: 0px solid rgba(0,0,0,0.1);
	pointer-events: none;
}

.la-anim-9 div {
	position: fixed;
	background: #2c3e52;
}

.la-anim-9 div:first-child,
.la-anim-9 div:nth-child(3) {
	width: 0;
	height: 50px;
}

.la-anim-9 div:nth-child(2),
.la-anim-9 div:nth-child(4) {
	width: 50px;
	height: 0;
} 

.la-anim-9 div:first-child {
	top: 0;
	left: 0;
}

.la-anim-9.la-animate div:first-child {
	width: 100%;
	-webkit-transition: width 1.35s linear 0.3s;
	transition: width 1.35s linear 0.3s;
}

.la-anim-9 div:nth-child(2) {
	top: 0;
	right: 0;
}

.la-anim-9.la-animate div:nth-child(2) {
	height: 100%;
	-webkit-transition: height 1.35s linear 1.65s;
	transition: height 1.35s linear 1.65s;
}

.la-anim-9 div:nth-child(3) {
	right: 0;
	bottom: 0;
}

.la-anim-9.la-animate div:nth-child(3) {
	width: 100%;
	-webkit-transition: width 1.35s linear 3s;
	transition: width 1.35s linear 3s;
}

.la-anim-9 div:nth-child(4) {
	bottom: 0;
	left: 0;
}

.la-anim-9.la-animate div:nth-child(4) {
	height: 100%;
	-webkit-transition: height 1.35s linear 4.35s;
	transition: height 1.35s linear 4.35s;
}

.la-anim-9.la-animate {
	z-index: 100;
	border: 50px solid rgba(0,0,0,0.1);
	opacity: 0;
	-webkit-transition: border 0.3s, opacity 0.3s 5.7s;
	transition: border 0.3s, opacity 0.3s 5.7s;
}

/* Effect 10: Corner indicator */
.la-anim-10 {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 300px;
	background: #ed4e6e;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
	transform: translateX(100%) translateY(-100%) rotate(45deg);
	pointer-events: none;
}

.la-anim-10.la-animate {
	-webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
	transform: translateX(50%) translateY(-50%) rotate(45deg);
}

/* Loading circle idea from http://codepen.io/Metty/details/lgJck */
.la-anim-10::before,
.la-anim-10::after {
	position: absolute;
	bottom: 30px;
	left: 50%;
	display: block;
	border: 5px solid #fff;
	border-radius: 50%;
	content: '';
}

.la-anim-10::before {
	margin-left: -40px;
	width: 80px;
	height: 80px;
	border-right-color: #bb344f;
	border-left-color: #bb344f;
	-webkit-animation: rotation 3s linear infinite;
	animation: rotation 3s linear infinite;
}

.la-anim-10::after {
	bottom: 50px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	border-top-color: #bb344f;
	border-bottom-color: #bb344f;
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}


@-webkit-keyframes rotation {
	0% 		{ -webkit-transform: rotate(0deg); }
	50% 	{ -webkit-transform: rotate(180deg); }
	100% 	{ -webkit-transform: rotate(360deg); }
}

@keyframes rotation {
	0% 		{ transform: rotate(0deg); }
	50% 	{ transform: rotate(180deg); }
	100% 	{ transform: rotate(360deg); }
}

/* Effect 11: Big counter */

.la-anim-11 {
	position: fixed;
	right: 20px;
	z-index: -1;
	display: inline-block;
	visibility: hidden;
	overflow: hidden;
	height: 1em;
	text-align: right;
	font-weight: 300;
	font-size: 10em;
	line-height: 1em;
	pointer-events: none;
}

.la-anim-11.la-animate {
	visibility: visible;
}

.la-anim-11::after {
	position: relative;
	width: 100%;
	color: rgba(0,0,0,0.1);
	content: "0%\A 10%\A 22%\A 36%\A 48%\A 53%\A 64%\A 71%\A 83%\A 100%\A";
	white-space: pre;
}

.la-anim-11.la-animate::after {
	-webkit-animation: counter 6s steps(10);
	animation: counter 6s steps(10);
}

@keyframes counter { 
	0% { top: 0; } 
	100% { top: -10em; opacity: 0;} 
}
@-webkit-keyframes counter {
	0% { top: 0; } 
	100% { top: -10em; opacity: 0;} 
}

/* Effect 12: Letter fill */
.la-anim-12 {
	position: relative;
	width: 11em;
	color: rgba(255,255,255,0.6);
}

.la-anim-12::before {
	position: absolute;
	overflow: hidden;
	width: 0;
	color: #fff;
	content: attr(data-content);
	text-align: left;
	white-space: nowrap;
}

.la-anim-12.la-animate::before {
	width: 100%;
	opacity: 0;
	-webkit-transition: width 5.7s linear, opacity 0.3s 5.7s;
	transition: width 5.7s linear, opacity 0.3s 5.7s;
}

/* Effect 13: Flat bar top */
.la-anim-13 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,0.1);
	pointer-events: none;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.la-anim-13::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: #ed4e6e;
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
	transition: opacity 0.3s, transform 0s 0.3s;
}

.la-anim-13.la-animate::before {
	opacity: 1;
	-webkit-transition: -webkit-transform 5.4s linear 0.3s;
	transition: transform 5.4s linear 0.3s;
}

.la-anim-13.la-animate,
.la-anim-13.la-animate::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.wid {
	width: 100%;
}
/* #entity-setting .form-control { */
/* 	width: 60% !important; */
/* } */
#entity-setting #companysetting .thumbnail {
	margin-bottom: 10px;
}
#entity-setting .panel-heading > h4 {
	margin: 5px 0;
}
#entity-setting span.small {
	font-size: 11px;
	font-weight: 500;
}
.requiredOpt {
	color: #A52A2A;
}

#entity-setting #add [class ^="icon-"]:before,#entity-setting #addnondefault [class
	^="icon-"]:before {
	font-size: 16px !important;
}

#entity-setting .close {
	float: none;
}

#company_browse {
	height: auto;
	margin-bottom: 10px;
	position: relative;
}

#company_browse input[type="file"],.file-uploader .file-browse,#company_browse .btn
	{
	height: 100%;
	width: 100%;
}

#entity-setting .file-uploader .file-browse {
	opacity: 0;
}

@media ( min-width : 979px) and (max-width: 1280px) {
	#entity-setting #calendarsetting.span4,#entity-setting #tasktypesetting.span4,#entity-setting #expensetypesetting.span4,#entity-setting #taskstatussetting.span4,#entity-setting #userdepartmentsetting.span4
		{
		width: 31.718%;
	}
	#entity-setting #expensetypesetting.span4 {
		margin-left: 25px;
	}
}

@media ( max-width : 978px) {
	#entity-setting [class *="span"],#entity-setting .uneditable-input[class
		*="span"],#entity-setting .row-fluid [class *="span"] {
		-moz-box-sizing: border-box;
		display: block;
		float: none;
		margin-left: 0;
		width: 100%;
	}
}

#entity-setting .box .header {
	background: none repeat scroll 0 0 #1E8CD1;
	border-radius: 10px 10px 10px 10px;
	color: #FFFFFF;
	height: 35px;
}

#entity-setting #header .pull-left {
	margin-top: 6px;
}

#entity-setting select {
	white-space: nowrap;
}

#entity-setting #amountData {
	background: none repeat scroll 0 0 #E8E6E7;
	border-radius: 5px 5px 5px 5px;
	padding: 0 5px;
}

.gridData {
	margin-top: 5px;
}
#entity-setting table tbody tr td.controls {
	width: 10%;
}
#entity-setting table tbody tr:last-child td a.close {
	display: none;
}

#entity-setting .box.edit_box .header {
	height: 30px;
}

#entity-setting .box.edit_box {
	border: medium none;
}

#entity-setting .btn-save-ctl {
	top: 16px;
}

#entity-setting .box-edit-ctl {
	top: 14px;
}

#entity-setting .box .border,.border {
	border-bottom-color: #76A7B6;
}

#entity-setting ul.chzn-results {
	white-space: normal !important;
}

#entity-setting div#header div.box-edit-ctl {
	display: none;
}

#entity-setting div.box:hover div#header div.box-edit-ctl {
	display: block;
}

table tr td.row-condensed input,.table tr td.row-condensed input,table tr td.row-condensed select,.table tr td.row-condensed select,table tr td.row-condensed,.table tr td.row-condensed {
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
}

table tr td.row-condensed {
	border-left: 1px dashed #CCCCCC;
	border-top: 1px dashed #C9C9C9;
}

table tr td.row-condensed:last-child {
	border-right: 1px dashed #CCCCCC;
}

table tbody.editable tr td.row-condensed,.table tbody.editable tr td.row-condensed
	{
	padding: 4px;
}

table tr:hover td div.selector span:after {
	visibility: visible;
}

.ui-helper-hidden-accessible {
	display: none;
}

.box-condensed .row-condensed > input {
	border: 0px;
}

.box-condensed .row-condensed a,.box-condensed .row-condensed a:hover {
	color: #000000;
	opacity: 0.5;
	text-decoration: none;
}

.box-condensed .row-condensed .radio input[type="radio"],.box-condensed .row-condensed .checkbox input[type="checkbox"]
	{
	min-height: 15px !important;
}
#calendarsetting label {
	font-weight: normal;
}

.sub-title {
	font-size: 13px;
}

.box .sub-title {
	font-size: 15.35px;
}

#entity-setting h5 {
	font-size: 15.35px;
}

#entity-setting strong {
	font-weight: 600;
	font-size: 13px;
}

#entity-setting .list-group-item-heading {
	border-color: #E7D2D1 !important;
}

#entity-setting .gridData {
	margin-top: 5px;
}

#entity-setting .form-group {
	margin-bottom: 11px;
}

#entity-setting .panel {
	margin-bottom: 5px !important;
}

.box .content {
	padding: 5px 10px;
}

#entity-setting .chosen-container {
	display: inline-block;
	font-size: 12px;
	position: relative;
	vertical-align: middle;
}

/* #entity-setting .box #display { */
/* 	cursor: pointer; */
/* } */

#entity-setting #invoicesetting #edit #company_currency_chosen .chosen-drop {
	width: 225px !important;
}

@media ( max-width:980px) {
	#entity-setting .table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		border: 1px solid #dddddd;
	}
}


#gantt-container .gantt {
	position: relative;
	margin:0 0 20px 0;
}
.task-list-group {
	width: 100%;
}
.gdfTable {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}

.gdfTable td,.gdfTable th {
	vertical-align: middle;
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
	font-size: 14px
}

.gdfCell {
	overflow: hidden;
	padding: 4px 2px
}

.gdfColHeader {
	min-width: 5px;
	height: 30px;
}

.gdfCell,.gdfColHeader {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

.ganttLines {
	position: absolute;
	width: 100%;
	height: 1px;
	border-top: 1px solid #eee;
	z-index: 1;
}

.gdfCellInput {
	border: 0 none;
	font-size: 12px;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #d4fbe8;
}

.gdfCellWrap {
	border: 0 none;
	font-size: 12px;
	height: 17px;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	background-color: #ffcccc;
}

.gdfColHeaderOver {
	opacity: .7;
}

.gdfHResizing {
	cursor: w-resize;
}

.splitElement {
	outline-style: none;
	position: absolute;
	height: 100%;
}

.vSplitBar {
	width: 5px;
	background-color: #aaa;
	cursor: w-resize;
	text-align: center;
	color: white;
}

.end {
	border-right: 1px dotted #666
}
.expcoll {
	width: 6px;
	height: 6px;
	margin: 1px;
	padding: 1px;
	background-color: yellow;
	display: inline-block;
	border: 1px solid gray;
}

.expcoll.exp {
	display: none;
}

/*.ganttTable {*/
/*	table-layout: fixed;*/
/*}*/

.ganttTable td,.ganttTable th {
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}

.ganttHead1,.ganttHead2 {
	height: 20px;
}

.ganttHead1 th,.ganttHead2 th {
	border-left: 1px solid white;
}

.ganttToday {
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	border-left: 1px dashed #13AFA5;
	z-index: 2;
}

.ganttHighLight {
	position: absolute;
	width: 100%;
	height: 28px;
	background-color: yellow;
	opacity: .4;
}

.ganttButtonBar {
	position: relative;
	padding: 5px;
}

.ganttButtonBar .buttons {
	float: left;
	margin: 45px 0 0 40px
}

.ganttButtonBar .button span.teamworkIcon {
	font-size: 150%
}

.ganttButtonSeparator {
	border-left: 1px solid gray;
	padding-right: 10px;
	margin-left: 10px;
	font-size: 130%
}

.ganttLinks {
	position: absolute;
	height: 100%;
	top:0px;
}

.task-box-group {
	position: relative;
	z-index: 2;
	width: 100%;
	left: 0px;
}
/*.task-box-group.active {*/
/*	background-color: #E0FFFF;*/
/*}*/
.taskBox {
	position: absolute;
	height: 23px;
	/* margin-top: 4px; */
	margin: 7px auto;
	z-index: 1;
}

.taskBox .layout {
	height: 100%;
	background: #eee; /* Old browsers */
	border-radius: 5px;
	color: #000000;
	overflow: hidden;
	position: relative;
/*	margin-right: 20px; */
}
.taskBox.hasChild .layout.has-milestone {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	height: 24px;
}
.taskBox .layout.has-milestone {
	background: transparent;
	border: none;
	width: 20px;
	display: inline-block;
	left: 3px;
	position: absolute;
	top: 0;
}
.taskBox .layout.hms .milestone{
	width: 14px;
	right: -14px;
}
.taskBox .taskName {
	display: inline-block;
	float: left;
	font-size: 8pt;
	left: 10px;
	position: absolute;
	top: 4px;
	white-space: nowrap;
}
.taskBox .taskStatus {
	display:block;
	height: 8px;
	left: 3px;
	position: relative;
	top: 3px;
	width: 8px;
}

.taskBox .layout .milestone {
	top: 0px;
	position: absolute;
	width: 18px;
	height: 22px;
	display: none;
	font-size: 34px;
	line-height: 22px;
	color: #555;
}
.overdue .taskBox .layout .milestone {
	color: #FF0000;
}
.taskBox .layout .milestone.end {
	right: 0;
}

.taskBox .layout .milestone.active {
	display: block;
}

.taskBox.hasChild .layout:not(.has-milestone) {
	background: none repeat scroll 0 0 #C3C3C3 !important;
	border-width:0px 9px 9px 9px;
	border-style:solid;
	border-color:transparent transparent #FFF transparent;
	border-radius: 0 0 0 0;
	height: 18px;
	color: #FFFFFF;
}
.taskBox.hasChild .taskName {
	color: #000;
	top: 2px;
	left: 1px;
	/*display:none;*/
}
.taskBox.hasChild .layout {
	height: 29px !important;
}
.taskBox .complete_progress {
	display: inline-block;
	position: relative;
	background-color: #000;
	opacity: 0.2;
	height: 23px;
}
.taskBox .progress {
	display: inline-block;
	position: relative;
	background-color: #000;
	border-radius: 10px;
	opacity: 0.2;
	height: 100%;
}
/* .taskBox.hasChild {
} */
.taskBox .taskProgress {
	height: 3px;
	position: absolute;
	left:0px;
	top:0px;
	background:none repeat scroll 0 0 #105B00;
}

.taskBox .layout.extDep {
	background-image: url(hasExternalDeps.png);
}

.taskLabel {
	position: absolute;
	height: 28px;
	color: black;
	text-align: right;
	padding-right: 5px;
	overflow: hidden;
	left: -200px;
	width: 195px;
	white-space: nowrap;
}

.taskDepLine {
	border: 1px solid #FA9F2C;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}

.taskEditRow,.emptyRow {
	height: 30px;
}

.taskEditRow input {
	border: 0 none;
	font-size: 14px;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, sans-serif
}

.taskEditRow.rowSelected td,.taskEditRow.rowSelected input {
	background-color: #FFFF99;
}

.taskStatusBox {
	position: absolute;
	width: 100px;
	height: 24px;
	border: 1px solid #a0a0a0;
	background-color: #fff;
	margin-top: 2px;
	margin-left: -1px;
	padding: 2px
}

.taskStatus[status=STATUS_ACTIVE] {
	background-color: #66FF99;
}

.taskStatus[status=STATUS_DONE] {
	background-color: #0099FF;
}

.taskStatus[status=STATUS_FAILED] {
	background-color: #660066;
}

.taskStatus[status=STATUS_SUSPENDED] {
	background-color: #fbb11e;
}

.taskStatus[status=STATUS_UNDEFINED] {
	background-color: #ffffff;
}

.taskStatus.selected {
	border: #666 2px solid;
}

.ui-resizable-helper {
	border: 1px dotted #00F;
}

.ui-draggable {
	cursor: move;
}

/* Resizable box cursor begin */
.ui-resizable-handle {
	display: block;
	font-size: 0.1px;
	position: absolute;
	z-index: 99999;
}
.ui-resizable-e {
	cursor: e-resize;
	height: 100%;
	right: 0px;
	top: 0;
	width: 5px;
}
.ui-resizable-w {
	cursor: w-resize;
	height: 100%;
	left: 0px;
	top: 0;
	width: 5px;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 5px;
	left: 0px;
	top: 0px;
	width: 100%;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 5px;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
table tr td > .ui-resizable-e, table tr th > .ui-resizable-e {
	cursor: e-resize;
	display: inline-block;
	float: right;
	height: 100%;
	right: auto;
	top: 0;
	width: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	table tr td > .ui-resizable-e, table tr th > .ui-resizable-e {
		right: 0;
	}
}
/* Resizable box cursor end */

.ganttTable td.ganttBodyCell {
	border-right: 1px solid #EDEDED;
}
.ganttTable td.ganttBodyCell.holy, .holyH {
	background-color: #FFF5E6 !important;
}
.tooltip .table {
	margin-bottom: 5px;
}
.tooltip .table tr td {
	border-top: 1px dashed #555555;
	padding: 3px 8px;
}
.link-grp:hover .taskDepLine {
	border-color: #FF0000;
	z-index: 10;
}
.link-grp:hover {
	z-index: 10;
}
#ganttHead table thead tr.ganttHead2 th {
	font-weight: normal;
}
#tasks-container #ganttHead table thead tr th,
#tasks-container #ganttBody table thead tr th {
	padding: 0px;
}
.task-box-group:hover .ui-resizable-e,
.task-box-group:hover .ui-resizable-w {
	background: rgba(0,0,0,0.2);
	display: block;
}
.task-box-group.milestone .taskBox .layout {
	background-color: none;
	color: none;
}
.task-box-group.milestone .ui-resizable-handle, .task-box-group.milestone:hover .ui-resizable-handle {
	display: none !important;
	z-index: -999 !important;
}


#pane-container {
	height: 30%;
	height: calc(100% - 30px);
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
}
#pane-container.gantt {
	height: calc(100% - 40px);
}
.todo #pane-container {
	height: 100%;
}
.todo #pane-container.tsw {
	height: 90%;
	height: calc(100% - 30px);
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
}
#header-container,
#task-table1 tbody tr td.id {
	background: #F9f9f9;
}
#task-table1 tbody tr.active td.id {
	background: #D3D3D3;
}
#header-container.tsw div table {
	height: 30px;
}
#header-container {
	/* height: 27px; */
	height: 33px;
	overflow: hidden;
}
#header-container.gantt {
	height: auto;
	max-height: 60px;
}
#header-container.gantt div table
 {
	height: 52px;
	min-height: 52px;
}
/* #header-container.gantt div table:not(.ganttTable) thead tr th{
	height: 52px;
	min-height: 52px;
} */
/*
#header-container div table {
	height: 30px;
	min-height: 30px;
}*/
#bottom-pane {
	height: 30%;
	position: relative;
	width: 100%;
}
/* #bottom-pane * { */
/* 	font-size: 13px; */
/* } */
#bottom-pane ul.nav-tabs {
	width: 100%;
	display: inline-block;
}
#bottom-pane ul.nav-tabs.nav-stacked > li {
	float: left;
	display: inline-block;
}
#bottom-pane div.tab-content {
	display: inline-block;
	height: 100%;
	overflow-y: auto;
	width: 100%;
}
/* RESPONSIVE */
/* @media (min-width: 768px) { */

/* } */
@media (min-width: 992px) {
	#bottom-pane ul.nav-tabs {
		left: 0;
		position: absolute;
		top: 0;
		width: auto;
		height: 100%;
		padding-top: 15px;
	}
	#bottom-pane ul.nav-tabs.nav-stacked > li {
		clear: both;
	}
	#bottom-pane div.tab-content {
		padding-top: 15px;
		padding-left: 45px;
	}
}
/* @media (min-width: 1200px) { */
/* 	.col-lg */
/* } */

#grid-pane {
	height: 70%;
	position: relative;
	width: 100%;
}
.todo #grid-pane {
	width: 70%;
}
#grid-pane > .ui-resizable-handle.ui-resizable-s {
	background: #BBBBBB;
	background: linear-gradient(#CCCCCC, #BBBBBB) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(#CCCCCC, #BBBBBB) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(#CCCCCC, #BBBBBB) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	position: fixed;
}
#grid-pane.pane-open > .ui-resizable-handle.ui-resizable-s {
	position: relative;
	margin-bottom: 5px;
}
#grid-container {
	height: 99%;
	height: calc(100% - 25px);
	height: -moz-calc(100% - 25px);
	height: -webkit-calc(100% - 25px);
	overflow-x: auto;
	overflow-y: scroll;
}
#grid-container.isGanttOpen {
	height: 59%;
	height: calc(55%);
	height: -moz-calc(55%);
	height: -webkit-calc(93%);
	overflow-x: auto;
	overflow-y: scroll;
}
/* .tsw #grid-container { */
/* 	height: 98%; */
/* 	height: calc(100% - 50px) !important; */
/* 	height: -moz-calc(100% - 50px) !important; */
/* 	height: -webkit-calc(100% - 50px) !important; */
/* } */
.todo #grid-container {
	height: 100%;
}
/*.todo #grid-container {*/
/*	height: 99%;*/
/*	height: calc(100% - 4px) !important;*/
/*	height: -moz-calc(100% - 4px) !important;*/
/*	height: -webkit-calc(100% - 4px) !important;*/
/*	overflow-x: auto;*/
/*	overflow-y: scroll;*/
/*}*/
#grid-container #view-port > div {
	float:left;
	overflow: hidden;
}
#grid-container #box3-body,
#header-container #box3-head {
	border-left: 1px solid #CCC;
}
.table .thead {
	display: table-header-group;
	font-weight: bold;
}
.table .tbody {
	display: table-row-group;
}
.table .trow {
	display: table-row;
}

.table .tcell {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 0 0px 1px;
	display: table-cell;
	overflow-x: hidden;
	overflow-y: visible;
	vertical-align: middle;
	width: auto;
}
.table .trow:last-child .tcell {
	border-bottom-width:1px;
}
.table .tcell:last-child {
	border-right-width:1px;
}

.tcell input, .tcell .input {
	border: 0 none;
	box-shadow: none;
	height: 30px;
	padding: 2px 4px;
	background: transparent;
	width:100%;
}
.tcell.parent input {
	width: calc(100% - 20px);
}
.excol {
	background: url("../img/excol.png") no-repeat scroll 0 -20px transparent !important;
	display: none;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}
.parent .excol {
	display: inline-block;
}
.excol.col {
	background-position: 0 0 !important;
}
#task-table * {
	font-size: 10pt;
	color: #000000;
}

#tasks.tbody .trow .tcell.id a {
	padding-right: 10px;
}
#task-table {
	float: left;
	width: 25%;
	position: relative;
}
#splitt-container {
	width: 75%;
	float:left;
	table-layout: fixed;
}
#splitt-container > div {
	display: inline-block;
	float: left;
	overflow: auto;
}
/*.table2, #gantt-container {*/
/*	width: 49%;*/
/*	position: relative;*/
/*}*/
#splitt-bar, #box1 > .ui-resizable-handle {
	background-color: #AAAAAA;
	color: #FFFFFF;
	cursor: ew-resize;
	text-align: center;
	width: 5px;
	right: -5px;
}
.table {
	table-layout: fixed;
}
.datepicker .table-condensed td, .datepicker .table-condensed th {
	padding: 2px;
}
#task_type_box, #assignee_box, #status_box, #followers_box {
	left: 0;
	position: absolute;
	top: 0;
}
/* #followers_box .chosen-container-multi .chosen-choices { */
/*	background: none repeat scroll 0 0 #E0FFFF;*/
	/* background: none repeat scroll 0 0 #eeeeee; */
/* } */
/* .hidder .chosen-container {
	height: 98%;
} */
#task_type_box .chosen-container-single .chosen-single,
#status_box .chosen-container-single .chosen-single,
#assignee_box .chosen-container-single .chosen-single,
.cfselect .chosen-container-single .chosen-single {
	border: 0 none;
	box-shadow: none;
	height: 32px !important;
	line-height: 33px;
	max-height: 100%;
}

span.ttype, span.assignee {
	padding: 0px 0px 0px 4px;
}
#grid-container #task-table {
	z-index: 1;
}
#grid-container #box1 {
	z-index: 1;
	left: -13px;
	background: none repeat scroll 0 0 #EEEEEE;
}
.table .trow .tcell {
	overflow: hidden;
	white-space: nowrap;
}

/*Task page begins*/
.act {
	border: 2px solid #208ED3 !important;
}
#tasks-container {
	overflow: hidden;
}
#tasks-container table:not(.tpopup) tbody tr {
	height: 30px;
	overflow: hidden;
}
/*#tasks-container table tbody tr.active {*/
/*	background: #E0FFFF;*/
/*}*/
#tasks-container #list-container table thead tr th,
#tasks-container #list-container table:not(.mytasks_table1) tbody tr td,
#tasks-container #right-pane #details table thead tr th,
#tasks-container #right-pane #details table tbody tr td,
/*#tasks-container table:not(.tpopup):not(.mytasks_table1) thead tr th,
#tasks-container table:not(.tpopup):not(.mytasks_table1) tbody tr td,*/
.table .thead .tcell {
	font: 13px Arial,sans-serif;
	overflow: hidden;
	padding: 5px;
	vertical-align: middle !important;
	white-space: nowrap;
	height: 35px;
	border: 1px solid #eeeeee;
}
#tasks-container #list-container table thead tr th{
	border: 1px solid #ddd;
}
#tasks-container table tbody tr td.disabled {
	color: gray;
	cursor: not-allowed;
}
#tasks-container table tbody tr td .label {
	font-size:11px;
	font-weight: bold;
	padding: 7px 6px 5px 6px;
	color: #FFF;
}
#tasks-container table tbody tr td.cfselect,
#tasks-container table tbody tr td.status {
	text-align: center;
}
#tasks-container table tbody tr td.cfselect .label,
#tasks-container table tbody tr td.status .label {
	min-width: 80px;
	max-width: 50%;
	display: inline-block;
	text-overflow: ellipsis;
	/* overflow: hidden; */
}
/* #tasks-container table tbody tr.active td.active, */
/* #tasks-container .todo table#task-table1 tbody tr.active td.active { */
/* 	border: 2px solid #5292F7; */
/* } */
#tasks-container #list-container table th,
#tasks-container #list-container:not(.todo) table tr td * {
	background: transparent;
}
.static_top,.static_bottom {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #DADADA;
	height: 50px;
	left: 0;
	margin-left: 100px;
	position: fixed;
	right: 0;
	top: 0;
}
#tasks-container .vbar {
	background: none repeat scroll 0 0 #DDDDDD;
	border: 1px solid #DDDDDD;
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}
#tasks-container .media-body .cp {
	position: relative;
    top: 2px;
}
#tasks-container #list-container {
	width: 100%;
}
#tasks-container #list-container.pinned {
	display: inline-block;
	width:calc(70% - 30px);
}
#tasks-container .icon-filter {
    padding: 3px;
	cursor:pointer
}
#tasks-container .icon-filter.active {
	color:#e66121;
}
.static_top {
	margin-top: 90px;
	padding-top: 10px;
	padding-bottom: 48px;
	z-index: 10;
}

.static_bottom {
	margin-top: 148px;
	z-index: 9;
}
.hidder {
	position: absolute;
	top: -999;
	left: -999;
}
.hidder > * {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	font: normal 13px Arial,Helvatica;
}
.balloon {
	background: #BE203D;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	margin-left: -6px;
	margin-top: -5px;
	padding: 1px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 14px;
}
.balloon:empty {
	display: none;
}
.comments .balloon {
	background: #E66121;
}

/*Task page ends*/
/* April-30-2014 begins*/
#scroller, #scroller .scr .bar {
	display: inline-block;
	height: 13px;
	width: 100%;
}
#scroller .scr {
	display: inline-block;
	float: left;
	height: 13px;
	margin-left: 1px;
	overflow-x: auto;
	overflow-y: hidden;
}
#header-container #vph > div {
	overflow: hidden;
	min-height: 28px;
}
#header-container.gantt #vph > div {
	min-height: 53px;
}
/*
#header-container #vph > div > table {
	width: 100%;
	min-width: 100%;
}*/
.selection {
	background-color: #A0C3FF;
	opacity: 0.2;
	position: absolute;
	z-index: 2;
}
#pane-container .control-label {
	font-weight: normal;
}
#grid-pane .swapPane {
	background: none repeat scroll 0 0 #CCCCCC;
	border-radius: 5px 5px 0 0;
	bottom: 0;
	cursor: pointer;
	font-size: 10px;
	height: 20px;
	left: 50%;
	padding-top: 3px;
	position: fixed;
	text-align: center;
	width: 55px;
	z-index: 3;
}
#grid-pane.pane-open .swapPane {
	border-radius: 0 0 5px 5px;
	bottom: -16px;
	left: 46%;
	position: absolute;
}
table#tswTable tr td .icon-play, table#tswTable tr td .icon-pause, table#tswTable tr td img.clock {
	display: none;
	float: right;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
table#tswTable tr:hover td .icon-play, table#tswTable tr:hover td.running .icon-pause, table#tswTable tr td.running img.clock {
	display: block;
}
table#tswTable tr:hover td img.clock {
	display: none;
}
/* ToDo view changes begins */

#tasks-container .todo table tbody,
#tasks-container .todo table tbody tr {
/*	display: inline-block;*/
	width: 100%;
}
/* #tasks-container .todo table#task-table1, */
/* #tasks-container .todo table#task-table1 tbody tr td{ */
/*	border-width: 0px 0px 1px 0px !important;*/
/*	border-color: #CCC !important;*/
/*	border-style: solid;*/
/*	border: none !important;*/
/* 	background: none; */
/*	display: inline-block;*/
/* } */
#tasks-container .todo table#task-table1 tbody tr td {
	border-color: #EEEEEE;
	border-style: none none solid;
	border-width: 0 0 1px;
}
#tasks-container .todo table tbody tr td.ttype,
#tasks-container .todo table tbody tr td.assignee {
	min-width: 100px;
}
ul#tasks li > * {
	margin-left: 10px;
}
/*.todo #grid-pane {*/
/*	height: 100%;*/
/*}*/

tr.closed td.tname span {
	text-decoration: line-through;
}
td.tname.parent span {
	font-weight: bold;
}
/* .cellselect { */
/* 	border: 2px solid #5292F7; */
/* 	position: absolute; */
/* 	left: -1000px; */
/* 	top: -1000px; */
/* } */
.cell-top, .cell-right, .cell-bottom, .cell-left {
	border-color: #5292F7;
	border-style: solid;
	position: absolute;
}
.cell-top, .cell-bottom {
	border-width: thin;
	height: 0px;
	width: 100%;
}
.cell-right, .cell-left {
	border-width: thin;
	height: 100%;
	width: 0px;
}
.cell-top {
	top: 0;
}
.cell-right {
	right:0;
}
.cell-bottom {
	bottom:0;
}
.cell-left {
	left:0;
}

/* #hidder0, #hidder1, #hidder2 {
	border: 2px solid #5292F7 !important;
	background: #FFFFFF;
} */
/* #hidder1 .chosen-container.chosen-container-single.chosen-container-active { */
/* 	border: 2px solid #5292F7; */
/* 	margin: -2px 0 0 -2px; */
/* } */
/* #hidder1 .chosen-container-single .chosen-drop { */
/* 	border-image: none; */
/* 	border-color: #CCCCCC #5292F7 #5292F7; */
/* 	border-style: solid; */
/* 	border-width: 2px; */
/* 	margin: 0px -2px; */
/* } */

#hidder1 #task_type_box .chosen-container .chosen-drop .chosen-search {
	padding: 0;
}
#hidder1 #task_type_box .chosen-container .chosen-drop .chosen-results {
	margin: 0 0 5px;
}

/* ToDo view changes end */
#contextMenu .dropdown-menu {
	font-size: 13px;
	min-width: 170px;
}
#contextMenu .dropdown-menu li a {
	padding: 2px 10px;
	display: inline-block;
	width: 100%;
}
#contextMenu .dropdown-menu li a .icon {
	padding-right: 5px;
	float:left;
	line-height:1.42857;
}
#contextMenu .dropdown-menu li a .text {
	float:left;
}
#contextMenu li > ul.dropdown-menu {
	display: none;
}
#contextMenu li:hover > ul.dropdown-menu {
    display: block;
}
#contextMenu .dropdown-submenu {
    position:relative;
}
#contextMenu .dropdown-submenu > .dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}
#timeline .line {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.19);
	height: 100%;
	margin-left: 30px;
	width: 4px;
}
#timeline .middle {
	margin: 0 auto;
	position: absolute;
	width: 52px;
	left:5px;
}
td.acthrs:not(.text-danger) {
	color: #888;
}
td.acthrs.text-danger {
	color:#FF0000;
}
.archived table.task-tbl tbody tr td {
	background: #f5f5f5;
}
.archived table.task-tbl tbody tr td a,
.archived table.task-tbl tbody tr td a:hover,
.archived table.task-tbl tbody tr td a:active,
.archived table.task-tbl tbody tr td a:focus {
	text-decoration:none;
	color: #333;
}



/* common styles */
@font-face {
	font-family: 'oticons';
	src: url('oticons/oticons.eot');
	src: url('oticons/oticons.woff') format('woff'), url('oticons/oticons.ttf') format('truetype'), url('oticons/oticons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*:active, *:focus {
	outline: 0px !important;
}
 *:hover {
	 outline: 0px !important;
 }
@import url("./google/open-sans.css");
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.container {
	width: 100%;
}
html {
	overflow-x: hidden;
}

html,body {
	height: 100%;
	min-height: 100%;
/*	overflow-y: hidden;*/
}
input:invalid {
	border-color: #FF0000;
}
pre {
	word-break: normal;
}
.popover {
	font-size: 13px;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
/* 	margin: 0px; */
}
.b, .strong {
	font-weight: bold;
}
.full-width,.fw {
	width: 100% !important;
	min-width: 100% !important;
}
.ha {
	height: auto !important;
	min-height: auto !important;
}
.full-height,.fh {
	height: calc(100% - 2px)!important;
	min-height: calc(100% - 2px)!important;
}
.nbs, .nbs:hover, .nbs:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.no-border,.nb {
	border: 0px !important;
}

.no-border-top,.nbt {
	border-top: 0px !important;
}

.no-border-right,.nbr {
	border-right: 0px !important;
}

.no-border-bottom,.nbb {
	border-bottom: 0px !important;
}

.no-border-left,.nbl {
	border-left: 0px !important;
}

tbody.no-border > tr > td {
	border: 0 !important;
}

.no-padding,.np {
	padding: 0px !important;
}
.padding-5,.p-5 {
	padding: 5px !important;
}
.padding-8,.p-8 {
	padding: 8px !important;
}
.padding-10,.p-10 {
	padding: 10px !important;
}
.m-b-5{
	margin-bottom: 5px !important;
}

.no-padding-top,.npt {
	padding-top: 0px !important;
}

.no-padding-right,.npr {
	padding-right: 0px !important;
}

.no-padding-bottom,.npb {
	padding-bottom: 0px !important;
}

.no-padding-left,.npl {
	padding-left: 0px !important;
}

.no-margin,.nm {
	margin: 0px !important;
}

.no-margin-top,.nmt {
	margin-top: 0px !important;
}

.no-margin-right,.nmr {
	margin-right: 0px !important;
}

.no-margin-bottom,.nmb {
	margin-bottom: 0px !important;
}

.no-margin-left,.nml {
	margin-left: 0px !important;
}
.wpw {
	white-space: pre-wrap;
}
.wnw {
	white-space: nowrap;
}

.cp,.chosen-container {
	cursor: pointer !important;
}

.ui-sortable .cm, .ui-sortable .cm label {
	cursor: ns-resize !important;
}

.no-bg {
	background: transparent !important;
}

.bg-trans {
	background-color: transparent !important;
}

.u, .u:hover, .u:active {
	text-decoration: underline;
}
.ac {
	text-align: center !important;
}

.al {
	text-align: left !important;
}

.ar {
	text-align: right !important;
}

.aj {
	text-align: justify !important;
}

.vam {
	vertical-align: middle !important;
}

.vat {
	vertical-align: top !important;
}

.vab {
	vertical-align: bottom;
}

.vas {
	vertical-align: super;
}

.vh {
	visibility: hidden;
}

.vv {
	visibility: visible;
}

.vi {
	visibility: inherit;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}
.right {
	right: 0px;
}
.left {
	left: 0px;
}
.top {
	top: 0px;
}
.bottom {
	bottom: 0px;
}

.dibf {
	display: inline-block !important;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
}

.dib {
	display: inline-block !important;
}

.db {
	display: block;
}

.dt {
	display: table;
}

.dn {
	display: none !important;
}

.sep {
	height: 10px;
}

.img150x120 {
	width: 150px;
	height: 120px;
}

.img50x50 {
	width: 50px;
	height: 50px;
}

.img40x50 {
	width: 50px;
	height: 40px;
}

.img30x40 {
	width: 40px;
	height: 30px;
}

.img40x40 {
	width: 40px;
	height: 40px;
}

.img20x20 {
	width: 20px !important;
	height: 20px !important;
}

.img16x16 {
	width: 16px;
	height: 16px;
}

.img32x32 {
	width: 32px;
	height: 32px;
}

.img75x75 {
	width: 75px;
	height: 75px;
}

.img84x84 {
	width: 84px;
	height: 84px;
}

.img12x12 {
	width: 12px;
	height: 12px;
}
.img28x28 {
	width: 28px;
	height: 28px;
}
.img25x25 {
	width: 25px;
	height: 25px;
}
.cutter-top {
	margin-top: 15px;
}

.cutter-bottom {
	margin-bottom: 15px;
}

.cutter-right {
	margin-right: 15px;
}

.cutter-left {
	margin-left: 15px;
}

/* input-sizes */
.input-mini {
  width: 60px !important;
}
.input-small {
  width: 90px !important;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: inherit;
}
@media print {
	#main-menu, body > .header, .page-header-bar,
	#report-container .fix-setting, #report-container #left-panel, #report-container .nav.nav-tabs {
		display: none;
	}
	#main-container {
		margin: 0;
		width: 100%;
	}
}
@media (max-width: 767px) {
	#main-container {
		margin: 0;
		width: 100% !important;
	}

	.no-border-xs,.nb-xs {
		border: 0px !important;
	}

	.no-border-top-xs,.nbt-xs {
		border-top: 0px !important;
	}

	.no-border-right-xs,.nbr-xs {
		border-right: 0px !important;
	}

	.no-border-bottom-xs,.nbb-xs {
		border-bottom: 0px !important;
	}

	.no-border-left-xs,.nbl-xs {
		border-left: 0px !important;
	}

	.no-padding-xs,.np-xs {
		padding: 0px !important;
	}

	.no-padding-top-xs,.npt-xs {
		padding-top: 0px !important;
	}

	.no-padding-right-xs,.npr-xs {
		padding-right: 0px !important;
	}

	.no-padding-bottom-xs,.npb-xs {
		padding-bottom: 0px !important;
	}

	.no-padding-left-xs,.npl-xs {
		padding-left: 0px !important;
	}

	.no-margin-xs,.nm-xs {
		margin: 0px !important;
	}

	.no-margin-top-xs,.nmt-xs {
		margin-top: 0px !important;
	}

	.no-margin-right-xs,.nmr-xs {
		margin-right: 0px !important;
	}

	.no-margin-bottom-xs,.nmb-xs {
		margin-bottom: 0px !important;
	}

	.no-margin-left-xs,.nml-xs {
		margin-left: 0px !important;
	}

	.wnw-xs {
		white-space: nowrap;
	}

	.ac-xs {
		text-align: center !important;
	}

	.al-xs {
		text-align: left !important;
	}

	.ar-xs {
		text-align: right !important;
	}

	.aj-xs {
		text-align: justify !important;
	}

	.vam-xs {
		vertical-align: middle !important;
	}

	.vat-xs {
		vertical-align: top !important;
	}

	.vab-xs {
		vertical-align: bottom !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.no-border-sm,.nb-sm {
		border: 0px !important;
	}

	.no-border-top-sm,.nbt-sm {
		border-top: 0px !important;
	}

	.no-border-right-sm,.nbr-sm {
		border-right: 0px !important;
	}

	.no-border-bottom-sm,.nbb-sm {
		border-bottom: 0px !important;
	}

	.no-border-left-sm,.nbl-sm {
		border-left: 0px !important;
	}

	.no-padding-sm,.np-sm {
		padding: 0px !important;
	}

	.no-padding-top-sm,.npt-sm {
		padding-top: 0px !important;
	}

	.no-padding-right-sm,.npr-sm {
		padding-right: 0px !important;
	}

	.no-padding-bottom-sm,.npb-sm {
		padding-bottom: 0px !important;
	}

	.no-padding-left-sm,.npl-sm {
		padding-left: 0px !important;
	}

	.no-margin-sm,.nm-sm {
		margin: 0px !important;
	}

	.no-margin-top-sm,.nmt-sm {
		margin-top: 0px !important;
	}

	.no-margin-right-sm,.nmr-sm {
		margin-right: 0px !important;
	}

	.no-margin-bottom-sm,.nmb-sm {
		margin-bottom: 0px !important;
	}

	.no-margin-left-sm,.nml-sm {
		margin-left: 0px !important;
	}

	.wnw-sm {
		white-space: nowrap;
	}

	.ac-sm {
		text-align: center !important;
	}

	.al-sm {
		text-align: left !important;
	}

	.ar-sm {
		text-align: right !important;
	}

	.aj-sm {
		text-align: justify !important;
	}

	.vam-sm {
		vertical-align: middle !important;
	}

	.vat-sm {
		vertical-align: top !important;
	}

	.vab-sm {
		vertical-align: bottom !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.no-border-md,.nb-md {
		border: 0px !important;
	}

	.no-border-top-md,.nbt-md {
		border-top: 0px !important;
	}

	.no-border-right-md,.nbr-md {
		border-right: 0px !important;
	}

	.no-border-bottom-md,.nbb-md {
		border-bottom: 0px !important;
	}

	.no-border-left-md,.nbl-md {
		border-left: 0px !important;
	}

	.no-padding-md,.np-md {
		padding: 0px !important;
	}

	.no-padding-top-md,.npt-md {
		padding-top: 0px !important;
	}

	.no-padding-right-md,.npr-md {
		padding-right: 0px !important;
	}

	.no-padding-bottom-md,.npb-md {
		padding-bottom: 0px !important;
	}

	.no-padding-left-md,.npl-md {
		padding-left: 0px !important;
	}

	.no-margin-md,.nm-md {
		margin: 0px !important;
	}

	.no-margin-top-md,.nmt-md {
		margin-top: 0px !important;
	}

	.no-margin-right-md,.nmr-md {
		margin-right: 0px !important;
	}

	.no-margin-bottom-md,.nmb-md {
		margin-bottom: 0px !important;
	}

	.no-margin-left-md,.nml-md {
		margin-left: 0px !important;
	}

	.wnw-md {
		white-space: nowrap;
	}

	.ac-md {
		text-align: center !important;
	}

	.al-md {
		text-align: left !important;
	}

	.ar-md {
		text-align: right !important;
	}

	.aj-md {
		text-align: justify !important;
	}

	.vam-md {
		vertical-align: middle !important;
	}

	.vat-md {
		vertical-align: top !important;
	}

	.vab-md {
		vertical-align: bottom !important;
	}
}
@media (min-width: 1200px) {
	.no-border-lg,.nb-lg {
		border: 0px !important;
	}

	.no-border-top-lg,.nbt-lg {
		border-top: 0px !important;
	}

	.no-border-right-lg,.nbr-lg {
		border-right: 0px !important;
	}

	.no-border-bottom-lg,.nbb-lg {
		border-bottom: 0px !important;
	}

	.no-border-left-lg,.nbl-lg {
		border-left: 0px !important;
	}

	.no-padding-lg,.np-lg {
		padding: 0px !important;
	}

	.no-padding-top-lg,.npt-lg {
		padding-top: 0px !important;
	}

	.no-padding-right-lg,.npr-lg {
		padding-right: 0px !important;
	}

	.no-padding-bottom-lg,.npb-lg {
		padding-bottom: 0px !important;
	}

	.no-padding-left-lg,.npl-lg {
		padding-left: 0px !important;
	}

	.no-margin-lg,.nm-lg {
		margin: 0px !important;
	}

	.no-margin-top-lg,.nmt-lg {
		margin-top: 0px !important;
	}

	.no-margin-right-lg,.nmr-lg {
		margin-right: 0px !important;
	}

	.no-margin-bottom-lg,.nmb-lg {
		margin-bottom: 0px !important;
	}

	.no-margin-left-lg,.nml-lg {
		margin-left: 0px !important;
	}

	.wnw-lg {
		white-space: nowrap;
	}

	.ac-lg {
		text-align: center !important;
	}

	.al-lg {
		text-align: left !important;
	}

	.ar-lg {
		text-align: right !important;
	}

	.aj-lg {
		text-align: justify !important;
	}

	.vam-lg {
		vertical-align: middle !important;
	}

	.vat-lg {
		vertical-align: top !important;
	}

	.vab-lg {
		vertical-align: bottom !important;
	}
}
.txt-success, .ts {
	color: #449D44 !important;
}
.txt-info, .ti {
	color: #31B0D5 !important;
}
.txt-warning, .tw {
	color: #EC971F !important;
}
.txt-danger, .td {
	/*color: #C9302C !important;*/
	color: #FF0000 !important;
}

a, a:hover, a:focus {
	text-decoration:none;
}
/* End */ /* header */
.header {
	background: none repeat scroll 0 0 #208ED3;
	border: 0 none;
	border-radius: 0 0 0 0;
	color: #FFFFFF;
	margin-bottom: 0;
	height: 40px;
	min-height: 40px;
}

.header .navbar-brand {
	color: #FFFFFF;
	margin: 0 !important;
	padding: 10px 0;
	text-shadow: none;
}

/* header-fixed */
.header-fixed {
	padding-top: 40px;
}

.header-fixed .header {
	top: 0;
	z-index: 10;
	left: 0;
	position: fixed;
	right: 0;
}

/* user-detail */
.user-info .dropdown-toggle {
	float: left;
	padding: 0 5px;
}

.user-info .user-name {
	color: #fff;
	float: left;
	padding: 10px 0;
}

.user-info .user-photo {
	float: left;
	height: 38px;
	width: 38px;
	margin:1px 10px 0 0;
	overflow: hidden;
}

/* page-container *
.page-container {
	position: relative;
	height: calc(100% -   50px);
	min-height: calc(100% -   50px);
	top: 50px;
	overflow:hidden;
}*/
.page-container {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow:hidden;
}
#main-container {
	overflow-y: auto;
	padding-top: 15px;
	width:calc(100% - 75px);
	height: 100%;
}
/* page-content */
.page-content {
	display: block;
}

/* height 100%; */
.auto-height {
	height: 100%;
	min-height: 100%;
	position: relative;
}

.overflow-y {
	overflow: auto;
	overflow-x: hidden;
}

@media ( min-width :768px) {
	.main-right {
		margin-left: 75px;
	}
}
@media ( max-width :768px) {
	.navbar-brand {
		float:none;
	}
	.navbar-menu>.navbar-collapse>ul>li>a>.img {
		height: 25px;
		width: 30px;
		margin: 0 auto;
		display: block;
		background-image: url(../img/mobile_icons.png);
		background-color: transparent;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
	.navbar-collapse>ul>li>a>.img {
		background-position: 5px 6px;
	}

	.navbar-collapse ul li a.home .img {
		background-position: 5px -55px;
	}

	.navbar-collapse ul li.current a.home .img {
		background-position: 5px 6px;
	}

	.navbar-collapse ul li a.tasks .img {
		background-position: -56px -55px;
	}

	.navbar-collapse ul li.current a.tasks .img {
		background-position: -56px 5px;
	}
	
	.navbar-collapse ul li a.manage .img {
		background-position: -116px -55px;
	}
	
	.navbar-collapse ul li.current a.manage .img {
		background-position: -116px 5px;
	}
	
	.navbar-collapse ul li a.expenses .img {
		background-position: -178px -55px;
	}
	
	.navbar-collapse ul li.current a.expenses .img {
		background-position: -178px 8px;
	}
	
	.navbar-collapse ul li a.invoice .img {
		background-position: -295px -55px;
	}
	
	.navbar-collapse ul li.current a.invoice .img {
		background-position: -295px 5px;
	}
	
	.navbar-collapse ul li a.timesheet .img {
		background-position: -234px -55px;
	}
	
	.navbar-collapse ul li.current a.timesheet .img {
		background-position: -234px 5px;
	}
	
	.navbar-collapse ul li a.report .img {
		background-position: -357px -55px;
	}
	
	.navbar-collapse ul li.current a.report .img {
		background-position: -357px 5px;
	}
	
	.navbar-collapse ul li a.settings .img {
		background-position: -414px -55px;
	}
	
	.navbar-collapse ul li.current a.settings .img {
		background-position: -414px 3px;
	}
}

/* page-sidebar */
#main-menu {
	bottom: 0;
	left: 0;
	position: fixed;
	top: 40px;
	width: 75px;
	background: #3B3E40;
	z-index: 10;
}

/* page-sidebar-menu */

#main-menu > ul, #main-menu > ul > li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main-menu > ul > li > a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 2px 0;
/*
	border-bottom: 1px solid #27292A;
	border-top: 1px solid #46494B;
*/
}
#main-menu > ul > li > a > .menuicon {
	font-size: 24px;
	display:inline-block;
	width:100%;
}
#main-menu > ul > li > a {
	color: #999;
}
#main-menu > ul > li > a:hover {
	color: #FFF;
}
#main-menu > ul > li.current > a {
	color: #FFF;
}
#main-menu > ul > li > ul > li .oticon {
	display: none;
}
#main-menu > ul > li > a > .img {
	height: 40px;
	width: 60px;
	margin: 0 auto;
	display: block;
	background-image: url(../img/icons.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#main-menu > ul > li > a > .name {
	font-size:11px;
/*	display: none;*/
}
#main-menu > ul > li.current > a > .name {
	color:#fff;
}
#main-menu > ul > li > a:hover,
#main-menu > ul > li > a:focus {
	text-decoration: none;
}

#main-menu > ul > li > a > .img {
	background-position: 14px -90px;
}

#main-menu > ul li a.home .img {
	background-position: 14px -90px;
}

#main-menu > ul li.current a.home .img {
	background-position: 14px 10px;
}

#main-menu > ul li a.tasks .img {
	background-position: -384px -95px;
}

#main-menu > ul li.current a.tasks .img {
	background-position: -384px 5px;
}

#main-menu > ul li a.manage .img {
	background-position: -183px -95px;
}

#main-menu > ul li.current a.manage .img {
	background-position: -183px 5px;
}

#main-menu > ul li a.expenses .img {
	background-position: -283px -95px;
}

#main-menu > ul li.current a.expenses .img {
	background-position: -283px 8px;
}

#main-menu > ul li a.invoice .img {
	background-position: -481px -95px;
}

#main-menu > ul li.current a.invoice .img {
	background-position: -481px 4px;
}

#main-menu > ul li a.timesheet .img {
	background-position: -88px -95px;
}

#main-menu > ul li.current a.timesheet .img {
	background-position: -88px 5px;
}

#main-menu > ul li a.report .img {
	background-position: -585px -95px;
}

#main-menu > ul li.current a.report .img {
	background-position: -585px 5px;
}

#main-menu > ul li a.settings .img {
	background-position: -682px -94px;
}

#main-menu > ul li.current a.settings .img {
	background-position: -682px 2px;
}

#main-menu > ul li a.otwall .img {
	background-position: -775px -95px;
}

#main-menu > ul li.current a.otwall .img {
	background-position: -775px -2px;
}

#main-menu > ul .dropdown-submenu>a:after {
	border-color: #ffffff;
}

#main-menu > ul .dropdown-submenu:hover>a {
	background: none !important;
}

#main-menu > ul li ul li a {
	text-align: left;
	font-size: 13px;
}

#main-menu > ul.dropdown-menu span.name {
	margin-left: 10px;
}

#main-menu > ul.dropdown-menu span.img {
	background: url('../../img/clie.png') !important;
	float: left;
	height: 16px !important;
	width: 16px !important;
	margin-left: 7px;
}

#main-menu ul .dropdown-menu {
	left: 100%;
	top: 0;
}
@media ( min-width :769px) and ( max-width :1330px) {
	#main-menu > ul > li > a > .img {
		height: 27px;
		width: 30px;
		margin: 0 auto;
		display: block;
		background-image: url(../img/small_icons.png);
		background-color: transparent;
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
	#main-menu > ul > li > a > .img {
		background-position: 5px -80px;
	}
	
	#main-menu > ul li a.home .img {
		background-position: 5px -80px;
	}
	
	#main-menu > ul li.current a.home .img {
		background-position: 5px 0px;
	}
	
	#main-menu > ul li a.tasks .img {
		background-position: -314px -80px;
	}
	
	#main-menu > ul li.current a.tasks .img {
		background-position: -314px 0px;
	}
	
	#main-menu > ul li a.manage .img {
		background-position: -157px -81px;
	}
	
	#main-menu > ul li.current a.manage .img {
		background-position: -157px 0px;
	}
	
	#main-menu > ul li a.expenses .img {
		background-position: -236px -84px;
	}
	
	#main-menu > ul li.current a.expenses .img {
		background-position: -236px 0px;
	}
	
	#main-menu > ul li a.invoice .img {
		background-position: -396px -80px;
	}

	#main-menu > ul li.current a.invoice .img {
		background-position: -396x 0px;
	}
	
	#main-menu > ul li a.timesheet .img {
		background-position: -78px -80px;
	}
	
	#main-menu > ul li.current a.timesheet .img {
		background-position: -78px 0px;
	}
	
	#main-menu > ul li a.report .img {
		background-position: -476px -80px;
	}
	
	#main-menu > ul li.current a.report .img {
		background-position: -476px 0px;
	}
	
	#main-menu > ul li a.settings .img {
		background-position: -554px -78px;
	}
	
	#main-menu > ul li.current a.settings .img {
		background-position: -554px 0px;
	}
	
	
	#main-menu > ul li a.otwall .img {
		background-position: -628px -79px;
	}

	#main-menu > ul li.current a.otwall .img {
		background-position: -628px -2px;
	}
}
/* page-header-bar */
.page-header-bar {
	/*background: url("../img/toolbar.png") repeat-x scroll 0 0px, linear-gradient(to bottom, #FFFFFF, #F2F2F2) repeat-x scroll 0 0 #FAFAFA;*/
	background: #fff;
	height: 50px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	margin-top: 40px;
	margin-left: 75px;
/*	padding-left: 30px;
	padding-right: 15px;*/
	z-index: 9;
}/*
#tasks-container .page-header-bar,
#timesheet-container .page-header-bar {
	right:auto;
}*/
.page-header-bar .title {
	float: left;
	font-size: 20px;
	font-weight: normal;
	margin: 9px;
	padding: 0;
}
.page-header-bar .btn-group {
	margin: 9px;
}
/*
.page-header-bar .btn-group a.btn {
	opacity: 0.5;
	filter: alpha(opacity =     50);
}
.page-header-bar .btns > li > a:hover,
.page-header-bar .btns > li > a.selected {
	opacity: 1;
	filter: alpha(opacity = 100);
}
/*
.page-header-bar .btns > li > a.selected i {
	color: #4CAF50;
}
.page-header-bar .btns>li>a.selected>.icon-metro {
	border: solid 2px #208ED3;
}
*/	
/* img-icon */
.img-icon {
	background: url("../img/groupby.png") no-repeat scroll 0 0 transparent;
	height: 40px;
	width: 40px;
	display: block;
}

.img-icon-clients {
	background-position: 0px 0px;
}

.img-icon-projects {
	background-position: 0px -52px;
}

.img-icon-task-types {
	background-position: 0px -152px;
}

.img-icon-users {
	background-position: -3px -104px;
}

.img-icon-date {
	background-position: -2px -200px;
}
.panel-heading::before, .panel-heading::after {
	content: " ";
	clear: both;
	display: table;
}/*
.panel-heading h4 {
	font-size: 15px !important;
}*/
.fw-normal, .fwn {
    font-weight: normal;
}
.fs-14 {
    font-size: 14px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-10 {
    font-size: 10px;
}
/* icon-metro */
.icon-metro {
	display: inline-table !important;
/*	border: 2px solid #333;*/
	width: 2.8em;
	height: 2.8em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.icon-metro:before {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* Common Color styles Begins */
.bg-blue {
	background: #208ed3 !important;
	color: #fff !important;
}

.bg-green-light {
	background: #52B043 !important;
	color: #fff !important;
}

.bg-violet {
	background: #A551BA !important;
	color: #fff !important;
}

.bg-orange-light {
	background: #F7AF33 !important;
	color: #fff !important;
}

.bg-blue-light {
	background: #00BCF2 !important;
	color: #fff !important;
}

.bg-red {
	background: #FA5C43 !important;
	color: #fff !important;
}

.bg-gray {
	background: #ABABAB !important;
	color: #fff !important;
}

.bg-marine {
	background: #0000AA !important;
	color: #fff !important;
}

.bg-blue {
	background: #0077BB !important;
	color: #fff !important;
}

.bg-fb {
	background: #133783 !important;
	color: #fff !important;
}

.bg-green {
	background: #52b043 !important;
	color: #fff !important;
}

.bg-yellow {
	background: #FFF200 !important;
	color: #000 !important;
}

.bg-yellow-orange {
	background: #FFBB00 !important;
	color: #000 !important;
}

.bg-orange {
	background: #FF4500 !important;
	color: #fff !important;
}

.bg-pink {
	background: #FF0099 !important;
	color: #fff !important;
}

.bg-purple {
	background: #910091 !important;
	color: #fff !important;
}

.bg-teal {
	background: #00ABA9 !important;
	color: #fff !important;
}

.bg-brown {
	background: #A05000 !important;
	color: #fff !important;
}

.bg-gray {
	background: #ABABAB !important;
	color: #fff !important;
}

.fg-white {
	color: #fff !important;
}

.fg-black {
	color: #000 !important;
}

.gray {
	color: #888888 !important;
}

.blue {
	color: #208ED3;
}
.blue:focus {
	color: #000;
}

/* Common Color styles End */

/* Icon style Begins */
.icon40 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

.icon-bg-white {
	background: none repeat scroll 0 0 #ffffff;
	color: #428bca;
}

.icon-bg {
	background: none repeat scroll 0 0 #428bca;
	color: #FFFFFF;
}

.icon-rotate {
	transition: all 0.5s ease-out 0s;
}
.icon-white,
.icon-white:before {
	color: #fff !important;
}

/* Icon style End */
.vline {
	border-left: 1px solid #E3E3E3;
	bottom: 0;
	left: 30px;
	position: absolute;
	top: 30px;
}

/* Metro style Begins */
/* .metro-list {

} */

.metro-item {
	height: 100px;
	margin-bottom: 30px;
	margin-right: 30px;
	padding: 10px;
	position: relative;
	width: 225px;
}

.metro-item h4,.metro-item h5,.metro-item h6 {
	margin: 0;
}

.metro-item .metro-edit {
	border: 0 none;
	display: none;
	padding: 2px 8px;
	position: absolute;
	right: 15px;
	top: 0;
	background: url("../img/trans.png") repeat scroll 0 0 transparent;
	border-radius: 0 0 0 10px;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
}

.metro-item:hover .metro-edit {
	display: block;
}

.metro-item .metro-edit a {
	color: #FFFFFF;
	text-decoration: none;
	width: auto;
}

.metro-item .metro-edit .separator {
	margin: 0 5px;
	float: left;
}

.metro-item .trans {
	background: url("../img/trans.png") repeat scroll 0 0 transparent;
	border-radius: 0 0 7px 7px;
	bottom: 0;
	display: block;
	height: auto;
	left: 0;
	margin-top: 5px;
	min-height: 17px;
	padding: 10px 0 6px 5px;
	position: absolute;
	right: 0;
}

[class *="metro"]/*,
.tsheet.popover */ {
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* list container */
#list-container.opened {
	float: left;
	position: relative;
	z-index: 0;
}

#company_browse .file-uploader {
	opacity: 0;
	position: relative;
	top: -50px;
}

#company_browse .file-browse .btn {
	height: 50px;
	width: 50px;
}
body.fs .minimize, body.full-screen .minimize {
	display: block !important;
}
body.full-screen #body-container, body.fs #body-container {
	background:#FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}
/* page_slide */
.page_slide {
	float: right;
	position: absolute;
	right: 0;
	top: 0px;
	bottom: 0;
	width: auto;
	z-index: 1;
	border-left: 1px solid #428BCA;
	background: #fff;
}

.page_slide .panel {
	border-radius: 0;
	margin: 0;
	box-shadow: none;
}

.page_slide .panel .panel-heading {
	border-radius: 0;
}

.page_slide .panel .panel-heading .btn {
	margin-left: 10px;
}

.panel.sidebar-fixed-header {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0px;
	bottom: 0px;
	border-right: 0;
	border-bottom: 0;
	border-width: 1px;
}

.panel.sidebar-fixed-header .panel-heading {
	left: 0;
	position: absolute !important;
	right: 0;
	top: 0;
	z-index: 999 !important;
}

.panel.sidebar-fixed-header .panel-body {
	bottom: 40px !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	left: 0;
	position: absolute !important;
	right: 0;
	top: 50px;
}

/* page-slide */
.page-slide {
	position: fixed;
	right: 0px;
	top: 40px;
	z-index:9;
}

.page-slide .panel {
	border-radius: 0;
	margin: 0;
	box-shadow: none;
	z-index: 2;
	border-color:#CCC;
}

.page-slide .panel .panel-heading {
	border-radius: 0;
}
/* timeline */
.timeline {
	position: relative;
	margin-left: 10px;
	border-left: 1px solid #E3E3E3;
	margin-right: 5px;
}

/*
.timeline:after, .block:after {
	clear:both;
	display:table;
	content:'';
}
*/
.timeline span.icon-metro {
	position: absolute;
	top: 35%;
	margin-left: -50px;
}

/* contact list */
.timeline .block {
	padding: 10px;
	position: relative;
	margin-left: 20px;
}

.timeline>div.contact-list:last-child span.icon-metro {
	background-color: #52b043 !important;
}

.timeline>div.contact-list:last-child span.icon-user:before {
	content: "\f067";
}
.timeline>div.contact-list:last-child .delete-btn {
	display: none;
}

.block .delete-btn {
	position: absolute;
	right: 15px;
	top: 11px;
}

/* Metro style End */ /* Users Page Begins */
#users-list .metro {
	max-height: 70px;
	min-height: 30px;
}

#users-list img.thumb-img {
	border-radius: 6px 0 0 6px;
	height: 70px;
	width: 70px;
}
.metro img.noImg {
	border-right: 1px dashed #FFF;
}
#users-list .maso-item {
	margin-bottom: 40px;
	margin-right: 30px;
	width: 310px;
}
#target-prof-img.noImg {
	width: 100%;
	height: 100% !important;
	font-size: 80px;
}
.maso-item .metro-edit ul li a {
	color: #333;
}

.maso-item .metro-edit ul li a:hover {
	color: #ffffff;
}

.maso-item .dropdown-menu {
	left: -70px;
}

.grid_height {
	height: 100%;
}

.metro .tran {
	background: url("../img/trans.png") repeat scroll 0 0 transparent;
	border-radius: 0 7px 7px 0;
	display: block;
	height: auto;
	margin-top: 5px;
	min-height: 17px;
	padding: 0 5px 24px;
}

.side-bar-text {
	margin-bottom: 12px;
	padding-bottom: 6px;
	padding-top: 25px;
}

.metro .metro_content {
	padding: 7px;
}

.vertical-line {
	border-left: dotted 1px;
	padding-left: 10px;
	position: relative;
	left: 10px;
}

#projects-list .text-primary {
	font-weight: 600;
}

#projects-list .panel .hrs {
	border-radius: 3px 3px 3px 3px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	top: 13px;
}

.total-bg {
	background-color: #0365A6;
}

#entity-setting .box .editbox {
	visibility: hidden;
}

#entity-setting .box:hover .editbox {
	visibility: visible;
	position: relative;
}

#currentprogress .tooltip {
	display:none !important;
}

.metro-new.user-add {
	background: url("../img/user_add.png") no-repeat scroll center center #EBEBEB;
}

/* Users Page End */
.metro-new.client-add {
	background: url("../img/client_add.png") no-repeat scroll center center #EBEBEB;
}

.icon40 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

.icon-bg-white {
	background: none repeat scroll 0 0 #ffffff;
	color: #428bca;
}

.icon-bg {
	background: none repeat scroll 0 0 #428bca;
	color: #FFFFFF;
}

.icon-rotate {
	transition: all 0.5s ease-out 0s;
}

/* site responsive */
@media ( max-width : 992px) {
	.navbar-right { float:right!important;top:-7px;right:0; }
	#currentprogress .active_task {display:none !important;}
	#currentprogress div:hover div.tooltip { display:block !important; top: 40px;}

	div.user-info a.dropdown-toggle { margin-top:7px; }
	div.expense-list div.well div#newItem div.row div.list { margin:0px !important; }
	.timeline .block { margin-left:0px! important;padding:0px! important;margin-right:0px! important; }
	#expense-container #body-container div.label-default { margin-left:17px! important; }
	#expense-container #body-container #list-container div.timeline span.icon-plus { display:none! important; }
	#expense-container #body-container .approve_all { margin-top:-42px! important;float:right; }
	#expense-container #body-container #list-container div.list_head { margin-left:21px! important; }
	#expense-container #body-container #list-container .label-default .total_expenses { text-align:right!important; }
	#expense-container #body-container #list-container .expenseNotes { padding:0px; }
	#expense-container #body-container div.timeline div#newItem div.category { margin-left:-15px;margin-right:-15px; }
	#report-container #body-container .page-slide { position:inherit !important; }		
}
@media ( max-width : 760px) {	
	#expense-container #body-container #list-container div.well,#expense-container #body-container #list-container div.timeline,
	#expense-container #body-container #list-container div.timeline .block, #expense-container #body-container #list-container div.label-default, 
	#expense-container #body-container div.label-default { margin-left:0px !important; }
	#expense-container #body-container div.timeline div.list_head { margin-left:-19px; }
	#expense-container #body-container #list-container .container { margin-left:18px! important; }
	#expense-container #body-container #list-container .container div.filter { margin-right:15px; }	
	#expense-container #body-container div.timeline div.list_head div.approve { float:right! important; }		
	#expense-container #body-container div.timeline div.approve_value { text-align:right!important; }
	#expense-container #body-container div.timeline div.listing_appr,#expense-container #body-container div.timeline div.list_head div div{ padding:0px !important; }	
}
@media ( max-width : 450px) {
	#expense-container #body-container div.timeline div.amount { margin-top:5px; }

}
@media (max-width: 1500px) {
/*	#invoice-container .invoice-list, #estimate-container .invoice-list { width: 54% !important;}	*/
}
@media ( min-width :992px) and ( max-width :1200px) {
	#invoice-container .invoice-list, #estimate-container .invoice-list { display:none !important; }
}
/* page Begins */
#timesheet-container {
	max-width: 1250px;
}
#timesheet-container {
	width: 100% !important;
}
#timesheet-container .user-filter {
	position: absolute;
	right: 0px;
	top: 0px;
}
#timesheet-container .dayVw .user-filter {
	top: 20px;
}
#timesheet-container #list-container #left-pane {
	height: 100%;
}
#timesheet-container #list-container.dayVw #left-pane.rpopen {
	width: calc(70% - 30px);
	/*overflow-x: auto;*/
}
#timesheet-container #list-container.dayVw #left-pane.rpopen > div {
	width: 1080px;
}
#timesheet-container #list-container.dayVw #left-pane > div {
	max-width: 1080px;
}
#timesheet-container .img-thumbnail {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 100%;
	color: #0272BD;
	font-size: 16px;
	font-weight: 600;
	height: 35px;
	line-height: 35px;
	width: 35px;
	padding: 0px !important;
}
#timesheet-container .disabled .day,
#timesheet-container .disabled .img-thumbnail {
	color: lightgray;
	cursor: default !important;
}
#timesheet-container .disabled .label,
#timesheet-container .leave.disabled .img-thumbnail {
	background: lightgray;
}
#timesheet-container .leave .img-thumbnail {
	background: gray;
	color: #FFFFFF;
}
input.dtpicker {
	border: 1px solid #CCC;
	cursor: pointer;
	height: 100% !important;
	left: 0;
	margin-bottom: 6px;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}
button.split {
	display: table;
	line-height: 13px;
	padding: 0;
	border: 0;
	background: none;
}

.bg-white {
	background-color: #ffffff !important;
}
.bg-grey, .bg-grey input {
	background-color: #EEEEEE !important;
}
/* 
.tsheet.popover .time-edit-table tr td input {
	background: none repeat scroll 0 0 transparent;
	border: none;
	color: #555555;
} */
table table.time-edit-table tr td {
	padding: 5px;
}
.time-edit-table tr td input {
	background: none repeat scroll 0 0 transparent;
	border-color: #DDDDDD;
	border-width: 0 0 3px;
	border-radius: 0px !important;
	color: #555555;
	border-bottom: 1px solid #dddddd;
}

.ui-helper-hidden-accessible,
table tr.in-act td .start,
table tr.in-act:hover td .start,
div.widget  div.time_rows div.edit,
div.widget .time_rows.in-act:hover .edit {
	display: none;
}

div.widget  div.time_rows:hover div.edit {
	display: inline-flex;

}
.auto-complete-container {
	background: none repeat scroll 0 0 #FFFFFF;
	margin-top: 0px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 999;
}

.auto-complete-container ul.ui-menu {
	border: 1px solid #CCCCCC;
	left: 0 !important;
	margin: 0 !important;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px;
	position: static;
	top: 0;
	width: 100% !important;
}

.auto-complete-container ul.ui-menu li.ui-menu-item a span img {
	margin-right:7px;
}

.auto-complete-container ul.ui-menu li.ui-menu-item {
	clear: both;
	display: inline-block;
	float: left;
	width: 100%;
	padding: 5px 0;
	/* border-bottom: 1px solid #CCC; */
}

.auto-complete-container ul.ui-menu li.ui-menu-item a.ui-state-focus {
	background-color: #208ED3;
	color: #FFFFFF;
	text-decoration: none;
}

.auto-complete-container ul.ui-menu li.ui-menu-item a.ui-state-focus .text-success{
	color: #FFFFFF;
}

.auto-complete-container ul.ui-menu li.ui-menu-item a {
	padding: 3px 10px;
	display: inline-block;
	width: 100%;
}

tr.error td {
	background-color: #F2DEDE;
}

.gray_shade {
	color: grey;
	font-size: 40px;
	text-shadow: 2px 2px 5px #969191;
}

div.time_entry {
	border-top: 1px solid #EEEEEE;
	padding: 10px 0;
}


div.lstDate div.pDate:last-child {
	border: medium none;
}

@media ( max-width : 1250px) {
	div.pDate {
		padding: 0 30px;
	}
	.time_content {
		width: 600px;
	}
	#report-container #body-container table.report-table { table-layout:inherit !important; }
}

@media ( min-width : 1250px) and (max-width: 1279px) {
	div.left_project {
		width: 600px !important;
	}
	div.right_project {
		width: 350px !important;
	}
}

@media ( max-width : 700px) {
	div.header div.container {
		height: 50px;
	}
	div.page-header-bar {
		margin-left: 0px !important;
	}
	#projects-list .text-primary {
		font-size: 11px;
	}
}

table.table-gridedit tr td:last-child  {
	border-top: 1px solid #FFF !important;
	border-right: 1px solid #FFF !important;
	border-bottom: 1px solid #FFF !important;
}
.wb {
	border: 1px solid #FFF !important;
}
.team-table.table:not(.day-view) tr th {
	white-space: pre-wrap;
	font-weight: normal;
}
.team-table.table tr td {
	vertical-align: middle;
}
.team-table.table tr th.today {
	background: #CCCCCC;
}
.team-table tr.user td {
	border-top: 1px solid #AAAAAA;
	font-size: 16px;
}
.team-table tr.timesheet .project {
	padding-left: 45px;
}

/*Timesheet page Ends*/

/*Timesheet approve page bregins */
#timesheet-container .icon-lock,
#tsa-container th.approved .approve_reject {
	position: absolute;
	right: 2px;
	display: none;
	margin-top: 2px;
}
#tsr-container th:hover .approve_reject {
	color: #449D44;
}
td:hover .icon-lock,
div.fixwidth:hover .icon-lock {
	visibility: visible;
}
.accordion-toggle span.icon {
	background: none repeat scroll 0 0 #0088CC;
	border-radius: 100%;
	color: #FFFFFF;
	height: 30px;
	left: 0;
	line-height: 30px;
	width: 30px;
}
.panel-collapse .panel-body .date {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 100%;
	color: #0272BD;
	font-size: 16px;
	font-weight: 600;
	height: 35px;
	line-height: 35px;
	margin-bottom: 2px;
	width: 35px;
}

#tsa-container h5,
#tsa-container .h5 {
	font-size: 14px;
	font-weight: 600;
}

#tsa-container .sub-title {
	color: #636262 !important;
	font-size: 10px;
}

#tsa-container .period {
	color: #636262;
}

#tsa-container .hidden-sm b {
	font-size: 16px;
}

/*Timesheet approve page ends*/ /*Project page Begins*/
div.task_type:hover button.edit,
div.team:hover button.edit,
div.expenses:hover button.edit,
#projectcontent:hover button.edit {
	visibility: visible !important;
}

.btn-save-ctl {
	right: 0px;
	top: 0px;
	z-index: 1;
}

.box {
	margin-top: 10px !important;
	margin-bottom: 15px !important;
	position: relative;
}

div.selector {
	cursor: pointer;
	display: inline-block;
	height: 35px;
	line-height: 27px;
	margin: 0;
/*	max-width: 280px;*/
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #CCCCCC;
}
#dashboard-container div.selector {
	margin: -6px 0 0;
	border: 0px;
}
div.selector span {
	cursor: pointer;
	display: block;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	padding: 0 37px 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector span:after {
	border-top-color: #0474BE;
	position: absolute;
	right: 12px;
	top: 49%;
}

div.selector select {
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
div.selector.disabled
{
	cursor: not-allowed;
	background:#eee;
}

.selector select option, option {
	padding: 4px 0 4px 4px;
}
option[value="separator"] {
	border-top: 1px dashed #000;
	margin: 7px 0 0;
}
div.selector span:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #0474BE;
	content: "";
	display: inline-block;
	height: 0;
	vertical-align: top;
	width: 0;
}
.transEdit {
	position:absolute;
	top: 0;
	right: 0;
	z-index:2;
/*	background: none repeat scroll 0 0 #CCCCCC;
	border-radius: 0 4px 0 8px;
	min-height: 23px;
	padding: 0 10px;
*/
}
.table-bordered.dash-border,
.table-bordered.dash-border > thead > tr > th, 
.table-bordered.dash-border > tbody > tr > th, 
.table-bordered.dash-border > tfoot > tr > th, 
.table-bordered.dash-border > thead > tr > td, 
.table-bordered.dash-border > tbody > tr > td, 
.table-bordered.dash-border > tfoot > tr > td
{
   border-style: dashed;
   border-color: #CCCCCC;
}
.table-bordered.dash-border thead > tr > th, 
.table-bordered.dash-border tbody > tr > th, 
.table-bordered.dash-border tfoot > tr > th, 
.table-bordered.dash-border thead > tr > td, 
.table-bordered.dash-border tbody > tr > td, 
.table-bordered.dash-border tfoot > tr > td {
	padding: 4px;
}
 

.dash-border-left,.dbl {
	border-left: 1px dashed #CCCCCC;
}

.dash-border-top,.dbt {
	border-top: 1px dashed #C9C9C9 !important;
}

.dash-border-right,.dbr {
	border-right: 1px dashed #CCCCCC;
}

.dash-border-bottom,.dbb {
	border-bottom: 1px dashed #CCCCCC;
}

.table .editable tr td input {
	border: 1px solid transparent;
	padding: 5px;
	height: auto;
	/* width: 100%; */
}
/* dash border control */
.db-control {
	border: 0 !important;
	box-shadow: none !important;
	padding:0 !important;
}
.db-control:focus {
	border: 0 !important;
	box-shadow: none !important;
}
.db-input-addon {
	background: #fff;
	border:0;
	padding-left: 4px;
    padding-right: 4px;
}

.box-condensed .selector>span:after,
table.members_table .selector>span:after,
#budgetcontent div.transEdit.vh,
#invoicecontent div.transEdit.vh,
#configcontent div.transEdit.vh {
	visibility: hidden;
}

.box-condensed .selector:hover>span:after,
#budgetcontent:hover div.transEdit,
#invoicecontent:hover div.transEdit,
#configcontent:hover div.transEdit {
	visibility: visible;
}

.vertical-border {
	width: 3%;
	height: 48px;
	border-left: 2px solid #D0CECF;
}

.popover.fluid {
	width: 100%;
}

.popover.static {
	display: block;
	position: relative;
}

.popover.mini .popover-content {
	padding: 0px 10px;
}

#projectcontainer hr {
	border-bottom: 2px solid #D0CECF;
}

#projectlist .maso-item {
	margin-bottom: 30px;
	margin-right: 30px;
	width: 275px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
}

#projectlist .metro-item .trans {
	position: relative;
	border-radius: 0px;
}

#projectlist .vertical-dot {
	border-left: 1px dotted #FFFFFF;
}
#projectlist .horizontal-dot {
	border-top: 1px dotted #FFFFFF;
}
#projectcontainer .icon-show-comment {
	background-image: url("../img/comments.png");
	background-repeat: no-repeat;
	height: 14px;
	width: 23px !important;
}

span.validationMessage {
	display: none;
}

div#projectcontent div.btn-save-ctl {
	top: 0px !important;
}

.metro-new.project-add {
	background: url("../img/project_add.png") no-repeat scroll center center #EBEBEB;
}

.metro-new.add {
	background: url("../img/project_add.png") no-repeat scroll center center #EBEBEB;
}

/* Project page Ends */

/*Estimate page begins*/
.btn-status {
	width: 80px;
	font-weight: 600;
	/*text-align: left;*/
	height: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.btn-list {
	height: 30px;
}

#estimate-container .alert-warning {
	display: none;
} 

#estimate-container div.detail table textarea {
	overflow: auto;
	position: absolute;
}

#estimate-container .popover.left {
	position: relative;
	margin-left: -286px;
	top: 40px;
}

.symbol-cont {
	position: relative;
}

.symbol-cont input {
	width: 100%;
	padding-right: 20px;
}

.symbol-cont .symbol {
	position: absolute;
	right: 1px;
	top: 9%;
	width: auto;
	min-width: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
}

#uniform-dtype.selector {
	width: 70px;
}

.est-detail-tbl tr .control * {
	visibility: hidden;
}

.est-detail-tbl tr:hover .control * {
	visibility: visible;
}
 

/*Estimate page ends*/
.client-list-table tbody tr td.controls * {
	visibility: hidden;
}

.client-list-table tbody tr:hover td.controls * {
	visibility: visible;
}

.table-hover tbody tr:hover td,.table-hover tbody tr:hover th,.table-hover tbody tr:hover td input
	{
	background-color: #BAE3FC !important;
}

div.select_client span.validationMessage {
	display: none;
}

/*Expenses page begins */
.list_head {
	padding-bottom: 10px;
	padding-top: 10px;
}

span.icon-dollar {
	background-image: url(../img/dollar.png) !important;
	background-repeat: no-repeat !important;
	background-position: 10px 8px !important;
}

#expense-container div.well:hover .edit {
	visibility: visible;
}

#expense-container div.well .edit {
	visibility: hidden;
	position: relative;
	top: 10px;
}

.expense-list.edit>span.icon-dollar {
	background-color: #FD660D !important;
	background-image: url("../img/dollar-edit.png") !important;
}

/*Expenses page ends*/ /*Reports page begins*/
.dropdown-menu li>a:hover,#report-container .dropdown-menu li>a:hover {
	background-image: none;
	background-color: #428BCA;
	color: #FFFFFF;
	text-decoration: none;
}

table.client-list-table tr th {
	font-size: 14.5px;
	font-weight: 600;
}

#report-container .dropdown-menu li>a {
	clear: both;
	color: #333333;
	font-weight: normal;
	line-height: 1.42857;	
	white-space: nowrap;
}
#report-container .chosen-container {
	font-size: 13px;
}

#report-container #list-container .form-group {
	margin-bottom: 5px;
}

#report-container #list-container.opened {
	width: 80% !important;
}
/*Reports page ends*/
/*invoice page begins*/
#project-invoice-container.opened {
	width: 100% !important;
}
#project-invoice-container {
	width: 0% !important;
}
/*invoice page ends*/
/*Page slide width for chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.page_slide {
		width: 40% !important;
	}
}
.noselect, .noselect *:not(input), .unselectable, .unselectable *:not(input) {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Ajax loader */
#loader {
	background: url("../img/loader.gif") no-repeat scroll center center transparent;
	display: none;
	height: 40px;
	left: 50%;
	position: fixed;
	top: 0;
	width: 40px;
	z-index: 10;
}
#loader1 {
	height: 40px;
	left: 50%;
	position: fixed;
	top: 0;
	width: 40px;
	z-index: 10;
}
body.loading #loader{
	display: block;
}
body.loading.not #loader{
	display: none;
}
/* Date filter popup begins */
.dtFilter.dropdown-menu {
	width: 330px;
	right: 0;
}

.dtFilter.dropdown-menu.active {
	display: block;
}

.dtFilter .dropdown-menu {
	border: 0 none;
	box-shadow: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
.dtFilter ul.custom {
	padding-left: 15px;
	clear: both;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 5px;
	margin-top: 3px;
	padding-top: 5px;
}
.dtFilter ul.custom li {
	float: left;
}

/* Date filter popup end */
.tooltip {
	display: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #fff;
	font-size: 11px;
	padding: 3px 8px;
	background: rgb(59,59,59); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(59,59,59,1) 0%, rgba(29,29,29,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,59,59,1)), color-stop(100%,rgba(29,29,29,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(59,59,59,1) 0%,rgba(29,29,29,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(59,59,59,1) 0%,rgba(29,29,29,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(59,59,59,1) 0%,rgba(29,29,29,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(59,59,59,1) 0%,rgba(29,29,29,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */
	opacity: 0.85;
	z-index: 10;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.698);
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.698);
	-moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.698);
	max-width: 225px;
}

.deposit-table {
	display: block;
	left: 0;
	position: absolute;
	top: 20px;
}

.deposit-table li {
	display: inline-block;
	padding: 0px 10px;
	width: 100%;
	float:left;
}

.fwt {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.clrbg .chosen-container-single .chosen-single {
	background-color: transparent;
	background-image: none;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
}
span.assignee {
	overflow: hidden;
	white-space: nowrap;
}

.menu.parent:hover > ul.dropdown-menu {
	display: block;
}

/* Mobile menu starts */

.navbar-collapse {
	background-color: #222222;
	border-color: #080808;
} 

.navbar-collapse ul li a span,.navbar-collapse ul li.open ul li a span {
	color:#ffffff !important;
}

.navbar-collapse ul li a:hover span,.navbar-collapse ul li a:focus span,.navbar-collapse ul li.open a span {
	color:#000000 !important;
	}
nav.navbar-collapse { max-height:450px !important; }

button.navbar-toggle { padding:5px 6px; }

button.navbar-toggle:hover,button.navbar-toggle:focus { background-color:#0665A0 !important; }

.collapse { display:none !important; }

/* Mobile menu ends */
.progress.vertical {
    position: relative;
    float: left;
    margin-right: 2px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
#expense-container #notes_attach div.file-uploader button.btn { display:none; }
.report-table  tbody tr td:hover  > ul.dropdown-menu {
	display: block;
	position:relative;
}
.expenses-table tr td.edit .btn-group {
	visibility: hidden;
	transition: all .2s ease-in-out;
	transform: scale(0);
}
.expenses-table tr:hover td.edit .btn-group {
	visibility: visible;
	transform: scale(1);
}
.report-table  tbody tr td > ul.dropdown-menu li { margin-left:5px; }
.report-table  tbody tr td > ul.dropdown-menu li a { text-align:left;padding:0 10px 0 10px !important; }

.page-slide #edit_layout .panel .panel-body,
.page-slide #project-invoice-container .panel .panel-body {
	height: calc(100% - 90px);
}

#entity-setting div.file-uploader, #users-edit-container div.file-uploader, #profile-container div.file-uploader, #expense-container div.file-uploader, #adduser div.file-uploader{
	display:none;
}

#alert_message.fix-it {
	display: inline-block;
	height: auto;
	left: 100px;
	position: fixed;
	text-align: center;
	top: 35px;
	width: calc(100% - 100px);
	z-index: 1100;
	padding: 10px;
}
#clientcontainer #alert_message.fix-it {
    z-index: 999 !important;
    width: auto !important;
    left: 35% !important;
}

#alert_message.fix-it:empty {
	display: none !important;
}
#alert_message.fix-it .alert {
	display: inline-block;
	height: 100%;
	margin: 0;
	max-height: 100%;
	padding: 3px 20px;
	position: relative;
}
#alert_message.fix-it .alert button {
	padding-left: 5px;
}
#alert_message.fix-it pre{
	display:none;
}
table.fixhead {
	border-collapse: collapse;
}
table.fixhead thead, table.fixhead tbody {
	display: block;
	float: left;
	width: 100%;
}
#entity-setting {
	max-width: 1248px;
}
.modal-body #tsa-container .page-header-bar {
	display:none;
}
.modal-body #expense-container .approve_total {
	padding:0px;
	margin-right:10px;
	margin-left:-18px;	
}
#notify-cont {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: auto;
}
.book-mark, .notify {
	padding:2px 5px;
}
.book-mark i.icon-metro, .notify i.icon-metro {
	width: 35px;
	height: 35px;
	border-color: #FFF;
	color: #FFF;
}
#signup_form span.icon-remove {
	background-color:#D14949; 
	color:#fff;
}
#signup_form span.icon-ok {
	background-color:#1f8026;
	color:#fff;
}
span.icon-ok,span.icon-remove { font-size:18px; }

span.icon-ok { color: #008000; }
span.icon-remove { color:#D34444; }
span.background-picker span.current { height:25px;width:25px;border-radius:25px;border:1px solid #cccccc; }
span.background-picker img { display: none; margin-top:-38px; }
span.colorpicker div.text { color:#000000 !important; }
span.colorpicker div.bottom { border:1px solid #cccccc; }
#team-container .popover-content { overflow-y: auto; max-height: 169px; }
#company_browse .icon-remove { color:#CB3430; right:-11px; position:absolute; top:-11px; }
.header .company-name { margin-right: 10px !important; margin-left:5px !important; }
#projectcontainer .project_box div, #clientcontainer .client_box div,
#users-container .user_box div {
	cursor: pointer;
	font-size: 14px;
	padding: 4px 15px;
	color:#fff;
	border-radius: 5px 5px 0 0;
	bottom: 0;
	position: fixed;
    right:40px;
    z-index: 99999;
}
#archive_box div {
   background:#BF3723;
}
#active_box div {
   background:#336E2A;
}
#report-container .btns a i {
	font-size: 15px;
    font-weight: bold;
}
#documents-container .file-uploader {	
	float:right;
}

span.fadeText {
	opacity:.5;
}

#uniform-current_role .selector {
	color: #888888;
}

#projectcontainer .chosen-container {
	font-size: 13px;
	line-height: 8px;
}
#timesheet-container span.small {
	font-size: 11px;
	font-weight: 500;
}
span.alert_budget {
	vertical-align:-9px\0/IE9;	
}
#documentcontent .document-block {
	min-height:250px;
	max-height:500px;
}
.showNew #documentcontent .document-block{
	min-height: 200px;
}
#documents-container .document-block {
	min-height:170px;
	max-height:500px;	
}
ul.attach-list li {
	display: inline-block;
	padding: 13px 15px 0 0;
	position:relative;
}
ul.attach-list li:hover {
	background: rgb(222,239,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(222,239,255,1) 0%, rgba(152,190,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,239,255,1)), color-stop(100%,rgba(152,190,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
	opacity: 1;
}
ul.attach-list li:hover .tooltip {
	min-width: 200px;
	display:block;
}
ul.attach-list li span.delete {
	right: 0px;
	top: 0px;
}
#documentcontent .file-uploader {		
	height:35px;
	margin-top: 3px;
}
#projectcontainer table.members_table td, 
#projectcontainer table.task_type_table td.dash-border-top {
	padding:3px;
}
button.insert-above i {
	background: url("../img/Insert-Above.png") no-repeat scroll 0 3px transparent;
	width: 16px;
	height: 21px;
	display: inline-block;
}
button.insert-below i {
	background: url("../img/Insert-Below.png") no-repeat scroll 0 3px transparent;
	width: 16px;
	height: 21px;
	display: inline-block;
}
.btn-gantt span.ico {
	background-image: url("../img/gantt.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	height: 12px;
	width: 16px;
}
.btn-gantt:hover span.ico,
.btn-gantt.active span.ico {
	background-image: url("../img/gantt_white.png");
}
.listfile{
	display: inline-block;
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	max-width: 100px;
}
#filecontainer{
	border: 1px dashed #D3D3D3;
	border-top:0px none;
}
#filecontainer.hideBorder{
	border: 0px dashed transparent;
}
.placeholdersjs { color:#ccc !important; }

#projectcontainer .expenses, #projectcontainer .bottom-save {
	margin-bottom: 250px;
}
.team-table .noborder td{
 border-top: none;
 padding-top: 0;
 padding-bottom: 0;
 margin: 0;
}
.team-table .nospace td{
 padding-top: 1px;
 padding-bottom: 1px;
 margin: 0;
}

.thead-colored {
	background: none repeat scroll 0 0 #0088CC;
    border-radius: 100% 100% 100% 100%;
    color: #FFFFFF;
}
.p5 {
	padding:5px;
}
.date-picker{
	background: url("../img/date-picker.png") no-repeat scroll 95% center #FFFFFF;
	border: 1px solid #CDCDCD;
	padding: 0 22px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.dt-picker .disp {
	background: none;
	border: 0 none;
	left: 0;
	padding: 7px;
	position: absolute;
	top: 0;
	z-index: 0;
}
#report-container #left-panel {
	width: 308px;
	border-right: 1px solid #E3E3E3;
	height: auto;
	transition: left 0.4s ease 0s;
}
#report-container .pinned #left-panel {
	margin: 0 0 0 -15px;
}
#report-container .un-pinned #left-panel {
	box-shadow: 5px 5px 10px #888888;
}
.un-pinned .icon-pushpin:before {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Opera, Chrome, and Safari */
}
/*-15px 0px 0px -15px*/
.fix-setting {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 0 4px 4px 0;
	color: #333333;
	cursor: pointer;
	left: 75px;
	padding: 6px 10px;
	position: fixed;
	text-align: center;
	top: 150px;
	z-index: 1;
}
.pinned .fix-setting {
	display: none;
}
.un-pinned .left-panel {
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
	height: calc(100% - 90px) !important;
	left: -285px;
	margin: 0;
	overflow: hidden;
	position: fixed;
	top: 90px;
	z-index: 1;
}

.un-pinned .left-panel.open {
	left: 75px;
}

.un-pinned .left-panel #list-container {
	height: calc(100% - 40px) !important;
	margin-right: -13px;
	overflow-y: auto;
	padding-left: 8px !important;
	position: relative;
}
.left-panel table tbody tr td label {
	font-weight: normal;
	margin: 0px;
}
#bookmark-container ul li a,
#bookmark-container ul li.new-item {
	padding: 3px 10px;
}
#view_layout .new-mode .hideNew,
#view_layout .showNew {
	display: none;
}
#view_layout .new-mode .showNew,
#view_layout .hideNew {
	display: block;
}
.expense-list .edit {
	cursor:pointer;
	text-align:right;
	display:none;
}

.expense-list:hover .edit {
	text-align:right;
	display:block;
}

/* Invoice and estimate font-size: 13px */
#invoice-container .form-control, #estimate-container .form-control {
	font-size: 13px;
}
#invoice-container .nav.nav-tabs li.active a {
	min-height: 42px;
}
#project-invoice-container .text-primary,
h4.name_user {
	cursor: pointer;
}

.due_iconspace {
	padding-right: 14px;
}
.rec_iconspace {
	padding-right: 12px;
}
.task_type_table tr span.delete, 
.members_table tr span.delete {
	display: none;
}
.task_type_table tr:hover span.delete,
.members_table tr:hover span.delete {
	display: block;
}
.y-popup, tr td.tsa:hover {
	background: #FFFFB5;
	border: 1px solid #FFE764;
}
.bkmark_item{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px;
}
#bkmark-list li a.delete,
#notes_attach div.file_info span.delete,
#documentcontent ul.attach-list li span.delete {
	visibility: hidden;
}
#bkmark-list li:hover a.delete,
#notes_attach div.file_info:hover span.delete,
#documentcontent ul.attach-list li:hover span.delete {
	visibility: visible;
}
#notes_attach .file-uploader{
	position: relative;
	top: -18px;
	background: #F5F5F5;
}
#hidder1 .selector {
	background: #F5F5F5;
}

#currentprogress {
	height: 40px;
	vertical-align: middle;
	line-height: 35px;
	padding: 0 10px;
	background-color: #1a5e89;/* #673AB7, #1a5e89 */
}
#currentprogress.running {
	background-color: #4CAF50;/* #673AB7, #1a5e89 */
}
.tab-pane input, .tab-pane select, .tab-pane h4.form-control {
	font-size:12px;
	padding:5px;
}
#comments-container.tab-pane,
#currentprogress div div.act-info {
	display: none;
}
#comments-container.tab-pane.active,
#currentprogress div:hover div.act-info {
	display: block;
}
.vert-divider {
	border-right: 2px solid #FFF;
	height: 35px;
	vertical-align: middle;
	margin: 0 12px;
}
.active_task {
	overflow: hidden;
	text-align:right;
	height: 40px;
	max-width: 200px;
}
.addicon {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 20px !important;	
}
.page-sidebar-menu ul li:hover, 
.page-sidebar-menu ul li:hover span.name {
	background-color: #428BCA;
	color: #FFFFFF;
	text-decoration: none;
}
.ot_hrs {
	border-top:1px solid #DADADA;
	margin:10px 0px 0px;
}

#dashboard-container .progress {margin-bottom:5px;}

.dtFilter li {
    padding: 2px 0;
}
.dtFilter .dropdown-menu li > a {
	padding: 1px 10px;
	font-size: 12px;
}
#dashboard-container .icon-chevron-left,
#dashboard-container .icon-chevron-right {
    color: #999999;
}
.progress-bar-bill {
	background:#52D793 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52D793', endColorstr='#52D793', GradientType=0);
}
.progress-bar-nonbill {
	background:#FC8660 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC8660', endColorstr='#FC8660', GradientType=0);
}

.bill {
	color:#52D793 !important;
}
.nonbill {
	color:#FC8660 !important;
}

.progress-G {
	color: green !important;
	font-size: 15px;
}

.progress-O {
	color: orange !important;
	font-size: 15px;
}

.progress-R {
	color: red !important;
	font-size: 15px;
}
.icon-circle.progress-{
	visibility: hidden;
}
.bill-bg {
	background: none repeat scroll 0 0 #52D793 !important;
    padding: 0px 5px;
}

.nonbill-bg {
	background: none repeat scroll 0 0 #FC8660 !important;
    padding: 0px 5px;
}

.income {
	color:#7cb5ec !important;
}
.expense {
	color:#f7a35c !important;
}

.nb-td {
    border: 0 none !important;
}
#adduser .newuser{
	width: 100%;
}
#adduser .saveuser {
	display: none;
}
.group_by {
    /* background: none repeat scroll 0 0 #EEEEEE; */
    font-size: 16px;
    margin-top:40px;
}
table tr.group_by:first-child {
	margin-top:0px
}
tr.group_by_top{
	border:0px;
}

tr.group_by_top td{
	border:0px !important;
}

table tr.group_by_top:hover td {
	background-color:#fff !important;
}
.rounded {
	border-radius: 50% !important;
}
.roundedimg {
	border-radius: 50%;
	height: 28px;
	width: 28px;
	max-width: 38px;
}
.task_name {
	font-size: 15px;
	overflow: hidden;
	word-wrap: break-word;
}
#projectcontainer select.form-control {
	font-size: 13px !important;
	background: #FFF;
}
.flot-tick-label.tickLabel {
    overflow: hidden;
    padding: 0 3px;
}
#comments-container .panel-body .row.media{
	margin-top: 5px;
}

.tinygrey
{
	font-size: 10px;
	position:relative;
	top:12px;
	color:grey;
}
.members_table {
	table-layout: auto;
	border-collapse: collapse;
	width:100%;
}
.prt{
	top: 5px;
}
#invoice-container div.invoice.page-slide,
#estimate-container div.invoice.page-slide {
	top: 90px;
	height:calc(100% - 90px);
	min-height:calc(100% - 90px);
}
.invoice.page-slide div.page-view {
	margin: 0;
	box-shadow: 0 0 6px #CCCCCC;
	border: 1px solid #DDD;
	overflow: auto;
	padding-top: 10px;
}
.jcrop-holder #preview-pane {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 10px;
  right: -280px;
  padding: 6px;
  border: 1px rgba(0,0,0,.4) solid;
  background-color: white;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
#preview-pane {
	display: inline-block;
	float: left;
	margin-left: 10px;
}
#preview-pane .preview-container {
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.jcrop-holder {
	float: left;
	height: 300px !important;
	overflow: hidden;
	width: 300px !important;
}
.time_desc {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
#report-container #report-list-table {
	width:auto;
	min-width:100%;
}

#report-container #list_grid {
	overflow-x:auto;
    min-height: 110px !important;
}

tr.nbt td {
	border-top:0 none !important;
}

tr.bb th {
	border-bottom:1px solid #DDDDDD !important;
}
#report-list-table tr td.over-due, tr.over-due td.fdate {
	color: #FF0000
}
table tr td.day.hrs-err:not(.future) {
/* 	background: #FFDBA5 !important; */
	background: #D6E686 !important;
/* 	background: #8CC665 !important; */
}
table.team-table:not(.day-view) tr td.day:not(._holyH):not(.future):not(.hrs-err):not(.day-hrs-err) {
	background: #8CC665 !important;	
}
table.team-table td.day-hrs-err {
	background: #FF0000 !important;	
	color:#ffffff !important;
}
table.team-table tr td.holyH {
	background: transparent !important;	
}

table.team-table tr td._holyH {
	border-width: 1px 2px;
	border-style: solid;
	border-right-color: #AAA;
	border-left-color: #AAA;
}

tr.timesheet {
	overflow: hidden;
}
#addons-container #list-container
{
	max-width:1000px;
}

/* New timesheet popup begins */
.tsheet.popover {
	display: block;
	left: 0;
	min-width: 625px;
	right: 0;
	position: fixed;
	top: 20%;
/*
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-ms-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-ms-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:0.3s;
	-moz-animation-duration:0.3s;
	-ms-animation-duration:0.3s;
	-o-animation-duration:0.3s;
	animation-duration:0.3s;
*/
}
.tsheet.popover .timeEntry_wrap {
	display: inline-block;
	width: 100%;
}
.tsheet.popover .more {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    height: 25px;
    left: 0;
}

.tsheet.popover .more:hover { 
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);

}
.ts-billable a[readonly] .icon-metro,
.ts-billable a[readonly][disabled] .icon-metro,
.tsheet.popover a[readonly] .icon-metro,
.tsheet.popover a[readonly][disabled] .icon-metro {
	border: 0px;
	box-shadow: none;
}
.ts-billable .icon-metro,
.tsheet.popover .icon-metro {
/*	border-color: #008000;
	border-radius: 4px;
	border-width: 1px;*/
	box-shadow: 0 0 6px 1px rgba(0, 128, 0, 0.698) inset;
	color: #008000;
	height: 22px;
	width: 24px;
	text-decoration:none;
}
/* .tsheet.popover .icon-metro:hover { */
/* 	box-shadow: 0 0 2px #008000 inset; */
/* } */
.ts-billable a[disabled] .icon-metro, .tsheet.popover a[disabled] .icon-metro {
/* 	border-color: #D3D3D3;
	border-color: #808080;*/
 	box-shadow: 0 0 0 1px #c5c5c5 inset;
	color:#D3D3D3;
}
.ts-billable a[disabled] .icon-metro:hover, .tsheet.popover a[disabled] .icon-metro:hover {
	color:#797979;
}
.input-flat,
.input-flat:focus,
.input-flat:disabled,
.inputs-flat .chosen-container a.chosen-single {
	background: #FFF;
	border-color: #DDD;
	border-style: dotted;
	border-width: 0 0 1px;
	box-shadow: none;
}
table.inputs-flat tr td {
	border: 0px !important;
	padding: 10px 5px;
}
.tsheet.popover .estimate.form-control,
.tsheet.popover .hours.form-control {
	border-radius: 0;
	color: #555555;
	display: inline;
	font-size: 16px;
	font-weight: normal;
}
.tsheet.popover .estimate:disabled,
.tsheet.popover .hours:disabled {
	background: none;
	/* border: 0 none !important; */
	box-shadow: none;
	color: #999999;
	/* padding: 0; */
}
.tsheet.popover .inputs-flat .chosen-container {
	min-height: 33px;
	border: 1px solid #DDD;
	border-radius: 5px;
}
.tsheet.popover .inputs-flat .chosen-container-active {
	border-color: dodgerBlue;
}
.tsheet.popover.ui-draggable {
	cursor: auto;
}
.tsheet.popover div.move-handle {
	cursor: move;
}
input.input-flat:focus,
.inputs-flat .chosen-container-active a.chosen-single {
	border-color: dodgerBlue;
}
.fc-view-container a .fc-footer-left {
	bottom: 0;
	font-size: 25px;
	left: 0;
	margin: 0 0 3px 3px;
/* 	position: absolute; */
}
.fc-view-container a .fc-footer-right {
	bottom: 0;
	font-size: 17px;
	right: 0;
	margin: 0 5px 3px 0;
	position: absolute;
}
a.fc-event.timer .fc-resizer {
	display: none;
}
.fc-time-grid-event .fc-bg {
	display: none;
}
.fc-day-grid-event {
	margin: 1px 2px;
	display: inline-block;
	width: 95%;
}
.fc-day-header.today {
	background: #428BCA;
	color: #FFFFFF;
}
.fc-day-header.leave {
	background: lightgray;
}
.fc-view-container a.timer .fc-footer-left.fc-footer-timer {
	font-size: 20px;
}
.fc-event:hover .fc-footer-start {
	visibility: visible;
	color: #FFF;
}
.fc-footer-start {
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 2;
	text-decoration:none;
}
.fc-footer-start:hover {
	text-decoration:none;
}
#timesheet-container .selector {
	background: none repeat scroll 0 0 #F4F4F4;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#timesheet-container .selector.focus {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

#timesheet-container .selector select option {
	padding: 2px 0 2px 2px;
}
table.borderless tr td {
	border-top: none !important;
}
ul.backup-list li,
ul.version-list li {
	margin: 0 0 15px;
}

.success {
	color: #5CB85C !important;
}

.danger {
	color: #D9534F !important;
}

.task-low {
	border-left:3px solid #5CB85C;
	margin-right:5px;
}

.task-high {
	border-left:3px solid #D9534F;
	margin-right:5px;
}

#invoice-container table tbody tr:last-child td span.icon-remove {
	display: none;
}

#estimate-container table tbody tr:last-child td span.icon-remove {
	display: none;
}

.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}


.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
/*  min-width: 34px; */
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

/* #bottom-pane ul li a { */
/* 	padding:5px 7.5px; */
/* } */

.lt {
	text-decoration: line-through;
}

.mt15 {
	margin-top:15px !important;
}
.day-view .leave {
	background: #BBB;
}
.day-view #newItem .more {
	bottom: 0px;
	left: 49%;
	color:#bbb;
	cursor: pointer;
	display: inline-block;
	width: 50px;
	text-align: center;
	padding: 1px;
	border-radius: 3px 3px 0px 0px;
	position: absolute;
}
.day-view #newItem .more:hover {
	background-color: #eee;
}
.icon_counter {
	background: none repeat scroll 0 0 #208ed3;
	color: white;
	font-style: normal;
	letter-spacing: 2px;
	padding: 1px 3px;
	position: absolute;
	right: 0;
	top: 0;
}
pre.message {
	background: none;
	border: 0 none;
	display: inline-block;
	margin: 0;
	padding: 0;
	white-space: pre-line;
	word-wrap: break-word;
	font-size: 85%;
}
.well-white {
	background: none #FFF;
}
.well-gray, .well-grey {
	background: none #FFF;
}
.media.reply:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.media-body {
	-moz-transition: height 1s;
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
}
.panel-primary > .panel-heading .nav li:not(.active) a:not(:hover) {
	color: #fff;
}
/* Task page right panel */
#right-pane {
	height: calc(100% - 90px);
	position: fixed;
	right: -30%;
	top: 90px;
	width: 30%;
	-moz-transition: right 0.4s ease 0s;
	-webkit-transition: right 0.4s ease 0s;
	-o-transition: right 0.4s ease 0s;
	transition: right 0.4s ease 0s;
	z-index: 3;
}
#right-pane.open {
	right: 0;
}
#right-pane.open .fix-setting {
	display: none;
}
#right-pane .fix-setting {
	border-radius: 4px 0 0 4px;
	left: auto;
	right: 0;
	top: 175px;
}
#right-pane .fix-setting .pos-pane {
	padding:6px 10px;
	border-top:1px solid #fff;
	display:none;
}
#right-pane .fix-setting:hover .pos-pane {
	display:inline-block;
}
/* #right-pane .panel-heading > span { */
/* 	display: inline-block; */
/* } */
/* #right-pane #new-comments .onHover { */
/* 	position:absolute; */
/* 	width: 100%; */
/* 	height: 100%; */
/* 	top:0; */
/* 	left:0; */
/* 	display: none; */
/* } 
#right-pane textarea,
#right-pane input,
#right-pane .chosen-single span,*/
#right-pane .search-choice span {
	font-size: 85%;
}
.dragover #new-comments .onHover {
	display: block;
}
#new-comments .file-upload {
	background: none repeat scroll 0 0 #eee;
	color: #ccc;
	display:none;
	font-size: 60px;
	height: 100%;
	left: 0;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.dragover #new-comments .file-upload {
	display:block;
}
.table-noborder tbody tr td,
.table-noborder thead tr th,
.table-noborder > tbody > tr > td,
.table-noborder > thead > tr > th {
	border: 0px none;
}
/* #list-container.pinned #header-container #vph { */
	
/* } */

#right-pane:not(.pinned) .icon-pushpin:before {
	transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Opera, Chrome, and Safari */
}
.task-flag {
	background: none repeat scroll 0 0 #eee;
	color: #888;
	margin-left: -10px;
	padding: 5px 5px;
	cursor: pointer;
}
.task-flag:hover {
	color:#555;
}
body #aria_hidden {
	display:none;
}
body.loading #aria_hidden {
	display:block;
}
.fc-agenda-view .fc-day-grid {
	overflow-y: scroll;
	max-height: 250px;
}
.fc-day-grid .fc-week.fc-widget-content {
	margin-right: 0px !important;
}

#task_type_filter .chosen-single, #task_status_filter .chosen-single, #task_assignee_filter .chosen-single {
	opacity:0;
}

.column_filter {
	margin-left:-15px;
	z-index:2;
	position: absolute;
}
#expensetypesetting .small {
	color:#fff;
}
.result-selected {
	font-weight:bold;
}
table#week_list a:hover {
	text-decoration: none;
}
table#week_list tbody tr td:nth-child(1) {
    padding-left:15px;
}
table#week_list tbody tr td, table#week_list tfoot tr td {
	position: relative;
}
table#week_list tbody tr td.tcell:hover {
	background-color:#d8ecf9;
}
table#week_list tbody tr td .notes {
	border-color: transparent #208ED3 transparent transparent;
	border-style: solid;
	border-width: 0 15px 15px 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	transition: all 0.4s ease-out 0s;
}
table#week_list tbody tr td .notes::before {
	display: none;
}
table#week_list tbody tr td .notes:hover {
	border-width: 0 40px 40px 0;
}
table#week_list tbody tr td .notes:hover::before {
	display: block;
	left: 22px;
	position: absolute;
	top: 6px;
}
table#week_list tbody tr td .esthrs {
	position:absolute;
	bottom:2px;
	right: 2px;
}
.rotate {
	-webkit-animation:spin 1s linear infinite;
	-moz-animation:spin 1s linear infinite;
	animation:spin 1s linear infinite;
}
.rotate2 {
	-webkit-animation:spin 2s linear infinite;
	-moz-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite;
}
@-moz-keyframes spin{100%{-moz-transform:rotate(360deg);}}
@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);}}
@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	margin-left:-20px !important;
}

.team-table div.label {
    font-weight: 600;
}

.team-table .task-flag {
	background:none;
	text-decoration: underline;
}/*
#new-comments > div .controls{
	display:none;
}
#new-comments:hover .controls,
#new-comments div.shc .controls,
#new-comments textarea:focus + .controls{
	display:block;
}
*/
.media-body .cmt-del {
	color: #888;
	position:absolute;
	top:7px;
	right:7px;
}
.media-body .media-body .cmt-del {
	top:7px;
	right:0;
}
.act-itm .media-body {
	background: none;
	padding: 0px 9px;
	border: 0 none;
}
ul.nav-tabs li.active a,
ul.nav-tabs li.active a:active,
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a:focus {
	background: none repeat scroll 0 0 #208ed3;
	color: #fff;
}
#timeline .media-list textarea {
	margin-bottom:10px;
}
#timeline .media-list:not(.comm).doc textarea {
	display: none;
}
.cmt-attach-list .attach-data {
	display: inline-block;
	padding: 3px 0;
	width: 100%;
	cursor: pointer
}
#col-list li {
	border: 1px dashed #dedede;
	padding: 0 5px;
}
#col-list li label {
	width: 100%;
	line-height:1.8;
}
#col-list.ui-sortable li:hover label {
	cursor: grab;
}
#col-list.ui-sortable li.ui-sortable-helper label {
	cursor: grabbing;
}
/* Image Select Box Begins */
/* Tag image */
.chose-image {
	width:55px;
	height:55px;
	padding: 2px 5px 3px 0;
}
/* Image for Single mode */
.chose-image-small,
/* Images appended to the li(s) */
.chose-image-list {
	width: 20px;
	height: 20px;
	vertical-align: top;
	margin: 1px 5px 0 0;
}
/* Grey-out image for Multi mode 
div.chosen-container-multi .result-selected img {
	opacity: 0.3;
}*/
.active-result em {
	font-weight: bold;
}
/* Image Select Box End */
/* Task Created */
li.TC .media-left a .media-object {
	background: url('../img/new.svg') no-repeat scroll 0 0 transparent;
}
/* Task detail updated/edited */
li.TE .media-left a .media-object {
	background: url('../img/tasks.svg') no-repeat scroll 0 0 transparent;
}
/* Task Assigned */
li.TA .media-left a .media-object {
	background: url('../img/user_add.svg') no-repeat scroll 0 0 transparent;
}
/* Task Assignee removed */
li.TR .media-left a .media-object {
	background: url('../img/user_remove.svg') no-repeat scroll 0 0 transparent;
}
/* Task Followers updated */
li.TF .media-left a .media-object {
	background: url('../img/followers.svg') no-repeat scroll 0 0 transparent;
}
/* Task Status updated */
li.TS .media-left a .media-object {
	background: url('../img/status.svg') no-repeat scroll 0 0 transparent;
}
/* Task priority updated */
li.TP .media-left a .media-object {
	background: url('../img/priority.svg') no-repeat scroll 0 0 transparent;
}
/* Task Date updated */
li.TD .media-left a .media-object {
	background: url('../img/calendar.svg') no-repeat scroll 0 0 transparent;
}
/* Task Deleted. */
li.TL .media-left a .media-object {
	background: url('../img/calendar.svg') no-repeat scroll 0 0 transparent;
}
/* Task priority updated */
li.TK .media-left a .media-object {
	background: url('../img/checklist.svg') no-repeat scroll 0 0 transparent;
}
/* Project comments Started*/
/* Project Created. */
li.act-itm.PN .media-left .media-object {
	background: url('../img/new.svg') no-repeat scroll 0 0 transparent;
}
/* Project Properties updated. */
li.act-itm.PP .media-left .media-object {
	background: url('../img/edit.svg') no-repeat scroll 0 0 transparent;
}
/* Project Task Type updated. */
li.act-itm.PT .media-left .media-object {
	background: url('../img/edit.svg') no-repeat scroll 0 0 transparent;
}
/* Project Members updated. */
li.act-itm.PM .media-left .media-object {
	background: url('../img/followers.svg') no-repeat scroll 0 0 transparent;
}
/* Project Budget option updated. */
li.act-itm.PB .media-left .media-object {
	background: url('../img/edit.svg') no-repeat scroll 0 0 transparent;
}
/* Project Invoice option updated. */
li.act-itm.PI .media-left .media-object {
	background: url('../img/invoice.svg') no-repeat scroll 0 0 transparent;
}
/* Project Deleted. */
li.act-itm.PD .media-left .media-object {
	background: url('../img/delete.svg') no-repeat scroll 0 0 transparent;
}
/* Invoice activity started */
/* Invoice created. */
li.act-itm.IC .media-left .media-object,
li.act-itm.IN .media-left .media-object {
	background: url('../img/new.svg') no-repeat scroll 0 0 transparent;
}
/* Invoice deleted. */
li.act-itm.ID .media-left .media-object {
	background: url('../img/delete.svg') no-repeat scroll 0 0 transparent;
}
/* EstimateInvoice activity started */
/* EstimateInvoice created. */
li.act-itm.EC .media-left .media-object,
li.act-itm.EN .media-left .media-object {
	background: url('../img/new.svg') no-repeat scroll 0 0 transparent;
}
/* Invoice deleted. */
li.act-itm.ID .media-left .media-object {
	background: url('../img/delete.svg') no-repeat scroll 0 0 transparent;
}
li.act-itm.LN .media-left .media-object {
	background: url('../img/login.svg') no-repeat scroll 0 0 transparent;
}
li.act-itm.LO .media-left .media-object {
	background: url('../img/logout.svg') no-repeat scroll 0 0 transparent;
}

#notify-list {
	max-height: 400px;
	min-width: 260px;
	overflow-y: auto;
	position: absolute;
	top: 0;
/* 	overflow: hidden; */
}
#notify-cont .slimScrollDiv {
	position: unset !important;
}
.slimScrollBar {
	z-index: 2002 !important;
}
.slimScrollRail {
	z-index: 2001 !important;
}
#notify-list .lsn {
	border-bottom: 1px solid #eee;
	color: #414147;
	font-size: 11px;
/* 	min-width: 250px; */
	width: auto;
	padding: 7px;
}
#notify-list .lsn:not(.readed) {
	background: #e5f3fc;
}
#notify-list .lsn .lpanel {
	display: table-cell;
	padding-right: 7px;
	vertical-align: middle;
	width: 25px;
}
#notify-list .lsn .rpanel {
	display: table-cell;
	width: auto;
}
#notify-list .lsn.tu .lpanel .media-object {
	background: url("../img/edit.svg") no-repeat scroll 0 0 transparent;
}
#notify-list .lsn.at .lpanel .media-object {
	background: url("../img/attachments.svg") no-repeat scroll 0 0 transparent;
}
#notify-list .lsn.co .lpanel .media-object {
	background: url("../img/comments.svg") no-repeat scroll 0 0 transparent;
}
#notify-list .lsn.ta .lpanel .media-object {
	background: url("../img/new.svg") no-repeat scroll 0 0 transparent;
}
#notify-list .lsn:not(.readed):hover {
	background: #EEEEEE;
/* 	font-size: 13px; */
}
#notify-list .lsn p.message {
	display: inline-block;
	margin: 0;
}
#notify-list .lsn p.time {
	color: #999;
	font-size: 10px;
	margin: 0;
/* 	text-align: right; */
}
#notify-list .lsn .highlight {
	color: #115884;
}
#notify-list .lsn.readed,
#notify-list .lsn.readed p,
#notify-list .lsn.readed span {
	color: #777;
	cursor: default;
}
#notify {
	border: 2px solid #fff;
	border-radius: 35px;
	margin-top: 1px;
	padding: 0;
}
#notify .count {
	color: #fff;
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: center;
	text-decoration: none;
	width: auto;
}
#notify .icon-metro {
	border: 0;
	height: 33px;
	width: 33px;
}
.score {
	background-color: #1a5e89;
	display: inline-block;
	padding: 7px;
}
.score:empty {
	display: none;
}
#score {
	display: inline-block;
	position: relative;
}
#score-list li a {
	background-color: #fff !important;
	color: #555 !important;
	font-size: 12px;
}
tr.reason td:first-child {
	padding-left: 20px;
}
.prev-img {
	position: absolute;
	left: 0px;
	height: 100%;
	top: 0px;
	width: 40%;
	padding: 15px;
}
.next-img {
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0px;
	width: 40%;
	padding: 15px;
}
.prev-img a, .next-img a {
	height: 100px;
	width: 100px;
	font-size: 55px;
	padding: 25px;
	background-color: rgba(0, 0, 0, 0.698);
	color: rgba(255, 255, 255, 0.698);
	position: relative;
	display: none;
	margin: auto 0px;
	top: calc(50% - 50px);
}
.prev-img:hover a, .next-img:hover a {
	display: block;
}
.next-img a {
	float: right;
}
.mytasks .filters {
	background: #5fcbcc;
	border-bottom: 5px solid;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	min-width: 100px;
	width: auto;
}
.mytasks .filters .count {
	display: block;
	font-size: 25px;
}
.mytasks .filters .text {
	display: block;
	font-size: 14px;
}
.mytasks .filters.active .count {
	font-weight: bold;
}
.mytasks .filters.active {
	background-color: transparent !important;
}
.mytasks .filters.ftover_due {
	background-color: #C9302C;
	border-bottom-color: #C9302C;
}
.mytasks .filters.ftover_due.active {
	color: #C9302C;
}
.mytasks .filters.ftdue_today {
	background-color: #449D44;
	border-bottom-color: #449D44;
}
.mytasks .filters.ftdue_today.active {
	color: #449D44;
}
.mytasks .filters.ftdue_week {
	background-color: #31B0D5;
	border-bottom-color: #31B0D5;
}
.mytasks .filters.ftdue_week.active {
	color: #31B0D5;
}
.mytasks .filters.ft4 {
	background-color: #00A2C8;
	border-bottom-color: #00A2C8;
}
.mytasks .filters.ft4.active {
	color: #00A2C8;
}
.mytasks .filters.ft5 {
	background-color: #2E82B2;
	border-bottom-color: #2E82B2;
}
.mytasks .filters.ft5.active {
	color: #2E82B2;
}
.mytasks table tr td, .minrp table tr td{
	position: relative;
}
.mytasks .pjcolor {
	border-left: 5px solid;
	display: inline-block;
	height: 100%;
	left: -2px;
	position: absolute;
	top: 0;
}
/* #EC971F */
.start_chat_ballon {
/* 	background: #208ed3 none repeat scroll 0 0; */
/* 	border: 2px solid #00a1ff; */
/* 	border-radius: 50%; */
	bottom: 5px;
	cursor: pointer;
	height: 50px;
	left: 25px;
	position: absolute;
	text-align: center;
	width: 50px;
}
.start_chat_ballon .icon-comments {
	color: #fff;
	font-size: 30px;
	line-height: 45px;
}
#chat-frame {
	border: 0 none;
	display: none;
	height: calc(100% - 40px);
	left: 75px;
	position: absolute;
	right: 0;
	top: 40px;
	width: calc(100% - 75px);
	z-index: 9;
}
#chat-frame.active {
	display: block;
}
.anchor {
	background: none;
	border: 0 none;
}
.minrp .moreItem, .tskMoreItem {
	background: #eeeeee;
	border: 1px solid #cccccc;
	cursor: pointer;
	height: 25px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 13px;
	width: 25px;
	z-index: 2;
}
.panel-custom {
	border: 1px solid #337ab7;
}
.minrp .assigned .chosen-container {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.minrp .assigned .chosen-container .chosen-single,
.minrp .assigned .chosen-container .chosen-choices {
	background: none;
	border: 0;
	box-shadow: none;
}
.minrp .assigned .chosen-container .chosen-single > span,
.minrp .assigned .chosen-container .chosen-choices {
	cursor: pointer;
	height: 100%;
	opacity: 0;
}
.minrp .assigned .chosen-container .chosen-choices .search-choice {
	display: none;
}
.minrp .assigned > div span {
	display: inline-block;
	max-width: calc(100% - 20px) !important;
}
/*
.minrp .assigned .chosen-container {
	background-image: url("../img/chosen-sprite.png");
	background-repeat: no-repeat;
	background-position:0 3px;
}
.minrp .assigned .chosen-container.chosen-container-active.chosen-with-drop {
	background-position:-18px 3px;
}
*/
.minrp .mytask_header,.mytask_header {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.4;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 23px;
}
.minrp .rplist div .minMax {
	float: right;
	padding:0 5px;
	display: none;
}
.minrp .rplist div:hover .minMax {
	display: block;
}
.mytasks_table1 > tbody > tr > td {
	padding: 5px;
}
.adc {
	cursor:default !important;
}

#timesheet-container #newItem.well {
	background: #f3f3f3 none repeat scroll 0 0;
	border-color: #dfdfdf;
	box-shadow: none;
	padding: 10px 10px 17px;
}
#newItem .form-control {
	box-shadow: none;
}
.minrp .act-itm, .minrp .media-list .media {
	opacity: 0;
	-webkit-animation: fadeIn .3s linear forwards;
	-o-animation: fadeIn .3s linear forwards;
	animation: fadeIn .3s linear forwards
}
.mb10 {
	margin-bottom: 10px;
}
@keyframes fadeIn {
	to {opacity: 1}
}
textarea.commentContent, textarea.replyContent, textarea.desc {
	font-size: 12px;
}
textarea.desc {
	max-height: 97px;
/*	min-height: 63px;*/
	overflow-y: auto !important;
}
.icon-maximize {
	background: url("../img/maximize.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 16px;
	width: 16px;
}
.icon-minimize {
	background: url("../img/minimize.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 16px;
	width: 16px;
}
/*#attachment_list ul li a {
	font-size: 85%;
}*/
#attachment_list {
	padding-left:15px;
}
#attachment_list ul li .icon-remove,
#timeline ul li .icon-remove {
	visibility: hidden;
}
#attachment_list ul li:hover .icon-remove,
#timeline ul li:hover .icon-remove {
	visibility: visible;
}
#crop_image {
	background: rgba(0,0,0,0.75);
}

label {
	font-weight:500 !important;
}
.errorbg .chosen-container {
	background: #FFB6C1;
}
#hidder1 .chosen-drop {
	position:absolute;
	min-width:150px;
}
.datepicker table tr {
	height:22px !important;
}
.datepicker table tfoot {
	display:none;
}

#demo_popup .list-group{
	border:none !important;
	border-radius:0 !important;
	box-shadow:none;
}
#demo_popup .list-group-item {
	box-shadow:none;
	padding:20px 15px;
	margin-top:10px;
	
}
#demo_popup .list-group-item .icon-remove{
	font-size:25px;color:#cb3430;
}
#demo_popup .list-group-item .icon-ok{
	font-size:25px;color:#3e8f3e;
}

#demo_popup .list-group-item .icon-group{
	font-size:30px;color:#999;
}
#demo_popup .list-group-item .icon-user{
	font-size:33px;color:#999;
}
#demo_popup .list-group-item.active .icon-group{
	font-size:30px;color:#fff;
}
#demo_popup .list-group-item.active .icon-user{
	font-size:33px;color:#fff;
}
/*#demo_popup .list-group-item .img_timesheet{*/
#demo_popup .list-group-item .img{
	background-attachment: scroll;
    background-color: transparent;
    background-image: url("../img/small_icons.png");
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    width: 30px;
}

#demo_popup .list-group-item .project .img {
	background-position:-157px -72px;
}

#demo_popup .list-group-item.active .project .img {
	background-position:-157px 6px;
}

#demo_popup .list-group-item .timesheet .img {
	background-position:-78px -72px;
}

#demo_popup .list-group-item .task .img {
	background-position:-314px -72px;
}

.logo-32 {
	background-image: url("../logo/logo-32.png");
    background-repeat: no-repeat;
    padding-left: 32px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.btn.btn-none,
.btn.btn-none:hover,
.btn.btn-none:focus,
.btn.btn-none:active {
	box-shadow: none;
}
.btn .icon.gray {
	color: #888;
}
.btn .icon.gray:hover {
	color: #333;
}
.btn .icon.gray:active {
	color: #000;
}
.project-select, .flat-select {
	padding:5px;

}
.flat-select .chosen-container .chosen-single div,
.project-select .chosen-container .chosen-single div,
.user-filter .chosen-container .chosen-single div {
	position:relative;
}
.project-select .chosen-container .chosen-single,
.flat-select .chosen-container .chosen-single,
.user-filter .chosen-container .chosen-single {
	border: 0;
	box-shadow:none;
	font-size: 18px;
}
#right-pane > .panel,
.panel-gray .panel-heading {
/*	background: #f3f5f9;*/
	background: #fdfdfd;
	border-color:#dfdfdf;
}

.btn-teal, .btn-teal:focus {
	background-color: #fff;/* #009688 */
	color: #333;
	border-color: #ccc;
}
.btn-teal:hover {
	background-color: #00786D;
	color: #FFF;
}


.btn-teal:active,
.btn-teal.active, .btn-teal.selected {
	background-color: #004B44;
	color: #FFF;
}
.btn-none {
	background-color: transparent;
	border: 1px solid #fff;
	padding: 0px 6px 1px 6px;
}
#currentprogress small {
	color: #FFF;
}

.btn-danger:not(.stop) {
	color: #000;
	background-color: #fff;
	border-color: #ccc;
}
.btn-danger:not(.stop):hover {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
#notification {
	float: left;
	height: 40px;
	font-size: 15px;
	line-height: 20px;
	color:#fff;
}
#notification:hover, #notification:focus {
	text-decoration: none;
}
#notification .user-notify-cnt {
    font-size: 12px;
	background: #ff9000;
	color: #FFF;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	text-align: center;
	border-radius: 100% !important;
}
#notification-list {
	max-height: 350px; 
	overflow-y: auto;
	color:#333;
}
#notification-list .list-group-item {
	display: table;
	width: 100%;
}
#notification-list .list-group-item h5{
	color:#000;
}
#notification-list .media{
	margin-top:0px !important;	
}

#notification-list .unread {
	background-color:#f5f7fa;
}
#notification-list .dark_text {
	color:#000;
	padding-top: 2px;
}
/*#notification-list .list-group-item h6{
	display:table-cell;
	vertical-align:middle;
	text-align: left;
	width:100%;
	color:#666;
}*/
#notification-list .list-group-item:last-child {
	border-bottom:none;
}
#notification-list .avatar img {
    width: 30px;
    height: 30px;
    border-radius: 100% !important;
}
#notification-list .avatar {
	padding-right:10px;
}
#notification_popup .modal-body .close {
	position: absolute;
	top: -12px;
	right: -11px;
	background: #FFF;
	width: 25px;
	height: 25px;
	opacity: 1;
	border-radius: 50% !important;
}
.chosen-disabled span,.chosen-disabled ul {
	cursor:not-allowed !important;
}
@media (max-width: 768px) {
	/*.user-info .user-photo {
		float: left;
		height: 16px;
		width: 16px;
		margin:1px 10px 0px 0px;
		overflow: hidden;
	}*/
	.user-info .dropdown-toggle {
		float: left;
	}
	
	/*.user-info .dropdown-toggle .icon-caret-down{
		margin:0px 0px 10px 0px !important;
	}*/
	
	.user-info ul.dropdown-menu {
		left:auto;
		right:0px;
	}
	.navbar-header {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding: 0;
	}
}
.input-group a.chosen-single div {
	right:0;
}

#tasks-container .page-header-bar .project-select, #mytasks-container .project-select{
	min-width:250px;
}

#userdepartment .table-responsive {
	overflow-y: overlay !important;
}

#userdepartment .btn-group.open .dropdown-toggle {
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
.post_counter{
	letter-spacing: inherit;
	padding: 1px 3px;
	position: absolute;
	left: 65%;
	bottom: 20px;
	background: #ff9000;
	font-size: 10px !important;
	height:10px;
	width:10px;
	border-radius: 10px !important;
}
.icon-followers {
	padding: 2px 4px;
	font-size: 16px;
	background-image: url('../img/followers.png');
	width: 28px;
	height: 28px;
	background-size: 82%;
	background-repeat: no-repeat;
	background-position: center center;
}
.icon-followers-active {
	background-image: url('../img/followers-active.png') !important;
}
.daily-progress-chart {
	padding: 2px 4px;
	font-size: 16px;
	background-image: url('../img/daily-progress-chart.png');
	width: 28px;
	height: 28px;
	background-size: 82%;
	background-repeat: no-repeat;
	background-position: center center;
}
.burndown-chart {
	padding: 2px 4px;
	font-size: 16px;
	background-image: url('../img/burndown-chart.png');
	width: 28px;
	height: 28px;
	background-size: 82%;
	background-repeat: no-repeat;
	background-position: center center;
}
.burndown-chart-active {
	background-image: url('../img/burndown-chart-active.png') !important;
}
.sprint-report {
	padding: 2px 4px;
	font-size: 16px;
	background-image: url('../img/sprint-report.png');
	width: 28px;
	height: 28px;
	background-size: 82%;
	background-repeat: no-repeat;
	background-position: center center;
}
.sprint-report-active {
	background-image: url('../img/sprint-report-active.png') !important;
}
.overduehrs {
	color: #984b4b;
	text-shadow: none;
}
.not-estimate {
	color: #FA5C43 !important;
}
#timeSheetHour:hover .timer.stop>img.rotate2, .timer.stop:hover img.rotate2, .timer.stop .icon.icon-pause {
	display:none;
}
.timer.stop:hover .icon.icon-pause {
	display:block;
}
#timeSheetHour:hover .icon.icon-pause {
	display:block;
}
/*#d80000*/

/* Outputtime Menu Icons Begins */

.oticon {
	font-family: 'oticons';
}
.oticon.home:before {
	content: "A";
}
.oticon.timesheet:before {
	content: "C";
}
.oticon.tasks:before {
	content: "D";
}
.oticon.expenses:before {
	content: "H";
}
.oticon.manage:before {
	content: "G";
}
.oticon.invoice:before {
	content: "F";
}
.oticon.reports:before {
	content: "E";
}
.oticon.settings:before {
	content: "B";
}
.oticon.omchat:before {
	content: "I";
}
.oticon.otwall:before {
	content: "I";
}


/* Outputtime Menu Icons Ends */

#profile-container .selector span {
	border:1px solid #eeeeee;
}
#tswTable img.clock {
	width: 17px;
	opacity: 0.7;
	visibility: hidden;
}
#tswTable .icon-play, #tswTable td.running:hover .icon-play {
	visibility: hidden;
}
#tswTable td {
	cursor:pointer;
}
#tswTable td .icon-pause {
	display: none;
}
#tswTable td.running:hover .icon-pause {
	display: block;
}
#tswTable td:hover {
	background-color: #d8ecf9;
}
#tswTable td:hover img.clock, #tswTable td.running img.clock,
#tswTable td:hover .icon-play {
	visibility: visible;
}
td.tod {
	background-color: #EEE;
}
#tswTable td.running .hrs {
	font-weight: bold;
}
.label.estHrs {
	border-radius: 0.25em !important;
	padding: 0.2em 0.6em;
}
.form-control.disabled {
	opacity: 0.5;
}
.project-select .chosen-drop {
	min-width: 200px;
	width: max-content;
}
/* project duplciate popup*/
#duplicate-modal .modal-dialog {
    width: 35%;
    top: 20%;
}

div.checklist .row{
	font-size:12px !important;
	word-wrap: break-word;
	padding-bottom:3px;
}
.hover-active {
	visibility: hidden;
}
div.checklist div.row:hover .hover-active {
	visibility: visible;
}
.team-table.day-view tr.timesheet td.edit a.btn {
	visibility: hidden;
}
.team-table.day-view tr.timesheet:hover td.edit a.btn {
	visibility: visible;
}
div.task_icons {
	background: #fff;
    position: absolute;
    right: 0;
    margin: 0px 5px;
}
tr.active div.task_icons {
	background: #f5f5f5;
}

span.icon-comment-alt.nwc {
	color:#F7AF33 !important;
}
.chosen-container-multi .chosen-choices .search-field .default {
	width: auto !important;
}
.chk_closed {
	/*background: #eeeeee;*/
	color: #999999 !important;
	font-style: italic;
}
.np3 {
	padding-right: 5px !important;
	padding-left: 5px !important;
}
.drag-handle{background: url('../img/handle.png');height:12px;width:5px;background-size: 100%;display: inline-block;top: -1px;position: relative;cursor: all-scroll;}
div.checklist .handle{
	width: 45px;
	float:left
}
div.checklist{margin:5px 0;}

.day-view tbody tr td.controls * {
	visibility: hidden;
}

.day-view tbody tr:hover td.controls * {
	visibility: visible;
}
td.add_new_value:hover .hover-active {
	visibility: visible;
}
td.add_new_value:hover {
	z-index: 1;
	cursor: pointer;
	background: #e5e5e5;
	border: 2px dashed #888 !important;
	color: #888;
	text-align: center;
	opacity: 0.5;
}

td.add_new_value .icon{
	font-size: 20px;
}
.ts-edit {
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 15px;
	display: block;
	visibility: hidden;
}

table#week_list tfoot td:hover .ts-edit {
	visibility: visible;
}
#task_status_filter li.active-result {
	padding-left:15px !important;
}
#task_status_filter li.active-result.result-selected:after {
	content: "✔";
	float: left;
	font-size: 15px;
	margin-left:-15px !important;
}
#tsa-popup .popover-content ul {
	display: table;
}
#tsa-popup .popover-content ul li {
	display: table-row;
	width: 100%;
}
#tsa-popup .popover-content ul li span {
	display: table-cell;
	vertical-align: middle;
}
ul.chosen-results li span {
    float: right;
}
.auto-complete-parent {
	position: relative;
}
.auto-complete-parent span.arrow {
	background: #FFF;
	display: block;
	position:absolute;
	right: 1px;
	top: 1px;
	width: 25px;
	height: 28px;
	border-radius: 5px
}
.auto-complete-parent span.arrow b {
	background: url("../img/chosen-sprite.png") no-repeat 6px 7px;
	display: block;
	width: 18px;
	height: 100%;
}
#users-edit-container .chosen-container-single .chosen-single div b {
	background-color:white;
}
.form-control-feedback.icon-remove {
	z-index: 1;
	cursor: pointer;
	pointer-events: all;
}
.date-picker {
	min-width: 100px !important;
    min-height: 30px !important;
}
#configcontent .control-label {
	padding-top: 7px !important;    
}
#configcontent .sub-title {
	font-weight:bold;
}
table.approvetable tbody tr td {
	position: relative;
}
table.approvetable tbody tr td .icon-ok {
	position: absolute;
	right: 5px;
	top: 5px;
	display: none;
	cursor: pointer;
}
table.approvetable tbody tr td .icon-remove {
	position: absolute;
	right: 8px;
	bottom: 3px;
	display: none;
	cursor: pointer;
}

table.approvetable tbody tr td:hover .icon-ok, table.approvetable tbody tr td:hover .icon-remove {
	display: block;
}
.right-popover {
	display:none;
	position: absolute;
	right: 0;
	left: auto;
	width: 300px;
	z-index: 1;
}
.right-popover .bootstrap-tagsinput {
	width: 100%;
}

/* add For GUI changes */

table select.hideBoxShadow,.hideBoxShadow {
	-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

table#task-table2.table-bordered>tbody>tr>td{
    border-left: 1px solid transparent !important;
}
#box2-head table.table.table-bordered,#box2-head table.table-bordered>thead>tr>th {
    border-left: 1px solid transparent !important;
}
input[type="text"] {
  border: 1px solid #e8e8e8;
  border-radius: 5px !important;
  box-sizing: border-box;
  transition: 0.3s;
    box-shadow: none;
}

input[type="text"]:focus:not(.is-timeEntry):not(#txt-normal) {
  border: 1px solid dodgerBlue;
  border-radius: 5px !important;
  box-shadow: 0 0 1px 0 dodgerBlue;
}

.chosen-container-multi > input[type="text"]:focus {
	border: 0px solid dodgerBlue !important;
	border-radius: 5px !important;
	box-shadow: 0 0 0px 0 dodgerBlue;
}

input[type="password"] {
  border: 1px solid #e8e8e8;
  border-radius: 5px !important;
  box-sizing: border-box;
  transition: 0.3s;
      box-shadow: none;
}

input[type="password"]:focus {
  border: 1px solid dodgerBlue !important;
  border-radius: 5px !important;
  box-shadow: 0 0 1px 0 dodgerBlue;
}

input[type="email"] {
  border: 1px solid #e8e8e8;
  border-radius: 5px !important;
  box-sizing: border-box;
  transition: 0.3s;
      box-shadow: none;
}

input[type="email"]:focus {
  border: 1px solid dodgerBlue !important;
  border-radius: 5px !important;
  box-shadow: 0 0 1px 0 dodgerBlue;
}
textarea {
  border: 1px solid #e8e8e8 !important;
  border-radius: 5px !important;
  box-sizing: border-box;
  transition: 0.3s;
  box-shadow: none !important;
}

textarea:focus {
  border-color: dodgerBlue !important;
  border-radius: 5px !important;
  box-shadow: 0 0 1px 0 dodgerBlue;
}

select {
  border: 1px solid #e8e8e8 !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  box-sizing: border-box;
  transition: 0.3s;
}

select:focus {
  border: 1px solid dodgerBlue !important;
  border-radius: 5px !important;
  box-shadow: 0 0 1px 0 dodgerBlue !important;
} 

.custome-color-picker {
	border: 1.4px solid #e8e8e8 !important;
    border-radius: 50% !important;
    float: left !important;
	position: relative !important;
	padding: 10px;
}
.custome-color-picker:hover {
	border: 1.4px solid dodgerBlue !important;
    border-radius: 50% !important;
}

.br-10{
	    border-radius: 10px !important;
}
.br-5{
	    border-radius: 5px !important;
}
.closebtn {
    margin: 5px 7px 5px 5px;
    padding-top: 5px;
    padding-right: 5px;
    position: inherit;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
    align-content: center;
	align-items: center;
}

.closebtn:hover {
  color: #000;
}
.card-content {
  margin: 0 10px;
  padding-top: 8px;
  flex: 1 1 auto;
}

.box-content{
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */

  flex-direction: column;
  height: 100%;
  padding: 5px;
  width: 100%;
  margin-top: 5px;
}

.box-header{
  color: gray;
  font-size: 1em;
}

.text-bold{
  font-weight: bold;
  padding: 1rem;
  font-size: 1em;
}

.text-down{
  color: red;
  font-size: 1em;
}

.card {
  border-radius: 0px;
  display: inline-block;
  height: auto !important;
  position: relative;
  width: 100%;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  display: flex;
  /* justify-content: center;
  align-items: center; */
}
.gmd-2 {
  -webkit-box-shadow: 0 2px 4px #ccc, 0 2px 4px #ccc;
  -moz-box-shadow: 0 2px 4px #ccc, 0 2px 4px #ccc;
  -ms-box-shadow: 0 2px 4px #ccc, 0 2px 4px #ccc;
  -o-box-shadow: 0 2px 4px #ccc, 0 2px 4px #ccc;
  box-shadow: 0 2px 4px #ccc, 0 2px 4px #ccc;
  border: solid 1px #f1f1f1 !important;
}

.card:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 3px 3px rgba(0,0,0,0.22);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 3px 3px rgba(0,0,0,0.22);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 3px 3px rgba(0,0,0,0.22);
  -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 3px 3px rgba(0,0,0,0.22);
  -o-box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 3px 3px rgba(0,0,0,0.22);
}
#team-table tr td {
	width: 1% !important;
	white-space:  nowrap !important;
}

.info-dollor-green-icon 
{
	align-items: center;
    color: white;
	padding-right: 1px;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
}
.info-dollor-grey-icon 
{
	align-items: center;
    color: grey;
	padding-right: 1px;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
}
.info-icon.billable {
	border-color: #5cb85c;
	background-color: #5cb85c;
}
.info-icon.unbillable {
	border-color: grey;
	background-color: white;
}
.info-icon{
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    /* height: 25px; */
	width: 27px;
	align-items: center;
    color: #a2aab1;
    display: inline-flex;
    justify-content: center;
}
.m-l-30{
	margin-left: 30px;
}

p {
  font-family: arial;
  line-height: 1.4;
  margin: 0 0 .5em;
}
.scroll-bar-wrap {
  position: relative;
}

.taskNameWrap{
	display: block !important;
    display: -webkit-box !important;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.task-list-group:hover::-webkit-scrollbar,
.task-list-group:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}

.task-list-group::-webkit-scrollbar {
  width: .4em;
  visibility: hidden;
}
.task-list-group::-webkit-scrollbar,
.task-list-group::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}
.task-list-group::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2); 
  visibility: hidden;
}


@media only screen and (max-width: 1220px) {
	/* styles for browsers larger than 960px; */
	#view_layout.auto-height{
		min-width: 95%;
	}
}
@media only screen and (min-width: 1220px) {
	/* styles for browsers larger than 960px; */
	#view_layout.auto-height{
		min-width: 1000px;
	}
}
@media only screen and (min-width: 1450px) {
	/* for sumo sized (mac) screens */
	#view_layout.auto-height{
		min-width: 1220px;
	}
}

.wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #FFF;
    border: 1px solid #D4E0D7;
}

.topleft.priorityhighlabel,.topleft.prioritylowlabel {
    left: 5px;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fit.label.status{
	padding: .5em .6em .6em .6em;
	border-radius: .35em;
}

.priorityhighlabel {
	position: absolute;
    background-color: #db2828;
    border-color: #db2828;
    color: #fff;
    z-index: 1;
    top: -0.5em !important;
    right: 0;
    white-space: nowrap;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
	padding: 2px 5px 1px 5px;
	border-radius: 3px;
}
.prioritylowlabel {
	position: absolute;
    background-color: grey;
    border-color: grey;
    color: #fff;
    z-index: 100;
    top: -0.5em !important;
    right: 0;
    white-space: nowrap;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
	padding: 3px 5px 1px 5px;
	border-radius: 3px;
}
.top1{
	top: 1px;
}
table#report-list-table.table>tbody>tr, table#report-list-table.table>tbody>tr>td {
    border-top: 0px solid #ddd !important;
}
table#report-list-table.table>tbody>tr.group_by {
    border-top: 1px solid #ddd !important;
}
table#report-list-table.table>tbody>tr>td>.pad-left:first-child{
    padding-left: 20px !important;
}
table#report-list-table.table>tbody>tr.group_by>td>.pad-left:first-child {
  padding-left: 0px !important;   
}
.circle-wrap {
	display: inline-block;
}
.va-s{
vertical-align: super;
}
.time_rows .round.start , #week_list .round.start.icon-play {
	opacity: 0;
	visibility: hidden;
}
.time_rows:hover .round.start , #week_list tr:hover .round.start.icon-play {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s cubic-bezier(.55,.055,.675,.19),visibility .3s;
}

.time_rows .icon.icon-play , .time_rows .round.start , #week_list .round.start.icon-play, #week_list .round.start.icon-pause {
	vertical-align: baseline;
    align-items: center;
    color: white !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: bold;
    justify-content: center;
}
.time_rows .round.start , #week_list .round.start.icon-play {
	background-color: #24be6a;
    border-radius: 50%;
    align-items: center;
    padding-left: 2px;
    display: inline-flex !important;
    justify-content: center;

}
#week_list .round.start.icon-pause {
	background-color: #24be6a;
    border-radius: 50%;
    align-items: center;
    display: inline-flex !important;
    justify-content: center;

}
.mytaskGroup > .row {
  overflow-x: auto;
  /* white-space: nowrap; */
}
.mytaskGroup > .row > .taskchild {
  display: inline-block;
  float: none;
}

.sticky-header{
	position: sticky;
    top: 0;
    background-color: white;
	z-index: 100;
	padding: 15px 0px 10px 0px;
}
.table .editable tr td .bootstrap-tagsinput input {
	border: 1px solid #e8e8e8;
}

.processRange {
 -webkit-appearance: none;
 border-radius: 5px;
 background-color: #aaa;
 height: 5px !important;
 vertical-align: middle;
 padding: 2px !important;
}
.processRange::-moz-range-track {
  -moz-appearance: none;
  border-radius: 5px;
  background-color: #aaa;
  height: 5px !important;
  padding: 2px !important;
}
.processRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #0db710;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab; 
}
.processRange::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  background: #0db710;
  border-radius: 50%;
  cursor: -moz-grab;
  cursor: -webkit-grab; 
}
.processRange:focus{
  outline:none;
  border: 1px solid grey !important;
}
input[type="range"]::-moz-range-progress {
  background-color: #0db710; 
}

input[type="range"]::-ms-fill-lower {
  background-color: #0db710; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #9a905d;
}

/* .shadowContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
} */
.radialShadowTop{
	top: 0;
    left: 0;
    Background: radial-gradient(farthest-side at 50% 0%, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)) 100% 0;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    width: inherit;
    height: 5px;
}

.scrollbox {
  width: auto;
	background:
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background:
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}

.t-a-r{
	text-align: right;
}
.t-a-c{
	text-align: center;
}

.hourBox {
	display: table-cell;
	padding: 0;
	max-width: 60px;
	margin: 0;
	position: absolute;
}

.userHoursbox {
	text-align: center;
	min-width: 25px;
	height: 25px;
	line-height: 26px;
	display: inline-block;
	color: #FFF;
	margin: 3px 0px;
	padding: 0 5px;
}
.userHoursbox.taskhrs {
	box-shadow: 0px 0px 5px 4px #ffaa00;
}
.progress-comments-line{
	position: relative;
    border-left: 2px solid #CCC;
}
.progress-comments {
    margin: 5px auto;
    padding: 0px 0px 0 21px;
}

.progress-comments>div {
    background-color: #FFF;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    line-height: 1.7;
    position: relative;
}
.statusball{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    position: absolute;
    top: 8px;
    left: -33px;
}
.statusball.G{
 background-color: green;
}
.statusball.O{
 background-color: orange;
}
.statusball.R{
 background-color: red;
}
.progress-comments>div:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #CCC transparent transparent;
    border-width: 8px;
    position: absolute;
    left: -17px;
    top: 10px
}

.timesheetEdit:hover{
	color: black;
	background-color: #eee;
    border-radius: 5px;
}
.edit.btn-blue, .edit.btn-blue:focus {
	background-color: #fff;
	color: #333;
}
.edit.btn-blue:hover {
	background-color: #218ed3;
	color: #FFF;
}

.btn.btn-cancel:hover {
	background-color: #ccc;
}
.delete.btn-grey, .delete.btn-grey:focus {
	background-color: #fff;
	color: #333;
}
.delete.btn-grey:hover {
	background-color: #ccc;
	
}
.daySave.btn-blue, .daySave.btn-blue:focus {
	background-color: #f3f3f3;
	color: #333;
}

.daySave.btn-blue:hover {
	background-color: #218ed3;
	color: #FFF;
	
}
/* add For GUI changes */

td.custom_fields .cf0 {
	padding-left: 0px;
	padding-right: 5px;
}
td.custom_fields .cf1 {
	padding-left: 5px;
	padding-right: 0px;
}
.table.taskstatus_table {
	border: 1px solid #BBB;
	box-shadow: 5px 5px 8px 1px #CCC;
}
td.cfselect {
	color: #FFF;
}
.well .legend div:first-child{
	background:transparent !important;
}
table.team-table.day-view tr.timesheet td span .circles-wrp {
	vertical-align:middle;
}
.sprint_dropdown .dropdown-menu{
	left: auto !important;
	top: auto !important;
}
.sprint_dropdown .dropdown-menu span{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
} 

