﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:300,700,400);

body{
    font-family: 'Open Sans', sans-serif;
    /*background-color: #222;*/
    color: #444;
    line-height: 1.7;
}
ul.reduce-padding {
  padding-left: 20px;
}
#fLogin,
.fixed-width {
  padding: 15px;
  margin: 0 auto;
}
.highlight-credit {
  background: lightgrey;
  padding:7px;
}

/* *************  ***********
  Sign-In ***************
************************** */
#fLogin {
  max-width: 330px;
}
#fLogin #fLogin-heading,
#fLogin .checkbox {
  margin-bottom: 10px;
}
#fLogin .checkbox {
  font-weight: normal;
}
#fLogin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
#fLogin .form-control:focus {
  z-index: 2;
}
#fLogin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#fLogin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.AdminBtnStyle {
    width: 300px;
}

.login-msg,
.hide-me {
  display: none;
}
.login-msg > p {
  color: #a94442;
}
#otherTextbox {
  margin-top: 15px;
  max-width: 400px;
}
.alert {
  padding: 5px;
}
/* ************************
  CME Page ***************
************************** */






.greenLink, a.greenLink:link, a.greenLink:hover, a.greenLink:active, a.greenLink:visited{
    color: #8bc53d;
}







/* HEADERS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
}

/* LINKS AND BUTTONS */
a {
    text-decoration: none;
    outline: none;
}
.more-b {
    color: #FFF !important;
    background-color: #fbbf09;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    white-space:nowrap;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-style: solid;
    border-color: #F4BC16;
    border-radius: 5px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.more-sm {
    font-size: 12px;
    padding: 5px 10px;
    border-width: 1px;
    border-radius: 3px !important;
    line-height: 1.5;
}
.more-sm:hover,
.more-sm:focus {
    background-color: #f2b90b;
    text-decoration: none;
    color: #FFF !important;
}
.more-lg {
	font-size: 14px;
	padding: 16px 23px 15px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
    border-width: 2px;
    margin-bottom: 10px;
}
.more-lg:hover {
	color: #000 !important;
	background: transparent;
	opacity: 1;
    text-decoration: none;
}

.nb-bds {
    /*box-shadow: 0 0 10px 3px rgba(0,0,0,.3);*/
    border-bottom: solid 4px #8bc53d;
}
.announcement-top {
    background-color: #fff;
}
.alert {
    border-radius: 0;
}



/* TOP NAVIGATION*/
.navbar {
    margin-bottom: 0;
    min-height: 100px;
    border-radius: 0;
}
.navbar-brand {
    height: 98px;
}
.navbar-toggle {
    margin-top: 32px;
    margin-bottom: 32px;
}
.navbar-inverse .navbar-nav>li>a {
    text-transform: uppercase;
}
@media (min-width: 768px) {
    #bs-navbar-collapse-1>ul {
        float: right;
        margin-top: 24px;
    }
}
/* BS: BREADCRUMB STYLE */
.breadcrumb {
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumb::before {
    content: 'You are here: ';
    margin-right: 6px;
}
/* BS: ALERT STYLE */
.alert {
    margin-bottom: 0;
}



/* BS: CAROUSEL */
.carousel .item {
    width: 100%; /*slider width*/
    max-height: 1000px; /*slider height*/
}
.carousel .item img {
    width: 100%; /*img width*/
}
/*add some makeup*/
.carousel .carousel-control {
    background: none;
    border: none;
    top: 50%;
}
/*full width container*/
@media (max-width: 767px) {
    .fw-slider {
        margin-left: -20px;
        margin-right: -20px;
    }
}
/* carousel caption */
.tidy-caption {
    text-align: left;
    background:rgba(38, 38, 40, 0.7);
    padding: 0;
    left: 7.5%;
    min-width: 19.28571em;
}

.tidy-caption > h2 {
    background:rgba(38, 38, 40, 0.68);
    /*border-bottom: solid 1px #fbbf09;*/
    padding: .7em;
    margin: 0;
    font-weight: 400;
    font-size: 1.35em;
    line-height: 1.35;
}
.tidy-caption > p {
    padding: 15px;
}
.carousel-control {
    top: 50%;
    bottom:initial;
    left: initial;
    width: 8%;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}




/* PAGE LAYOUT */
.page-title {
    background-color: #F5F5F5;
    padding: 10px 15px 15px;
    box-shadow: 0 14px 4px -10px rgba(0, 0, 0, 0.05) inset;
    padding-left: 30px;
    padding-bottom: 20px;
}

/* DESCRIPITON */
.dts-desc,
.announcement {
    padding: 30px 10px 30px;
    text-align: center;
    line-height: 1.6;
    font-size: 1.14em;
    background: #F5F5F5;
}
.dts-desc h1,
.helpful-links h1,
.announcement h1
 {
    padding-bottom: 20px;
    font-weight: 300;
}
.dts-desc h1::after,
.announcement h1::after {
    content: '';
    background-color: #fbbf09;
    display: block;
    width: 180px;
    height: 2px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}
.news {

}
/* Announcement */
.announcement {
    background-color: #fff;
}
.announcement >h5 {
    margin-top: 0;
    font-weight: 600;
    font-size: 1.3em;
    text-decoration: underline;
    font-weight: 400;
}
/* ATTENDEES */
.pointer-links a {
    color: #FFF;
    text-decoration: none;
}
.fw-col {
    margin-left: -15px;
    margin-right: -15px;
}
.attendees,
.vendors,
.accom {
    background-size: cover !important;
    -webkit-background-size: cover!important;
    -moz-backgrond-size: cover;
}
.attendees {
    background: url('../img/attendees.jpg') no-repeat;
}
.vendors {
    background: url('../img/vendor.jpg') no-repeat;
}
.accom {
    background: url('../img/mgmgrand.jpg') no-repeat;
}
.overlay {
    position: relative;
    background: rgba(0,0,0,.35);
    transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}
.overlay:hover {
    background: transparent;
}
.attendees>h1,
.vendors>h1,
.accom>h1 {
    padding: 85px 20px;
    margin: 0;
    color: white;
    font-family: 'Roboto Slab', serif;
    text-shadow: 0 1px 8px #333;
    font-size: 2.2em;
    font-weight: 400;
    text-align: right;
}

/* Helpful Links */
.helpful-links {
    padding-top: 30px;
    padding-bottom: 80px;
    text-align: center;
    background-color: #F5F5F5;
}
.hl-container {
    margin-top: 20px;
    background-color: #FFF;
    padding: 40px 20px 20px;
}
.hl-container > span {
    font-size: 2.8em;
    color: #e05c58;
}
.hl-container > h4 {
    font-size: 1.6em;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Main Content Body Page */
section.main {
    background-color: #FFF;
    padding-bottom: 20px;
    min-height: 42.8571em;
}
section.main .ul-tidy {
    margin-top: 20px;
    margin-left: -15px;
}
section.main img.marg {
    margin: 12px 0;
}


/* Speakers */
.speakers {
    padding: 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .speakers {
        padding: 20px 0;
    }
}
.speaker {
    background-color: #FFF;
    margin-bottom: 30px;
}
.speaker img {
    height: auto;
    max-width: 100%;
}
.speaker h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-top: 15px;
}
.speaker h5::after {
    content: '';
    background-color: #fbbf09;
    display: block;
    width: 60px;
    height: 2px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.speaker h5~span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    display: block;
}
.speaker h5>a {
    color: #0053A6;
}

/* Registration */
.reg-container {

    background: rgba(255,255,255,1);
    text-align: center;
    padding: 30px;
    margin: 0 auto 30px;
    max-width:480px;
    margin-top: 30px;

}
.reg-container > span,
.reg-container > i {
    color: #333;
}
.reg-container > span {
    font-size: 3.5em;
}
.reg-container > h3 {
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.reg-container > p > .footnote {
     display:inline-block;
     font-size: .9em;
     font-style:italic;
     margin-top: 10px;
     margin-bottom: 10px;
 }


/* FOOTER */
footer {
    /*background-color: #222;*/
    padding-top:0;
    color: #9D9D9D;
    font-family: 'Open Sans', sans-serif;
    /*border-top: solid 4px #8bc53d;*/
    height: 100%;
}
footer ul {
    list-style:none;
    float: right;
    margin-bottom: 25px;
}
footer ul li {
    display: inline-block;
    margin-right: 10px;
}
footer ul>li>a {
    color: inherit;
}
footer ul>li>a:hover {
    color: #FFF;
    text-decoration: underline;
}
.topics-obj-list h5 {
    margin-bottom: 0;
}
.ppt-link {
    list-style: none;
    margin-left: -40px;
}
.ppt-link > a,
.ppt-link > a:visited {
    font-size: .95em;
    color: #EE603C;
}
.ppt-link > a:hover {
    text-decoration: underline;
}
.ppt-link > span {
    display: inline-block;
    margin-left: .8rem;
}
.ppt-link > span a {
    font-size: .85em;
    font-style: italic;
    text-decoration: none;
}

/*Kevins Adds */


/* Main Menu Items for kiosk */

.logoTopLeft {
    padding-top:12px;
}

.othersEvaluatingMeTitle {
    padding-top:0;
}

.EvaluatingOthersTitle {
    padding-top:8px;
}

.textCenterOnly {
    text-align:center;
}


/* End Main Menu Items for kiosk*/


/*Mikes Adds*/
.footerSpace {
    padding-bottom:500px !important;
}

.btn-primary-green {
    background-color:#8bc53d;
    border-color:#8bc53d;
}

.btn-primary-green:hover {
    background-color:#84bb3a;
    border-color:#84bb3a;
}

.disabled.btn-primary-green {
    background-color:#8bc53d;
    border-color:#8bc53d;
    opacity:1;
}


.btn-primary-blue {
    background-color:rgba(0, 83, 165, 1);
    border-color:rgba(0, 83, 165, 1);
}

.btn-primary-blue:hover {
    background-color:rgba(0, 83, 165, 1);
    border-color:rgba(0, 83, 165, 1);
}

.disabled.btn-primary-blue {
    background-color:rgba(0, 83, 165, 1);
    border-color:rgba(0, 83, 165, 1);
    opacity:1;
}

.nav-content-right{
    padding-top:50px;
    padding-right:30px;
    color:white;
}

.mainMenu-title {
    font-size:large;
    font-weight:bold;
    color:rgba(0, 83, 165, 1);
}

.subMenu-title {
    font-size:large;
    font-weight:bold;
    color:rgba(0, 83, 165, 1);
}

.queuePanelText-Tealish {
    color:#49ceff;
}

.myInfoDisplay {
    text-align:center;
}

.frmEditInfo {
    padding-left:250px;
    padding-right:250px;
}

.frmChangePassword {
     padding-left:250px;
    padding-right:250px;
}


/*this next media query works content thead main menu for thead kiosk*/
@media (max-width: 1199px) {
    .content-box {
        margin-left: 280px;
    }
    .page-footer {
       margin-left: 280px;
    }
}

@media (max-width: 2500px) {
      .menuButtons {
        padding-top:20px;
        padding-left:20%;
        padding-right:20%;
    }
}

@media (max-width: 550px) {
      .menuButtons {
        padding-top:5px;
        padding-left:2%;
        padding-right:2%;
    }
}

@media(min-width: 1200px) {
    .hideLargerThen1200{
        display:none;
    }
}

.bg-darkBlue {
    background:rgba(0, 83, 165, 1) !important;
}

.bg-darkBlueVeryDark {
    background:rgba(25, 40, 63, 1) !important;
}

.largeFont {
    font-size:large;
}

.evaluationHeading {
    font-size:large;
    font-weight:bold;
    text-decoration:underline;
}

.evaluationQuestion {
    font-size:medium;
    font-weight:normal;
    text-decoration:none;
    text-transform:none;
    padding-left:10px;
}

.evaluationRadio {
    font-size:medium;
    font-weight:normal;
    text-decoration:none;
    text-transform:none;
    padding-left:10px;
}

.evalSelectedAnswer{
    font-size:large;
    font-weight:bold;
    color:#8bc53d;
}

.logoNeverHide{
    line-height:70px;
    padding-top:12px;
    padding-left:50px;
}


/*OVER-RIDES*/
.btn-primary {
    background-color:#8bc53d;
    border-color:#8bc53d;
}

.btn-primary:hover {
    background-color:#8bc53d;
    border-color:#8bc53d;
}

.disabled.btn-primary {
    background-color:#8bc53d;
    border-color:#8bc53d;
    opacity:1;
}

.navbar-inverse {
   background-color:#0053A6;
}
