:root {
  --main-color: #CF0202;    /* var(--main-color); */
}



#defaultModal { z-index: 9998!important; }


/* Mozilla based browsers */
::-moz-selection {
background-color: var(--main-color);
color: #FFF;
}
/* Works in Safari */
::selection {
background-color: var(--main-color);
color: #FFF;
}
/* Works in Opera */
::-o-selection {
background-color: var(--main-color);
color: #FFF;
}
::-ms-selection {
background-color: var(--main-color);
color: #FFF;
}
/* Works in Internet Explorer */
::-webkit-selection {
background-color: var(--main-color);
color: #FFF;
}


/* Dynamic Styles For WP Contacts */
.wcp-toolbar, 
.wcp-select-options {
	background-color: #eeeeee}
.wcp-primary {
	color: var(--main-color);
}

.tab-select li.ui-state-active a {
    box-shadow: inset 0 2px 0 var(--main-color);
}
.tab-select li.ui-state-active i {
	color: var(--main-color);
}
.drawer-menu li a:hover,
.drawer-menu li a:focus {
	color: var(--main-color);
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
	background-color: var(--main-color);
}

.ui-datepicker-header {
    background-color: var(--main-color);
}

.input-select-options {
	color: var(--main-color);
}

.wcp-button {
	color: var(--main-color);
}

.wcp-container [type="checkbox"]:checked + label:before,
/*.wcp-modal [type="checkbox"]:checked + label:before*/
{
  border-right: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
}

input[type=text]:focus:not([readonly]), 
input[type=password]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid var(--main-color);
    box-shadow: 0 1px 0 0 var(--main-color); 
}
textarea.materialize-textarea:focus:not([readonly]) {
	min-height: 90px;
}

.fields-grouptitle {
    min-height: 100px;
    width: 100%;
    /*margin-top: 30px;*/
}

/*
.btn-default, .btn-default:hover, 
.btn-default:active, .btn-default:focus,
.btn-primary, .btn-primary:hover,
.btn-primary:active, .btn-default:focus {
	color: #333333;
	font-weight: 600;
	outline:none;
	border: 0;
}
*/

.wcp-red {
	color: #f44336;
}
.wcp-white {
	color: #ffffff;
}

.wcp-footer {
	color: var(--main-color);
}
.left-col-width .ui-slider-range {
	background: var(--main-color);
	opacity: 0.5;
}
.left-col-width.ui-slider > .ui-slider-handle {
	background: var(--main-color);
}

/* Custom CSS Below */


/* CUSTOMIZE CALENDAR */

.fc-unthemed .fc-today {
	background-color: #fcf8e3!important;
	border-style: double!important;
	border-color: #ddd!important;
}

.fc-title { font-size: 12px; }

.fc-event, .fc-title { cursor: pointer; }


.fc-addEventButton-button {
	white-space: normal;
    background-color: #ff9900;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}



#ajax-loading-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 9999!important;
    height: 100vh;
    width: 100vw;
}
#ajax-loading-image {
   position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    z-index: 9999!important;;
}

h4.modal-title > small {
	font-size: 14px;
}

.ui-tooltip {
	font-family: Arial;
	background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.select2-results__option[aria-selected] {
    font-family: Arial;
}


.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}
.alert p {
  margin-bottom: 0px;
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  border-color: #dca7a7;
}



/* EVENT BANNER MODAL STYLES */

.requestwizard-modal{
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}
.requestwizard-step p {
    margin-top: 10px;
}

.requestwizard-row {
    display: table-row;
}

.requestwizard {
    display: table;
    width: 100%;
    position: relative;
}

.requestwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.requestwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.requestwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.requestwizard-step .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.requestwizard-step .btn-circle.btn-primary {
  background-color: var(--main-color);
  color: #ffffff;
}

#eventbannermodal .btn-file {
    position: relative;
    overflow: hidden;
}
#eventbannermodal .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.has-error .help-block,.has-error .control-label {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392
}


.badge-info {
    color: #fff;
    background-color: #333333;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}


.icon-right-top {
  margin-left: 5px; cursor: pointer; opacity: .6; position: absolute; right: 10px; top: 4px;
}

.box-image-listing {
  border: 0.5px solid #eeeeee; padding: 15px; margin-bottom: 15px;
}




.cropit-image-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 7px;
  width: 250px;
  height: 250px;
  cursor: move;
}

.cropit-image-background {
  opacity: .2;
  cursor: auto;
}

.image-size-label { margin-top: 0.6rem; }



SELECT.select-box-default {
  padding: 2px;
  line-height: 28px;
  height: 28px;
  max-width: 200px;
  vertical-align: middle;
  margin: 1px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
  background-color: #fff;
  color: #32373c;
  outline: 0;
  transition: 50ms border-color ease-in-out;
}
.default-button {
  color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}


/* #UPD2019 */
.lead_automation_listing .list-entry {
    border-bottom: 5px solid #ffffff;
    padding-top:10px;
    padding-bottom: 10px;
}
.lead_automation_listing .list-entry.light {
    background-color: #f5f5f5;
}
.lead_automation_listing .list-entry.dark {
    background-color: #ececec;
}
.flink { cursor: pointer!important; }
.btn-rnd {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn-invert {
    background-color: #f5f5f5;
    border: 1px solid #dadad9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #c6c6c5;
}


/* Buttons */

.wpProQuiz_button,
.wpProQuiz_button:hover,
#uploadfile_btn {
  border: 0px;
  border-radius: 0px;
  background: #23c6c8;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
  font-size: 14px;
  padding: 5px 15px;
}

.wpProQuiz_button:hover {
  opacity: 0.8;
}

/* Pro Quiz */

input.wpProQuiz_button2,
input.wpProQuiz_button {
  border: 0px !important;
  border-radius: 0px !important;
  background: #454545;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
  font-size: 14px;
  padding: 5px 15px;
  box-shadow: none !important;
}

.wpProQuiz_button2:hover,
.wpProQuiz_button:hover {
  background: #666 !important;
  border: 0px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.wpProQuiz_time_limit {
  font-size: 12px;
  color: #666;
}

.wpProQuiz_time_limit .wpProQuiz_progress {
  background: #23c6c8;
}

.wpProQuiz_reviewLegend {
  padding-bottom: 30px;
  font-size: 12px;
}

.wpProQuiz_reviewLegend li {
  font-size: 12px;
  padding-right: 20px;
}

.wpProQuiz_listItem {
  position: relative;
  margin-top: 30px;
}

.wpProQuiz_reviewColor {
  border-radius: 100%;
}

.wpProQuiz_question_page {
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #efefef;
}

.wpProQuiz_question {
  padding: 30px 0;
}

/*
 * Buttons
 *
 */

.btn-join, #btn-join, a#quiz_continue_link {
  background: #23c6c8;
}

#learndash_mark_complete_button {
  background: #23c6c8;
}

.btn .btn-primary {
  background: #23c6c8;
}




.modal-footer .btn {
  padding: 12px 22px;
  border: 0;
}

.modal-footer .btn-primary {
  background: #333333;
    color: #ffffff;
}
.modal-footer .btn-default {
  background-color: #ccc;
  color: #333;
}

#e2d-template-library-templates-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

#e2d-template-library-templates-container .e2d-template-library-template-local .e2d-template-library-template-insert {
    text-transform: none;
    font-size: 12px
}
.e2d-template-library-template {
    margin: 15px;
    padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,.07);
    box-shadow: 0 1px 20px 0 rgba(0,0,0,.07);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.e2d-template-library-template:hover .e2d-template-library-template-name {
    display: none
}

.e2d-template-library-template:not(:hover) .e2d-template-library-template-preview {
    opacity: 0
}

.e2d-template-library-template:not(:hover) .e2d-template-library-favorite,.e2d-template-library-template:not(:hover) .e2d-template-library-template-action {
    display: none
}

.e2d-template-library-template.e2d-template-library-pro-template .e2d-template-library-template-body:before {
    position: absolute;
    content: "pro";
    text-transform: uppercase;
    top: 5px;
    right: 5px;
    background-color: #d30c5c;
    color: #d5dadf;
    padding: 2px 4px 0;
    font-size: 9px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.e2d-template-library-template:not(.e2d-template-library-template-page) {
    position: relative;
    width: calc(33.333% - 30px);
    overflow: hidden
}

.e2d-template-library-template:not(.e2d-template-library-template-page) img {
    display: block;
    width: 100%
}

.e2d-template-library-template:not(.e2d-template-library-template-page) .e2d-template-library-template-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.e2d-template-library-template:not(.e2d-template-library-template-page) .e2d-template-library-template-name {
    display: none
}

.e2d-template-library-template:not(.e2d-template-library-template-page):not(:hover) .e2d-template-library-template-footer {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.e2d-template-library-template .e2d-template-library-template-body {
    position: relative
}

@media (max-width: 1025px) {
    .e2d-template-library-template .e2d-template-library-template-body {
        /*height:300px*/

    }
}

.e2d-template-library-template .e2d-template-library-template-screenshot {
    height: 100%;
    width: 100%;
    /*-webkit-background-size: cover;
    background-size: cover;
    background-position-x: 50%;*/
    background: round;
    -webkit-box-shadow: inset 0 -2px 15px -6px rgba(0,0,0,.07);
    box-shadow: inset 0 -2px 15px -6px rgba(0,0,0,.07)
}

.e2d-template-library-template .e2d-template-library-template-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    cursor: pointer
}

.e2d-template-library-template .e2d-template-library-template-preview i {
    font-size: 20px;
    color: #d5dadf;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.e2d-template-library-template .e2d-template-library-template-action {
    background-color: transparent;
    text-transform: none
}

.e2d-template-library-template .e2d-template-library-template-action i {
    margin-right: 0
}

.e2d-template-library-template .e2d-template-library-template-insert {
    color: #39b54a
}

.e2d-template-library-template .e2d-button-go-pro {
    color: #fcb92c
}

.e2d-template-library-template .e2d-template-library-template-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 11px;
    line-height: 1
}

.e2d-template-library-template .e2d-template-library-template-name {
    text-align: left;
    color: #6d7882;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 5px
}
.e2d-template-library-template .e2d-template-library-template-favorite-input {
    display: none
}

.e2d-template-library-template .e2d-template-library-template-favorite-input:checked+.e2d-template-library-template-favorite-label i:before {
    content: "\e93f";
    color: #d30c5c
}

.e2d-template-library-template .e2d-template-library-template-favorite-label {
    cursor: pointer
}

.e2d-template-library-template .e2d-template-library-template-favorite-label:hover i {
    color: #d30c5c
}

@media (max-width: 1439px) {
    .e2d-template-library-template-page.ilp {
        width:calc(33.333% - 30px)
    }
    .e2d-template-library-template-page {
        width: calc(25% - 30px);
        padding-top: calc(25% - 30px);
        position: relative;
    }
}

@media (min-width: 1440px) {
    .e2d-template-library-template-page.ilp {
        width:calc(33.333% - 30px)
    }
    .e2d-template-library-template-page {
        width: calc(25% - 30px);
        padding-top: calc(25% - 30px);
        position: relative;
    }
}

@media (max-width: 1025px) {
    .e2d-template-library-template-page {
        width: calc(25% - 30px);
        padding-top: calc(25% - 30px);
        position: relative;
    }
}

@media (max-width: 375px) {
    .e2d-template-library-template-page {
        width: calc(50% - 30px);
        padding-top: calc(50% - 30px);
        position: relative;
    }
}

.e2d-template-library-template-page .e2d-template-library-template-body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 8px;
}

.e2d-template-library-template-page.checked {
    border: 2px solid var(--main-color);
}




#event_banner_template_preview, #banner_template_preview {
    padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,.07);
    box-shadow: 0 1px 20px 0 rgba(0,0,0,.07);
}

#calendar_display a {
    color: #333333!important;
}

/* Input Select Field */
.input-select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.input-select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    line-height: normal;
    /* min-width: 210px; */
    width: 100%;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.input-field {
    position: relative;
    min-height: 80px;
    /* display:inline-block; */
    /* margin-top:14px; */
    padding: 0 10px;
}

.input-field.tag-listing {
    min-height: 20px;
}
.wcp-perms-tab .input-field {
    min-height: auto;
}
.input-field label {
    /* position: absolute; */
    /* top: -14px; */
    left: 0;
    font-size: 0.9em;
}

/* Color picker in input field */
.input-field .wp-picker-container {
    display: block;
    position: absolute;
    bottom: -10px;
    left:10px;
}
.input-field .wp-color-result {
    border-radius: 0;
    height: 23px;
}

.input-field .wp-picker-container {
    background-color: #fff;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 20px;
}
    

span.non-edit-label {
    font-size: 1em;
    padding: 15px 0 5px;
}
span.non-edit-value {
    font-size: 1.2em;
    display: inline-block;
    padding: 5px 0 10px;
    width: 100%;
}

.wcp-no-edit span.non-edit-label,
.wcp-no-edit span.non-edit-value {
    text-align: center;
}

.non-edit-holder {
    min-height: 80px;
}

.input-select li.selected {
    background-color: rgba(0,0,0,0.05);
}

.input-select-styled,
.lead-stats-styled {
    position: absolute;
    right: 0;
    left: 0;
    padding: 10px 0px;
    height: 46px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    border-bottom: 1px solid #9e9e9e;
}

.input-select-styled.disabled {
    background-color: #efefef;
    color: rgba(0,0,0,0.65);
}

.input-select-styled:after,
.lead-stats-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: rgba(0,0,0,0.84) transparent transparent transparent;
    position: absolute;
    top: 21px;
    right: 10px;
}

.input-select-options,
.lead-stats-options {
    display: none;
    position: absolute;
    top: 13px;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
  list-style: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
    max-height: 350px;
    overflow-y: scroll;
}
.input-select-options li,
.lead-stats-options li {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    text-indent: 15px;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.input-select-options li:hover,
.lead-stats-options li:hover {
    background-color: rgba(0,0,0,0.05);
}
.input-select-options li[rel="hide"],
.lead-stats-options li[rel="hide"] {
    display: none;
}

/* End Select Field */

/* Text Input & text area Fields */
input[type=text],input[type=password],input[type=number],input[type=email], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 46px;
    /* min-width: 220px; */
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
    font-size: 14px;    /* #UPD2019 */
}

textarea {
    width: 100%;
    height: 50px;
    background-color: transparent; 
    font-family: "Roboto",sans-serif;
    font-size: 1.1em;
}

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

.badge {
    display: inline-block;
    padding: .6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.badge.type-customer{
    color: #fff;
    background-color: #17a2b8;
}
.badge.type-partner{
    color: #fff;
    background-color: #CF0202;
}

.order-status {
    display: -webkit-inline-box;
    display: inline-flex;
    line-height: 2.5em;
    color: #777;
    background: #e5e5e5;
    border-radius: 4px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin: -.25em 0;
    cursor: inherit!important;
    white-space: nowrap;
    max-width: 100%
}

.order-status.status-completed, .badge.status-completed, .badge.status-paid {
    background: #c8d7e1;
    color: #2e4453
}

.order-status.status-pending, .badge.status-pending, .badge.status-on-hold, .badge.status-partially_refunded {
    background: #f8dda7;
    color: #94660c
}

.order-status.status-failed, .badge.status-failed, .badge.status-refunded, .badge.status-rejected, .badge.status-lost {
    background: #eba3a3;
    color: #761919
}

.order-status.status-processing, .badge.status-processing, .badge.status-unpaid {
    background: #c6e1c6;
    color: #5b841b
}

.order-status.status-trash, .badge.status-trash {
    background: #eba3a3;
    color: #761919
}

/*!
 * Cropper v3.1.3
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2017 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2017-10-21T10:03:37.133Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {/*Avoid margin top issue (Occur only when margin-top <= -height)
 */
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: .5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:before,
.cropper-center:after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: e-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: n-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: w-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: s-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: e-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: n-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: w-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: ne-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nw-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: sw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: se-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}

.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

