.panel-header {
    /*background-color: #2E6066;*/
    background-color: #000;
    padding:5%;
    min-height:120px;
    color:#FFF;
}

.header-back-button {
    height: 100%;
}

.header-back-button .header-text{
    float:left;
    margin: 2vh;
    font-size:28px;
    font-family:'open_sans';
}

.header-back-button .header-text .header-subtitle{
    font-size:29px;
    /*	font-family:'open_sans_condensed';*/
}

.header-back-button .header-text .header-title{
    clear:both;
}

.angle-left {
    color: #fff;
    font-size: 50px;
}

.panel-subheader {
    background-color: #86BC25;
    padding: 1% 25px;
}

.panel-subheader h2{
    color:#fff;
    font-size:19px;
    margin-top:10px;
    margin-top:10px;
}

/*.panel-subheader h2 {
    color:#6cab34;
    color:#fff;
    font-size:16px;
    margin-bottom:7px;
    margin-top:5px;
}*/

.panel-menu.panel-menu-send {
    min-height: 40px;
    background-color: #264f54;
}
.panel-menu .panel-menu-item {
    text-align: center;
    padding: 10px;
    color: #fff;
}

.panel-menu .panel-menu-item.active {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #86bc25;
}

.icon-white {
    color: #fff;
    margin: 5vh 5vh 5vh 2vh;
}

/*YOUROCK LIST VIEW*/
/*.yourock-list {
    margin-bottom: 15px;
}
.yourock-list .yourock-data {
    background-color: #fff;
    margin: 10px 0;
    padding: 10px 0;
    border-top: solid 4px rgb(0, 0, 0);
    box-shadow: 0px 0px 6px rgba(0,0,0,.1);
}
.yourock-list .yourock-data .medal{
    display: inline-block;
    float: left;
    text-align:left;
    padding:2px 4px;
    margin-left: 15px;
}
.yourock-list .yourock-data .medal img{
        width:36px;
}

.yourock-list .yourock-data .user-info {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

.yourock-list .yourock-data .name{
        font-weight:bold;
        color:#000;
        text-align:left;
        white-space:nowrap;
        overflow:hidden;
        font-size:14px;
        text-overflow:ellipsis;
        line-height: 20px;
}

.yourock-list .yourock-data .title{
        font-weight:bold;
        color:#000;
        text-align:center;
        white-space:nowrap;
        overflow:hidden;
        font-size:14px;
        text-overflow:ellipsis;
        line-height: 40px;
}
.yourock-list .yourock-data .date{
        font-style:italic;
        color:#000;
        text-align:left;
        white-space:nowrap;
        overflow:hidden;
        font-size:14px;
        text-overflow:ellipsis;
        line-height: 20px;
}*/

.widget .yourock_status .actions{
    padding:5px 10px;
    font-family:arial;
}

.widget .yourock_status .actions a{
    font-size:11px;
    line-height:18px; 
}

.widget .yourock_status .status{
    text-align:center;
}

.widget .yourock_status .status .status-table{
    border:none;
    width:75%;
    margin:auto;
    text-align:left;
    margin-top:15px;
    margin-bottom:15px;
    color:#444;
}

.widget .yourock_status .status .status-check{
    text-align:center;
}
.widget .yourock_status .status .status-check .indicator{
    height:28px;
    width:28px;
    background-color:#aaaaaa;
    border-radius:100%;
    margin:auto;
    padding:0;
}

.widget .yourock_status .status .status-check.active .indicator{
    background-color:#86bc25;
}

.widget .yourock_status .status .status-check.rejected .indicator{
    background-color:#e50000;
}

.widget .yourock_status .status .status-join{
    text-align:center;
}

.widget .yourock_status .status .status-join .indicator{
    padding:0 !important;
    height:15px;
    width:0px;
    border-left:1px solid #444;
    margin:0 auto;
}

/* WIDGET SENT YOUROCKS: LAST YOUROCK INFORMATION */
/*.panel-yourock-sent .widget {
    margin-top: 15px;
}

.widget .yourock-data {
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, .2);
}

.widget .yourock-data .medal {
    text-align: center;
}

.widget .yourock-data .medal img{
    width:35px;
}*/

/* WIDGET SENT YOUROCKS: STATUS HORIZONTAL */
.widget .yourock_status.horizontal .information {
    display: block;
    width: 100%;
}

.widget .yourock_status.horizontal .medal {
    text-align: center;
    margin: 0;
    line-height: 48px;
}

.widget .yourock_status.horizontal .name {
    text-align: center;
}

.widget .yourock_status.horizontal .date {
    text-align: center;
}

.widget .yourock_status.horizontal .status .status-list{
    margin:0;
    padding: 0;
    line-height: 0;
}

.widget .yourock_status.horizontal .status .status-check{
    text-align:center;
    margin: 5px 23px;
    display: inline-block;
    position: relative;
    height:28px;
    width:28px;
    background-color:#aaaaaa;
    border-radius:100%;
    z-index: 2;
}

.widget .yourock_status.horizontal .status .status-check.active{
    background-color:#86bc25;
}

.widget .yourock_status.horizontal .status .status-check.rejected{
    background-color:#e50000;
}

.widget .yourock_status.horizontal .status .status-list .status-check::before{
    content: '';
    position: absolute;
    top: 14px;
    left: -50px;
    width: 50px;
    height: 1px;
    background: #aaaaaa;
    z-index: 0;
}

.widget .yourock_status.horizontal .status .status-list .status-check:first-child::before {
    display: none !important;
}

.widget .yourock_status.horizontal .status .status-text{
    text-align:center;
    line-height: 28px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #000;
    width: 75px;
}

.widget .panel{
    height: 100%;
}

.widget .medals.panel{
	padding-bottom:8px;
}

.widget a,.widget a:hover{
 text-decoration:none;	
}

/* MEDALS VIEW SHARED WITH MEDALS WIDGET */
.panel-medals .medals {
    background-color: #fff;
    /*border-top: solid 4px rgb(0, 0, 0);*/
    box-shadow: 0px 0px 6px rgba(0,0,0,.1);
    padding: 15px 0;
    margin-bottom: 10px !important;
}

.panel-medals {
    padding-top: 15px;
}
.medal-container {
    margin: 5px 0;
}

.medals .medal-container {
    margin: 5px 0 1px 0;
}

.medal-container a {
    display: block;
    height: 100%;
    width: 100%;
}

.medal-container .medal-badge, .skills .medal-badge{
    position: absolute;
    top: 5px;
    right: 0px;
    text-align:center;
    height: auto;
    width: 30%;
    padding-top: 30%;
    border-radius: 50%;
    background-color: #86BC25;
    color: #fff;
    z-index: 102;
}

.medal-container .medal-badge p, .skills .medal-badge p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 3vw;
    transform: translate(-50%, -50%);
}

.skill-name-container .medal-badge{
    width: 24px;
    padding-top: 24px;
    background-color:#3c5908;
    top: -12px;
    right: -12px;
}

.skill-name-container .medal-badge p{
    font-size:10px;
}

@media (min-width: 992px) {
    .medal-container .medal-badge, .skills .medal-badge{
        top: 2px;
        right: 18px;
        width: 25%;
        padding-top: 25%;
    }

    .medal-container .medal-badge p, .skills .medal-badge p{
        top: 50%;
        left: 50%;
        font-size: 1.2vw;
        transform: translate(-50%, -50%);
    }
    
    .skill-name-container .medal-badge{
        width: 24px;
        padding-top: 24px;
        background-color:#3c5908;
        top: -12px;
        right: -12px;
    }
    
    .skill-name-container .medal-badge p{
        font-size:10px;
    }
}

.medal-container .inactive {
    filter: grayscale(100%);
    opacity: 0.4;
}
.medal-container .no-highlight-slug{
    opacity: 0.3;
}

.medal-filter{
    padding:5px 10px;
    background-color:#DEDEDE;
    color:#222;
}

.medal-filter a{
    color:#222;
    font-weight:bold;
    display:inline-block;
    text-align:right;
    width:100%;
}

.medal-filter img{
    max-width:20px;
}

/* RANKING YOUROCKERS */
.ranking-list .ranking-user-data{
    background-color: #fff;
    color: #000;
    margin: 10px 0;
    padding: 10px 0;
    /*border-top: solid 4px rgb(0, 0, 0);*/
    box-shadow: 0px 0px 6px rgba(0,0,0,.1);
}
.ranking-list .ranking-user-data .ranking-index {
    text-align:right;
    height: 100%;
    line-height: 35px;
}
.ranking-list .ranking-user-data .rank-icon {
    width: 100%;
    height: 100%;
}

.ranking-list .ranking-user-data .rank-icon .icon {
    height: 35px;
}

.ranking-list .ranking-user-data .name {
    line-height: 35px;
}

/*YOROCK LIST*/

.yourock-list .yourock-data{
    background-color: #fff;
    color: #000;
    margin: 10px 0;
    padding: 10px 0;
}

.yourock-list .yourock-data .medal{
    text-align:center;
}

.yourock-list .yourock-data .user-info{
    color:#000;
    font-size:15px;
}

.yourock-list .yourock-data .medal{
    float:left;
    vertical-align: middle;
    height: 100%;
    display: flex;
    text-align: center;
    width: 100%;
	align-items: center;
	justify-content: center;
}

.yourock-list .yourock-data .user-info{
    width:80%;
    float:left;
}

.yourock-list .yourock-data .name, .yourocks-info .connection{
    width:95%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
    font-weight:bold;
}

.panel-body.panel-ranking .ranking-user-data .name, .panel-body.panel-ranking .ranking-user-data .number{
	max-width:95%;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
	padding:0;
	margin:0;
}
.panel-body.panel-ranking .ranking-user-data .number{
	font-size:14px;
	line-height:32px;
	color:#86BC25;
	font-weight:normal;
}


/* MEDAL AND YOUROCK VIEW */
.panel-medal-view, .panel-yourock-view {
    padding-top: 15px;
}

.panel-medal-view .medal, .panel-yourock-view .medal {
    background-color: #fff;
    /*border-top: solid 4px rgb(0, 0, 0);*/
    box-shadow: 0px 0px 6px rgba(0,0,0,.1);
    padding: 15px 0;
    margin-bottom: 10px !important;
}

.panel-medal-view .medal img, .panel-yourock-view .medal img {
    display: block;
    height: auto;
    width: 30%;
    margin: 0 auto;
    max-height:120px;
    max-width: 120px;
}/*#86BC25*/

.panel-medal-view .title, .panel-yourock-view .title {
    text-align: center;
    padding: 2px;
    background-color: #000;
}

.panel-medal-view .title h2, .panel-yourock-view .title h2 {
    font-size: 32px;
    color: #fff;
	margin:10px 0;
}

.section-title {
    background-color: #62B5E5;
    text-align: left;
    padding: 2px 15px;
}
.section-title h3{
    color: #fff;
    font-family: 'open_sans_condensed';
    margin: 5px 0;
    padding: 2px;
}

.section-content {
    background-color: #fff;
    /*border-top: solid 4px rgb(0, 0, 0);*/
    box-shadow: 0px 0px 6px rgba(0,0,0,.1);
    padding: 10px;
    margin-bottom: 10px !important; 
}

.section-content p {
    color: #000;
    text-align: left;
    font-size: 14px;
    margin: 0;
}

.section-content .item, .skill-name{
    display: inline-block;
    color: #fff;
    background-color: #86BC25;
    padding: 5px 8px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:50%;
    font-size:13px;
    font-weight:bold;
}

.skill-name{
    margin-bottom: 0;
    width:100%;
    max-width:100%;
}

.skill-name, .skill-name-container{
    position:relative;
    font-size:12px;
}

.skill-name-container{
    display: inline-block;
    background-color: transparent;
    padding: 0;
    margin-bottom: 15px;
    max-width:50%;
    margin-right:12px;
}

.panel-yourock-view .user h4 {
    color: #000;
    padding: 5px;
    margin: 0;
}

.widget .panel.notify{
    background-color:transparent;
    color:#FFF;
}

.widget .panel.notify .wraper{
    text-alig:center;
}

.widget .panel.notify .paralleogram{
    transform: skewX(-10deg);
    margin:0 auto;
    width:85%;
    max-height: 0;
    overflow: hidden;
}

.widget .panel.notify .paralleogram.notified{
    transition: max-height 1.5s ease-in;
    max-height: 500px;
}

.widget .panel.notify .paralleogram .inner{
    background-color:#86BC25;
    border-radius:0;
    padding:1px;
    padding:6px 2px;
}

.widget .panel.notify h2{
    transform: skewX(13deg);
    font-size:18px;
    text-align:center;
    color:#FFF;
    font-weight:bold;
    margin-top:4px;
    margin-bottom:4px;
}

.widget .panel.notify h3{
    transform: skewX(10deg);
    font-size:15px;
    text-align:center;
    color:#FFF;
    font-weight:normal;
    margin-top:8px;
    margin-bottom:4px;
}

.yourock-count {
    margin-top: 10px;
	padding-left:10px;
}

.yourock-count p {
    font-size: 14px;
    color: #000;
    margin: 0;
    text-align: left;
    display: inline-block;
    padding: 5px;
}

.yourock-count a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    display: inline-block;
    padding: 5px;
}

.yourock-count .badge.count-badge {
    background-color: #86BC25;
    color: #fff;
    margin-left: 5px;
}

/* desktop */
.navbar {
    margin-bottom: 0;
}

.img-logo {
    width: 150px;
}

.navbar-brand{
    margin-left:10px !important;
}

.owl-carousel .item{
    height:70px;
}

.owl-carousel .item-medal-container{
    background-color:#FFF;
    height:70px;
}

.owl-carousel .owl-item img{
	background-color:rgba(255,255,255,0.8);
	border-radius:100%;
	background-clip: border-box;
    padding: 1px;
	width:70% !important;
}

.yourocks-info{
    padding-top:10px;
    padding-bottom:10px;
}

.yourocks-info .connection, .yourocks-info .date, .yourocks-info .medal-name{
    color:#FFF;
    font-size:14px;
    text-align:left;
}

.yourocks-info .date{
	width:45%;
	font-size:11px;
	line-height:20px;
	margin-left:20px;
	font-weight:normal;
	display:block;
	float:left;
	font-style:italic;
	opacity:0.8;
}

 .medal-name, .yourocks-info .medal-name,.medals .medal-name{
	width:45%;
	display:block;
	float:left;
	font-weight:normal;
	font-size:13px;
	font-variant:small-caps;
	color:#FFF;
	white-space:nowrap;
}

.yourocks-info .medal-name{
	width: auto;
	display:inline-block;
	max-width: 50%;
	overflow:hidden;
	text-overflow:ellipsis;
}

.medals .medal-name{
	text-align:center;
	color:#333;
	width:105%;
	font-size:14px;
	font-weight:normal;
	overflow:hidden;
	text-overflow:ellipsis;
}

.list-data .connection, .list-data .date, .list-data .medal-name,.list-data .medal-name{
	color:#000;
}

.yourock-list .list-data{
	padding:0 15px;
}

.yourock-list .list-data .item-medal-container{
	height:70px;
	max-width:90px !important;
}

.yourock-list .list-data .item-medal-container.achieve{
	max-width:100% !important;
}

.medal img{
    margin: auto;
    vertical-align: middle;
    width: 47px;
}

.connection{
    margin-top:8px;
    margin-bottom:8px;
}

.connection img{
    width:12px !important;
    margin-left:15px;
    margin-right:15px;
    opacity:0.4;
    vertical-align:text-top;
}

.connection span{
    font-size:16px;
}

.connection *{
    display:inline !important;
}

.connection span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block !important;
    max-width: 95%;
}

.connection span.achieve{
    white-space:normal;
    overflow: visible;
    display: inline-block !important;
    max-width: 100%;
    width: 100%;
    text-align:center;
    display:inline-block;
}

.yourocks-info .connection{
	margin-top:0;
	margin-bottom:3px;
}

.navbar-nav .user-profile{
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav .user-profile img{
    max-width:29px;
    vertical-align: baseline;
}

footer{
    padding:20px;
    background-color:#ffffff;
    color:#FFF;
    font-size:20px;
}

.radar .leyend.mine{
    color:#a0dcff;
    text-align:center;
    font-size:19px;
    margin-top:4px;
    margin-bottom:6px;
}

.radar .leyend.other{
    color:#c4d600;
    text-align:center;
    font-size:20px;
    margin-top:4px;
    margin-bottom:6px;
}

.owl-carousel .item-medal-container{
    padding:0px;
}

.widget .yourocks .owl-carousel .yourocks-panel{
    padding-left:15px;
    padding-right:10px;
}

.widget .yourocks .owl-carousel .yourocks-panel .medal{
    vertical-align: middle;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
	align-items: center;
	justify-content: center;
}

.list-data.highlight{
	border-left:4px solid #86BC25;	
}

*::-ms-backdrop, .widget .yourocks .owl-carousel .yourocks-panel .medal{
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    width:80%;
}
*::-ms-backdrop, .yourock-list .yourock-data .medal{
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    width:80%;
}
*::-ms-backdrop, .panel-yourock-view .medal img{
    height:30%;
}

*::-ms-backdrop, .panel-medal-view .medal img{
    height:30%;
}

@media(max-width:576px) {
    .connection img{
        width:10px !important;
        margin-left:5px;
        margin-right:5px;
    }
    .connection span{
        font-size:16px;
    }
    
    .radar .leyend.mine{
        font-size:15px;
    }

    .radar .leyend.other{
        font-size:15px;
    }
}



@media(max-width:767px) {
    .img-logo {
        width: auto !important;
        max-height: 28px;
    }
}

@media (min-width: 768px) {
    .radar-container{
        padding:20px;
    }
}

@media (min-width: 992px) {
    .radar-container{
        padding:30px;
    }
}

@media (min-width: 992px) {
	.container-fluid.body-container{
		min-height:800px;
	}
	
	
    .panel-header {
        background-color: #53565A;
        padding:1%;
    }

    .medals .medal-container img.hole {
        width: 55%;
    }
    .medals .medal-container img.medal{
        width:45%;
    }
    .widget .yourocks .owl-carousel .yourocks-panel{
        /*padding-top:30px;
        padding-bottom:30px;*/
    }
    .widget .yourocks .owl-carousel .yourocks-panel .medal img {
        max-height: 50px;
        max-width: 50px;
    }
    .widget .yourocks .owl-carousel .yourocks-panel h4 {
        font-size: 20px;
    }
    .panel-body .widget.white{
        /*padding-left:25px;
        padding-right:25px;*/
    }
    
    .panel-dashboard .widget{
        padding-left:0px;
        padding-right:0px;
        margin: 0 0px 10px 0px;
    }
}

h5{
	color:#888;
	font-size:14px;
	font-weight:bold;
	padding:2px;
	margin:2px;
}
h5.emphasis{
	color:#888;
	font-size:18px;
	font-weight:bold;
	padding:5px;
	margin:4px;
}

a.no-link-style, a.no-link-style:hover, a.no-link-style:active, a.no-link-style:focus{
	text-decoration:none;
}

.swal2-container {
  zoom: 1.5;
}

@media (min-width: 1200px) {
    .radar-container{
        padding:30px 100px;
    }
}

.availables-yourocks{
	color:#BBB;
	font-size:12px;
}