/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*
Base blue
hex #428bca

Dark blue
hex #2a6496;
	
Base orange
hex #ff8000;
	
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */


body {
	
	font-family: 'Lato', sans-serif;
	background-color: white;
	background-image: url('link');
	background-repeat: repeat-x;
	background-position: top;
	
}

a {
	
	color: black;
}

a:hover {
	
	color: black;
    background-color: white;
	text-decoration: underline;
	
}

h1 {
	
	color: black;
	
}

h2 {
	
	color: #9c9ca8;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: normal;
	text-shadow: none;
	
}

h3 {
	
	color: black;
	
}

h4 {
	
	color: black;
	
}

h5 {
	
	color: #9c9ca8;
	
}

.Masthead {
	
	box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
	
}

#content-container .container {
	
	background-color: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	
}


/* ====================== Additional container styles ======================= */


.breadcrumb {
	
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: transparent;
	
}

.badge {
	
	background-color: black;
	
}

.pagination > li > a, .pagination > li > span {
	
	color: black;
	
}

.nav-tabs > li {
	
	color: white;
	
}

.nav-tabs > li > a:hover {
	
	color: white;
	background-color: #9c9ca8;	
}

.nav-tabs > li.active > a {
	
	border-top-color: white;
	color: white;
	background-color: #9c9ca8;
	
}

body.no-nav {
	
	background-color: white;
	background-image: none;
	
}


/* ====================== Navigational styles =============================== */


.navbar-collapse {
	
	padding: 0px;
	box-shadow: 0px -2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -2px 3px rgba(0,0,0,0.2);
	background-color: white;
	
}

.container > .navbar-collapse {
	
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	
}

.navbar-top > li > a {
	
	padding: 5px;
	color: black;
	
}

.navbar-top > li > a:hover {
	
	color: black;
	background-color: #1C7391;
	
}

.navbar-collapse > .navbar-nav > li > a {
	
	color: #1C7391;
	
}

.navbar-collapse > .navbar-nav > li > a:hover {
	
	color: white;
	background-color: #1C7391;
	
}

.navbar-nav > li > a.active {
	
	color: #9c9ca8;
	background-color: white;
	
}

.navbar-nav > li.active > a {
	
	color: #9c9ca8;
	background-color: white;
	
}

.navbar-nav > li > .dropdown-menu {
	
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	
}

.dropdown-menu {
	
	background-color: white;
	border-bottom-color: #9c9ca8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	
}

.dropdown-menu > li > a {
	
	color: black;
	
}

.dropdown-menu > li > a:hover {
	
	color: white;
	background-color: #9c9ca8;
	
}

.left-nav > li {
	
	border-bottom-color: #9c9ca8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}

.left-nav > li > a {
	
	color: black;
	
}

.left-nav > li > a:hover {
	
	color: black;
	background-color: #9c9ca8;
	
}

.left-nav > li.active > a {
	
	color: black;
	background-color: #9c9ca8;
	
}

.left-nav > li.active > a:hover {
	
	color: black;
	background-color: #9c9ca8;
	
}

.left-nav > li.active > a:focus, .left-subnav.in > li.active > a {
	
	color: black;
	background-color: #9c9ca8;
	
}

.left-nav > li.active > .left-subnav > li > a, .left-subnav.in > li > a {
	
	color: #9c9ca8;
	
}

.left-nav > li.active > .left-subnav > li > a:hover, .left-subnav.in > li > a:hover {
	
	color: #9c9ca8;
	
}

.left-subnav.in > li > a {
	
	color: #9c9ca8;
	padding: 8px 0px 8px 24px;
	background-color: white;
	
}

.left-subnav > li {
	
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}

.left-subnav > li > a {
	
	padding: 8px 0px 8px 11px;
	color: #9c9ca8;
	
}

.left-subnav > li > a:hover {
	
	color: #9c9ca8;
	background-color: white;
	
}

.left-subnav > li.active > a {
	
	color: black;
	background-color: #9c9ca8;
	
}

.left-subnav > li.active > a:hover {
	
	color: black;
	background-color: #9c9ca8;
	
}

.nav-username {
	
	padding: 5px;
	color: black;
	height: auto;
	font-size: 14px;
	
}

#ctl00_UserInfo_lnkLogout {
	
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	
}

.navbar-toggle {
	
	border-color: #9c9ca8;
	background-color: #9c9ca8;
	
}

.nav-logout:hover a{
	
	background-color:transparent !important;
	text-decoration: none;
	
}

i.fa.fa-caret-down {
	
	display: none; (This is optional)
	
}


/* ====================== Custom footer styles ============================== */


#footer-container .container {
	
	background-color: #9c9ca8;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 2px;
	box-shadow: 0px -2px 2px rgba(0,0,0,0.2), 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.2), 0px 2px 2px rgba(0,0,0,0.2);
	
}

#Footer.footer {
	
	background-color: transparent; (This is optional)
	
}

.footer_copyright p {
	
	margin: 0px;
	padding: 10px 12px;
	font-size: 12px;
	
}

.footer h2 {
	
	color: white;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}

.footer ul {
	
	padding-left: 0px;
	margin-top: 10px;
	float: left;
	
}

.footer ul li {
	
	color: white;
	text-decoration: none;
	margin-bottom: 8px;
	list-style-type: none;
	
}

.footer ul li a {
    
    color: white;
    
}


/* ================== When no content is in left sidebar =================== */

.left-container{
    
    min-height: 1px;
    
}


/* =================== img-responsive for IE ============== */

.img-responsive {
	
	width: auto;
	
}

/* =================== Fix Focus State for nav ===================== */

.nav > li > a:focus {
	
    background-color: transparent;
    
}
/* ====== Home page ===== */

.homeSection h4 {
    padding: 10px 20px;
    background: #1C7391;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.homeSection {
    border-radius: 4px;
    margin: 20px;
}

.bodyHomeSection {
    padding: 20px;
    background: #fafafa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ccc;
    border-top: none;
}

.introHomeText {
    margin: 20px;
}

/* ====== Button Colors ===== */
.btn-sample { 
  color: #ffffff; 
  background-color: #7D2F70; 
  border-color: #000000; 
} 
 
.btn-sample:hover, 
.btn-sample:focus, 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  color: #ffffff; 
  background-color: #949099; 
  border-color: #000000; 
} 
 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
  background-image: none; 
} 
 
.btn-sample.disabled, 
.btn-sample[disabled], 
fieldset[disabled] .btn-sample, 
.btn-sample.disabled:hover, 
.btn-sample[disabled]:hover, 
fieldset[disabled] .btn-sample:hover, 
.btn-sample.disabled:focus, 
.btn-sample[disabled]:focus, 
fieldset[disabled] .btn-sample:focus, 
.btn-sample.disabled:active, 
.btn-sample[disabled]:active, 
fieldset[disabled] .btn-sample:active, 
.btn-sample.disabled.active, 
.btn-sample[disabled].active, 
fieldset[disabled] .btn-sample.active { 
  background-color: #7D2F70; 
  border-color: #000000; 
} 
 
.btn-sample .badge { 
  color: #7D2F70; 
  background-color: #ffffff; 
}
/* ---------------- CSS Starts Here ---------------- */

.attendeeConsole .col-md-12.title {
    padding-left: 0px;
    padding-right: 0px;
}

.attendeeConsole a:hover {
    text-decoration: none !important;
}

.attendeeConsole .thumbnail.a2z {
    margin-bottom: 30px;
    border-radius: 0px;
    padding: 0px;
    border: 2px solid #e0e0e0;
    text-align: center;
    display: block;
    padding: 0px;
    line-height: 1.42857143;
    background-color: white;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.attendeeConsole .thumbnail.a2z:hover {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid rgb(66, 139, 202);
}

.attendeeConsole .thumbnail.a2z .caption {
    padding: 10px 20px 20px 20px;
}

.attendeeConsole h1.well {
    text-shadow: none;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0px;
    color: rgb(66, 139, 202);
}

@media (max-width: 992px) {
    .attendeeConsole h1 {
        text-shadow: none;
        text-align: center;
        margin-top: 0px;
    }
    .attendeeConsole h2.briefcase {
        text-align: center;
    }
    .attendeeConsole img.img-responsive.logo {
        margin: 0 auto;
    }
}

.attendeeConsole h2.briefcase {
    text-align: left;
    color: rgb(66, 139, 202);
}

.attendeeConsole h3 {
    font-weight: 600;
    font-size: 19px;
}

.attendeeConsole h3.text-center {

    font-weight: 600;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .attendeeConsole h3 {
        font-size: 15px;
    }
}

.attendeeConsole p.text-center {
    margin-bottom: 20px;
}

.attendeeConsole p.text-center a {
    font-weight: bold;
    color: rgb(66, 139, 202);
}

.attendeeConsole p.text-center a:hover {
    color: rgb(32, 101, 160);
}

.attendeeConsole .icon {
    font-size: 20px;
    padding: 0px 5px;
}

.attendeeConsole hr {
    margin: 20px 0px;
}

.attendeeConsole .icon.text-center {
    background: #eee;
    border-radius: 1.9em;
    -moz-border-radius: 1.9em;
    -webkit-border-radius: 1.9em;
    color: rgb(66, 139, 202);
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 1.9em;
    height: 1.9em;
    font-size: 50px;
    border: 5px solid rgb(66, 139, 202);
    margin-top: -50px;
    padding-top: 7px;
    -webkit-box-shadow: 0px 9px 45px -12px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 9px 45px -12px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 9px 45px -12px rgba(0, 0, 0, 0.37);
    float: none;
}

.attendeeConsole .icon.text-center a {
    color: rgb(66, 139, 202);
}

.attendeeConsole .blue {
    min-height: 70px;
    background: rgb(66, 139, 202);
}

.attendeeConsole a.a2z {
    background-color: white;
    color: rgb(66, 139, 202);
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
    border: 3px solid rgb(66, 139, 202);
    padding: 10px 5px;
}

.attendeeConsole a.a2z:hover {
    background-color: rgb(32, 101, 160);
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: white;
    border: 3px solid rgb(32, 101, 160);
}

.attendeeConsole a.a2z.small {
    font-size: 13px;
}

.attendeeConsole a.a2z.small small.tiny {
    font-size: 85%;
    font-weight: normal;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .attendeeConsole a.a2z {
        font-size: 13px;
        padding: 10px 10px;
    }

    .attendeeConsole a.a2z.small {
        font-size: 11px;
        padding: 10px 0px;
    }
}

@media (max-width: 767px) {
    .attendeeConsole .arrow-down {
        margin: 10px 0px;
    }
    .attendeeConsole hr.top {
        display: none;
    }
    .attendeeConsole .bounce {
        animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        -moz-animation: bounce 2s infinite;
        -o-animation: bounce 2s infinite;
        font-size: 35px;
        text-align: center;
    }
    @-webkit-keyframes bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
            -webkit-transform: translateY(0);
        }
        40% {
            -webkit-transform: translateY(-30px);
        }
        60% {
            -webkit-transform: translateY(-15px);
        }
    }
    @keyframes bounce {
        0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateY(0);
        }
        40% {
            transform: translateY(-30px);
        }
        60% {
            transform: translateY(-15px);
        }
    }
}

@media (min-width: 768px) {
    .attendeeConsole .arrow-down {
        display: none;
    }
}

.attendeeConsole ul.list-unstyled {
    margin-left: 0px;
}

.attendeeConsole ul.list-unstyled>li>a {
    font-weight: 600;
    color: rgb(66, 139, 202);
    margin-left: 0px;
}

.attendeeConsole .media-body a {
    font-weight: 600;
}

.attendeeConsole .row.top {
    margin-top: 30px;
}

.attendeeConsole .media-left {
    float: left;
    margin-right: 10px;
}

.attendeeConsole i.fa.fa-chevron-circle-right {
    font-size: 38px;
    color: rgb(189, 189, 189);
}

@media (max-width: 992px) {
    .attendeeConsole .media-left {
        margin-right: 10px;
    }
    .attendeeConsole i.fa.fa-chevron-circle-right {
        font-size: 20px;
    }
    .attendeeConsole .bottom {
        text-align: center;
    }
}

.attendeeConsole .end {
    margin: 30px 0px 30px 0px;
}

.attendeeConsole img.img-responsive.logo {
    max-width: 160px;
    margin: 0 auto;
    margin-top: 10px;
}

.attendeeConsole a.btn.btn-default.faq.btn-lg {
    color: rgb(66, 139, 202);
    font-weight: 600;
}

.attendeeConsole .row.leadin {
    padding: 10px 0px 10px 0px;
    margin: 0px;
}

.attendeeConsole img.img-responsive.connect {
    max-width: 120px;
    margin: 0 auto;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .attendeeConsole img.img-responsive.connect {
        margin-bottom: 20px;
    }
    .attendeeConsole .tutorial {
        margin-bottom: 5px;
    }
    .attendeeConsole .end {
        text-align: center;
    }
}

.attendeeConsole .contact {
    margin-bottom: 15px;
}

.attendeeConsole .awesome a {
    color: rgb(150, 200, 243);
    position: absolute;
    top: 15px;
    right: 30px;
}

.attendeeConsole a.left {
    color: rgb(150, 200, 243);
    position: absolute;
    top: 13px;
    left: 30px;
    font-size: 23px;
}

.attendeeConsole .fa.fa-question-circle {
    font-size: 24px;
}

.attendeeConsole .fa.fa-question-circle.little {
    font-size: 14px;
}

.attendeeConsole i.fa.fa-briefcase {
    color: rgb(66, 139, 202);
}

.attendeeConsole sup {
    top: -1em;
    font-size: 50%;
}

.attendeeConsole .modal {
    text-align: center;
    padding: 0!important;
}

.attendeeConsole .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.attendeeConsole .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.attendeeConsole .img-responsive.pic {
    margin-bottom: 15px;
}

.attendeeConsole .col-md-6.col-sm-6.col-xs-6.track1 {
    padding-left: 0px;
    padding-right: 10px;
}

.attendeeConsole .col-md-6.col-sm-6.col-xs-6.track2 {
    padding-right: 0px;
    padding-left: 10px;
}


/* ===== Disabled Boxes ===== */

.thumbnail.a2z.disbled {}

.attendeeConsole .disabled a {
    pointer-events: none;
}

.attendeeConsole .disabled .blue {
    background: #888;
    color: #000;
}

.attendeeConsole .disabled .awesome a {
    background: #888;
    color: #fff;
    pointer-events: all;
}

.attendeeConsole .disabled .icon.text-center a {
    color: #888;
}

.attendeeConsole .thumbnail.a2z.disabled:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #ccc;
}

.attendeeConsole .disabled .icon.text-center {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 5px solid #888;
}

.attendeeConsole .disabled h3 a {
    color: #888;
    pointer-events: none;
}

.attendeeConsole .disabled a.a2z {
    background-color: white;
    color: #888;
    font-weight: bold;
    font-size: 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
    border: 3px solid #888;
}


/* ============ Profile Tile Styles ============== */

.attendeeConsole .thumbnail.a2z.profile {
    background: rgb(66, 139, 202);
    border-color: rgb(32, 101, 160);
}

.attendeeConsole .thumbnail.a2z.profile:hover {
    border-color: white;
}

.attendeeConsole a.btn.left.profile {
    color: rgb(66, 139, 202);
}

.attendeeConsole .blue.profile {
    background: white;
}

.attendeeConsole h3.text-center.profile {
    color: white;
}

.attendeeConsole p.text-center.profile {
    color: white;
}

.attendeeConsole a.btn.btn-default.btn-lg.btn-block.a2z.profile {
    border-color: rgb(32, 101, 160);
    background: white;
    color: rgb(32, 101, 160);
}

.attendeeConsole a.btn.btn-default.btn-lg.btn-block.a2z.small.profile {
    border-color: rgb(32, 101, 160);
    background: white;
    color: rgb(32, 101, 160);
}

.attendeeConsole a.btn.btn-default.btn-lg.btn-block.a2z.small.profile:hover {
    background: rgb(32, 101, 160);
    color: white;
}

/* ---------------- CSS Ends Here ---------------- */
