/*html{
  font-size: 1em !important;
  position: absolute !important;
}*/
/*.ui-datepicker-div{position: absolute;}*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: 600 !important;
}

.btn{
  /*border-radius: 0 !important; */
  /*margin: initial;
  padding: 6px 12px;*/
  font-size: 14px;
  padding: .5rem 1.5rem;
  /*border: 2px solid transparent !important;*/
}

/*.text-theme { color: #007041; }*/

/* info button */
/*.text-info { color: blue; }*/
.btn-info {
  /*color: #17553e !important;*/
  background-color: #0080ff;
  /*border-color: #e4eae6;*/
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  /*color: #17553e !important;*/
  background-color: blue !important;
  /*border-color: #0080ff !important;*/
}

/* primary button */
.text-primary { color: #154734; }
.fa.text-primary { color: #91a99f; }
.btn-primary {
  color: #FFF;
  background-color: #007041;
  /*border-color: #82AB3F;*/
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover{
  color: #FFF;
  background-color: #17553e !important;
  /*border-color: #60ab26;*/
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active{
  background-color: #17553e;
  /*border-color: #17553e;*/
}

/* secondary button */
.text-secondary { color: #3082f6; }
.btn-secondary {
  color: #3082f6 !important;
  background-color: #e8f0f9;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary:hover {
  color: #FFF !important;
  background-color: #3082f6 !important;
}

/* link button */
.btn-link {
  color: #007041 !important;
  box-shadow:none;
}
.btn-link:hover,
.btn-link:focus,
.btn-link.focus,
.btn-link:active,
.btn-link.active,
.open > .dropdown-toggle.btn-link,
.btn-link.active.focus,
.btn-link.active:focus,
.btn-link.active:hover,
.btn-link.focus:active,
.btn-link:active:focus,
.btn-link:active:hover,
.open > .dropdown-toggle.btn-link.focus,
.open > .dropdown-toggle.btn-link:focus,
.open > .dropdown-toggle.btn-link:hover {
  color: #17553e;
  box-shadow: none !important;
}

/* default button */
.btn-default {
  color: #070f0b !important;
  background-color: #FFFFFF;
  /*padding: 6px 12px !important;*/
  text-transform: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover{
  background-color: #F5F5F5 !important;
  color:inherit;
  border-color: #17553e !important;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default.focus[disabled],
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active{
  background-color: #F5F5F5;
}

/* warning button */
.text-warning { color: goldenrod; }
.btn-warning {
  color: #FFF;
  background-color: #ecb725;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover{
  color: #FFF;
  background-color: goldenrod !important;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active{
  background-color: goldenrod;
}

/* danger button */
.text-danger { color: crimson; }
.btn-danger {
  color: #FFF;
  background-color: #c83534;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover{
  color: #FFF;
  background-color: crimson !important;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active{
  background-color: crimson;
}

.text-muted { color: #99a09c; }

.panel-success{
  border-color: #e4eae6;
}
.panel-success > .panel-heading{
  background-color: #e4eae6;
  border-color: #e4eae6;
}

#mod-event .btn.btn-sm{
  border:0 !important;
}

/*.btn-nb,
.pagination .btn,
#iframe-wrapper .btn{
  border: none !important;
}*/

/*mdbootstrap*/

/*.select2-choices{
  border:none !important;
}

input[type=date]:focus:not([readonly]), 
input[type=datetime-local]:focus:not([readonly]), 
input[type=email]:focus:not([readonly]), 
input[type=number]:focus:not([readonly]), 
input[type=password]:focus:not([readonly]), 
input[type=search-md]:focus:not([readonly]), 
input[type=search]:focus:not([readonly]), 
input[type=tel]:focus:not([readonly]), 
input[type=text]:focus:not([readonly]), 
input[type=time]:focus:not([readonly]), 
input[type=url]:focus:not([readonly]), 
textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #007041;
  box-shadow: 0 1px 0 0 #007041;
}*/

/*.btn-group-xs>.btn, .btn-xs{
  font-size: 12px !important;
  padding: 1px 5px !important;
}*/

/*.btn.btn-sm {
    font-size: 0.85em;
    padding: 6px 12px;
}*/

/*.btn.btn-sm {
  font-size: .8rem;
  padding: .3rem .6rem;
}*/

/*.btn.btn-sm{
  font-size: 12px;
}
.btn.btn-md{
  font-size: 14px;
}*/

/*i.btn-primary{
  background-color: #007041 !important;
}*/

/*.form-control{
  padding: .5em 0;
  margin-bottom: .5em;
}*/

/*.btn input{
  margin-bottom: 0px !important;
}*/

/*input{font-size:14px;font-weight: 300}*/

/*
.alert{
  border-radius: 0;
  border: 0;
  color: #FFFFFF;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
  font-weight: 400;
  border: 1px solid rgba(0,0,0,.1);
}

.success-color{ background-color: #007041 !important; }

.btn .fa{
  font-size: inherit;
}
.btn-group{
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}
.btn-group .btn{
  box-shadow: inset 0 0 1px #777;
}

.input-group .btn{
  box-shadow: inset 0 0 1px #777;
  padding: 0;
  margin: 0;
  min-width: 125px;
  height: 40px;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger{
  background-color: #F2F2F2;
  color: rgba(0,0,0,0.2);
}

.btn-calendar-group,
.btn-calendar-group .btn-calendar{
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6{ font-weight: 400; }

.md-form label{ font-size: inherit; }*/

.vue-advanced-cropper__background, .vue-advanced-cropper__foreground{
  background: rgba(0,0,0,0.25) !important;
}

.md-textarea,
.md-form input{
  display: block;
  width: 100% !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  box-sizing: inherit !important;
}
.md-form input{
  height: calc(1.5em + .75rem + 2px) !important;
}
.md-form input.colorpicker{
  padding-left: 40px !important;
}

.md-form label, .md-form label.active{
  color: inherit;
  top: 0;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-size: 0.9rem;
  /*cursor: none;*/
  transition: none;
  transform: none;
}

.minicolors-theme-bootstrap .minicolors-swatch{
  top: 5px !important;
  left: 5px !important;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search-md],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea.md-textarea {
  font-size: 16px !important;
  padding: 9px 2px 9px 14px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.11) !important;
  border: solid 1px #dbdbdb !important;
}

input[type=date]:focus:not([readonly]), 
input[type=datetime-local]:focus:not([readonly]), 
input[type=email]:focus:not([readonly]), 
input[type=number]:focus:not([readonly]), 
input[type=password]:focus:not([readonly]), 
input[type=search-md]:focus:not([readonly]), 
input[type=search]:focus:not([readonly]), 
input[type=tel]:focus:not([readonly]), 
input[type=text]:focus:not([readonly]), 
input[type=time]:focus:not([readonly]), 
input[type=url]:focus:not([readonly]), 
textarea.md-textarea:focus:not([readonly]) {
  border: 1px solid #ced4da;
  box-shadow: none;
}

button[disabled], html input[disabled] {
  box-shadow: none !important;
  opacity: 0.4;
}

.top-buttons .btn{
  padding: 4px 12px;
}

.btn .feather{
  vertical-align: middle;
  padding-bottom: 2px;
  width: 20px;
  height: 20px;
}
