.onboarding-modal {
    width: 70%;
}

.onboarding-modal .modal-body {
    background: #ffffff;
}

.onboarding-modal .modal-header {
    background: #ffffff;
}


.onboarding-modal .modal-content {

    /** Gradient Background **/
    background: rgba(244,244,244,1);
    background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(231,231,231,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,244,244,1)), color-stop(100%, rgba(231,231,231,1)));
    background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(231,231,231,1) 100%);
    background: -o-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(231,231,231,1) 100%);
    background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(231,231,231,1) 100%);
    background: linear-gradient(to bottom, rgba(244,244,244,1) 0%, rgba(231,231,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e7e7e7', GradientType=0 );
}

.onboarding-modal-body {
    width:90%;
}

.onboarding-title .first-line-title {
    font-size: 28px;
    font-weight: 700;
    color:#04233c;
}

.onboarding-title .second-line-title {
    font-size: 14px;
    font-weight: 400;
    color:#04233c;
}

.onboarding-modal .modal-header {
    text-align:center;
    border-bottom: 0px;
}

.onboarding-current-chooser {
    min-height:320px;
}
.onboarding-category-item {
    height:139px;
    width:178px;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin-bottom:20px;

}

.onboarding-category-item-selected {
   position:relative;
   border-radius: 8px;
   height:100%;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
   background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

}

.onboarding-category-item-selected:hover {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
   background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}


.onboarding-category-item-selected img {
    position: absolute;
    display: block;
    margin: 7px 7px 0px 7px;
}
.onboarding-category-name {
    position:absolute;
    color: white;
    font-size: 1.2em;
    bottom: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.onboarding-next-button {
    background-color:#eae8e2;
    border:none;
    outline: none;
    font-weight:700;
    font-size:18px;
    color:#04233c;
    width:203px;
    height:50px;
    border-radius: 4px;
}

.onboarding-next-button:disabled {
    color: #CAC8C8;
    cursor: default;
}

/*.onboarding-next-button:hover, .onboarding-next-button:active, .onboarding-next-button:focus, .onboarding-next-button:visited  {
    background-color:#e13b20;
    border:none;
    outline:none;
}*/



.row-centered {
    text-align: center;
    justify-content: center;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    /* inline-block space fix */
    margin-right:-4px;
}

.onboarding-next-button {
    margin-top:40px;
}

.onboarding-topics-chooser {
    text-align: center;
}

.onboarding-topics-chooser > .hash {
    margin-bottom:20px;
    margin-right:15px;
    display: -webkit-inline-flex;
}

.onboarding-topics-chooser .hashLeftSection {
    padding: 5px 0px 5px 5px;
}

.onboarding-topics-chooser .hashStarBtn {
    line-height: 20px;
}
.onboarding-topics-chooser .hashStarBtn img {
   height: 17px;
}

.onboarding-topics-chooser .hashRightSection {
    padding: 5px 0px 5px 5px;
}

.onboarding-topics-chooser .hashRightSection .tag-title {
   font-size: 17px;
   line-height: 25px;
   margin-left:0px;
}

.onboarding-topics-chooser .hash:hover {
    background-color: rgba(172, 172, 172, 0.25);
}

.onboarding-topics-chooser .hashLeftSection:hover {
    /** Make transparent so main hash hover takes over **/
    background-color: rgba(172, 172, 172, 0)
}

.onboarding-topics-chooser .hashRightSection:hover {
    /** Make transparent so main hash hover takes over **/
    background-color: rgba(172, 172, 172, 0)
}

.onboarding-topics-chooser .hashRightSection:hover .tag-title {
    text-decoration: none;
}

.onboarding-sources-chooser {
   width:100%;
}


.onboarding-breadcrumb {
    display:inline-block;
    vertical-align:middle;
    width:100%;
    margin-top:40px;
    margin-bottom:40px;
}

.onboarding-circle {
    display:inline-block;
    position:relative;
    z-index:1;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    vertical-align:middle;
    cursor: default;
}

.onboarding-cursor-enabled
{
    cursor: pointer;
}

.onboarding-circle-on {
    background-color: #d73728;
}

.onboarding-circle-off {
    background-color: #D2D2D2;
}

.onboarding-line {
    display: inline-block;
    position:relative;
    z-index:0;
    border: 3px solid #D2D2D2;
    width:40px;
    margin-left:-5px;
}
.onboarding-line-on {
    border-color: #d73728;
}

.onboarding-nudge-left {
    margin-left:-5px;
}

.source-hash {
    margin-bottom: 10px;
}

/*------------REACT AUTO SUGGEST CSS START------------*/
.location {
    position: inherit;
    display: block;
    max-width: 550px;
    height: 27px;
    font-size: 18px;
    margin: auto;
    color: #04233c;
    margin-bottom: 35px;
}
.location label {
    font-weight: normal;
}
.label-dropdown {
    display: inline-block;
}

#city-location {
    font-weight: bold;
}
#city-location:hover {
    cursor: pointer;
    text-decoration: underline;
}

.location-dropdown-hide {
    display: none;
}

.location-dropdown-show {
    position: absolute;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    z-index: 1;
}





.suggestions {
    /*color: black;*/
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 2px;
}


.suggestions:hover {
    text-decoration: underline;
    cursor: pointer;
}
  
.react-autosuggest__input--focused {
  outline: none;
}
  
.react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
  
.react-autosuggest__suggestion {
    cursor: pointer;
    padding: 3px 10px;
    padding-left: 0px;
}
  
.react-autosuggest__suggestion--highlighted {
    background-color: #ddd;
}
  

.onboarding-sources-chooser a.source-hash-link {
    pointer-events: none;
}

.react-autosuggest__container, .react-autosuggest__container--open {
    padding: 10px;
    background-color: #fafafa;
    z-index: 1;
}
.react-autosuggest__input, .react-autosuggest__input--open {
    max-height: 90%;
    font-size: 80%;
    border: solid 1px #979797;
    background-image: url(/images/search.png);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 3%;
    text-indent: 13%;
}
.react-autosuggest__suggestions-container, .react-autosuggest__suggestions-container--open {

}

.react-autosuggest__suggestions-list {
    text-align: left;
    max-width: 160px;
    overflow: auto;
    font-size: 90%;
    padding-left: 1%;
}

/*------------REACT AUTO SUGGEST CSS END------------*/

@media (max-width: 600px) {

    .onboarding-modal {
        width: auto;
    }

    .onboarding-category-item {
        background-size:contain;
        height:125px;
        width:157px;
        margin-bottom:8px;
    }

    .onboarding-current-chooser {
        /*min-height:0;*/
    }

    .onboarding-modal-body {
        width:auto;
    }

    .onboarding-next-button {
        margin-top:10px;
    }

    .onboarding-sources-chooser .source-hash {
        margin-left: 5px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .onboarding-title .first-line-title {
        font-size: 1.6em;
    }

    .onboarding-current-chooser .col-xs-6 {
        width:37%;
    }

}




@media (max-width: 1200px) {
 .onboarding-current-chooser .col-sm-3 {
        width:25%;
    }

    .onboarding-category-item {
        height: 123px;
        width: 137px;
    }
}


@media (max-width: 1024px) {
     .onboarding-current-chooser .col-sm-3 {
        width:40%;
    }

    .onboarding-category-item {
        height: 145px;
        width: 178px;
    }
}


@media (max-width: 768px) {

    .onboarding-current-chooser .col-sm-3 {
        width:40%;
    }

    .onboarding-category-item {
        height: 123px;
        width: 145px;
    }

}


@media (max-width: 600px) {

    .onboarding-modal {
        width: auto;
    }

    .onboarding-category-item {
        background-size:contain;
        height:125px;
        width:157px;
        margin-bottom:8px;
    }

    .onboarding-current-chooser {
        /*min-height:0;*/
    }

    .onboarding-modal-body {
        width:auto;
    }

    .onboarding-next-button {
        margin-top:10px;
    }

    .onboarding-sources-chooser .source-hash {
        margin-left: 5px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .onboarding-title .first-line-title {
        font-size: 1.6em;
    }

    .onboarding-current-chooser .col-xs-6 {
        width:37%;
    }

}

@media (max-width: 460px) {

    .onboarding-modal {
        width: auto;
    }

    .onboarding-category-item {
        background-size:contain;
        height:94px;
        width:116px;
        margin-bottom:8px;
    }

    .onboarding-current-chooser {
        /*min-height:0;*/
    }

    .onboarding-modal-body {
        width:auto;
    }

    .onboarding-next-button {
        margin-top:10px;
    }

    .onboarding-sources-chooser .source-hash {
        margin-left: 5px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .onboarding-title .first-line-title {
        font-size: 1.6em;
    }

   .onboarding-current-chooser .col-xs-6 {
        width:44%;
    }

}

