﻿/*LOADING INDICATOR*/
.rssf_loading {
    padding: 5px 10px;
    font-size: 16px;
    color: #fff;
    opacity: 0.65;
    background-color: #ff0000;
    position: fixed;
    display: none;
    margin: 5px 0px 0px 5px;
    z-index: 10000;
    text-transform: capitalize;
}

.rssf_loading img {
    width: 15px;
    margin-right: 5px;
}
/*ACTIONS*/
.rssf_actiondatastorage {
	visibility : hidden;
	width : 0px!important;
	height : 0px!important;
	overflow : hidden;
}

/*LOGGING*/
.rssf_loggingoutput {
	border : solid 1px red;
	width : 200px;
	height : 200px;
	white-space : normal;
	overflow : auto;
}