
@font-face {
  font-family: "iransans";
  src: url(../../../assets/fonts/iranSans/iransans-webfont.eot);
  src: url(../../../assets/fonts/iranSans/iransans-webfont.woff) format("woff"),
       url(../../../assets/fonts/iranSans/iransans-webfont.ttf) format("ttf");
}

* {
  box-sizing: border-box;
}

.select2-results__option,.select2-selection__rendered,.select2-search__field{
  font-family: iransans !important;
}

body {
  font-family: sans-serif;
  color: #3d3d3d;
  font-size: 11pt;
}

input[type=file] {
  display: none;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]),
select {
  height: 40px;
  background-color: #fbfbfb;
  outline: 0;
  transition: box-shadow 0.3s;
}

input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 5px #379683;
}

textarea {
  background-color: #fbfbfb;
  outline: 0;
  transition: box-shadow 0.3s;
}

table {
  width: 100%;
}

td input:not([type=checkbox]) {
  width: 100%;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

*:disabled,
*:disabled::placeholder {
  background-color: #e8e8e8 !important;
  color: #bdbcbc !important;
}

@keyframes subMenuFadeIn {
  from {
    display: block;
    opacity: 0;
    left: 100%;
  }
  to {
    opacity: 1;
  }
}
input:not([type=radio]):not([type=checkbox]),
textarea,
select {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 15px;
  /* min-width: calc(33.333% - 10px); */
  float: left;
  font-size: 90%;
}

label {
  float: left;
  padding: 10px;
  cursor: pointer;
}
label.title {
  padding: 2px 3px;
  font-size: 75%;
  bottom: -8px;
  left: 6px;
  position: relative;
  background-color: #f5f2f2;
  text-transform: capitalize;
  border: 1px solid #ccc;
  border-width: 0 1px 0;
  letter-spacing: 0.5px;
  color: #999;
  margin-top: -15px;
}

button {
  padding: 10px 15px;
  border-radius: 5px;
  border: unset;
  color: #fff;
  cursor: pointer;
  float: left;
  transition: background-color 0.5s;
  min-width: 120px;
  height: 40px;
  outline: 0;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.flt-r {
  margin-right: 0;
  margin-left: 5px;
}
button.gray {
  background-color: #a5a5a5;
  border: 1px solid #a5a5a5;
}
button.gray:hover {
  background-color: #a5a5a500;
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
}
.dark-blue, .dark-green, .dark-orange{
  background-color: #042e57;
  border: 1px solid #042e57;
  transition: all 200ms;
  color: #fff;
}
.dark-blue:hover {
  background-color: #042d5700;
  border: 1px solid #042e57;
  color: #042e57;
}
button:disabled {
  border: 1px solid #ccc;
}
button:disabled:hover {
  border: 1px solid #ccc;
}

.tr a {
  display: inline-block !important;
  float: unset !important;
}

a.dark-blue, a.gray, a.dark-green {
  padding: 10px 15px;
  border-radius: 5px;
  border: unset;
  color: #fff;
  cursor: pointer;
  float: left;
  transition: background-color 0.5s;
  min-width: 120px;
  height: 40px;
  outline: 0;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
a.flt-r {
  margin-right: 0;
  margin-left: 5px;
}
a.gray {
  background-color: #a5a5a5;
  border: 1px solid #a5a5a5;
}
a.gray:hover {
  background-color: #a5a5a500;
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
}
a.dark-blue {
  background-color: #042e57;
  border: 1px solid #042e57;
}
a.dark-blue:hover {
  background-color: #042d5700;
  border: 1px solid #042e57;
  color: #042e57;
}

option {
  padding: 5px;
}
option.none {
  background-color: #dbdbdb;
  padding: 5px;
}
option.disable {
  display: none;
}
option.highlight {
  background-color: #dbdbdb;
}

form#signin {
  background-color: #f4f2f2;
  float: left;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
form#signin i {
  position: absolute;
  right: 0;
  font-size: 130%;
  opacity: 0.3;
  padding: 10px;
  cursor: pointer;
}
form#signin i:hover {
  opacity: 0.8;
}
form#signin > div {
  width: 340px;
  float: left;
  text-align: center;
}
form#signin > div p {
  color: #379683;
  font-size: 250%;
}
form#signin > div input:not([type=checkbox]) {
  width: 100%;
  box-shadow: inset 0 2px 6px #0000001f;
}
form#signin > div button {
  background-color: #379683;
  font-size: 150%;
  width: 200px;
  margin: 20px calc(100% - 270px);
  max-width: unset;
  height: unset;
}
form#signin > div div {
  float: left;
  width: 100%;
}
form#slide #image-box {
  cursor: pointer;
}
form#slide #image-box #text_area {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
  font-size: 150%;
  z-index: 1;
}

.pos-r {
  position: relative;
}

.w100 {
  width: 100%;
  display: inline-block;
}

.w90 {
  width: calc(90% - 8px);
  float: left;
}

.w75 {
  width: calc(75% - 8px);
  float: left;
}

.w50 {
  width: calc(50% - 8px);
  float: left;
}

.w33_333 {
  width: calc(33.333% - 10px);
  min-width: unset !important;
  float: left;
}

.w25 {
  width: calc(25% - 12px);
  min-width: calc(25% - 12px) !important;
  float: left;
}

.w20 {
  width: 20%;
  float: left;
}

.w9_09 {
  width: 9.09%;
  float: left;
}

.w10 {
  width: 10%;
  float: left;
}

.w11_111 {
  width: 11.111%;
  float: left;
}

.w12_5 {
  width: 12.5%;
  float: left;
}

.w14_285 {
  width: 14.285%;
  float: left;
}

.w16_66 {
  width: 16.666%;
  float: left;
}

.fa {
  cursor: pointer;
}

.fa-check {
  color: green;
  font-size: 150%;
}

.fa-trash,
.fa-pencil {
  font-size: 150%;
}

.fa-trash {
  color: #c7332f;
}

.fa-pencil {
  color: #379683;
}

.fa-heart {
  color: red;
}

.new {
  padding: 15px;
  float: left;
  width: 100%;
  margin-top: 50px;
}
.new > div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.new > div > label {
  width: 20%;
  float: left;
  text-transform: capitalize;
  font-weight: bold;
}
.new textarea {
  height: 100px;
  margin: 0 !important;
}

.new_table > div {
  min-height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.new_table > div span {
  height: 100%;
  display: flex;
  align-items: center;
}

.table {
  margin-bottom: 15px;
  color: #042e57;
  font-size: 90%;
  position: relative;
}
.table .thead {
  padding: 0 15px;
  text-align: center;
  margin: 20px 0 10px 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}
.table .thead .th {
  text-align: center;
  height: 100%;
  float: left;
  text-transform: capitalize;
}
.table .tbody {
  color: #383838;
  margin-bottom: 10px;
}
.table .tbody .tr {
  width: 100%;
  float: left;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  /* min-height: 80px; */
}
.table .tbody .tr.green {
  background-color: #efffef;
}
.table .tbody .tr:last-of-type {
  border: 0;
}
.table .tbody .tr .td {
  float: left;
  text-align: center;
}
.table .tbody .tr .td img {
  height: 80px;
}
.table .tbody .tr .td:first-child {
  font-weight: bold;
}
.table .tbody .tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.table .td input,
.table .td textarea,
.table .td select {
  width: 90%;
  margin: 0 !important;
  float: unset !important;
}
.table .td button {
  float: unset !important;
  margin: auto;
  min-width: unset;
  width: 90%;
  max-width: 120px;
}
.table .td .confirm {
  display: none;
}
.table .edit,
.table .confirm,
.table .remove {
  padding: 3px 10px;
  margin: 0 5px;
  cursor: pointer;
}
.table .edit:hover,
.table .confirm:hover,
.table .remove:hover {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.table input[type=checkbox] {
  height: 15px;
}
.table img {
  max-height: 120px;
}
.table .table-count {
  position: absolute;
  top: 20px;
  right: 20px;
}

.table-nav {
  float: right;
  margin-bottom: 10px;
}
.table-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.table-nav ul li {
  margin: 0 1px;
  padding: 1px 3px;
  float: left;
  cursor: pointer;
  border-radius: 1px;
  font-size: 110%;
}
.table-nav ul li.active {
  background-color: #042e57;
}
.table-nav ul li.active a {
  color: #fff;
}
.table-nav ul li a {
  padding: 1px 3px;
  text-decoration: none;
  color: #042e57;
}
.table-nav ul li:not(.active):hover {
  background-color: #042d5718;
}

#top-bar {
  background-color: #fdfdfd;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px;
}
#top-bar img {
  cursor: pointer;
}
#top-bar > a {
  width: 15%;
  max-width: 180px;
  float: left;
  color: #042e57;
  font-size: 95%;
  padding-left: 15px;
  text-decoration: none;
  min-width: 200px;
}
#top-bar > span:last-child {
  width: 85%;
  max-width: calc(100% - 200px);
}
#top-bar #menu {
  display: inline-flex;
  align-items: center;
  width: 40%;
}
#top-bar #menu > * {
  color: #878787;
  font-size: 150%;
}
#top-bar #menu input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 90%;
  height: 30px;
  margin-left: 15px;
  padding: 0 5px;
  width: 70%;
  margin-bottom: 0;
}
#top-bar #settings {
  display: flex;
  align-items: center;
  margin-right: 15px;
  text-decoration: none;
}
#top-bar #settings > * {
  margin-left: 5px;
  color: #878787;
}
#top-bar #settings .fa {
  font-size: 150%;
  text-decoration: none;
  margin-left: 15px;
}
#top-bar #settings #avatar {
  position: relative;
}
#top-bar #settings #avatar img {
  background-color: #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  float: right;
}
#top-bar #settings #avatar #light {
  position: absolute;
  background-color: #0cca35;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
}

#side-bar {
  width: 13%;
  background-color: #379683;
  float: left;
  min-height: calc(100vh - 50px);
  position: fixed;
  z-index: 2;
  top: 50px;
  min-width: 200px;
}
#side-bar > ul {
  padding: 0;
  color: #fff;
  margin: 20px 0 0 0;
  font-size: 90%;
}
#side-bar > ul > li {
  position: relative;
  padding: 6px 0 6px 15px;
  cursor: pointer;
}
#side-bar > ul > li:hover {
  padding-left: 20px;
}
#side-bar > ul > li li a {
  padding: 6px 10px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  display: block;
}
#side-bar > ul > li > a {
  width: 100%;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
#side-bar > ul > li ul {
  position: absolute;
  z-index: 2;
  background-color: #6ac0af;
  left: 90%;
  top: 0;
  margin: 0;
  padding: 0;
  min-width: 200px;
  border-radius: 5px;
  display: none;
  box-shadow: 0 0 19px 3px #0000001a;
}
#side-bar > ul > li ul:before {
  position: absolute;
  left: -10px;
  top: 7px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #6ac0af transparent transparent;
}
#side-bar > ul > li > ul > li:first-of-type {
  border-radius: 5px 5px 0 0;
}
#side-bar > ul > li > ul > li:last-child {
  border-radius: 0 0 5px 5px;
}
#side-bar > ul > li > ul > li:hover {
  padding-left: 5px;
}
#side-bar li {
  text-transform: capitalize;
  transition: background-color 0.5s;
  position: relative;
}
#side-bar li.active:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
}
#side-bar li.active, #side-bar li:hover {
  background-color: #2e8876;
}
#side-bar li:hover {
  transition: padding-left 0.3s;
}
#side-bar li:hover > ul {
  display: block;
  animation: subMenuFadeIn 0.5s;
}
#side-bar li > i {
  font-size: 130%;
  min-width: 25px;
}
#side-bar a > i {
  font-size: 130%;
  min-width: 25px;
}

#content {
  width: 87%;
  float: right;
  margin-top: 50px;
  max-width: calc(100% - 200px);
}
#content > .container {
  background-color: #f4f2f2;
  margin: 10px 20px;
  border-radius: 5px;
  padding: 15px;
  display: inline-block;
  width: calc(100% - 40px);
}
#content > .container:first-child {
  margin-top: 20px;
}
#content > .container:last-child {
  margin-bottom: 20px;
}
#content h1 {
  color: #042e57;
  font-size: 110%;
  font-weight: 100;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 20px;
}
#content h2 {
  font-size: 80%;
  font-weight: 100;
}
#content h2.warning {
  color: #cf2626;
}
#content .card {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
#content .card section {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
#content .card section:not(:first-child) {
  margin-top: 15px;
}
#content .card section .title {
  color: #042e57;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 90%;
  text-decoration: underline;
}
#content .card input[type=date] {
  min-width: unset !important;
}
#content .card input:not(:last-child),
#content .card textarea:not(:last-child),
#content .card select:not(:last-child) {
  margin-bottom: 15px;
}
#content .card label {
  min-width: 190px;
  border-top: 1px solid #efefef;
  margin-right: -5px;
  z-index: 1000;
}

.block {
  float: unset !important;
  display: block;
}

.inline {
  display: inline-block;
}

.flt-u {
  float: unset !important;
}

.flt-r {
  float: right !important;
}

.flt-l {
  float: left !important;
}

.green-box {
  background-color: #379683;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  text-transform: capitalize;
}

.mrg-r-15 {
  margin-right: 15px !important;
}

.plus-box {
  width: 100%;
  float: left;
}
.plus-box > *:not(.fa-plus):not(label) {
  width: calc(100% - 60px) !important;
}

.tab {
  display: none !important;
}
.tab.active {
  display: inline-block !important;
}
.tab .fa-plus {
  width: 50px;
  min-width: unset;
  background-color: #0cca35;
  float: right;
  margin: 8px 0 0 0;
  color: #fff;
}
.tab .new-box {
  margin-top: 10px;
  padding: 20px 10px 0 10px;
  display: inline-block;
  border: 1px dotted #ccc;
}
.tab .list {
  margin-top: 3px;
}
.tab .list .item {
  padding: 10px;
  overflow: hidden;
  background-color: #dddddd;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.tab .list .item p {
  margin: 0;
} 
.tab .list .item i {
  background-color: #ffc1bf;
  color: #fff;
  width: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
}
.tab .list .item i:hover {
  background-color: #e75e5a;
}

.step-nav {
  margin-bottom: -5px;
}
.step-nav > span {
  padding: 15px 20px;
  background-color: #379683;
  color: #fff;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  cursor: pointer;
  transition: all 1s;
}
.step-nav > span.disabled {
  background-color: #f9f9f9;
  color: #ebebeb;
  cursor: no-drop;
}
.step-nav > span:not(.disabled):hover {
  padding: 13px 20px 15px 20px;
}
.step-nav > span.active {
  background-color: white;
  color: #303030;
}

.image-box {
  /* width: calc(50% - 3px); */
  border: 1px solid #ccc;
  height: 100%;
  background-color: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  float: left;
  margin-bottom: 5px;
  overflow: hidden;
}
.image-box:nth-child(odd) {
  margin-right: 6px;
}
.image-box img {
  /* width: 100%; */
  width: 100px;
}
.image-box img.sizer {
  opacity: 0;
}
.image-box img:not(.sizer) {
  position: absolute;
  left: 0;
  top: 0;
}
.image-box i {
  position: absolute;
  font-size: 35px;
  color: #000;
  z-index: 1;
  background:#fff;
  padding: 2px;
  border-radius: 5px;
  right:0;
  top:-5px;
}
.image-box input[type=file] {
  display: none;
}

.plus-box .list {
  display: inline-block;
  border: 1px dotted #ccc;
  margin-bottom: 15px;
  padding: 5px 5px 0 5px;
  margin-top: -10px;
  font-size: 80%;
  width: 100%;
}
.plus-box .list span {
  background-color: #eaeaea;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: iransans !important;
}
.plus-box .list span i {
  padding: 0 0 0 5px;
  cursor: pointer;
}
.plus-box .list:empty {
  display: none;
}

.sample {
  display: none !important;
}

.pictures{
  width: 180px;
}

.pictures .list {
  margin-top: 10px;
  width: 100% !important;
}

.order-details tbody {
  font-size: 90%;
}
.order-details tbody tr {
  width: 100%;
  cursor: pointer;
}
.order-details tbody tr input[type=checkbox] {
  pointer-events: none;
}
.order-details tbody tr:hover {
  background-color: #ebebeb;
}
.order-details tbody tr:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.order-details .w50:first-child {
  margin-right: 10px;
}
#admin-profile input[type=file] {
  display: none;
}
#admin-profile a {
  cursor: pointer;
}
#admin-profile .fa-plus {
  width: 50px;
  min-width: unset;
  background-color: #0cca35;
  float: right;
  margin: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 10px;
  color: #fff;
}
#admin-profile #auth-list {
  float: left;
  display: block;
  margin: 0 0 30px 0;
}
#admin-profile #auth-list .item {
  background-color: #e6e6e6;
  border-radius: 4px;
  padding: 2px 4px;
  margin: 3px;
  font-size: 90%;
}

#print {
  border: 1px solid #999;
  margin: 20px auto;
  padding: 15px;
  text-align: center;
  width: fit-content;
}
#print:empty {
  display: none;
}

/*# sourceMappingURL=panel.css.map */

.table-default{
  border-collapse: collapse;
}

.table thead th{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.table-default thead th:first-child, .table-default thead th:nth-child(2){
  width: 100px;
}


.table-default input{
  width: 50px;
  height: 50px;
}

.table-default tbody tr td{
    text-align: center;
    height : 50px;
    border-bottom: 1px solid #ccc;
}

.table-default tbody tr:hover{
    background-color: rgba(0, 0, 0, 0.03);
}

.fa.export, .fa.unexport{
  font-size: 20px;
}

.fa.unexport{
  display:none;
}

.fa.unexport{
  color: #04b904;
}

.red{
  color: red;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height:0;
}

#error-list{
  color: #a70505;
  font-weight: bold;
  display: inline-block;
}

#error-list li{
  cursor: pointer;
  transition: all 200ms;
  padding: 5px;
  border-radius: 5px;
}

#error-list li:hover{
  background-color: #f96969;
}

.select2-container{
  margin-bottom: 15px !important;
}

.select2-selection{
  padding: 7px;
  height: auto !important;
}

.select2-selection__arrow{
  height: 100% !important;
}

.select2-container--default .select2-results>.select2-results__options {
  float: left !important;
  width: 100%;
}

.w33_333 > select{
  width: 100%;
}

.select2-selection__rendered{
  height: 28px;
}

.cat-container{
  text-align: left;
  font-size: 20px;
  height: 1200px;
  overflow: auto;
  margin-left: 10px
}

.cat-container ul{
  padding-left: 10px;
  display: none;
  border-left: 1px solid #ddd;
  margin-left: 15px;

}

.cat-container span{
  display: inline-block;
  cursor: pointer;
  padding:2px  5px;
  transition: all 200ms;
}

.cat-container i{
  content : '>';
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 10px 10px 0 10px;
  transition: all 200ms;
  cursor: pointer;
  transform-origin:8px 12px;
  transform: rotate(90deg);
  user-select: none !important;
}

.cat-container i.expand{
  transform: rotate(180deg);
}

.cat-container ul.expand{
  display: block;
}

.cat-container span.active{
  box-shadow: 0 0 5px 5px #6cc3b2;
  background-color:#418386;
  color: #fff;
}

.cat-container div{
  position: relative;
}

.cat-container input{
  margin: 0 0 5px 0 !important;
  min-width: auto !important;
  width: auto !important;
  float: none !important;
  height: 35px !important;
  border-color: transparent !important;
  background-color: transparent !important;
  transition: all 200ms !important;
}

.cat-container input:focus{
  border: 1px solid #ddd !important;
}

.cat-container input:focus ~ .del, .cat-categories .del:focus{
  transform: none;
  opacity: 1;
  cursor: pointer;
}

.cat-container .del{
  color: red;
  font-size: 36px;
  position: absolute;
  transition: all 200ms;
  margin-top: 1px;
  opacity: 0;
  cursor: default;
}

.cat-container input[type=text]:focus{
  box-shadow: none !important;
}


.cat-container .changed{
  background-color: #ffeac4 !important;
}

.cat-container .saved{
  background-color: #96efa2 !important;
}

.cat-container > ul{
  display: block;
  border: none !important;
  padding: 0 !important;
}

.select2-results__option span{
  padding: 6px 0 !important;
  font-size: 14px;
  border-radius: 2px;
}

.select2-results__option--highlighted span{
  background-color: #5897fb !important;
  transition: all 200ms;
}

.s2-to-tree li.select2-results__option.non-leaf.opened .expand-collapse:before{  
  content: '>';
  transform: rotate(180deg) translate(3px, 0px);
}

.s2-to-tree li.select2-results__option.non-leaf.opened .expand-collapse:before{  
  content: '>';
  transform: rotate(90deg) translate(3px, 0px);
}

.s2-to-tree li.select2-results__option.non-leaf .expand-collapse:before{
  content: '>';
  transform: translate(0px, 5px);
  font-size: 14px !important;
  font-weight: bold;
}

.other-unit, .other-unit-vat, .out_price{
  width:15%;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
}

.other-unit input, .out_price input, .other-unit-vat input{
  min-width: 0 !important;
  width: 100% !important;
}

.other-unit label, .out_price label, .other-unit-vat label{
  width: auto !important;
  min-width: 0 !important;
}

.little-smaller{
  width: 20% !important;
  min-width: 0 !important;
}

.modal-add, .modal-add-publisher, .modal-add-narrator{
  width: 400px;
  border-radius: 3px;
  position: fixed;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 50px #000;
  left: 50%;
  margin-left: -200px;
  top: 50px;
  z-index: 1000;
}

.modal-add .confirm, .modal-add-publisher .confirm, .modal-add-narrator .confirm{
  background-color: #0cca35;
  color: white;
  font-weight: bold;
  margin-right: 10px;
}

.shadow{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  z-index: 500;
}

.plus-box .isbns-holder span{
  font-family: arial !important;
}

.large-textareas textarea{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 300px;
  height: 300px;
}

.note-toolbar button{
  min-width: auto;
}

.note-editable{
  height: 400px;
}

#more_usable .padd > div{
  padding: 0 5px
}

.rows-count{
  /* float: right; */
  position: absolute;
  right: 15px;
  margin-top: -60px;
}
.rows-count .rows-count-div{
  display: inline-block;
}

.rows-count > label{
  font-weight: bold;
  margin-top:5px;
}

.select2-container {
  width: 100% !important;
  padding: 0;
}

.table .tbody.card{
  margin-bottom: 20px;
}

.table .table{
  background-color: transparent !important;
}

.sortable {
  cursor: pointer;
}
.tr .select2-container{
  margin-bottom: 0px !important;
  
}

.to-top{
  margin-top: -400px !important;
}

.to-top:before{
  margin-top: 402px;
}

.td .select2-container{
  width: 95% !important;
}

.remove-padding .thead,
.remove-padding .tbody,
.remove-padding .table{
  padding: 0 !important;
  margin: 0 !important;
}

.one-line{
  white-space: nowrap;
  width:100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.order-details input[type=number], .order-details input.datePicker{
  margin-bottom: 0;
  text-align: center;
  padding: 0;
  display: block !important;
  float: none !important;
}

.order-details input.datePicker {
  width: 80px;
}

table.compact-rows tbody tr{
  margin: 0;
}

table.compact-rows tbody tr td{
  padding: 5px 10px;
  margin: 0;
}

table.compact-cols td{
  padding:5px;
}

.order-details .dark-blue, .order-details .dark-green, .order-details .dark-orange{
  min-width: 0px !important;
  width: 110px;
  margin-left: 10px;
}

.order-details .card>div{
  padding: 0;
}

.order-details .w10 button{
  margin-bottom: 9px;
  opacity: 0.6;
}

.order-details .w10 button:hover{
  opacity: 1;
}

.order-details .w10 button.active{
  background-color: #379683;
  color: #fff;
  font-weight: bold;
  opacity: 1;
}

.order-details .w10 button.selected{
  background-color: #07dcb1;
  color: #000;
  opacity: 1;
}

.order-details #ignore,
.order-details #libris,
.order-details #marc21,
.order-details #label,
.order-details #barcode{
  float: left !important;
}


.order-details .print-button{
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 15px;
  min-width: calc(33.333% - 10px);
  float: left;
  font-size: 90%;
  text-align: center;
  cursor: pointer;
  position: relative;
}


.order-details .print-button ul{
  position: absolute;
  background-color: #fff;
  color: black;
  width: 100%;
  left: 0;
  top: 90%;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 200ms;
  display: none
}

.order-details .print-button ul li{
  padding: 10px 0;
  transition: all 200ms;
  color: #888;
}

.order-details .print-button ul li:hover{
  color: #042e57;
}

.order-details .print-button .fa{
  float: right;
  border-left: 1px solid #fff;
  padding: 2px 0 2px 8px;
}

.order-details .print-button:hover .fa{
  border-color: #042e57;
}

.order-details .print-button:hover ul{
  display: block;
}


.order-details .print-button.disabled, .order-details .preview-button.disabled{
  background-color: #e8e8e8;
  color: #bbb;
  cursor: default;
}

.order-details .print-button.disabled .fa{
  border-color: #bbb;
  cursor: default;
}
.order-details .print-button.disabled ul{
  display: none;
}

.order-details .print-button span{
  padding: 10px;
}

.scroll-h{
  overflow-x: scroll;
}

.button-container{
  clear: both;
}

.button-container button{
  width: calc(100% - 30px);
  min-width: 0px !important;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

.button-container input{
  width: 18px;
  height: 18px;
  margin-left: 7px !important;
  display: inline-block;
  margin-top: 10px !important;
}

.button-container button.disabled{
  cursor: default !important;
}

.button-container button.disabled{
  cursor: default !important;
  background: #aaa !important;
  color: #000;
  opacity: 1;
}

.button-container button.disabled .fa{
  cursor: default;
}

#button-excel{
  text-decoration: none;
}

.fa.view{
  font-size: 20px;
}

.publisher-site .info label{
  float: none;
}

.publisher-site .tabs{
  margin: 10px 10px 0 20px;
  font-size: 20px;
  background-color: #f4f2f2;
  width: 250px;
  border-radius: 5px;
  float: left;
  overflow: hidden;
  border: 1px solid #ddd;
}

.publisher-site .tabs li{
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  transition: all 200ms;
}

.publisher-site .tabs li a{
  padding: 10px;
  padding-left: 20px;
  display: block;
  transition: all 200ms;
}

.publisher-site .tabs li:last-child{
  border: none;
}

.publisher-site .tabs li:hover, .publisher-site .tabs li.active{
  background-color: #ffffff;
  color: #23527c;
}

.publisher-site .tabs li:hover a, .publisher-site .tabs li.active{
  padding: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.publisher-site .tabs-container{
  float: right;
  background-color: #f4f2f2;
  width: calc(100% - 310px);
  margin: 10px 20px 0 0;
  border-radius: 10px;
  padding: 10px;
}

.publisher-site .tabs-container > div{
  display: none;
}

.publisher-site  .tabs-container .active{
  display: block;
}

.publisher-site .rows-count-div{
  margin-top: 60px !important;
  position: absolute;
  right: 30px;
}

.publisher-site .tabs-container .table{
  margin-top: 40px;
}

.publisher-site .tabs li.active a{
  padding: 0;
}

.publisher-site .tabs-container .new-message{
  float: none;
  display: block;
  width: 100%;
}

.publisher-site .tabs-container .new-message input{
  width: calc(100% - 150px);
  resize: none;
  font-size: 16px;
  float: none;
  height: 50px;
}

.publisher-site .tabs-container .new-message button{
  float: none;
  margin-left: 10px;
  vertical-align: top;
  height: 50px;
}

.publisher-site .messages-container{
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.publisher-site .messages-container .msg{
  font-size: 16px;
  padding: 10px;
  background: #ddd;
  border-radius: 25px;
  margin-bottom: 10px;
  min-width: 200px;
}

.publisher-site .messages-container .msg .time{
  font-size: 12px;
  display: block;
}

.publisher-site .messages-container .msg.mine{
  border-bottom-left-radius: 0;
  background-color: #68ea8d;
  float: left;
}

.publisher-site .messages-container .msg.notmine{
  border-bottom-right-radius: 0;
  background-color: #68c9ea;
  float: right;
}

.publisher-site .messages-container .seen{
  display: block;
  clear: both;
  font-weight: bold;
}


.half-padding{
  display: inline-block;
  width: calc(50% - 20px);
  vertical-align: middle;
}

.half-padding > *{
  width: 100%

}

.half-padding > input{
  margin-left: 30px;
}

.table-publisher-books td{
  vertical-align: middle !important;
}


.table-publisher-order input{
  text-align: center;
}

.tr.red-background{
  background-color: #ff000012
}

.flex-row{
  display: flex;
  justify-content: space-between;
}

.flex-70{
  flex: 0.7;
}

.flex-30{
  flex: 0.29;
}

.btn-small{
  width: 60px !important;
  height: 30px;
  padding: 0;
}

.export-buttons{  
  margin-top: -60px;
  -margin-bottom: 80px;
}

.export-buttons button{
  width: 30%;
  margin-right: 5px;
  padding: 0;
  min-width: auto;
  font-size: 10px;
}
.printLabelBox{
  display : flex;flex-wrap: wrap;justify-content: left;
  margin-bottom: 10px;
}
.printLabelItem{
  width: 250px;background-color: white;padding : 10px; margin : 10px;
}
.textAlignRight{
  text-align: right;
}
.moveRight{
  display: block;
  float: right;
}

.export-buttons select{
  position: absolute;
  left: 10;
  top: 10;
}

.seperator {
  height: 5px;
  background-color: #ddd;
  display: block;
  margin-bottom: 20px;
}

.excel-import .w25{
  padding: 0 10px;
}

.button-container button, .button-container input[type=submit]{
  width: calc(100% - 30px);
  min-width: 0px !important;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  height: 40px;
}


.button-container input[type=submit]{
  margin-right: 30px;
 }

.user-addresses-container{
  padding:0 20px;
}

.printLabelBox p{
  margin: 0;
}

.printLabelItem{
  border: 2px dashed #aaa;
  width: calc(25% - 40px);
  margin: 5px;
}

.jconfirm-content iframe{
  width: 100%;
  height: 450px;
}

.printLabelItem{
  position: relative;
}

.ferdosi-label{
  position: absolute;
  right: 5px;
  bottom: 35px;
}

.page{
  display: inline-block;
  width: 150px;
  margin: 5px;
  background-color: #fff;
  height: 200px;
  text-align: center;
  box-shadow: 0 0 5px #999;
  padding-top: 10px;
  vertical-align: middle;
}

.page h2{
  font-size: 20px !important;
}

.page i{
  font-size: 30px;
  margin: 0 10px;
  background-color: #eee;
  padding: 10px;
  border-radius: 40px;
  width: 50px;
  height: 50px;
}

.page .edit-container{
  margin-top: 40px;
}

.ftp-container{
  padding: 0 20px;
}

.ftp-container .file, .ftp-container .folder{
  width: 10%;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  transition: all 200ms;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.ftp-container .folder{
  width: 100px;  
}

.ftp-container .file:hover, .ftp-container .folder:hover{
  background-color: #ccdfff;
}

.ftp-container .file label, .ftp-container .folder label{
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.ftp-container .file .icon, .ftp-container .folder .icon{
  width: 100%;
  height: 100px;
  background-size:contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.ftp-container .folder .icon{
  background-image: url(/admin/assets/img/folder.png);
}

.ftp-container .file.onix .icon{
  background-image: url(/admin/assets/img/onix.png);  
}

.ftp-container .file.marc .icon{
  background-image: url(/admin/assets/img/marc.png);  
}

.ftp-container .file.pdf .icon{
  background-image: url(/admin/assets/img/pdf.png);  
}

.ftp-container .file.xls .icon{
  background-image: url(/admin/assets/img/xls.png);  
}

.ftp-container .file.libris .icon{
  background-image: url(/admin/assets/img/libris.png);  
}

.ftp-container .file .fa{
  background-color: #f44336;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  transition: all 500ms 200ms;
}

.ftp-container .file .fa-trash{
  opacity: 0;
}

.ftp-container .file:hover .fa-trash{
  opacity: 1;
}

.btn-sync,
.btn-fortnox-sync{
  font-size: 16px;
  padding: 5px;
  height: auto !important;
  cursor: pointer;
  width: 80px !important;
  max-width: none;
}

.btn-sync .fa,
.btn-fortnox-sync .fa{
  margin-right: 5px;
}


.btn-sync.syncing .fa, .btn-sync-merchant.syncing .fa, .btn-remove-merchant.syncing .fa, .dark-green.syncing .fa,
.btn-fortnox-sync.syncing .fa{
  animation-name: syncAnim;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes syncAnim{
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

.table-input { 
  position: relative;
}

.table-input .table-file-input{
  position: absolute;
  width: 20px;
  height: 20px !important;
  margin-top: 10px;
  right: 50px;
}

.synced{
  font-weight: bold;
  color: green;
}

.not-synced{
  font-weight: bold;
  color: red;
}

.active-input{
  color: #000 !important;
  background-color: #fff !important; 
}

.checkbox-label{
  float: none;
  border: none !important;
  font-size: 20px;
}

.plus-box .list span {
  animation: blink;
  animation-duration: 2s;
  animation-iteration-count: 1;
}

@keyframes blink{
  0%{
    background-color: #0cca35;
  }

  100%{
    background-color: #eaeaea;
  }
}

.pictures{
  width: 180px !important;
}

#tab_7 .w75{
  width: calc(100% - 200px);
  margin-left: 10px;
}

#side-bar, #content{
  transition: width 200ms;
}

.sidebar-hide{
  width: 45px !important;
  min-width: 45px !important;
}

.sidebar-hide > ul > li > span,
.sidebar-hide > ul > li > a > span{
  display : none;
}

#side-bar.sidebar-hide li.active:after {
  top: 9px;
  border-width: 5px 5px 5px 0;
}

.content-expand{
  max-width: calc(100% - 45px) !important;
  width: 100% !important;
}

#menu{
  margin-left: 10px;
  width: auto !important;
}

#top-bar .search{
  display: inline-flex;
  align-items: center;
  width: 40%;
  padding-top: 10px;
}

#settings{
  margin-top: 15px;
}

input[name=title], input[name=non_latin_title], input[name=origin_title], input[name=english_title]{
  font-size: 17px !important;
}

.table-nav ul li.dots{
  background-color: transparent !important;
  cursor: default;
}

input[name=non_latin_title], input[name=origin_title], textarea[name=non_latin_description]{
  font-family: iransans
}

.dark-green{
  background-color: #4CAF50;
  text-decoration: none !important;
}

.post-cost{
  display: flex;
}

.post-cost input{
  margin-right: 2px;
  width: 50px !important;
}

.post-cost span{
  display: inline-block;
  padding-top: 10px;
}

.marc-table input{
  width: 70px !important;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 5px 0 !important;

}

.marc-table td{
  vertical-align: middle !important;
}

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

.container-order{
  padding: 20px 50px;
}

.error{
  border: 1px solid red !important;
}

.nonlatin_checkbox{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}


.select2-results .item-label, .select2-selection__rendered{
  text-transform: capitalize;
}

table.compact-cols td, table.compact-cols th{
  padding: 5px 2px !important;
}

.invoice-note{
  position: relative;
  height: 125px;
}

.invoice-note textarea:disabled{
  background-color: #f0f0f0 !important;
  color: #000 !important;
}

.invoice-note textarea{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: block;
  resize: none;
  font-size: 16px;
}

.invoice-note button{
  position: absolute;
  right: 7px;
  bottom: 0px;
}

.note-container{
  position: relative;
  height: 125px;
}

.note-container textarea:disabled{
  background-color: #f0f0f0 !important;
  color: #000 !important;
}

.note-container textarea{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: block;
  resize: none;
  font-size: 16px;
}

.note-container button{
  position: absolute;
  right: 7px;
  bottom: 0px;
}

.publisher-order-message{
  width: 100%;
  margin-bottom: 10px;
  resize: none;
  height: 70px;
}

.publisher-note{
  height: 166px;
}

.publisher-note .btn-success{
  position: absolute;
  bottom: 0px;
}

.compact-cols .fa-comment-o, .compact-cols .fa-comment{
  font-size: 30px;
  display: block; 
  color: #aaa;
}

.compact-cols .fa-comment{
  color: #379683;
}

.compact-cols .fa:hover{
  color: #379683 !important;
}

.jconfirm-content .note-text{
  width: 100%;
  height: 100px;
  resize: none;
}

.publisher-order-id{
  float: right;
  font-weight: bold;
  color:#042e57;
}

#content-top{
  padding-top: 60px;
 width: calc(100% - 270px);
  float: right;
}

@media(max-width:900px){
  #content-top{
    width: calc(100% - 50px) !important;
  }
  #content-top .w33_333{
    width: 100%;
  }
}

.permissions-container {
  padding-left: 70px;
}

.print_year_container{
  margin-right: 15px;
}

.print_year_container input{
  width: calc(51% - 15px);
  margin-right :15px;
}

.print_year_container input:last-child{
  margin-right: 0px !important;
}

.tracks-table tbody tr:first-child td{
  padding-top: 10px !important;
}

.tracks-table tbody tr td:first-child{
  font-size: 18px;
  width: 300px;
}

.tracks-table tbody td{
  border: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  position: relative;
}

.tracks-table a{
  position: absolute;
  left: 100px;
  top: 12px;
  background-color: #fbfbfb;
  padding: 0 10px;
  min-width: 100px;
}

.tracks-table tr:first-child a{
  top: 24px;
}

.tracks-table .fa{
  position: absolute;
  right: 10px;
  font-size: 24px;
  padding: 8px 10px;
  color: #ed9090;
  transition: all 200ms;
}

.tracks-table .fa-check{
  color: #009717;
}

.tracks-table .fa-times:hover{
  color: red;
}

.track-filename{
  font-size: 18px;
  border: 1px solid #ccc;
  width: 100%;
  display: block;
  padding: 5px;
  border-radius: 5px;
  background-color: #fbfbfb;
}

.btn-sync-merchant, .btn-remove-merchant{
  padding-top: 6px;
  color: #fff;
  width: 70px !important;
  display: inline-block;
  cursor: pointer;
}

.btn-sync-merchant i, .btn-remove-merchant i{
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.btn-remove-merchant{
  background-color: orange;
  border: 1px solid orange;
  transition: all 200ms;
  margin-left: 5px;
  vertical-align: middle;
}

.btn-remove-merchant:hover{
  background-color: #fff;
  color: orange;
}

.tbody .tr .td{
  position: relative !important;
}
.tbody .tr .td .fa-user, .tbody .tr .td .fa-institution{
  font-size: 28px;
  color: #b4b4b4;
  position: absolute;
  left: 10px;
  top: -10px;
  cursor: default;
}

.tbody .tr .td .fa-user {
  left: 15px;
}

.price-editor{
  width: 100px !important;
  font-size: 15px !important;
  min-width: 0;
}

.outprice-label, .totalcost-label, .sum-label{
  font-size: 15px !important;
}

.btn-save-inventory{
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
}

.btn-save-inventory i{
  font-size: 20px;
  margin: 0px !important;
  padding: 0px !important;
  vertical-align: middle;
}


.btn-save-inventory.disabled{
  cursor: default;
  background-color: #aaa !important;
}

.btn-save-inventory.disabled i{
  cursor:default;
}

.btn-offer-edit{
  background-color: #042e57;
  color: #fff;
  padding: 5px;
  width: 60px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none !important;
}

.btn-offer-save{
  background-color: #6ec67e;
  color: #fff;
  padding: 5px;
  width: 80px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none !important;
}

.table-offer input, .table-register-order input, .table-register-offer input{
  margin: 0 !important;
}

.table-offer .fa-trash:hover, .table-register-order .fa-trash:hover, .table-register-offer .fa-trash:hover{
  color: red !important;
}

.dark-green .fa-refresh{
  margin-right: 5px;
}

.w50date{
  width: calc(50% - 8px);
}

.table-img img{
  height: 80px;
}

.table-img tr td{
  vertical-align: middle !important;
}

.redirects-container {
  margin: 40px auto;
  display: block;
  width: 600px;
}

.redirects-container a{
  width: calc(33.33% - 3px);
  display: inline-block;
  text-align: center;
  background-color: #379683;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  text-decoration: none !important;
  transition: all 200ms;
}

.redirects-container a .fa{
  font-size: 25px;
  display: block;
  margin: 10px 0;
}

.redirects-container > .fa{
  font-size: 60px;
  margin: auto;
  display: block;
  text-align: center;
  color: #24c6a6;
  margin-top: 100px;
}

.redirects-container h1{
  font-size: 18px !important;
  text-align: center;
  margin-bottom: 60px !important;
}

.redirects-container.offer-redirects a{
  width: calc(50% - 2px);
}

.delivery-buttons-container.disabled{
  filter: grayscale(0.8);
  pointer-events:none;
}

.inventory-alert{
  color: red !important;
  margin-top: 0;
}

.btn-change-delivery-address{
  float: right;
  background-color: #379683;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 25px;
  margin-top: -2px;
  margin-bottom: 0px;
}

.btn-change-delivery-address i{
  margin-right: 5px;
}

.address-item{
  font-size: 18px;
  padding: 10px;
  border: 2px solid #ddd;
  margin: 5px;
  cursor: pointer;
  transition: all 100ms;
}

.address-item:hover{
  background-color: #f0f0f0;
}

.address-item.active{
  color: #1e9a82;
  border: 2px solid #1e9a82;
}

.order-addresses-container{
  padding-top: 3px;
}

.order-addresses-container .address-item i{
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
}

.order-addresses-container .address-item i.fa-check-circle-o{
  display: none;
}

.order-addresses-container .address-item.active i.fa-check-circle-o{
  display: inline-block;
}

.order-addresses-container .address-item.active i.fa-circle-o{
  display: none;
}

.table .td, .table .th, .table th, .table td{
  text-align: left !important;
  padding-left: 10px;
}

.td-order-id a{
  margin-left: 50px;
}

.btn-remove-merchant, .btn-sync-merchant{
  text-align: center;
}


.book-info img{
  width: 110px;
  float: left;
}

.book-info .info{
  float: left;
  margin-left: 10px;
  font-size: 18px;
}

.book-info label{
  width: auto !important;
  display: inline-block;
  border: none !important;
  min-width: 0 !important;
  padding: 0;
  margin: 0 10px 0 0;
  padding-right: 10px;
}

.table-publisher-orders .fa-check-circle, .table-publisher-orders .fa-circle-o, .table-publisher-orders .fa-dot-circle-o{
  font-size: 28px;
  vertical-align: middle;
  margin-right: 10px;
  color: #b4b4b4;
  cursor: default;
  float: right;
}

.table-publisher-orders .fa-check-circle{
  color: #379683;
}

.order-details .dark-orange{
  float: right !important;
  background-color: orange;
  color: #000;
}

table.compact-cols td, table.compact-cols th{
  padding: 5px 9px !important;
  text-align: left;
}

#side-bar .label-count, #side-bar .label-count-circle{
  float: right;
  background-color: red;
  border-radius: 3px;
  padding: 0 3px;
}

#side-bar .label-count-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  float: right;
  margin-right: 20px;
  margin-top: 5px;
}

.publisher-site .rows-count label{
  display: none;
}

.publisher-site .rows-count{
  margin-right: -40px;
  float: right;
  position: relative;
}

.inventory-stock-number{
  width: 60px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.inventory-in-price{
  min-width: none;
  width: 70px !important;
}

.export-table-container .rows-count{
  margin-right: 480px;
}

.btn-message-customer{
  width: 200px !important; 
  float: left !important;
  margin-top: -54px; 
}

.btn-message-customer .fa{
  margin-right: 10px;
  font-size: 22px;
}

.messaging-customer-container{
  min-height: 300px;
}

.loading-gif{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  display: block;
  width: 80px;
}

.no-messages-item{
  color: #999;
  font-size: 20px;
  padding-top: 50px;
  display: block;
  margin: auto;
  text-align: center;
}

.messaging-textbox{
  display: block;
  width: 100%;
  margin-top: 40px;
  min-height: 120px;
  font-size: 20px;
  resize: none;
}

.message-item{
  font-size: 20px;
  border: 1px solid #65ab72;
  margin: 10px;
  padding: 10px 10px 5px 10px;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  background-color:#16cf2c11;
}

.message-item .datetime{
  float: right;
  text-align: right;
  font-size: 16px;
  margin: -5px 5px 0 0;
  color: #216659;
}

.message-item .message{
  font-weight: bold;
}

.table-publisher-order .fa{
  display: block;
  margin: auto !important;
  width: 100%;
  text-align: center;
  margin-top: -20px !important;
}

.table-publisher-order .fa-trash:hover{
  color: #c7332f !important;
}

.notification-label{
  font-size: 18px;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
      -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.notification-label input{
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}

.notification-label span{
  display: inline-block !important;
  vertical-align: top;
  padding: 3px 0 0 5px;
}

.invoice-weight-input{
  font-size: 20px !important;
  width: 100px !important;
  float: right !important;
  margin-top: -7px;
  margin-left: 20px;
  margin-right: 10px;
}

#btn-change-invoice-weight{
  margin-top: 2px;
}

.cashsell-container .sidebar{
  float: right;
  width: 200px;
  padding: 15px;
}

.cashsell-container .sidebar > div{
  text-align: center;
  margin-bottom: 5px;
  padding: 15px 0;
}

.cashsell-container .sidebar .fa{
  font-size: 30px;
}

.cashsell-container .body{
  float: left;
  padding: 15px;
  width: calc(100% - 200px);
}

.cashsell-container .sidebar > div:not(.sidebar-spaceholder){
  color: #fff;
  cursor: pointer;
  transition: all 200ms;
}

.cashsell-container .sidebar > div:not(.sidebar-spaceholder):hover{
  box-shadow: 0 0 0 3px #000;
}

.cashsell-container .sidebar > div:nth-child(1){
  background: #9C27B0;
}

.cashsell-container .sidebar > div:nth-child(3){
  background: #1976D2;
}

.cashsell-container .sidebar > div:nth-child(4){
  background: #00897B;
}

.cashsell-container .table-container{
  height: calc(100vh - 430px);
  box-shadow: 0 0 10px inset #ddd;
  margin-bottom: 10px;
  overflow-y: scroll;
}

.cashsell-container .table-container thead{
  position: sticky;
  top: -1px;
  height: 50px;
  font-size: 18px;
  background: #eee;
}

.cashsell-container .table-container tbody{
  font-size: 16px;
}

.cashsell-container #cashsell-home .table-container tbody tr{
  cursor: pointer;
  transition: all 200ms;
}

.cashsell-container #cashsell-home .table-container tbody tr:hover{
  background: #afa;
}

.cashsell-container .customer-info{
  float: left;
  width: calc(100% - 415px);
  box-shadow: 0 0 10px inset #ddd;
  height: 175px;
  padding: 10px;
}

.cashsell-container .summary-info{
  float: right;
  width: 400px;
  box-shadow: 0 0 10px inset #ddd;
  height: 175px;
  padding: 10px;
}

.cashsell-container .sidebar-spaceholder{
  height: calc(100vh - 456px);
}

.modal .input-group{
  width: 100% !important;
}

#product-info input{
  font-size: 23px;
  color: #000;
}

.search-result-container tr{
  background: #eee;
  cursor: pointer;
  transition: all 200ms;
  margin-bottom: 5px;
  display: block;
}

.search-result-container tr td{
  padding: 10px;
}

#product-search .search-result-container tr td:first-child{
  width: 150px;
}

.search-result-container tr:hover{
  background: #afa;
}

.cashsell-container .customer-info label,
.cashsell-container .summary-info label{
  display: block;
  width: 100%;
  margin: 0px;
  padding-top: 1px;
}

.cashsell-container .customer-info label,
.cashsell-container .summary-info label{
  cursor: default;
  font-size: 16px;
}

#payment-modal .modal-body h2{
  font-weight: bold;
  border: 3px dashed #bbb;
  padding: 20px;
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}

#payment-modal .modal-body label{
  font-size: 20px;
  background-color: #fff;
  position: absolute;
  left: 10px;
  margin-left: 20px;
}

#payment-modal #payment-methods-container{
  display: flex;
  justify-content: space-around;
}

#payment-modal #payment-methods-container > div{
  flex: 0.48;
  text-align: center;
  font-size: 18px;
  background: #ddd;
  padding: 10px 0;
  transition: all 200ms;
  border: 2px solid transparent;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  margin: 0 5px;
}

#payment-modal #payment-methods-container > div:hover{
  border: 2px solid;
}

#payment-modal #payment-methods-container > div:nth-child(1){
  background: #009688;
}

#payment-modal #payment-methods-container > div:nth-child(2){
  background: #1E88E5;
}

#payment-modal #payment-methods-container > div:nth-child(3){
  background: #F06292;
}

#payment-modal .print-container label{
  display: block;
  position: relative;
}

#payment-modal .print-container label input{
  margin-right: 10px;
}

#payment-modal .print-container button{
  display: block;
  margin-top: 10px;
  clear: both;
}

.cashsell-header{
  background: #003a45;
  padding-top: 42px;
  padding-left: 20px;
  padding-bottom: 10px;
  /* background: #fff; */
}

.cashsell-header img{
  width: 160px;
  margin-top: 20px;
}

.cashsell-header h2{
  display: inline-block;
  width: auto;
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  margin-left: 20px;
  vertical-align: bottom;
}

.cashsell-container #cashsell-history{
  padding: 20px;
}

.cashsell-container .select2-selection{
  height: 40px !important;
}

#cashsell-history .table-container{
  height: calc(100vh - 315px);
}

#cashsell-history .history-summary{
  height: 50px;
  border-top: 5px dashed #ddd;
  padding: 0px !important;
}

#cashsell-history .history-summary h3{
  display: inline-block;
  width: 33%;
  margin: 23px 0 0 0;
  font-weight: bold;
}

.fast-product-register{
  display: flex;
  justify-content: space-between;
}

.fast-product-register .other-unit, .fast-product-register .other-unit-vat{
  width: 19% !important;
}

.btn-remove-publisher-order{
  background-color: red;
  color: #fff;
  font-weight: bold;
}

.report-links-container{
  margin: 15px;
}

.report-link{
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.report-link img{
  width: 50%;
  display: block;
  margin: auto;
}

.operators-activity .rows-count{
  display: none;
}

.new-customer-form-container .tbody{
  height:50px;
}

.add-to-preorder-form {
  padding-top: 20px;
}
.add-to-preorder-form input{
  margin: 0 10px;
  padding: 20px;
  display:inline-block;
  text-align:center;
  border-radius: 5px;
  width: 200px;
}

.add-to-preorder-form label:first-child{
  margin-left: 20px;
}

