#tinymce table tr td, 
#tinymce table tr th {
	vertical-align:top !important;
}

#tinymce table, #tinymce table tr td, 
#tinymce table tr th {
	border:1px black solid !important;
	min-width:30px;
}

body#tinymce {
	padding: 20px;
}

body#tinymce div {
	outline: dotted 1px #ccc;
}

.btn-custom1, .btn-custom2, .btn-custom3 {
    border-radius: 50px;
    padding: 15px 30px;
    font-weight: 400;
    /* text-transform: uppercase; */
    font-size: 13px;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 16%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-custom1 {
    color: #FFFFFF!important;
    background:#77a9a0;
    border-color: none;
    border: none;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 16%);
    transition: .16s;
}

.btn-custom1:hover, 
.btn-custom1:focus, 
.btn-custom1:active, 
.btn-custom1.active, 
.open .dropdown-toggle.btn-custom1 {
	color: #FFFFFF;
	background: #3eb59f;
	border-color: none;
	border: none;
	box-shadow: 2px 3px 4px rgb(0 0 0 / 16%);
	transition: .16s;
} 

.btn-custom1:active, 
.btn-custom1.active, 
.open .dropdown-toggle.btn-custom1 { 
	background-image: none; 
} 

.btn-custom1.disabled, 
.btn-custom1[disabled], 
fieldset[disabled] .btn-custom1, 
.btn-custom1.disabled:hover, 
.btn-custom1[disabled]:hover, 
fieldset[disabled] .btn-custom1:hover, 
.btn-custom1.disabled:focus, 
.btn-custom1[disabled]:focus, 
fieldset[disabled] .btn-custom1:focus, 
.btn-custom1.disabled:active, 
.btn-custom1[disabled]:active, 
fieldset[disabled] .btn-custom1:active, 
.btn-custom1.disabled.active, 
.btn-custom1[disabled].active, 
fieldset[disabled] .btn-custom1.active { 
	background-color: #FAFAFA; 
	border-color: #666666; 
} 

.btn-custom1 .badge { 
	color: #FAFAFA; 
	background-color: #000000; 
}

.btn-custom2 {
    color: #FFFFFF;
    background: #b89f5d;
    border-color: none;
    border: none;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 16%);
    transition: .16s;
}

.btn-custom2:hover, 
.btn-custom2:focus, 
.btn-custom2:active, 
.btn-custom2.active, 
.open .dropdown-toggle.btn-custom2 {
	color: #FFFFFF;
	background: #515151;
	border-color: none;
	border: none;
	box-shadow: 2px 3px 4px rgb(0 0 0 / 16%);
	transition: .16s;
} 

.btn-custom2:active, 
.btn-custom2.active, 
.open .dropdown-toggle.btn-custom2 { 
	background-image: none; 
} 

.btn-custom2.disabled, 
.btn-custom2[disabled], 
fieldset[disabled] .btn-custom2, 
.btn-custom2.disabled:hover, 
.btn-custom2[disabled]:hover, 
fieldset[disabled] .btn-custom2:hover, 
.btn-custom2.disabled:focus, 
.btn-custom2[disabled]:focus, 
fieldset[disabled] .btn-custom2:focus, 
.btn-custom2.disabled:active, 
.btn-custom2[disabled]:active, 
fieldset[disabled] .btn-custom2:active, 
.btn-custom2.disabled.active, 
.btn-custom2[disabled].active, 
fieldset[disabled] .btn-custom2.active { 
	background-color: #FAFAFA; 
	border-color: #666666; 
} 

.btn-custom2 .badge { 
	color: #FAFAFA; 
	background-color: #000000; 
}

.btn-custom3 {
    color: #000000!important;
    background: rgb(243 243 243);
    border-color: none;
    border: none;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 16%);
    transition: .16s;
}

.btn-custom3:hover, 
.btn-custom3:focus, 
.btn-custom3:active, 
.btn-custom3.active, 
.open .dropdown-toggle.btn-custom3 {
	color: #000000;
	background: #dbdbdb;
	border-color: none;
	border: none;
	box-shadow: 2px 3px 4px rgb(0 0 0 / 16%);
	transition: .16s;
} 

.btn-custom3:active, 
.btn-custom3.active, 
.open .dropdown-toggle.btn-custom3 { 
	background-image: none; 
} 

.btn-custom3.disabled, 
.btn-custom3[disabled], 
fieldset[disabled] .btn-custom3, 
.btn-custom3.disabled:hover, 
.btn-custom3[disabled]:hover, 
fieldset[disabled] .btn-custom3:hover, 
.btn-custom3.disabled:focus, 
.btn-custom3[disabled]:focus, 
fieldset[disabled] .btn-custom3:focus, 
.btn-custom3.disabled:active, 
.btn-custom3[disabled]:active, 
fieldset[disabled] .btn-custom3:active, 
.btn-custom3.disabled.active, 
.btn-custom3[disabled].active, 
fieldset[disabled] .btn-custom3.active { 
	background-color: #FAFAFA; 
	border-color: #666666; 
} 

.btn-custom3 .badge { 
	color: #FAFAFA; 
	background-color: #000000; 
}
