﻿body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #ffffff;
    margin-top: 20px;
}

.userprofile {
    width: 100%;
    /*float: left;*/
    overflow: auto;
    clear: both;
    margin: 40px auto;
}

    .userprofile .userpic {
        height: 100px;
        width: 100px;
        clear: both;
        margin: 0 auto;
        display: block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 5%;
        border: 5px solid #ffffff;
        position: relative;
    }

        .userprofile .userpic .userpicimg {
            height: auto;
            width: 100%;
            border-radius: 2%;
        }

    .userprofile.social {
        background-size: 100%;
        margin: 0;
    }

        .userprofile.social .username {
            color: #555;
        }

            .userprofile.social .username + p {
                font-size: 18px;
                color: #555;
            }

.sp-1 {
    padding: 30px 0;
    background-color: #f9e3b2;
    color: #d79300;
    font-size: 26px;
}

.sp-2 {
    padding: 30px 0;
    background-color: #bcebf3;
    color: #079ab3;
    font-size: 26px;
}

.sp-3 {
    padding: 30px 0;
    background-color: #f2b6b6;
    color: #d92f30;
    font-size: 26px;
}

.panel-heading2 {
    color: #4b4b4b;
    /*background-color: #f0f0f0;*/
    font-weight: 400;
    font-size: 15px;
    height: 40px;
    text-align: left;
    padding-top: 5px;
    padding-left: 15px;
}

.page-header2.small {
    font-weight: 700;
    font-size: 20px;
}

.det-caption {
    font-weight: 400;
    font-size: 16px;
    height: 30px;
    text-align: left;
    padding-top: 13px;
    padding-left: 30px !important;
    float: left !important;
}

.det-value {
    font-weight: 600;
    font-size: 16px;
    height: 30px;
    text-align: left;
    padding-top: 13px;
    float: left !important;
}

.switch65 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

    .switch65 input {
        display: none;
    }

.slider65 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider65:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider65 {
    background-color: #2196F3;
}

input:focus + .slider65 {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider65:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.slider65.round {
    border-radius: 22px;
}

    .slider65.round:before {
        border-radius: 50%;
    }




.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #65728e;
    font-size: 20px;
}

    .tabbable-line > .nav-tabs > li > a > i {
        color: #a6a6a6;
    }

.tab-content {
    overflow: hidden;
}




.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.alpha-back {
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#C8FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#C8FFFFFF); -moz-border-radius:10px";
}

.container-global {
    max-width: 440px;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    background: transparent;
}


.stats-big {
    font-size: 40px;
    font-weight: 600;
    color: #3c82b3;
}

.title-well {
    font-size: 14px;
    color: #555;
    font-family: Roboto,Arial,Helvetica,Sans-Serif;
    font-weight: 700 !important;
    margin: -3px 0 0 0;
    text-transform: uppercase;
}

.text-white {
    color: #AAA !important;
}

    .text-white:hover {
        color: #333333 !important;
    }

.navwell {
    margin-bottom: 20px !important;
    text-transform: uppercase;
}

.nav-tabs {
    border-bottom: 4px solid #f0f3f5;
}


@media only screen and (max-width: 600px) {
    #page-badges {
        display: none;
    }
}

@media only screen and (min-width: 600px) {
    #page-badges {
        display: block;
    }
}

.bg-image {
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /* Full height */
    height: 200px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
    color: #fdfdfd;
    font-weight: bold;
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
    padding: 10px;
    text-align: center;
    max-width: 700px !important;
    text-shadow: 0px 0px 8px #3a3a3a
}

.user-info-number {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    /*color: #3c82b3;*/
    color: rgba(26, 121, 187, 0.74);
}

.user-info-username {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    font-family: "roboto condensed",Roboto,Arial,Helvetica,sans-serif;
    color: rgba(26, 121, 187, 0.74);
}

.user-info-icon {
    font-size: 30px;
    line-height: 36px;
    color: #3c82b3;
}

.button-icon-sm {
    font-size: 18px;
    text-align: center;
    width: 21px;
}

.user-info-div {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px;
    height: 70px;
    min-width: 60px;
}

.user-info-title {
    font-size: 14px;
    color: #555;
    font-weight: 700 !important;
    /* margin: -20px 0 0 0; */
    text-transform: uppercase;
}

@media only screen and (max-width: 500px) {
    .hidden-xxs {
        display: none;
    }
}