@font-face {
	font-family: 'typo';
	src: url('../fonts/typo.ttf');
}
@font-face {
	font-family: 'gothic';
	src: url('../fonts/gothics.ttf');
}
a {color: orange;}
a:hover {color: #e3a534;}
a, .btn {transition:all .3s ease; -webkit-transition:all .3s ease;}
a:focus, a:hover, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {text-decoration: none;outline: none;outline-offset: 0;}
hr {color: #000000;}
html {scrollbar-width: thin;scrollbar-color:#fff #1f282e;}
body {font-family: "Century Gothic", "Times Roman", sans-serif;font-size: 16px;line-height: 1.5;background-color: #eee;}
/*HEADER*/
.header {background: #1f282e;padding: 14px 0;}
.logo {font-family: 'typo';text-shadow: 4px 3px 1px black;font-size: 35px;line-height: 1;padding-bottom: 7px;display: inline-block;color: #ffbb33;}
.btn {color: white;background-color: orange;border: solid 1px orange;font-size: 15px;padding: 0 20px 2px;background-image: none;font-weight: 600;text-transform: capitalize;height: 42px;display: inline-flex;align-items: center;}
.header .btn .glyphicon {margin-right:5px;}
.btn:hover {color: orange;background-color: transparent;border-color: #ffa500;}

.main {min-height: calc(100vh - 121px);}
.main_page {position:relative;min-height: calc(100vh - 121px);padding:30px 0;background-image: url('../image/bg.jpg');background-repeat:no-repeat;background-position:center;background-size: cover;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.main_page:before {content:'';position:absolute;top:0;left:0;width:100%;height: 100%;background-color:rgba(0,0,0,.4); z-index:0;}
.title {font-family: 'typo';line-height: 1;}
.title2, .log1 {font-family: 'Ubuntu', sans-serif;}
.white_box {position:relative;background-color: white;padding: 25px;box-shadow: 7px 7px 0 rgba(255,255,255,.3);width: 100%;max-width: 600px;margin: 0 auto;border-radius: 5px;}
.header .log1 {color: orange;}
.header a.btn.log {margin-left: 30px;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {vertical-align: middle;}
.sub {
	width: 100%;
	background-color: #9acd32;
	font-size: 20px;
	padding: 2px;
	margin-top: 15px;
	margin-right: 20px;
}
.sub:hover {
	color: #fff;
}




/*FOOTER*/
.footer {background-color: #1f282e;text-align:center;}
.footer a {padding:13px 0;display: inline-block;position: relative;}
.footer a:before {content:'';background-color:orange;width:0;height:4px;visibility:hidden;opacity:0;transition:all .3s ease;-webkit-transition:all .3s ease;transform:translateX(-50%);position:absolute;left:50%;top:0;}
.footer a:hover:before {width:100%;visibility:visible;opacity:1;}





/*keshu*/
/*question form css*/
.panel.question-div-form {
    padding: 30px;
}
.question-sr {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}
.questions-ans-row {
    margin-bottom: 15px;
}
.questions-ans-row input[type="radio"] {
    margin: 4px 15px 0 0;
}
.container-custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
}
.container-custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}
.container-custom-checkbox :hover input ~ .checkmark {
  background-color: #ccc;
}
.container-custom-checkbox input:checked ~ .checkmark {
  background-color: #ffa500;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-custom-checkbox .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.question-div-form button.btn.btn-primary {
    margin-top: 10px;
}

/*result page css*/
h1.title {
    margin: 0;
    font-size: 26px;
}
.history-table td {
    height: 59px;
}
tr.border-top-none-custom > td {
    border-top-color: transparent !important;
    height: 59px;
}
nav.navbar.navbar-default.title1 {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:none;
}
.bg-nav-0 {
    background-color: #fcfcfc;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
span.logo img {
    max-width: 50px;
}
span.color-a {
    color: #d83729;
}
span.logo {
    padding: 0;
}
.table-responsive, .panel.question-div-form {
    font-family: Typo;
}
/*admin css*/
nav.navbar.navbar-default.title1.bg-nav-admin-0 {
    background-color: #fcfcfc;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
}
.user-admin-table >tbody > tr {
    height: 59px;
}
.quiz-box-div {
    max-width: 800px;
    width: 100%;
    margin: 15px auto;
    text-align: center;
    background-color: #FFF;
    padding: 30px;
}
.quiz-box-div .form-control {
    height: 45px;
}
.quiz-box-div textarea.form-control {
    height: 150px;
}
.btn.restart-btn, .remove-btn {
    background-color: #d83729;
    border-color: #d83729;
}
.btn.restart-btn:hover, .remove-btn:hover {
	background-color: transparent;
	color: #d83729;
	border-color: #d83729;
}
.result-done tr {
    height: 45px;
}
span.glyphicon.glyphicon-trash {color: #d83729}
span.glyphicon.glyphicon-trash:hover {color: #ff1300;}
li.dropdown.open > ul.dropdown-menu {
    padding: 0;
}
li.dropdown.open > ul.dropdown-menu > li > a {
    padding: 10px 10px;
}
li.dropdown.open > ul.dropdown-menu > li:nth-child(2) > a {
    padding: 0px 10px 10px;
}
.remove-btn span.glyphicon.glyphicon-trash {
    color: #FFF;
}
.remove-btn:hover span.glyphicon.glyphicon-trash {
    color: #d83729;
}
form.enter-question-detail {
    text-align: left;
}

span.logo font img {
    max-width: 68%;
}

/*feedback php css*/
a.pull-right.sub1.btn.title3 {
    margin-left: 15px;
}
.feedback-main-box {
    max-width: 600px;
    margin: 30px auto;
}
.feedback-main-box .panel {
    padding: 28px;
    border: 1px solid #c1c1c1;
    background-color: #FFF;
    background-image: none !important;

}
.feedback-height-div {
    min-height: calc(100vh - 121px);
}
/*div#developers {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}*/
div#developers[aria-hidden="false"], div#login[aria-hidden="false"], div#myModal[aria-hidden="false"] {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.footer a:focus {
    color: orange;
}
a:hover {
    color: #ba8524;
}
.bg-nav-admin-0 {
    margin-bottom: 20px;
    background-color: #fcfcfc;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
}
span.sticky-logo {
  display: none;
}
nav.navbar.navbar-default.title1.navbar-fixed-top {
    position: initial;
}
.feedback-main-box form input.form-control {
    height: 45px;
}


@media (min-width:320px) and (max-width: 767px) {
	span.logo {
	    text-align: center;
	    display: block;
	}
	.col-sm-6.text-right {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    margin-top:10px;
	} 
	ul.nav.navbar-nav {
	    margin: 0;
	}
	div#bs-example-navbar-collapse-1 {
	    padding: 0;
	}
	li.pull-right {
	    float: left !important;
	    width: 100%;
	}
  .modal-dialog {
    width: 100%;
  }
  .feedback-main-box {
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0 15px;
  }
  .feedback-main-box > .panel {
    margin: 0;
  }
  a.pull-right.sub1.btn.title3 {
    margin-left: 0;
  }
  .feedback-height-div {
    min-height: calc(100vh - 180px);
  }
  .main_page {
    padding: 30px 15px;
  }
  button.navbar-toggle {
    margin: 6px 0 0;
  }
  nav.navbar.navbar-default.title1.navbar-fixed-top {
    padding: 0 15px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
  }
  .bg-nav-0, .bg-nav-admin-0 {
    margin-bottom: 60px;
  }

  /*sticky logo*/
  span.sticky-logo font img {
    max-width: 68%;
  }
  span.sticky-logo img {
    max-width: 50px;
  }
  nav.navbar.navbar-default.title1 .navbar-header {
    padding: 15px 0;
  }
  .navbar-fixed-top span.sticky-logo {
    display: block;
    float: left;
  }
  .main {
    min-height: calc(100vh - 220px);
  }
  .footer {
    margin-top: 30px;
  }
  .bg-nav-admin-0 ~ .container {
    margin-bottom: 75px;
  }
  nav.navbar.navbar-default.title1.navbar-fixed-top {
    position: fixed;
  }
}

#starttime, #endtime, #showtime {
    color: 
    #FFF;
}


#showtime {
    position: absolute;
    background: url('../image/download1.jpg');
    width: 115px;
    height: 115px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    box-shadow: 1px -2px 13px 0px #3e3e3e;
    border: 4px solid #fff;
    left: -65px;
    right: 0px;
    top: 0px;
    bottom: 0;
    font-size: 18px;
    background-size: contain;
    color:#ee1010;
    font-weight: 800;
}


.quiz-page {
  background-color: #FFF;
      padding: 28px;
    border: 1px solid #c1c1c1;
    margin:30px 0;
}
.quiz-page h2 {
    font-family: Century Gothic, Times Roman, sans-serif;
    color: #000066;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase;
}
.btn-start {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 10px;
}
.btn-start a {
    color: white;
    background-color: orange;
    border: solid 1px orange;
    font-size: 15px;
    padding: 10px 20px;
    background-image: none;
    font-weight: 600;
    text-transform: capitalize;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz-page h5 {
    font-size: 16px;
    line-height: inherit;
}
.btn-start a:hover {
    color: orange;
    background-color: transparent;
    border-color: #ffa500;
}