/*================== style */

font-face {
  font-family: 'Calibri';
  src: url("../assets/fonts/Calibri/Calibri.ttf");
   }

.success-close-btn a {
    padding: 8px 20px;
    color: #fff;
    background: green;
    border-radius: 5px;
}
.success-close-btn {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}
.succes-page {
    width: 35%;
    margin: 0 auto;
    padding: 120px 65px !important;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}
.check-img {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.sucess-head h4 {
    text-align: center;
    color: green;
    font-size: 24px;
}
.sucess-head {
    width: 100%;
    float: left;
    padding-bottom: 25px;
}
.sucess-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.check-inner {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

img.img-check {
    width: 40px;
    margin: 0 auto;
}
.content-body.question-temp {
    font-family: 'Calibri', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px !important;
}

.input-group label{
    margin-bottom: 0;
}
.card-block {
    padding: 0.7rem !important;
}
.next-prev-btn.mb-1 {
    margin-bottom: 0.4rem !important;
}
.card {
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 0.4rem !important;
    border-radius: 0;
}
.card-title {
    margin-bottom: 0.5rem;
}

.card.border-grey {
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 0rem !important;
    border-radius: 0;
}
.form-group {
    margin-bottom: 0rem !important;
}
.form-horizontal .form-group {
    margin-bottom: 1rem !important;
}
.header-navbar.navbar-semi-dark {
    background: #337ab7;
}

h4.fix-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
h6.fix-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 15px !important;
}
h6.fix-title a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px !important;
}

.header-navbar.navbar-semi-dark .navbar-header {
    background: #fff;
}
.main-menu.menu-dark .navigation > li.open > a {
    color: #000;
    background: #e1e1e1;
}
.main-menu.menu-dark .navigation > li.open > ul {
    background: #e1e1e1;
}
.main-menu.menu-dark .navigation > li.active > a {
    background-color: #cacaca;
    color: #000;
}

.main-menu.menu-dark {
    color: #000;
    background: #e1e1e1;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title {
    right: -200px;
    width: 200px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    padding: 11px 20px;
}
/*.menu-expanded .brand-logo {
    width: 95% !important;
    height: auto;
}

.vertical-overlay-menu .brand-logo {
    width: 92% !important;
    height: auto;
}*/
.header-navbar .navbar-header .navbar-brand {
    padding: 2px 6px;
}

span.approve {
    border: 8px solid #45b34a;
    min-height: 4px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

span.not-approve {
    border: 8px solid #de4e5d;
    min-height: 4px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

span.marked {
    border: 8px solid #fdfd09;
    min-height: 4px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

span.partial {
    border: 8px solid #f6bb42;
    min-height: 4px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

span.curent {
    border: 8px solid #000;
    min-height: 4px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.qusetion-num {
    width: 100%;
    padding-left: 40px;
    display: inline-block;
    float: left;
    margin-top: -18px;
}

span.qus-num1 {
    margin-right: 12px;
    color: #fff;
}
span.qus-num1:before {
    background-color: #337ab7;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: -16px;
    margin-bottom: -6px;
    height: 25px;
    width: 25px;
}

span.qus-num2 {
    margin-right: 12px;
    color: #fff;
}
span.qus-num2:before {
    background-color: #337ab7;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: -24px;
    margin-bottom: -9px;
    height: 30px;
    width: 30px;
}

span.qus-num3 {
    margin-right: 12px;
    color: #fff;
    float: left;
}
span.qus-num3:before {
    background-color: #337ab7;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: -26px;
    margin-bottom: -10px;
    height: 30px;
    width: 30px;
}

/*#dvQuestionOutter .custom-control span.custom-control-indicator {
    margin-top: 6px;
}

#dvQuestionOutter .display-inline-block .custom-control span.custom-control-indicator {
    margin-top: 3px;
}*/

/*Responsive Css Start*/


@media(max-width: 425px){
 .succes-page {
    width: 95%;
    margin: 0 auto;
    padding: 100px 65px !important;
}   
}


@media(min-width: 426px) and (max-width: 520px){
 .succes-page {
    width: 85%;
    margin: 0 auto;
    padding: 100px 65px !important;
}   
}

@media(min-width: 521px) and (max-width: 680px){
 .succes-page {
    width: 70%;
    margin: 0 auto;
    padding: 100px 65px !important;
}   
}

@media(min-width: 681px) and (max-width:768px){
 .succes-page {
    width: 55%;
    margin: 0 auto;
    padding: 100px 65px !important;
}   
}

@media(min-width: 769px) and (max-width:900px){
 .succes-page {
    width: 50%;
    margin: 0 auto;
    padding: 120px 65px !important;
}   
}

@media(min-width: 901px) and (max-width:1024px){
 .succes-page {
    width: 45%;
    margin: 0 auto;
    padding: 120px 65px !important;
}   
}

@media(max-width: 414px){
.mr-tp {
    margin-top: 1rem;
}
}

@media(max-width: 992px){
.header-navbar.navbar-semi-dark .navbar-header .navbar-nav .nav-link {
    color: #000;
}
}
@media(min-width: 768px) and (max-width: 5000px) {
    li.nav-item.hidden-sm-down {
    display: none;
}
}

@media(min-width: 768px) and (max-width: 991px) {
.col-md-10.cus-cs-10 {
    width: 100%;
}
h4.lap-size {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 17px !important;
}
h6.fix-title {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px !important;
}
h6.fix-title a{
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px !important;
}
}

.app-content.content.container-fluid {
    min-height: 480px;
}

/*Responsive Css End*/