  
@media (max-width: 575px){
    .fr-label{
        font-size:1.50rem
    }
}
.fr-form-actions{
    background-color:#119CD6;
    padding:0 1rem;
    height:72px;
    overflow:hidden
}
.fr-form-actions .btn{
    margin:0;
    margin-left:.25rem
}
label{
    font-weight:bold
}
.form-text,.form-email{
    display:block;
    width:100%;
    /*height:calc(1.5em + .75rem + 2px);*/
    padding:.375rem .75rem;
    color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    border-radius:.25rem;
    -webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (min-width: 768px){
    #collapsesyllabus{
        display:block
    }
}
#collapsesyllabus{
    height:calc(100vh - 90px - 72px);
    max-height:calc(100vh - 90px - 72px);
    overflow:hidden;
    overflow-y:auto;
    padding-left:1rem;
    padding-right:1rem
}
.form-item-with-icon .filter-image-category{
    width:35px;
    height:35px;
    min-height:35px;
    min-width:35px;
    overflow:hidden;
    display:inline-block
}
.node--syllabus .syllabus-wrap-image{
    margin-right:.5rem;
    margin-bottom:.5rem
}
@media (max-width: 575px){
    h1.syllabus-title{
        font-size:1.50rem
    }
}
.node--syllabus--full .syllabus-wrap-image{
    max-width:100px;
    display:inline-block
}
.node--syllabus--full .field{
    margin-bottom:1rem
}
.node--syllabus--full .accordion{
    margin-bottom:1.5rem
}
.node--syllabus--full .accordion .btn-accordion{
    padding:.75rem 1.25rem;
    background-color:rgba(0,0,0,0.03);
    border:1px solid rgba(0,0,0,0.125);
    font-size:1.25rem;
    text-transform: none;
}
.node--syllabus--full .accordion .btn-accordion:first-child{
    border-radius:3px 3px 0 0
}
.node--syllabus--full .accordion p{
    /*padding-top:1.5rem;
    padding-bottom:1.5rem; */
}
.node--syllabus--teaser{
    margin:0 2px
}
.node--syllabus--teaser .divider:last-child{
    display:none
}
.node--syllabus--teaser .field-tags--syllabus{
    margin-top:1rem
}
.node--syllabus--teaser .badge{
    margin:0 .2rem 1px 0;
    text-transform:capitalize
}
.node--syllabus--teaser .wrap--syllabus-btn{
    margin-top:1rem;
    padding-top:1rem
}
.node--syllabus--teaser .syllabus-wrap-image{
    width:40px;
    height:40px;
    font-size:7px;
    text-align:center;
    display:inline-block;
    overflow:hidden
}
.node--syllabus--teaser .syllabus-wrap-image.active{
    border-radius:50%;
    border:1px solid #000
}
.node--syllabus--teaser .syllabus-wrap-tag{
    cursor:pointer
}
.node--syllabus--teaser .symbols{
    padding:0;
    min-width:17px;
    display:inline-block
}
.node--syllabus--teaser .sMinus{
    display:none
}
.node--syllabus--teaser .badge-light.active{
    background-color:#007bff
}
.node--syllabus--teaser .badge-light.active .sMinus{
    display:inline-block
}
.node--syllabus--teaser .badge-light.active .sPlus{
    display:none
}
.node--syllabus--teaser .syllabus-title{
    font-size:1.25rem;
    font-family:"TradeGothic", "Arial Bold";
    line-height:1.2
}

.ui-accordion.ui-accordion-header {
    display: block;
    cursor: pointer;
    background-color: #f4f4ef;
    position: relative;
    margin: 2px 0 0 0;
    padding: 1.5rem 1rem 1rem 1.5rem!important;
    color: #007fa3!important;
}
.ui-accordion-header.ui-state-active { 
    background-color: #f2f4f7!important; 
}
.ui-accordion.ui-accordion-content {
    padding: 1em 2.2em;
    background-color: #f4f4ef;
    border-top: 0;
    overflow: auto;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background-color: #f2f4f7!important; 
  font-weight: normal;
  color: #007fa3!important;
  text-decoration: underline;
}


#views-exposed-form-search-page-1 .form--inline .form-item-name, #views-exposed-form-search-page-1 .form--inline .form-item-combine {
  background-color: white;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#views-exposed-form-search-page-1 .form-control {
    font-family: "trade-gothic-next",-apple-system,BlinkMacSystemFont,"Arial","Segoe UI",sans-serif;
    background-color: #fff;
}

#views-exposed-form-search-page-1 .form--inline{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#course-accordion .accordion-item .btn-accordion {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  padding: .75rem 1.25rem;
  border-bottom: 1px solid rgba(0,0,0,0.125);
  font-family: "trade-gothic-next",-apple-system,BlinkMacSystemFont,"Arial","Segoe UI",sans-serif;
  font-size: 1rem;
  text-transform: initial;
  background-color: #f2f4f7 !important;
}

#course-accordion .accordion-item .btn-accordion.collapsed::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


#course-accordion .accordion-item .btn-accordion::after {

    content: url(/courseoutlineexplorer/themes/custom/oise/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' width='10' height='16.183' viewBox='0 0 10 16.183'%3E%3Cpath id='chevron' d='M50.815,0,48.907,1.908,55.09,8.092l-6.183,6.183,1.908,1.908,8.092-8.092Z' transform='translate(-48.907)' fill='%2325355A'/%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: .3s transform ease-in-out;
    transition: .3s transform ease-in-out;

}

#course-accordion .accordion-item{
    margin-bottom: 5px;
    background-color: #fff !important;
    border-color: #ddd !important;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

ol.loweralpha {list-style-type: lower-alpha;}

.collapse.show { padding: 1.5rem; }

.collapsing { padding: 1.5rem; }

.accordion-wrap {
  margin-bottom: 5px;
  background-color: #fff !important;
  border-color: #ddd !important;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.footer {
    margin-top: 50px;
}

tr,
tr td,
tr th {
border: 1px solid #bfbfbf;
min-width: 2em;
padding: .4em;
}

.print-right{
   /* text-align: right;
    background-color: rgba(0,0,0,0.03);
    display: inline-block;
    border-color: #ddd !important;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 50px;
    padding: .375rem 1.5rem;*/

    text-align: right;
    font-size: 14px;
}
/**** CSS for Search bar ****/

#views-exposed-form-search-page-1 label {
  font-family: "trade-gothic-next-condensed", "Arial Bold";
}

#views-exposed-form-search-page-1 .form-item-tags {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  #views-exposed-form-search-page-1 .form-item-tags {
    max-width: 25%;
    padding-bottom: 0;
  }
}
#views-exposed-form-search-page-1 .form-item-tags select {
  background-color: white;
}
#views-exposed-form-search-page-1 .form-item-type,
#views-exposed-form-search-page-1 .form-item-group {
  padding-left: 0;
}

@media screen and (min-width: 1100px) {
  #views-exposed-form-search-page-1 .form-item-type,
  #views-exposed-form-search-page-1 .form-item-group {
    max-width: 25%;
    padding-bottom: 0;
  }
}

#views-exposed-form-search-page-1 .form-control {
  font-family: "trade-gothic-next", -apple-system, BlinkMacSystemFont, "Arial",
    "Segoe UI", sans-serif;
}

#views-exposed-form-search-page-1 .form--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#views-exposed-form-search-page-1 .form--inline .form-item {
  margin-top: 0;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
#views-exposed-form-search-page-1 .form--inline .form-item-name,
#views-exposed-form-search-page-1 .form--inline .form-item-combine {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#views-exposed-form-search-page-1 .form--inline .form-item-name input,
#views-exposed-form-search-page-1 .form--inline .form-item-combine input {
  background-color: white;
}
#views-exposed-form-search-page-1 .form--inline .form-actions {
  margin-top: 0;
}
#views-exposed-form-search-page-1 .form--inline .button {
  height: calc(1.5em + 1.3rem + 2px);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#views-exposed-form-search-page-1 .form--inline #edit-reset {
  margin-left: 0.5rem;
  margin-right: 0;
}
#views-exposed-form-search-page-1 .form--inline #edit-actions {
  width: 100%;
}
#views-exposed-form-search-page-1 .form--inline .form-item-field-department-target-id {
  padding-left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #views-exposed-form-search-page-1 .form--inline .form-item-field-department-target-id {
    padding-left: 15px;
    max-width: 33%;
    padding-bottom: 0;
  }
}

#views-exposed-form-search-page-1 .form--inline .form-item-field-department-target-id select {
  background-color: white;
}

#views-exposed-form-search-page-1 .form--inline .chosen-container {
  border: 1px solid #ccd2dc;
}

#views-exposed-form-search-page-1 .form--inline .chosen-container:focus,
#views-exposed-form-search-page-1 .form--inline .chosen-container:active,
#views-exposed-form-search-page-1 .form--inline .chosen-container:hover {
  border-color: #333;
}
#views-exposed-form-search-page-1
  .form--inline
  .chosen-container
  .chosen-single
  div
  > b {
  background-image: none;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}

/**** Adding style to ol ul li ****/

li {
  margin-bottom: .80rem;
}

ul.spacing-right {
  margin-left: 20px;
}

ol.spacing-right {
  margin-left: 20px;
}

.ui-dialog > .ui-dialog-content ul.spacing-right {
    margin-left: 50px;
}