/* Move down content because we have a fixed navbar that is 50px tall */

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Myriad Set Pro', 'Lucida Grande', 'Lucida Sans Unicode', "Helvetica Neue", Helvetica,Arial,sans-serif !important;
}

body {
  padding-top: 50px;
  padding-bottom: 0px;
}

#banner {
    background: #1A1A1A;
    position: relative;
    z-index: 1;
}

.banner-inner {
    padding-top: 35px;
    padding-bottom: 30px;
    background-image: url(/resources/images/blue_sky_05.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
}

.green-arrow {
    list-style: none;
}

.green-arrow li {
    background: url(/resources/images/green-arrow.png) no-repeat left top;
    padding-left: 45px;
    padding-top: 7px;
    padding-bottom: 5px;
}

.green-arrow li:nth-child(odd) {
    /*font-weight: bold;*/
}

.wxswitch-doc-section {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', "Helvetica Neue", Helvetica,Arial,sans-serif;
    
}

.wxswitch-doc-section > h1 {
    font-weight: 700;
    color: #2d2d2d;
}

.wxswitch-doc-section > p {
    line-height: 26px;
    color: rgb(122, 122, 122);
    font-weight: 500;
    -webkit-font-smoothing: antialiased!important;
}

/* ==========================================================================
Footer
 ========================================================================== */
#footer {
    margin-top: 0px;
    background-color: #0F141A;
    background-color: #0C0C0C;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer p {
    color: #aaa;
    font-size: 14px;
}

#footer h4 {
    font-size: 16px;
    color: #FFF;
}

#footer a {
    color: #f5f5f5;
    font-size: 14px;
}

#footer a:hover {
    color: #FFF;
}

#footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 35px;
    margin-bottom: 35px;
}

/* ==========================================================================
Classes
========================================================================== */
.headline {
    text-align: center;
}

.headline h1 {
    color: #31373a;
    padding-bottom: 15px;
    border-bottom: 2px solid #DDD;
    display: inline-block;
}

.headline p {
    margin-bottom: 50px;
}

/* from skype */

/*.bubbles p {
    color: #fff
}

.bubbles .headline {
    float: none;
    width: 427px;
    height: 427px;
    margin: 0;
    display: table;
    background-image: url('http://www.skypeassets.com/i/scom/images/backgrounds/hero-bubble-large.png');
    background-repeat: no-repeat;
    background-size: 100% auto
}*/

/* Zebra table style */

.hor-zebra
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    text-align: left;
    border-collapse: collapse;
}

.hor-zebra th
{
    font-size: 14px;
    font-weight: normal;
    padding: 10px 8px;
    color: #039;
}
.hor-zebra td
{
    padding: 8px;
    color: #669;
}
.hor-zebra .odd
{
    background: #e8edff; 
}


#ver-zebra
{
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}
#ver-zebra th
{
    font-size: 14px;
    font-weight: normal;
    padding: 12px 15px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #039;
}
#ver-zebra td
{
    padding: 8px 15px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #669;
}
.vzebra-odd
{
    background: #eff2ff;
}
.vzebra-even
{
    background: #e8edff;
}
#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
    background: #d0dafd;
    border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
    background: #dce4ff;
    border-bottom: 1px solid #d6dfff;
}

.grosradio > tbody > tr > td {
    padding-left:40px !important;
}

.createlicense-fg-special {
    padding-bottom: 15px;
    border-bottom:lightgrey solid 1px;
}

.bs-docs-section h1 {
    color: navy !important;
}

.bs-docs-section h2 {
    color: darkmagenta !important;
}

.bs-docs-section h3 {
    color: #EE6b00 !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature-column {
    display: flex;
    display:-webkit-flex;
    flex-direction: column;
    -webkit-flex-direction:column;
}

.display-flex-row {
    display: flex;
    display:-webkit-flex;
    flex-direction: row;
    -webkit-flex-direction:row;
}

.feature-column > div {
    background-color: #f0f0f0;
    padding: 10px;border: solid 1px lightblue;
    -webkit-flex-grow:1;
    flex-grow:1;
}

.blaasoft-doc-section > h1 {
   color: navy; 
}

.blaasoft-doc-section > h2 {
    color: #EE6b00 !important;
}

/*       OVERRIDE         */


.bs-docs-masthead, .bs-docs-header {
    background-image: linear-gradient(to bottom, #ff0000 0, #880000 100%) !important;
}
        
