@import url("_s_/reset.css");
@import url("_s_/typography.css");

body {	
	width: 100%;
	font-size: 14px;	
	font-family: "PTSansRegular", "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	color: #333333;
	overflow: hidden;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

.app > header {
	position: absolute;
	height: 40px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #094AB2;;
	color: white;
	z-index: 2;
}

.app > header img.logo {
	margin-top: 5px;
	margin-left: 10px;
    height: 90%;
}

.app > header .loginStatus {
	position: fixed;
	top: 0;
	right: 100px;
	height: 40px;
}
.app > header .loginStatus .element {
	display: inline-block !important;
}
.app > header .themes {
	top: 0;
	right: 10px;
	position: fixed;
	display: block;
	height: 40px;
	padding: 5px;
	border: 0;
}
.app > header .themes a {
	float: right;
	width: 16px;
	height: 16px;
	margin: 5px;
	border: 1px solid White;
}
.app > header .themes a:hover {
	cursor: pointer;
}
.app > header .themes a.blue {
	background-color: #094AB2;
}
.app > header .themes a.green {
	background-color: #99CC33;
}
.app > header .themes a.red {
	background-color: #FF6600;
}

.app > header .loginStatus a:link, .app > header .loginStatus a:visited {
	display: block;
	height: 27px;
	padding: 5px;
	padding-top: 8px;
	color: white;
	text-decoration: none;
}

.app > header .loginStatus a:hover {
	background-color: #2170F3;
}

.app > nav {
	display: block;
	float: left;
	width: 180px;
	background-color: #EFEFEF;
	overflow-x: auto;
	border-right: 1px solid #cacaca;
}

.app > nav h2 {
	font-size: 20px;
	padding: 5px;
	padding-left: 20px;
	margin: 0px;
	margin-top: 10px;
}
.app > nav h2 a {
	color: #666666;
}
.app > nav h2 a,
.app > nav p {
	margin: 0;
	padding: 0;
	border: 0;
}
.app > nav p.hidden {
	display: none;
}
.app > nav p a:link, .app > nav p a:visited {
	display: block;
	padding: 5px;
	padding-left: 25px;
	color: #333333;
	text-decoration: none;
	font-size: 16px;
}


.app > nav p a:hover {
	background-color: #E0E0E0;
}

.app > nav p a:active {
	background-color: #FFFFFF;
}

.app > nav p a.selected:link, 
.app > nav p a.selected:visited, 
.app > nav p a.selected:hover {
	background-color: #d0d0d0;
	color: white;
}

.app > section.content {
	margin-top: 40px;
	margin-left: 180px;
	overflow: hidden;
}

.app > footer {
	clear:both;
	background-color: white;
	border-top: solid 1px #afafaf;
	padding: 5px;
	font-size: 12px;
}

div#content {
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: white;
	position: relative;
	z-index: 1;
}



div#templates {
	display: none;
}

.defaultButton {
	width: 100px;
	padding: 5px 30px 5px 30px;
	color: #ffffff;
	background-color: #094AB2;;
	border: 0px;
	font-size: 14px;
}

.defaultButton:hover {
	background-color: #2170F3;
}

.defaultButton:active {
	background-color: #000000;
	color: #FFFFFF;
}

.cancelButton {
	width: 100px;
	padding: 5px 30px 5px 30px;
	color: #333333;
	background-color: #CECECE;
	border: 0px;
	font-size: 14px;
}

.cancelButton:hover {
	background-color: #DDDDDD;
}

.cancelButton:active {
	background-color: #000000;
	color: #FFFFFF;
}

a:link, a:visited {
	color: #094AB2;;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #FF6600;
	text-decoration: underline;
}

#content .header {
	padding-left: 10px;
	padding-top: 15px;
	border-bottom: solid 1px #CACACA;
	height: 30px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

#content .header h1 {
	margin-bottom: 10px;
	padding: 0px;
	width: auto;
	display: inline;
}

#content .header .rightBar {
	padding: 0px;
	height: 32px;
    float: right;
    margin-right: 10px;
}

#content .header .rightBar .buttons a:link, #content .header .rightBar .buttons a:visited {
	display: block;
	height: 32px;
	width: 32px;
	float: right;
}

#content .header .rightBar .buttons a:hover {
	background-color: #094AB2;;
}

.inlineBlock {
	display: inline-block;
}

.valignMiddle {
	vertical-align: middle;
}

.valignTop {
	vertical-align: top;
}

.valignBottom {
	vertical-align: bottom;
}

.alignCenter {
	text-align: center;
}

.planColor {
	height: 24px;
	width: 24px;
}

.planColorButton {
	cursor: pointer;	
}

.planColorButton:hover {
	-webkit-box-shadow: 0px 0px 2px 2px #666;
	-moz-box-shadow: 0px 0px 2px 2px #666;
	-ms-box-shadow: 0px 0px 2px 2px #666;
	-o-box-shadow: 0px 0px 2px 2px #666;
	box-shadow: 0px 0px 2px 2px #666;
	border-radius: 0px;
}

.planColorInHeader {
	float: left;
	margin-top: -5px;
	margin-left: 0px;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.contentPadding {
	padding: 10px;
}

.rightPane {
	width: 180px;
	float: right;
	background-color: #EFEFEF;
	height: 100%;
	overflow: auto;
}

.rightPaneContent {
	margin-right: 180px;
}
.calendar {
	height: 100%;
	overflow: auto
}
.calendarRefiner {
	position:relative;
}
.resourcesMonitorRefiner a.job:link, .resourcesMonitorRefiner a.job:visited {
	display: block;
	padding: 5px;
	padding-left: 10px;
	color: #094AB2;;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.resourcesMonitorRefiner a.job:hover {
	background-color: #E0E0E0;
}

.resourcesMonitorRefiner a.job:active {
	background-color: #FFFFFF;
}

.resourcesMonitorRefiner .selected {
	border-left: solid 5px #094AB2;;
	background-color: #E0E0E0;
}

.resourcesMonitorRefiner a.job.selected:link {
	color: #094AB2;;
}

.resourcesMonitorRefiner a.color.selected:link {
	color: #094AB2;;
}

.resourcesMonitorRefiner a.color:link, .resourcesMonitorRefiner a.color:visited {
	display: block;
	padding: 3px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

.resourcesMonitorRefiner .color .colorBox {
	height: 14px;
	width: 14px;
	border: solid 1px white;
	float: right;
	margin-top: 2px;
}

.resourcesMonitorRefiner a.color:hover {
	background-color: #E0E0E0;
}

.resourcesMonitorRefiner a.color:active {
	background-color: #FFFFFF;
}

.rightBar .monitoredResourcesFilters {
	text-align: right;
	display: inline-block;
}

.rightBar .monitoredResourcesFilters a:link, .rightBar .monitoredResourcesFilters a:visited {
	padding: 5px 20px 3px 5px;
	background-color: #333333;
	color: white;
	background-image: url("../images/cancel.png");
	background-repeat: no-repeat;
	background-position: right 5px;
	margin-left: 5px;
}

.rightBar .monitoredResourcesFilters a:hover {
	background-color: #094AB2;;
	color: white;
	text-decoration: none;
}

.rightBar .monitoredResourcesFilters a:active {
	background-color: black;
	color: white;
	text-decoration: none;
}


.app > nav p a.selected:link, 
.app > nav p a.selected:visited, 
.app > nav p a.selected:hover {
	background-color: #d0d0d0;
	color: white;
}

body#login {
	/*text-align: center;*/
	min-width: 450px;
	display: table;
}
body#login form {
	width: 400px;
	height: 400px;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	position: absolute;
	margin-top: -200px;
}

body#login form div {
	background-color: #fff;
	padding-top: 10px;
	text-align: left;
}
body#login form div p input[type=text],
body#login form div p input[type=password],
body#login form div p input.error {
	width: 250px;
	font-size: 14px;
	padding: 4px 8px;
	border: 1px solid #BABABA;
	color: #212121;
	margin-bottom: 5px;
	background-color: #fff;
}
body#login form div p input[type=checkbox] {
	margin: 0;
	padding: 0;
}
body#login form div p input[type=submit] {
	width: 100px;
}
body#login form div p label.error {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	color: #C85305;
	background-color: #fff !important;
	font-size: 12px;
}

body#login form div p input[type=submit]:hover {
	cursor: pointer
}
.rightPaneFilters {
	display: block;
	position: absolute;
	right: 0px;
	width: 180px;
	height: 100%;
	background-color: #EFEFEF;
	z-index: 100;
	overflow: auto;
}

.rightPaneFilters a.filterGroup {
	display: block;
	padding: 5px;
	padding-left: 10px;
	color: #094AB2;;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.rightPaneFilters div a.filter {
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	display: block;
	clear: both;
}

.rightPaneFilters div a.filter.selected:link {
	color: #094AB2;;
	border-left: 5px solid #094AB2;;
}
.rightPaneFilters a.filterGroup:hover,
.rightPaneFilters div a.filter:hover {
	background-color: #E0E0E0;
}

.rightPaneFilters div a.filter:link, 
.rightPaneFilters div a.filter:visited {
	display: block;
	padding: 3px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

.calendar-positive {
	background-color: #99CC33;
}
.calendar-negative {
	background-color: Red;
	color: White;
}
.calendar-note {
	background-color: #ffffcc !important;
	color: Black !important;
}
.calendar-capacity {
	font-weight: bold !important;
}

.framework-form-image-container {
	border: solid 1px #bfbfbf;
	height: 152px;
	width: 152px;
	position: relative;

}

.framework-form-image-container.thumbnail {
	margin-bottom: 0px;
}

.framework-form-image {
	height: 150px;
	width: 150px;

}

.framework-form-image {
	height: 150px;
	width: 150px;
}

.form-actions {
	border-top: solid 1px #EAEAEA;
	padding-top: 20px;
}

.framework-form-image-container .framework-form-image-button {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
	position: absolute;
	width: 128px;
	left: 10px;
	bottom: 10px;
}

.framework-form-image-container:hover .framework-form-image-button {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 1;
}

.clearfix {
	clear: both;
}

.sortable-cell {

	display: flex;
	flex-direction:row;
	align-items: center;
	.sort-container{
		display: flex;
		flex-direction: row;
		img {
			width: 20px;
			height: 20px;
			border: 1px solid #ccc;
			border-radius: 4px;
			margin-right: 4px;
			cursor: pointer;

			&.disabled {
				background-color: #cccccc;
				cursor: auto;
			 }
		}
	}
}

.order-doable {
	color: #009300;
	font-weight: bold;
}

.order-undoable {
	color: #ff0000;
	font-weight: bold;
}

tr[data-entity-type=order] {
	td {
		background-color: #ffff005c;
	}
}

tr[data-entity-type=invalid-row] {
	td {
		background-color: #efefef;
	}
}

.searchableInputSingle{
	min-height: 17px;
	height: unset;
	display: inline-flex;
	span {
		width: 100%;
	}
	img {
		margin-top: 0px;
		display: flex;
		align-self: center;
	}
}
