/* course-gc-details, vc-details.htm */
.readmore{
    display: inline-block;
}
a.more-certificates {
    display: table;
    width: auto;
    text-align: center;
    margin: 0 auto;
    background: #722c2c;
    color: #FFFFFF;
}
#registrations .team-info {
    padding: 10px 5px;
    margin-bottom: 1em;
}
#registrations .team-info h6{
    font-size: 12px;
    white-space: nowrap;
}
#registrations .yit-team-thumb .yit-img-center{
    height: 10em;
}
.yit-team-thumb a{
    position: relative;
}
.c1,.c2,.c3,.c4,.c5,.c6{
    font-size: 10px;
    position: absolute;
    bottom: 1em;
    left: 0em;
    line-height: 20px;
    padding: 0px 5px;
    background: #eee;
    color: #fff;
    text-align: left;
    white-space: nowrap;
}
.c1{background: #733336;}
.c2{background: #c6e6ff; color: #000;}
.c3{background: #01a92f;}
.c4{background: #8e0001;}
.c5{background: #d3b787; color:#000;}
.c6{background: #8d8d8d; color:#000;}

@media (max-width: 720px) {
    .c1,.c2,.c3,.c4,.c5,.c6{
        font-size: 8px;
        left: 0;
    }
    .readmore .col-6.col-xs-4.col-sm-4.col-md-3.col-lg-3.col-xs-offset-1.pull-right{
        position: relative;
    }
    .readmore .yit-team-thumb a{
        display: flex;
    }
}
/*.c2{*/
/*    background: #cdcdcd;*/
/*}*/
.list-group-item{
    /*background: transparent;*/
    background: #fff;
    color: #000;
    direction: rtl;
    border-color: #cccccc29;
}
.yit-counter-item,.yit-counter{
    border:1px solid #393d4a;
    border-radius: 5px;
}
.yit-tab .nav-tabs .nav-link{
    padding: 10px 0.40em;
    font-size: 16px;
    color: #722c2c;
    font-family: 'IRANSansWeb_Bold';
}
.main-header{position:-webkit-sticky; position:sticky; top:8.5em;}

@media (max-width: 720px) {
    .yit-tab .nav-tabs .nav-link{
        font-size: 14px;
    }
    .main-header{top:0;}
}
.icons-bar{
    background: #eee;
    padding: 0.5em 0;
    border-radius: 5px;
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.tooltip {
    position: relative;
    display: contents;
    border-bottom: 1px dotted black;
    font-family: 'IRANSansWeb_Bold';
    cursor: pointer;
    white-space: nowrap;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    padding: 5px 10px;
    font-size: 11px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-family: 'IRANSansWeb';

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 10%;
    /*margin-left: -60px;*/
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.nav-content .nav-content-item{
    /*margin-top: 6em;*/
    padding-top: 1em;
}
.yit-tab.style-1 .nav{
    z-index: 1;
}
.webinar .yit-tab.style-1 .nav-tabs .nav-link.active, .webinar .yit-tab.style-1 .nav-tabs .nav-link:hover, .webinar .yit-tab.style-1 .nav-tabs .nav-link:focus{
    /*background: #000;*/
}
.new{
    padding: 2px 17px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0.1em;
    right: -0.7em;
    width: 80px;
}
