﻿#spinJsLoader {
    background: #333;
    color: white;
    float: left;
    width: 220px;
    height: 220px;
    margin: 0 20px 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index:10000;
    padding: 10px 0 0 0;
    text-align: center;
}

.loader{ 
	width: 30px; 
	height: 17px; 
	margin: 0 5px; 
	display: inline-block;
}

.loader.by-button{ 
	height: 13px; 
}


.loader.hide{
	display:none;
}

#spinJsLoader span.header { font-size: 20px; margin: 5px 0 8px 0; display: block;}
#spinJsLoader div.spinner{left: 110px!important;}

.label-new,
.badge-new {
  background-color: red;
}

.separate_email {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid black;
 }
 
.redactor_toolbar li a.redactor_btn_datafieldmodal {
    background: url(/Styles/redactor/plus.jpg);
	background-size:23px 23px;
    background-repeat:no-repeat;
}

.redactor-toolbar li a.re-datafieldmodal {
    background: url(/Styles/redactor/plus.jpg);
    background-size:23px 23px;
    background-repeat:no-repeat;
}
.redactor-toolbar li a.re-datafieldmodal:hover {
    background: url(/Styles/redactor/plus.jpg);
    background-size:23px 23px;
    background-repeat:no-repeat;
}