/* ----------- HTML ------------- */

body {
	color: #323232;
	/*font-family: Trebuchet MS, Helvetica, Arial, sans-serif;*/
	font-family: Roboto, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
}

a {
	color: #523232;
	text-decoration: none;
}

a, a img, embed, object {
	/*removes border around links and objects*/
	outline: none;
	border: none;
}

ul {
	padding-left: 20px;
	margin: 5px;
}

input, select, textarea, .ui-spinner-input {
	/* this is global settings, but does not apply automatically to input*/
	font-family: Roboto, Arial, sans-serif;
	font-size: 12px;
	/* this is to enhance input box */
	color: #323232;
	border: solid 1px #909090;
	padding: 1px 4px;
	/*border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;*/
}

.ui-spinner-button {
	margin: 1px 3px;
}

.ui-spinner-button.ui-spinner-up {
	margin-top: 3px;
}

input[type='text'], select {
	height: 25px;
}

input:focus {
	box-shadow: 0 0 5px #aaa;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

td {
	vertical-align: top;
	padding: 0;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* ----------- LOGIN ----------------*/
#logindivout {
	max-width: 360px;
	padding: 8% 0 0;
	margin: auto;
}

#logindiv {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 100%;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
}

#logindiv input {
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	height: 50px;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}

#logindiv button {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #5a6268;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}

#logindiv button:hover,
#logindiv button:active,
#logindiv button:focus {
	background: #6c757d;
}

/* ----------- GENERAL ------------- */
#mainheader {
	background-color: #E4E4E4;
	position: relative; /*allow position absolute in children*/
	-moz-box-shadow: 0 0 2px 0 #656565;
	-webkit-box-shadow: 0 0 2px 0 #656565;
	-o-box-shadow: 0 0 2px 0 #656565;
	box-shadow: 0 0 2px 0 #656565;
}

.backhomelogo {
	cursor: pointer;
}

.mainlogo {
	text-align: center;
	vertical-align: middle;
}

.logo {
	width: 195px;
	height: auto;
}

.maintitle {
	font-size: 30px;
	font-weight: bold;
	height: 23px;
	vertical-align: middle;
	padding-top: 12px;
	margin-right: 5px;
	color: #444;
}

.mainsubtitle {
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}

#disconnectbut em {
	font-style: normal;
}

.e5rightalign {
	text-align: right;
}

.e5boldtitle {
	font-weight: bold;
	font-size: 1.2em;
}

#plangototop {
	background: #6c757d;
	color: #FFF;
	position: fixed;
	right: 0;
	bottom: 0;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -0 0 0 rgba(0, 0, 0, 0.75);
	padding: 2px 5px 8px;
	cursor: pointer;
	opacity: .8;
}

#plangototop i {
	font-size: 26px;
	padding: 0 2px;
}

#plangototop:hover {
	background-color: #5a6268;
}

.menudiv {
	width: 200px;
	position: absolute;
	top: 5px;
	left: 45px;
}

.centerframe table {
	width: 100%;
}

.centerframe td {
	padding: 5px;
}

.centerframe td input {
	width: 100%;
}

.e5buttonline {
	margin-top: 10px;
	text-align: right;
}

#maintoolbar {
	position: absolute;
	left: 5px;
	top: 5px;
}

#maintoolbar .e5tbtoolbarbutton {
	margin: 5px;
	cursor: pointer;
	font-size: 36px;
}

#maintoolbar #adbook {
	padding-bottom: 4px;
}

#maintoolbar #adbook i {
	font-size: 28px;
}

.e5tbtable td, .e5tbtable th {
	padding: 7px;
	border: solid thin #AAAAAA;
	vertical-align: middle;
	text-align: center;
}

.e5tbtable th {
	text-align: center;
}

.e5tbtable tr.e5tbtableeven {
	background-color: #F4F4F4;
}

.e5tbtable tr.e5tbtableodd {
	background-color: #E0E0E0;
}

.e5tbtable tr.e5tbtableeven:hover, .e5tbtable tr.e5tbtableodd:hover {
	background-color: #A0A0A0;
}

.e5tbtabftfullwidth {
	width: calc(100% - 10px);
	min-width: 100px;
}

.e5tbtabftnowrap {
	white-space: nowrap;
	padding-bottom: 2px;
	text-align: right;
}

.e5tbtablepage {
	display: inline-block;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px;
	margin: 0 2px;
	border: solid thin #6c757d;
	background-color: #fff;
}

.e5tbtablepage:hover {
	background-color: #6c757d;
	color: #fff;
}

.e5tbtablepage.active {
	border: solid thin #5a6268;
	background-color: #5a6268;
	color: #fff;
}

.e5tbtablepage:hover {
	opacity: 0.8;
}

.e5tbtablepagetitle {
	display: inline-block;
	margin-right: 8px;
}

.e5tbtable tr.e5tbtableselectedline {
	background-color: #CDEAF6;
}

.e5tbtable tr.e5tbtableselectedline:hover {
	background-color: #A0D8EF;
}

.e5tbtabletitleline {
	width: 100%;
}

.e5tbtabletitleline td {
	vertical-align: middle;
}

.e5tbtabletitleline td.e5tbtabletitlelinelineperpage {
	text-align: right;
}

.e5tbtablefilteron {
	background-color: #ffd4b0;
}

.e5tbtabledelfilters .ui-button-text {
	background-color: transparent;
}

.e5tbtable .e5tbtablecontentfromto label {
	margin-right: 5px;
}

.e5tbtable .e5tbtablehead th {
	white-space: nowrap;
}

.e5tbtable .e5tbtablehead th .e5tbtablecolname {
	display: inline-block;
}

.e5tbtable tr.e5tbtableodd.e5tbtabledrop, .e5tbtable tr.e5tbtableeven.e5tbtabledrop {
	border: solid 2px #081F53;
}

.e5tbtablecolorfilter {
	border: solid 1px #808080;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); /*horiz verti [blur] [spread] [color] ["inset"]*/
}

.e5tbtablecolor {
	border: solid thin #808080;
	border-radius: 2px;
}

.e5progressouter {
	margin: 10px;
}

.e5tbform {
	width: 100%;
}

.e5tbform td, .e5tbform th {
	padding: 5px;
	border: solid thin #AAAAAA;
	vertical-align: middle;
	text-align: left;
}

.e5tbform td input[type='text'], .e5tbform td textarea, .e5tbform td select {
	width: calc(100% - 10px);
	min-width: 100px;
}

.e5tbform td input[type='checkbox'], .e5tbform td input[type='radio'] {
	vertical-align: middle;
	margin-right: 5px;
}

.ui-dialog-buttonpane {
	/* for wait on modal dialog */
	min-height: 50px;
}

.e5tbformremotelist {
	padding: 2px;
	border: solid thin #555555;
	background-color: #A0A0A0;
}

.e5tbformremotelist .e5tbformremoteitem {
	padding: 5px;
}

.e5tbformremotelist .e5tbformremoteitem.e5tbformodd {
	background-color: #F4F4F4;
}

.e5tbformremotelist .e5tbformremoteitem.e5tbformeven {
	background-color: #E0E0E0;
}

.e5tbformremotelist .e5tbformremoteitem.e5tbformodd:hover,
.e5tbformremotelist .e5tbformremoteitem.e5tbformeven:hover {
	background-color: #D1D1D1;
}

.e5tbformuploadbut {
	border: solid thin #131150;
	border-radius: 5px;
	background-color: #E6E3FF;
	display: inline-block;
	padding: 5px;
}

.e5tbformuploadlab {
	display: inline-block;
	padding: 5px;
}

.e5tbformuploadtype {
	font-size: 22px;
}

.e5tbformrequired:after {
	content: " *";
	color: #FF0000;
}

.formempty {
	background-color: #FFD0D0;
}

.badge {
	padding: 3px 5px;
	border-radius: 3px;
	border: none;
}

.ui-tooltip {
	background: #F4F4F4;
	-webkit-box-shadow: 0 0 3px 1px #ccc;
	box-shadow: 0 0 3px 1px #ccc;
	width: auto;
	max-width: 300px;
}

.ui-tooltip.tooltip-phone {
	font-size: 14px;
}

#mainheader .nav li:first-child:after {
	content: " >";
}

#mainheader .nav li {
	font-size: 18px;
	margin-right: 5px;
}

/* ----------- MENUS ------------- */

#mainmenudiv {
	font-size: 1.5em;
}

.ui-menu {
	background-color: transparent;
}

.mainmenuul {
	background: transparent;
}

.mainmenuul li i {
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: left;
	margin-right: 10px;
}

.ui-menu .ui-menu-item {
	border-bottom: solid thin #CCC;
	background-color: #6c757d;
	margin-bottom: 5px;
	transition: none;
}

.ui-menu .ui-menu-item:hover {
	background-color: #5a6268;
}

.ui-menu .menusep.ui-menu-divider {
	height: 50px;
}

.ss-menupage {
	list-style: none;
}

.ss-menupage.mini {
	padding-left: 0;
}

.ss-menupage li.ss-menupage-item {
	display: inline-block;
	position: relative;
	width: 250px;
	font-size: 16px;
	padding: .25rem .5rem;
	line-height: 1.5;
	border-radius: .2rem;
	text-align: center;
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	margin: 5px 10px;
	cursor: pointer;
	vertical-align: top;
}

.ss-menupage.mini li.ss-menupage-item {
	width: 36px;
	font-size: .875rem;
	margin: 5px 0;
}

.ss-menupage li.ss-menupage-item .ss-menupage-arrow {
	position: absolute;
	right: 5px;
	top: 8px;
	width: 15px;
	height: 15px;
	line-height: 15px;
}

.ss-menupage:not(.mini) li.ss-menupage-item:hover,
.ss-menupage li.ss-menupage-item.active {
	background-color: #5a6268;
	border-color: #5a6268;
}

.ss-menupage li.ss-menupage-item ul {
	display: none;
}

.ss-menupage:not(.mini) li.ss-menupage-item:hover ul,
.ss-menupage li.ss-menupage-item.active ul {
	display: block;
	position: absolute;
	list-style: none;
	width: 250px;
	left: 0;
	top: 30px;
	z-index: 300;
}

.ss-menupage.mini li.ss-menupage-item.active ul {
	top: 28px;
	right: 0;
	left: auto;
}

.ss-menupage:not(.mini) li.ss-menupage-item:hover ul,
.ss-menupage:not(.mini) li.ss-menupage-item:hover ul.ui-menu,
.ss-menupage li.ss-menupage-item.active ul,
.ss-menupage li.ss-menupage-item.active ul.ui-menu {
	background-color: #FFF;
	padding: 0;
	border: 1px solid #5a6268;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.ss-menupage:not(.mini) li.ss-menupage-item:hover ul > li,
.ss-menupage li.ss-menupage-item.active ul > li {
	background-color: #fff;
	color: #5a6268;
	width: 100%;
	text-align: left;
	border: none;
	margin: 0;
	padding: 8px 15px;
}

.ss-menupage:not(.mini) li.ss-menupage-item:hover ul > li.active,
.ss-menupage li.ss-menupage-item.active ul > li.active {
	font-weight: 700;
	text-decoration: underline;
}

.ss-menupage:not(.mini) li.ss-menupage-item:hover ul > li.divider,
.ss-menupage li.ss-menupage-item.active ul > li.divider {
	padding: 0;
	border-bottom: 1px solid #5a6268;
}

.ss-menupage:not(.mini) li.ss-menupage-item:hover ul > li:last-child,
.ss-menupage li.ss-menupage-item.active ul > li:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.ss-menupage:not(.mini) li.ss-menupage-item:hover ul > li:hover,
.ss-menupage li.ss-menupage-item.active ul > li:hover {
	background-color: #F4F4F4;
}

/* ----------- button without background ---*/
#admindataadd,
#admindataimport,
#admindataexport,
i.ui-button {
	color: #475058;
	font-size: 24px;
	background: transparent !important;
}

/* ----------- HOLIDAYS ------------- */

#holidaypast {
	width: 100%;
}

#holidaypast td, #holidaypast th {
	border: solid thin #AAAAAA;
	padding: 3px;
}

/* ----------- VEHICLE REQUEST ------------- */

#vehiclerequest_form .e5tbformlabelcell {
	width: 200px;
}
#vehiclerequest_form .form-comment {
	font-style: italic;
}

/* ----------- PLANNING ------------- */
#planmoveuser {
	background-color: #fff;
}

.plancaption {
	display: inline-block;
}

#planfilterdiv2 {
	margin-top: 15px;
}

.text-red {
	color: #FF0000;
}

table.plantable {
	width: 100%;
	border: solid thin #A0A0A0;
	position: relative;
}

table.plantable.withicon {
	width: 97%;
	margin: auto;
	margin-right: 0;
}

table.plantable .defer-team, table.plantable .reset-team {
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	font-size: 18px;
	padding: 10px;
	background: #F90;
}

table.plantable .defer-team:hover, table.plantable .reset-team:hover {
	background: #ffc266;
}

table.plantable tr.draggable {
	position: absolute;
}

table.plantable tr.userline, table.plantable tr.dayline {
	border-bottom: 3px solid #E0E0E0;
}

table.plantable tr.teamstartline, table.plantable tr.teamendline {
	border-bottom: 4px solid #3383bb;
	height: 7px;
}

table.plantable tr.teamstartline td, table.plantable tr.teamendline td{
	position: relative;
}

table.plantable tr.teamendline {
	height: 1px;
}

table.plantable tr.inteam {
	border-left: 4px solid #3383bb;
	border-right: 4px solid #3383bb;
}

table.plantable tr.userdrag .linehead {
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

table.plantable tr.userdrop .linehead {
	background-color: rgba(51, 131, 187, 0.5);
}

table.plantable th.linehead {
	position: relative;
	font-weight: normal;
	text-align: left;
	border-right: solid 2px #A0A0A0;
	min-width: 200px;
	height: 60px;
	padding: 18px 35px 0 5px;
	vertical-align: baseline;
}

table.plantable th.linehead .btn-user {
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #E0E0E0;
	color: #6c757d;
	cursor: pointer;
}

table.plantable th.linehead .btn-user:hover {
	background-color: #5a6268;
	color: #FFF;
}

table.plantable th.linehead .btn-user.disabled {
	cursor: auto;
	border-width: 0;
}

table.plantable th.linehead .btn-user.disabled:hover {
	background-color: transparent;
	color: #6c757d;
}


table.plantable th.linehead .btn-user-vehicle {
	top: 2px;
	left: 5px;
	display: none;
}

table.plantable th.linehead .btn-user-team {
	top: 2px;
	left: 30px;
	display: none;
}

table.plantable th.linehead .btn-user-manager {
	top: 2px;
	left: 55px;
	display: none;
}

table.plantable th.linehead .btn-user-vehicle.with-vehicle,
table.plantable th.linehead .btn-user-manager.ismanager {
	color: #00b400;
}

table.plantable th.linehead .btn-user-vehicle.with-vehicle:hover,
table.plantable th.linehead .btn-user-manager.ismanager:hover {
	background-color: #00b400;
	color: #FFF;
}

table.plantable th.linehead .btn-user-vehicle.with-vehicle.disabled:hover,
table.plantable th.linehead .btn-user-manager.ismanager.disabled:hover {
	background-color: transparent;
	color: #00b400;
}

table.plantable th.linehead .user-settings button {
	border: none;
}

table.plantable th.linehead .role {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 1px 3px;
	font-size: 0.8em;
	color: #909090;
	background-color: #F4F4F4;
}

table.plantable th.day {
	border-left: solid 1px #A0A0A0;
	border-right: solid 2px #A0A0A0;
	padding: 10px;
}

table.plantable th.day:last-child {
	border-right-width: 0;
}


table.plantable th.weekname {
	background-color: #E4E4E4;
	border-left: solid thin #A0A0A0;
	padding: 10px;
}

table.plantable th.weeknavig {
	background-color: #F0F0F0;
	/*border-left: solid thin #A0A0A0;*/
}

table.plantable th.weeknavig table {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

table.plantable th.weeknavig table td {
	vertical-align: middle;
}

#navotherinput {
	width: 1px;
	height: 1px;
	opacity: 0;
}

table.plantable th.yearname {
	background-color: #F0F0F0;
	font-size: 1.8em;
	padding: 0 8px;
	text-align: center;
}

table.plantable th.weeknumberinyear {
	background-color: #F0F0F0;
	/*border-left: solid thin #A0A0A0;*/
}

table.plantable td.actioncell {
	padding: 15px 5px 0 5px;
	text-align: center;
	position: relative; /*allow position absolute in children*/
}

table.plantable td.actioncell.weekcell {
	width: 10%;
}

table.plantable td.actioncell.weekcell.weekcell-am {
	border-right: 1px solid #DDD;
}

table.plantable td.actioncell.weekcell.weekcell-pm {
	border-right: 2px solid #A0A0A0;
}

table.plantable td.actioncell.weekcell.weekcell-pm:last-child {
	border-width: 0px;
}

table.plantable td.actioncell.myweekcell {
	width: 50%;
}

table.plantable td.actioncell.yearcell {
	width: 80px;
	min-width: 80px;
}

table.plantable .cellcontent {
	overflow: hidden;
}

table.plantable td.entitysep {
	background-color: #E0E0E0;
	height: 1px;
	padding: 0;
}

.plantabletipday, .plantabletipyear {
	font-weight: bold;
}

.plantabletipname {
	font-style: italic;
}

table.plantip {
	width: 100%;
	border-left: 10px solid;
	margin: 8px 0;
}

table.plantip td {
	padding: 2px;
}

table.plantip tr {
	border-bottom: 1px solid #CCC;
}

table.plantip tr td:first-child {
	padding-left: 5px;
	width: 80px;
}

table.plantable td .tdalerticon {
	position: absolute;
	left: 0;
	top: 0;
}

table.plantable td .tdtoolsicon {
	position: absolute;
	left: 20px;
	top: 0;
}

table.plantable td .tdvirtualicon {
	position: absolute;
	left: 50px;
	top: 0;
}

table.plantable td.smalluser {
	font-size: 0.8em;
	color: #808080;
	text-align: center;
}

.actioncellwpcolor {
	height: 10px;
	width: 10px;
	position: absolute;
	top: -2px;
	left: 0;
	margin: 4px;
}

.actioncellwpcolor:before {
	font-family: FontAwesome;
	content: "\f111";
	vertical-align: text-top;
}


.actioncellalert {
	position: absolute;
	top: -2px;
	left: 15px;
	width: 12px;
	height: 12px;
	color: #ff9511;
	margin: 4px;
}

.actioncellalert:before {
	font-family: FontAwesome;
	content: "\f005";
	vertical-align: text-top;
}

.actioncellaskholiday {
	position: absolute;
	top: -2px;
	left: 35px;
	width: 12px;
	height: 12px;
	margin: 4px;
	color: #ac6f6f;
}

.actioncellaskholiday:before {
	font-family: FontAwesome;
	content: "\f0f2";
	vertical-align: text-top;
}

.actioncellvehiclevalidated {
	position: absolute;
	top: 0;
	left: 55px;
	width: 29px;
	height: 16px;
	background-size: 25px 12px;
	background-repeat: no-repeat;
	margin: 4px;
	font-size: 14px;
	cursor: pointer;
}

.actioncelloncall {
	position: absolute;
	right: 0;
	width: 29px;
	height: 16px;
	background-size: 25px 12px;
	background-repeat: no-repeat;
	margin: 4px;
	font-size: 14px;
	cursor: pointer;
	top: -2px;
	color: red;
}

.actioncelloncall.disabled {
	cursor: auto;
}

.actioncelloncall:before {
	font-family: FontAwesome;
	vertical-align: text-top;
	padding: 2px;
	content: "\f0eb";
	font-weight: bold;
}

.actioncelloncall:hover:before {
	border: 1px solid #5a6268;
}

.actioncelloncall.disabled:hover:before {
	border-width: 0;
}


/****************************************************************/
.actioncellvehiclevalidated.disabled {
	cursor: auto;
}

.actioncellvehiclevalidated.imgC,
.actioncellvehiclevalidated.imgE {
	top: -2px;
	color: #FFF;
}

.actioncellvehiclevalidated.imgC.validate,
.actioncellvehiclevalidated.imgE.validate {
	color: #3c763d;
}

.actioncellvehiclevalidated.imgC:before,
.actioncellvehiclevalidated.imgE:before {
	font-family: FontAwesome;
	vertical-align: text-top;
	padding: 2px;
}

.actioncellvehiclevalidated.imgC:before {
	content: "\f0d1";
}

.actioncellvehiclevalidated.imgE:before {
	content: "\f023";
}

.actioncellvehiclevalidated.imgC:hover:before,
.actioncellvehiclevalidated.imgE:hover:before,
.actioncellvehiclevalidated.imgP:hover {
	border: 1px solid #5a6268;
}

.actioncellvehiclevalidated.imgC.disabled:hover:before,
.actioncellvehiclevalidated.imgE.disabled:hover:before,
.actioncellvehiclevalidated.imgP.disabled:hover {
	border-width: 0;
}

.actioncellvehiclevalidated.imgP {
	background-image: url(../e5img/plan/vehiclevalidatedPN.png);
}

.actioncellvehiclevalidated.imgP.validate {
	background-image: url(../e5img/plan/vehiclevalidatedPY.png);
}


/****************************************************************/

.actioncellother {
	position: absolute;
	top: 0;
	right: 5px;
	width: 25px;
	height: 12px;
	background-size: 25px 12px;
	background-repeat: no-repeat;
	margin: 4px;
}

.actioncellother.imgtraining:before {
	/*background-image: url(../e5img/plan/othertraining.png);*/
	font-family: FontAwesome;
	content: "\f19d";
	vertical-align: text-top;
}

.actioncellother.imgmedical:before {
	/*background-image: url(../e5img/plan/othermedical.png);*/
	font-family: FontAwesome;
	content: "\f0f1";
	vertical-align: text-top;
}

.actioncellother.imgmechanics:before {
	/*background-image: url(../e5img/plan/othermechanics.png);*/
	font-family: FontAwesome;
	content: "\f0ad";
	vertical-align: text-top;
}

#planfilterdiv {
	display: inline-block;
	background-color: #fafafa;
	margin-bottom: 5px;
}

#planfilterdiv .e5tbformlabelcell:nth-child(1) {
	width: 250px;
}

#planfilterdiv .e5tbformcbgroup {
	white-space: nowrap;
	width: 200px;
	height: 18px;
	overflow: hidden;
	display: inline-block;
	line-height: 18px;
}

/* problem on windows ie/chrome */
#planfilterdiv .e5tbformcbgroup label, #planfilterdiv .e5tbformcbgroup input {
	padding-top: 0;
	margin-top: 0;
}

#planfilterdiv input[type="text"], #planfilterdiv select {
	width: 250px;
	height: 25px;
}

#planfilterdiv .e5tbform .e5tbformlabelcell div {
	font-weight: bold;
}


#planfiltervalidgroup {
	display: block;
	text-align: center;
	width: 50px;
	margin: 10px 5px;
}

#planactiondiv {
	display: none;
	background-color: #FFFFFF;
}

#planactiondiv .cellname {
	font-size: 1.2em;
}

#planactionform .e5tbformrbgroup, #planquickadddiv .e5tbformrbgroup {
	display: inline-block;
	white-space: nowrap;
	width: 190px;
	margin: 0 5px;
	padding: 2px 5px;
	border: solid thin #F0F0F0;
	overflow: hidden;
}

#planactionform .e5tbformrbgroup label, #planquickadddiv .e5tbformrbgroup label {
	cursor: pointer;
}

#planactionform .e5tbformrbgroup label:hover, #planquickadddiv .e5tbformrbgroup label:hover {
	opacity: 0.8;
}

#planactiondiv .e5tbformrbgroup.checked, #planquickadddiv .e5tbformrbgroup.checked {
	border: solid thin #a9a9a9;
}

#planactionform .e5tbformrbgroup.disabled label, #planquickadddiv .e5tbformrbgroup.disabled label {
	color: #A0A0A0;
	cursor: default;
}

#planactionform td textarea, #planquickadddiv td textarea {
	height: 80px;
	resize: none;
}

#planquickadddiv {
	display: none;
	background-color: #FFFFFF;
}

#planquickadddiv .e5tbform .e5tbformlabelcell {
	width: 280px;
}

#planquickadddiv .cellname {
	font-size: 1.2em;
}

#planactiondiv .ui-spinner, #planquickadddiv .ui-spinner {
	width: 50px;
}

#planquickadd_date {
	width: 100px;
}

#planuservehicle .delete-vehicle {
	margin-top: 10px;
	color: #FF0000;
}

#planuserjointeam .e5tbformlabelcell, #planuservehicle .e5tbformlabelcell {
	width: 300px;
}

#planuserjointeam .team-recap {
	margin: 20px 0;
}

#planremoveuserteam, #planresetteam {
	display: none;
}

/* ----------- ADDRESS BOOK ------------- */

#adbookdiv {
	width: 100%;
	display: none;
	background-color: #FFFFFF;
}

#adbookform {
	width: 100%;
}

#adbookform input {
	width: calc(100% - 10px);
}

#adbookres {
	width: 100%;
	padding: 10px;
	margin: 15px 0;
	line-height: 26px;
}

#adbookres.active {
	background-color: #F4F4F4;
}

#adbookres a {
	color: #5a6268;
}

#adbookres i {
	margin-right: 5px;
}

#adbookres i.icon-phone {
	padding: 0 2px;
}

/******* boutons modal 5flow -----------*/

.ui-dialog .ui-dialog-buttonset .ui-button {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}