.expandcollapse-item {
    overflow: hidden
}

.expandcollapse-heading-collapsed {
    cursor: pointer;
    padding: 15px 20px;
    position: relative;
    color: #000;
    background-color: #cecece;
    width: 85%;
    border: 1px solid #fff
}

.expandcollapse-item:first-of-type {
    border-top: 0
}

.expandcollapse-heading-collapsed p {
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.expandcollapse-heading-expanded {
    cursor: pointer;
    padding: 15px 20px;
    position: relative;
    color: #fff;
    background-color: #000;
    width: 85%
}

.expandcollapse-heading-expanded p {
    font-size: 14px;
    font-weight: 700;
    margin: 0
}

.expandcollapse-heading-collapsed>span,
.expandcollapse-heading-expanded>span {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 20px;
    line-height: 0
}

.expand-collapse-content {
    padding: 8px
}

.slideDown.ng-hide {
    height: 0;
    transition: height .35s ease;
    overflow: hidden;
    position: relative
}

.slideDown {
    transition: height .35s ease;
    overflow: hidden;
    position: relative
}

.slideDown.ng-hide-add,
.slideDown.ng-hide-remove {
    display: block !important
}

.slideDown.ng-hide-add {
    animation-name: hide;
    -webkit-animation-name: hide;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in
}

.slideDown.ng-hide-remove {
    animation-name: show;
    -webkit-animation-name: show;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out
}

.myalign {
    border: none;
    border-bottom: 1px solid;
    text-align: center;
    width: 162px;
    cursor: pointer
}

.panel-body {
    padding: 0 !important
}

@keyframes spin {
    from {
        transform: rotateZ(0)
    }

    to {
        transform: rotateZ(1turn)
    }
}

.paraalign {
    text-align: justify;
    font-size: 15px;
    line-height: 22px
}

.paraoverview {
    height: 520px;
    overflow-y: scroll;
    overflow-x: hidden
}

.staff {
    margin: 10px 0
}

.staff-block {
    float: left;
    width: 48%;
    padding-left: 10px;
    padding-bottom: 10px
}

.staff-title {
    background-color: #1162c5;
    color: #fff;
    padding: 4px;
    border: solid 1px #2e3d7a;
    border-top-left-radius: 3px;
    border-top-right-radius: 6px;
    font-weight: 700
}

.staff-name {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    background-color: silver !important;
    width: 600px !important
}

.staff-name:hover {
    background-color: silver !important;
    cursor: pointer
}

.staff-section {
    display: inline-block;
    padding-left: 10px
}

.staff-desc {
    font-family: Myriad Web Pro;
    height: 0;
    padding: 3px;
    overflow: hidden;
    display: block
}

.staff-desc p {
    text-align: justify;
    margin-top: 5px
}

.staff-desc img {
    margin: 5px 10px 5px 5px;
    float: left;
    height: 185px
}

.partalign {
    position: relative;
    font-size: 14px;
    padding: 4px;
    font-weight: 700
}

input[type=text]:focus  {
    background: #ff0;
}

li a:hover {
    cursor: pointer
}

.staff-name:hover {
    background-color: #00c0ef !important;
    color: #fff
}

.list {
    margin-left: 5px;
    width: 70%;
    height: auto
}

.listLeft {
    margin-left: 5px;
    width: 50%;
    height: 32px
}

.red {
    /* border: 1px solid #000 */
}

.left .green1 {
    float: left;
    border: 1px solid green;
    min-width: 270px !important;
    width: auto !important
}

.green {
    border: 1px solid green;
    position: relative;
    bottom: 33px;
    left: 108px;
    width: 150px
}

.item987 {
    width: auto;
    border: 1px solid;
    height: 30px;
    text-align: center;
    padding: 6px 0 0 0
}

.red .item987 {
    background-color: #000;
    color: #fff;
    cursor: grab !important;
    width: auto;
    border: 1px dotted;
    margin: 6px 0 6px 0
}

.green .item987 {
    background-color: green;
    color: #fff;
    width: auto !important;
    cursor: grab;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.green1 .item987 {
    background-color: green;
    color: #fff;
    width: auto !important;
    cursor: grab
}

.dragover {
    border: 2px dotted;
    cursor: grab;
    min-height: 50px;
    height: auto
}

.dragging {
    border: 2px dotted;
    cursor: grab
}

#box1:hover {
    min-height: 50px;
    height: auto
}

#description {
    float: left;
    margin-left: 20px
}

.quetype2 {
    position: relative;
    left: 19px;
    bottom: 17px
}

.points_table_scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    min-width: 400px;
}

.points_table_scrollbar::-webkit-scrollbar-track {
    border-radius: 10px
}

.points_table_scrollbar::-webkit-scrollbar {
    width: 9px;
    min-width: 5px;
    background-color: #c0e2ea
}

.points_table_scrollbar::-webkit-scrollbar-thumb {
    background-color: #1e4768;
    background-image: -webkit-linear-gradient(90deg, transparent, #3c8dbc 50%, transparent, transparent)
}

.navbar-inverse {
    height: 50px;
    margin: 50px 0 80px
}

.brand-img {
    border-radius: 50%;
    position: relative;
    top: -37px;
    height: 128px;
    width: 128px
}

.time-div {
    background: #000;
    color: #fff;
    text-align: center;
    margin: 0;
    /* line-height: 24px; */
    padding: 6px 0
}

.pagination-div {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    min-height: 100px;
    z-index: 9999999999;
    width: 100%;
    border-top: 3px solid #e7eaed;
    /* padding: 14px 0 */
    padding: 10px;
    margin-bottom: -10px;
}

.part {
    background-color: #fff;
    padding: 2px 15px;
    margin: 2px 0;
    border-bottom: 1px solid #cecece;
    width: 100%;
}

.section_4 {
    overflow-y: scroll;
    height: 400px;
    overflow-x: hidden;
    padding-top: 20px;
}

@media (min-width:1367px) {
    .points_table_scrollbar {
        height: 725px;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .section_4 {
        height: 725px
    }
}

@media (max-width:1200px) {
    .expandcollapse-heading-collapsed {
        width: 80%
    }

    .expandcollapse-heading-expanded {
        width: 80%
    }
}

@media (max-width:768px) {
    .navbar-header {
        float: left;
        padding-left: 25px
    }

    .navbar ul {
        float: right;
        display: inline-flex
    }
}

@media (min-width:768px) and (max-width:980px) {
    .expandcollapse-heading-collapsed {
        width: 80%
    }

    .expandcollapse-heading-expanded {
        width: 80%
    }

    .question-buttons {
        width: 94%
    }
}

@media (max-width:767px) {
    .pagination-div {
        position: relative;
        background-color: #fff;
        padding: 14px 0;
        bottom: 0;
        min-height: 250px
    }

    .pagination {
        display: inline
    }

    .expandcollapse-heading-collapsed {
        width: 80%
    }

    .expandcollapse-heading-expanded {
        width: 80%
    }

    .reading-footer {
        position: absolute;
        top: 970px;
        bottom: inherit
    }

    .question-buttons {
        width: 94%
    }

    .clock {
        text-align: left;
        line-height: 4.5em
    }

    .left {
        width: 100% !important
    }

    .splitter-container {
        display: block !important
    }

    .list {
        width: 80%
    }

    .green {
        bottom: 0;
        left: 0
    }
}

@media screen and (min-width:1025px) and (max-width:1280px) {
    .points_table_scrollbar {
        height: 341px;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .section_4 {
        height: 341px
    }
}

@media screen and (min-width:1200px) and (max-width:1600px) {
    .points_table_scrollbar {
        height: 550px;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .section_4 {
        height: 341px
    }
}

/* ielts ieltslistening page css add on 17-05-2024 */


.ielts-volume-up-v{
    font-size: 18px; position: relative; top: 6px;
}

.ielts-review-v{
    font-weight: bold;
}




.ilets-partalign-v{
    margin: 0px 5px 0px 5px;
}

