html { 
    background: transparent;
}

/* body bgcolor */
body {
	background-color: #ccc;
}
/* --- FullScreen --- */
.rv-block-full {
	padding: 0;
	max-width: 100% !important;
}
.rv-panel-box {
    padding: 15px;
}
/* this code with rvwysiwyg and user sitepublish*/
/* Start Alignment */
.rv-text-left{text-align:left;}
.rv-text-center{text-align:center;}
.rv-text-right{text-align:right;}
.rv-text-justify{text-align:justify;}
/* End Alignment */

/* --- Content --- */

.bgContent{
background-color:white;
}

div#selected_body{
font-family: 'Open Sans';
font-size: 14px;
line-height: 1.5;
}

div#selected_body a{
font-family: 'Open Sans';
font-size: 14px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

div#selected_body a:hover,.getHoverLinkContent{
font-weight: normal;
font-style: normal;
text-decoration: none;
}
/* --- End Content --- */

.rv-space{height:20px;}
.rv-marginbot0{margin-bottom:0;}
.rv-hrDefault{padding-top:10px;}

/*image filter*/
.filter-grayscale{
    z-index: 11;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.filter-sepia{
    z-index: 11;
    filter: sepia(100%);
    -webkit-filter: sepia(100%);
}
.filter-contrast{
    z-index: 11;
    filter: contrast(150%);
    -webkit-filter: contrast(150%);
}
.filter-saturate{
    z-index: 11;
    filter: saturate(50%);
    -webkit-filter: saturate(50%);
}
.filter-saturate-150{
    z-index: 11;
    filter: saturate(150%);
    -webkit-filter: saturate(150%);
}
.filter-brightness{
    z-index: 11;
    filter: brightness(150%);
    -webkit-filter: brightness(150%);
}
/*image filter*/

.margin-Slidenav a{
font-size:inherit;
}

/* arrow navigation preview page on step2  */
.uk-icon-caret-down {
    margin-left:5px;
}

/* set z-index navigation*/
nav.uk-navbar {
 z-index: 2;
}

/* Arrow Banner Photo Album for publish*/
div#selected_body a.uk-slidenav-previous {
    font-size:50px !important;
    color:#fff;
}
div#selected_body a.uk-slidenav-next {
   font-size:50px !important;
   color:#fff;
}
/* Arrow Thumb Photo Album for publish */
div#selected_body a.uk-slidenav-previous {
    font-size:50px !important;
    color:#fff;
}
div#selected_body a.uk-slidenav-next {
    font-size:50px !important;
    color:#fff;
}

/* Start Overwrite Component */
/* Login/Register seagull form */
input.format_frm_login{
    /*width:30% !important;*/
}
.rvs_cpn_title {
    margin-top: 10px !important;
}
/* End Overwrite Component */

#selected_pathway ul{
 margin:0 15px; 
 padding-top:0;
}
#selected_pathway ul li{
 padding-top:5px;
 padding-bottom:5px;
}
.bgContent{
 padding:10px 0 10px 0;
}
.breadcrumbUikit .bgContent{
 padding:0;
}

/* Text Layer and Image Layer */

.moveHeader, .contextLayer{
    cursor:move;
}
hr.uk-icon-medium{
     border:0;
}

/* Overwrite Navigation Long Text */
.uk-dropdown ul.uk-nav li a {
 word-break: break-word;
}


/*remove css crop image*/
.rv-crop-img,.rv-crop-img-168,
.rv-crop-img-170,.rv-crop-img-185,
.rv-crop-img-240,.rv-crop-img-350,
.rv-crop-img-400,.rv-crop-img-470  {
    max-height: none;
    overflow: visible;
    /* z-index: -1; */
}
/*end remove css crop image*/


/* Section Style */
.rv-block-shadow{
    box-shadow:0px 0px 8px 1px rgba(180,180,180,0.4);
}
.rv-block-border {
    border:rgba(0,0,0,0.1) solid 1px;
}
.rv-block-line {
    border:rgbs(0,0,0,0.5) solid 1px;
    border-bottom:rgba(0,0,0,0.5) solid 5px;
}
