@media all and (min-width:0\0) and (min-resolution: .001dpcm)
{
    .teamNameDropBody .widget-box .widget-body .maxHeight
    {
        overflow:scroll !important;
    }
    .cls_essentialstandards #essentials-standards .maxHeight-300
    {
        overflow:scroll !important;
    }
    .cls_assesments .grade_page_btn #btSchedule , .cls_assesments .grade_page_btn #btCopyAssessment , .cls_assesments .grade_page_btn #btDeleteAssessment
    {

        min-width:auto !important; /*ST-2504*/
    }
    .cls_academicstandard .widget-box .maxHeight-300
    {
        overflow:scroll !important; /*ST-2659*/        
    }
    .cls_user .checkPageNavigate .checkboxtreewrapper .checkbox label span.lbl:before
    {
        height: 13.5px !important;
        line-height: 12px !important;
        width: 13px !important;
    }
    .cls_roles input.ace[type="checkbox"]:checked + .lbl:before
    {
        height: 15px !important;
        line-height: 13px !important;
    }
}

/** Grid And List view Css **/
.item .thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0 20px;
    background-color: transparent;
}
.grid-data{
    text-align:center;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: transparent;
    padding: 0 15px;
}
.item.list-group-item .list-data
{
    border-bottom: 1px solid #9F9F9F !important;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 7px;
    margin-right: 0px;
}
/*.item.list-group-item .list-data:last-child
{
    border-bottom: none !important;
}*/

.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 0px 9px 0px 9px;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 15px 0 0px;
}
.list-group-item-heading{
    color:#000 !important;
    margin-bottom: 1px;
}
.thumbnail{
    border:none !important; 
    border-radius:none !important; 
}
.grid-data .media-cover{
    margin-left: auto;
    margin-right: auto;
}
.item.list-group-item .grid-data{
    display:none;
}
.item.grid-group-item .list-data{
    display:none;
}
.list-group-item{
  border:none !important;  
}
.grey-text{
    color: #707070;
}
.list-group-item-heading a{
    font: normal normal bold 18px Open Sans;
    color: #00A8E3;
}

.margin-rt-10{
    margin-right: 10px;
}

#grid:hover{
    text-decoration: none !important;
}

.media-cover a img{
    height: 230px;
}
.video-author .author-name, .video-author .duration, .video-author .pipe{
    color: #707070;
    font-size:15px;
    font-weight: bold;
}
.media-author .author-name{
    color: #00A8E3;
    font-size:15px;
    font-weight: bold;
}
.media-author .grey-text{
    color: #707070;
    font-size:15px;
    font-weight: bold;
}
.item .list-group-item-text{
    color: #707070;
    font-size:15px;
}

@media (max-width: 766px){
    .item .thumbnail {
        padding: 0;
    }
    .list-data .media-cover{
       width:30%;
    }
    .list-data .caption{
       width:70%;
    }
    .grid-data .media-cover{
       width:30%;
    }
    .grid-data .media-cover a img{
        height: auto;
    }
}
.list-group-item-heading .title a{
    font: normal normal bold 18px Open Sans;
    color: #00A8E3;
}
.list-group-item-heading .media-title a{
    font: normal normal bold 16px Open Sans;
    color: #00A8E3;
}
.list-group-item-heading .subtitle{
    font: normal normal bold 16px Open Sans;
    color: #707070;
}

@media (max-width: 450px){
    .list-data .media-cover{
       margin-left: auto;
       margin-right: auto;
       width:50%;
       float: unset !important;
       text-align: center;
    }
    .list-data .caption{
       width:100%;
    }   
    .item.col-xs-12{
        width:100%;
    }
}
@media (min-width: 767px) and (max-width: 1100px){
    .grid-data .media-cover a img {
        height: 200px;
    }
}
#mainsearchdatacontainer{
    margin-bottom: 10px;
}

#mainsearchdatacontainer .item.list-group-item .list-data:last-child{
    border-bottom:none;
}

@media (max-width : 1400px) {
    
    .media-cover a img{
        height: 140px;
    }
}
@media (max-width : 1140px) {
   
    .media-cover a img{
        height: 130px;
    }
}
@media (max-width : 1090px) {
    
    .media-cover a img{
        height: 120px;
    }
}
@media (min-width : 1600px) {
   
    .media-cover a img{
        height: 180px;
    }
}

.section-title{
    margin-top:30px;
    padding-left:24px;
}