/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.login-message{
  padding: 40px 0 0;
  font-size: 1.5rem;
  text-align: center;
}

.delete-btn{
  background: #d92121;
}

.delete-btn:hover{
  background: #c70f0f;
}

.send-email-btn{
  background: #1d94a8;
}

.send-email-btn:hover{
  background: #086d7e;
}

.update-btn{
  background: #026e02;
}

.update-btn:hover{
  background: #025802;
}

.convert-btn{
  background: #0aa12a;
}

.convert-btn:hover{
  background: #007218;
}

.form-checkbox input,
.form-checkbox label{
  display: inline-block;
}

.inline-block{
  display: inline-block;
}

.add-button{
  display: inline-block;
  position: relative;
  top: -3px;
  left: 5px;
}

.add-button:before{   
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New",Courier,monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

.big-button{
  font-size: 1.5em;
}

.remove-button{
  position: relative;  
  top: 16px;
  right: 5px;
  z-index: 2;
}

.remove-button:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New",Courier,monospace;
  line-height: 1em;
  content: "-";
  background-color: #d33333;
}

.remove-details{
  top: 15px;
  right: 10px;
}

.data-header{
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}

.data-row{
  padding: 10px 0;
  font-size: 16px;
}

.inner-table,
.inner-table tr,
.inner-table td{
  border: 0 !important;
}

.inner-table td{
  vertical-align: top;
  padding: 2px 0 !important;
  font-size: 16px;
}

.td-label{
  width: 145px;
  font-weight: 600;
}

.tops-form-wrapper{
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

.tops-datatable-wrapper{
  margin: 10px 0;  
}

.form-message{
  padding: 15px;
  font-size: 14px;
  margin: 10px;
  border: 1px solid #efefef;
  box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 30%);
  -webkit-box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
  display: none;
}

.form-message.success{
  color: #00854B;
}

.form-message.error{
  color: #DC2A2A;
}

.tops-form-wrapper form label{
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}

.tops-form-wrapper form input,
.tops-form-wrapper form textarea,
.tops-form-wrapper form select{
  font-size: 14px;
}

.tops-datatable-wrapper table th{
  text-transform: none;
}

.form-actions{
  padding: 10px 0;
}

.modal-form .modal-dialog{
  width: 900px;
  max-width: 100%;
}

.tops-datatable-wrapper .title{
  font-size: 22px;
  padding: 10px 0;
}

/*Vertically Center Bootstrap 3 Modal */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*Vertically Center Bootstrap 3 Modal */

table.table > thead > tr > th{
  vertical-align: middle;
}

.tops-notification .close:before,
.modal-header .close:before {
  content: '';
}

.tops-notification .close,
.modal-header .close {
  color: #555;
  font-size: 40px;
  font-weight: bold;
  top: 5px;
  margin: 0 !important;
  right: 10px;
}

.tops-notification .close{
  font-size: 25px;
  top: 8px;
  right: 16px;
}

.tops-notification .close:focus,
.tops-notification .close:hover,
.modal-header .close:focus,
.modal-header .close:hover {  
  color: #000; 
  background: transparent;
  opacity: 1;
}

.modal-form .modal-footer{
  display: none;
}

.modal-form .modal-title { 
  font-weight: 600;
  font-size: 20px;
}

.wide-modal .modal-dialog{
  width: 90%;
}

.modal-backdrop.in{  
  opacity: 0.85 !important;
}

.tops-notification{
  padding: 10px;
  /*border: 1px solid #000;*/
  margin: 15px 5px;
  font-size: 14px;
  position: relative;
}

.tops-notification:before{
  content: "\26A0";
  font-size: 30px;
  position: relative;
  top: 5px;
  margin-right: 15px;
}

.tops-notification:after{
  /*content: "\00D7";*/
  cursor: pointer;
  position: absolute;
  right: 15px;
  font-size: 25px;
  top: 15px;
}

.tops-notification button{
  margin-left: 15px;
}

.section-sublabel{
  
}

.section-sublabel h4{
  font-size: 1.45em;
  font-weight: 700;
  color: #000;
}

.details-data-content{
  border: 1px solid #ccc;
  padding: 10px 5px;
  display: inline-block;
}

.entry-content .email-preview table{
  width: 650px;
  border: none;
  margin: 0 auto;  
}

.entry-content .email-preview table td,
.entry-content .email-preview table th{
  border: none;
  padding: 0;
}

.entry-content .email-preview p{
  font-size: 14px;
}