html {
	height: 100%;
}

body {
	min-height: 100%;
}

.logo-background {
	background: #3471ad url('?action=getresource&filepath=resources/img/watermark-enrol.png'); /* Old browsers */
	background: url('?action=getresource&filepath=resources/img/watermark-enrol.png'),-moz-linear-gradient(top, #3471ad 0%, #192744 100%); /* FF3.6-15 */
	background: url('?action=getresource&filepath=resources/img/watermark-enrol.png'), -webkit-linear-gradient(top, #3471ad 0%,#192744 100%); /* Chrome10-25,Safari5.1-6 */
	background: url('?action=getresource&filepath=resources/img/watermark-enrol.png'), linear-gradient(to bottom, #3471ad 0%,#192744 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3471ad', endColorstr='#192744',GradientType=0 ); /* IE6-9 */
	background-position: 0 bottom;
	background-repeat: no-repeat;	
	background-size: contain;
	background-attachment: fixed;
	width: 100%;
	min-height: 100%;
	position:absolute;
	-ms-behavior: url('?action=getresource&filepath=resources/js/backgroundsize.min.htc');
}

.enrol.logo-background {
	background: #348FAD url('?action=getresource&filepath=resources/img/watermark-enrol.png'); /* Old browsers */
	background: url('?action=getresource&filepath=resources/img/watermark-enrol.png'),-moz-linear-gradient(top, #348FAD 0%, #193A44 100%); /* FF3.6-15 */
	background: url('?action=getresource&filepath=resources/img/watermark-enrol.png'), -webkit-linear-gradient(top, #348FAD 0%,#193A44 100%); /* Chrome10-25,Safari5.1-6 */
	background: url('?action=getresource&filepath=resources/img/watermark-enrol.png'), linear-gradient(to bottom, #348FAD 0%,#193A44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348FAD', endColorstr='#193A44',GradientType=0 ); /* IE6-9 */
	background-position: 0 bottom;
	background-repeat: no-repeat;	
	background-size: contain;
	background-attachment: fixed;
}

.helpdesk.logo-background {
	background: #715D80 url('?action=getresource&filepath=resources/img/watermark-helpdesk.png'); /* Old browsers */
	background: url('?action=getresource&filepath=resources/img/watermark-helpdesk.png'),-moz-linear-gradient(top, #715D80 0%, #43384C 100%); /* FF3.6-15 */
	background: url('?action=getresource&filepath=resources/img/watermark-helpdesk.png'), -webkit-linear-gradient(top, #715D80 0%,#43384C 100%); /* Chrome10-25,Safari5.1-6 */
	background: url('?action=getresource&filepath=resources/img/watermark-helpdesk.png'), linear-gradient(to bottom, #715D80 0%,#43384C 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#715D80', endColorstr='#43384C',GradientType=0 ); /* IE6-9 */
	background-position: 0 bottom;
	background-repeat: no-repeat;	
	background-size: contain;
	background-attachment: fixed;
}

.password.logo-background {
	background: #348FAD url('../img/watermark.png'); /* Old browsers */
	background: url('../img/watermark.png'),-moz-linear-gradient(top, #3471ad 0%, #192744 100%); /* FF3.6-15 */
	background: url('../img/watermark.png'), -webkit-linear-gradient(top, #3471ad 0%, #192744 100%); /* Chrome10-25,Safari5.1-6 */
	background: url('../img/watermark.png'), linear-gradient(to bottom, #3471ad 0%, #192744 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3471ad', endColorstr='#192744',GradientType=0 ); /* IE6-9 */
	background-position: 0 bottom;
	background-repeat: no-repeat;	
	background-size: contain;
	background-attachment: fixed;
}

h1.main-heading {
	font-size: 3.5rem;
	margin-top: 0px;
	color: #ffffff;
	text-align: center;
}

.container {
	height: 100%;
	min-width: 768px;
}

.login-container {
	max-width: 380px;
	margin: 0 auto;
	position: relative;
	z-index:0;
}

.login-container .logo {
	/*max-width: 65%;*/
	display:block;
	margin: 0 auto;
	margin-bottom: 30px;
}

#main-menu .logo {
	padding: 20px;
	background: #262C68;
}



.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.no-clear:after {
	clear:none !important;
}

.card {
	background: #ffffff;
	border-radius: 2px; 
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
	padding: 24px;
}

.main-content {
	padding: 0 16px;
}
/*    TOP BAR    */
div.top-bar {
	background: #ffffff;
	box-shadow: 3px 0px 2px 0px rgba(0,0,0,0.24), 3px 4px 9px 0px rgba(0,0,0,0.18);
	behavior: url('?action=getresource&filepath=resources/js/PIE.htc');
	height:56px;
	margin: 0 -24px;
	margin-bottom: 20px;
	padding: 16px;
	position:relative;
	text-align: right;
	
}

div.top-bar .logo {
	height: 56px;
	width: 56px;
	padding: 4px;
	left:0;
	position:absolute;
	top: 0;
	background: #262C68;
}

div.top-bar a {
    color: #3471AD;
    font-size: 1.6rem;
    font-weight: bold;
	cursor: pointer;
}

div.top-bar a:hover, div.top-bar a:focus  {
    text-decoration: none;
}

div.top-bar a .grey-text {
    color: #757D8F;
}

.full-height {
	min-height: 100%;
	overflow:hidden;
}

.se-caret {
  position: absolute;
  top: 6px;
  right: -5px;
}

.se-caret:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 9px solid #3471ad;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.se-caret:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 0;
  border-top: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.dropdown-menu {
    border: none;
    box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.24), 0px 9px 9px 0px rgba(0,0,0,0.18);
    margin-top: 25px;
    padding:24px;
    
}

.dropdown-menu-right {
    right: -25px;
}

.dropdown-menu > li > a {
    color: #757D8F;
    padding: 3px 0;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #3471AD;
}

/* Form progress indicator */
ul.form-progress 
{
	list-style: none;
	width: 100%;
	margin: 0 auto;
	border-bottom: 5px solid #3471AD;
	margin-bottom: 50px;
	margin-top: 50px;
	padding:0;
}

ul.form-progress li  {	
position: relative;
		margin-top: -11px;
		float:left;
		width: 12.5%;
		text-align:center;
		height: 50px;
}

ul.form-progress li.end  {	
width: 6.25%;
}

ul.form-progress li.end.left  {	
	text-align: left;
}

ul.form-progress li.end.left .indicator {
	margin: 0;
}

ul.form-progress li.end.right  {	
	text-align: right;
	direction: rtl;
}

ul.form-progress li.end.right .indicator {
	margin-right: 0;
	text-align: right;
	
}

ul.form-progress li .indicator {
	display:block;
	position: relative;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	border: 2px solid #3471AD;
	background: #ffffff;
	border-radius: 5px;
}

ul.form-progress li.current:before {
	position: absolute;
	content: " ";
	left:50%;
	width: 0;
	height: 0;
	top: -22px;
    margin-left: -10px;
	border-style: solid;
	border-width: 17.3px 10px 0 10px;
	border-color: #3471ad transparent transparent transparent;
}

ul.form-progress li.end.current:before {
	left: 0;
    margin-left: 1px;	
}

ul.form-progress li.complete .indicator {
	background: #3471AD;
}

ul.form-progress li.complete .indicator:after {
	content: " ";
	position: absolute;
	width: 11px;
	height: 7px;
	background: transparent;
	top: 5px;
	left: 5px;
	border: 3px solid #ffffff;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

ul.form-progress li.active:before {
	content: " ";
	position: absolute;
	width: 0; 
	height: 0; 
	top: -19px;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent; 
	border-top: 16px solid #3471AD;
}

/*    NAV    */


@media screen and (max-width: 1149px) {
	.sidebar-container {
		width: 72px;
	}
	
	.sidebar-container .menu-label {
		display:none;
	}
	
	.sidebar-container.expanded {
		
		position: absolute;
		width: 300px;
		z-index:1000;
		-webkit-transition: width 0.2s;
		transition: width 0.2s;
	}
	
	.sidebar-container.expanded .menu-label {
		display: inline;
	}
	
	
	
	.main-content.menu-expanded {
		margin-left: 72px;
	}
	
	.sidebar-container .logo {
		height: 55px;
	}
	
	.sidebar-container nav{
		margin-top: 56px;
		margin-bottom: -56px;
	}
	
	div.top-bar {
		margin-left: -80px;
		margin-right: -29px;
		padding-left: 70px;
		box-shadow: 56px 0px 2px 0px rgba(0,0,0,0.24), 56px 4px 9px 0px rgba(0,0,0,0.18);
		behavior: url('?action=getresource&filepath=resources/js/PIE.htc');
	}
}

@media screen and (max-width: 890px) {
.main-content {
		max-width:90%;
	}
	
	div.top-bar {
		margin-right: -39px;
	
	}
	ul.form-progress {
		font-size: 0.8em
	}
	
}

@media screen and (min-width: 1256px) {
	.sidebar-container {
		max-width: 310px;
	}
	
	.main-content {
		width: auto;
		left: 302px;
		right: 8px;
		position: absolute;
	}
	
	
	
}

nav {
	background-color: #ffffff; 
	box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.24), 0px 9px 9px 0px rgba(0,0,0,0.18);
	behavior: url('?action=getresource&filepath=resources/js/PIE.htc');
	font-weight: bold;
	height: 100%;
	overflow:hidden;
	padding: 0;
}

nav ul {
	list-style: none;
	padding: 0;
}

nav ul li {
	
}
nav ul li a {
	color: #757D8F;
	height: 48px;
	float: left;
	line-height:24px;
	padding: 12px 0;
	padding-left: 16px;
	width: 100%;
}

nav ul li a:hover , nav ul li a:focus{
	color: #3471AD;
	text-decoration: none;
}

nav ul li a span.icon{
	display: inline-block;
	float: left;
	font-size: 24px;
	width:24px;
	margin-right: 16px;
}

nav>ul>li>a.active, nav>ul>li>a:hover {
	border-left: 4px solid #3471AD;
	color: #3471AD;
	padding-left: 12px;
}

nav>ul>li>a.disabled.active, nav>ul>li>a.disabled:hover {
	border-left: none;
	color: #cccccc;
	padding-left: 16px;
	cursor: not-allowed;
	pointer-events: none;
}

nav ul li ul {
	display:none;
	padding: 8px 0;	
}

nav ul li ul li a {
	background: #EBF1F7;
	height: auto;
	line-height: 100%;
	padding: 8px;
	padding-left: 56px;
}

nav ul li ul li a.active {
	color: #3471AD;
}

nav ul li a.highlight:after {
	content: " ";
	background: url('?action=getresource&filepath=resources/img/arrow.png');
	background-size: 100% 100%;
	height: 25px;
	width: 60px;
	margin-left: 20px;
	position: absolute;
}

nav ul li a.disabled {
	color: #cccccc;
}

.main-content .row.header {
	padding: 0 20px;
}



.inline {
 display:inline;
 margin-left: 15px;
 margin-right:15px;
}

.input-group-addon p {
	margin-top: 8px;
}

.form-control.inline {
	display: inline;
	min-height: auto;
}

.form-control.wide {
	width: 100%;
}

.attention {
	font-size: 4rem;
}

.alert-none {
	display:none;
}

.input-helper {
	display:inline-block;
	color: #757D8F;
	font-size: 1.5rem;
	margin-left:20px;
}



label.solo {
	margin-top: 5px;
	text-align: right;
	margin-right:20px;
}

#licence_info {
	padding-left: 16px;
}

#licence_info p{
	line-height: 24px;
}

#licence_info span.icon {
	display: inline-block;
	float: left;
	font-size: 24px;

	margin-right: 16px;
}

#licence_info p.input-helper {
	margin-left: 40px;
}

.link-list a{
	display:block;
}

.btn.move-down {
	margin-top: 10px;
}

.emphasise {
	color: #3471ad;
}

.btn .icon {
	position: relative;
	top: 2px;
}

.col-fluid {
	float:left;
	padding-right: 15px;
}

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

.app-list li {
	display: inline-block;
	text-align: center;
	margin-right: 20px;
	padding: 20px;
	border: 2px solid #BABEC7;
	border-radius: 5px;
}

.app-list li img{
	max-width: 100px;
}

.app-list li .checkbox {
	width: 30px;
	margin: 0 auto;
	margin-top: 10px;
}

/*TABLES*/
tr.selected {
	background: #EBF1F7;
	color: #3471AD;
}

.table th {
	vertical-align: middle;
}

.table-clickable tbody tr {
	cursor: pointer;
}

.table.compact td, .table.compact th {
	padding: 8px 5px;
}

/*CHECKBOXES AND RADIO */
.indent {
	margin-left: 44px;
	margin-top: 10px;
}

.indent>label {
	margin-top: 16px;
}


td .checkbox {
	margin-top: 0;
	margin-bottom: 0;
}
.checkbox p, .radio p {
	color: #757D8F;
	margin-top: 10px;
}

.checkbox>.input-helper {
display:inline;
}

.checkbox.disabled label, .checkbox.unchecked .indent label, .radio.disabled label, .radio.unchecked .indent label {
    color: #BABEC7;
}

.checkbox.checked>.indent p, .radio.checked>.indent p {
    color: #757D8F;
 }

.checkbox.disabled>.indent p, .checkbox.unchecked>.indent p.input-helper, .checkbox.unchecked>.indent .input-group p, .radio.disabled>.indent p, .radio.unchecked>.indent p.input-helper, .radio.unchecked>.indent .input-group p {
    color: #BABEC7;
 }
 
 .checkbox.disabled>.indent h2, .checkbox.unchecked>.indent h2, .radio.disabled>.indent h2, .radio.unchecked>.indent h2 {
    color: #BABEC7;
 }
 
 

.modern .checkbox input[type="checkbox"] {
    visibility: hidden;
}

.modern .checkbox>label span {
    cursor: pointer;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
  	left: 0;
	background: #FFFFFF;
	border:2px solid #BABEC7;
	border-radius: 3px;
	
}


.form-horizontal .checkbox label span {
    margin: 16px 0;
}

.modern .checkbox>label span:after {
	opacity: 0;
	content: " ";
	position: absolute;
	width: 11px;
	height: 7px;
	background: transparent;
	top: 4px;
	left: 5px;
	border: 3px solid #FFFFFF;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.modern .checkbox>label:hover>input:enabled + span:after {
	opacity: 1;
	border-color: #BABEC7;
}

/**
 * Create the checkbox state for the tick
 */
 
 
.checkbox.checked input[type=checkbox]:checked + input + span, .checkbox.checked input[type=checkbox]:checked + span {
    border:2px solid #3471AD;
    background: #3471AD;
 }
 

 
.checkbox.disabled input[type=checkbox] + input + span, .checkbox.disabled input[type=checkbox] + span {
    border:2px solid #BABEC7;
	background: transparent;
    cursor: not-allowed;
 }
 
.checkbox.disabled input[type=checkbox]:checked + input + span, .checkbox.disabled input[type=checkbox]:checked + span {
    border:2px solid #BABEC7;
    background: #BABEC7;
    cursor: not-allowed;
 }
 
.checkbox input[type=checkbox]:checked + input + span:after, .checkbox input[type=checkbox]:checked + span:after {
	opacity: 1;
}

.modern  .radio input[type="radio"] {
    visibility: hidden;
}

.modern .radio>label span {
    cursor: pointer;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
  	left: 0;
	background: #FFFFFF;
	border:2px solid #BABEC7;
	border-radius: 50%;
}

.modern .radio>label span:after {
	opacity: 1;
	content: " ";
	position: absolute;
	width: 16px;
	height: 16px;
	background: transparent;
	top: 2px;
	left: 2px;
	border: none;
	border-top: none;
	border-right: none;
    border-radius: 50%;
}

.radio>label:hover>input:enabled + span:after {
	opacity: 1;
	background: #BABEC7;
}

.radio.checked input[type=radio]:checked + input + span:after, .radio.checked input[type=radio]:checked + span:after {
    background: #3471AD;
 }
 
 .radio.checked input[type=radio]:checked + input + span, .radio.checked input[type=radio]:checked + span {
    border-color: #3471AD;
 }
 
 .radio.disabled input[type=radio]:disabled + input + span, .radio.disabled input[type=radio]:disabled + span, .radio.disabled input[type=radio] + input + span, .radio.disabled input[type=radio] + span  {
    cursor: not-allowed;
 }
 
 .radio.disabled input[type=radio]:checked + input + span, .radio.disabled input[type=radio]:checked + span, .radio.disabled input[type=radio]:checked + input + span, .radio.disabled input[type=radio]:checked + span {
    border-color: #BABEC7;
 }
 
 .radio.disabled input[type=radio]:checked + input + span:after, .radio.disabled input[type=radio]:checked + span:after, .radio.disabled input[type=radio]:checked + input + span:after, .radio.disabled input[type=radio]:checked + span:after {
    background: #BABEC7;
    cursor: not-allowed;
 }
 
.radio input[type=radio]:checked + input + span:after, .radio input[type=radio]:checked + span:after {
	opacity: 1;
}

/* File input */
.fileinput {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.input-content-box {
	display: inline-block;
	width: 100px;
    height:30px;
    background: #3471AD;
    line-height: 30px;
    font-family:Sans-Serif !important;
    color: #ffffff !important;
    font-size: 14px !important;
	text-align:center;
	margin: 0 10px;
}



/*Dashboard indicators */
.se-indicator
{
	width: 32px;
	height:32px;
	border-radius: 16px;
	display: inline-block;
	text-align:center;
	line-height: 32px;
	color: #ffffff;
	margin-right: 20px;
	margin-top: -7px;
}

.se-indicator.success
{
	background: #7AC843;
}

.se-indicator.default
{
	background: #757D8F;
}

.se-indicator.failed
{
	background: #C1272D;
}

.se-indicator.warning {
	background: #FBBE34;
}

.service-name {
	margin-right: 30px;
}

.word-wrap {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}