
.height-50{
	height:50px;
}
.height-40{
	    height: 40px;
    font-size: 15px;
    color: #495057;
}
.add_slices_list_outer {
    border: 1px solid #ddd;
    display:block;
    margin:0 auto 20px;
}
.clone-addnew_slices{
	border: 1px solid #ddd;
    padding: 25px 20px;
    width: 72%;
    margin:0 auto;
}
.add_slices_list_outer .form-group {
    margin-bottom: 20px;
}
.add_slices_list_outer .form-control {
    height:40px !important;
    font-size:15px;
}
.add_slices_list_outer textarea.form-control {
    height:120px !important;
    font-size:15px;
}

.result_html{
    border:2px dashed rgb(121, 121, 121);
    padding: 18px;
}
.result_html h4{
  font-size: 24px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 32px;
}
.result_html h4 span{
  color: #ffb09d
}
.result_html p{
  font-size: 15px;
  color: #727272;
  margin-bottom: 25px;
}
.card-header{
	position: relative;
}
.card-header span{
	margin-right:45px;
}
.card-header .card-title {
    font-weight: 600;
    color:#565656 !important;
}
.card-header span i {
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}
.card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
    color:#108dad;
    position: absolute;
    right: 25px;
}
.card-header.collapsed:after {
    content: "\f067"; 
}

.result_html_customizer ul.templates-styles li {
    display: block;
    width: 33.33%;
}

table.form-group tr td{
	padding:0px 4px;
}
table.form-group tr td:first-child{
	padding-left: 0px;
}
table.form-group tr td:last-child{
	padding-right: 0px;
}

.value_div label{
	width:73px;
}
.value_div .enter_slice_value {
    flex: 0 0 45%;
}

.text_style_slice_popup_outer .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%) !important;
}
.text_style_slice_popup_outer .add_slices_text_preview {
    border: 1px dashed #adacac;
    width: 100%;
    padding: 15px;
}
.text_style_slice_popup_outer .form-group label {
	font-size:14px;
}
input[type=checkbox]:checked:before {
    content: "\f147";
    margin: 1px 0 0 0px;
    color: #1e8cbe;
}


.add_slice_headding {
    font-size: 22px;
    color: #108dad;
    margin: 40px 0 10px;
    font-weight: 600;
}
.add_slice_headding span{
	color: #5d5d5d;
    padding-top: 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0px;
}

.email_body{
    position: relative;
    border: 1px solid #e1e1e1;
    height: 117px;
    overflow-y: scroll;
    padding: 10px;
 }

.spc_show_merge_tags_outer {
    float: left;
    position: relative;
    padding: 0;
}
 .spc_show_merge_tags{
    border: 1px solid #666;
    border-radius: 4px;
    padding: 5px 10px;
    text-decoration: none;
    background: #fff;
    font-size: 14px;
    color: #666;
    margin-top: 0;
    float: left;
    cursor:pointer
}

.show_merge_tags_div{
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    top: 100%;
    max-width: auto;
    position: absolute;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    z-index: 99;
    padding: 0px;
    margin: 2px;
    width: 406px;
    max-width: 406px;
    display:none
}

.side-bar-heading {
    color: #2196f3;
    background: #e8e8e8;
    text-align: center;
    padding: 8px 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    float: left;
    letter-spacing: 0;
    width: 100%;
}
.customized-optional .side-bar-heading small, .template-headings small {
    font-size: 14px;
    color: #b7b7b7;
    display: block;
}
.small, small {
    font-size: 13px;
    font-weight: 400;
    color: #555;
}


.bar_html {
    border: 2px dashed rgb(121, 121, 121);
    padding: 18px;
}

.bar_customized {
    display: inline-block;
    width: 100%;
}

.stwrCouponBarInner {
    
    padding: 16px;
    color: #060606;
    font-family: "Open Sans" !important;
    text-align: center;
    display: flex;
    align-items: center;
        justify-content: center;
}


.form-group .stwrCouponBarInner  label {
	font-weight:300;
	font-size:18px;
}

.bar_customized ul.templates-styles li {
    width: 50%;
}

#stwr_coupon_html_preview_popup .stwrCouponBarInner {
	margin:0 auto;
}

.preview_show {
    cursor: pointer;
    display: block;
    color: #108dad;
}
#stwr_coupon_html_preview_popup .modal-dialog {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

span.stwr_tiny_editor.stwrCopyCode {
    background: #d0021b;
    color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 5px;
}


.stwrCouponBarInner .coupon_close {
    position: absolute;
	right: 0px;
	top: 0px;
	font-weight: 800;
	border-radius: 0;
	background: rgba(12, 12, 12, 0.8);
	color: #fff;
	width: 18px;
	height: 18px;
	cursor: pointer;
	line-height: 15px;
	text-transform: lowercase;
	text-align: center;
	font-size: 15px;
}
span.coupon_name {
    font-weight: 600;
    font-size: inherit;
}
.note_text{
	font-size: 14px;
    color: #7b7b7b;
}

.form-group .stwrCouponBarInner label {
    font-weight: 300;
    font-size: 18px;
    color: inherit;
}
.coupon_bar_spc_outer {
    border: 2px dashed #ddd;
    padding: 12px 15px;
    margin-bottom: 20px;
}

.stwr_tiny_editor .stwrShowTimerMerge{
	font-weight: 600;
    font-size: inherit;
    margin-left: 5px;
}
