﻿@media (max-width: 768px) {
    .w-desktop-xs-100{
        flex:0 0 100%;
        max-width: 100%;
    }
}

/* (MD) Medium & (LG) Large devices (desktops, 992px and up) */
.FTLButton {
    background-color: #b9cdd7;
    border: none;
    font-size: 16px;
    padding: 8px;
    text-align: center;
    width: 100px;
}
.text-md-title{
    font-size:7vmin;
}
.h-md-10vmin{
    height:10vmin;
}
.h-md-15vmin{
    height:15vmin;
}
.w-md-custom-1280{
    min-width:1280px;
}
.text-md-gray-01{
    color: #6E6E6E;
}
.bg-md-gray-04{
    background: #D8D8D8;
}
.bg-md-gray-05{
    background: #dfdfdf;
}
.bg-md-white-02{
    background: #FAFAFA;
}
.tab-content > .tab-pane {
    display: block;
}
.w-md-100{
    width: 100%;
}
.h-md-15{
    height:15%;
}
.h-md-85{
    height:85%;
}
.h-md-100{
    height: 100%;
}
.bg-md-light-blue-01{
    background-color: #E4EEF2;
}
.text-md-bold{
    font-weight: bold;
}
.text-md-left{
    text-align: left;
}
.text-md-right{
    text-align: right;
}
.text-md-center{
    text-align: center;
}

/* Personal Details Page */
.w-md-custom-28{
    width:20.8%;
}
.w-md-custom-92{
    width:92.6%;
}

/* Product Checkout Page */
.border-md-productcheckout-start{
    border-top:1px solid black; 
    border-left:1px solid black; 
    border-bottom:1px solid black;
}
.border-md-productcheckout-middle{
    border-top:1px solid black; 
    border-bottom:1px solid black;
}
.border-md-productcheckout-last{
    border-top:1px solid black; 
    border-right:1px solid black; 
    border-bottom:1px solid black;
}

/* Master Page Header */
.master-page-header{
    background: #FFFFFF;
    background: -webkit-linear-gradient(left, #E3EDF1, #8FB4C4);
    background: -o-linear-gradient(left, #E3EDF1, #8FB4C4);
    background: -moz-linear-gradient(left, #E3EDF1, #8FB4C4);
    background: linear-gradient(to right, #E3EDF1, #8FB4C4);
    padding: 10px 0px 10px 30px;
}
.master-page-header2{
    background: #FFFFFF;
    background: -webkit-linear-gradient(left, #E3EDF1, #8FB4C4);
    background: -o-linear-gradient(left, #E3EDF1, #8FB4C4);
    background: -moz-linear-gradient(left, #E3EDF1, #8FB4C4);
    background: linear-gradient(to right, #E3EDF1, #8FB4C4);
    padding: 10px 0px 10px 30px;
}
    
.border-md{
    border: 1px solid black;
}
.border-md-3{
    border: 3px solid black;
}
.border-md-top{
    border-top: 1px solid black;
}
.border-md-right{
    border-right: 1px solid black;
}
.border-md-bottom{
    border-bottom: 1px solid black;
}
.border-md-left{
    border-left: 1px solid black;
}
.bg-md-light-blue-02{
    background-color: #D8E5EB !important;
}
.bg-md-white{
    background: white;
}
.bg-md-gray-01{
    background: #e7e7e7;
}
.border-md-color-gray{
    border-color: #BDBDBD;
}
.border-md-color-gray-02{
    border-color: #D8D8D8;
}
.bg-md-blue-01{
    background: #CEE3F6;
}
.bg-md-light-blue-03{
    background: #dff2ff;
}
.bg-md-dark-blue-01{
    background: #354a5f;
}
.bg-md-gray-02{
    background: #f7f7f7;
}
.bg-md-gray-03{
    background: #ececec;
}
.text-md-white{
    color: white;
}

.text-md-xsmall{
    font-size: x-small;
}
.text-md-small{
    font-size: small;
}
.text-md-medium{
    font-size: medium;
}
.text-md-large{
    font-size: large;
}
.text-md-xlarge{
    font-size: x-large;
}

/*seminar*/
.table-md{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table-md thead{
    background-color: lightblue;
}

.table-md td, .table-md th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}



.newtbl2-md {
    background-image: url(../../../Seminar/SeminarTicketNew.png);
    width: 1500px;
    height: 800px;
    -webkit-print-color-adjust: exact;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    page-break-after: always;
}

.newtbl2_Header-md {
    height: 26%;
}

.newtbl2_Footer-md {
    height: 40%;
}

.newtbl2_cell-md {
    padding-left: 47%;
    padding-right: 0%;
    font-size: 22px;
    height: 41.2px;
}

.newtb2_scd-md {
    padding-left: 47%;
    font-size: 22px;
    height: 44px;
}

.newtb2_scdBlnk-md {
    padding-left: 47%;
    font-size: 22px;
    height: 28px;
}

.newtb2_runNum-md {
    padding-left: 14.5%;
    font-size: 30px;
    height: 60px;
}

.flash-button-md {
    background: blue;
    padding: 5px 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    animation: glowing 1500ms infinite;
}

@keyframes glowing {
    0% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }

    50% {
        background-color: #0094FF;
        box-shadow: 0 0 10px #0094FF;
    }

    100% {
        background-color: #004A7F;
        box-shadow: 0 0 3px #004A7F;
    }
}

.border-md-white {
    border: 3px solid #f7f7f7;
}

.productDet-md strong{
    font-weight:bolder;
}

.productDet-md p {
    margin-bottom: 1rem !important;
}

.productCO-md span::after{
    content: " :";
}