.pointer-hand{
    cursor: pointer;
}

.alert{
    border-radius: 3px;
}
.table{
    max-width: 200%;
    overflow: scroll;
}
.blink {
    /*animeation: blinker 0.6s linear infinite;*/
    /*animation: blinker 1s linear infinite;*/
    /*color: #F44336 !important;*/
    font-weight:bolder;
    font-size: 18px;
}
@keyframes blinker {
    /*50% {
        opacity: 0;
    }*/
}

.bg-red-pad19{
    background-color: #F44336 !important;
    color: #fff;
    padding:19px !important;
}
.bg-red{
    padding: 3px;
    border-radius: 3px;
}
.bg-orange{
    padding: 3px;
    border-radius: 3px;
}
.bg-cyan{
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:3px;
}

.take-test a{
    font-size: 18px !important;
    padding:10px;
}

.list-questions-nos{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

}
.circle-qus{
    background-color: #ffffff;
    border-radius: 50%;
    padding: 5px 13px;
    margin-bottom: 10px;
    border: 2px solid red;
    /*width: 35%;*/

}
.static-button span {
    max-width: 0;
    padding-top: 2px;
    -webkit-transition: max-width 1s;
    transition: max-width 1s;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}
.static-button:hover span {
    max-width: 7rem;
}
.static-button{
    position:fixed;bottom:100px;right:5px;margin:0;padding:5px 3px;
}

.back-to-papers-static-button{
    position:fixed;bottom:200px;right:5px;margin:0;padding:5px 3px;
}
.pointer-hand{
    cursor: pointer;
}
.default-cursor{
    cursor: default;
}
.text-strong{
    font-weight: bold;
}
.correct-ans-mble p{
    margin-top: -20px;
    margin-left: 150px;
    font-weight:bolder;
}
.questio-mble p {

    /*margin-top: -15px;
    margin-left: 25px;
    font-weight:bolder;*/
    position: relative;
    top : -18px;
    left:25px;
}

.fix {
    background: red;
}
ul.notes li {
    margin: 10px 40px 50px 0px;
    float: left;
}

ul.notes li, ul.tag-list li {
    list-style: none;
}

ul.notes li div small {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}

/*div.rotate-1 {
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
}*/

/*div.rotate-2 {
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    position: relative;
    top: 5px;
}*/

a{
    text-decoration: none!important;
}
/*.glyphicon-ring {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid white;
    color: white;
    display: inline-table;
    text-align: center;
}*/
.cus-arrow{
    position: relative;
    top:-30px;
}
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-warning {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: orange;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-primary {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #112299;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
body{
    font-family: 'Lato', sans-serif;
    background: #f7f7f4;
}
/*.text-center{
    text-align: center;
    margin: 1.25rem 0;
    border-bottom: 1px solid #dadada;
    padding: 1.25rem 0;
}*/
.text-center {
    text-align: center !important;
}
.term-name{
    padding: 17px;
}
.radio label input {
    font-size: 100%;
}
.radio-choices {
    font-size: 18px;
}
input[type='radio'] {
    width: auto;
    height: 1.4em;
}
.radio-choices .radio:nth-of-type(even) {
    background: #effafa;
}
.radio-choices .radio-left {
    margin-right: 0;
    padding-right: 0;
}
.radio-choices .radio-right {
    margin-left: 0;
    padding-left: 0;
}
/* media queries specific to alignment of forms
   not using form-group Bootstrap to save space
   so we compensate - some phones looked odd so
   check before deployment
 */
@media screen and (max-width: 540px) {
    .radio {
        margin-left: 1rem;
        font-size: 1.25rem;
    }
    .radio-choices .radio-left {
        float: left;
        margin-left: -10px;
        padding-left: 0;
    }
    .radio-choices .radio-right {
        float: right;
        margin-right: -10px;
        padding-right: 0;
    }
}

.correct{
    background-color: green !important;
    border: 2px solid #fff;
}

.wrong{
    background-color: red !important;
    border: 2px solid #fff;
}

.correct a , .wrong a{
    color: #fff !important;

}

.span-ans{
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
}
.ans-qus{
    border-radius: 50%;
    padding: 0px 8px;
    background-color: #919191 !important;
    border: 2px solid #fff;
}
.not-ans-qus{
    border-radius: 50%;
    padding: 0px 8px;
    background-color: #ffffff !important;
    border: 2px solid #919191;
}
.green{
    border-radius: 50%;
    padding: 0px 8px;
    background-color: green;
    border: 2px solid #fff;
}
.red{
    border-radius: 50%;
    padding: 0px 8px;
    background-color: red;
    border: 2px solid #fff;
}

.circle-qus a{
    font-size: 18px;
    font-weight: 600;
    color: orangered;
    text-decoration: none;
}
.circle-qus a:hover{
    text-decoration: none;
}
.question{
    border: none;
}
.question-text{
    display: flex;
    flex-direction: row;
}
.show{
    display: block !important;
}
.hide{
    display: none !important;
}
.new-test-paper.active,.new-test-title.active,.new-test-terms.active{
    background-color: #1f648b;
    color: #fff;
}

.questions-nos{
    display: flex;
    flex-direction: row;
    /*justify-content: space-around;*/
    align-items: center;
    flex-wrap: wrap;
}
hr.new2 {
    border-top: 1px dashed red;
}
.notify{
    z-index:1001;
}
a.edit-question {
    cursor: pointer;
}

a.d-question {
    cursor: pointer;
}

.exam-hint{
    z-index: 1001 !important;
    position: relative;
    border: 1px solid #f44336;
    padding-left: 10px;
    box-shadow: 0 0 16.6px #f44336;
}
.exam-hint p{
    background-color: #f44336;
    color: #ffffff;
    padding:5px;
}
.exam-hint p marquee{
    padding: 5px;
}
.view-summary{
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}

.attempt-test{
    background-color: green;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}

.not-attempt-test{
    background-color: red;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}
.md-summary{
    background-color: #eee;
    padding:5px;
    margin-bottom: 5px;
}

.mark{
    background-color: #919191 !important;

}

.mark a{
    color: #fff !important;
}

.red-btn{
    background-color: #f44336 !important;
    color: #fff !important;
}

.grey{
    background-color: #919191 !important;
    color: #ffffff !important;
}
.fixed{
    position: fixed;
}
.flex-around{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.solution-style p{
    display: inline;
}


