/* resource page styles.

   developer:   rmiske
   requires:    /cloud-connector-for-excel/css/shared.en.css
   ========================================================================== */


#resources .section-wrapper h3 {
    display: flex;
    margin-bottom: 1.25rem;
}

#resources .section-wrapper h3 a.mini-t { color: #ff7700; }
#resources .section-wrapper h3 a.mini-t:hover { color: #dd1100; }

h3 a.mini-t span.icon { 
    background: url('/cloud-connector-for-excel/resources/img/resources-sprite.png') no-repeat;
    background-size: 2.25rem;
    height: 2.5rem;
    width: 3.125rem;
}
h3#download a.mini-t span.icon { background-position: 0 0; }
h3#how-to a.mini-t span.icon { background-position: 0 -3.9375rem; }
h3#working-example a.mini-t span.icon { background-position: 0 -7.8125rem; }
h3.video a.mini-t span.icon { background-position: 0 -11.375rem; }

h3 a.mini-t span.chevron-after {
    padding-top: 0.3125rem;
    min-height: 2.5rem;
    line-height: 1.625rem;
}
h3#working-example a.mini-t span.chevron-after { padding-top: 0.1875rem; }
h3.video a.mini-t span.chevron-after { padding-top: 0.4375rem; }

h3 a.mini-t span.time { 
    font-size: 0.875rem; 
    color: #a1a1a1; 
}



/* ==========================================================================
   annotations
   ========================================================================== */
.qa {
    position: relative;
    display: inline-block;
    line-height:18px;
    top: -2px;
    margin-left: -7px;
}
.q {
    cursor: pointer;
    font-size: 10px;
    text-align: center;
}
.q:before {
    content: '?';
    background: #a9a9a9;
    display: inline-block;
    border-radius: 10px;
    width: 11px;
    line-height: 11px;
    font-size: 10px;
    color: #fff;
    vertical-align: top;
    margin: 3px 0 0 5px;
}
.a {
    display: none;
    width: 250px;
    font-size: 10px;
    position: absolute;
    text-align: left;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #d6d6d6;
    z-index: 8;
    margin: -31px 0 0 25px;
    color: #535353;
    text-transform: none;
    height: 36px;
}
.a:after {
    content: '';
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-left: 0;
    border-bottom: 10px solid transparent;
    width: 8;
    height: 8;
    display: inline-block;
    position: absolute;
    left: -8px;
    top: 7px;
}
.a:before {
    content: '';
    border-right: 10px solid #d6d6d6;
    border-top: 10px solid transparent;
    border-left: 0;
    border-bottom: 10px solid transparent;
    width: 8;
    height: 8;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 7px;
}
.a-inner {
    padding: 5px 10px;
    display: table-cell;
    vertical-align: middle;
}
.popup {
    display: table;
    border-spacing: 1px;
    border-collapse: separate;
}