@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=greek');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
  font-size: 12px;
  font-family: 'Manrope', 'Open Sans', sans-serif;
}

:root {
  --bs-body-font-family: 'Manrope', 'Open Sans', sans-serif;
}

.login-form-row.row {
  height: 100%;
}

.col-md-9.login-form-image-col,
.col-md-6.login-form-image-col {
  height: 100%;
  background-size: cover;
}
.login-form-row.row {
  margin: 0px;
}

.login-form-form-col form {
  max-width: 300px;
  margin: 0 auto;
}

.col-md-3.login-form-form-col,
.col-md-6.login-form-form-col {
  padding-top: 12%;
}
.login-page-logo {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.input-group {
  margin-bottom: 20px;
}

.top-bar {
  background: #58b19f;
}

.top-bar {
  padding: 5px 0px;
}

.container-big {
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.top-nav-ul {
  padding-left: 0px;
}

.top-bar-logo {
  height: 50px;
  padding: 5px 0px;
  position: relative;
  top: 5px;
}

.top-bar-ul li a {
  color: white;
  font-size: 14px;
  font-weight: 300;
}

.top-active {
  background: #439c8a;
}

.top-bar-ul li {
  display: inline-table;
  text-align: center;
  padding: 0px 15px;
}

.top-bar-ul li a .top-menu-icon,
.top-bar-ul li a .fa {
  display: block;
}

.top-bar-ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

.top-bar-ul li {
  display: inline-table;
  text-align: center;
  padding: 14px 14px;
}

.select-property-div {
  text-align: left;
  margin-right: 20px;
}

.user-col {
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
}

.select-property-div
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: white;
  line-height: 28px;
  background: #439c8a;
}

.select-property-div
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
}

.select-property-div .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0px;
  border-radius: 0px;
}

.top-bar .user-info,
.select-property-div {
  display: inline-table;
}

.top-bar .user-info {
  padding: 6px 15px;
  background: #439c8a;
}

.top-bar .user-info-name {
  margin-right: 5px;
}

.top-bar .user-info-logout {
  cursor: pointer;
  margin-top: 1px;
}

.top-bar .top-bar-container .row {
  margin-right: 0px;
}
.dasboatd-main-container {
  padding: 10px 30px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.dash-main-title {
  font-size: 25px;
  font-weight: 300;
}

.dash-box {
  width: 17%;
  padding-left: 10px;
  padding-right: 10px;
}

.dash-boxes-transactions .dash-box-3 {
  width: 49%;
}

.dash-box-iiner {
  background: #95a4a6;
  min-height: 75px;
  color: white;
  text-align: right;
}

.dash-box-iiner i {
  color: #747474;
  font-size: 60px;
  opacity: 0.3;
}

.dash-box-iiner .col-xs-3 {
  padding-left: 10px;
  padding-top: 5px;
  width: 100%;
  position: absolute;
  text-align: left;
}
.dash-box-iiner .col-xs-9 {
  width: 100%;
}

.dash-box-value {
  font-size: 22px;
  padding-right: 10px;
  padding-top: 10px;
}

.dash-box-name {
  font-size: 16px;
  padding-right: 10px;
  padding-top: 10px;
  text-align: left;
}
.dash-box-cat-avarage .col-xs-4 .dash-box-cat-avarage-inner {
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 0px;
  margin-top: 2px;
}

.dash-box-iiner .row {
  margin: 0px;
}
.dash-box-cat-avarage-amount {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.dash-search-item {
  width: 18%;
  float: left;
  text-align: center;
}

.dash-search-transactions-div .dash-search-item-1 {
  display: none;
}

.dash-search-item-inner .col-xs-6 {
  padding: 0px 5px;
}

.dash-search-item-inner {
  padding: 0px 20px;
}

.dash-search-field-title {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #222;
}

.dash-search-div .form-control {
  font-size: 12px;
  padding: 0px 5px;
  height: 28px;
  border-radius: 0px;
}

.select2-container .select2-selection--multiple {
  min-height: 28px;
  border-radius: 0px !important;
}

.dash-search-div {
  display: table;
  width: 100%;
  background: #f4f4f4;
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.dash-search-item.dash-search-item-last {
  width: 10%;
  padding-top: 21px;
}

.dash-search-item-inner .btn.btn-success.form-control {
  background: #819092;
  border-color: #808f91;
}

#table-export_filter input {
  border: 1px solid #bfbfbf;
  height: 27px;
}

#table-export_filter label {
  font-weight: 400;
}

.my-table th {
  font-weight: 400 !important;
  font-size: 13px;
}

.page-content-section {
  padding: 10px 0px;
}

#table-export_wrapper {
  border: 1px solid #d7d7d7;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  background: #f8f8f8;
  padding-left: 10px;
}

a.my-fancy {
  color: #222;
}

.side-icon {
  font-size: 14px;
  margin-right: 8px;
  color: #182c61;
  cursor: pointer;
}

.th-two_fields_relation,
.th-money {
  text-align: center;
}

.new-item-area-new button {
  background: none;
  padding: 0px;
  border: 0px;
}

.dash-main-title {
  display: table;
  float: left;
  margin-bottom: 10px;
}

.new-item-area-new {
  display: table;
  float: right;
}

.new-item-area-new img {
  height: 25px;
  margin-right: 5px;
}

.das-settings-sidebar {
  padding-left: 0px;
  height: 100%;
  border-right: 1px solid #e7e7e7;
  padding-right: 0px;
  margin-left: -15px;
}

.das-settings-sidebar ul {
  padding-left: 0px;
}

.das-settings-sidebar ul li a {
  color: #7c7c7c;
  font-size: 14px;
  padding: 10px 10px;
  display: table;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}

.das-settings-sidebar ul li {
  list-style: none;
}

.das-settings-sidebar-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
  background: #3b3e47;
  padding-top: 5px;
  color: #92cee5;
  border-top: 2px solid #fff;
}

.das-settings.row {
  height: 100%;
}
.das-settings-sidebar {
  margin-top: -10px;
  padding-left: 17px;
  height: 100%;
  border-right: 1px solid #e7e7e7;
  padding-right: 0px;
  background: white;
}
.das-settings-sidebar .ti-settings.top-menu-icon {
  display: table;
  margin-top: 5px;
  float: left;
  margin-right: 5px;
  font-size: 19px;
  opacity: 0.7;
}

.page-title-section.navy.silver-back {
  background: none;
  font-weight: 300;
  font-size: 22px;
  display: table;
  float: left;
  margin-bottom: 15px;
  padding: 0px;
}

.das-settings-sidebar .active a {
  background: #ececec;
  color: #222;
}

.fast-button-form {
  display: inline-table;
}

.fast-buttons {
  display: inline-table;
  margin-right: 50px;
}

.tiny-button {
  background-color: #225a8a;
  color: #fff !important;
  border: 1px solid #225a8a;
  border-radius: 4px;
}

.side-menu-submenu li a {
  padding: 5px 10px;
}

.das-settings-sidebar .side-menu-submenu li a {
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 13px;
  line-height: 17px;
}

.das-settings-sidebar strong {
  font-weight: normal;
  color: #222;
}

.das-reports .my-table td,
.das-reports .my-table th {
  font-size: 11px;
}

.das-reports .dash-box-value {
  font-size: 18px;
  padding-right: 0px;
  padding-top: 10px;
}

.das-reports .dash-box-name {
  font-size: 15px;
  padding-right: 1px;
  padding-top: 20px;
}

.BookingByChannel-panel .panel-body {
  overflow: auto;
}

.dash-boxes-BookingByChannel .dash-box-iiner {
  text-align: left;
}

.dash-boxes-BookingByChannel .dash-box-name {
  font-size: 12px;
  padding-right: 0px;
  padding-top: 3px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ffffff;
}

.dash-boxes-BookingByChannel .col-xs-12 {
  padding: 0px 10px;
}

.dash-boxes-BookingByChannel .dash-box-iiner {
  height: 140px;
}
.dash-box-value-tiny {
  padding-left: 5px;
}

.dash-boxes-BookingByChannel .col-md-2.dash-box-two.dash-box-1 {
  margin-bottom: 15px;
  padding-right: 0px;
}

.TotalRevenue-charts-row.TransactionAnalisys-charts-row.row {
  display: table;
  width: 100%;
}

.dash-search-transactions-only-div .dash-search-item {
  width: 15.5%;
  float: left;
  text-align: center;
}

.dash-search-transactions-only-div .dash-search-item.dash-search-item-last {
  width: 7%;
  padding-top: 21px;
}

.fast-buttons ul li {
  display: inline-table;
  position: relative;
  margin: 0px 5px;
  cursor: pointer;
  padding-bottom: 10px;
}

.fast-buttons ul li a {
  padding: 3px 5px;
  border: 1px solid #225a8a;
  border-radius: 4px;
  color: #225a8a;
}

.fast-buttons-submenu {
  display: none;
  position: absolute;
  background: white;
  width: 250px;
  left: -152px;
  /* bottom: -40px; */
  box-shadow: 1px 1px 6px #222;
  padding: 0px;
  /* z-index: 10; */
}

.fast-buttons-submenu li {
  display: table;
  width: 100%;
  margin: 0px 0px !important;
  padding-bottom: 0px !important;
}
.fast-buttons-submenu li a {
  display: table;
  width: 100%;
  border: 0px !important;
}

.fast-buttons ul li:hover .fast-buttons-submenu {
  display: unset;
  margin-top: 5px;
}

.top-bar-ul li.has-children {
  position: relative;
}

.top-bar-ul li ul {
  display: none;
  position: absolute;
  background: #58b19f;
  padding: 0px;
  bottom: -48px;
  z-index: 30;
}

.top-bar-ul li.has-children:hover ul {
  display: table;
}

.top-bar-ul li ul:hover {
  display: table;
}

.dash-boxes-bookings-only .dash-box {
  width: 16.5%;
}

.dash-boxes-bookings-only .dash-box-value {
  font-size: 17px;
  padding-right: 0px;
  padding-top: 5px;
}

.dash-boxes-bookings-only .dash-box-name {
  font-size: 15px;
  padding-right: 0px;
  padding-top: 12px;
  text-align: left;
}

.eye-to-view-booking {
  font-size: 15px;
  margin-right: 4px;
}

.fancybox-slide--iframe {
  padding: 0px 5px 0;
}
.fc-day-header.fc-widget-header {
  font-size: 12px;
}
.fc-dayGrid-view .fc-week-number,
.fc-dayGrid-view .fc-day-number {
  padding: 0px;
  font-size: 10px;
  font-weight: bold;
}

.user-info-avatar img {
  /**************************
    heigh: 50px;
    width: 40px;
    object-fit: cover;
    border-radius: 50px;
**************************/
  height: 40px;
  width: 40px;
  object-fit: contain;
  border-radius: 50%;
  background-color: white;
}

.user-info-welcome,
.user-info-name {
  color: white;
}

.user-info-name {
  font-weight: bold;
}

.user-info-top {
  display: table;
  float: right;
  margin-top: 12px;
}

.user-info-avatar {
  margin-right: 8px;
}

.user-info-down-arrow.ti-angle-down {
  color: white;
  position: relative;
  top: 1px;
}
.user-info-sub-menu {
  position: absolute;
  background: #47a08e;
  text-align: left;
  right: -11px;
  z-index: 222;
  top: 50px;
  width: 260px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 12px;
  display: none;
}

.user-info-top:hover .user-info-sub-menu {
  display: block !important;
}

.user-info-sub-menu ul li a {
  color: white;
}

.user-info-sub-menu ul {
  padding-left: 0px;
}

.user-info-sub-menu ul li {
  list-style: none;
}

.user-info-sub-menu ul li a {
  color: white;
  display: table;
  width: 100%;
  padding: 6px 10px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.user-info-sub-menu ul li a i {
  margin-right: 5px;
  font-size: 11px;
  opacity: 0.9;
}

.user-info-sub-menu .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.user-info-sub-menu
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  line-height: 28px;
  background: #3d907f;
}

.user-info-sub-menu .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0px;
  border-radius: 4px;
}

.user-info-sub-menu
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
}

.user-info-sub-menu ul li:last-child a {
  border-bottom: 0px;
}

.last-db-works-button {
  color: white;
  font-size: 21px;
  position: relative;
  top: 8px;
  left: -15px;
}

.row.last-db-action-row {
  border-bottom: 1px solid #ddd;
}

/*
.last-db-action-type {
   
    font-size: 114px;
    opacity: 0.1;
    position: absolute;
}

*/
/* Dropdown Button */
.dropbtn {
  text-align: left;
  border: none;
  background: #59b2a0;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  margin-top: 10px;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #439c8a;
  min-width: 160px;
  z-index: 1;
  text-align: left;
}

/* Links inside the dropdown */
.dropdown-content ul {
  padding-left: 0px;
}
.dropdown-content li {
  list-style: none;
}

.dropdown-content a {
  color: white;
  display: block;
  width: 100%;
  padding: 5px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.booking-tr {
  position: relative;
}
.hidden-notes {
  position: absolute;
  left: 18px;
  bottom: -52px;
  width: calc(100% - 27px);
  background: white;
  padding: 7px 0px;
  display: none;
  border-bottom: 1px dotted;
  min-width: 300px;
}
.plus-notes {
  border: 1px solid #6d6d6d;
  border-radius: 10px;
  padding: 3px;
  cursor: pointer;
  margin-right: 2px;
  font-size: 10px;
}

.th-booking-id,
.td-booking-id {
  white-space: nowrap;
}

.notes-wrapper {
  position: relative;
  width: 100%;
  display: table;
}

.not-read .mail-subject {
  font-weight: bold;
}

.mail-exrepert {
  font-size: 11px;
  opacity: 0.8;
  line-height: 15px;
  display: table;
  width: 100%;
}

.mail-date {
  text-align: right;
}

.attacments-list li {
  display: inline-table;
  margin-right: 10px;
}

.attacments-list li img {
  height: 15px;
}

.attacments-list {
  padding-left: 0px;
}

.single-mail-panel-body {
  height: calc(100% - 70px);
  overflow: auto;
  border-bottom: 1px solid#878787;
}

.reply-item-row.row {
  margin-left: 15px;
  border-top: 1px solid #bdbdbd;
  margin-top: 10px;
  padding: 5px 0px;
}

.isreply .mail-subject {
  color: #3d9970;
}

.last-db-works-button.all-mails\=button {
  margin-right: 5px;
}

.blank-new-mail {
  background: #0074d9;
  color: white;
  display: table;
  width: 100%;
  margin-bottom: 0px;

  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  cursor: pointer;
  letter-spacing: 1px;
}

.mail-subject {
  word-wrap: break-word;
}

.zigo {
  background: #fcfcfc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.mail-row {
  margin: 0px;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.onthread-mail-row-inner table {
  width: 100%;
}

.from-item-new {
  word-break: break-all;
  table-layout: fixed;
  cursor: pointer;
}

.mails-new-row {
  height: 100%;
}

.mails-new-center-col {
  height: 100%;
  overflow: auto;
}

.mails-new-from-col {
  height: 100%;
  overflow: hidden;
}

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

.single-mail-iframe {
  border: 0px;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.single-mail-iframe {
  width: 100%;
  border: 1px solid #b6b6b6;
  border-radius: 10px;
  box-shadow: 1px 1px 14px #c0c0c0;
  margin-bottom: 30px;
}

.from-item-new {
  border: 1px solid transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #5e5e5e;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.from-item-new {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+99,f5f7f9+100 */
  background: rgb(246, 248, 249); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(246, 248, 249, 1) 0%,
    rgba(229, 235, 238, 1) 50%,
    rgba(215, 222, 227, 1) 99%,
    rgba(245, 247, 249, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(246, 248, 249, 1) 0%,
    rgba(229, 235, 238, 1) 50%,
    rgba(215, 222, 227, 1) 99%,
    rgba(245, 247, 249, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(246, 248, 249, 1) 0%,
    rgba(229, 235, 238, 1) 50%,
    rgba(215, 222, 227, 1) 99%,
    rgba(245, 247, 249, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}

.from-item-new-active {
  border: 1px solid #c4c4c4;
  background: #0074d9;
  color: #c6ffff;
}

.from-item-new-active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#499bea+0,207ce5+100;Blue+3d+%237 */
  background: rgb(73, 155, 234); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(73, 155, 234, 1) 0%,
    rgba(32, 124, 229, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(73, 155, 234, 1) 0%,
    rgba(32, 124, 229, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(73, 155, 234, 1) 0%,
    rgba(32, 124, 229, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 ); /* IE6-9 */
  box-shadow: 1px 1px 10px rgba(32, 124, 229, 0.8) !important;
}

#load-more-mails {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
  background: rgb(181, 189, 200); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(181, 189, 200, 1) 0%,
    rgba(130, 140, 149, 1) 36%,
    rgba(40, 52, 59, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(181, 189, 200, 1) 0%,
    rgba(130, 140, 149, 1) 36%,
    rgba(40, 52, 59, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(181, 189, 200, 1) 0%,
    rgba(130, 140, 149, 1) 36%,
    rgba(40, 52, 59, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}

#load-more-mails {
  border: 0px;
  width: 130px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 10px;
  display: table;
}

.mails-new-left-col-names {
  height: calc(100% - 59px);
  overflow: auto;
  border-bottom: 1px solid #cbcbcb;
}

.mails-new-from-col {
  border-right: 1px solid #c4c4c4;
}

.from-item-new i {
  margin-right: 5px;
}

.btn.btn-success.reply-btn.form-control {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7cfdf+0,23538a+100;Blue+3d+%238 */
  background: rgb(167, 207, 223); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(167, 207, 223, 1) 0%,
    rgba(35, 83, 138, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(167, 207, 223, 1) 0%,
    rgba(35, 83, 138, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(167, 207, 223, 1) 0%,
    rgba(35, 83, 138, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */

  border: 0px;
}

.email-user-info .email-user-info-icon {
  font-size: 48px;
  color: #b2b2b2;
  display: table;
  margin: 18px auto;
  background: #e2e2e2;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 74px;
  border: 1px solid #b8b8b8;
  font-style: normal;
}

.email-user-info {
  text-align: left;
  margin-top: 40px;
}

.blank-new-mail {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9de96+0,8ab66b+0,398235+100 */
  background: rgb(201, 222, 150); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(201, 222, 150, 1) 0%,
    rgba(138, 182, 107, 1) 0%,
    rgba(57, 130, 53, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(201, 222, 150, 1) 0%,
    rgba(138, 182, 107, 1) 0%,
    rgba(57, 130, 53, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(201, 222, 150, 1) 0%,
    rgba(138, 182, 107, 1) 0%,
    rgba(57, 130, 53, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 ); /* IE6-9 */
  border: 0px;
}

.email-user-info-mail.email-user-info-item {
  word-break: break-all;
  table-layout: fixed;
  cursor: pointer;
  width: 100%;
  display: table;
  text-align: center;
}

.single-mail-buttons-col {
  padding: 0px;
}

.row-is-send-frame .single-mail-buttons-col i {
  float: right;
  margin-top: 0px;
}

.single-mail-buttons-col i {
  height: 30px;
  background: #f4f4f4;
  padding: 0px;
  border-radius: 40px;
  color: red;
  margin-top: 4px;
  display: table;
  width: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  box-shadow: 1px 1px 5px #c0c0c0;
}

.loading-overlay {
  background-image: url('img/loading-1.gif');
  position: fixed;
  background-color: white;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 250px;
  z-index: 9999;
  opacity: 0.9;
}

.from-item-new {
  border-radius: 7px;
  padding: 10px 18px;
  margin-bottom: 18px;
  box-shadow: 1px 1px 10px #b9b9b9;
  margin-left: 10px;
  margin-right: 9px;
}

.recycle-all-messages i {
  margin-left: -15px !important;
  font-size: 8px;
  width: 20px;
  height: 20px !important;
  line-height: 20px;
}

.row.row-from-name {
  margin: 0px;
}

.col-md-11.from-name-col {
  padding-left: 0px;
}

.no-mails {
  text-align: center;
  font-size: 57px;
  background: #e9e9e9;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 300px;
  height: 300px;
  padding-top: 72px;
  border-radius: 300px;
  color: #8f8f8f;
  box-shadow: 1px 1px 32px #9f9f9f;
}

.right-col-btn {
  background: unset;
  width: unset;
  filter: invert(50%);
  box-shadow: unset;
  display: inline;
  margin-right: 5px;
  cursor: pointer;
}

.email-user-info .email-user-info-icon {
  box-shadow: 1px 1px 6px #9f9f9f;
}

.right-col-btns-row {
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.mails-new-right-col,
.mails-new-row {
  height: 100%;
}

.main-new-right-col-inner {
  position: relative;
  height: 100%;
}

.mails-new-right-col {
  background: #fff;
  padding-top: 12px;
}

.mail-search-input {
  margin-left: 10px;
}

.user-info-icon {
  height: 30px;
  opacity: 0.8;
}
.user-info-icon.user-info-icon-name {
  position: relative;
  top: -3px;
}
.email-user-info-item {
  margin-bottom: 10px;
}

.email-user-info-extras {
  display: table;
  margin: 0 auto;
}

.email-user-info-item {
  margin-bottom: 10px;
  display: inline-table;
}
.email-user-info-name.email-user-info-item {
  display: table;
  width: 100%;
  text-align: center;
}

.email-user-info-extras-inline {
  display: table;
  margin: 0 auto;
}
.email-user-info-extras-inline .email-user-info-item {
  margin-right: 12px;
  font-size: 16px;
}
.email-user-info-extras-inline .email-user-info-item img {
  position: relative;
  top: -2px;
  opacity: 0.7;
  height: 25px;
}

.email-user-info-item-night {
  margin-right: 0px !important;
}

.email-user-info-extras {
  border-top: 1px solid #d0d0d0;
  padding-top: 10px;
  margin-top: 20px;
}

.attacments-list li {
  display: inline;
}
.select2.select2-container {
  width: 100% !important;
}

.email-user-info-name.email-user-info-item {
  font-size: 14px;
}

.form-control.mail-search-input {
  width: calc(100% - 75px);
  display: inline-table;
}

.bdy-https-panel-hotelpraxis-com-agents-clients-new-client-php,
.bdy-https-panel-hotelpraxis-com-agents-clients-delete-client-php {
  background-color: transparent;
}

.mail-property-slct-btn {
  background: white;
  padding: 5px;
  margin-top: -4px;
  border-radius: 5px;
  margin-left: 2px;
  height: 30px !important;
  filter: grayscale(100%);
  cursor: pointer;
}

#properties_select_chosen {
  width: 100% !important;
}

.mail-property-table td {
  padding: 9px 5px;
  border-bottom: 1px solid #ddd;
}
.mail-property-table {
  margin-top: 40px;
}

#properties-select-inner {
  padding-left: 10px;
  padding-right: 15px;
}

.other-types-linked-link .fa {
  font-size: 16px;
}

.booking-not-zero-modal th {
  border: 0px !important;
}

.meta-type-group-inner {
  padding: 15px;
}
