@import 'reset.css';
@import 'sticky-footer.css';
@import 'font-awesome.min.css';

/* Gradient */
/*
	background: -moz-linear-gradient(top, #1b1b19 0%, #3f3f3f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1b19), color-stop(100%,#3f3f3f));
	background: -webkit-linear-gradient(top, #1b1b19 0%,#3f3f3f 100%);
	background: -o-linear-gradient(top, #1b1b19 0%,#3f3f3f 100%);
	background: -ms-linear-gradient(top, #1b1b19 0%,#3f3f3f 100%);
	background: linear-gradient(to bottom, #1b1b19 0%,#3f3f3f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b19', endColorstr='#3f3f3f',GradientType=0 );
*/

/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* standard elements */

body{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight:200;
	color:#444;
	background: #fafafa;
}

::selection {
    color: white; 
    background: #323232;
}

p{
	margin:5px 0px;
}

a{
	text-decoration:none;
	color: #0083C0;
}

a:hover,a:active{
	color: #00ABE7;
	text-decoration:underline;
}

b, strong{
	font-weight:600;
}


h1{
	font-size:2em;
	margin:10px 0px;
}

h2{
	font-size:2em;
	margin:10px 0px;
}

h3{
	font-size:1.2em;
	margin:10px 0px;
}

h4, h5{
	font-size:1em;
	margin:10px 0px;
}

table{
	margin:10px 0px;
}

td{
	border: 1px solid #dfdfdf;
}

thead{
	background:#d3d3d3;
	background:#555;
	color:white;
}

tbody tr:nth-child(odd){
	background:#ebebeb;
}

tbody tr:nth-child(even){
	background:#f8f8f8;
}

td{
	padding:5px;
}

footer{
	background: transparent;
	border-top: 1px solid #EAEAEA;
	max-width:1200px;
	margin:0 auto;
}

/* form elements */

form{
	
}

label{
	display: inline-block;
	min-width: 140px;
	text-align: right;
	margin-bottom:10px;
	margin-top:10px;
}

input, select {
	margin: 8px 10px;
	min-width: 200px;
	height: 20px;
	padding: 3px;
	border-radius: 6px;
	border-width: 1px;
	border-image: none;
}

textarea{
	margin: 8px 10px;
	min-width: 400px;
	height: 100px;
	padding: 5px;
	border-radius: 6px;
	border-width: 1px;
	border-image: none;
	border-color: #AEAEAE;
	vertical-align: top;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

select{
	min-width: 210px;
	max-width: 210px;
	height:30px;
	background:white;
	cursor:pointer;
}

input[type="checkbox"],input[type="radio"]{
	cursor:pointer;
	min-width:0;
}

input[type="submit"],input[type="button"], a.btn {
	min-width: initial;
	margin: 10px 5px;
	height: 30px;
	display: inline-block;
	padding: 4px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	background-color: #05A2D9;
	background-image: none;
	border: 1px solid #0492C3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

a.btn{
	line-height: 20px;
	font-size: 16px;
	padding-bottom: 0;
	font-weight: 400;
	text-decoration: none;
	height: 24px;
	margin-right:10px;
}

input[type="submit"]:hover,input[type="button"]:hover,input[type="submit"]:active,input[type="button"]:active, a.btn:hover, a.btn:active {
	background-color: #2393D3;
}

/* other */

.qtip{
	/*font-size:0.8em;*/
}

.success-message{
	background: rgb(71, 172, 49);
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	width: auto;
	display: inline-block;
	cursor:pointer;
}

.notification{
	background: #F77100;
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	width: auto;
	display: inline-block;
	cursor:pointer;
}

.error-message{
	background: rgb(226, 97, 97);
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	width:auto;
	display:inline-block;
	cursor:pointer;	
}

form .error-message{
	width:405px;
}

.wrapper{
	
}

.form-wrapper{
	max-width:450px;
	margin-bottom:10px;
}

.centered{
	margin-left:auto;
	margin-right:auto;
}

.hidden{
	display:none;
}

.visually-hidden{
	visibility:hidden;
}

.form-wrapper input[type="button"], .form-wrapper input[type="submit"]{
	float: right;
	margin-right:57px;
}

.main-header{
	border-top: 3px solid #00ADEA;
	height:110px;
	border-bottom: 1px solid #DDD;
	background:white;
}

.main-header .header_link{
	color: #00ADEA;
	font-weight: 100;
	font-size: 2.5em;
	display: inline-block;
	vertical-align: top;
	margin-top: 26px;
}

.inner-header{
	max-width:1200px;
	margin:auto;
}

nav.user_menu{
	display:block;
	width:auto;
	float:right;
	margin-right:10px;
	
}

nav.user_menu a.profile-img{
	overflow:hidden;
	padding:0;
	width:35px;
	height:35px;
}

nav.user_menu a.profile-img img{
	width:100%;
}

nav.user_menu a, nav.user_menu a img{
	vertical-align:middle;
}

.navbar{
	margin-top:20px;
	margin-bottom:20px;
	background:#00ADEA;
	height:2.5em;
}

nav.main_menu{
	font-size:0;
}

nav.main_menu a{
	display: inline-block;
	padding: 12px 10px;
	color:white;
	font-weight:200;
	font-size:16px;
}

nav.main_menu a:hover, nav.main_menu a.active{
	text-decoration:none;
	border-bottom: 4px solid #747474;
	padding-bottom: 8px;
	background: #EBEBEB;
	color: #333;
}

nav.user_menu .user_name{
	margin: 10px 0px;
	display: block;
	text-align: right;
	color: #1b1b1b;
	font-weight: 200;
	font-size: 1em;
	letter-spacing: 1px;
}

nav.user_menu a{
	font-size: 1.5em;
	background: #EBEBEB;
	border: 1px solid #DADADA;
	color: #555;
	padding: 4px;
	border-radius: 6px;
	width: 25px;
	height: 25px;
	text-align: center;
	display: inline-block;
}

nav.user_menu a:hover, nav.user_menu a:active{
	color:#0492C3;
	background: #FFF;
}

.main_content{
	padding:0px 10px;
	max-width:1200px;
	margin:auto;
}

table thead td a.sortable{
	display:block;
	color:white;
}

table thead td a.sortable.active{
	display:block;
	font-weight:bold;
}

table thead td a.sortable.active.desc:after{
	font-family:FontAwesome;
	content:"\f0de";
	float:right;
}
table thead td a.sortable.active.asc:after{
	font-family:FontAwesome;
	content:"\f0dd";
	float:right;
}

table thead td a.sortable:after{
	font-family:FontAwesome;
	content: "\f0dc";
	float:right;
	margin-left: 10px;
}

table td.iconcol{
	text-align:center;
}

tbody tr.risk_1 .fa-warning{
	color: #95C44F;
	cursor:pointer;
}

tbody tr.risk_2 .fa-warning{
	color: #FCF547;
	cursor:pointer;
}

tbody tr.risk_3 .fa-warning{
	color: #F88931;
	cursor:pointer;
}

tbody tr.risk_4 .fa-warning{
	color: #FF4646;
	cursor:pointer;
}

.big-icon-link{
	font-size: 1em;
	background: #EBEBEB;
	border: 1px solid #DADADA;
	color: #555;
	padding: 20px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	margin: 10px;
	min-width:65px;
}

.big-icon-link:hover{
	text-decoration:none;
	background: #FFF;
}

.big-icon-link i{
	font-size: 2em;
	display:block;
	margin-bottom:10px;
}

.big-user-icon{
	font-size: 100px;
	text-align: center;
	width:100%;
}

i.ajaxstatus{
	float:right;
}

i.ajaxstatus.fa-check-circle{
	color:#94BF00;
}

i.ajaxstatus.fa-warning{
	color:#FF4646;
}

table.risk-table{
	color:black;
}

input[type="checkbox"].toggle{
	display:none;
}

table.cap-table label{
	min-width:0;
}

table.cap-table .fa-toggle-on, table.cap-table .fa-toggle-off{
	color:#00ADEA;
	cursor:pointer;
}

.pagination{
	margin-bottom:10px;
}

.pagination a{
	margin: 0px 4px;
	background: #EBEBEB;
	padding: 3px 7px;
	border-radius: 3px;
	border: 1px solid #dadada;
}

.pagination a:first-child{
	margin-left:0;
}

.pagination a.current, .pagination a:hover{
	background:#FFFFFF;
	text-decoration:none;
}

.fullwidth{
	width:100%;
}

.floated{
	float:left;
	margin-right:1%;
	margin-left:1%;
	vertical-align:top;
}

.floated:first-child{
	margin-right:1%;
	margin-left:0;
}

.floated:last-child{
	margin-left:1%;
	margin-right:0;
}

.w90{
	width:89%;
}

.w80{
	width:79%;
}

.w70{
	width:69%;
}

.w60{
	width:59%;
}

.w50{
	width:49%;
}

.w40{
	width:39%;
}

.w30{
	width:29%;
}

.w20{
	width:19%;
}

.w10{
	width:9%;
}

.w500px{
	width:500px;
	max-width:500px;
}



.pull-right{
	float:right;
}

.pull-left{
	float:left;
}


footer p{
	text-align:center;
	color: #C7C7C7;
	font-size: 0.9em;
}

#addnote-wrapper, #learner-autocomplete-wrapper, #filter-wrapper,#learner-autocomplete-wrapper-filter{
	display:none;
}

#filter-wrapper.forceshow{
	display:block;
}


#addnote-wrapper, #filter-wrapper{
	background:#EBEBEB;
	border: 1px solid #CBCBCB;
}

#addnote-wrapper h3, #filter-wrapper h3{
	margin:10px;
}

#addnote-wrapper textarea{
	
}

.autocomplete-suggestions{
	background: white;
	border: 1px solid #B3B3B3;
	border-top: none;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 3px 4px 1px #E5E5E5;
	overflow:hidden;
}

.autocomplete-suggestion{
	cursor:pointer;
	padding:5px;
	color:#555;
}
.autocomplete-suggestion.autocomplete-selected{
	background: #2b2b2b;
	color: white;
}

.autocomplete-suggestion strong{
	color:#00ADEA;
}

#notes-wrapper{
	position:relative;
}

.note{
	background:#DCE3E4;
	padding:10px;
	margin:10px;
	display:block;
	float:left;
	width:auto;
	max-width:300px;
}

.note.focused{
	outline: none;
	box-shadow: 0px 0px 8px 1px #00ADEA;
}

.note span.editable:focus{
	outline: none;
}

.appearing-note{
	opacity:0;
	box-shadow: 0px 0px 6px 3px #999;
}

.note .note-actions{
	text-align:right;
}

.note .note-actions i{
	cursor:pointer;
	margin-left:6px;
}

.note .note-actions i:hover,.note .note-actions i.dashboarded {
	color:#00ADEA;
}

.note .note-actions i.dashboarded {
	color:#0083C0;
}

.note .note-user-link{
	border-top: 1px solid rgb(199, 199, 199);
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
}

.note .note-user-link:hover{
	text-decoration:none;
}


.help{
	display:none;
	opacity:0;
	background:white;
	border:1px solid #ccc;
	border-radius:8px;
	padding:10px;
	box-shadow: 0px 0px 15px 0px #DADADA;
	position:absolute;
}

.help:after, .help:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index:2000;
}

.help:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.help:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #ccc;
	border-width: 7px;
	margin-top: -7px;
}

.required:before{
	content:"* ";
	color:red;
}

hr{ 
	display: block; height: 1px;
	border: 0; border-top: 1px solid #ccc;
	margin: 1em 0; padding: 0;
}

input:disabled{
	background-color: #F0F0F0;
	color: #999;
}

.disabled{
	color: #999;
}

.recent-activity-item{
	background: #EFEFEF;
	border: 1px solid rgb(192, 191, 191);
	border-radius: 4px;
	padding: 8px;
}

.cert_preview{
	box-shadow: 0px 0px 4px 0px #A5A5A5;
}

.ab-logo{
	width: 50px;
	height: auto;
}

#bulk-actions-form input[type="checkbox"]{
	margin:3px;
}

.merge-form label{
	min-width:0;
}

.blue{
	color:#00ADEA!important;
}

.green{
	color: #448E45!important;
}

.red{
	color:#BB3C45!important;
}

.h300{
	height:300px;
}

.enrolment-span{
	display:block;
	position:relative;
	margin-bottom:5px;
	max-width:340px;
}

.deactivateenrolment-button{
	position:absolute;
	right:0;
}

.downloader{
	visibility:hidden;
	display:none;
	width:0;
	height:0;
}

/*table inside a table*/
table table{
	margin:0;
}

table table td{
	border:none;
}
