﻿
/* New Styles */
body {
  font-size: 14px;
}

#outer-container {
    width: 100%;
    height: 100%;
}

.brand-header {
    background-color: #ffffff;
    color: #333333;
}

.brand-header .logo {
    text-align: left;
    padding: 5px 0 5px 0;
}

.brand-header .logo img {
    width: 70%;
    vertical-align: middle;
    border: 0;
}

.highlighted img {
    width: 100%;
    display: block;
    vertical-align: middle;
    height: 7px;
}

.brand-header .lead {
    margin: 15px -15px 0 0;
    font-size: 21px;
    float: right !important;
    font-weight: 200;
    line-height: 1.4;
}


#SideMenu 
{
    max-width: 270px;
    height: auto;
    overflow: visible;
    float: left;
}

.wrapper {
    display: inline-block;
    padding: 10px;
    width: 100%;
}

.ResourceTitle 
{
    padding: 0 0 10px 0;
    border-bottom: 1px solid #36454f;
    margin: 0;
}

.section-top-marging-small {
    margin-top: 15px;
}

.section-top-marging-medium {
    margin-top: 25px;
}

.section-top-marging-large {
    margin-top: 35px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
    font-weight: 400
}

h3 {
    font-size: 24px;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5, h6 {
    font-size: 14px;
    font-weight: 600;
}

pre, code, pre code {
    padding: 3px 5px;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    background-color: #f5f5f5;
    color: #454545;
    border: none;
    margin: 0;
    word-break: normal;
    word-wrap: normal;
    display: block;
    font-size: 14px;
}

pre {
    border: 1px solid #D2D2D2;
}

.req-res-pre {
    background-color: transparent;
    border: none;
    font-family: inherit;
    padding: 0;
    white-space: pre-wrap;
    }
    
 .div-table > .row {
     padding: 5px 0px;
     margin: 0;
     border-left: 1px solid #D2D2D2;
     border-right: 1px solid #D2D2D2;
     border-bottom: 1px solid #D2D2D2;
 }
 
 .div-table > .row:nth-of-type(even) {
    background-color: #F4F4F4;
 }   
 
.div-table > .row:hover, .row.focus {
     background-color: #e8e8e8;
}

.div-table-header {
    font-weight: bold;
    border-top: 1px solid #D2D2D2;
}


 /* Overriding Intrepid.css*/
 
 a{
  color: #a71f50;
}
 
 a:hover,
 a:focus {
  color: #a71f50;
  text-decoration: underline;
}

p {
    margin: 11px 0 0 ;
}

/* Start Menu Styles */

.nav-side-menu 
{
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    padding: 5px 10px 10px 10px;
}

.nav-side-menu-title 
{
    background-color: #3f3f3f;
    padding: 10px;
    width: 270px;
    overflow: hidden;
    
}

.nav-side-menu-title h3
{
    color: #ffffff;
    margin: 0;
    display: inline;
}

.nav-side-menu-sub-title {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #36454f;
    margin: 0;
    cursor: pointer;
}

.nav-side-menu ul{
    padding: 0;
    margin-bottom: 15px;
}

.nav-side-menu li {
    list-style: none;
}

.nav-side-menu ul li a 
{
    position: relative;
    display: block;
    padding: 5px 10px;
    color: #454545;
    border-bottom: 1px solid #D2D2D2;
    /*line-height: 17px;
    margin: 0 -10px 0 -10px;*/
}

.nav-side-menu ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #454545;
}

.nav-collaps-icon:after {
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.collapsed .nav-collaps-icon:after {
    content: "\f107";
}

.nav-toggle-all-icon:after {
    content: "\f0dc";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    area-expanded: false;
    margin-left: 2px;
    color: #FFF;
    height: 32px;
    display: block;
    padding: 5px 2px;
}

/* End Menu Styles */

footer.footer {
    padding-top: 0;
    margin-top: 60px;
    background-color: #ffffff;
    display: block;
    padding-bottom: 36px;
    float: left;
    width: 100%;
}

footer.footer .brand-logos {
    padding: 0;
    text-align: center;
}

footer.footer .brand-logos img {
    display: inline-block;
    margin: 20px;
    vertical-align: middle;
}

.side-bar-button {
    cursor: pointer;
    width: 10px;
    border-left: 1px solid #ffffff;
    margin: 0 0 0 2px;
    padding: 2px;
    min-height: 500px;
}

.side-menu .side-bar-button:hover {
    border-left: 1px solid #3892E3;
}

.side-menu-closed .side-bar-button {
    border-right: 1px solid #454545;
}

.side-menu-closed .side-bar-button:hover {
    border-right: 1px solid #3892E3;
}

.side-bar-button i:after 
{
    padding-top: 20px; 
    content: "\f100";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.side-bar-button:hover i:after 
{
    content: "\f104";
    color: #3892E3;
}

.side-menu-closed .side-bar-button{
    position: fixed;
}

.side-menu-closed .side-bar-button i:after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.side-menu-closed .side-bar-button:hover i:after {
    content: "\f105";
    color: #3892E3;
}


#show-hide-button{
    background-color: #3f3f3f;
    width: 25px;
    height: 52px;
    padding: 10px;
    position: fixed;
}

#show-hide-button .show-hide-icon:after {
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    margin-left: -10px;
    color: #FFF;
    height: 32px;
    display: block;
    padding: 5px;
    margin-right: 5px;
}

.side-menu .show-hide-icon:after {
    content: "\f137";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    margin-left: -10px;
    color: #FFF;
    height: 32px;
    display: block;
    padding: 5px;
    margin-right: 5px;
}

.Registration-inner{
    width: 800px;
}
  
 .Registration-outer{
    width: 1100px;
    max-width: calc(100%-272px);
    margin-left: auto;
    margin-right: auto;
}
 
 .LandingPage-outer{
    margin-left:-265px;
    margin-right:5px; 
    
}