/* 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;
}
*/

.seo_char_limit {
    float: left;
    padding: 3px;
    background-color: green;
    color: #fff;
}


.Website_blue {
    background: #4b8df8 !important;
    position: relative;
}

.Website_dark_grey {
    background: #555555 !important;
    position: relative;
}

.Website_yellow {
    background: #f3c200 !important;
    position: relative;
}

.Website_red {
    background: #e08283 !important;
    position: relative;
}

.Website_green {
    background: #26c281 !important;
    position: relative;
}

.Website_light_grey {
    background: #cdcdcd !important;
    position: relative;
}


.Website_blue:before,
.Website_dark_grey:before,
.Website_yellow:before,
.Website_red:before,
.Website_green:before,
.Website_light_grey:before
{
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background: #ef4836;
    content: "";
}