﻿.form-content {
    padding: 15px 0 0 0;
    margin: 11px 0 0 0;
}

.container_box {
    background: #FFF !important;
    padding: 5px 5px 0 5px !important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 100% !important;
}
.btn-circle-26 {
    width: 26px;
    height: 26px;
    text-align: center;
    padding: 4px 7px;
    font-size: 13px;
    border-radius:50%;

}
.next-step, .next-step:active, .next-step:hover, .next-step:focus, .next-step:active:focus {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    /*border: 1px solid transparent;*/
    /*padding: 5px 10px;*/
}
.prev-step, .prev-step:active, .prev-step:hover, .prev-step:focus, .prev-step:active:focus {
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    /*border: 1px solid transparent;
    padding: 5px 10px;*/
}

.stepwizard {
    background: #fff !important;
    display: table;
    width: 100% !important;
    position: relative;
    margin-left: 0 !important;
    margin-top: 0 !important;
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 5px 0;
    padding-top: 0;
}
.stepwizard-step.btn:hover, .btn:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.btn-link:focus, .btn-link:hover {
    color: #23527c;
}
.stepwizard-step .btn:hover {
    color: #cccccc !important;
}
.step-tag-active a {
    background: #FFFFFF !important;
    border-radius: 100% !important;
    width: 50px;
    height: 50px;
    padding: 13px 0 0 0;
    box-shadow: none !important;
    outline: 0;
}

.step-tag-visited a {
    border: 1px solid #92cf5c !important;
    color: #92cf5c !important;
}

.step-tag-visited p {
    color: #92cf5c !important;
}

.stepwizard-step > a {
    z-index: 999;
    position: inherit;
}

.stepwizard-step > a > i {
    font-size: 16px !important;
}

.stepwizard-step > p {
    margin-top: 5px;
    font-size: 12px !important;
    text-transform: uppercase;
}
.step-tag-active p {
    font-weight: 600;
}
.form-control {
    height: 28px !important;
    padding: 2px 12px !important;
    font-size: 12px !important;
    box-shadow: none;
}

.panel-body > h4 {
    padding: 0 0 0 8%;
    font-weight: 600;
}

.wizard_menu {
    margin-top: 0;
    margin-bottom: 0;
}

.lablforsectSect {
    left: 87px !important;
}

.lablforsectPreview {
    left: 85px !important;
}

.lablforsectApprove {
    left: 80px !important;
}

label.lablforsect {
    left: 90.75px;
    position: absolute;
    color: #333;
}

.wizard .nav-tabs {
    position: inherit;
    margin: 0 auto;
    margin-bottom: 0;
    border-bottom-color: rgba(224, 224, 224, 0);
}

.wizard > div.wizard-inner {
    position: relative;
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0 5px 0;
}

.connecting-line {
    background: #e8e8e8 none repeat scroll 0 0;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 97.2%;
    z-index: 0;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    cursor: pointer;
    border-bottom-color: transparent;
}

.wizard .nav-tabs > stepwizard-step.active:before {
    background-color: #F3994C;
}

.wizard .nav-tabs > .step-tag-active:before {
   border: none;
}

.wizard .nav-tabs > .step-tag-visited:before {
    background-color: #92cf5c;
    border: none;
}

.wizard .nav-tabs > li:before, .wizard .nav-tabs > li:after {
    position: absolute;
    background-color: #eaeaea;
    top: 42%;
    margin-top: -10px;
    width: 100%;
    height: 5px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    content: '';
}

.wizard .nav-tabs > li:after {
    right: 0;
}

.wizard .nav-tabs > li:last-child:before {
    left: 0;
    width: 50%;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #E8E8E8;
    z-index: 2;
    position: absolute;
    left: 38%;
    text-align: center;
    font-size: 16px;
}

span.round-tab i {
    color: #E8E8E8;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #f3994c;
    width: 2em;
    height: 2em;
    line-height: 28px;
    z-index: 2;
}

.wizard li.active span.round-tab i, .step-tag-active > .btn:hover, .step-tag-active > .btn:focus {
    color: #f3994c !important;
}
a:hover > span.round-tab {
    color: #333;
    border: 2px solid #f3994c;
}
a:hover > span.round-tab > i {
    color: #f3994c;
    margin-top: 2px !important;
}

.nav.nav-tabs > li > a :hover, .nav.nav-tabs > li > a :focus {
    margin-top: 12px !important;
}

.nav.nav-tabs > li > a > i, .nav.nav-tabs > li > a > i {
    margin-top: 12px !important;
}
.wizard.wizard-5 {
    background:transparent !important;
}
.wizard-5 > div.wizard-inner {
    background:#FFF !important; 
}
.wizard .nav-tabs > li {
    width: 33.33%;
}
.wizard-4 .nav-tabs > li {
    width: 25% !important;
}
.wizard-5 .nav-tabs > li {
    width: 20% !important;
}
.stepwizard-step.active p{
    color:#F3994C !important;
}
.wizard-5 li.stepwizard-step.active::before {
    background: #f39c12;
    border: solid #f39c12;
}
.learningpath-tab .wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    filter: alpha(opacity=0); /*IE*/
    margin: 0 auto;
    bottom: 0;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0); /*IE*/
    margin: 0 auto;
    bottom: 0;
    border: 10px solid white;
    border-bottom-color: white;
}

.wizard .nav-tabs > li.step-tag-visited a:hover {
    border: 1px solid #92cf5c !important;
    color: #92cf5c !important;
}

.wizard .nav-tabs > li a:hover, .wizard .nav-tabs > li a:focus {
    border: 1px solid !important;
}

.wizard .nav-tabs > li a {
    width: 3.6em !important;
    height: 3.6em !important;
    margin: 0 auto !important;
    border-radius: 100%;
    padding: 0;
    background: #ffffff !important;
    color: #cccccc;
    opacity: 1;
    filter: alpha(opacity=100); /*IE*/
    border: 1px solid;
}

.nav-tabs > li > a::after {
    content: "";
    background: #4285F4 !important;
    height: 2px;
    position: absolute;
    width: 42%;
    left: -15px;
    -moz-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    top: 23px;
    z-index: 1;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
}

.wizard h3 {
    margin-top: 0;
}
.progress-bar {
    /*background-color: #f3994c;*/
}
.page-header h3 {
    margin: 5px !important;
}
.page-header {
    margin: 8px 0 !important;
    background: transparent !important;
    padding: 0.5% 3%;
}
.progress {
     height: 2px !important;
    border-radius: 0;
    border: none !important;
    background-color: #E8E8E8 !important; /* fallback for older/unsupporting browsers */
    overflow: hidden;
    margin-bottom: 18px;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
                        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
                        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.progress .bar {
    width: 0;
    height: 6px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -ms-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(top, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .bar {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.progress-danger.progress-striped .bar {
    background-color: #F3994C;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -ms-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(top, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.progress-success.progress-striped .bar {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(top, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.progress-info.progress-striped .bar {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

.errorMessage {
    padding: 0 !important;
    float: right;
    font-size: 12px;
}

/*input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus, file:focus:invalid:focus {
    border: 1px solid #e9322d !important;
    color: #444444;
    -webkit-box-shadow: inset 0 1px 1px rgba(244, 67, 54, 0.22),0 0 8px rgba(244, 67, 54, 0.27);
    box-shadow: inset 0 1px 1px rgba(244, 67, 54, 0.22),0 0 8px rgba(244, 67, 54, 0.27);
}*/

textarea {
    width: 100%;
    padding: 2px 12px !important;
    font-size: 12px !important;
}

@media( max-width : 585px ) {

    .wizard_menu {
        width: 100%;
        height: auto !important;
        /*background: transparent !important;*/
    }

    span.round-tab {
        font-size: 16px;
        width: 3em !important;
        height: 3em !important;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin: 1%;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .connecting-line {
        height: 100%;
        background: #E8E8E8;
        position: absolute;
        width: 2px;
        margin: 0 auto;
        left: 27px;
        right: inherit;
        top: 0;
        z-index: 1;
    }

    .nav-tabs > li > a::after {
    }
}

@media(max-width: 767px) {
    .wizard .nav-tabs > li a {
        width: 3em;
        height: 3em;
        margin: 0 !important;
        text-align: inherit !important;
        line-height: 20px !important;
    }

    .wizard .nav-tabs > li:before, .wizard .nav-tabs > li:after {
        position: absolute;
        background-color: #eaeaea;
        top: 50%;
        margin-top: -38px;
        margin-left: 17px;
        width: 5px;
        height: 100%;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        content: '';
        left: 0;
    }

    .wizard .nav-tabs > li:last-child:before {
        left: 0;
        width: 5px;
    }

    .stepwizard-step > p {
        font-size: 12px !important;
        margin: -14px 0 0 0;
        position: inherit;
        top: -25px;
        left: 55px;
        text-align: left;
    }

    /*.connecting-line {
        height: 100%;
        background: #E8E8E8;
        position: absolute;
        width: 2px;
        margin: 0 auto;
        left: 27px;
        right: inherit;
        top: 0%;
        z-index: 1;
    }*/
}

/*section.html CSS*/
.ListGroupItem {
    border: 0 solid #BCBCBD;
    margin: 5px auto;
    background-color: #F3F3F3 !important;
    border-radius: 0 !important;
}

.ListGroupST {
    border: 0 solid #BCBCBD;
    margin: 5px auto;
    background-color: #fff !important;
    border-radius: 0 !important;
}

.section_topicName {
    font-size: 14px;
    font-weight: 600;
}

.section_subtopic {
    font-size: 14px;
    font-weight: 500;
}

.section_subtopicName {
    font-size: 14px;
    font-weight: 500;
}

.section_subtopicContent {
    font-size: 12px;
    font-weight: 300;
    padding: 0 15px;
}

a.subtopicIcons {
    font-size: 12px;
    color: #405058;
    cursor: pointer;
}

.subtopicIcons {
    font-size: 12px;
    padding: 0 10px;
}

#LinkModal table {
    border: none !important;
}

#LinkModal table tr, #LinkModal table tr:hover {
    border: none !important;
    background-color: transparent;
}

#LinkModal table tr td {
    border: none !important;
}

#FileModal table {
    border: none !important;
}

#FileModal table tr {
    border: none !important;
}

#FileModal table tr td {
    border: none !important;
}

#myModaladdTopic, #myModaladdTopic:focus, #myModalSubtopic, #myModalSubtopic:focus,
#ActivityModal, #ActivityModal:focus, #FileModal, #FileModal:focus, #LinkModal, #LinkModal:focus {
    display: none;
    /*position: fixed;
    top: 35%;
    left: 34%;*/
    outline: none;
    /*z-index: 1001;*/
}

/*#myModaladdTopic, #FileModal {
    top: 25%;
}*/

.btnPrevious {
    border-radius: 50px 0 0 50px !important;
    position: inherit;
    left: 6px;
    right: 0;
    border-right: 1px solid #fff !important;
}

.btnNext {
    border-radius: 0 50px 58px 0 !important;
    border-left: 1px solid #fff !important;
}
/*createCourse.html CSS*/
.tab-pane tr:hover {
    background-color: transparent !important;
}

