﻿/*#region ASP.NET MVC WEB APPLICATION TEMPLATE DEFAULT CSS*/
body {    
    padding-top: 50px;
    padding-bottom: 20px;
    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
/*#endregion ASP.NET MVC WEB APPLICATION TEMPLATE DEFAULT CSS*/


/*#region GENERAL / DEFAULTS*/

body{-ms-overflow-style: scrollbar!important;}

.space {
    padding-top: 50px;
}
footer > p {
    font-size: small;
    text-align: center;
}

p {
    margin-bottom: 5px;
    line-height: 1.6em;
}

.rounded {
    border-radius: 50%; 
    /*width:240px; 
    height:240px;*/ 
    margin-bottom:10px;
}

.topicimage {
    border-radius: 50%; 
    max-width:50px; 
    max-height:50px; 
    margin-bottom:10px;
}

/*#endregion GENERAL / DEFAULTS*/


/*#region HEADINGS*/   


 h1 {
     font-size: 2em;
     color: #7db94a; 
     font-weight: normal;  
}

 h2 {
     font-size:1.6em; 
     color: #34619c; 
     font-weight: normal;
     margin-top: 0; 
     padding-top: 0;
}

 h3 {
     font-size:1.4em;
}

 h4 {
     font-size:1.2em; 
     line-height: 120%;
}

h5, h6 {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 10px;
}

/*#endregion HEADINGS*/


/*#region CUSTOMIZE NAVBAR*/

.navbar {
    background-color: #fff;
    font-size: 110%;
}

.navbar-collapse , .navbar-toggle {
    margin-top: 25px;
}

.main_nav > li > a {
    color: #3B649A !important;
    font-weight:400;
}

.nav > li > a:hover {
    color: #34619c !important;
}

.dropdown-menu > li > a {
    font-weight:bold;
}

/*#endregion CUSTOMIZE NAVBAR*/


/*#region TITLE CONTENT TEMPLATE*/

.active > a {
    background-color: #7db94a !important;
}

.nav_tab_ll {
    width: 200px;
    text-align: center;
}

ul#Tabs > li.active > a {
    width: 200px;
    text-align: center;
    color: white !important;
}


/*Recommended css for figure captions function in TinyMCE editor*/
figure.image {
    display: inline-block;
    margin: 0 2px 0 1px;
    background: #ffffff!important;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 8px 8px 0 8px;
}

figure.image figcaption {
    font-size: 0.75em;
    margin: 6px 8px 6px 8px;
    text-align: left;
}

/*Requested by Seth D. 01/25/2017 to make LL images responsive, except margin which was requested by Stephanie on 02/01/17.*/
.tab-content img {
    margin: 10px 10px;
    display: inline-block;
    height: auto!important;
    max-width: 100%!important;
}

/*Proposed by Seth D. on 11/20/2017 to fix video poster alignment issue.*/
.amp-default-skin .vjs-big-play-button { display: none; }
.vjs-poster img { margin: 0; }

/*#endregion TITLE CONTENT TEMPLATE*/
