﻿.label { font-size: 80% !important; }
.linkable { cursor: pointer; }
.nolinkcolor, .nolinkcolor a, .nolinkcolor a:visited {
    color: #666;
}
.clearfix { clear: both;}
.nolinkcolor:hover { color: #e8e8e8;}
.hidden { display: none;}
table tr td p {
        margin: 0;
    }

#formContent table tr { border:none; }
button.btn-default:active, button.btn-default:focus {
    border: none;
    outline: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.scaleup {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5) !important;
}

iframe {
    width: 100%;
    border: none;
    overflow: scroll;
}
.jumbotron {
    margin-bottom: 5px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: solid 1px #333;
}
.jumbotron h1 {
    font-size: 38px !important;
    margin-top: 10px;
    margin-left: 26px;
}
.jumbotron-bg {
    opacity: 0.8;
    background-color: #000;
    padding: 6px 30px;
    border-radius: 5px;
}
img {
    max-width: 100%;
    height: auto !important;
}

.img-rounded12 {
    border-radius: 12px;
}
.logo_boll { height: 32px !important; width: 32px !important; }
#alert_bar {
    margin: 3px auto;
}
#wavresult {
    margin-top: 3px;
    border: dotted 1px silver;
    padding: 5px 10px;
    font-size: 1.1em;
}
fieldset {
    margin-top: 10px;
    padding: 10px 0 9px 25px;
    margin: 0;
    width: 80%;
    border: solid 1px #e8e8e8;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
    fieldset legend {
        border: none;
        font-size: 16px;
        font-family: Montserrat, dosis, sans-serif;
        padding-left: 9px;
        display: inline;
        width: 20%;
        float:none;
    }
.friendsboard { max-height: 180px; overflow: auto; width: 100%;}
@media only screen and (max-width : 768px) {
    .jumbotron h1 {
        font-size: 24px !important;
        margin-top: 10px;
        margin-left: 1px;
    }
}

.aspNetDisabled {
    color: #ccc;
}

.form-control {
    display: block;
    width: 97%;
}
    .glyphicon {
    color: #e42f39 !important;
    font-size: 38px;
}
.title-large { font-size: 20px; padding: 5px 2px; }
.title-medium {
    font-size: 15px;
    padding: 4px 2px;
}
.large-row {
    font-size: 1.1em;
    vertical-align: middle !important;
}
.bg-opacity {
    background: rgba(0,0,0,0.75);
}
.border-thin {
    border: solid 1px #666;
}
.paddingtop {
    padding-top: 14px;
}

.fa-check-square-o {
    color: green;
}

.fa-square-o {
    color: red;
}

.audio-player {
    display: block;
    width: 99%;
}

.pointer {
    cursor: pointer;
}

.purchase-icon {
    padding: 1px 1px 0 1px;
    position: absolute;
    bottom: 6px;
    right: 7px;
    font-size: 11px;
    z-index: 999;
    color: #666;
    background-color: #fff;
}

.bg-black {
    color: #fff;
    background-color: #000000;
}
.bg-white {
    color: #333;
    background-color: #fff;
}

#accordion .panel {
    text-align: left !important;
    text-shadow: none;
}

#accordion .panel-body {
    color: #666;
}

#accordion .panel-title {
    color: #333;
}

.btn-xs {
    padding: 4px 4px 3px !important;
    font-size: 11px !important;
    line-height: 1.5;
    border-radius: 3px;
}

.game {
    border: solid 1px #ccc;
    padding: 4px;
    background-color: #fffffd;
    /*box-shadow: #ccc 3px 3px;*/
    border-radius: 5px;
    overflow: hidden;
    
}

    .game .title {
        color: #e42f39;
        z-index: 11;
        position: relative;
    }

.jumbotron p { font-size: 13px !important; color: #fffffc; }
.jumbotron a, .jumbotron a:visited {
    font-size: 13px !important;
    color: #ffff00;
    text-decoration: underline;
}
.capitalize {
    text-transform: capitalize;
}

.light, .light a, .light a:visited {
    color: #fce8e9 !important;
}
    .light:hover, .light a:hover { color: #fff !important; }

/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 30px 0;
    margin-top: 0;
}

    section .section-title {
        text-align: center;
        color: #393f4f;
        margin-bottom: 50px;
        text-transform: uppercase;
    }
#footer {
    background: #393f4f !important;
    color: #ffffff;
}
    #footer h5 {
        padding-left: 10px;
        font-size: 1.25rem;
        border-left: 3px solid #eeeeee;
        padding-bottom: 6px;
        margin-bottom: 20px;
        color: #ffffff;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    }
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
    padding: 3px 4px;
}
#footer ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
    color:#ffffff;
}
#footer ul.social li a:hover{
    color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#footer ul.quick-links li:hover{ 
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
}
#footer ul.quick-links li a i{
    margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}
.searchcontainer input {
    background: #f8f8f8;
    width: 114px;
    height: 22px;
    margin-top: 14px;
    font-size: 11px;
    color: #333;
    border: none;
    border-radius: 8px;
    font-weight: 500;
}
.userlike { max-width: 200px;margin-bottom: 5px;}
.userlike button { padding: 0;}   
.userlike button span { font-size: 25px; }
    .userlike.selected span, .userlike.selected button {
        color: #e42f39 !important;
    } 
.userlike span, .userlike button {
    color: #ccc;
}
    .userlike p {
        color: #666;
        font-size: 12px;
        font-weight: 700;
    } 

.floatinglist li { display: inline-block; width: 222px; overflow: hidden;}
.categoriesedit li {
    font-weight: 400;
    color: #000;
    font-size: 13px;
    font-family: Montserrat, Roboto, Arial, sans serif; 
}
.profilelink {
    display: inline-block;
    font-weight: 400;
    padding: 0 20px 10px 0;
    color: #000;
    font-size: 15px;
    font-family: Montserrat, Roboto, Arial, sans serif;
}
/*.profilelink i {
    width: 16px;
}*/
@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

.well hr {
    border-color:#ccc;
}