@media (min-width: 768px) {
    .container.small-container {
        max-width: 720px;
    }
}

.main-container {
	margin-bottom: 60px;
}

.logo {
	height: 72px;
}

.navbar-nav {
	margin-left: auto;
}

.nav-container {
	border-bottom: solid 1px #d9d9d9;
	margin-bottom: 20px;
}

.navbar {
	padding: 0 !important;
}

@media (max-width: 520px) {
	.logo {
		height: 65px;
	}
}

body, p, table, ul, li {
    font-family: 'Open Sans', sans-serif, Arial;
    font-size: 14px;
    color: #2D2D2D;
    line-height: 24px;
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif, Arial;
    color: #2D2D2D;
}

h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
	margin-bottom: 20px;
}

h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

a, a:hover {
	color: #189fe6;
}

.login-button {
    float: right;
}

.btn {
    background-color: #189fe6;
    color: #fff;
}

.btn:hover {
    background-color: #189fe6;
    color: #fff;
    text-decoration: underline;
}

.top-header {
    background-color: #eee;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.navbar-nav a {
    color: #000 !important;
    font-weight: 700;
    transition-duration: 0.15s;
    line-height: 31px;
}

@media (min-width: 992px) {
    .navbar-nav a {
        padding: 38px 12px 20px !important;
    }
}

@media (max-width: 991px) {
    .navbar-nav a {
        padding: 8px 15px !important;
    }
    .navbar-nav ul {
        margin: 0 -15px;
    }
}

.navbar-nav>.active>a {
    background-color: #189fe6;
    color: #fff !important;
}

.navbar-nav a:hover {
    background-color: #189fe6;
    color: #fff !important;
}

.login-logo {
    display: block;
    max-width: 50%;
    margin: 50px auto 50px;
}

.login-header {
    font-size: 18px;
    width: 100%;
    border-bottom: solid 1px #d9d9d9;
    color: #888;
    margin-bottom: 20px;
}

label {
    margin-top: 6px;
}

.admin-pages {
    background-color: #f8f8f8;
    border: solid 1px #ddd;
    border-radius: 5px;
    max-width: 300px;
    padding: 10px;
}

.dropdown-arrow {
    width: 18px;
    height: 14px;
}

.dropdown-container {
    margin: 10px 30px;
}

.dropdown-button {
    background-color: #f2f2f2;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
}

.dropdown-button:hover {
    background-color: #e4e4e4;
}

.dropdown-button:focus, .dropdown-button:active {
   outline: none !important;
   box-shadow: none;
}

.table-no-padding td {
    padding: 0;
}

input[type=file] {
    height: 45px;
}

button.link-delete {
    background: none;
    color: #aaa;
    font-size: 14px;
    padding: 0;
    margin-top: -2px;
    border: 0;
}

button.link-delete:hover {
    background: none;
    color: #aaa;
}

.search-form {
    background-color: #f8f8f8;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

.error {
	color: red;
}

.container-course {
	/* width: 930px; */
	/* height: 630px; */
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: solid #666 1px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.course-title {
	width: 100%;
	background-color: #204694;
	font-size: 16px;
	padding: 5px 10px;
	height: 34px;
	color: #fff;
	text-align: center;
}

.container-slide {
	width: 100%;
	height: 650px;
	background-color: #f0f8ff;
}

.course-footer {
	width: 100%;
	background-color: #999;
	height: 34px;
}

.slide-nav-button {
	width: 100px;
	height: 34px;
	padding: 5px 0;
	margin-left: 1px;
	background-color: #9ce262;
	float: right;
	font-size: 16px;
	text-align: center;
	border: none;
	color: #000;
	text-decoration: none;
}

#fullscreen-button {
	width: 140px;
}

.slide-nav-button:focus {
	outline: none;
}

.slide-nav-button:hover {
	color: #fff;
	text-decoration: none;
}

.container-slide .row {
	padding: 15px;
}

.container-slide h2 {
	margin-bottom: 20px;
}

.hidden {
	display: none;
}

#slide-count {
	float: left;
	padding: 5px 15px;
	color: #fff;
}

.answer {
	display: flex;
	margin-top: 4px;
}

.answer-letter {
	display: inline-flex;
	width: 70px;
	height: 70px;
	background-color: #d00;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
}

.answer-text {
	display: inline-flex;
	width: calc(100% - 70px);
	height: 70px;
	background-color: #fb2;
	align-items: center;
	padding: 0 10px;
}

.submit-answer-button {
	width: 120px;
	height: 34px;
	padding: 5px 0;
	background-color: #9ce262;
	float: right;
	font-size: 16px;
	text-align: center;
	border: none;
	margin-top: 20px;
}

.submit-answer-button:focus {
	outline: none;
}

.submit-answer-button:hover {
	color: #fff;
}

.selected .answer-letter {
	background-color: #24d;
}

.selected .answer-text {
	background-color: #7be;
}

.answer:hover {
	cursor: pointer;
}

.result-correct {
	width: 100%;
	height: 56px;
	font-size: 18px;
	padding: 8px 12px;
	margin-top: 20px;
	background-color: #d1efc8;
}

.result-incorrect {
	width: 100%;
	height: 56px;
	font-size: 18px;
	padding: 8px 12px;
	margin-top: 20px;
	background-color: #fdbdac;
}

.result-img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}

.answer-correct .answer-text {
	background-color: #a5d68f;
}

#your-score {
	color: #4466bb;
	font-weight: bold;
	font-size: 18px;
}

#passing-score {
	color: #44cc77;
	font-weight: bold;
	font-size: 18px;
}

.restart-quiz-button {
	width: 180px;
	height: 34px;
	padding: 5px 0;
	background-color: #9ce262;
	font-size: 16px;
	text-align: center;
	border: none;
	margin-top: 10px;
}

.restart-quiz-button:focus {
	outline: none;
}

.restart-quiz-button:hover {
	color: #fff;
}

.exit-quiz-button {
	width: 250px;
	height: 34px;
	padding: 5px 0;
	background-color: #9ce262;
	font-size: 16px;
	text-align: center;
	border: none;
	margin-top: 10px;
}

.exit-quiz-button:focus {
	outline: none;
}

.exit-quiz-button:hover {
	color: #fff;
}

.download-certificate-button {
	width: 250px;
	height: 34px;
	padding: 5px 0;
	background-color: #9ce262;
	font-size: 16px;
	text-align: center;
	border: none;
	margin-top: 10px;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

.download-certificate-button:focus {
	outline: none;
}

.download-certificate-button:hover {
	color: #fff;
	text-decoration: none;
}

.table-training {
	margin-top: 20px;
}



.tile-background-bottom-margin {
    height: 68px;
}

.tile-container {
	  margin-bottom: 35px;
}

.tile-background {
    /*Tile style*/
    background-color: #ffffff;
    padding: 0 !important;
    /*box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.3);*/
    box-shadow: 0 16px 30px -12px rgba(0, 0, 0, 0.45),
        0 4px 25px 0 rgba(0, 0, 0, 0.1),
        0 8px 10px -5px rgba(0, 0, 0, 0.18);
	  height: 100%;
}

.tile-background a {
    color: rgba(0,0,0,0) !important;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    display: block;
    z-index: 1;
}

.tile-background a:active {
    color: rgba(0,0,0,0);
    background: rgba(25,160,240,0.2);
}

.tile-background a:hover {
        color: rgba(0,0,0,0);
        background: rgba(25,160,240,0.2);
}

.tile-background h2 {
    margin: 15px 12px 10px 12px !important;
    text-align: center;
}

.tile-background p.description {
    margin: 0 12px 0 12px !important;
    text-align: center;
}

.tile-background p.learn-more {
	  margin: 0 !important;
    padding: 10px;
    background-color: #189fe6;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 27px;
    right: 27px;
    bottom: 12px;
    font-size: 16px;
}

.tile-background .img-container {
	position: relative;
  padding-bottom: 66.7%;
}

.tile-background .img-container img {
	position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.checkbox {
	width: 16px;
	height: 16px;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
	text-align: left !important;
}