﻿
.fa-modal-close {
    color: #d2d6de;
}

.fa-modal-close:hover {
    color: #666;
}

.fa-modal-close:after {
    content: "\000D7";
    font-size: 175%;
    height: 25px;
    line-height: 25px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.number {
    font-family: Compacta Bd BT;
}


.intercept {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}


.txt-pending {
    
    color: #00c0ef;
}

.bg-pending {
    
    color: #fff;
    background-color: #00c0ef;
}

.txt-processing {
    
    color: #00a65a;
}

.bg-processing {
    
    color: #fff;
    background-color: #00a65a;
}

.txt-unbook {
    
    color: #444;
}

.bg-unbook {
    
    color: #444;
    background-color: #d2d6de;
}

.txt-queue {
    
    color: #f39c12;
}

.bg-queue {
    
    color: #fff;
    background-color: #f39c12;
}

.txt-completed {
    
    color: #0073b7;
}

.bg-completed {
    
    color: #fff;
    background-color: #0073b7;
}

.txt-requirement {
    
    color: #00a65a;
}

.bg-requirement {
    
    color: #fff;
    background-color: #00a65a;
}

.txt-booked {
    
    color: #f39c12;
}


.bg-booked {
    
    color: #fff;
    background-color: #f39c12;
}

.bg-booked:hover {
    color: #fff;
    filter: alpha(opacity=95);
           opacity: .95;
      -moz-opacity: .95;
    -khtml-opacity: .95;           
}

.txt-available {
    
    color: #00a65a;
}

.bg-available {
    
    color: #fff;
    background-color: #00a65a;
}

.bg-available:hover {
    color: #fff;
    filter: alpha(opacity=95);
    -moz-opacity: .95;
    -khtml-opacity: .95;
    opacity: .95;
}

.txt-inavailable {
    
    color: #777;
    cursor: default;
}

.bg-inavailable {
    
    color: #777;
    background-color: #f5f5f5;
    cursor: default;
}


.ribbon {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 90px;
    height: 90px;
    color: #333;
    overflow: hidden;    
}

.ribbon > div {
    top: 14px;
    width: 125px;
    position: relative;
     color: #fff;
    text-align: center;
    line-height: 22px;
         transform: rotate(45deg);
      -o-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);  
}

.ribbon.ribbon-xs {
    width: 100px;
    height: 100px;
}

.ribbon.ribbon-xs > div {
    top: 20px;
    width: 135px;
    font-size: 12px; 
    line-height: 20px;
}

.ribbon.ribbon-xxs {
    width: 55px;
    height: 55px;
}

.ribbon.ribbon-xxs > div {
    top: 8px;
    width: 80px;  
    font-size: 10px;
    line-height: 20px;
}

.ribbon > .ribbon-default {
    background-color: rgba(119,119,119,0.75) !important;
}

.ribbon > .ribbon-primary {
    background-color: rgba(54,127,169,0.75) !important;
}

.ribbon > .ribbon-success {
    background-color: rgba(0,141,76,0.75) !important;
}

.ribbon > .ribbon-info {
    background-color: rgba(91,192,222,0.75) !important;
}

.ribbon > .ribbon-warning {
    background-color: rgba(224,142,11,0.75) !important;
}

.ribbon > .ribbon-danger {
    background-color: rgba(215,57,37,0.75) !important;
}


.splittitle {
    position: relative;
    color: gray;
    text-align: center;
    line-height: 30px;
}

.splittitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
     z-index: 0;
    height: 20px;
    width: 100%;
    border-top: solid 1px #eee;   
}

.splittitle > span {
    position: relative;
    padding: 0 10px;
    background-color: #fff;
}

.closeDatarangepicker {
    cursor: pointer;
    padding-left: 5px;
}

#chat-userlist .collapse {
    max-height: 300px;
    overflow-y: auto;
}

.w-p28 {
    width: 28% !important;
}

.w-p33 {
    width: 33% !important;
}

.w-p72 {
    width: 72% !important;
}


.pagination-loading {
    padding: 5px;
    color: #666;
    text-align: center;  
    border: solid 1px #fff;
    background-color: #fff;
    cursor: pointer;   
}

.pagination-loading:hover {
    border: dashed 1px #d2d6de;
}

.pagination-loading img.img-responsive {
    display: inline-block;
}


.metvideo {
    position: relative;
    display: block;
}

.metvideo .videostart {
    position: absolute;
    right: 20px;
    bottom: 5px;
    display: block;
    padding: 5px;
    font-size: 60px;
    color: #fff;
    text-shadow: 1px 1px 1px gray;
    filter: alpha(opacity=50);
         opacity: .5;
    -moz-opacity: .5;   
}

.metvideo:hover .videostart {
    filter: alpha(opacity=100);
         opacity: 1;
    -moz-opacity: 1;    
}


div.metcourse {
    clear: both;
    position: relative;
    line-height: 25px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

div.metcourse:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

div.metcourse .ctitle {
    margin-bottom: 10px;
    padding: 2px 10px;
    background-color: #f3f3f3;
}

div.metcourse > div.row {
    margin: 0 -10px 0 -10px;
    padding: 0;
}

div.metcourse > div.row > div {
    padding: 0 10px;
}

div.metcourse .cover {
    position: relative;
    display: block;    
    margin-bottom: 15px;
}

div.metcourse .cover img.img-responsive {
    width: 100%;
    margin: 0 auto;
}

div.metcourse .cover .cteacher {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

div.metcourse ul.nav-tabs {
    margin: 0 0 10px 0;
    border-bottom-color: #eee;
}

div.metcourse ul.nav-tabs > li > a {
    padding: 5px 15px 3px 15px;
    border-radius: 0;
}

div.metcourse ul.nav-tabs > li.active > a {
    border-color: #eee;
    border-bottom-color: transparent;
}

div.metcourse .tab-pane {
    min-height: 100px;
}

div.metcourse .cinfo {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

div.metcourse .cinfo .stuitem {
    display: inline-block;
    margin: 0 5px;
}

div.metcourse .attachment {
    display: block;
}

div.metcourse hr.split {
    margin: 10px 0 0 0;
    border-color: #f3f3f3;
}


div.metcourse .buttons > .btn {
    min-width: 100px;
    margin: 10px 0 0 5px;
}

div.metcourse .span-countdown {
    display: inline-block;
    margin-left: 40px;
    color: #d95072;
}


.chart-label {
    display: inline-block;
    min-width: 75px;
    padding: 5px 0;
    line-height: 10px;
    color: #666;
    border: solid 1px #f3f3f3;    
}

.chart-label > span {
    display: inline-block;
    width: 10px;
    height: 10px;
}


.mettags {
    clear: both;
    line-height: 20px;
    margin: 0 -3px;
}

.mettags > .tag {
    position: relative;    
    display: inline-block;
    padding: 0 5px;
    margin: 3px;
    color: #666;
    border: dashed 1px #faebcc;
}

.mettags > a.tag {
    min-width: 50px;
    text-align: center;
}

.mettags > a.tag:hover {
    background-color: #fcf8e3;
}

.mettags > .tag > .tip {
    position: absolute;
    top: -5px;
    right: 0;
    color: #d95072;
    line-height: 1;
    font-size: 12px;
}



.rate-score-option {
    display: inline-block;
    padding: 2px;
    margin-right: 4px;
    color: gray;
    border: solid 1px #f3f3f3;
    cursor: pointer;    
}

.rate-score-option.selected {
    color: #d95072;
}


.bottom-right-selected {
    color: #d95072 !important;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-image: url('http://attach.met365.com/images/common/selected.png');
    border: 1px solid #d95072 !important;   
}


#met_layout_ietip {
    z-index: 9999;    
    padding: 10px;  
    color: #a94442;
    background-color: #f2dede;
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); 
    display: none;
}

#met_layout_ietip h4 {
    margin-top: 13px;
    line-height: 30px;
    font-weight: normal;
}

#met_layout_ietip a {
    display: inline-block;
    margin: 10px;
    text-align: center;
    color: #a94442;   
}

#met_layout_ietip a > img.img-responsive {
    display: inline-block;
    margin-bottom: 3px;
    height: 40px;  
}