/*a,
button,
input {
	cursor: pointer;
}
input[type="text"] {
	cursor: text;
}
#CourseData label {
	display: inline-block;
	margin: 7px 14px;
}
#CourseData textarea,
#CourseData input {
	margin: 0 0 30px 0;
}
input, button,
select, textarea {
	border: 1px solid #a4a6a9;
	padding: 5px 10px;
	display: block;
}
/*label {
	text-transform: uppercase;
	vertical-align: top;
	margin-right: 10px;
}*/
/*input[readonly], input[readonly="readonly"] {
    border: 0px solid black;
    background: transparent;
}*/
/*.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    max-width: 350px;
}

.btnBlock {
	display: block !important;
	margin-top: 0 !important;
}*/
/*button[type="button"]{
	vertical-align: top;
}*/
.delete {
  border-radius: 20px;
}
.edit {
  background: #ed1c24;
  color: #ffffff;
  border: none;
}
.view {
  background: #ee5a29;
  color: #ffffff;
  border: none;
}
.save {
  border-radius: 0;
  background: #ee5a29;
  border: 2px solid #ee5a29;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  margin: 20px 10px 20px 0px;
}
.save:hover,
.save:focus,
.save:active {
  background: #ee5a29;
  color: #ffffff;
  border: 2px solid #b3441f;
}
.login {
  border-radius: 0;
  background: #b73f4b;
  border: 2px solid #b73f4b;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 20px 10px;
}
.login:hover,
.login:focus,
.login:active {
  background: #b73f4b;
  color: #ffffff;
  border: 2px solid #ef2b47;
}
.quiz,
.question {
  border-radius: 0;
  background: #00aeef;
  border: 2px solid #00aeef;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 20px 10px;
}
.question:hover,
.question:focus,
.question:active,
.quiz:hover,
.quiz:focus,
.quiz:active {
  background: #00aeef;
  color: #ffffff;
  border: 2px solid #005778;
}
#QuizPreviewD .question {
  background: none;
  border: none;
  text-transform: inherit;
}
#QuizPreviewD .question:hover,
#QuizPreviewD .question:focus,
#QuizPreviewD .question:active {
  border: none;
}
#QuizPreviewD th {
  background: #00aeef;
  color: #333333;
}
#QuizPreviewD .question,
#QuizPreviewD .quiz,
#QuizPreviewD .question:hover,
#QuizPreviewD .question:focus,
#QuizPreviewD .question:active,
#QuizPreviewD .quiz:hover,
#QuizPreviewD .quiz:focus,
#QuizPreviewD .quiz:active {
  background: none;
  border: none;
}
/*.overlay input, .overlay button,
.overlay select, .overlay textarea {
	display: block;
}
.overlay input[type="radio"],
.overlay input[type="checkbox"]{

}*/
/*.overlayContent {
    color:#333333;
	margin: 50px;
}
.overlayContent div {
    margin: 20px 0;
}
.overlayContent > .group_title {
	margin: 30px 0;
}*/
#UserReport > div {
  width: 49%;
  display: inline-block;
}
#UserReport > .userCert > div {
  width: 100%;
}
#ImageD > div > img {
  width: 100px;
}
.overlay > button {
  display: inline-block;
}
.overlayContent > #MediaList > .media-group-item {
  padding: 0 10px 10px 0;
}
.overlayContent > #MediaList > .media-group-item > a > img {
  top: 0;
}
iframe {
  width: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*.settings label{
    display:grid!important;
}*/
.new_answer {
  border-radius: 0;
  background: #00aeef;
  border: 2px solid #0291c6;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 30px;
  margin: 20px 10px;
}
.new_answer:hover,
.new_answer:focus,
.new_answer:active {
  background: #0291c6;
  color: #ffffff;
  border: 2px solid #005778;
}
.questionList {
  -webkit-padding-start: 10px;
  -o-padding-start: 10px;
  padding-start: 10px;
}
.quest {
  font-weight: bold;
  font-style: italic;
  display: inline;
  margin-right: 10px;
}
.form-table tr:nth-child(1),
.form-table tr:nth-child(odd),
.form-table tr:nth-child(even) {
  background: none;
}
.form-table,
.form-table td,
.form-table td p,
.form-table th,
.form-wrap label {
  font-size: 14px;
}
.form-table {
  border-collapse: collapse;
  margin-top: .5em;
  width: 100%;
  clear: both;
}
.form-table th {
  vertical-align: top;
  text-align: left;
  padding: 20px 10px 20px 0;
  width: 200px;
  line-height: 1.3;
  font-weight: 600;
}
.form-table th,
.form-wrap label {
  color: #222;
  font-weight: 400;
  text-shadow: none;
  vertical-align: baseline;
}
.form-table td {
  margin-bottom: 9px;
  padding: 15px 10px;
  line-height: 1.3;
  vertical-align: middle;
}
/*.form-field select,
.form-field input {
  width: 25em;
}*/
/*.form-table select {
    padding: 2px;
  line-height: 28px;
  height: 28px;
  vertical-align: middle;
}*/
/*input[type=checkbox], input[type=radio] {
  //border: 1px solid #bbb;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 14px;
  margin: 3px;
  outline: 0;
  //padding-right: 10px !important;
  text-align: center;
  vertical-align: middle;
  width: 14px;
  min-width: 14px;
    
    
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
}*/
.settings-Company div {
  display: block;
  float: left;
  width: 100%;
  margin: 1px 0;
}
.settings-Company label {
  float: left;
  min-height: 22px;
  padding-top: 8px;
  line-height: 16px;
  font-weight: 400;
  color: #666;
}
.settings-Company input[type=email],
.settings-Company input[type=number],
.settings-Company input[type=password],
.settings-Company input[type=search],
.settings-Company input[type=tel],
.settings-Company input[type=text],
.settings-Company input[type=url],
.settings-Company textarea,
.settings-Company select,
.settings-Company input,
.settings-Company .redactor_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px;
}
.redactor_box {
  text-transform: initial;
  font-weight: initial;
}
/* TOOLTIP */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.left {
  padding: 0 5px;
  margin-top: 0;
  margin-left: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-top: 3px;
  margin-right: 6px;
}
/*
#FilterD {
	background: #D1D3D4;
	padding: 1px 10px;
}

#FilterD > div {
	display: inline-block;
	margin: 5px 0 10px 0;
}
#FilterD > div:last-child {
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}
#FilterD > div > button {
	padding: 5px 10px;
	margin: 0;
}

#FilterD:before {
	content:'Filter by';
	vertical-align: -webkit-baseline-middle;
	display: inline-block;
	margin: 5px 10px 0 0;
}*/
/* TABS */
.tabs {
  float: none;
  list-style: none;
  position: relative;
  margin: 0 0 0 0;
  text-align: left;
  background: #d1d3d4;
  -webkit-padding-start: 15px;
  -o-padding-start: 15px;
  padding-start: 15px;
}
.tabs li {
  display: inline;
  background: #d1d3d4;
}
.tabs input[type="radio"] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.tabs label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  line-height: 5px;
  padding: 15px;
  overflow: hidden;
  margin: 1px !important;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs:last-child label {
  border-right: none;
}
.tabs .tab-content {
  color: #333333;
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  /*  padding: 25px;*/
  position: absolute;
  top: 50px;
  left: 0;
}
#tab-content1 {
  padding: 30px;
}
.tabs [id^="tab"]:checked + label {
  top: 0;
  font-size: 20px;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}
.tab-content > div > label {
  border-right: none;
  padding: 0;
  line-height: inherit;
}
.tab-content > div > h3 {
  margin: 0;
}
.tab-content > div > div > label {
  padding: 10px 0;
}
.tab-content > div > div {
  margin-bottom: 20px;
}
/*/Tables
//======================================
tr:nth-child(odd){background: #b3b3b3;}
tr:nth-child(even){background: #d1d3d4;}
tr:nth-child(1){background: #b3b3b3;}

.table > tbody > tr > td {
	vertical-align: middle;
	cursor: pointer;
}
tr > td > .delete {
	left: inherit;
}
.table-hover tbody tr:hover,
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th,
table-hover tr:hover {
	background-color: #EE5A29;
	color: #ffffff;
	text-decoration: none;
}*/
/* MEDIA GALLERY STYLES */
/*.media-group-item {
	width: 20%;
	position: relative;
  float: left;
  padding: 8px;
  margin: 0;
  color: #464646;
  cursor: pointer;
  list-style: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	
}
.media-preview {
  position: relative;
  -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);
  box-shadow: inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);
  background: #eee;
  cursor: pointer;
	height: 200px;
}
.media-preview .thumbnail {
	overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity .1s;
  transition: opacity .1s;
}
.media-preview .thumbnail .centered {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(50%,50%);
  -ms-transform: translate(50%,50%);
  transform: translate(50%,50%);
}
.media-preview .thumbnail .centered img {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	width: 100%;
}
.media-preview .thumbnail .centered .delete {
	position: absolute;
	top: -50%;
	left: -50%;
}*/
/* HOME NAV */
.homeNav {
  /*	width: 90%;*/
  margin: 50px auto;
  text-align: center;
  max-width: 1000px;
  display: table;
}
.homeNav > a {
  color: #333333;
  background: #ffffff;
  width: 25%;
  display: inline-block;
  min-height: 100px;
  padding: 20px 20px 40px 20px;
  border: 1px solid #dbdbdb;
}
.homeNav > a:hover {
  text-decoration: none;
  background: #EE5A29;
  color: #ffffff;
}
.homeNav > a > span {
  display: block;
  font-size: 30px;
  margin-right: 0;
  line-height: 60px;
}
#HomeText,
#ProfileText,
#UserText,
#CompanyText,
#CertificationText,
#CourseCollectionText,
#CourseText,
#RewardText,
#ReportText,
#SettingText,
#MediaGalleryText,
#LogoutText,
#Reports,
#SettingsText {
  font-size: 22px;
  line-height: 24px;
}
/* NAV MENU */
.top {
  width: 100%;
  /*	background: rgba(255, 255, 255, 1);*/
  text-transform: uppercase;
  font-size: 0.69em;
  line-height: 2.2;
  color: #ffffff;
  position: fixed;
  z-index: 999;
}
.top a {
  display: inline-block;
  padding: 0 1em;
  color: #333333;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.top a:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  border-bottom: 5px solid #EE5A29;
}
.brand_logo img {
  height: 40px;
  width: auto;
}
.top span.right {
  float: right;
}
.top span.right a {
  display: block;
  float: left;
}
/* General styles for all menus */
.cbp-spmenu {
  position: fixed;
  background: #ffffff;
  letter-spacing: 1px;
}
.cbp-spmenu h3 {
  font-size: 1.1em;
  margin: 0;
  font-weight: 100;
}
.cbp-spmenu a {
  display: block;
  color: #333333;
  font-size: 0.9em;
  font-weight: 300;
}
.cbp-spmenu a:hover {
  background: #EE5A29;
  color: #ffffff;
  text-decoration: none;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 1000;
}
.cbp-spmenu-vertical a {
  padding: 1em 2em;
}
.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}
.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -300px;
}
.cbp-spmenu-right {
  right: -300px;
}
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
  overflow-y: scroll;
}
/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
  top: -150px;
}
.cbp-spmenu-bottom {
  bottom: -150px;
}
.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}
/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}
.cbp-spmenu-push-toright {
  left: 300px;
}
.cbp-spmenu-push-toleft {
  left: -300px;
}
.nav_down {
  background: #00A4B0;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  width: 40px;
  height: 40px;
  position: relative;
  float: right;
  padding: 12px 0 0 7px !important;
  cursor: pointer;
  z-index: 100;
  margin-bottom: 20px;
  color: #ffffff;
}
/*.settings-Cert div {
	display: block;
  float: left;
  width: 100%;
  margin: 1px 0;
}
.settings-Cert label {
	float: left;
  min-height: 22px;
  padding-top: 8px;
  line-height: 16px;
  font-weight: 400;
  color: #666;
}*/
.FGimg-btn {
  margin: 10px 0 0 40px;
}
/*.settings-Cert input[type=email], 
.settings-Cert input[type=number], 
.settings-Cert input[type=password], 
.settings-Cert input[type=search], 
.settings-Cert input[type=tel], 
.settings-Cert input[type=text], 
.settings-Cert input[type=url], 
.settings-Cert textarea,
.settings-Cert select,
.settings-Cert input,
.settings-Cert .redactor_box {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px;
  //width: 65%;
  //float: right;
    color:#000000;
}*/
/*#CertificateInfo {
	//padding: 30px 0 10px 0;
}*/
/*.settings input[type="checkbox"],
.settings-Cert input[type="checkbox"],
.settings-Company input[type="checkbox"] {
	margin-top: 10px !important;
}

.cert_title {
	margin: 0;
}

div.certImage {
	display: inline-block;
}
.certImage > label {
	display: block;
}
.certImage > img {
	width: 100%;
	max-width: 500px;
	display: block;
}*/
.report {
  border-radius: 0;
  background: #00aeef;
  border: 2px solid #00aeef;
  color: #ffffff;
}
.report:hover,
.report:focus,
.report:active {
  background: #00aeef;
  color: #ffffff;
  border: 2px solid #005778;
}
.admin-content {
  margin-top: 80px;
}
.display {
  display: block;
  border: 2px solid #b3b3b3;
  padding: 0;
  margin: 20px 10px;
}
/*.content_group {
	padding: 10px;
	margin: 10px 0;
}
.content_group:nth-child(odd){background: #b3b3b3;}
.content_group:nth-child(even){background: #d1d3d4;width:100%;}
.content {
	margin: 40px 0px;    
}

.sortProperty{
    display:inline-block;
}

.img-sl-cont img{
    max-width:50%;   
}

/*div > input {
	width: 90%;
}*/
/*input[type="radio"],
input[type="checkbox"]{

	width: inherit;
	display: inline;
}*/
.page_content {
  border-bottom: 1px solid #C0C0C0;
}
.page_content:last-child {
  border-bottom: none;
}
.ImageGrid {
  width: 100%;
  display: block;
}
.ImageGrid .GridItem {
  width: 25%;
  display: inline-block;
  padding: 10px;
}
.GridItem > a > img {
  width: 100%;
}
.ui-sortable {
  -webkit-padding-start: 0;
  -o-padding-start: 0;
  padding-start: 0;
}
/*.row > div {
	margin: 30px 0px;
}*/
/*.content_group > .row > div {
	margin: 0;
}*/
/*label > p {
	line-height: 1.1em;
}*/
div > .right,
div > .left {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
div > .right {
  margin-right: 20px;
}
div > .left {
  margin-right: 20px;
}
.right > ul {
  list-style: disc outside none;
  display: block;
}
.right > ul > li {
  display: list-item;
  background: none;
}
#EmailContact {
  display: inline-block;
}
/*#ProfileD,
#UserData,
#CompanyData,
#CertificationData,
#CourseGroupData,
#RewardData,
#CourseCollectionData,
#CourseList
{
	margin: 40px 0px;
}*/
#Coursey {
  margin-bottom: 100px;
}
.validationFailed {
  background-color: #ee5a29;
}
.timeComplete > span,
.points > span {
  font-weight: bold;
}
#LoginD {
  border-bottom: none;
  width: 50%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(88, 89, 91, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(88, 89, 91, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(88, 89, 91, 0.75);
  background: #ffffff;
  padding: 50px 100px;
  margin: 50px auto;
  text-align: center;
}
#LoginD > div > label {
  margin-right: 0;
}
#LoginD > div > input {
  text-align: center;
  margin-right: 0;
  width: 100%;
}
#ResetPasswordD {
  border-bottom: none;
  width: 50%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(88, 89, 91, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(88, 89, 91, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(88, 89, 91, 0.75);
  background: #ffffff;
  padding: 50px 100px;
  margin: 50px auto;
  text-align: center;
}
#ResetPasswordD > div > label {
  margin-right: 0;
}
#ResetPasswordD > div > input {
  text-align: center;
  margin-right: 0;
  width: 100%;
}
#OriginalFileName,
#MediaType {
  display: inline-block;
}
#OriginalFileName {
  vertical-align: middle;
}
/*.settings span {
	float: left;
  min-height: 22px;
  padding-top: 8px;
  line-height: 16px;
  font-weight: 400;
  color: #666;
    margin: 10px 0;
}*/
/*.settings input[type=email], 
.settings input[type=number], 
.settings input[type=password], 
.settings input[type=search], 
.settings input[type=tel], 
.settings input[type=text], 
.settings input[type=url], 
.settings textarea,
.settings select,
.settings input,
.settings .redactor_box {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px;
  width: 100%;
  float: right;
}

input[type=checkbox]:checked:before {
	font-family: 'Glyphicons Halflings';
  content: '\e013';
  margin: 0 0 0 -1px;
  color: ;
line-height: 12px;
font-size: 13px;
}*/
.closed {
  display: none !important;
}
.close {
  display: none;
}
.hidey {
  height: 45px;
  visibility: hidden;
}
.delete {
  padding: 4px;
  background: none;
  font-size: 35px;
  line-height: 12px;
  color: #58595b;
}
.delete:hover {
  color: #8B0000;
  cursor: pointer;
}
.delete-item {
  padding: 4px;
  background: none;
  font-size: 35px;
  line-height: 12px;
  color: #58595b;
}
.delete-item:hover {
  color: #8B0000;
  cursor: pointer;
}
.unpublished {
  background: #8B0000;
  color: #ffffff;
}
.clear,
.row .col-md-12 {
  clear: both;
}
.dual {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
#ck_editor {
  width: 90%;
  padding: 0 20px;
  margin: 50px 20px;
}
.cke_editable {
  padding: 0 20px;
  margin: 50px auto;
}
#cke_Description {
  margin-bottom: 30px;
}
.cke_dialog {
  z-index: 9999999999 !important;
}
.cylon {
  height: 5px;
  background: #45354b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #45354b 0%, #6c3349 25%, #ab3744 50%, #b73f4b 75%, #fb855f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #45354b), color-stop(25%, #6c3349), color-stop(50%, #ab3744), color-stop(75%, #b73f4b), color-stop(100%, #fb855f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #45354b 0%, #6c3349 25%, #ab3744 50%, #b73f4b 75%, #fb855f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #45354b 0%, #6c3349 25%, #ab3744 50%, #b73f4b 75%, #fb855f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #45354b 0%, #6c3349 25%, #ab3744 50%, #b73f4b 75%, #fb855f 100%);
  /* IE10+ */
  background: linear-gradient(to right, #45354b 0%, #6c3349 25%, #ab3744 50%, #b73f4b 75%, #fb855f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45354b', endColorstr='#fb855f', GradientType=1);
  /* IE6-9 */
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#MenuD {
  max-height: 45px;
}
#navigation {
  /*
	max-height: 60px;
	line-height: 64px;
	font-size: 30px;
*/
  background: #ffffff;
  max-height: 45px;
  line-height: 47px;
  font-size: 23px;
}
#showRightPush {
  line-height: 46px;
  padding: 0 0 0 30px;
  cursor: pointer;
}
#goBack {
  line-height: 46px;
  padding: 2px 0 0 30px;
  display: inherit;
  cursor: pointer;
}
.goBack {
  float: left;
}
.middle {
  text-align: center;
  margin: 11px auto;
  display: block;
}
.start {
  text-transform: uppercase;
  letter-spacing: 4px;
  border: 1px solid #333;
  color: #333;
}
/*h2 {
	font-size: 24px;
	line-height: 26px;
	margin: 0 10px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	font-weight: 100;
	letter-spacing: 4px;
}
h3 {
	border: 1px solid #ffffff;
	color: #ffffff;
	text-align: center;
	margin: -7px 10px;
	padding: 10px 20px;
	display: inline-block;
}

.help > h3 {font-size: 0.8em !important;}

h3.group_title,
.group_title h3 {
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 4px;
	color: #333333;
	border: none;
	display: block;
	background: #ffffff;
}
.left > h2,
.right > h2 {
	line-height: 30px;
	margin: 0 0 15px 0;
}
.title {
	background: #ffffff;
	height: 45px;	
	padding: 0 20px;
}
.heading {
	font-style: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}
.header {
	cursor: pointer;
	margin: 3px 10px;
	border: none;
	padding: 0;
    color:#000000;
}

.glyphicon {margin-right: 12px;} 
*/
/*.list-group {
	margin: 20px;
	padding: 0;
}
.list-group {
margin: 20px;
	padding: 0;
}
.list-group li{
    display: list-item !important;
    list-style: none;
    margin: 20px 0;
    
}
.list-group-item {
	border-radius: 0;
	background: none;
	font-size: 18px;
	margin: 0;
	border: none;
}
.list-group-item a {
	color: #58595b;
	line-height: 32px;
}
.list-group-item a:hover {
	text-decoration: none;
}
.list-group-item:nth-child(odd) {
	background: #D1D3D4;
}
.list-group-item:nth-child(even) {
	background: #D1D3D4;
}

.list-group-item > img {
	width: 100%;
}

.list_group {
margin: 40px 33px;
	list-style: none;
	padding: 10px 0 0 0;
}
.list_group > a {
	text-decoration: none;
	color: #333;
}

.list_group:nth-child(odd){background: #b3b3b3;}
.list_group:nth-child(even){background: #d1d3d4;}*/
/*# sourceMappingURL=admin.css.map */