/* - - - - - - - - - - - - - - - - - - - - - - general - - */
.bold {
    font-weight: bold;
}

.small-space {
    width: 10px;
}

.nowrap{
    white-space: nowrap !important;
}

.ltr-dir{
    direction:ltr !important;
    text-align:left !important;
}

.do-center{
    margin:0 auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - info box - - */

.info-box {
    margin-top:50px!important;
    border: 1px solid #ccc;
    padding: 20px 20px 0px 20px;
    -webkit-border-radius: 40px 0px 0px 40px !important;
    border-radius: 40px 0px 0px 40px !important;
    background-color:#f2f2f2;
}

.info-box i {
    position: relative;
    left: -10px;
    top: -10px;
    font-style: normal !important;
    font-size: 25px;
    border: 1px solid #aaa;
    background-color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    padding-top: 7px;
    padding-left: 2px;
    -webkit-border-radius: 25px 25px 25px 25px !important;
    border-radius: 25px 25px 25px 25px !important;
}

.box-yellow{
    border-right: 15px solid #f9c666;
}

.box-red{
    border-right: 15px solid #f45959;
}

.box-green{
    border-right: 15px solid #91c756;
}

.box-blue{
    border-right: 15px solid #6fc7d1;
}

.box-black{
    border-right: 15px solid #6a6a6a;
}

.t-0{
    margin-top:0px!important;
}

.box-bg1{
    background-color:#fff;
}

.box-bg2{
    background-color:#f8fbc8;
}

/* - - - - - - - - - - - - - - - - - - - - - - question image - - */

.q-img1{
    margin-right:5px;
    margin-bottom: 20px;
}

/* - - - - - - - - - - - - - - - - - - - - - - problems - - */

.problems-wrapper {
   margin-top:50px!important;
}

.problem-header {
    margin-bottom: -5px;
    text-decoration: underline;
}

.problems-wrapper h3 {
    background-color: #6fc7d1 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    -webkit-border-radius: 30px 30px 0px 0px !important;
    border-radius: 30px 30px 0px 0px !important;
    margin-top: 20px !important;
}

.problems-wrapper h3:before {
    font-family: FontAwesome;
    content: "\f040 ";
    padding-left: 10px;
    color:#fff;
}

.problems-wrapper .problem {
    border: 1px solid #6fc7d1;
    padding: 20px;
    -webkit-border-radius: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
}

.problems-wrapper .problem-progress {
    display: none !important;
}

.status.correct, .status.incorrect{
    float:left;
}

/* - - - - - - - - - - - - - - - - - - - - - - video - - */

.video {
    background: none !important;
    margin-bottom: -5px!important;
}

.xblock-student_view-video h3 {
    margin-top: 50px !important;
    margin-bottom: 18px;
    background-color: #6fc7d1 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    -webkit-border-radius: 30px 30px 0px 0px !important;
    border-radius: 30px 30px 0px 0px !important;
}

.xblock-student_view-video h3:before {
    font-family: FontAwesome;
    content: "\f144";
    padding-left: 20px;
    color:#fff;
}
.xblock-student_view-video .video {
    margin-top: -30px !important;
    -webkit-border-radius: 0px 0px 20px 20px !important;
    border-radius: 0px 0px 20px 20px !important;
    margin-bottom: -12px!important;
}

/* - - - - - - - - - - - - - - - - - - - - - - discussion - - */

.discussion-module {
    margin-top: -5px;
    background-color: #fff;
    border: 1px solid #6fc7d1;
    padding: 20px;
    -webkit-border-radius: 0px 0px 20px 20px !important;
    border-radius: 0px 0px 20px 20px !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - page - - */
.course-wrapper .course-content .vert-mod .vert > .xblock-student_view, .course-wrapper .courseware-results-wrapper .vert-mod .vert > .xblock-student_view {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}

body.view-in-course .wrapper-course-material .course-material{
    margin-top: 7px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 3px 5px 3px;
    background-color: #f5f5f5;
}

body.view-in-course .wrapper-course-material, body.view-in-course .wrapper-preview-menu{
    padding-top:1px !important;
}

.instructor-info-action{
    margin-top: 90px;
}

/**/

.sequence-nav {
    margin-top: -173px !important;
    margin-bottom: 6px !important;
}

.breadcrumbs {
    margin-top: 100px !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - unit-title - - */

.unit-title {
    text-align: center;
    font-size: 36px !important;
    position: relative;
    margin: 17px 0px 90px 0px !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - bookmark-button - - */

.bookmark-button-wrapper {
    text-align: left;
    position: absolute;
    left: 20px;
    top: -51px;
}

.bookmark-button-wrapper .bookmark-button {
    font-size: 12px !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - questions - - */
.q-wrapper{

}

.generic-question{

}

.q-wrapper table td{
    vertical-align:top;
}

.a-n{
    padding-left:30px;
}

.ltr-dir .a-n{
    padding-left:0px;
    padding-right:30px;
}

/* - - - - - - - - - - - - - - - - - - - - - - solutions - - */
/*detailed-solution - is campus class*/
.detailed-solution {
    padding: 10px 20px 20px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 15px solid #6fc7d1;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

.detailed-solution table{
    margin-top:0px!important;
}

.detailed-solution table td{
    vertical-align:top;
}

.solution-title {
    font-weight: bold;
    text-decoration: underline;
}

/*question number*/
.solution-q-n {
    width:30px;
    font-weight:bold;
    white-space: nowrap;
}

/*answer number*/
.solution-a-n {
    margin-left:10px;
    white-space: nowrap;
}

.td-space{
    width: 30px;
}

/* - analogya - - */

.analogya-solution {
    
}

.analogya-title {
    font-weight:bold;
    height:40px;
}

.analogya-space {
    width: 30px;
}

.analogya-solution td {
    text-align: right !important;
    padding: 0px !important;
    vertical-align: top !important;
}

/* - generic - - */

.generic-solution td {
    vertical-align: top!important;
    padding-bottom:25px!important;
    text-align:right!important;
}

.generic-solution .td-space {
    width:10px!important;
}


/* - - - - - - - - - - - - - - - - - - - - - - solutions - - */
.wrapper-problem-response .explanation-title{
    display:none!important;
}
.wrapper-problem-response .hint-label{
    display:none!important;
}

.wrapper-problem-response .hint-text{
    text-align: center!important;
    display: block!important;
    font-weight: bold!important;
}

.detailed-solution p:first-child{
    margin-bottom:20px!important;
}

/* - - - - - - - - - - - - - - - - - - - - - - notification and hint - - */
.notification-btn:hover{
    color:#000!important;
}
.problem-hint{
    width: 100%!important;
}
.problem-hint li strong{
    margin-left:20px!important;
    font-weight:normal!important;
}
.notification-submit{
    display:none!important;
}

.notification-show-answer{
    display:none!important;
}

/* - - - - - - - - - - - - - - - - - - - - - - home page - - */
.info-wrapper h3, .info-wrapper h5, .info-wrapper button, .info-wrapper .handouts{
    display:none!important;
} 

.info-wrapper .updates-article{
    padding:10px!important;
    border:1px solid #ccc!important;
}

.hp-title{
    margin-top:30px;
    margin-bottom: -10px;
    color:#1f6c75;
    font-size:22px;
    font-weight:bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}

.home .page-header-main{
    width:100%!important;
}

.home .page-header-main .page-subtitle{
    display:none!important;
}

.home-box{
    padding-left:20px!important;
}

.home-box i{
    left:15px!important;
}

.home-box li{
    text-align:right;
}


/* - - - - - - - - - - - - - - - - - - - - - - sequence-nav - - */

.sequence-nav, .sequence-nav .icon {
    color: #666 !important;
}

.xmodule_display.xmodule_SequenceBlock .sequence-nav {
    height: 30px !important;
    z-index: 10 !important;
    display: block;
    font-size: 14px;
}

.xmodule_display.xmodule_SequenceBlock .sequence-nav ol li:first-child{
    border-right-style: solid;
}

.xmodule_display.xmodule_SequenceBlock .sequence-nav ol li:last-child{
    border-left-style: solid;
    height: 30px;
}

.xmodule_display.xmodule_SequenceBlock .sequence-nav .sequence-list-wrapper{
    flex-grow:unset;
    width: 70%;
    margin: -30px auto auto auto;
}

.xmodule_display.xmodule_SequenceBlock .sequence-nav-button.button-previous{
    min-width: 0 !important;
    width:75px !important;
    border-radius: 15px
}

.xmodule_display.xmodule_SequenceBlock .sequence-nav-button.button-next{
    float: left;
    position: absolute;
    min-width: 0 !important;
    width:75px !important;
    border-radius: 15px
}

.xmodule_display.xmodule_SequenceBlock .sequence-nav-button{
    padding:0 5px !important;
}

.xmodule_display.xmodule_SequenceBlock .sequence-nav ol li
{
    min-width: 0px;
}

.xmodule_display.xmodule_SequenceBlock .sequence-nav ol li button{
    height: 30px !important;
}

.xmodule_display.xmodule_SequenceBlock .sequence-nav button.active {
    border-bottom:2px solid #777 !important;
    background-color: #eee !important;
    color: #000;
}

.xmodule_display.xmodule_SequenceBlock .sequence-nav ol li button:hover{
    color: #000;
}

.sequence-bottom{
    font-size: 14px;
}

.xmodule_display.xmodule_SequenceBlock nav.sequence-bottom .sequence-nav-button {
    margin-left: 40px;
}

.button-next {
    border-right: 1px solid #c8c8c8 !important;
}

.xmodule_display.xmodule_CapaModule div.problem table td {
    text-align: right!important;
    direction:rtl!important;
}

/* - - - - - - - - - - - - - - - - - - - - - - right menu - - */

.course-index .accordion .course-navigation .chapter-content-container.is-open {
    margin-top: -15px;
}

.course-index .accordion .course-navigation .button-chapter{
    color: #777;
}

.rtl .course-index .accordion .course-navigation .button-chapter .group-heading{
    padding: 7px 20px 7px 0 !important;
    color: #000;
    padding-bottom:20px !important;
}

.course-index .accordion .course-navigation .button-chapter.active .group-heading{
    padding-bottom:16px!important;
}

.course-index .accordion .course-navigation .chapter-content-container .chapter-menu{
    margin-bottom: 10px!important;
}

.course-index .accordion .course-navigation .chapter-content-container .chapter-menu .menu-item{
    height:30px;
}

.course-index .accordion .course-navigation .chapter-content-container .chapter-menu .menu-item a{
    color:#777!important;
    font-size: 13px!important;
    height:30px;
    border: 1px solid #bbb;
    padding: 3px 10px 0px 0px!important;
}

.course-index .accordion .course-navigation .chapter-content-container .chapter-menu .menu-item a:hover, .course-index .accordion .course-navigation .chapter-content-container .chapter-menu .menu-item div.info-wrapper section.handouts ol li div.hitarea:hover + h4, div.info-wrapper section.handouts ol li .course-index .accordion .course-navigation .chapter-content-container .chapter-menu .menu-item div.hitarea:hover + h4, .course-index .accordion .course-navigation .chapter-content-container .chapter-menu .menu-item div.info-wrapper section.handouts ol li div.hitarea:focus + h4, div.info-wrapper section.handouts ol li .course-index .accordion .course-navigation .chapter-content-container .chapter-menu .menu-item div.hitarea:focus + h4, .course-index .accordion .course-navigation .chapter-content-container .chapter-menu .menu-item a:focus{
    border:1px solid #ccc!important;
    transition: all 0.5s ease;
    color:#000!important;
    border:1px solid #999!important;
}

.course-index .accordion .course-navigation .chapter-content-container .chapter-menu .menu-item.active a{
    background: #f3f3f3;
    border:1px solid #aaa;
    color: #444!important;
}

.course-index .accordion .course-navigation .button-chapter .group-heading .icon{
    right: 7px !important;
    top: 13px !important;
}

/*bookmarks-button*/

.courseware-bookmarks-button{
    width:100% !important;
}

.bookmarks-list-button{
    border:none !important;
}
.course-index {
    display: table-cell !important;
}