body {
    color: #47525e;
}

p {
    margin: 0 !important;
}

.hideCustom,
.spinner-cell.hideCustom,
.catflow-layout.catflow-preview .hideCustom {
    display: none;
}
.catflow-layout .hideCustom {
    display: block;
}
.spinner-cell.hideCustom{
    display: flex;
}
.catflow-layout .spinner-cell.hideCustom{
    display: none;
}

.header {
    margin-bottom: 1rem;
    padding: 6px;
}

.header .title {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #47525e;
    border-bottom: 1px solid #47525e;
}

.info-alert {
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    color: #47525e;
}

.flex-item > div > .catflow-container,
.flex-item .catflow-item > .catflow-instance,
.flex > .catflow-container {
    display: flex;
}

.justify-content-flex-end > .catflow-container {
    justify-content: flex-end
}

.align-items-center > .catflow-container {
    align-items: center;
}

.flex-direction-column > .catflow-container {
    flex-direction: column;
}

.flex-col {
    flex: 1 !important;
}
.flex-col2 {
    flex: 5.1 !important;
}
.flex-col.flex-0 {
    flex: 0;
    overflow: hidden;
}
.flex-col.flex-2 {
    flex: 0.2;
}
.flex-col.flex-5 {
    flex: 0.5;
}

.meta-block.flex > .catflow-container {
    padding: 1rem 1rem 0;
    /* align-items: center;
    justify-content: center; */
}

.meta-block .catflow-text {
    font-size: 2rem;
    font-weight: 500;
    color: #47525e;
}

.meta-block textarea {
    resize: none;
}

button.btn-default {
    width: 15rem;
}

button.dropdown-toggle.btn-default {
    color: #555555;
}

button.btn-custom {
    color: #47525e;
    font-size: 1.5rem;
    font-weight: 500;
}

button.btn-custom:hover,
button.btn-custom:focus {
    color: white;
    background-color: #47525e;
    border-color: #47525e;
}

button.btn-colored {
    width: 15rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    background-color: #47525e;
    border-color: #47525e;
}

button.btn-colored:hover,
button.btn-colored:focus {
    color: #47525e;
    background-color: white;
}

button.btn.btn-default:focus {
    outline: 0 !important;
    outline: 0 !important;
    outline-offset: 0 !important;
}

input.search {
    text-align: center;
    background-color: #e6e9f1;
    border: none;
    color: #aeb6c4;
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
}

input.search::placeholder {
    color: #aeb6c4;
}

input.input-total-amount{
    font-size: 2rem;
    font-weight: 500;
    color: #47525e;
    text-align: center;
}

input {
  	text-transform: uppercase !important;
}

.hidden {
  display: none;
}

.form-control[readonly] {
    background-color: white;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* start data table */

.container-data-table-rda {
    margin: 2rem 1rem 1rem;
}

.container-data-table-rda .container-header {
    background-color: #47525e;
    padding: 1rem;
    border-radius: 5px;
}

.container-data-table-rda .container-header .title {
    font-size: 2.4rem;
    font-weight: bold;
    color: white;
}

.data-table .row {
    margin: 0;
}

.data-table table {
    color: #47525e;
    border-collapse: collapse !important;
}

.data-table .dataTables_scrollHeadInner table thead { /* scrollY put 2 tables with 2 thead, mathing only one */
    border-bottom: 1px solid #47525e !important;
}

/* force width to allow css transition 
.container-goods .data-table .dataTables_scrollHeadInner {
    width: 0px !important;
}
*/

/* avoid scrollbar x on css transition */
.container-goods .data-table .dataTables_scrollBody {
    overflow-x: hidden !important;
}

/* #data-table-goods .sorting, #data-table-goods .sorting_asc, #data-table-goods .sorting_desc {
    background : none !important;
} */

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_disabled, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_disabled {
    background-color: #47525e;
    color: #ffffff;
}
sorting_disabled

.data-table .row.info_paging,
.data-table .row.length_filter {
    display: none !important;
}

/* end data table */

/* start custom bootstrap-select */

[id^="select-resp"] {
    pointer-events: none;
}

[id^="select-resp"] button.dropdown-toggle {
    border: none;
}

[id^="select-resp"] button.dropdown-toggle span.bs-caret {
    display: none;
}

/* end custom bootstrap-select */


/* start modal */

.modal-dialog {
    -webkit-transition: width 500ms ease !important;
    -moz-transition: all 500ms ease !important;
    -ms-transition: all 500ms ease !important;
    -o-transition: all 500ms ease !important;
    transition: width 500ms ease !important;
    width: 40vw;
}

.modal-dialog.big {
    width: 80vw;
}

.modal-header {
    display: none;
}

.modal-body {
    padding: 0;
}

.modal-body .title {
    padding: 1rem;
    background-color: #47525e;
    color: white;
    border-radius: 6px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.modal-body .catflow-text.text{
    text-align: center;
    padding-top: 1rem;
    font-size: 1.8rem;
}

.modal-body .modal-body-right {
    -webkit-transition: flex 500ms ease;
    -moz-transition: flex 500ms ease;
    -ms-transition: flex 500ms ease;
    -o-transition: flex 500ms ease;
    transition: flex 500ms ease;
    margin: 1rem 1rem 0;
    overflow: hidden;
}

.modal-body .modal-body-right .subtitle {
    padding-bottom: 1rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.modal-footer {
    padding: 2rem 1rem 1rem 1rem;
    text-align: center;
    border-top: none;
}

.modal-footer > .catflow-container {
    width: 40vw;
    margin: 0 auto;
}

.container-goods {
    width: 100%;
}

.container-goods .catflow-input {
    padding-bottom: 1rem;
}

/* end modal */

/* start tippy container */

.my-tippy-container > p.text {
    padding: 0.5em 1em;
    font-weight: 500;
}

.my-tippy-container.spinner-on,
.my-tippy-container > .spinner-cell .wrapper .spinner {
    width: 3rem;
    height: 3rem;
}

/* end tippy container */

/* footer */

.footer {
    margin: 2rem 1rem 1rem;
    padding-bottom: 2rem;
}



/* START CUSTOM CHECKBOX */

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox label::before {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    background-image: url(https://rda-qa.siav.net/static/img/checkbox.png);
}

.checkbox label.checked::before {
    background-image: url(https://rda-qa.siav.net/static/img/checkbox_checked.png);
}

/* END CUSTOM CHECKBOX */

/* START CUSTOM SCROLLBAR */

*::-webkit-scrollbar {
    width: 11px;
}

*::-webkit-scrollbar-track {
    background: #e9e9ea;
    border-radius: 6px;
}

*::-webkit-scrollbar-thumb {
    background-color: #D3D3D3;
    border-radius: 6px;
}

* {
    scrollbar-color: #D3D3D3 #e9e9ea;
    scrollbar-width: thin
}

/* END CUSTOM SCROLLBAR */

/* SPINNER */

.spinner-cell {
    position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: white;
	display: flex;
	align-items: center;
}

.spinner-cell .wrapper {
    margin: auto;
}

.spinner-cell .wrapper .spinner {
    width: 6rem;
    height: 6rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-top-color: var(--neolt_color);
    border-radius: 50%;
    -webkit-animation: rotation 1s ease infinite;
            animation: rotation 1s ease infinite;
}

.spinner-cell.local {
    position: absolute;
}

@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* SPINNER */


/* LOADER */

.loader{
    margin-left: 4px;
    margin-right: 10px;
}

.loader span {
    display: inline-block;
    width: 2px;
    height: 10px;
    margin-right: 1px;
    background-color: #888;
}

.loader span:nth-child(1){
    animation: grow 1s ease-in-out infinite;
}

.loader span:nth-child(2){
    animation: grow 1s ease-in-out 0.15s infinite;
}

.loader span:nth-child(3){
    animation: grow 1s ease-in-out 0.30s infinite;
}

.loader span:nth-child(4){
    animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow{
  0%, 100%{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50%{
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

/* END LOADER */

.ArrowCenter {
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}

.ArrowTextCenter {
  transform: translate(0%, 50%);
}

.ArrowText {
  font-size: 20px;
  color: white;
  margin-left: 32px;
  margin-top: 2px;
}

.ArrowText:hover {
  color: mediumturquoise;
}

.ArrowTextSelected {
  color: mediumturquoise;  
}

.ArrowPointer {
  width: 150px;
  height: 60px;
  position: relative;
  background: #47525e;
  margin-right: 20px;
}

.ArrowPointer:after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.ArrowPointer:before {
  content: "";
  position: absolute;
  right: -19px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #47525e;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

/* Fadin div section */
.my_fadein {
  animation-duration: 1s;
  animation-name: slidein;
  	-moz-animation-duration: 1s;
  	-moz-animation-name: slidein;
  	-webkit-animation-duration: 1s;
  	-webkit-animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

/* Firefox < 16 */
@-moz-keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

/* spacing */
.padding-xs { padding: .25rem; }
.padding-sm { padding: .5rem; }
.padding-md { padding: 1rem; }
.padding-lg { padding: 1.5rem; }
.padding-xl { padding: 3rem; }

.padding-x-xs { padding: .25rem 0; }
.padding-x-sm { padding: .5rem 0; }
.padding-x-md { padding: 1rem 0; }
.padding-x-lg { padding: 1.5rem 0; }
.padding-x-xl { padding: 3rem 0; }

.padding-y-xs { padding: 0 .25rem; }
.padding-y-sm { padding: 0 .5rem; }
.padding-y-md { padding: 0 1rem; }
.padding-y-lg { padding: 0 1.5rem; }
.padding-y-xl { padding: 0 3rem; }

.padding-top-xs { padding-top: .25rem; }
.padding-top-sm { padding-top: .5rem; }
.padding-top-md { padding-top: 1rem; }
.padding-top-lg { padding-top: 1.5rem; }
.padding-top-xl { padding-top: 3rem; }

.padding-right-xs { padding-right: .25rem; }
.padding-right-sm { padding-right: .5rem; }
.padding-right-md { padding-right: 1rem; }
.padding-right-lg { padding-right: 1.5rem; }
.padding-right-xl { padding-right: 3rem; }

.padding-bottom-xs { padding-bottom: .25rem; }
.padding-bottom-sm { padding-bottom: .5rem; }
.padding-bottom-md { padding-bottom: 1rem; }
.padding-bottom-lg { padding-bottom: 1.5rem; }
.padding-bottom-xl { padding-bottom: 3rem; }

.padding-left-xs { padding-left: .25rem; }
.padding-left-sm { padding-left: .5rem; }
.padding-left-md { padding-left: 1rem; }
.padding-left-lg { padding-left: 1.5rem; }
.padding-left-xl { padding-left: 3rem; }

.margin-xs { margin: .25rem; }
.margin-sm { margin: .5rem; }
.margin-md { margin: 1rem; }
.margin-lg { margin: 1.5rem; }
.margin-xl { margin: 3rem; }

.margin-x-xs { margin: .25rem 0; }
.margin-x-sm { margin: .5rem 0; }
.margin-x-md { margin: 1rem 0; }
.margin-x-lg { margin: 1.5rem 0; }
.margin-x-xl { margin: 3rem 0; }

.margin-y-xs { margin: 0 .25rem; }
.margin-y-sm { margin: 0 .5rem; }
.margin-y-md { margin: 0 1rem; }
.margin-y-lg { margin: 0 1.5rem; }
.margin-y-xl { margin: 0 3rem; }

.margin-top-xs { margin-top: .25rem; }
.margin-top-sm { margin-top: .5rem; }
.margin-top-md { margin-top: 1rem; }
.margin-top-lg { margin-top: 1.5rem; }
.margin-top-xl { margin-top: 3rem; }

.margin-right-xs { margin-right: .25rem; }
.margin-right-sm { margin-right: .5rem; }
.margin-right-md { margin-right: 1rem; }
.margin-right-lg { margin-right: 1.5rem; }
.margin-right-xl { margin-right: 3rem; }

.margin-bottom-xs { margin-bottom: .25rem; }
.margin-bottom-sm { margin-bottom: .5rem; }
.margin-bottom-md { margin-bottom: 1rem; }
.margin-bottom-lg { margin-bottom: 1.5rem; }
.margin-bottom-xl { margin-bottom: 3rem; }

.margin-left-xs { margin-left: .25rem; }
.margin-left-sm { margin-left: .5rem; }
.margin-left-md { margin-left: 1rem; }
.margin-left-lg { margin-left: 1.5rem; }
.margin-left-xl { margin-left: 3rem; }