﻿.progress-title {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        margin: 0 0 10px 0;
    }

    .progress .progress-bar {
        position: relative;
        animation: animate-positive 1s;
    }

    .progress .progress-value {
        display: block;
        font-size: 13px;
        color: #fff;
        position: absolute;
        top: 0;
        right: 8px;
    }

    @-webkit-keyframes animate-positive {
        0% {
            width: 0%;
        }
    }

    @keyframes animate-positive {
        0% {
            width: 0%;
        }
    }

    .box-m {
        min-height: 321px;
    }
@media only screen and (max-width: 767px) and (orientation:portrait){
    .box-m {
        min-height: 260px;
    }
}
    /*tr {
        width: 100%;
        display: inline-table;
    }*/

    .ar-g {
        min-height: 340px;
        height: 340px;
    }

    .tab-content {
        padding: 0px !important;
    }

    .tab-pane {
        padding: 0px 0 !important;
    }

    .performer-h {
        padding: 3px !important;
    }

    .nav-tabs-custom {
        margin-bottom: 0px !important;
        background: #fff;
        box-shadow: none;
    }