
/* Anti FOUC(begin) */
.remodal, [data-remodal-id] {
    visibility: hidden;
}
/* Anti FOUC(end)*/

/* Remodal overlay(begin) */
.remodal-overlay {
    display: none;
    /*overflow: auto;*/
	overflow:hidden;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    text-align: center;
    opacity: 0;
    background: rgba(100, 100, 100, 0.9);
	
}

.remodal-overlay > * {
    -webkit-transform: translateZ(0px);
}

.remodal-overlay:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: '';
    vertical-align: middle;
}

body.remodal_active .remodal-overlay {
    opacity: 1;
}

/* Remodal overlay(end) */

/* Remodal window(begin) */

.remodal {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 100%;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    background: #f4f4f4;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 0px 8px #171a24;
    box-shadow: 0px 0px 8px #171a24;
}



/************** Media queries **************/

@media only screen and (min-width: 40.063em) /* min-width 641px */ {
    .remodal {
        max-width: 700px;
        margin: 20px auto;
        min-height: 0;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
}



.remodal-file {/*min-height:70%*/;border-radius:0;padding:0;margin:0;background:#ccc;text-align:left;}
.remodal-file .titlebar {display:block;height:20px;background:#fff;margin:0;padding:10px;border-bottom:2px solid #777;}
.remodal-file .titlebar .remodal-cancel {float:right;}
.remodal-file .titlebar h3 {margin:0;line-height:20px;}

.remodal-file #display-box {position:relative;overflow:scroll;width:/*100%*/700px;height:/*95%*/600px;margin:0 auto;z-index:10;text-align:center;}
.remodal-file .optionsbar {position:relative;z-index:20;bottom:0;width:/*100%*/700px;height:40px;padding:0;margin:0;text-align:right;background:#fff;border-top:2px solid #777;}
.remodal-file .optionsbar .col-options {padding:5px 10px;}

#box-list-share-modal .cmd-box {
	position:/*fixed*/relative;
	/*bottom:42px;*/
	width:/*100%*/700px;
	margin:-425px auto 0 auto;
	z-index:15;
	background:none;
	}
#box-list-share-modal .cmd-box .content {box-shadow:none;border:none;}
#box-list-share-modal #box-list-share .share-left, #box-list-share-modal #box-list-share .share-right {width:50%;margin:0;}