/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.user-details{
    font-weight: 700;
    text-decoration: underline;
    color: #33B5E5;
}

.appearance7 .rs-range-color  {
    background-color: #33B5E5;
}
.appearance7 .rs-path-color  {
    background-color: #C2E9F7;
}
.appearance7 .rs-handle  {
    background-color: #C2E9F7;
    padding: 7px;
    border: none;
    background: none;
}
.appearance7 .rs-handle.rs-focus  {
    border-color: #33B5E5;
}
.appearance7 .rs-handle:after  {
    border-color: #33B5E5;
    background-color: #33B5E5;
}
.appearance7 .rs-border  {
    border-color: transparent;
}


h2.perso {
    margin: 1em 0 0.5em 0;
    color: #343434;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Orienta', sans-serif;
    text-align: center;
}