/**
 *
 * Apply your custom CSS here
 *
*/

body {	
}

a {
}

.image-circle-150 {
border-radius: 50%;
width:150px;
background-size: cover !important; 
background-position: center ;
background-repeat: no-repeat !important;
width:150px;height:150px;
}

.image-circle-100 {
border-radius: 50%;
width:100px;
background-size: cover !important; 
background-position: center ;
background-repeat: no-repeat !important;
width:100px;height:100px;
}

.image-circle-50 {
border-radius: 50%;
width:50px;
background-size: cover !important; 
background-position: center ;
background-repeat: no-repeat !important;
width:50px;height:50px;
}

.image-circle-30 {
border-radius: 50%;
width:30px;
background-size: cover !important; 
background-position: center ;
background-repeat: no-repeat !important;
width:30px;height:30px;
}

.form-errors {
font-size:11px;
color:#900;
text-align:right;
}

.text-circle {
width:45px;
height:45px;
border-radius:22.5px;
font-size:45px;
color:#fff;
line-height:45px;
text-align:center;
background: #ffa200;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.bubble-no{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
	top:-5px;
	
}



.bubble{
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
	top:-10px;
	right:20px;
    vertical-align: top;
}

.bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform:             rotate( 29deg ) skew( -35deg );
        -moz-transform:    rotate( 29deg ) skew( -35deg );
        -ms-transform:     rotate( 29deg ) skew( -35deg );
        -o-transform:      rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
    width:  20px;
}


.me {
    float: left;   
    margin: 5px 45px 5px 20px;         
}

.me::before {
    box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    left: -9px;           
}






