@charset "utf-8";
/* CSS Document */
.wrapper {
    width: 100%;
    float: left;
    background: #fff;
}

.mid-Container {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0 30px;
    min-height: 350px;
}

@media only screen and (min-height: 1px) and (max-height: 768px) {
    .mid-Container {
        min-height: 450px;
    }
}

@media only screen and (min-height: 769px) and (max-height: 900px) {
    .mid-Container {
        min-height: 570px;
    }
}

@media only screen and (min-height: 901px) and (max-height: 1080px) {
    .mid-Container {
        min-height: 750px;
    }
}

.header {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.header .logo {
    width: 100%;
    float: left;
}

.header .logo img {
    width: 100%;
    max-width: 293px;
}

.min-height-1 {
    min-height: 1px !important;
}

.min-height-1 .select2-container {
    width: 100% !important;
    margin-bottom: 20px;
}

.min-height-1 .select2-container--default .select2-selection--single {
    height: 36px;
}

.min-height-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.header .navbar-default {
    background: none;
    border: 0;
    width: 100%;
    margin-top: 10px;
}

.header .navbar-default .navbar-nav {
    float: right;
}

.header .navbar-default .navbar-nav .dropdown a {
    background: url(../images/drop-down-icon.png) no-repeat right 0px center;
}

.header .navbar-default .navbar-nav .open a {
    background: url(../images/drop-up-icon.png) no-repeat right 0px center;
    width: 100%;
}

.header .navbar-default .navbar-nav .dropdown .open a {
    background: url(../images/drop-down-icon.png) no-repeat right center !important;
}

.header .navbar-default .navbar-nav a {
    font-size: 17px;
    color: #282828;
    font-weight: 600;
}

.header .navbar-default .navbar-nav .active a {
    background: none;
}

.header .navbar-nav > li > .dropdown-menu {
    width: 250px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    border: 0;
    margin-top: 18px;
}

.header .navbar-default .navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #fff;
}

.header .navbar-default .navbar-nav .dropdown-menu li:last-child {
    border: 0;
    padding-bottom: 0;
}

.header .navbar-default .navbar-nav .dropdown-menu li a {
    background: none;
    font-size: 16px;
    color: #fff;
    padding: 10px;
}

.header .navbar-default .navbar-nav .dropdown-menu li a:hover {
    background: #101010;
    color: #0088cc;
}

.header .navbar-default .navbar-nav img {
    margin-left: 5px;
}

.header .navbar-default .navbar-nav .user {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    position: relative;
    top: -15px;
}

.header .user img {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
}

.header .navbar {
    margin-bottom: 0;
}

.header .header-buttons {
    width: auto;
    float: right;
    margin-top: 10px;
}

.header .header-buttons .blueBtn {
    background: #0088cc;
    height: 46px;
    border-radius: 5px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    float: left;
    border: 0;
    padding: 0 25px;
}

.breadCrum-section {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 20px 0;
    text-align: center;
}

.links {
    width: 100%;
    float: left;
    font-size: 10px;
    line-height: 12px;
    color: #777;
}

.links a {
    color: #0088cc;
    margin: 0 5px;
}

.links span {
    color: #777;
    margin: 0 5px;
}

.breadCrum-section h3 {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.admin-loginBox {
    width: 100%;
    height: 100vh;
    float: left;
    background: url(../images/admin-bg.jpg) no-repeat top left;
    background-size: cover;
}

.admin-loginBox .loginForm {
    width: 100%;
    max-width: 400px;
    margin: 100px auto;
    background: #3fbee2;
    border-radius: 10px;
    min-height: 400px;
    padding: 20px 50px;
}

.admin-loginBox .loginForm h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 15px 0 20px 0;
    letter-spacing: 1px;
}

.admin-loginBox .loginForm .input-box {
    width: 100%;
    float: left;
    height: 65px;
    margin-bottom: 5px;
}

.admin-loginBox .loginForm .input-box .errorMsg {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #ff0000;
    text-align: center;
}

.admin-loginBox .loginForm .input-box input[type="text"] {
    width: 100%;
    float: left;
    height: 42px;
    float: left;
    background: #cae4eb;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #777;
    line-height: 22px;
    padding: 10px;
}

.admin-loginBox .loginForm .input-box input[type="email"] {
    width: 100%;
    float: left;
    height: 42px;
    float: left;
    background: #cae4eb;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #777;
    line-height: 22px;
    padding: 10px;
}

.admin-loginBox .loginForm .input-box input[type="password"] {
    width: 100%;
    float: left;
    height: 42px;
    float: left;
    background: #cae4eb;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #777;
    line-height: 22px;
    padding: 10px;
}

.admin-loginBox .loginForm .loginBtn {
    width: 100%;
    float: left;
    height: 42px;
    float: left;
    background: #3fbee2;
    border: 2px solid #ededed;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 42px;
}

.admin-loginBox .loginForm .forgotBtn {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.footer {
    width: 100%;
    float: left;
    padding: 30px 10px;
    text-align: center;
    font-weight: 400;
    color: #777777;
    background: #212529;
}

.admin-dashboardList {
    width: 100%;
    float: left;
}

.admin-dashboardList .item {
    width: 100%;
    float: left;
    padding: 20px 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 3px 6px 9px rgba(0, 0, 0, 0.1);
    min-height: 150px;
}

.admin-dashboardList .item:hover {
    border: 1px solid #b2b2b2;
    background: #f4f4f4;
}

.admin-dashboardList .item .item-img {
    width: 100%;
    float: left;
    text-align: center;
}

.admin-dashboardList .item .item-img img {
    width: 100%;
    max-width: 72px;
    margin-bottom: 20px;
}

.admin-dashboardList .item .item-name {
    width: 100%;
    float: left;
    color: #526069;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0;
    text-align: center;
}

.green-500 {
    color: #28d17c !important;
}

.red-500 {
    color: #ff666b !important;
}

.purple-500 {
    color: #a57afa !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

.table-responsive {
    width: 100%;
    float: left;
}

.table-responsive table thead th {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    padding: 15px;
}

.table-responsive table tbody tr td {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding: 10px;
    vertical-align: middle;
}

.table-responsive table thead .sorting_asc {
    background-image: url(../images/sort_desc.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.table-responsive table thead .sorting_desc {
    background-image: url(../images/sort_asc.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.table-responsive table tbody tr:last-child {
    border-bottom: 1px solid #ddd;
}

.table-responsive th span {
    font-weight: 400;
}

.table-responsive table thead th.th-question {
    width: 20% !important;
}

.table-responsive table thead th.th-answer {
    width: 40% !important;
}

.video-buttons {
    width: 100%;
    margin: 40px 0 80px 0;
    text-align: center;
}

.video-buttons .blueBtn {
    background: #0088cc;
    height: 60px;
    border-radius: 5px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    border: 0;
    padding: 0px 35px;
    float: none;
}

/*.dataTables_length {*/
/*    display: none;*/
/*}*/

/*.dataTables_filter {*/
/*    display: none;*/
/*}*/

/*.dataTables_paginate {*/
/*    display: none;*/
/*}*/

/*.dataTables_info {*/
/*    display: none;*/
/*}*/

.activate-btn {
    background: #0088cc;
    height: 35px;
    border-radius: 5px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    float: left;
    border: 0;
    padding: 0 10px;
}

.activate-btn:hover,
.activate-btn:focus {
    color: #fff;
}

.dropzone {
    width: 100%;
    float: left;
    height: 150px;
    border: 2px dashed #ccc;
    text-align: center;
    color: #ccc;
    font-size: 22px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropzone h2 {
    float: left;
    text-align: center;
    color: #a1a1a1;
    font-size: 20px;
}

.dropzone.dragover {
    border-color: #0088cc;
    color: #0088cc;
}

.inputLeft {
    width: 100%;
    float: left;
}

.inputLeft .input-box {
    width: 100%;
    float: left;
    min-height: 75px;
}

.inputLeft .input-box input[type="text"] {
    border: 1px solid #acacac;
    border-radius: 3px;
    height: 36px;
    font-size: 15px;
    padding: 0 10px;
    line-height: 34px;
}

.imageRight {
    width: 100%;
    float: left;
    text-align: center;
}

.imageRight .studyImage {
    width: 100%;
    z-index: 5;
    border-radius: 5px;
}

.imageRight .studyImage img {
    width: 100%;
    max-width: 80px;
    border-radius: 5px;
}

.imageRight .blueBtn {
    background: #0088cc;
    height: 36px;
    border-radius: 5px;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    border: 0;
    padding: 0 15px;
    float: none;
    width: auto;
}

.pmd-z-depth {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 30px 15px;
    margin-top: 30px;
}

.pmd-z-depth .imageRight {
    width: 100%;
    float: left;
    margin-left: 20px;
}

.pmd-z-depth .imageRight .studyImage {
    width: 100%;
    z-index: 5;
    border-radius: 5px;
}

.pmd-z-depth .imageRight .studyImage img {
    width: 100%;
    max-width: 180px;
    border-radius: 5px;
}

.pmd-z-depth .form-control {
    height: 36px;
    border: 1px solid #a1a1a1;
    line-height: 36px;
}

.pmd-z-depth .form-control:focus {
    box-shadow: none;
}

.pmd-z-depth .btn {
    font-size: 16px;
}

.pmd-z-depth {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.pmd-z-depth .blueBtn {
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
}

.settingsPanel {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 30px 15px;
    margin-bottom: 30px;
}

.settingsBox {
    display: inline-block;
    width: 50%;
    float: left;
}

.settingsBox .settingsForm {
    width: 100%;
    padding-right: 15px;
    float: left;
}

.border-right {
    border-right: 1px solid #d8dadc;
}

.donationBox {
    width: 50%;
    float: left;
    padding-left: 3%;
}

.settingsPanel .blueBtn {
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    width: 100%;
    margin-top: 28px;
}

.custom-modal .modal-header {
    background: #0088cc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.custom-modal .modal-content {
    border: 1px solid #0088cc;
}

.custom-modal .modal-header .modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.custom-modal .close {
    color: #fff;
    opacity: 1;
}

.msg-notification {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    padding: 10px;
    position: fixed;
    z-index: 999;
    text-align: center;
    color: #31708f;
    background-color: #d9edf7;
    font-size: 16px;
}

.couserSection .panel-group {
    padding-left: 15px;
    margin-top: 20px;
}

.add-question-section {
    width: 100%;
    float: left;
    background: #dee7e4;
    padding: 40px 0;
    min-height: 350px;
}

.add-question-section .question-left {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 6px 10px 15px rgba(1, 2, 2, 0.06);
    padding: 0;
}

.add-question-section .question-left h2 {
    width: 100%;
    float: left;
    padding: 15px 10px;
    color: #0088cc;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.add-question-section .question-left .fields-container {
    width: 100%;
    float: left;
    padding: 15px 10px;
}

.add-question-section .question-left .input-box {
    min-height: 30px;
    margin-bottom: 15px;
}

.add-question-section .question-left .input-box .fieldTitle {
    font-size: 15px;
}

.add-question-section .question-right {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 6px 10px 15px rgba(1, 2, 2, 0.06);
    padding: 0;
}

.add-question-section .question-right h2 {
    width: 100%;
    float: left;
    padding: 15px 10px;
    color: #0088cc;
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.add-question-section .question-right .question-detail {
    width: 100%;
    float: left;
    padding: 15px 10px;
}

.multiple-choice {
    width: 100%;
    float: left;
}

.multiple-choice .fieldTitle {
    position: relative;
    font-size: 15px;
}

.multiple-choice .fieldTitle label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.multiple-choice .option-item {
    width: 75px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    margin-right: 25px;
}

.multiple-choice .option-item .delet-option {
    position: absolute;
    top: -7px;
    right: -5px;
    width: 20px;
    height: 20px;
    z-index: 10;
}

.multiple-choice .option-item .correct-option span {
    background: #0088cc;
    width: 100%;
    float: left;
    color: #fff;
    padding: 5px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.multiple-choice .option-item .add-more-options {
    width: 80px;
    height: 80px;
    padding: 15px 5px 0;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    float: left;
    color: #0088cc;
    font-size: 60px;
    background: #f5f5f5;
    line-height: 40px;
}

.multiple-response {
    width: 100%;
    float: left;
}

.multiple-response .fieldTitle {
    position: relative;
    font-size: 15px;
}

.multiple-response .fieldTitle label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.multiple-response .option-item {
    width: 75px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    margin-right: 25px;
}

.multiple-response .option-item .delet-option {
    position: absolute;
    top: -7px;
    right: -5px;
    width: 20px;
    height: 20px;
    z-index: 10;
}

.multiple-response .option-item .correct-option {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.multiple-response .option-item .correct-option span {
    background: #0088cc;
    width: 100%;
    float: left;
    color: #fff;
    padding: 5px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.multiple-response .option-item .add-more-options {
    width: 80px;
    height: 80px;
    padding: 15px 5px 0;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    float: left;
    color: #0088cc;
    font-size: 60px;
    background: #f5f5f5;
    line-height: 40px;
}

.true-false {
    width: 100%;
    float: left;
}

.true-false .fieldTitle {
    position: relative;
    font-size: 15px;
}

.true-false .fieldTitle label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.true-false .option-item {
    padding-left: 100px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.true-false .option-item .correct-option {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.true-false .option-item .correct-option span {
    background: #0088cc;
    width: 100%;
    float: left;
    color: #fff;
    padding: 5px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.true-false .input-box2 {
    width: 100%;
    float: left;
}

.true-false .input-box2 [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.true-false .input-box2 [type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.true-false .input-box2 [type="radio"]:checked + label:before,
.true-false .input-box2 [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 25px;
    width: 20px;
    height: 20px;
    border: 1px solid #acacac;
    border-radius: 100%;
    background: #e4e6ed;
    top: 7px;
}

.true-false .input-box2 [type="radio"]:checked + label:after,
.true-false .input-box2 [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0088cc;
    position: absolute;
    top: 12px;
    left: 30px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.true-false .input-box2 [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.true-false .input-box2 [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.true-false .input-box2 textarea {
    width: 100%;
    padding: 10px 10px;
    float: left;
    background: #fff;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    color: #6f6f6f;
    letter-spacing: 0;
    line-height: 16px;
    height: 80px;
    border-radius: 4px;
}

.true-false .input-box2 input[type="radio"] + label {
    color: #232323;
    font-size: 16px;
    background: #fcfcfd;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    height: 36px;
    border: 1px solid #dfdfdf;
    width: 75px;
    padding: 0px 0 26px 0;
}

.true-false .input-box2 input[type="text"],
.input-box input[type="email"],
.input-box input[type="tel"],
.input-box input[type="number"],
.input-box input[type="password"],
.input-box input[type="date"] {
    width: 100%;
    padding: 10px 10px;
    float: left;
    border: 1px solid #a1a1a1;
    font-size: 15px;
    color: #232323;
    letter-spacing: 0;
    line-height: 26px;
    height: 36px;
    border-radius: 5px;
}

.Fill-intb {
    width: 100%;
    float: left;
}

.Fill-intb .fieldTitle {
    position: relative;
}

.Fill-intb .fieldTitle label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.Fill-intb .option-item {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.Fill-intb .option-item .correct-option {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.Fill-intb .option-item .correct-option span {
    background: #0088cc;
    width: 100%;
    float: left;
    color: #fff;
    padding: 5px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.Fill-intb .option-item label {
    color: #fff;
    font-size: 16px;
    background: #0088cc;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 47px;
    height: 50px;
    border: 1px solid #dfdfdf;
    width: 75px;
    padding: 0px 0 26px 0;
}

.Fill-intb .input-box textarea {
    width: 100%;
    padding: 10px 10px;
    float: left;
    background: #fff;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    color: #6f6f6f;
    letter-spacing: 0;
    line-height: 16px;
    height: 50px;
    border-radius: 4px;
}

.match-following {
    width: 100%;
    float: left;
}

.match-following .fieldTitle {
    position: relative;
    font-size: 15px !important;
}

.match-following .fieldTitle label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.match-following .option-item {
    padding-left: 40px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
    height: 50px;
}

.match-following .option-item .correct-option {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.match-following .option-item .correct-option span {
    background: #0088cc;
    width: 100%;
    float: left;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
}

.match-following .option-item label {
    color: #fff;
    font-size: 14px;
    background: #0088cc;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 47px;
    height: 50px;
    border: 1px solid #dfdfdf;
    width: 30px;
    padding: 0px 0 26px 0;
}

.match-following .input-box textarea {
    width: 100%;
    padding: 10px 10px;
    float: left;
    background: #fff;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    color: #6f6f6f;
    letter-spacing: 0;
    line-height: 16px;
    height: 50px;
    border-radius: 4px;
}

.match-following .input-box2 {
    width: 100%;
    float: left;
}

.match-following .input-box2 [type="radio"]:checked,
.match-following .input-box2 [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.match-following .input-box2 [type="radio"]:checked + label,
.match-following .input-box2 [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333;
    font-size: 16px;
}

.match-following .input-box2 [type="radio"]:checked + label:before,
.match-following .input-box2 [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #acacac;
    border-radius: 100%;
    background: #e4e6ed;
    top: 26px;
}

.match-following .input-box2 [type="radio"]:checked + label:after,
.match-following .input-box2 [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #0088cc;
    position: absolute;
    top: 30px;
    left: 20px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.match-following .input-box2 [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.match-following .input-box2 [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.match-following .input-box2 textarea {
    width: 100%;
    padding: 10px 10px;
    float: left;
    background: #fff;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    color: #6f6f6f;
    letter-spacing: 0;
    line-height: 16px;
    height: 80px;
    border-radius: 4px;
}

.match-following .input-box2 input[type="radio"] + label {
    color: #232323;
    font-size: 16px;
    background: #fcfcfd;
    width: 95%;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    height: 50px;
    border: 1px solid #dfdfdf;
    padding: 0px 0 26px 0;
}

.match-matrix {
    width: 100%;
    float: left;
}

.match-matrix .fieldTitle {
    position: relative;
    font-size: 15px !important;
}

.match-matrix .fieldTitle label {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.match-matrix .option-item {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
    height: 50px;
}

.match-matrix .option-item .correct-option {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.match-matrix .option-item .correct-option span {
    background: #0088cc;
    width: 100%;
    float: left;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
}

.match-matrix .input-box .option-item label {
    color: #fff;
    font-size: 14px;
    background: #0088cc;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 47px;
    height: 50px;
    border: 1px solid #dfdfdf;
    width: 30px;
    padding: 0px 0 26px 0;
}

.match-matrix .input-box textarea {
    width: 100%;
    padding: 10px 10px;
    float: left;
    background: #fff;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    color: #6f6f6f;
    letter-spacing: 0;
    line-height: 16px;
    height: 50px;
    border-radius: 4px;
}

.match-matrix .input-box5 input[type="checkbox"] {
    display: none;
}

.match-matrix .input-box5 [type="checkbox"] + label {
    padding-left: 25px;
    line-height: 18px;
    width: 95%;
    height: 50px;
    padding: 0px 0 26px 0;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.match-matrix .input-box5 [type="checkbox"]:not(:checked) + label:before,
.match-matrix .input-box5 [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 26px;
    width: 15px;
    height: 15px; /* dim. of the box */
    border: 2px solid #a1a1a1;
    border-radius: 2px;
}

.match-matrix .input-box5 [type="checkbox"]:not(:checked) + input + label:before,
.match-matrix .input-box5 [type="checkbox"]:checked + input + label:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 26px;
    width: 20px;
    height: 20px; /* dim. of the box */
    border: 2px solid #a1a1a1;
    border-radius: 2px;
}

.match-matrix .input-box5 [type="checkbox"]:checked + input + label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 14px;
    color: #09ad7e;
    width: 20px;
    height: 20px;
    border: 2px solid #999999;
    border-radius: 2px;
    background: url(../images/matrix-checkmark.png)no-repeat 1px 3px;
    background-size: 14px 10px;
    transition: all .2s; /* animation incoming :p */
}

.match-matrix .input-box5 [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 26px;
    left: 18px;
    font-size: 14px;
    color: #09ad7e;
    width: 15px;
    height: 15px;
    border: 2px solid #999999;
    border-radius: 2px;
    background: url(../images/matrix-checkmark.png)no-repeat 1px 1px;
    background-size: 9px 8px;
    transition: all .2s; /* animation incoming :p */
}

.match-matrix .input-box5 textarea {
    width: 100%;
    padding: 10px 10px;
    float: left;
    background: #fff;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    color: #6f6f6f;
    letter-spacing: 0;
    line-height: 16px;
    height: 80px;
    border-radius: 4px;
}

.addMoreRow {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    float: left;
    color: #0088cc;
    font-size: 16px;
    background: #f5f5f5;
    line-height: 36px;
}

.test-tabs {
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.test-tabs .tab-content {
    width: 100%;
    float: left;
    padding: 30px 15px;
}

.test-tabs .nav-tabs li span {
    font-size: 14px;
    width: 100%;
    float: left;
}

.test-tabs .nav-tabs > li.active > a,
.test-tabs .nav-tabs > li.active > a:focus,
.test-tabs .nav-tabs > li.active > a:hover {
    border: 0;
    background: #0088cc;
    color: #fff;
    font-size: 16px;
}

.test-tabs .nav-tabs li a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    padding: 10px 10px 25px 10px;
    background: #f2f2f2;
}

.test-tabs .blueBtn {
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    border: 0;
    cursor: pointer;
}

.test-tabs .blueBtn:hover {
    color: #fff;
}

.add-question-box {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    border-radius: 5px;
    border: 1px solid #dadada;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
    background: #fff;
    padding: 30px 15px;
    min-height: 302px;
}

.add-question-box .question-box {
    width: 100%;
    float: left;
}

.add-question-box .question-box .question-text {
    width: 100%;
    float: left;
}

.add-question-box .question-box .question-text p {
    font-size: 15px;
    color: #767272;
    margin: 20px 0;
    line-height: 24px;
    padding: 0 15px;
    min-height: 140px;
}

.add-question-box .question-box .blueBtn-big {
    height: 40px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    background: #0088cc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    float: left;
    width: 100%;
}

.add-question-box-test {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    border-radius: 5px;
    border: 1px solid #dadada;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 15px 30px 15px;
}

.add-question-box-test .question-box {
    width: 100%;
    float: left;
}

.add-question-box-test .question-box .question-text {
    width: 100%;
    float: left;
}

.add-question-box-test .question-box .question-text p {
    font-size: 15px;
    color: #767272;
    line-height: 24px;
    margin-bottom: 15px;
}

.add-question-box-test .question-box .blueBtn-big {
    height: 40px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    background: #0088cc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    float: left;
    width: 100%;
}

.input-box-without-label {
    width: 100%;
    float: left;
    position: relative;
}

.input-box-without-label input[type="checkbox"] {
    display: none;
}

.input-box-without-label [type="checkbox"] + label {
    padding-left: 25px;
    line-height: 18px;
    padding: 0px 0 26px 0;
    text-align: center;
    border-radius: 5px;
}

.input-box-without-label [type="checkbox"]:not(:checked) + label:before,
.input-box-without-label [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 20px;
    height: 20px; /* dim. of the box */
    border: 2px solid #a1a1a1;
    border-radius: 2px;
}

.input-box-without-label [type="checkbox"]:not(:checked) + input + label:before,
.input-box-without-label [type="checkbox"]:checked + input + label:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 20px;
    height: 20px; /* dim. of the box */
    border: 2px solid #a1a1a1;
    border-radius: 2px;
}

.input-box-without-label [type="checkbox"]:checked + input + label:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0px;
    font-size: 14px;
    color: #09ad7e;
    width: 20px;
    height: 20px;
    border: 2px solid #999999;
    border-radius: 2px;
    background: url(../assets/img/checkmark.png)no-repeat 1px 3px;
    background-size: 14px 10px;
    transition: all .2s; /* animation incoming :p */
}

.input-box-without-label [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 14px;
    color: #09ad7e;
    width: 20px;
    height: 20px;
    border: 2px solid #999999;
    border-radius: 2px;
    background: url(../images/checkmark.png)no-repeat 1px 3px;
    background-size: 14px 10px;
    transition: all .2s; /* animation incoming :p */
}

.delete-icon-table {
    width: 24px;
    height: 24px;
    background: url(../images/delete-icon.png) no-repeat center center;
    border: 0;
    z-index: 9999;
}

.edit-icon-table {
    width: 24px;
    height: 24px;
    background: url(../images/edit-icon.png) no-repeat center center;
    border: 0;
    z-index: 9999;
}

.add-question-test {
    width: 100%;
    float: left;
}

.add-question-test .blueBtn {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.add-question-test .blueBtn:hover {
    color: #fff;
}

.add-question-test .whiteBtn {
    background: #f4f4f4;
    width: 100%;
    float: left;
    color: #0088cc;
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    height: 36px;
    line-height: 34px;
    border: 1px solid #a1a1a1;
    transition: all .6s;
}

.add-question-test .whiteBtn:hover {
    color: #fff;
    background: #0088cc;
}

.add-question-test-list {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    border-radius: 5px;
    border: 1px solid #dadada;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
    background: #fff;
    padding: 0px 15px;
    min-height: 72vh !important;
}

.add-question-test-list .table-responsive table thead th {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    padding: 15px 10px;
    text-align: left;
}

.add-question-test-list .table-responsive table tbody tr td {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

.table-head {
    width: 100%;
    float: left;
}

.table-head {
    width: 100%;
    float: left;
    border-bottom: 2px solid #ddd;
}

.table-head li {
    float: left;
    display: inline-block;
    padding-right: 15px;
    line-height: 26px;
    height: 36px;
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    width: 18%;
}

.table-body {
    width: 100%;
    float: left;
}

.table-body {
    width: 100%;
    float: left;
    padding: 0 0 5px 0;
}

.table-body li {
    float: left;
    display: inline-block;
    line-height: 36px;
    height: 40px;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table-body li.active {
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table-body .marks .input-box input[type="text"],
.table-body .negative-marks .input-box input[type="text"] {
    height: 30px;
    padding: 8px 5px;
    text-align: center;
    width: 50px;
}

.table-body .table-checkbox {
    width: 5%;
    float: left;
}

.table-head .table-checkbox {
    width: 5%;
    float: left;
}

.table-head .serial-number {
    width: 10%;
    float: left;
}

.table-body .serial-number {
    width: 10%;
    float: left;
}

.table-head .questions {
    width: 59%;
    float: left;
}

.table-body .questions {
    width: 59%;
    float: left;
    line-height: 36px;
    overflow: hidden;
}

.table-body li.active .questions {
    width: 60%;
    float: left;
    line-height: 22px;
    overflow: auto;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.table-head .marks {
    width: 8%;
    float: left;
    padding-right: 15px;
}

.table-body .marks {
    width: 8%;
    float: left;
    padding-right: 15px;
}

.table-head .negative-marks {
    width: 10%;
    float: left;
    padding-right: 15px;
}

.table-body .negative-marks {
    width: 10%;
    float: left;
    padding-right: 15px;
}

.table-head .actions {
    width: 7%;
    float: left;
}

.table-body .actions {
    width: 7%;
    float: left;
}

.cropping-control {
    width: 100%;
    float: left;
    max-height: 200px;
    overflow: auto;
}

.upload-control {
    float: left;
    padding: 6px 12px;
    color: #fff;
    background-color: #337ab7;
    border-color: #204d74;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.upload-control input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
}

.preview-image {
    max-width: 500px;
    height: auto;
    margin-bottom: 20px;
}

.scroll-div {
    width: 100%;
    height: 400px;
    overflow: auto;
    float: left;
}

.subject-pills {
    width: 100%;
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
}

.subject-pills li {
    margin-right: 2px;
}

.subject-pills li a {
    height: 40px;
    padding: 0 30px;
    border-radius: 10px 10px 0 0;
    background: #0088cc;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    float: left;
}

.error {
    color: red;
}

.edit-box {
    position: relative;
    width: 100%;
    float: left;
    padding: 20px;
    border: 1px solid #ccc;
}

.edit-box .courseEdit {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background: #eee;
    border-radius: 0 0 0 5px;
}

.edit-box .courseEdit img {
    width: 16px;
    height: 16px;
}

.breadCrum-section .mid-height {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.topic-images {
    max-width: 200px !important;
    width: 100%;
}

.upload-control {
    background: #0088cc;
    height: 46px;
    border-radius: 5px;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    float: left;
    border: 0;
    padding: 0 25px;
}

.upload-control input {
    width: 100%;
    height: 46px;
    float: left;
    opacity: 0;
}
