/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 0px;
	background:#F6F6F6 !important;
	margin:0;
}
.navbar {
    background: #387CC5;
    border-radius: 0;
    border: 0;
	margin:0;
}
.navbar-inverse .navbar-brand {
    color: #fff;
    height: auto;
}
#div_quiz_done{height:auto !important}
.btn{text-transform:uppercase}
div#loading-page {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
}
div#loading-page img {
    width: 100px;
}
div#user-welcome {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 7px 25px 7px 17px;
    width: auto;
    font-size: 9pt;
    display: flex;
    line-height: 1.3;
    min-width: 190px;
}
div#user-welcome > i {
    float: left;
    font-size: 28pt;
    margin-right: 10px;
    padding: 6px 0 0;
} 	
div#user-welcome a {
    color: #edff00;
}
.navbar-brand>img {
    display: block;
    height: 40px;
}
.navbar-brand{padding:10px 15px}
.chechk-block label {
    display: flex;
    font-weight: normal;
}
#popup-status {
    display: flex;
}
#popup-status > i {
    font-size: 36pt;
    padding-right: 30px;
    padding-top: 20px;
}
.chechk-block input {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 10px;
}
.modal-title {
    float: left;
    font-weight: bold;
    font-size: 13pt;
    line-height: normal !important;
}
.modal table {
    width: 100%;
    margin-bottom: 14px;
}
.modal-body li:before {
    content: "";
    position: relative;
    border-left: 10px solid #5e6eea;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    display: inline-block;
    margin-right: 10px;
}
.modal-body ul {
    list-style: none;
    padding-left: 20px;
}
.modal-body li {
    border-bottom: 1px solid #eee;
    position: relative;
    display: flex;
    align-items: center;
}
.modal-body li a {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
}
.modal-body li:last-child {
    border: 0;
}
.modal-header {
    border-radius: 5px 5px 0 0;
    background: #eee;
    overflow: hidden;
    padding: 14px 20px;
}
.modal.in .modal-dialog {
    /* -webkit-transform: translate(0%,-50%); */
    /* -ms-transform: translate(0%,-50%); */
    /* -o-transform: translate(0%,-50%); */
    /* transform: translate(0%,-50%); */
}
.modal-dialog {
    /* top: 50%; */
    /* width: 450px; */
	/* max-width:94%; */
    /* margin: 0px auto; */
}
.modal-footer > * {
    width: 48%;
    border-radius: 0;
}
