.attendance-interface{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1px;
}

.attendance-interface input,
.attendance-interface textarea{
	border: 1px solid rgb(204, 208, 210);
}

.text-right {
	text-align: right;
}

/*.footer{
    display:none;
}*/

.hide{
	display:none;
}

.attendance-interface textarea.form-control {
    height: auto;
}

.attendance-interface .row {
    margin-top: 25px;
}

.attendance-interface button{
	border: 1px solid #3097d1;
	background-color: #3097d1;
}

.attendance-interface .btn.disabled, 
.attendance-interface .btn[disabled], 
.attendance-interface fieldset[disabled] .btn{
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.attendance-interface form{
	font-size: 16px;
}

.attendance-interface textarea:focus, 
.attendance-interface input:focus{
	border-color: #98cbe8 !important;
}

.attendance-title{
    font-size: 20px;
    font-weight: 600;
    color: black;
}

#border_bottom{
    margin-top: 50px;
    border-bottom: 2px solid #D3D3D3;
}

.attendance-interface #scanner_block{
    margin-top: 25px;
    width: 100%;
    position: relative;
}

#view_attendance{
    margin: 20px;
}

#preview{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.text-left {
    text-align: left;
}

.decoration-none{
    text-decoration: none;
}

.btn-success{
	color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-primary.active, 
.btn-primary:active, 
.btn-primary:hover{
    color: #fff;
    background-color: #1f648b;
    border-color: #133d55;
}

.btn-danger.active, 
.btn-danger:active, 
.btn-danger:hover{
    color: #fff;
    background-color: #78341a;
    border-color: #411c0e;
}

.btn-success.active, 
.btn-success:active, 
.btn-success:hover{
    color: #fff;
    background-color: #196c4b;
    border-color: #0d3625;
}

.ui-widget input, 
.ui-widget select, 
.ui-widget textarea, 
.ui-widget button {
    font-family: Lato, sans-serif;
    font-size: 14px;
}

.attendance-header{
    margin-top: 20px;
    margin-bottom: 50px
}

.attendance-interface .action_column{
    width: 20%;
}

.responsive-table{
    overflow-x:auto;
    width: 100%;
}

.attendance-interface #timeline_pic_download,
.attendance-interface #company_pic_download{
	color: black;
    text-decoration: underline;
}

.attendance-interface #word_count{
	position: absolute;
    right: 20px;
    bottom: -20px;
}

.attendance-interface .row .square {
    width: 200px;
    height: 200px;
    background-color: #eee;
    border: 1px solid #ccd0d2;
    position: relative;
}
  
.attendance-interface .square img {
    position: absolute;
    width: 100%;
    height: 100%;
}
  
.attendance-interface  .circle {
    height: 200px;
    width: 200px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ccd0d2;
    position: relative;
}
  
.attendance-interface  .circle img {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
}

.download-image.row{
    margin-top: 0px;
}

.margin-top-thirty{
    margin-top: 30px;
}

.attendance-interface #empty_title{
    display: none;
}

.attendance-interface #empty_registration_number{
    display: none;
}

.attendance-interface #empty_attendance_email{
    display: none;
}

.attendance-interface #swap_camera{
    display: none;
}

#qr_scanner_frame{
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 50%;
    width: 40%;
    transform: translate(50%,-50%);
}

.dialog-box-icon{
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}

.text-center.font-grey{
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}

.attendance-interface .width-half{
    width: 50%;
}

.attendance-interface .display-none{
    display: none !important;
}

.attendance-interface .align-center{
    margin: 0 auto;
    float: none;
    align-items: center;
}

.attendance-interface .float-none{
    float: none;
}

.attendance-interface .inline{
    display: inline-flex;
}

#taken_attendance_details{
    width: 85%;
    margin: 0 auto;
}

#taken_attendance_details table{
    width: 100%;
}

#taken_attendance_details table tr td:nth-child(1){
    vertical-align: baseline;
    text-align: right;
    padding-right: 5px;
    min-width: 150px;
}

#taken_attendance_details table tr td:nth-child(2){
    text-align: left;
    padding-left: 5px;
    vertical-align: baseline;
}

@media only screen and (max-width: 1000px) {
    .download-image.row{
        margin-top: -30px;
    }
}

@media only screen and (max-width: 800px) {
    .attendance-interface #qr_scanner_frame{
        top: 42%;
    }
}

@media only screen and (max-width: 768px) {
    .mobile-align-center{
        justify-content: center;
    }
    
    .mobile-margin-bottom-zero{
        margin-bottom: 0px;
    }

    .mobile-margin-bottom-fifty{
        margin-bottom: 50px;
    }

    #typing .col-md-12, #typing .col-md-12>.col-md-6{
        padding-left: 0px;
        padding-right: 0px;
    }

    #typing .col-md-8{
        padding-left: 0px;
        padding-right: 0px;
    }

    #typing .col-md-4{
        padding-left: 0px;
        padding-right: 0px;
    }

    .taker-attendance-interface #view_attendance{
        margin: 20px 0px;
    }

    .taker-attendance-interface .text-right{
        text-align: left;
    }

    #border_bottom{
        margin-top: 0px;
    }

    .attendance-interface #word_count{
        right: 0px;
    }

    .ui-dialog.ui-corner-all {
        width: 100% !important;
    }

    #scanner_block {
        height: auto;
    }

    .attendance-interface #swap_camera{
        display: block;
        width: 100%;
    }

    #swap_camera img{
        float: right;
        width: 60px;
        height: 30px;
        margin: 10px 0;
    }

    .margin-bottom-gap{
        margin-bottom: 30px !important
    }

    .attendance-interface #qr_scanner_frame{
        top: 39%;
    }
}

@media only screen and (max-width: 768px){
    #create_attendance_form .col-md-1, 
    #create_attendance_form .col-md-2, 
    #create_attendance_form .col-md-3, 
    #create_attendance_form .col-md-4, 
    #create_attendance_form .col-md-5, 
    #create_attendance_form .col-md-6, 
    #create_attendance_form .col-md-7, 
    #create_attendance_form .col-md-8, 
    #create_attendance_form .col-md-9, 
    #create_attendance_form .col-md-10,
    #create_attendance_form .col-md-11, 
    #create_attendance_form .col-md-12{
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #taken_attendance_details .col-md-6 {
        width: 50%;
    }

    .attendance-interface .take-attn-memberid .width-half{
        width: 50%;
    }

    .attendance-interface .take-attn-memberid .width-half a{
        margin-top: 5px;
    }

    .attendance-interface .take-attn-memberid.row{
        margin-top: 25px;
        flex-flow: nowrap;
    }

    .padding-left-gap{
        padding-left: 0px !important;
    }

    .attendance-interface .row {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px){

    video {
        width: 230px;
        height: 300px;
        object-fit: cover;
    }

    #qr_scanner_frame{
        width: 80%;
    }

    .attendance-interface .mobile-display-none {
        display: none !important;
        margin: 0px !important;
    }

    #taken_attendance_details {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 362px){
    #taken_attendance_details table tr td{
        padding-left: 0px;
        padding-right: 0px;
    }
}