#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: 0px;
    padding: 15px 30px;
    font-weight: 700;
    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: rgb(248,149,29);
    background: -moz-linear-gradient(225deg, rgb(29 29 29) 80%, rgb(76 76 76) 80%);
    background: -webkit-linear-gradient(225deg, rgb(29 29 29) 80%, rgb(76 76 76) 80%);
    background: linear-gradient(225deg, rgb(151 191 4) 80%, rgb(138 175 5) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8951d",endColorstr="#f08505",GradientType=1);
    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: rgb(248,149,29);
    background: -moz-linear-gradient(225deg, rgb(29 29 29) 80%, rgb(76 76 76) 80%);
    background: -webkit-linear-gradient(225deg, rgb(29 29 29) 80%, rgb(76 76 76) 80%);
    background: linear-gradient(225deg, rgb(0 172 0) 80%, rgb(39 138 39) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8951d",endColorstr="#f08505",GradientType=1);
    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: rgb(248,149,29);
    background: -moz-linear-gradient(225deg, rgb(29 29 29) 80%, rgb(76 76 76) 80%);
    background: -webkit-linear-gradient(225deg, rgb(81 81 81) 80%, rgb(51 51 51) 80%);
    background: linear-gradient(225deg, rgb(12 12 12) 80%, rgb(51 51 51) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8951d",endColorstr="#f08505",GradientType=1);
    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: rgb(248,149,29);
	background: -moz-linear-gradient(225deg, rgb(29 29 29) 80%, rgb(76 76 76) 80%);
	background: -webkit-linear-gradient(225deg, rgb(81 81 81) 80%, rgb(56 56 56) 80%);
	background: linear-gradient(225deg, #515151 80%, rgb(56 56 56) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8951d",endColorstr="#f08505",GradientType=1);
	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;
    background: rgb(248,149,29);
    background: -moz-linear-gradient(225deg, rgb(29 29 29) 80%, rgb(76 76 76) 80%);
    background: -webkit-linear-gradient(225deg, rgb(81 81 81) 80%, rgb(51 51 51) 80%);
    background: linear-gradient(225deg, rgb(243 243 243) 80%, rgb(215 215 215) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8951d",endColorstr="#f08505",GradientType=1);
    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: rgb(248,149,29);
	background: -moz-linear-gradient(225deg, rgb(29 29 29) 80%, rgb(76 76 76) 80%);
	background: -webkit-linear-gradient(225deg, rgb(81 81 81) 80%, rgb(56 56 56) 80%);
	background: linear-gradient(225deg, #dbdbdb 80%, rgb(151 151 151) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8951d",endColorstr="#f08505",GradientType=1);
	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; 
}
