/*Copyright Rippl3D, Inc. 2017
  All Rights Reserved*/

.mainWrapper {
    height: 100%;
    min-height: 580px;
    overflow:hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border:thick;
    background-color:black;
}

th {
    color:yellow;
}
.container {
    width: 80%;
}

/* Left side styles*/
.home-left {
    vertical-align: top;
}
.adv_img {
    float: left;
    margin-bottom: 2px;
}
div[class='vert_gap'] {
    height: 4px;
}
#tblComp {
    margin-top: 15px;
}
#tblComp .td-rAlign {
    color: yellow;
    text-align: right;
    padding-right: 5px;
}
#tblComp .td-lAlign {
    color: white;
    text-align: left;
    padding-left: 5px;
}
#tblChlng {
    margin-top: 15px;
    margin-bottom: 10px;
}
#tblChlng .td-rAlign {
    color: yellow;
    text-align: right;
    padding-right: 5px;
}
#tblChlng .td-lAlign {
    color: white;
    /*width: 120px;*/
    text-align: left;
    /*margin-left: 5px;*/
    padding-left: 5px;
}
.statsTitle {
    color: white;
    padding-top: 2px;
    font-size: 16px;
    width: 100%;
}
.partnerTitle {
    color: yellow;
    padding-top: 10px;
    clear:both;  /*stops previous floats*/
}
.partnerTitleRow {
    text-align: left;
    padding-bottom: 5px;
}
.partnerTitleRow img {
    margin-right: 5px;
}
#divHL0 {
    color: white;
    padding-top: 5px;
    font-size: 16px;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
#divHL1 {
    color: black;
    font-weight:bolder;
    background-color: white;
    padding: 5px;
    border-radius: 4px;
}
div[id^=divHL] img {
    border-radius: 4px;
}
#divHL2 {
    color: black;
    font-weight:bolder;
    background-color: #E5E4E2;
    padding: 5px;
    border-radius: 4px;
}
#divHL3 {
    color: black;
    font-weight:bolder;
    background-color: gold;
    padding: 5px;
    border-radius: 4px;
}
#divHL4 {
    color: black;
    font-weight:bolder;
    background-color: #C0C0C0;
    padding: 5px;
    border-radius: 4px;
}
#divHL5 {
    color: black;
    font-weight:bolder;
    background-color: #CD7F32;
    padding: 5px;
    border-radius: 4px;
}

/* Center styles */
.bootstrap_col_pad {
    padding: 2px;
}
/* for Experience Comp and Explore Challenges */
/*.comp-img-responsive {
  max-width: 90%;
  height: 50px;
}*/
.search_title {
    color: #0CA8EE;
    text-align: center;
    width: 90%;
    font-size: 14pt;
}
.k-grid td
{
  padding: 0;
  margin: 0;
}
/*.k-grid td input[type="image"]
{
  padding: 0;
  margin: 0;
}*/
#event_search {
    border-radius: 5px;
    min-width: 71%; /*500px;*/
}
#challenge_search {
    border-radius: 5px;
    min-width: 29%; /*360px;*/
}

.line_container {
    display: flex;                  /* establish flex container */
    flex-direction: row;            /* default value; can be omitted */
    flex-wrap: nowrap;              /* default value; can be omitted */
    justify-content: space-between; /* switched from default (flex-start, see below) */
    align-items: baseline;
}
/*.line_container > div {
  max-width: 400px;
}*/
.h-slider {
    width: 100%;
    overflow-x: scroll; /*scroll auto hidden*/
    /*overflow-y: hidden;*/
    white-space: nowrap;
}

.filter_title {
    color: white;
    font-weight: 500;
    font-size: larger;
    margin-bottom: 5px;
}
.srch_Event {
    background-color:dodgerblue;
    border-radius: 5px;
    margin: 2px 2px 0 2px;
    padding-bottom: 10px;
}
.span_Event {
    background-color:dodgerblue;
    color: black;
    border-radius: 2px;
    padding: 0 4px 0 4px;
}
.srch_Event_Challenge {
    background-color:lightgreen;
    border-radius: 3px;
    margin: 2px 2px 0 2px;
    padding-bottom: 10px;
}
.span_Event_Challenge {
    background-color:lightgreen;
    color: black;
    border-radius: 2px;
    padding: 0 4px 0 4px;
}
.srch_Challenge {
    background-color:yellow;
    border-radius: 3px;
    margin: 2px 2px 0 2px;
    padding-bottom: 10px;
}
.span_Challenge {
    background-color:yellow;
    color: black;
    border-radius: 2px;
    padding: 0 4px 0 4px;
}
details[class='filter-search'] {
    padding-top: 0;
}

/* The Magic Float Center Code */
/*.float_center {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
}*/
/*.float_center > .child {
  position: relative;
  left: 50%;
}*/
.clear {
  clear:both;
}

.home-text {
    color: white;
}

details[class='filter-search'] summary[class='home-text'] {
    color: white;
    cursor: pointer;
}
details[class='filter-search'] summary[class='home-text']:hover {
    color: lightblue;
    font-size: 100%;
}
.filter-search {
    padding-top: 20px;
    border-top: 10px;
    margin: 0 auto;  /*Centers objects*/
}
input {
    margin: 1px;
    border-radius: 4px;
}
.btn-enabled {
    color: black;
}
.btn-disablbed {
    color: black !important;
}
#banner {
    margin: 5px;
}
#filterStatement {
    margin: 5px;
}

#ddlChallengeType, #inHost { cursor: pointer; }

/* Carousel styles*/
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    height: 150px;
    margin: auto;
}
.carousel-inner {
    width: 100%;
}
#myCarousel {
    width: 100%;
    align-content: center;
}

/* Kendo Grid Styles */
.k-grid th.k-header,
.k-grid-header
{
    /*background:yellow;*/
    text-align:center;
    font-weight: 600;
}
.k-grid th.k-header,
.k-grid th.k-header .k-link
{
    color:black;
}

/* Right side styles*/
#divHR1 {
    color: white;
    padding-top: 10px;
    font-size: 16px;
    margin: 0 auto;
}
div[id^=divHR] img {
    border-radius: 4px;
}

/* Dialog box Styles */
.loginInputLabel {
    width: 90px;
}
.loginInputBox {
    width: 180px;
}
.eventCodeInputBox {
    width: 150px;
}
#dialogLogin form:first-child {
    margin-top: 5px;
    padding-top: 5px;
}
.lbl_inp_inline label, .lbl_inp_inline input {
    display:inline-block;
}
#loginControls {
    text-align: center;
    background-color: lightblue;
    padding: 2px 0 2px 0;
}
#loginControls input {
    width: 100px;
    margin: 2px 2px 2px 2px;
}

/*#dialog {
    top: 50%;
    left: 50%;
    position: absolute;
}
#dialog_msg {
    position: relative;

    width: 600px;
    margin-left: -300px;

    height: 400px;
    margin-top: -200px;
}*/

#detailsDialog_msg p span {
    font-weight:bolder;
}