input:focus,select:focus,textarea:focus,radio:focus,checkbox:focus{
    background-color: #deff84;
}
.ajax_loading {
    background: white none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.ajax_loading img {
    display: block;
    margin: 150px auto 0;
    opacity: 1;

}

.login-box-body, .register-box-body
{
    border-radius: 10px;
}
.login-logo a, .register-logo a
{
    text-shadow: 1px 1px 0px cyan;
}

body.login-page, body.register-page,  div.content-wrapper
{
    background-image: url(//app.cerbotech.in/assets/img/cerbotech/cerbotech_bg.jpg);
    background-repeat: repeat;
    /*background-attachment: fixed;*/
    /*background-position: center;*/ 
}

.info-box-number
{
    font-size: 28px !important;
    font-weight: normal !important;
}

.student_avatar {
    padding: 2px;
    border: 1px solid;
    box-shadow: 1px 1px 2px grey;
    margin-right: 5px;
    /*border-radius:  50%;*/
}

.table-bordered2>thead>tr>th, .table-bordered2>tbody>tr>th, .table-bordered2>tfoot>tr>th, .table-bordered2>thead>tr>td, .table-bordered2>tbody>tr>td, .table-bordered2>tfoot>tr>td {
    border: 1px solid #555;
}

.table-bordered2 {
    border: 1px solid #555;
}

.feedback_queue
{
    height: 100% !important;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.quest_img_container
{
    display: inline-block; 
    max-width: 800px; 
}