
* {
  margin: 0px;
  padding: 0px;
  font: 16px 'Roboto', sans-serif;
  border: none;
  box-sizing: border-box;
}

html, body {
    width: 100%;
    background: url(../img/safeAeon_bg.jpg) no-repeat;
    text-align: center;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    top: 0;
    position: absolute;
	margin:0px;
}

html {
  display: table;
}

body {
  display: table-cell;
  vertical-align: middle;
}

header {
    background: #faf9f5;
    box-shadow: 0px 0px 13px 3px #dedede;
    border-bottom: 2px solid #19c2e6;
	float: left;
    width: 100%;
}
.questionHeader {
    text-align: left;
    padding: 10px 20px;
    box-sizing: border-box;
    float: left;
    width: 50%;
}
.questionHeader img {
    width: 100%;
	max-width:30%;
}
.questionHeader_Right {
    float: right;
    padding: 15px 20px;
}
#quiz {
    margin: 0px 0px 0px 0px;
    position: relative;
    float: left;
    width: 100%;
}

#quiz h1 {
  color: #FAFAFA;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  text-align: left;
  line-height: 44px;
}

#quiz button {
    float: left;
    margin: 8px 8px 0px 0px;
    padding: 10px 8px;
    background: #19c2e6;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
}

#quiz button:hover {
  background: #575759;
  color: #FFF;
}

#quiz button:disabled {
  opacity: 0.5;
  background: #9ACFCC;
  color: #00403C;
  cursor: default;
}

#question {
    padding: 20px 0px;
    text-align: left;
    width: 80%;
    margin: 0 auto;
	margin-top: 50px;
}

.quesBtn {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

#question h2 {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
}

#question input[type=radio] {
  display: none;
}

#question label {
    display: inline-block;
    margin: 4px;
    padding: 8px;
    background: #e8e8e8;
    color: #575759;
    width: calc(50% - 8px);
    min-width: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
}

#question label:hover {
    background: #d0d0d0;
    color: #575759;
}

#question input[type=radio]:checked + label {
    background: #19c2e6;
    color: #fff;
    border: 1px solid #19c2e6;
}

#quiz-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #FAFAFA;
  width: 100%;
  height: calc(100vh - 0px);
}

#quiz-results-message {
  display: block;
  color: #00403C;
  font-size: 20px;
  font-weight: bold;
}

#quiz-results-score {
  display: block;
  color: #31706c;
  font-size: 20px;
}

#quiz-results-score b {
  color: #00403C;
  font-weight: 600;
  font-size: 20px;
}

#quiz-retry-button {

  float: left;
  margin: 8px 0px 0px 8px;
  padding: 4px 8px;
  background: #9ACFCC;
  color: #00403C;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  
}
.login-form .container {
    max-width: 600px;
}
.login-form .card {
    position: relative;
    overflow: hidden;
    background: transparent;
    margin: 0px;
    border: none;
}
.login-form .card .shape {
  width: 300px;
  height: 300px;
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: -150px;
  background: rgba(0,0,0,0.05);
  transform: rotate(45deg);
}

.login-form .card .card-header i {
   font-size: 54px;
   margin-bottom: 15px;
}

.login-form .card .card-header h2 {
   font-size: 25px;
   font-weight: 700;
   color: #575759;
}

.login-form .card .card-body {
  position: relative;
  padding: 0px 20px;
}

.login-form .card .card-body label {
  font-size: 13px;
  color: #575759;
}

.login-form .card .card-body input,
.login-form .card .card-body textarea {
  border: 1px solid #aaa;
  border-radius: 0;
}
.login-form .card .card-body input:focus,
.login-form .card .card-body textarea:focus {
  border: 1px solid #222;
}

.login-form .card .card-body .btn {
  background: #19c2e6;
  color: #fff;
  border-radius: 0;
}
.login-form .card .card-body .btn:hover, .login-form .card .card-body .btn:focus, .login-form .card .card-body .btn:active {
    background: #555;
    color: #fff;
    border: 1px solid transparent;
    outline: none;
}
.login-form .card .card-body .custom-control label {
  font-size: 14px;
}
.login-detail {
  background: #fff;
    padding: 0px;
    margin-top: 50px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 3px #e4e4e4;
    border: 1px solid #f2f2f2;
	text-align: left;
}
.login-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
}

/* Style the submit button */
.login-form input[type=submit] {
  background-color: #4CAF50;
  color: white;
}



/* The message box is shown when the user clicks on the password field */
.login-form #message {
  display:none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
  float:left;
  width:100%;
}

.login-form #message p {
  padding: 10px 35px;
  font-size: 18px;
}

/* Add a green text color and a checkmark when the requirements are right */
.login-form .valid {
  color: green;
}

.login-form .valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.login-form .invalid {
  color: red;
}

.login-form .invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}
.login-detail form {
    padding: 20px 20px;
}
.login-form input[type=submit] {
    background-color: #3fbbe0;
    color: white;
    width: auto;
    border: none;
}
.add, .edit, .save, .delete{
  outline: none;
  background: none;
  border: none;
}

.edit, .save, .delete{
    padding: 10px 10px;
    cursor: pointer;
    min-width: 65px;
}


.add{
    float: right;
    background: transparent;
    border: 1px solid #19c2e6;
    color: #19c2e6;
    font-size: 13px;
    padding: 0;
    padding: 8px 10px;
    cursor: pointer;
}

.save{
    background: transparent;
    color: #00d25b;
    border: 1px solid #00d25b;
}

.edit{
    background: transparent;
    color: #ffab00;
    border: 1px solid #ffab00;
}

.delete{
    background: transparent;
    color: #fc424a;
    border: 1px solid #fc424a;
}
th .add {
    position: absolute;
    right: 20px;
    top: 30px;
}
.table td {
    padding: 10px 0px;
}
#instruction {
    text-align: left;
    float: left;
    padding: 20px 30px;
}
#instruction p {
    font-weight: 600;
    margin: 10px 0px 5px 0px;
}
#instruction ul li {
    font-size: 16px;
    line-height: 24px;
}
p.instruction_text {
    text-align: center;
    padding: 19px 0px;
    color: #017e98;
    font-style: italic;
    letter-spacing: 0.6px;
}
.continue_btn {
    text-align: center;
}
.continue_btn a {
    background: #19c2e6;
    color: #fff;
    padding: 8px 10px;
    font-weight: 500;
}


/*--------- Admin CSS ---------*/

	<style>
	    * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Droid Sans', sans-serif;
  outline: none;
}
::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
body {background-color: #2a2b3d}
#contents {
  position: relative;
  transition: .3s;
  margin-left: 290px;
  background-color: #2a2b3d;
  min-height:100vh;
}
.margin {
  margin-left: 0 !important;
}
/* Start side navigation bar  */

.side-nav {
  float: left;
  height: 100%;
  width: 290px;
  background-color: #252636;
  color: #CCC;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 9999999
}
.side-nav .close-aside {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
  color: #EEE;
}
.side-nav .heading {
  background-color: #252636;
  padding: 15px 15px 15px 30px;
  overflow: hidden;
  border-bottom: 1px solid #2a2b3c
}
.side-nav .heading > img {
  float: left;
  width: 60%;
}
.side-nav .info {
  float: left;
  width: 69%;
  margin-left: 3%;
}
.side-nav .heading .info > h3 {margin: 0 0 5px}
.side-nav .heading .info > h3 > a {
  color: #EEE;
  font-weight: 100;
  margin-top: 4px;
  display: block;
  text-decoration: none;
  font-size: 18px;
}
.side-nav .heading .info > h3 > a:hover {
  color: #FFF;
}
.side-nav .heading .info > p {
  color: #BBB;
  font-size: 13px;
}
/* End heading */
/* Start search */
.side-nav .search {
  text-align: center;
  padding: 15px 30px;
  margin: 15px 0;
  position: relative;
}
.side-nav .search > input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #23262d;
  padding: 7px 0 7px;
  color: #DDD
}
.side-nav .search > input ~ i {
  position: absolute;
  top: 22px;
  right: 40px;
  display: block;
  color: #aaa;
  font-size: 19px;
  -webkit-text-stroke: 1px #252636;
}
/* End search */

.side-nav .categories > li {
  padding: 17px 40px 17px 30px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  cursor: pointer;
  text-align:left;
}
.side-nav .categories > li > a {
  color: #AAA;
  text-decoration: none;
}
/* Start num: there are three options primary, danger and success like Bootstrap */
.side-nav .categories > li > a > .num {
  line-height: 0;
  border-radius: 3px;
  font-size: 14px;
  color: #FFF;
  padding: 0px 5px
}
.dang {background-color: #f35959}
.prim {background-color: #0275d8}
.succ {background-color: #5cb85c}
/* End num */
.side-nav .categories > li > a:hover {
  color: #FFF
}
.side-nav .categories > li > i {
  font-size: 18px;
  margin-right: 5px
}

/* End categories */
/* Start dropdown menu */
.side-nav .categories .side-nav-dropdown {
  padding-top: 10px;
  padding-left: 30px;
  list-style: none;
  display: none;
}
.side-nav .categories .side-nav-dropdown > li > a {
  color: #AAA;
  text-decoration: none;
  padding: 7px 0;
  display: block;
}
.side-nav .categories p {
  margin-left: 30px;
  color: #535465;
  margin-top: 10px;
}

/* End dropdown menu */

.show-side-nav {
  -webkit-transform: translateX(-290px);
  -moz-transform: translateX(-290px);
  transform: translateX(-290px);
}
table.AdminTitle {
    background: #dedada !important;
    color: #fff;
}
.table-striped th.text-primary {
    text-align: center !important;
}


/* Start media query */
@media (max-width: 767px) {
  .side-nav .categories > li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .side-nav .search {
    padding: 10px 0 10px 30px
  }
}

/* End side navigation bar  */
/* Start welcome */

.welcome {
  color: #CCC;
}
.welcome .content {
  background-color: #313348;
  padding: 15px;
  margin-top: 25px;
}
.welcome h2 {
  font-family: Calibri;
  font-weight: 100;
  margin-top: 0
}
.welcome p {
  color: #999;
}


/* Start statistics */
.statistics {
    margin: 25px 0px;
    color: #CCC;
}
.statistics .box {
    background-color: #313348;
    padding: 15px;
    overflow: hidden;
    min-height: 120px;
}
.statistics .box > i {
  float: left;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
}
.statistics .box .info {
  width: auto;
  margin-left: 10px;
}
.statistics .box .info h3 {
  margin: 5px 0 5px;
  display: inline-block;
}
.statistics .box .info p {color:#BBB}

/* End statistics */
/* Start charts */
.charts {
  margin-top: 25px;
  color: #BBB
}
.charts .chart-container {
  background-color: #313348;
  padding: 15px;
}
.charts .chart-container h3 {
  margin: 0 0 10px;
  font-size: 17px;
}

/* Start users */

.admins {
    margin: 25px 0px;
}
.admins .box {
    background: #313348;
    text-align: left;
    color: #aaa;
    padding: 20px 0px;
}
.admins .box > h3 {
  color: #ccc;
  font-family: Calibri;
  font-weight: 300;
  margin-top: 0;
}
.admins .box .admin {
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #313348;
  padding: 10px;
}
.admins .box .admin .img {
  width: 20%;
  margin-right: 5%;
  float: left;
}
.admins .box .admin .img img {
  border-radius: 50%;
}
.admins .box .info {
  width: 75%;
  color: #EEE;
  float: left;
}
.box h4 {
    padding: 0px 20px 0px;
    font-size: 20px;
    color: #fff;
}

.admins .box .info p {color: #BBB}
.admins h6 {
    float: left;
    padding: 0px 20px;
	font-size: 15px;
}

/* End users */
/* Start statis */

.statis {
  color: #EEE;
  margin-top: 15px;
}
.statis .box {
  position: relative;
  padding: 15px;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 25px;
}
.statis .box h3:after {
  content: "";
  height: 2px;
  width: 70%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.12);
  display: block;
  margin-top: 10px;
}
.statis .box i {
  position: absolute;
  height: 70px;
  width: 70px;
  font-size: 22px;
  padding: 15px;
  top: -25px;
  left: -25px;
  background-color: rgba(255, 255, 255, 0.15);
  line-height: 60px;
  text-align: right;
  border-radius: 50%;
}

/*chart*/
.chrt3 {
  padding-bottom: 50px;
}
.chrt3 .chart-container {
  height: 350px;
  padding: 15px;
  margin-top: 25px;
}
.chrt3 .box {
  padding: 15px;
}


.main-color {
  color: #ffc107
}
.warning {background-color: #f0ad4e}
.danger {background-color: #d9534f}
.success {background-color: #5cb85c}
.inf {background-color: #5bc0de}




/* Start bootstrap */

.navbar-default {
  background-color: #252636 !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    box-shadow: 0px 0px 4px 2px #000;
}
.navbar-default .navbar-nav>li>a {
  color: #EEE !important;
  line-height: 55px !important;
  padding: 0 10px !important;
}
.navbar-default .navbar-brand {color:#FFF !important}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {color: #EEE !important}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {background-color: transparent !important; color: #FFF !important}

.navbar-default .navbar-brand {line-height: 55px !important; padding: 0 !important}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {color: #FFF !important}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin: 0 !important}
@media (max-width: 767px) {
  .navbar>.container-fluid .navbar-brand {
    margin-left: 15px !important;
  }
  .navbar-default .navbar-nav>li>a {
    padding-left: 0 !important;
  }
  .navbar-nav {
    margin: 0 !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none !important;
  }

}

.navbar-default .navbar-nav>li>a {
  float: left !important;
}
.navbar-default .navbar-nav>li>a>span:not(.caret) {
  background-color: #e74c3c !important;
  border-radius: 50% !important;
  height: 25px !important;
  width: 25px !important;
  padding: 2px !important;
  font-size: 11px !important;
  position: relative !important;
  top: -10px !important;
  right: 5px !important
}
.dropdown-menu>li>a {
  padding-top: 5px !important;
  padding-right: 5px !important;
}
.navbar-default .navbar-nav>li>a>i {
  font-size: 18px !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #313348;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; 
  margin:0px 15px;
  }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
    margin-bottom: 0.75rem;
    color: #fff;
    text-align: left;
    padding: 10px 5px;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }
  
  i.fa.fa-bars.show-side-btn {
    color: #aaa;
    font-size: 23px;
    position: absolute;
    top: 15px;
}
hr {
    margin:20px;
    border-top: 1px solid #575759;
}

.admins input {
  display: none;
}



.admins label > i {
  float: right;
  margin: 0.3em;
  font-size: large;
  transition: all 0.3s linear;
  text-align: right;
  position: absolute;
  right: 35px;
  color: #19c2e6;
  cursor: pointer;
}

.admins input:checked + label > i {
  transform: rotate(-180deg);
}

.admins label + p {
  line-height: 0%;
  color: #aaa;
  transform: rotateX(90deg);
  transition: all 0.3s linear;
  font-size: 14px;
  padding: 0px 20px;
}

.admins input:checked + label + p {
  transform: rotateX(0);
  line-height: 100%;
  line-height: auto;
  line-height: 23px;
}

  

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
  
  .userlist .table>thead>tr>th {
    color: #AAA;
	border-bottom: 1px solid #575759;
}
.userlist .table>tbody>tr>td {
    color: #aaa;
	vertical-align: middle;
	border-bottom: 1px solid #575759;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }


/* Start media query */

@media (max-width: 767px) {
  #contents {
    margin: 0 !important
  }
  .statistics .box {
    margin-bottom: 25px !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #CCC !important
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #FFF !important
  }
  .navbar-default .navbar-toggle{
    border:none !important;
    color: #EEE !important;
    font-size: 18px !important;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: transparent !important}
  i.fa.fa-bars.show-side-btn {
    display: none;
}
.side-nav .close-aside {
    display: block;
}
}

