html {
	height: 100%;
}

body {
	min-height: 100%;
}

.gradient-background {
	background: #2eb135 url('../img/kropman-bg.jpg'); /* Old browsers */
	background: url('../img/kropman-bg.jpg'),-moz-linear-gradient(top, #2eb135 0%, #2eb135 100%); /* FF3.6-15 */
	background: url('../img/kropman-bg.jpg'), -webkit-linear-gradient(top, #2eb135 0%,#2eb135 100%); /* Chrome10-25,Safari5.1-6 */
	background: url('../img/kropman-bg.jpg'), linear-gradient(to bottom, #2eb135 0%,#2eb135 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eb135', endColorstr='#2eb135',GradientType=0 ); /* IE6-9 */
min-height: 100%;	
}

.logo-background {
	background: #2eb135 url('../img/kropman-bg.jpg'); /* Old browsers */
	background: url('../img/kropman-bg.jpg'),-moz-linear-gradient(top, #2eb135 0%, #2eb135 100%); /* FF3.6-15 */
	background: url('../img/kropman-bg.jpg'), -webkit-linear-gradient(top, #2eb135 0%,#2eb135 0%); /* Chrome10-25,Safari5.1-6 */
	background: url('../img/kropman-bg.jpg'), linear-gradient(to bottom, #2eb135 0%,#2eb135 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eb135', endColorstr='#2eb135',GradientType=0 ); /* IE6-9 */
	background-position: 0 bottom;
	background-repeat: no-repeat;	
	background-size: auto;
	background-attachment: fixed;
	width: 100%;
	min-height: 100%;
	position:absolute;
	-ms-behavior: url('js/backgroundsize.min.htc');
}

.container {
	height: 100%;
	min-width: 768px;
	padding-right: 0px;
	/*overflow: hidden;*/
}

.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: 55px
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.card {
	background: #ffffff;
	border-radius: 2px; 
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.10);
	padding: 24px;
}

/*    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('js/PIE.htc');
	height:80px;
	margin: 0 0;
	margin-bottom: 20px;
	position:relative;
	
}

div.top-bar .logo {
	height: 80px;
	left:0;
	position:relative;
	top: 0;
	float: middle;
}

div.top-bar a {
    color: #2eb135;
    font-size: 1.6rem;
    font-weight: bold;
	cursor: pointer;
}

div.top-bar .heading {
	padding: 16px;
	float: left;
}

div.top-bar h1 {
	margin: 0 16px;
	font-size: 3rem;
	color: #2eb135;
	line-height: 80px;
	float:left;
}

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%;
}

.se-caret {
  position: absolute;
  top: 6px;
  right: -5px;
}

.se-caret:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 9px solid #2eb135;
  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: #2eb135;
}

/*    NAV    */

@media screen and (max-width: 992px) {
	.sidebar-container {
		-webkit-transition: width 0.2s;
		transition: width 0.2s;
		width: 72px;
	}
	
	.sidebar-container .menu-label {
		display:none;
	}
	
	.sidebar-container.expanded {
		
		position: absolute;
		width: 300px;
		z-index:1000;
	}
	
	.sidebar-container.expanded .menu-label {
		display: inline;
	}
	
	.main-content {
		float:none;
		margin-left: 72px;
		width: auto;
	}
	
	.sidebar-container .logo {
		height: 55px;
	}
	
	.sidebar-container nav{
		margin-top: 56px;
		margin-bottom: -56px;
	}
	
	div.top-bar {
		margin-left: -72px;
		padding-left: 200px;
		box-shadow: 56px 0px 2px 0px rgba(0,0,0,0.24), 56px 4px 9px 0px rgba(0,0,0,0.18);
		behavior: url('js/PIE.htc');
	}
}

@media screen and (min-width: 1196px) {
	.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('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: #2eb135;
	text-decoration: none;
}

nav ul li a span.icon{
	display: inline-block;
	float: left;
	font-size: 24px;

	margin-right: 16px;
}

nav>ul>li>a.active, nav>ul>li>a:hover {
	border-left: 4px solid #2eb135;
	color: #2eb135;
	padding-left: 12px;
}

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;
}

.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: #2eb135;
}

.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: #2eb135;
}

.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, .checkbox.unchecked>.indent .fid, .radio.disabled>.indent p, .radio.unchecked>.indent p.input-helper, .radio.unchecked>.indent .input-group p, .radio.unchecked>.indent .fid {
    color: #BABEC7;
 }
 
 .checkbox.disabled>.indent h2, .checkbox.unchecked>.indent h2, .radio.disabled>.indent h2, .radio.unchecked>.indent h2 {
    color: #BABEC7;
 }
 
 .softtokencomplete {
	padding: 10px; 
	text-align:center;
	background: #2eb135;
	color:#ffffff;
	margin-top:10px;
	display:inline-block;
 }
 
 .unchecked .softtokencomplete {
	background: #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);
}

.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 #2eb135;
    background: #2eb135;
 }
 
.checkbox input[type=checkbox]:disabled + input + span, .checkbox input[type=checkbox]:disabled + span {
    border:2px solid #BABEC7;
	background: transparent;
    cursor: not-allowed;
 }
 
.checkbox input[type=checkbox]:checked:disabled + input + span, .checkbox input[type=checkbox]:checked:disabled + 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: #2eb135;
 }
 
 .radio.checked input[type=radio]:checked + input + span, .radio.checked input[type=radio]:checked + span {
    border-color: #2eb135;
 }
 
 .radio input[type=radio]:disabled + input + span, .radio input[type=radio]:disabled + span {
    cursor: not-allowed;
 }
 
 .radio input[type=radio]:checked:disabled + input + span, .radio input[type=radio]:checked:disabled + span {
    border-color: #BABEC7;
 }
 
 .radio input[type=radio]:checked:disabled + input + span:after, .radio input[type=radio]:checked:disabled + 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;
}

/* PasscodeOK Generator styles */
.se-hover
{
    border: 2px solid #ff0000 !important;
    cursor: pointer;
}

.se_selected_tooltip 
{
    position:absolute;
    width: 100px;
    height:30px;
    margin-top: -15px;
    content: "test";
    background: #2eb135;
    line-height: 30px;
    font-family:Sans-Serif !important;
    color: #ffffff !important;
    font-size: 14px !important;
    text-align:center;
    z-index: 1000;
	border-radius: 2px;
}
        
.se_selected_tooltip::before 
{
    content:"\A";
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #2eb135 transparent transparent;
    position: absolute;
    left: -10px;
    top: 5px;
}

/* Form progress indicator */
ul.form-progress 
{
	list-style: none;
	width: 100%;
	border-bottom: 5px solid #2eb135;
	margin-bottom: 50px;
	margin-top: 50px;
	padding:0;
}

ul.form-progress li  {	
position: relative;
		margin-top: -11px;
		float:left;
		width: 25%;
		text-align:center;
		height: 50px;
}

ul.form-progress li.end  {	
width: 12.5%;
}

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;
}

ul.form-progress li.end.right .indicator {
	margin-right: 0;
}

ul.form-progress li .indicator {
	display:block;
	position: relative;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	border: 2px solid #2eb135;
	background: #ffffff;
	border-radius: 5px;
}

ul.form-progress li.complete .indicator {
	background: #2eb135;
}

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);
}

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 #2eb135;
}
