﻿input[type="radio"] {
    margin-right: 5px;
}

.btn-theme-blue {
    color: #fff;
    /*background-color: #007bff;*/
    background-color: #042954;
    border-color: #042954;
    height: 39px;
    font-size: 14px;
}

    .btn-theme-blue:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-theme-blue.focus, .btn-theme-blue:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-theme-blue.disabled, .btn-theme-blue:disabled {
        color: #fff;
        /*background-color: #007bff;*/
        background-color: #007bff;
        /*border-color: #007bff*/
        border-color: #042954
    }

    .btn-theme-blue:not(:disabled):not(.disabled).active, .btn-theme-blue:not(:disabled):not(.disabled):active, .show > .btn-theme-blue.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-theme-blue:not(:disabled):not(.disabled).active:focus, .btn-theme-blue:not(:disabled):not(.disabled):active:focus, .show > .btn-theme-blue.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }


/*  User Course Table Setting*/
.course-table {
    width: 100%;
}

.course-table-col-sl-no {
    width: 35px;
}

.course-table-col-status {
    font-size: 12px;
}

.course-table-col-btn {
    width: 150px;
    text-align: right;
}

.course-table tr td {
    padding-top: 10px;
}

.course-table tr td {
    padding-top: 10px;
    padding-left: 10px;
}

.launch-course {
    height: 40px;
    width: 130px;
    font-size: 12px;
}

.course-body {
    border: 2px solid lightgrey;
}


/*  user course content/text setting*/
.user-module-border {
    border-radius: 10px 10px 10px 10px !important;
    border: 1px solid black;
    margin-bottom: 20px;
}

.module-text-setting {
    background-color: var(--container-color);
    color: white;
    padding: 5px 4px 5px 4px;
}

    .module-text-setting:hover {
        background-color: #1A2A6E !important;
        transition: 0.4s;
    }

.module-text-setting-gray-bg {
    background-color: lightgray;
    color: black;
    padding: 5px 4px 5px 4px;
}

    .module-text-setting-gray-bg:hover {
        background-color: gray !important;
        transition: 0.4s;
    }


.module-text-setting-complete-bg {
    background-color: #28A745 !important;
    color: white;
    padding: 5px 4px 5px 4px;
}

    .module-text-setting-complete-bg:hover {
        background-color: #23933D !important;
        transition: 0.4s;
    }



/*  popup   */
.popup-background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.popup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 95%;
    height: 99%;
}

.popup-label {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}


/*  popup as message alert  */

.popup-alert-suggestion {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 35%;
    height: 300px;

    -webkit-animation-name: popup-alert-suggestion-modal-animation;
    -webkit-animation-duration: 0.8s;
    animation-name: popup-alert-suggestion-modal-animation;
    animation-duration: 0.8s;
}

@-webkit-keyframes popup-alert-suggestion-modal-animation {
    from {
        left: -100px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}

@keyframes popup-alert-suggestion-modal-animation {
    from {
        left: -100px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}


/*  start: popup for MOM LIST only. it is customized  */
.popup-mom-list {
    background-color: #FFFFFF;
    /*border-width: 3px;*/
    /*border-style: solid;*/
    /*border-color: black;*/
    padding-top: 10px;
    padding-left: 10px;
    width: 40%;
    height: 99%;
    border-radius: 12px;
    margin-left: -30%;
    -webkit-animation-name: popup-mom-list-modal-animation;
    -webkit-animation-duration: 0.8s;
    animation-name: popup-mom-list-modal-animation;
    animation-duration: 0.8s;
}

@-webkit-keyframes popup-mom-list-modal-animation {
    from {
        left: -100px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}

@keyframes popup-mom-list-modal-animation {
    from {
        left: -100px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}
/*  end: popup for MOM LIST only. it is customized  */


/*  start: popup progress card on user login. it is customized  */
.popup-progress-card {
    background-color: #FFFFFF;
    /*border-width: 3px;*/
    /*border-style: solid;*/
    /*border-color: black;*/
    padding-top: 10px;
    padding-left: 10px;
    width: 90%;
    height: 97%;
    border-radius: 12px;
    /*margin-left: -30%;*/
    -webkit-animation-name: popup-progress-card-modal-animation;
    -webkit-animation-duration: 0.8s;
    animation-name: popup-progress-card-modal-animation;
    animation-duration: 0.8s;
}

@-webkit-keyframes popup-progress-card-modal-animation {
    from {
        left: -100px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}

@keyframes popup-progress-card-modal-animation {
    from {
        left: -100px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}
/*  end: popup progress card on user login. it is customized  */


/*  start: popup suggestion. it is customized  */
.popup-suggestion {
    background-color: #FFFFFF;
    /*border-width: 3px;*/
    /*border-style: solid;*/
    /*border-color: black;*/
    padding-top: 10px;
    padding-left: 10px;
    width: 30%;
    height: 30%;
    border-radius: 12px;
    /*margin-left: -30%;*/
    -webkit-animation-name: popup-suggestion-modal-animation;
    -webkit-animation-duration: 0.8s;
    animation-name: popup-suggestion-modal-animation;
    animation-duration: 0.8s;
}

@-webkit-keyframes popup-suggestion-modal-animation {
    from {
        left: -100px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}

@keyframes popup-suggestion-modal-animation {
    from {
        left: -100px;
        opacity: 0;
    }

    to {
        right: 0px;
        opacity: 1;
    }
}
/*  end: popup suggestion. it is customized  */


/*  Master page User's Name setting */
.header-user-custom {
    text-align: right !important;
    width: 100%;
    padding: .55rem .75rem;
    font-size: 12.5px !important;
    color: #FFF;
    font-weight: bold;
    border-radius: .25rem;
    display: block;
    text-decoration: none;
}

    .header-user-custom:hover {
        color: teal;
    }

    .header-user-custom img {
        padding-left: 10px;
    }

/*  CC PAGES */
.lms-page-content {
    text-align: justify;
}

.youtube-video {
    width: 100%;
    height: 300px;
}



/* Dashboard Buttons */
.dashboard-button {
    font-size: 1rem !important;
}


/*  Screen Size wise Adjustment*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .header-user-custom {
        display: none;
    }

    .youtube-video {
        width: 100%;
        height: 200px;
    }

    .dashboard-button {
        font-size: 0.7rem !important;
    }

    .popup-suggestion {
        background-color: #FFFFFF;
        /*border-width: 3px;*/
        /*border-style: solid;*/
        /*border-color: black;*/
        padding-top: 10px;
        padding-left: 10px;
        width: 90%;
        height: 45%;
        border-radius: 12px;
        /*margin-left: -30%;*/
        -webkit-animation-name: popup-suggestion-modal-animation;
        -webkit-animation-duration: 0.8s;
        animation-name: popup-suggestion-modal-animation;
        animation-duration: 0.8s;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
