﻿@media (max-width: 767px) {
    .col-xs-0-5 {
        width: 4.2%;
    }

    .col-xs-1-5 {
        width: 12.5%;
    }

    .col-xs-2-5 {
        width: 20.83333%;
    }

    .col-xs-3-5 {
        width: 29.16667%;
    }

    .col-xs-4-5 {
        width: 37.5%;
    }

    .col-xs-5-5 {
        width: 45.83333%;
    }

    .col-xs-6-5 {
        width: 54.16667%;
    }

    .col-xs-7-5 {
        width: 62.5%;
    }

    .col-xs-8-5 {
        width: 70.83333%;
    }

    .col-xs-9-5 {
        width: 79.16667%;
    }

    .col-xs-10-5 {
        width: 87.5%;
    }

    .col-xs-11-5 {
        width: 95.8333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-0-5 {
        width: 4.2%;
    }

    .col-sm-1-5 {
        width: 12.5%;
    }

    .col-sm-2-5 {
        width: 20.83333%;
    }

    .col-sm-3-5 {
        width: 29.16667%;
    }

    .col-sm-4-5 {
        width: 37.5%;
    }

    .col-sm-5-5 {
        width: 45.83333%;
    }

    .col-sm-6-5 {
        width: 54.16667%;
    }

    .col-sm-7-5 {
        width: 62.5%;
    }

    .col-sm-8-5 {
        width: 70.83333%;
    }

    .col-sm-9-5 {
        width: 79.16667%;
    }

    .col-sm-10-5 {
        width: 87.5%;
    }

    .col-sm-11-5 {
        width: 95.8333%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-0-5 {
        width: 4.2%;
    }

    .col-md-1-5 {
        width: 12.5%;
    }

    .col-md-2-5 {
        width: 20.83333%;
    }

    .col-md-3-5 {
        width: 29.16667%;
    }

    .col-md-4-5 {
        width: 37.5%;
    }

    .col-md-5-5 {
        width: 45.83333%;
    }

    .col-md-6-5 {
        width: 54.16667%;
    }

    .col-md-7-5 {
        width: 62.5%;
    }

    .col-md-8-5 {
        width: 70.83333%;
    }

    .col-md-9-5 {
        width: 79.16667%;
    }

    .col-md-10-5 {
        width: 87.5%;
    }

    .col-md-11-5 {
        width: 95.8333%;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .col-lg-0-5 {
        width: 4.2%;
    }

    .col-lg-1-5 {
        width: 12.5%;
    }

    .col-lg-2-5 {
        width: 20.83333%;
    }

    .col-lg-3-5 {
        width: 29.16667%;
    }

    .col-lg-4-5 {
        width: 37.5%;
    }

    .col-lg-5-5 {
        width: 45.83333%;
    }

    .col-lg-6-5 {
        width: 54.16667%;
    }

    .col-lg-7-5 {
        width: 62.5%;
    }

    .col-lg-8-5 {
        width: 70.83333%;
    }

    .col-lg-9-5 {
        width: 79.16667%;
    }

    .col-lg-10-5 {
        width: 87.5%;
    }

    .col-lg-11-5 {
        width: 95.8333%;
    }
}

/* Bootstrap extra large grid columns - not available in version 3 */
@media (min-width: 1600px) {
    .col-xl-0-5 {
        width: 4.2%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-1-5 {
        width: 12.5%;
    }

    .col-xl-2-5 {
        width: 20.83333%;
    }

    .col-xl-3-5 {
        width: 29.16667%;
    }

    .col-xl-4-5 {
        width: 37.5%;
    }

    .col-xl-5-5 {
        width: 45.83333%;
    }

    .col-xl-6-5 {
        width: 54.16667%;
    }

    .col-xl-7-5 {
        width: 62.5%;
    }

    .col-xl-8-5 {
        width: 70.83333%;
    }

    .col-xl-9-5 {
        width: 79.16667%;
    }

    .col-xl-10-5 {
        width: 87.5%;
    }

    .col-xl-11-5 {
        width: 95.8333%;
    }
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

    #myBtn:hover {
        background-color: #555;
    }
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    margin-right: 1%;
    color: black;
  }

.panel-heading .accordion-toggle.collapsed:after {
    content: "\2b";
    margin-right: 1%;
}

.changeborderradius {
    border-radius: 4px !important
}
.handCursor{
    cursor:pointer !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.alertinfo {
    color: #31708f !important;
    font-weight:bold !important;
    
}

    @media (max-width: 667px) {
        
        .changepaddingleft {
            padding-left: 0px !important;
        }

        .changepaddingright {
            padding-right: 5px !important;
        }

       
       
    }
@media (max-width: 767px) {
    .changemarginbottom {
        margin-bottom: 1% !important;
    }
}

    @media  (max-width: 991px) {
        .changemarginleft {
            margin-left: 4% !important;
        }
    }

    @media (max-width: 768px) {
        .adjusttextalign {
            text-align: center !important
        }

        .fixedbacktotop {
            right: 50px !important;
        }

        .changeleftpadding {
            padding-left: 5px !important;
        }
    }

    @media (min-width: 768px) and (max-width: 852px) {
        .fixedbacktotop {
            right: 85px !important;
        }
    }

    .hidebacktotop {
        display: none !important;
    }

    .fixedbacktotop {
        position: fixed;
        bottom: 80px;
        right: 20px;
        width: 5%;
        z-index: 800;
        visibility: visible;
    }

    .backToTopBtn {
        -moz-user-select: none;
        background-image: none;
        border: 2px solid #337ab7;
        border-radius: 8px;
        cursor: hand;
        cursor: pointer;
        display: inline-block;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        background-color: white;
        color: #337ab7;
    }

        .backToTopBtn:hover {
            -moz-user-select: none;
            background-image: none;
            border: 2px solid white;
            border-radius: 8px;
            cursor: hand;
            cursor: pointer;
            display: inline-block;
            padding: 6px 12px;
            text-align: center;
            vertical-align: middle;
            white-space: nowrap;
            background-color: #337ab7;
            color: white;
        }

    .bckToTopLabel {
        color: #337ab7;
        text-align: center !important;
    }
    #bckToTop {
        text-align: center !important;
    }

.modal {
    display: none; 
    position: fixed; 
    z-index: 999; 
    padding-top: 100px; 
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

.modal-content > .panel {
    border: none;
}

.closeBtn {
    color: black;
    font-size: 50px;
    font-weight: bold;
    opacity: .5 !important;
    padding-right: 20px;
}

.closeBtnWrapper {
    text-align: right;
}

.closeBtn:hover,
.closeBtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .2 !important;
}

.left {
    display: inline-block;
    width: 3em;
    height: 3em;
    border: 0.2em solid #333;
    border-radius: 50%;
    margin-right: 1.5em;
    cursor: pointer;
}

    .left:after {
        content: '';
        display: inline-block;
        margin-top: .9em;
        margin-left: .9em;
        width: 1em;
        height: 1em;
        border-top: 0.3em solid #333;
        border-right: 0.3em solid #333;
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.right {
    display: inline-block;
    width: 3em;
    height: 3em;
    border: 0.2em solid #333;
    border-radius: 50%;
    margin-left: 1.5em;
    cursor: pointer;
}

.right:after {
    content: '';
    display: inline-block;
    margin-top: .9em;
    margin-left: .7em;
    width: 1em;
    height: 1em;
    border-top: 0.3em solid #333;
    border-right: 0.3em solid #333;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.left:hover:after,
.left:focus:after {
    border-top: 0.3em solid #b3b2af; 
    border-right: 0.3em solid #b3b2af;
}

.left:hover,
.left:focus {
    border: 0.2em solid #b3b2af;
}

.right:hover:after,
.right:focus:after {
    border-top: 0.3em solid #b3b2af;
    border-right: 0.3em solid #b3b2af;
}

.right:hover,
.right:focus {
    border: 0.2em solid #b3b2af;
}

.label-default {
    white-space: normal !important;
}

.prevClickPanel {
    float: left;
    padding-left: 10%;
    padding-top: 7%;
    padding-bottom: 3%;
}

.nextClickPanel {
    float: right;
    padding-right: 10%;
    padding-top: 7%;
    padding-bottom: 3%;
}

#errorMessage {
    padding-top: 15px;
    color: red!important;
    display: none;
}

#errorMessageSeriesNo {
    padding-top: 15px;
    color: red !important;
    display: none;
}

#errorMessageSeriesName {
    padding-top: 15px;
    color: red !important;
    display: none;
}

.btn {
    width: 100px;
    text-align: center;
}

.changemarginbottom {
    padding-top: 5px;
}

.discoCheckBox {
    padding-top: 15px;
}

.discoCheckBox > label {
    white-space: nowrap;
    width: 10px;
}

.video-preview-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center; 
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.video-preview-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none;
}

.video-preview-modal[style*="display: block"] + .video-preview-modal-overlay {
    display: block;
}

.video-preview-modal-content {
    position: relative;
    z-index: 10001;
    background: white;
    border-radius: 8px;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    margin: auto; 
}

.video-preview-modal-header {
    padding: 10px;
    text-align: right;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
}

.video-preview-close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 5px 10px;
    line-height: 1;
}

.video-preview-close-btn:hover {
    color: #000;
}

.video-preview-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    overflow: hidden;
}

.video-preview-thumbnail,
.video-preview-iframe,
.video-preview-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-preview-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.video-preview-play-button {
    width: 80px;
    height: 80px;
    background: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-preview-play-button:hover {
    background: rgba(255, 0, 0, 1);
    transform: scale(1.1);
}

.video-preview-play-icon {
    color: white;
    font-size: 32px;
    margin-left: 5px;
}

.video-preview-info {
    padding: 20px;
}

.video-preview-title {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.video-preview-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.video-preview-action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    font-size: 14px;
}

.video-preview-action-btn:hover {
    background: #e0e0e0;
    border-color: #ccc;
}

.video-preview-action-icon {
    font-size: 16px;
}

@media (max-width: 768px) {
    .video-preview-modal {
        padding: 10px;
    }
    
    .video-preview-modal-content {
        max-width: 95%;
        width: 95%;
    }
    
    .video-preview-play-button {
        width: 60px;
        height: 60px;
    }
    
    .video-preview-play-icon {
        font-size: 24px;
    }
    
    .video-preview-info {
        padding: 15px;
    }
}

