/* MISC */

.wrapper {
  height: 100% !important;
}

.text-grey {
  color: #888888 !important;
}

.text-default {
  color: rgb(255, 110, 0) !important;
}
.text-green {
  color: #87cb16;
}

p.examples {
  font-size: 12px;
}

.my_cropper {
  display: block;
  width: 100%;
  height: 100%;
}

.btn {
  text-transform: uppercase;
}

.btn:disabled,
.btn[disabled],
.btn.disabled {
  opacity: 0.3;
}

.form-control {
  height: 38px;
}

.content,
input[type="text"],
input[type="number"],
textarea,
.dropdown-menu > li > a {
  color: rgb(64, 117, 128) !important;
}

.content h1,
.modal-content h1,
.content h2,
.modal-content h2,
.content h3,
.modal-content h3,
.content h4,
.modal-content h4,
.content h5,
.modal-content h5,
.content h6,
.modal-content h6 {
  color: rgb(255, 110, 0);
}

.sweet-alert .icon.warning {
  border-color: rgb(255, 110, 0);
}

.sweet-alert .icon.warning .body,
.sweet-alert .icon.warning .dot {
  background-color: rgb(255, 110, 0);
}

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

label.long {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.thumb-list-default {
  width: 80px;
}

.thumb-list-small {
  width: 50px;
}

.thumb-list-big {
  width: 150px;
}

/* ORDER & CART LISTS */
.orders-list td {
  font-size: 12px;
  line-height: 1.25;
}

.med-text {
  font-size: 16px !important;
}

.big-text {
  font-size: 20px !important;
  font-weight: bolder !important;
}

.order-misc .svg-inline--fa {
  font-size: 2rem;
  color: rgb(255, 110, 0);
  margin: 0 3px;
}

/* DIVIDERS */

.divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.divider.blue {
  background-color: rgb(64, 117, 128);
}

.divider.orange {
  background-color: rgb(255, 110, 0);
}

.main-panel .main-content {
  margin-top: 60px;
  min-height: calc(100vh - 64px);
}

/* SIDEBAR */

/*
.sidebar .logo-img {
	width: 200px;
	margin-top: 10px;
	max-height: none;
}
*/

/*
.sidebar .sidebar-wrapper { height: 100%; }

.sidebar .sidebar-wrapper,
.sidebar .logo {
	box-shadow: none;
}

.sidebar .sidebar-wrapper h6 {
	margin: 0;
}

.sidebar .sidebar-wrapper h6 span {
	width: 30px;
	display: inline-block;
	text-align: center;
}

.sidebar .sidebar-wrapper .svg-inline--fa {
	font-size: 20px;
}

.sidebar .logo:before,
.bootstrap-navbar .logo:before {
	display: none;
}

.sidebar .sidebar-wrapper>.nav { margin-top: 10px; margin-bottom: 30px; }
*/

/* NAVBAR */

.navbar {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgb(255, 110, 0);
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 30px !important;
  padding-top: 3px;
}

.navbar-brand > img {
  height: 50px;
}

.navbar-nav .svg-inline--fa {
  color: rgb(255, 110, 0);
  font-size: 18px;
}

.navbar-nav .dropdown-menu {
  right: 35px;
}

.navbar-nav .dropdown-menu span {
  width: 25px;
  display: inline-block;
  text-align: center;
}

.navbar-nav .dropdown-menu .svg-inline--fa {
  font-size: 14px;
}

.navbar .navbar-nav .notification {
  background-color: white;
  color: rgb(255, 110, 0);
  border: 1px solid rgb(255, 110, 0);
}

.navbar .navbar-nav > li > a {
  padding: 20px 0;
  margin: 0;
  margin-right: 45px;
}

.navbar .navbar-nav > li.exit > a {
  padding-left: 40px !important;
  border-left: 1px solid silver;
}

/* HEADERS */

.header .row {
  margin: 1rem 0 3rem 0;
}

.header h3 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0;
  color: rgb(255, 110, 0);
}

.header h3 a {
  font-size: 12px;
  display: block;
}

/* TABS */

.nav-tabs > li > a {
  font-size: 1.6rem;
}

.nav-tabs > li > a i.fa {
  margin-right: 5px;
}

.nav-tabs > li {
  cursor: pointer;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: rgb(255, 110, 0);
}

.lang-title {
  color: rgb(255, 110, 0);
  font-size: 2rem;
  margin-bottom: 5px;
}

.lang-label {
  color: rgb(255, 110, 0);
  font-size: 1.6rem;
  margin: 10px 0 5px 0;
}

.face-off {
  padding-top: 1rem !important;
  padding-bottom: 2rem !important;
}

/* CROPPER */

.upload-image .btn {
  position: relative;
}

.upload-image .btn .custom-input {
  width: 100%;
  height: 100%;
}

.upload-image .result img {
  max-width: 100%;
  height: auto;
}

.upload-image .result img.h300 {
  max-height: 300px;
}

.upload-image .result img.h650 {
  max-height: 650px;
}

.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12),
    0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

/* SWEET ALERT CUSTOMS */

.sweet-alert h2 {
  font-size: 30px;
  font-weight: bolder;
  color: rgb(255, 110, 0);
  margin: 15px 0 !important;
}

.sweet-alert .sweet-spacer {
  display: none !important;
}

/* HELPER CLASSES */

.padding-top {
  padding-top: 2rem;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.filter-spacer-table {
  height: 5rem;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dont-wrap-text {
  white-space: nowrap;
}

.fa-check-circle {
  font-size: 1.3em;
}

/* TABLES */

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

.td-actions {
  width: 160px;
  white-space: nowrap;
}

.td-actions .svg-inline--fa {
  font-size: 2.5rem;
}

.td-actions .btn {
  padding: 0 2px;
}

tr.highlight {
  background-color: rgba(64, 117, 128, 0.2) !important;
}

tr.highlight .order-taxzone {
  color: rgb(255, 110, 0);
  font-weight: bold;
}

/*
.misc-icons .svg-inline--fa {
	font-size: 2.5rem;
	margin: 0 3px;
}
*/

/* .td-actions .fa-pencil-alt { color: #ff6e00; } */

th.w80,
td.w80 {
  width: 80px !important;
}

th.w100,
td.w100,
.td-notes {
  width: 100px !important;
}

th.w125,
td.w125 {
  width: 125px !important;
}

th.w150,
td.w150 {
  width: 150px !important;
}

th.w200,
td.w200 {
  width: 200px !important;
}

th.w250,
td.w250 {
  width: 250px !important;
}

th.wmax-200,
td.wmax-200 {
  max-width: 200px !important;
}

th.wmax-225,
td.wmax-225 {
  max-width: 225px !important;
}

th.w300,
td.w300 {
  width: 300px !important;
}

th.wmax-300,
td.wmax-300 {
  max-width: 300px !important;
}

.pointer {
  cursor: pointer;
}

/* LOADING SPINNER */

#fs-loading {
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 2000;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display: flex;
}

#fs-loading.on {
  pointer-events: auto;
  opacity: 1;
}

#fs-loading .disc {
  background-color: rgb(255, 110, 0);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fs-loading .disc .svg-inline--fa {
  color: white;
  font-size: 70px;
}

/* MODALS */

.modal-header,
.modal-footer {
  border: 0;
}

/* reset check in select */

.bootstrap-select.btn-group .dropdown-menu li a .svg-inline--fa.check-mark {
  display: none;
}

/* fontawsome 5 patch */

.bootstrap-select.btn-group
  .dropdown-menu
  li.selected
  a
  .svg-inline--fa.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2px;
}

/* PAGINATION PATCH */

.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0 !important;
}

select.form-control {
  border: 1px solid #ff6e00;
  color: #ff6e00;
}
select.form-control:focus {
  border: 1px solid rgb(64, 117, 128) !important;
  color: rgb(64, 117, 128) !important;
}
