#portal_editor_content_holder{
	width:100vw;
	height:100vh;
}

.amc_editor_box_holder{
	width:calc(100% - 450px);
	float:left;
}

.amc_editor_box{
	height: calc(100vh - 140px);
	overflow: auto;
	padding: 20px 0px;
	background: #ebe9ea;
}

.amc_editor{
	padding:20px;background:#FFF; border:1px solid #CCC; margin:0 auto;width: 21cm;margin-top:20px;clear:both;
}

.amc_editor_variables{
	width: 450px;
	float: right;
	background: #FFF;
	height: calc(100vh - 70px);
	border-left: 1px solid #CCC;
	 
	
}


/*.marked_signature{*/
/*pointer-events: none;*/
/*}*/

.signature_selected{
	background:lightgreen;
}

#merge_field_list{
	height:calc(100vh - 165px);
	overflow:auto;
 
}

#merge_field_list p{
 padding: 5px 8px;
font-size: 16px;
}
.amc_editor_actions{
	height:80px;
	padding-top:10px;
}

.amc_editor_actions .alert{
	margin-bottom:0px !important;
	padding:10px !important;
	border-radius:0px;
}

.amc_editor_actions a.common_button{
	display:inline-block;
	width:100%;
	padding:10px;
	text-align:center;
}

.amc_editor_action{
	/*width:50%;*/
	padding:5px;
}

.amc_editor_action.left{
	float:left;
	text-align:left;
	width:30%;
}

.amc_editor_action.right{
	float:right;
	text-align:right;
	width:55%;
}

.popup-title.amc_editor_title{
	margin:0px;
}

.formattingIcons{
	background: #FFF;
	padding: 10px 10px;
	height: 70px;
}


.amc_editor_mergefield_header{
	background: #60694d;
padding: 10px 10px;
height: 70px;
color: #FFF;
line-height: 50px;
font-size: 15px;
text-align: center;
}


.formattingIcons button{
    padding: 15px;
    background: #eee;
    cursor: pointer;
    margin-right: 10px;
    border: none;
}

#doc_controls{
 height:100vh;
 /*position:fixed;*/
 top:0;
 width:100%;
 background:#eee;
}
.marked-text{
    text-decoration:underline;
    background-color:yellow;    
}
.paste_content{
	background:#F1F1F1;
	width:100%;
	height:150px;
	overflow:auto;
}
.content_paste_box{
    width:500px;
    height:auto;
    position:absolute;
    background:#FFF;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.44);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.44);
	-moz-box-shadow:    0px 1px 4px 0px rgba(0, 0, 0, 0.44);
	z-index:999999;
}

.marked_text{
	background-color:yellow;
}

#set_doc{
	font-size:16px;
	line-height:20px;
}

#set_doc table{
	border-collapse:inherit !important;
	border-spacing:inherit !important;
}

#set_doc table td{
	padding:10px !important;
}

.amc_editor_checkbox_holder {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 20px;
    line-height: 24px;
}

.amc_editor_checkbox_holder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.amc_editor_checkbox_holder input:checked ~ .amc_checkbox {
    background-color: #60694d;
}

.amc_editor_checkbox_holder:hover input ~ .amc_checkbox {
    background-color: #60694d;
}

.amc_checkbox {
    position: absolute;
    top: 0;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #FFF;
    border: 2px solid #999;
}

.amc_editor_checkbox_holder input:checked ~ .amc_checkbox::after {
    display: block;
}

.amc_editor_checkbox_holder .amc_checkbox::after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.amc_checkbox::after {
    content: "";
    position: absolute;
    display: none;
}
.clear {
    clear: both;
}

.amc_editor_actions .common_button {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    outline: 0 none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
    border: 0px;
    font-size: 14px;
    cursor: pointer;
    background: #60694d none repeat scroll 0 0;
}
.amc_editor_actions .common_button:hover{
	background: #2A311F none repeat scroll 0 0 !important;
	color:#fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}