body, html {
    width: 100%;
    min-width: 1000px;
    font-family: Roboto, Verdana, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: auto;
    background: url(/assets/design2017/css/images/globe-bg-right.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.content .info {
    font-size: 16px;
    font-family: Roboto, Arial, sans-serif;
}

ol.snippet-num li:first-child {
    white-space: pre-line;
}

.whiteGradient {
    background: #FFFFFF;
    background-image: url(../images/header_bg.png);
    background-position: bottom;
}

.developerNote {
    border: 2px solid #000066;
    background-color: #004d93;
    padding: 10px;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 20px;
}

.developerNote a {
    color: #FFFFFF;
}

.codeHeader {
    font-weight: bold;
    font-size: 16px;
    margin-top: 25px;
}

.header {
    height: 65px;
    width: 100%;
    min-width: 1000px;
    z-index: 10;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FAFAFA;
}

.header .dashoard {
    background-image: url(../images/dashboardlogin.png);
    width: 137px;
    height: 23px;
    position: absolute;
    right: 10px;
    top: 22px;
    cursor: pointer;
     background-position: 0 -23px;
}

.header .dashoard:hover {
    background-position: 0 0;
}

.header .logo { 
    width: auto;
    height: 100%;
    font-size: 24px;
    padding-left: 230px;
    line-height: 65px;
    color: #666;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/logo.png);
    background-size: 220px;
    cursor: pointer;
}

  .header .logo img {
  }

  .header .logos {
    width: 449px;
    height: 66px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../images/logos.png);
  }



.sidebar_bg {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 160px;
    bottom: 0;


}

.sidebar {
    z-index: 1;
    left: 0;
    width: 200px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    min-height: 100vh;
    border-right: 1px solid #CCC;
}


.playground {
    background-image: url(../images/enterPlayground.png);
    width: 148px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    cursor: pointer;
    margin-top: 15px;
    background-position: 0 -56px;
}

.playground:hover {
    background-position: 0 0;
}


.sidebar__menuSectionHeader {
    text-align: left;
    padding: 7px;
    padding-left: 15px;
    font-size: 14px;
    background-color: #EFEFEF;
    color: #004d93;
    font-weight: bold;
    margin-top: 20px;
}

    .sidebar__menuSectionHeader--first {
        margin-top: 0px;
    }
    
    .sidebar .menuSection {
        margin-top: 10px;
        padding-left: 15px;
    }

.sidebar .subItem {
    margin-left: 5px;
    padding-left: 11px;
    background-repeat: no-repeat;
    background-image: url(../images/subItemArrow.png);
    background-size: 8px;
    
    background-position: left center;
}

.sidebar .subItem ul {
    margin: 0;
    margin-left: 12px;
    padding: 0;
    color: #333333;
    font-size: 12px;
}

.sidebar .title {
    font-weight: bold;
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.sidebar .title a {
    color: #666;
}

.sidebar a {
    color: #333333;
    text-decoration: none;
}

.sidebar a:hover { 
    text-decoration: underline;
}


.content {
    position: absolute;
    vertical-align: top;
    left: 0;
    right: 0;
    padding-left: 220px;
    top: 65px;
    width: 750px;
    color: #333333;
}

.content .section { margin-top: 20px; margin-bottom: 25px; }
.content .section .title {
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 7px;
}

.content .section .sectionContent {
}

.pricingTable {
   padding: 0px;
   margin: 0px;
   border-spacing: 0;
   border-collapse: collapse;
   border: 1px solid #CCCCCC;
}

.pricingTable .features {
    width: 250px;
    text-align: left;
}

.pricingTable td {
   padding: 5px;
   border: 1px solid #CCCCCC;
}
.pricingTable .check {
    width: 24px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/check.png);
}
.pricingTable .nocheck {
    text-align: center;
    width: 100%;
    font-size: 24px;
    color: #666666;
}

.pricingTable tr.header {
    text-align: center;
    background-color: #ededed;
    color: #333333;
    font-weight: bold;
    padding: 7px;
}

.pricingTable .featureColumn {
    width: 100px;
}

.pricingTable .cost {
    text-align: center;
    border: 1px solid #CCCCCC;
}

.pricingTable .cost td {
    border: 1px solid #CCCCCC;
    padding: 2px;
}

.pricingTable .cost .first {
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
    
}

.uname {
    font-size: 10px;
    color: #0066FF;
}

.userCost {
    margin-top: 15px;
    width: 570px;
}


.sectionContent p {
    width: 650px; 
}

.menuSection {
    overflow: hidden;
}

.menuSection .toc ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 12px;
}
.menuSection .toc ul li {
    padding-left: 10px;
    clear: both;
}

.vidIcon {
    height: 12px;
    float: left;
    margin-right: 5px;
}

