﻿@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700'); /*font-family: 'Muli', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700'); /* font-family: 'Roboto', sans-serif; */

body {
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #565656;
    font-weight: 400;
    background: #FFF;
    /*word-break:break-all;*/
}

h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
    color: #212121;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 20px;
    line-height: 19px;
}

p {
    margin: 0;
    padding: 0px;
    font-weight: 400;
}

a {
    display: inline-block;
    text-decoration: none;
    margin: 0px;
    color: #000;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover {
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    a img {
        border: none;
    }

img {
    max-width: 100%;
}

input[type="file"] {
    display: inline-block;
}

select {
    cursor: pointer;
}

textarea {
    resize: none;
}
/*a img:hover{opacity: 0.7; filter: alpha(opacity = 70);}*/
input {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

label {
    margin: 0px;
    padding: 0px;
}

.login-bg {
    background: #212737 url('../images/bg1.jpg') top center no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.login-container {
    max-width: 900px;
    padding: 10px;
    margin: 0 auto;
}

.login-wrapper {
    padding: 30px;
    background: rgba(0,0,0,0.8);
    border: 1px solid #000;
    font-family: 'Muli', sans-serif;
}

    .login-wrapper h1 {
        font-family: 'Muli', sans-serif;
        font-weight: 500;
        display: block;
        font-size: 38px;
        line-height: 38px;
        color: #FFF;
        padding: 0px 30px 20px 30px;
        margin: 0px -30px 20px -30px;
        border-bottom: 2px solid #FFF;
    }

        .login-wrapper h1 span {
            font-size: 20px;
            line-height: 20px;
        }

        .login-wrapper h1 a {
            margin-top: 8px;
            float: right;
        }

.username-box {
    display: block;
    padding: 15px 0px;
    color: #FFF;
    position: relative;
}

    .username-box label {
        display: block;
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 7px;
        font-weight: 400;
        font-family: 'Muli', sans-serif;
    }

.login-textbox, .captcha-content input {
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    border: none;
    outline: none;
    background: no-repeat;
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

    .login-textbox:focus, .captcha-content input:focus {
        border-bottom: 1px solid #00ff79;
    }
textarea.login-textbox {height:100px;}
select.login-textbox option {color:#000;}
.login-btn {
    min-width: 155px;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 6px;
    text-transform: uppercase;
    background: #126fcb;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin-top: 35px;
    transition: all 0.5s ease;
}

    .login-btn:hover {
        background: #3db166;
        transition: all 0.5s ease;
    }

.register-account-btn {
    color: #3db166;
    margin-top: 52px;
}

    .register-account-btn:hover {
        color: #FFF;
    }

header {
    background: #3db166;
    color: #FFF;
    padding: 15px;
    margin-bottom: 30px;
}

footer {
    background: #3db166;
    color: #FFF;
    padding: 15px;
    text-align: center;
    margin-top: 20px;
}

.footer-bottom {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
}

.page-under-construction {
    text-align: center;
    padding: 0px 15px;
    color: #FFF;
    font-size: 50px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

    .page-under-construction div {
        padding-top: 20px;
    }

.mobile-bdc {
    display: none;
    text-align: right;
    padding-top: 25px;
}

    .mobile-bdc a {
        display: inline-block;
        color: #FFF;
        font-size: 20px;
        line-height: 19px;
        cursor: pointer;
    }

.cust-ddl {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

    .cust-ddl .btn-primary {
        color: #3db166;
        background: #FFF !important;
        font-size: 16px;
        line-height: 16px;
        margin-top: -1px !important;
        padding: 10px !important;
        border: none !important;
        border-radius: 5px;
        background-clip: padding-box;
        padding: 7px 20px;
    }

        .cust-ddl .btn-primary:hover, .cust-ddl .btn-primary:focus, .cust-ddl.active .btn-primary {
            color: #FFF;
            background: #202020 !important;
        }


    .cust-ddl .open .btn, .cust-ddl .btn-group .btn:hover {
        background: none !important;
        transition: all 0.5s ease;
        color: #FFF !important;
    }

    .cust-ddl li a {
        text-align: left;
    }

    .cust-ddl .fa-angle-down {
        font-size: 12px;
    }

.icon {
    margin-right: 3px;
}

.log-out-btn:hover .icon, .log-out-btn.active .icon, .cust-ddl .btn-primary:hover .icon, .cust-ddl .btn-primary:focus .icon, .cust-ddl.active .btn-primary .icon {
    color: #FFF !important;
}

.cust-ddl .dropdown-menu > .active > a, .cust-ddl .dropdown-menu > .active > a:hover, .cust-ddl .dropdown-menu > .active > a:focus, .cust-ddl .dropdown-menu > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #3db166;
    outline: 0;
}

.cust-ddl .dropdown-menu > li > a {
    padding: 3px 9px;
    border-bottom: 1px solid #FFF;
}

.user-ddl .dropdown-menu {
    left: auto;
    right: 0px;
}

.table-content {
    padding: 15px;
}

    .table-content table {
        width: 100% !important;
    }

        .table-content table thead {
            font-weight: 700;
            color: #244e7d;
        }

.main-h {
    display: block;
    margin: 10px 0px;
}

    .main-h a {
        float: right;
        padding: 10px 15px;
    }

.logo {
    color: #FFF;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    font-size: 23px;
}

    .logo img {
        margin-top: -9px;
    }

    .logo:hover {
        color: #FFF;
        padding-left: 10px;
    }

.picture-box {
    height: 180px;
    margin-bottom: 12px;
    background: url('../Images/user-img1.png') center no-repeat #2f3237;
}

    .picture-box img {
        width: 100%;
        height: 180px;
    }

.select-question-content, .paper-preview-content {
    border: 2px solid #c4c4c4;
    padding: 15px;
}

.select-question-content {
    height: 513px;
    overflow: auto;
}

.question-select-box {
    position: relative;
    padding: 10px 10px 10px 50px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    border-bottom: 2px dashed #3db166;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.question-select-box span {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 9px;
	left: 5px;
	font-size: 15px;
	line-height: 15px;
	border-radius: 15px;
	text-align: center;
	background: #3db166;
	color: #FFF;
	padding-top: 8px;
}
/*.spanList {
	width: 30px;
	height: 30px;
	position: absolute;
	/*top: 9px;
	left: 5px;
	font-size: 15px;
	line-height: 15px;
	border-radius: 15px;
	text-align: center;
	background: #3db166;
	color: #FFF;
	padding-top: 8px;
}*/

    .question-select-box a.add-btn {
        padding: 8px 12px;
        font-size: 15px;
        line-height: 15px;
        font-weight: 500;
        margin-top: 6px;
    }

    .question-select-box a.remove-btn {
        display: none;
        background: #FFF;
        color: #3db166;
    }

        .question-select-box a.remove-btn:hover {
            background: rgba(0,0,0,0.8);
            color: #FFF;
        }

    .question-select-box a.clear-btn {
        background: #db4844;
        color: #fff;
    }

        .question-select-box a.clear-btn:hover {
            background: rgba(0,0,0,0.8);
            color: #FFF;
        }

    .question-select-box i {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
    }

    .question-select-box.selected, .question-select-box.correct {
        background: #3db166;
        color: #FFF;
    }



        .question-select-box.selected a.remove-btn {
            display: inline-block;
        }

        .question-select-box.selected a.select-btn {
            display: none;
        }

        .question-select-box.selected span {
            background: #FFF;
            color: #3db166;
            padding-top: 8px;
        }

    .question-select-box.wrong {
        background: #f35958;
        color: #FFF;
        border-bottom: 2px dashed #f35958;
    }

        .question-select-box.wrong span {
            background: #f35958;
            color: #FFF;
            padding-top: 8px;
        }

.marks-content {
    padding-top: 8px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}

    .marks-content label {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 7px;
        font-weight: 700;
        font-family: 'Muli', sans-serif;
    }

.prv-textbox {
    width: 70px;
    border: 1px solid #212121;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    text-align: center;
}

.paper-preview-content .question-select-box {
    padding: 15px;
    font-weight: 400;
}

    .paper-preview-content .question-select-box b {
        display: block;
        margin-bottom: 10px;
    }

    .paper-preview-content .question-select-box a {
        margin: 0px;
    }

.paper-preview-container {
    border: 2px solid #c4c4c4;
    padding: 15px;
}

    .paper-preview-container .question-select-box {
        min-height: 80px;
    }

h4.heading {
    font-size: 26px;
    line-height: 25px;
    padding-top: 25px;
}

a.count-thumbnail {
    display: block;
    min-height: 200px;
    font-size: 17px;
    color: #FFF;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.count-thumbnail b {
    min-height: 90px;
    font-size: 70px;
    line-height: 60px;
    display: block;
    padding: 0px 20px 15px 20px;
    margin: 0px -20px 15px -20px;
    border-bottom: 2px solid #FFF;
}

    .count-thumbnail b span {
        font-size: 23px;
    }

a.count-thumbnail:hover {
    color: #FFF;
}

.count-thumbnail .count {
    font-size: 45px;
}

.student-prfile-nav {
    margin-top: 30px;
}

    .student-prfile-nav a {
        padding: 15px 20px;
        background: #efefef;
        color: #212121;
        margin-right: 10px;
        border-bottom: 3px solid #FFF;
    }

        .student-prfile-nav a:hover {
            background: #3db166;
            color: #FFF;
        }

        .student-prfile-nav a.active {
            background: #3db166;
            color: #FFF;
            border-bottom: 3px solid #3db166;
        }

.student-prfile-content {
    border: 5px solid #3db166;
    padding: 20px;
}

#StudentImage {
    width: 175px;
    height: 175px;
    margin: 7px;
}

.marks-textbox {
    width: 100%;
    height: 36px;
    border: 1px solid #565656;
    padding: 0px 15px;
    margin-top: 6px;
}

.marks-review {
    min-height: 43px;
    border: 1px dashed #565656;
    padding: 8px 15px;
}

table.report-table {
    width: 100%;
    margin-top: 10px;
    color: #212121;
}

    table.report-table th, table.report-table td {
        background: #FFF;
        color: #212121;
        padding: 4px;
        border: 1px solid #565656;
    }

.show-icon {
    color: #9c2e3c;
    text-align: right;
    font-size: 32px;
    line-height: 32px;
}
/******************* Online Student box *************************/
.online-st-box{
    position:relative;
    min-height:55px;
    margin-top:10px;
    padding:0px 0px 10px 65px;
}
    .online-st-box .imgbox{
        position: absolute;
        top:0px;
        left:0px;
        width:50px;
    }
    .online-st-box .imgbox img {
        width:50px;
        height:50px;
        border-radius:25px;
        border:3px solid #3db166;
    }

/******************* Common Classes*************************/
.cust-radiobox {
    display: inline-block;
    cursor: pointer;
}

    .cust-radiobox input[type="radio"] {
        display: none !important;
    }

        .cust-radiobox input[type="radio"] + label strong {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0px 5px;
            vertical-align: middle;
            background: url(../images/radio-btn1.png) no-repeat;
            cursor: pointer;
        }

        .cust-radiobox input[type="radio"]:checked + label strong {
            background: url(../images/radio-btn2.png) no-repeat;
        }

.container-fluid {
    padding: 0px 15px;
}

.bg-blue {
    background: #0090d9;
}

.bg-orange {
    background: #f35958;
}

.bg-purpl {
    background: #735f87;
}

.bg-green {
    background: #0aa699;
}

.bg-green-dark {
    background: #21a14f;
}

.bg-gray {
    background: #22262e;
}

.bg-yellow {
    background: #f9ba46;
}

#timer div {
    display: inline-block;
    line-height: 1;
    padding: 10px 20px;
    font-size: 40px;
    text-align: center;
}

#timer span {
    display: block;
    font-size: 20px;
    color: #212121;
}

#days {
    font-size: 100px;
    color: #db4844;
}

#hours {
    font-size: 100px;
    color: #f07c22;
}

#minutes {
    font-size: 100px;
    color: #f6da74;
}

#seconds {
    font-size: 50px;
    color: #abcd58;
}

.login-wrapper input:-internal-autofill-selected {
    background-color: rgba(0,0,0,0.8) !important;
    background-image: none !important;
    color: #FFF !important;
    border-bottom: 1px solid #3db166;
}

.dataTables_filter input, .dataTables_length select {
    background: #535353;
    color: #FFF;
    height: 36px;
    padding: 0px 10px;
    border: 1px solid #244e7d;
    border-radius: 5px;
    outline: none;
}

.wrong-ans {
    color: red;
    font-size: 30px;
    vertical-align: middle;
    margin-left: 10px;
}

.correct-ans {
    color: green;
    font-size: 30px;
    vertical-align: middle;
    margin-left: 10px;
}

.error {
    color: red;
}

.success {
    color: green;
}

.margin-t {
    margin-top: 15px;
}

.margin-r {
    margin-right: 15px;
}

.main-nav {
    text-align: right;
    z-index: 1;
}

.display_none {
    display: none;
}


.captcha-content {
    color: #FFFFFF;
    padding-top: 8px;
}

    .captcha-content img {
        width: 48%;
        margin: 10px 0px;
    }

    .captcha-content a {
        width: 48%;
        color: #FFF;
        display: inline-block;
        padding: 6px;
        text-align: center;
        background: #3db166;
        border-radius: 6px;
        margin: 10px 1px !important;
    }

    .captcha-content input {
        margin-top: 8px;
    }

    .captcha-content br {
        display: none;
    }

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 1;
    display: none;
    padding-top: 20%;
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    color: #FFF;
}

    .overlay img {
        width: 60px;
    }

.heading {
    display: inline-block;
    font-size: 31px;
    line-height: 31px;
    padding: 0px 20px 10px 0px;
    border-bottom: 3px solid #3db166;
    margin-bottom: 20px;
    font-weight: 700;
}

h2.heading {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    padding: 10px 0px;
    border-bottom: none;
    margin-bottom: 0px;
    font-weight: 700;
}

    h2.heading span {
        color: #3db166;
    }

a.add-btn {
    display: inline-block;
    padding: 12px 20px;
    text-align: center;
    font-size: 17px;
    line-height: 16px;
    background: #3db166;
    color: #FFF;
    border-radius: 5px;
    margin-top: 10px;
}

    a.add-btn:hover {
        background: rgba(0,0,0,0.8);
    }

.submit-btn {
    display: inline-block;
    min-width: 140px;
    height: 40px;
    background: #3db166;
    outline: none;
    border: none;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 16px;
    transition: all 0.5s ease;
}

    .submit-btn:hover {
        background: rgba(0,0,0,0.8);
        transition: all 0.5s ease;
    }

.dataTables_filter, .dataTables_length {
    margin: 15px 0px 10px 0px;
}

.text-right-lg-md {
    text-align: right;
}

table th {
    background: #4b4a4a;
    color: #FFF;
}

.yes-no-popup {
    width: 100%;
    position: fixed;
    top: 15%;
    left: 0px;
    z-index: 2;
    padding: 15px;
}

.yes-no-wrapper {
    display: block;
    position: relative;
    background: #FFF;
    max-width: 800px;
    padding: 15px 30px;
    margin: 0 auto;
}

    .yes-no-wrapper a {
        min-width: 75px;
    }

        .yes-no-wrapper a.no-btn {
            background: #34abe3;
            margin-left: 10px;
        }

    .yes-no-wrapper .text {
        padding: 12px 0px;
    }

a.edit-marks-btn, a.view-img-btn {
    background: #34abe3;
}

.question-select-box.selected a.edit-marks-btn, .question-select-box.selected a.view-img-btn {
    background: #FFF;
    color: #3db166;
}


.popup-content {
    /*width: 100%;
    position: absolute;
    top: 5%;
    left: 0px;
    z-index: 2;
    padding: 0px 15px 25px 15px;*/
    width: 90%;
    height: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    padding: 0px 15px 25px 15px;
    overflow: auto;
}

.popup-wrapper {
    display: block;
    position: relative;
    background: #FFF;
    max-width: 600px;
    padding: 15px 30px;
    margin: 0 auto;
}

    .popup-wrapper h2 {
        display: block;
        font-size: 26px;
        line-height: 25px;
        padding: 12px 30px 20px 30px;
        margin: 0px -30px 30px -30px;
        border-bottom: 2px solid #3db166;
    }

        .popup-wrapper h2 a {
            float: right;
            padding: 7px 10px 5px 10px;
            font-size: 17px;
            line-height: 16px;
            background: #3db166;
            color: #FFF;
            border-radius: 5px;
            margin-top: 3px;
        }

            .popup-wrapper h2 a:hover {
                background: rgba(0,0,0,0.8);
            }

    .popup-wrapper h3 {
        display: block;
        font-size: 20px;
        line-height: 20px;
        padding: 12px 10px 20px 10px;
        margin: 0px 0px 30px 0px;
        border-bottom: 2px solid #3db166;
    }

.full-screen {
    max-width: 100%;
}

.success-msg-box {
    width: 70%;
    position: fixed;
    background: #FFF;
    top: 30%;
    left: 15%;
    text-align: center;
    padding: 25px 15px;
    z-index: 11;
}

    .success-msg-box div {
        padding-bottom: 20px;
    }

    .success-msg-box a {
        display: inline-block;
        width: 150px;
        padding: 15px;
        height: auto;
    }

        .success-msg-box a:hover {
            color: #FFF;
        }

.textbox-content {
    padding: 0px 0px 25px 0px;
    color: rgba(0,0,0,0.8);
    position: relative;
}

    .textbox-content label {
        display: block;
        font-size: 17px;
        line-height: 16px;
        padding-bottom: 7px;
        font-weight: 700;
        font-family: 'Muli', sans-serif;
    }

.textbox {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border: none;
    outline: none;
    background: no-repeat;
    border-bottom: 1px solid rgba(0,0,0,0.8);
    color: rgba(0,0,0,0.8);
}

    .textbox:focus {
        border-bottom: 1px solid #3db166;
    }

    .textbox:disabled {
        background: #737373;
        transition: all 0.5s ease;
        color: #FFF;
    }

textarea.textbox {
    height: 100px;
    resize: none;
    padding: 7px 15px;
}

a.grid-btn {
    color: #3db166;
}

    a.grid-btn:hover {
        text-decoration: underline;
    }

div.DTTT_container {
    margin: 16px 0px 0px 10px;
}

.margin-t30px {
    margin-top: 30px;
}

.paint {
    width: 900px;
    height: 1200px;
    margin:0 auto;
    position: relative;
}

    .paint img {
        width: 900px;
        height: 1200px;
    }

    .paint canvas {
        width: 900px;
        height: 1200px;
        position: absolute;
        top:0px;
        left:0px;
        cursor:crosshair;
    }
.margin_b {margin-bottom:15px;}
.modal {
    background: rgba(0,0,0,0.7);
}
/******************** Scroll ***********************/
.scroll::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scroll::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .scroll::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/************************ Media Queries ***************************/
@media (min-width: 0px) and (max-width: 1030px) {
    .mobile-bdc {
        display: block;
    }

    .main-nav {
        display: none;
        background: rgba(35,55,76,1);
        width: 300px;
        position: absolute;
        top: 50px;
        right: 0px;
        border: 1px solid #3a4253;
    }

    .cust-ddl {
        width: 100%;
        margin-bottom: 5px;
    }

        .cust-ddl .btn-primary {
            width: 100%;
            min-height: 50px;
            text-align: left;
            padding: 0px 5px 0px 15px !important;
        }

        .cust-ddl li a {
            text-align: left;
        }
}

@media (min-width: 0px) and (max-width: 767px) {
    .text-right-lg-md {
        text-align: left;
    }
}

.alerts-border {
    border-left: 7px #ff0000 solid;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    50% {
        border-color: #fff;
    }
}


/***** Wiggle *****/
.wiggle .ReportBtn:hover {
	animation: wiggle 75ms infinite;
	animation-timing-function: linear;
}

@keyframes wiggle {
	0% {
		transform: translate(2px, 0);
	}

	50% {
		transform: translate(-2px, 0);
	}

	100% {
		transform: translate(2px, 0);
	}
}

/***** Shake *****/

.shake .ReportBtn:hover {
	animation: shake 75ms infinite;
	animation-timing-function: linear;
}

@keyframes shake {
	0% {
		transform: rotate(0.5deg);
	}

	50% {
		transform: rotate(-0.5deg);
	}

	100% {
		transform: rotate(0.5deg);
	}
}

/***** Pulse *****/

.pulse .ReportBtn:hover {
	animation: pulse 1s infinite;
	animation-timing-function: linear;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1);
	}
}

/***** Zoom *****/

.zoom ReportBtn:hover {
	transform: scale(1.1);
	transition: all ease 500ms;
}

/***** Some Misc Styles *****/
a.ReportBtn {
	width: auto;
	margin: auto;
	background: #fff;
	padding: 20px;
	overflow: hidden;
	box-shadow: 0 0 25px #3db166;
	margin-top: 10px;
	border: 1px solid #444;
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

