@charset "utf-8";
/* CSS Document */
#one_body       { width:100%;margin:0px auto;}
#one_part_name  { display:none!important;}
#mt-elemnt-list { display: none!important}
@media only screen and (min-width: 1200px) {
#one_body {
    width: 1200px;
    margin: 0px auto;
  }
}

.dropdown  { float:right;margin-right:5%;  display: none!important; }
.one_txt {padding:10px 0px 0px 20px;color:#fff;font-weight: 700; display: none!important}

@media only screen and (max-width: 767px) {
    .dropdown {
        display: block!important;
        color:#5E738B;
        padding-top:10px;
        font-size:25px;
    }
    .col-sm-3 {
        display: none;
    }
    .one_img {
        display:none;
    }
    .one_txt {
        display: block!important;
        float: left;
    }
    #data_change {
        padding-left:0px!important;
        padding-top:10px;
        cursor: pointer;
    }
    #one_part_name {
        display: block!important;
        padding:0px 10px 5px 20px;
    }
    #mt-elemnt-list { display: block!important; width:90%; margin:0 auto;}
    video {width:100%;}
}
#one_top {
    padding-top: 10px;
}
#data_change {
    padding-left:12px;
    padding-top:10px;
    cursor: pointer;
}
.honor-style {
    font-weight: bold;
    font-size: 13px;
}
.list-group1 {
    margin-bottom: 20px;
    padding-left: 12px;
    margin-top: 12px;
}
.list-group-item{
    cursor: pointer;
}
.jumbotron {
    background-color: #f4511e;
}
#sample_1_length{
    visibility: hidden;
}
#sample_1_info{
    visibility: hidden;
}

.jumbotron .h2, .jumbotron h2 {
    color: white;
}
.jumbotron {
     padding-top: 0px; 
    padding-bottom: 0px; 
}
.portlet.light .portlet-body {
    padding-top: 0px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}
.portlet.light {
    padding: 12px 1px 10px;
    background-color: #fff;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0px; 
    padding-right:0px;
}
.dashboard-stat.purple {
    background-image: linear-gradient(to bottom, #88a060 0%, #bcd636   90%);
}
.dashboard-stat.purple .more {
    color: #fff;
    background-color: #667b41;
}
.dashboard-stat.red {
    background-image: linear-gradient(to bottom, #88a060 0%, #bcd636   90%);
}
.dashboard-stat.red .more {
    color: #fff;
    background-color: #667b41;
}
.dashboard-stat.blue {
    background-image: linear-gradient(to bottom, #88a060 0%, #bcd636   90%);
}
.dashboard-stat.blue .more {
    color: #fff;
    background-color: #667b41;
}
.mt-element-list .list-simple.group .list-toggle-container .list-toggle.done {
    background-image: linear-gradient(to bottom, #fff 0%, #E9EDEF 100%);
}
.mt-element-list .list-simple.ext-1.mt-list-container ul>.mt-list-item.done {
    border-right-color: rgb(38, 194, 129);
    border-left-color: #eee;
    cursor: pointer;
}
.dashboard-stat {
    margin-bottom: 1px;
}
.img-thumbnail{
    cursor: pointer;
}
.space-12 {
    max-height: 1px;
    min-height: 1px;
    overflow: hidden;
    margin: 12px 0;
    margin: 12px 0 11px;
}
.bg-hover-white:hover, .bg-white {
    background: #e2e6ec!important;
}
.active {
    color: #b70037!important;
    text-decoration: none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    cursor: pointer;
}
.table-striped>tbody>tr:nth-of-type(even) {
    cursor: pointer;
}
 

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none!important;
    cursor:pointer;
}

.m_modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}
.m_close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.m_modal-content {
    margin: auto!important;
    display: block!important;
    width: 80%!important;
    max-width: 700px!important;
    top: 50%;
    text-align: center;
}
#m_caption {
    margin: auto;
    display: block;
    width: 80%;
    top: 50%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}    