@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');


body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}

.details_table table {
    margin-bottom: 0;
}

.background_image {
    background: url(../images/light-background-1.jpg) no-repeat left top;
    width: 100%;
    height: 100vh;
    padding:0px 0px;
    background-size: cover;
    background-position: center;
}

.details_table table thead {
    /* border-top: 1px solid #ddd; */
}

.details_table th {
    font-size: 39px;
    color: #fff;
    font-weight: 600;
    padding: 10px !important;
}

.details_table td {
    font-size: 39px;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px !important;
}

.details_table table thead th, table td {
    vertical-align: middle;
    /* border: 1px solid #ddd; */
}

/*.details_table table tbody tr td:first-child {
    text-align: left;
    width: 400px;
}*/
.details_table table tbody tr td:first-child {
    text-align: left;
    width: calc(100% - 50%);
}

.details_table table thead th:first-child {
    text-align: left;
}

.details_table table thead th {
    text-align: center;
    color:#ab8320;
    
}

.details_table table tbody tr td:first-child {
    text-align: left;
}

.details_table table tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.logo {
    display: inline-block;
}

.logo img {
    width: 480px !important;
    height: 120px !important;
    display: block;
}

.table_logo_section {
    text-align: center;
    width: 100%;
    padding: 10px 10px;
    top:0;
    height: 150px !important;
}
.table-responsive table thead tr{
    border-top:2px solid #000;
    border-bottom:2px solid #000;
}
.table-responsivetable thead tr th{
	border-bottom:none;
}
.table>thead>tr>th {
    border-bottom: none!important;
}
.table-responsive table tbody tr:nth-child(odd){
    background:#2b130866;
}
.table-responsive table tr td{
    border:none;
    font-weight:500;
    font-family: "Cinzel", serif;
    font-size:36px;
}
.table-responsive table tr th{
    border:none;
    font-weight:700;
    font-family: "Cinzel", serif;
    font-size:36px;
}
.table-responsive table th{
    border:none;
}

/* .logo:nth-child(01) {
    float: left;
}

.logo:nth-child(02) {
    text-align: center;
}

.logo:nth-child(03) {
    float: right;
} */

.details_table {
    padding: 10px 10px 0 10px;
    border: 0px solid #ddd;
}

.table_bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fa0002;
}

.table_bottom_info {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    /* border: 1px solid #ddd; */
    border-top: 0px;
}

.table_bottom_info p {
    width: 40%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.table_bottom_info p:last-child {
    text-align: end;
	width: 60%;
}


/*--- Large screens ---*/
@media only screen  and (min-width: 1920px) {
    .details_table table {
        margin-bottom: 0;
        height: calc(100vh - 20vh);
    }

    .details_table td {
        font-size: 48px !important;
        font-weight: 400  !important;
    }

    .table_bottom_info p {
        font-size: 22px;
		font-weight: 600  !important;
    }

    .details_table th {
        font-size: 48px  !important;
        font-weight: 400  !important;
        padding: 40px 10px !important;
    }
}


/*--- Desktops and laptops ---*/
@media only screen  and (min-width: 1366px) {
    .background_image {
        background: url(../images/light-background-1.jpg) no-repeat left top;
        background-size: cover;
        padding:0px 0px;
    }
    .details_table table {
        margin-bottom: 0;
        height: calc(100vh - 22vh);
    }

    .details_table table tbody tr td:first-child {
        text-align: left;
        width: calc(100% - 50%);
    }

    .details_table th {
        font-size: 30px;
        font-weight: 400;
        padding: 30px 10px !important;
    }

    .details_table td {
       font-size: 37px;
    	font-weight: 400;
    }

}
/*tab view*/
@media only screen and (max-width: 1024px) {
    .background_image {
        background: url(../images/light-background-1.jpg) no-repeat left top;
        background-size: cover;
        padding:0px 0px;
    }
}

/*--- mobile responsive start ---*/
@media (max-width: 768px) {
    .background_image {
        background: url(../images/light-background-1.jpg) no-repeat left top;
        background-size: cover;
        padding:0px 0px;
    }
    .table_bottom_info {
        align-items: flex-start;
        flex-direction: column;
    }

    .table_bottom_info p {
        width: 100%;
    }

    .table_bottom_info p:last-child {
        text-align: left;
    }

    .details_table th {
        font-size: 17px !important;
    }

    .details_table td {
        font-size: 17px !important;
    }

    .logo img {
        height: 50px;
    }
	
#full_screen_icon img {
    float: right;
}
	
}


@media (max-width: 480px) {

    .details_table th {
        font-size: 12px !important;
    }

    .details_table td {
        font-size: 12px !important;
    }
	
#full_screen_icon img {
    float: right;
}
	
}
/*--- mobile responsive end ---*/


/*-------------------------------------------------------------------
                            Login Page Start
--------------------------------------------------------------------*/
.login_bg:before {
    content: "";
    background: url(../images/png_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.login_total {
    padding-top: 150px;
}

.login_form .form-group {
    margin-bottom: 17px;
}

.login_heading h3 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #4d4d4d;
    font-size: 30px;
}

.login_border {
    /*box-shadow: 0px 0px 20px #dedede;*/
    padding: 70px 50px;
    background: #fff;
    border-radius: 5px;
}

.login_form .form-control {
    height: 40px;
    color: #818181;
    box-shadow: 0 0 !important;
}

.login_form input:focus {
    border-color: #e10101;
    box-shadow: 0 0 !important;
}

.login-or {
    color: #a0a0a0;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.or-line {
    background-color: #e5e5e5;
    height: 1px;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.span-or {
    background-color: #fff;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 42px;
}

.login_sub_btm button {
    width: 100%;
    background: #e10101;
    color: #fff;
    border: 0;
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 4px;
    outline: 0px;
}

.login_sub_btm button:hover {
    background: #b80000;
    transition: all 0.5s;
}

.login_text p {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-bottom: 20px;
}

.login_text .forgot {
    font-size: 12px;
    color: #999;
    text-align: right;
    margin-top: 15px;
    display: block;
}

.center_form {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 786px) {
    .login_form {
        padding: 15px;
    }

    .login_border {
        padding: 50px 15px;
    }

    .center_form .col-md-4 {
        width: 100% !important;
        padding: 0 !important;
    }

    .login_heading h3 {
        margin-bottom: 30px;
        font-size: 26px;
    }


}

/*-------------------------------------------------------------------
                            Login Page End
--------------------------------------------------------------------*/


#full_screen_icon {
margin-left: 15px;
}
#full_screen_icon img{
width: auto;
height: 16px;
cursor: pointer;
}
@media (max-width: 900px) {
.details_table table {
    height: 85vh;
	}
}
@media (max-width: 500px) {
.details_table table {
    height: 95vh;
	}
}