#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 {
  padding: 8px 40px;
  font-size: 1em;
}

#donerenfrm > .btn.btn-success,
.btn-custom1,
button.mui-btn {
  color: #ffffff;
  background-color: #2E403C;
  border-color: #2E403C;
  border-radius: 20px;
  font-weight: bold;
}

#donerenfrm > .btn.btn-lg {
  border-radius: 22px;
}

.btn-custom1:hover, 
.btn-custom1:focus, 
.btn-custom1:active, 
.btn-custom1.active,
button.mui-btn:hover,
button.mui-btn:focus,
button.mui-btn:active,
button.mui-btn.active,
.open .dropdown-toggle.btn-custom1 {
  color: #ffffff;
  background-color: #45635c;
  border-color: #45635c;
} 
 
.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: #972067; 
  border-color: #972067; 
} 
 
.btn-custom1 .badge { 
  color: #972067; 
  background-color: #ffffff; 
}

.btn-custom2 {
  color: #ffffff;
  background-color: #F57736;
  border-color: #F57736;
  border-radius: 40px;
  font-weight: bold;
} 
 
.btn-custom2:hover, 
.btn-custom2:focus, 
.btn-custom2:active, 
.btn-custom2.active, 
.open .dropdown-toggle.btn-custom2 {
  color: #ffffff;
  background-color: #a2a2a2;
  border-color: #a2a2a2;
} 
 
.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: #007C9E; 
  border-color: #007C9E; 
} 
 
.btn-custom2 .badge { 
  color: #007C9E; 
  background-color: #ffffff; 
}

.btn-custom3 {
  color: #fff;
  background-color: #6EC8CF;
  border-color: #6EC8CF;
  border-radius: 50px;
  font-weight: 600!important;
} 

.btn-custom3:hover, 
.btn-custom3:focus, 
.btn-custom3:active, 
.btn-custom3.active, 
.open .dropdown-toggle.btn-custom3 {
  color: #fff;
  background-color: #75a1a5;
  border-color: #75a1a5;
} 

.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; 
}
/*
@media(min-width: 576px) {
  .btn-custom1,
  .btn-custom2 {
    font-size: 120%;
  }
}
*/