* {
  box-sizing: border-box;
}
/****************************************************/
/*************** Fileupload Progress ****************/
/****************************************************/
#progress_bar_id {
  background-color: #ED1C24 !important;
}
#progress_bar_button_submit {
  padding: 6px;
  color: #fff;
  background-color: #ED1C24 !important;
  border-color: #ED1C24 !important;
}
#progress_bar_file {
  height: auto;
  font-size: 13px;
  line-height: 0px;
  width: 99%;
  color: #777777;
  border-radius: 3px 3px 3px 3px;
}
#form_smd_upload {
  width: 103%;
}
/****************************************************/
/****************************************************/
/****************************************************/
/****************************************************/
/********************** Uni EPS *********************/
/****************************************************/
.labels-div-textarea {
  float: left;
  width: 89%;
}
.labels-div-button {
  float: right;
}
.btn-submit {
  border-radius: 3px !important;
  color: #fff !important;
  background: #ED1C24 !important;
  font-size: 13px !important;
  line-height: 21px !important;
  border: none !important;
  vertical-align: middle !important;
  text-decoration: none !important;
  padding: 1px 7px 2px 7px;
}
.btn-cancel {
  border-radius: 3px !important;
  color: #404040 !important;
  background: #d1d1d1 !important;
  font-size: 13px !important;
  line-height: 21px !important;
  border: none !important;
  vertical-align: middle !important;
  text-decoration: none !important;
  padding: 1px 7px 2px 7px;
}
.btn-submit-med {
  border-radius: 3px !important;
  color: #fff !important;
  background: #ED1C24 !important;
  font-size: 13px !important;
  line-height: 21px !important;
  border: none !important;
  vertical-align: middle !important;
  text-decoration: none !important;
  padding: 1px 7px 2px 7px;
  height: 35px !important;
}
.btn-cancel-med {
  border-radius: 3px !important;
  color: #404040 !important;
  background: #d1d1d1 !important;
  font-size: 13px !important;
  line-height: 21px !important;
  border: none !important;
  vertical-align: middle !important;
  text-decoration: none !important;
  padding: 1px 7px 2px 7px;
  height: 35px !important;
}
textarea.label-textarea {
  margin-top: 0px;
  resize: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 3px;
  line-height: 1.818;
}
textarea.form-control {
  height: 40px;
}
.message-confirm {
  height: 25px;
  font-size: 18px;
  margin-bottom: 20px;
}
.text-confirm {
  color: #FF0001;
}
/****************************************************/
/****************************************************/
/****************************************************/
/****************************************************/
/*********************** Table **********************/
/****************************************************/
.page-list {
  float: right;
  margin: -22px 0 -14px !important;
}
/****************************************************/
/****************************************************/
/****************************************************/
table.confirm {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
  border-color: grey;
}
table.confirm td,
th {
  height: 53px;
}
table.confirm thead td:first-child,
th:first-child {
  /*border-top:0px;*/
}
/*table.confirm th:first-child {
  background:none;
  border: none;
}*/
table.confirm td.last {
  background: none;
  border: none;
}
table.confirm th:first-child {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 0px;
  border: 1px solid #ddd;
  background: none;
}
table.confirm td:first-child {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 0px;
}
table.confirm thead td,
th {
  border-top: 3px solid #ED1C24;
}
table.confirm td,
th {
  padding-left: 18px;
  border: 1px solid #ddd;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 18px;
}
table.confirm td,
th {
  text-align: left;
}
table.confirm td + td,
th + th {
  text-align: center;
  /*display:none;*/
}
table.confirm td.default {
  /* display:table-cell;*/
}
/**********************/
.bg-top {
  border-top: 3px solid #ED1C24;
}
.sep {
  background: #f5f5f5;
  font-weight: bold;
  font-size: 16px;
}
.txt-s {
  font-size: 25px;
  font-weight: bold;
}
.txt-l {
  font-size: 24px;
  font-weight: normal;
}
.txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}
.tick {
  font-size: 13px;
}
.footer-buttons {
  margin-left: 15px;
  margin-right: 15px;
}
.center {
  text-align: center;
}
.product-name {
  font-size: 16px;
}
button.close {
  color: white;
}
.select-box--container {
  height: 30px;
  border: 1px solid #ccc;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.select-box--box {
  width: 180px;
  position: absolute;
  left: 0;
}
.select-box--arrow {
  width: 30px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  background: #777;
  position: absolute;
  right: 0;
  top: 0;
}
.select-box--selected-item {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 4px 12px;
  vertical-align: middle;
}
.select-box--items div {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 6px;
  padding-left: 20px;
}
.select-box--items div.selected {
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 2px 8px;
}
.select-box--items div:hover {
  background-color: #eee;
}
.select-box--arrow-down {
  position: absolute;
  top: 12px;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
}
.select-box--arrow-up {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
}
.label {
  background-color: #ED1C24;
}
.alert {
  padding: 2px;
  margin-bottom: 20px;
  border: 0px;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #ED1C24;
  background-color: #ffffff;
}
.alert-success hr {
  border-top-color: #ffffff;
}
.alert-success .alert-link {
  color: #ED1C24;
}
.alert-info {
  color: #ED1C24;
  background-color: #ffffff;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #ED1C24;
}
.alert-warning {
  color: #FFCB02;
  background-color: #ffdfab;
}
.alert-warning hr {
  border-top-color: #ffdfab;
}
.alert-warning .alert-link {
  color: #FFCB02;
}
.alert-danger {
  color: #FF0001;
  background-color: #f9d0d3;
}
.alert-danger hr {
  border-top-color: #ffc2c2;
}
.alert-danger .alert-link {
  color: #FF0001;
}
input:checked + .slider {
  background-color: #ED1C24;
}
input:focus + .slider {
  box-shadow: 0 0 1px #ED1C24;
}
.simple-row {
  margin-bottom: 0px;
  margin-top: 30px;
}
div.rc-tabs-content .rc-tabs-tabpane {
  /* overflow-y: scroll !important;*/
}
.button-file {
  padding-bottom: 8px;
}
.fileUpload {
  position: relative;
  overflow: hidden;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.smd {
  margin-top: 5px;
}
.fixed-margin-bottom {
  margin-bottom: 0px;
}
.label {
  background-color: #777;
}
.buton-manage-restriction {
  margin-top: -20px;
}
label.default-grey {
  background-color: #777;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  color: #fff;
  vertical-align: baseline;
  border-radius: 0.25em;
}
/************/
.rc-tabs-top {
  border-bottom: 0px;
}
.react-slidedown {
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.title-step {
  top: 10px;
}
.form-steps {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  height: 400px;
}
.justify {
  text-align: justify;
}
.smd-content {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 15px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #ccc;
  overflow: scroll;
}
.smd-title {
  font-weight: 300;
}
.smd-text {
  font-weight: bold;
  line-height: 30px;
}
.content-show {
  display: inline;
}
.content-hide {
  display: none;
}
/**/
::-webkit-file-upload-button {
  background: #eee;
  color: #555;
  padding: 0.8em;
  border: 1px solid #ccc;
}
.select-style {
  border: 1px solid #ccc;
  width: auto;
  border-radius: 3px;
  overflow: hidden;
  /* background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;*/
}
.select-style:after {
  content: "\25bc";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 100%;
  padding: 8px 8px;
}
.select-style select {
  padding: 5px 8px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.select-style select:focus {
  outline: none;
}
textarea#formControlsSelect.label-textarea.form-control {
  border: 1px solid #ccc;
}
._react_fileupload_file_div {
  border: 0px;
  width: 89%;
  float: left;
  height: auto;
  font-size: 12px;
}
input {
  border: 1px solid #ccc;
}
input[type="file"]._react_fileupload_file {
  height: auto;
  font-size: 13px;
  line-height: 0px;
  width: 99%;
  color: #777777;
  border-radius: 3px 3px 3px 3px;
}
input[type="file"]._react_fileupload_file + label {
  font-weight: 700;
}
div._react_fileupload_progress_content {
  width: 96%;
}
input[type="file"]._react_fileupload_file:hover,
input[type="file"]._react_fileupload_file:focus {
  border: 1px solid hsl(0, 0%, 80%);
  outline: none;
  box-shadow: none;
}
span._react_fileupload_progress_bar_success_message {
  font-size: 12px;
}
article {
  position: relative;
}
ul.compare {
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px;
}
ul.compare li {
  list-style: none;
  flex: 1;
}
ul.compare li:last-child {
  border-right: 1px solid #ddd;
}
.label-result {
  background-color: #ED1C24;
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.a-result {
  text-decoration: none;
  color: #ED1C24;
  cursor: pointer;
}
._react_fileupload_submit {
  padding: 6px;
}
table.compare {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
table.compare th {
  background: #f5f5f5;
}
table.compare td,
th {
  height: 53px;
}
table.compare thead td:first-child,
th:first-child {
  border-top: 0px;
}
table.compare th:first-child {
  background: none;
  border: none;
}
table.compare td.last {
  background: none;
  border: none;
}
table.compare td:first-child {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 0px;
}
table.compare thead td,
th {
  border-top: 3px solid #ED1C24;
}
table.compare td,
th {
  padding-left: 18px;
  border: 1px solid #ddd;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 18px;
}
table.compare td,
th {
  text-align: left;
}
table.compare td + td,
th + th {
  text-align: center;
  /*display:none;*/
}
table.compare td.default {
  /* display:table-cell;*/
}
table.compare th.selected {
  background: #ED1C24;
  font-weight: bold;
  font-size: 25px;
  color: white;
}
.bg-top {
  border-top: 3px solid #ED1C24;
}
.sep {
  background: #f5f5f5;
  font-weight: bold;
  font-size: 16px;
}
.txt-s {
  font-size: 25px;
  font-weight: bold;
}
.txt-l {
  font-size: 24px;
  font-weight: normal;
}
.txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}
.tick {
  font-size: 13px;
}
.footer-buttons {
  margin-left: 15px;
  margin-right: 15px;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
  align-items: center;
  margin-left: 85px;
}
.button-div {
  float: right;
  padding-left: 15px;
  margin-top: 20px;
}
/*******/
.slideup,
.slidedown {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.8s ease-in-out;
  -moz-transition: max-height 0.8s ease-in-out;
  -o-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
}
.slidedown {
  max-height: 60px;
}
a.downloadFile {
  text-decoration: none;
}
.total-rows {
  font-weight: 700;
}
.total-rows-div {
  float: right;
}
/*
.green {
  color: #008444;
}

.red {
  color: #bd2130;
}*/
.trademark-list {
  font-weight: 700;
  margin-left: 10px;
  font-size: 16px;
}
.label-table {
  color: white;
  font-weight: 700;
  background-color: #ED1C24;
}
.label-table2 {
  color: #ED1C24;
  font-weight: 700;
  font-size: 14px;
}
.number {
  font-size: 14px;
}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.select-selected {
  background-color: white;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #83878e transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #83878e transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #83878e;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/*************************/
.panel-table-top {
  margin-left: 15px;
  margin-right: 15px;
}
.panel-table-left {
  float: left;
  width: 40%;
  margin-top: 23px;
}
.panel-table-right {
  float: right;
  width: 60%;
}
.table-size-total {
  float: left;
  margin-top: 23px;
  width: 30%;
}
.table-page-pager {
  margin-top: 15px;
  width: 65%;
  float: right;
}
.table-page-list {
  float: right;
}
.table-page-list > .pagination {
  margin: 0px;
}
.table-page-list > .pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.table-page-list > .pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.table-size-per-page {
  float: left;
}
.table-download-file {
  margin-top: 15px;
}
.trademark-result {
  font-weight: bold;
  float: left;
}
.td-data {
  width: 125px;
  font-weight: 300;
}
.table-modal {
  overflow: auto;
  overflow-y: scroll;
  overflow-x: scroll;
}
.td-data-labels {
  width: 125px;
  font-weight: 300;
}
.text-per-page {
  margin-top: 10px;
}
.per-page-dropdown {
  float: left;
}
.per-page-text {
  float: right;
  margin-top: 6px;
  margin-left: 10px;
}
.justify {
  text-align: justify;
}
.not-valid {
  font-weight: 300;
}
#tooltip > .tooltip-inner {
  text-align: left;
  /*word-break: break-word;*/
}
.modal-per-page {
  float: left;
}
.modal-page-list {
  float: right;
  margin-top: -25px;
}
.dom-col {
  text-align: right;
  margin-right: 55px;
}
.var-col {
  text-align: right;
  margin-right: 40px;
}
table.table-header-results {
  margin-bottom: 0px !important;
}
.table-header-results > thead > tr > th {
  padding: 10px;
  height: auto;
  vertical-align: middle;
}
.price-col {
  text-align: right;
  margin-right: 48px;
}
.white {
  color: white;
}
.trademark-label {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  background: #ED1C24;
}
.green-label {
  color: #ffffff;
}
.label-primary {
  font-size: 13px;
  color: #ffffff;
  background: #ED1C24;
  font-weight: 700;
}
.nav-pills .open .dropdown-toggle,
.nav-tabs .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  border-color: #999 !important;
  color: #999 !important;
}
/* DayPicker styles */
.DayPicker {
  display: inline-block;
  font-size: 1.2rem;
}
.DayPicker-wrapper {
  position: relative;
  flex-direction: row;
  padding-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.2em;
  /*  right: 1.5em;*/
  left: auto;
  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8b9898;
  cursor: pointer;
}
.DayPicker-NavButton:hover {
  opacity: 0.8;
}
.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC");
}
.DayPicker-NavButton--next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==");
}
.DayPicker-NavButton--interactionDisabled {
  display: none;
}
.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}
.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}
.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}
.DayPicker-WeekdaysRow {
  display: table-row;
}
.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8b9898;
  text-align: center;
  font-size: 0.875em;
}
.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}
.DayPicker-Body {
  display: table-row-group;
}
.DayPicker-Week {
  display: table-row;
}
.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 0em;
  /*  border-top-left-radius: 0.5em !important;
  border-bottom-left-radius: 0.5em !important;
  border-top-right-radius: 0.5em !important;
  border-bottom-right-radius: 0.5em !important;*/
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #eaecec;
  color: #8b9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}
.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}
.DayPicker-Footer {
  padding-top: 0.5em;
}
.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #ED1C24;
  font-size: 0.875em;
  cursor: pointer;
}
/* Default modifiers */
.DayPicker-Day--today {
  color: #ED1C24;
  font-weight: 700;
}
.DayPicker-Day--outside {
  color: #8b9898;
  cursor: default;
}
.DayPicker-Day--disabled {
  color: #dce0e0;
  cursor: default;
  /* background-color: #eff1f1; */
}
/* Example modifiers */
.DayPicker-Day--sunday {
  background-color: #f7f8f8;
}
.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #dce0e0;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;
  background-color: #ED1C24;
  color: #f0f8ff;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #ED1C24;
}
.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #f0f8ff;
}
/* DayPickerInput */
.DayPickerInput {
  display: inline-block;
}
.DayPickerInput-OverlayWrapper {
  position: relative;
}
.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.DayPickerInput-Overlay {
  width: 415px;
}
.DayPickerInput > input {
  border: 1px solid #cccaaa;
  border-radius: 4px;
  line-height: 33px;
  /*padding-inline-start: 8px;*/
  width: 180px;
  text-align: center;
}
.disabledInput {
  pointer-events: none;
  color: #8c8c8c;
}
.DayPicker-Day--start {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.DayPicker-Day--end {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.ranges li.active {
  background-color: #d1d1d1 !important;
  border: 1px solid #d1d1d1 !important;
  color: #404040 !important;
}
.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #ED1C24 !important;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.ranges li:hover {
  background-color: #ED1C24 !important;
  border: 1px solid #ED1C24 !important;
  color: #fff !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #ED1C24 !important;
  border-color: transparent !important;
  color: #fff !important;
}
.daterangepicker td.in-range {
  background-color: #ffffff !important;
  border-color: transparent !important;
  color: #404040 !important;
  border-radius: 0;
}
.uni-label {
  color: #ED1C24;
  font-size: 12px;
}
.uni-spin {
  color: #ED1C24;
}
.rc-tabs-top .rc-tabs-nav-wrap {
  display: none;
}
.containerButton {
  display: inline-flex;
  justify-content: space-between;
  margin-top: 0px;
  margin-left: -15px;
}
.primary {
  color: #ED1C24;
}
.Control {
  float: right;
  margin-top: -33px;
}
.Info {
  font-family: monospace;
}
.chosen {
  font-size: 16px;
  font-weight: bold;
  color: #ED1C24;
}
.rc-tabs-content .rc-tabs-tabpane {
  overflow: unset !important;
}
.picky__dropdown .option:hover,
.picky__dropdown li:hover {
  background-color: #ED1C24;
  color: white;
}
/**** Picky *****/
.picky__input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 8px;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  height: 38px;
}
.picky__input::after {
  margin-left: 0px;
}
.picky__dropdown {
  border-bottom: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  left: 0px !important;
}
.picky__dropdown .option,
.picky__dropdown li {
  background-color: transparent;
  border-bottom: 0 !important;
  color: #777 !important;
  margin-left: 5px !important;
}
.picky__dropdown .option.selected,
.picky__dropdown li.selected {
  background-color: #d1d1d1 !important;
  color: #404040 !important;
}
.picky__dropdown .option:focus,
.picky__dropdown li:focus {
  outline: 0 auto 0 !important;
}
.picky__dropdown .option:hover,
.picky__dropdown li:hover {
  color: #ffff !important;
  background: #ED1C24 !important;
}
.picky__filter {
  margin-bottom: 10px;
}
.picky__filter__input {
  border: 1px solid #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: 0;
  padding: 8px;
  top: 4px;
}
.picky__input {
  background-color: #FFF !important;
  border: 1px solid #ccc !important;
  border-radius: 3px;
  box-sizing: border-box;
  height: 38px;
  padding: 8px;
  position: relative;
  text-align: left;
  width: 100%;
}
.picky__input::after {
  margin-left: 0;
}
.picky__placeholder {
  color: #777 !important;
  text-transform: none !important;
}
.picky__dropdown {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: white;
  width: 99%;
  left: 2px;
}
.picky__filter__input {
  padding: 8px;
  margin-left: 3px;
  top: 4px;
  border: 1px solid #aaa;
  margin-right: 3px;
  outline: 0;
}
.picky__dropdown .option,
.picky__dropdown li {
  border-bottom: 0px;
  background-color: transparent;
  margin-left: 5px;
}
.picky__filter {
  margin-bottom: 10px;
}
.picky__dropdown .option.selected,
.picky__dropdown li.selected {
  background-color: #ddd;
  color: black;
}
.picky__dropdown .option input[type='radio'],
.picky__dropdown li input[type='radio'] {
  display: none;
}
.picky__dropdown .option:focus,
.picky__dropdown li:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}
