﻿body {
    font-family: "ITC Franklin Gothic Std Book", Arial, Helvetica, sans-serif;
    padding-bottom: 120px; /* extra space so navbar footer doesn't overlap content*/
}

.footer-divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-left: 1px solid #9d9d9d;
    border-right: 0 solid #FFF;
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 45px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    z-index: 1;
}

.navbar-btn {
    padding:5px;
    margin: 8px;
}

.search-bar {
    padding:5px;
    background-color:lightgray;
}

.search-group-horizontal {
    padding:50px;
    padding-bottom: 0;
    margin-bottom:20px;
}

.search-group-horizontal .search-group-item,
.search-group-horizontal .search-group-item-label,
.search-group-horizontal .search-group-item-btn {
    display: inline-block;
}

.search-group-horizontal .search-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.search-group-horizontal .search-group-item-label {
    margin-right:8px !important;
}
.search-group-horizontal .search-group-item-btn {
    margin-left:-6px !important ;
    margin-bottom:5px !important;
}

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {


    .search-group-horizontal .search-group-item-btn {
        margin-left:-6px !important ;
        margin-bottom:4px !important;
    }
}*/

.search-group-horizontal .search-group-item:first-child {
    border-bottom-left-radius:4px;
    border-top-left-radius:4px;
}

.search-group-horizontal .search-group-item {
    border-radius:0;
}
.search-group-horizontal .search-group-item-btn {
	border-bottom-right-radius:4px;
    border-top-right-radius:4px;
	border-bottom-left-radius:0;
    border-top-left-radius:0;
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
}
.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 25s linear infinite;
    color:red;
    font-weight:bold;
    font-size:larger;
}
.marquee span:hover {
    animation-play-state: paused
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.dropdown-menu>li>input{
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap;
    margin-left:20px;
    margin-right:5px;
}

.dropdown-menu>li>input:focus,
.dropdown-menu>li>input:hover{
    color:#262626;
    text-decoration:none;
    background-color:#f5f5f5
}

.dropdown-menu-label{
    font-weight:normal;
}

.div-scroller {
    overflow: scroll;
    overflow-x: hidden;
    height: 200px;
}

.row-vertical-divider [class*='col-vertical-divider']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display:block;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    min-height: 120px;
}

.panel-heading {
    background-color: #3F2B56;
    color: white;
}

.panel-heading [data-toggle="collapse"]:after
{
    font-family: 'Glyphicons Halflings';
    content: "\e072"; /* "play" icon */
    float: right;
    color: #b0c5d8;
    font-size: 18px;
    line-height: 22px;
    margin-top: -25px;

    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform:    rotate(-90deg);
    -ms-transform:     rotate(-90deg);
    -o-transform:      rotate(-90deg);
    transform:         rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after
{
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform:    rotate(90deg);
    -ms-transform:     rotate(90deg);
    -o-transform:      rotate(90deg);
    transform:         rotate(90deg);
}

.panel {
    border-color: rgb(14,100,149);
}

.panel-home {
    min-height: 450px;
}

.panel-title-session {
    font-size: 14px;
}

.input-2x {
    font-size: 14px;
    padding:8px;
}

.checkbox-panel input[type=checkbox], .radio-panel input[type=radio] {
    margin-left:0;
}

.progress {
    min-width:100px;
}

.nowrap {
    white-space:nowrap;
}

@media (min-width:1500px){
    .registrants{
        min-width:1400px;
    }
}

.row-centered {
    text-align:center;
    margin-left:0;
    margin-right:0;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.dropdown-menu-date {
    padding: 5px;
}

.dropdown-header-date {
    background-color: rgb(14, 100, 148);
    color: white;
}

.btn-square {
    border-radius: 0;
}

.btn-grid {
    width: 120px;
}

.btn-grid-wide {
    width: 170px;
}

.btn-grid-narrow {
    width: 70px;
}

.inline-block {
    display: inline-block;
}

.margin-home-page-checkbox-align {
    margin-right: 70px;
}

label[for*="chkAllEvents"] {
    padding-left: 5px;
}

.buttons-print {
    margin-bottom: 2px;
}

.panel-light{
    border-color: #ccc;
}

.fixed-panel {
              min-height: 125px;
              max-height: 125px;
              overflow-y: scroll;
        }



.btn span.glyphicon {    
    margin-left: 4px;	
    margin-right: 0px;		
	opacity: 0;				
}
.btn.active span.glyphicon {				
	margin-left: 4px;
    margin-right: 0px;
    opacity: 1;				
}

label.btn span {
  font-size: 1.2em ;
}

label input[type="radio"] {
    color: #c8c8c8;   
     display: inline;
}
label input[type="radio"] {
    display: none;
}
label input[type="radio"]:checked {
    display: none;
}
label input[type="radio"]:checked  {
    color: #7AA3CC;    
    display: inline;
}
label:hover input[type="radio"]  {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label.active {
    color: #45678F;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #ccc;
    border-radius: 3px;
    color: #5B5B5B;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}


/*bootstrap overrides */
a {
    color: #592c82;
}

.text-muted {
    color: #5B5B5B;
}

.navbar-inverse .text-muted {
    color: #BBBBBB;
}

.btn-default {
    color: #5B5B5B;
}