.soda-overrelay{
	z-index: 10000000000;
}

#insertView-1 img{
	margin: 13px 7px;
    width: 23px;
}

#insertView-1.fr-disabled img{
	opacity: 0.4;
}

.selected-view {
    background: #b1b1b1;
}

.sodaview{
	display: inline;
	border: 1px solid red;
}


.fr-popup .soda-title{
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 1px 1px rgba(0,0,0,.16);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 1px 1px rgba(0,0,0,.16);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 1px 1px rgba(0,0,0,.16);
    padding: 8px 14px;
    white-space: nowrap;
    font-weight: bold;
}

.fr-popup .soda-content, .fr-modal .soda-content{
	text-align: left;
}

.fr-popup .soda-content ul,.fr-modal .soda-content ul{
	list-style: none;
	padding: 0;
}

.fr-popup .soda-content ul li, .fr-modal .soda-content ul li{
	   padding: 10px 15px;
	   background: #ffffff;
}

.fr-popup .soda-content ul li:nth-child(even), .fr-modal .soda-content ul li:nth-child(even){
	   background: #e3e3e3;
}

.fr-popup .soda-content ul li a, .fr-modal .soda-content ul li a{
	       color: #313131;
}

.fr-popup .soda-content ul li a:hover, .fr-modal .soda-content ul li a:hover{
	       color: #568cb8;
}

.fr-modal .soda-content ul li img{
    vertical-align: middle;
    margin-right: 15px;
}
.fr-popup .soda-content .selected-access-level{
	background-color: #568cb8 !important;
}
.fr-popup .soda-content .selected-access-level a{
	color: #fff !important;
}

.fr-view .fr-img-caption .fr-img-wrap .fr-inner{
	margin-top: 0.5em;
	padding: 5px 5px 10px;
}

.fr-view .fr-img-caption .fr-img-wrap a .fr-inner{
	display: block;
}

/*************************************/

.sodaviewspec{
	margin: auto;
	text-align: center;
	clear: both;
}

.soda-modal-btn-wrapper{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
position: absolute;
top: 0;
right: 40px;
}

.soda-modal-remove{
	padding: 12px;
width: 20px;
font-size: 16px;
cursor: pointer;
line-height: 18px;
color: #222;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
position: static;
-webkit-transition: color .2s ease 0s;
-moz-transition: color .2s ease 0s;
-ms-transition: color .2s ease 0s;
-o-transition: color .2s ease 0s;

}


.soda-modal-back{
	    padding: 13px;
    width: 20px;
    font-size: 16px;
    cursor: pointer;
    line-height: 18px;
    color: #222;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	position: static;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -ms-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
}

.fr-element table.sodaviewspec td, .fr-element table.sodaviewspec th {
	width: 25em;
	border-color: #c9c3c3;
	border-left-color: #fff;
	border-left-width: 2px;
	border-bottom-width: 0;
	border-right-width: 0;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.fr-element table.sodaviewspec td:first-child , .fr-element table.sodaviewspec th:first-child  {
	border-left-width: 0;
}


.fr-element table.sodaviewspec td {
	cursor: pointer;
	background: #0e3c60;
	color: #fff;
	-webkit-transition: all .15s;
	transition: all .15s;
	-webkit-box-shadow: 0 1px 3px rgba(57,73,76,0.35);
	box-shadow: 0 1px 3px rgba(57,73,76,0.35);
	padding: 12px 0;
}

.fr-element table.sodaviewspec td:hover{
	background: #568cb8;
	-webkit-box-shadow: inset 0 1px 6px rgba(57,73,76,0.35);
	box-shadow: inset 0 1px 6px rgba(57,73,76,0.35);
}

.fr-element table.sodaviewspec th {
    background: #e6e6e6;
    padding: 9px;
}

.fr-toolbar .soda-modal-btn-wrapper .fr-command.fr-btn {
	height: 100%;
	width: 45px;
}

.fr-toolbar .soda-modal-btn-wrapper .fr-command.fr-btn i{
	padding: 3px 0px;
	width: 20px;
	font-size: 16px;
}

#soda-image-name{
	margin: 5px 15px 0;
	width: 90%;
}

.fr-popup .fr-buttons{
	margin-bottom: 2px;
}

.fr-qi-helper a.fr-btn.fr-floating-btn[data-cmd="insertView"] img{
	width: 22px;
	vertical-align: middle;
	margin-bottom: 12px;
}

.soda-modal-btn-wrapper #insertImage-1{
	background: #fff;
	height: 43px;
	width: 45px;
}

.soda-modal-btn-wrapper #insertImage-1:hover{
background: #ebebeb;
}

.soda-modal-btn-wrapper #insertImage-1 i{
	width: 20px;
	font-size: 16px;
	cursor: pointer;
	line-height: 18px;
	color: #222;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: static;
	-webkit-transition: color .2s ease 0s;
	-moz-transition: color .2s ease 0s;
	-ms-transition: color .2s ease 0s;
	-o-transition: color .2s ease 0s;
}

.fr-box .fr-toolbar.soda-modal-on{
	background: transparent;
	border: 0;
	box-shadow: none;
	z-index: 2147483642 !important; 
}

.fr-box .fr-toolbar.soda-modal-on>*{
	display: none;
	border: 0;
}

.fr-box .fr-toolbar.soda-modal-on .fr-popup.fr-active{
	display: block;
	border-top: 5px solid #222;
}

.fr-view img.fr-dii {
	margin: 0 1em 0 1em;
}

.fr-view img.fr-dii.fr-fil {
	margin: 5px 1em 5px 0;
}

.fr-view img.fr-dii.fr-fir {
	margin: 5px 0 5px 1em;
}

.fr-view span.fr-img-caption.fr-dii {
	margin: 0 1em 0 1em;
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
	margin: 5px 1em 5px 0;
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
	margin: 5px 0 5px 1em;
}
