/*v.83
/*****************************************
GENERAL COMPONENTS
*****************************************/


/*EXTERNAL ASSETS*/

/*text*/
/* add disc to tax list*/
.rteocm.add-disc ul li{
    list-style-type: disc;
}
ul{
    padding-bottom:3em;
}

/*table*/

.rteocm-table tr td {
    padding: .5em;
    border: 1px solid #d1d1d1;
}

.rteocm-table thead tr {
    background-color: #cdcdcd;
}

.rteocm-table tbody tr:nth-child(even) {
    background-color: #ebebeb;
}

.rteocm-table tbody tr:hover {
    background-color: #8b8b8b;
    color: white;
}
.rteocm-table tbody tr td:hover {
    cursor: pointer;
    background-color: rgb(90, 90, 90);
    color: rgb(255,255,255);
}


/*ctaimg*/

div.rteocm-ctaimage {
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    width: 250px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    padding: 20px;
    height: 330px;
}

div.rteocm-ctaimage img {
    height: 50px;
}

div.rteocm-ctaimage .detail {
    padding: 20px 0;
}

/*dynamic repeater*/
.accordionjs .acc_section.acc_active > .acc_content{
    display:inline-block !important;
}

/*****************************************
COURSE PAGE
*****************************************/


/*EXTERNAL ASSETS*/


/*NRT Logo*/

@media only screen and (max-width: 1440px) {
    .rteocm-logo-nrt,
    .rteocm-logo-other {
        display: none;
    }
}

/*main section divs*/

.rteocm-mainsection {
    border-bottom: 1px solid grey;
}

.rteocm-mainsection_border {
    border-bottom: 1px solid grey;
    margin: 20px 0;
}

#rteocm-custom-section-module .jet-listing-dynamic-repeater__item>:not(td):not(.jet-engine-gallery-grid) {
    display: block !important;
}
.rteocm-ax-enquirybtn{
    margin-top:10px !important;
}

/*accordion main sections*/
.course-toggles .jet-accordion__inner div.jet-accordion__item.jet-toggle{
    border-width:0px !important;
    border:none;
}

.course-toggles .jet-toggle__control,.jet-tabs__control,
.course-toggles.elementor-widget-n-tabs .e-n-tabs .e-n-tab-title{
    display:none;   
} 
.course-toggles #rteocm-module-Yes{
    display:flex !important;
    border:1px solid rgb(228,228,228);
    border-radius:10px;
    margin-bottom:20px;
}

.rcm-course-accordion .rteo-elective-tabs button{
    display:none;
}

.rcm-course-accordion .rteo-elective-tabs #rteocm-module-Yes{
    display:inherit;
}

.course-toggles .jet-accordion__item {
    margin-bottom:0;
    border:none;
}
.course-toggles .jet-toggle__content{
	border:1px solid rgb(228,228,228);
    border-radius:10px;
	    margin-bottom:20px;
}

/*heading stream*/
.rcm.stream{
    display:none;
}

.rcm.stream:not(:empty){
    display:inline;
}

.rcm.stream:before{
    content:"\00a0(";
}

.rcm.stream:after{
    content:")\00a0";
}
