/**  =====================
      Custom css start
==========================  **/
.img-logo {
  width: 60px; }

.img-theme-logo-login {
  width: 150px; }

body {
  background-color: #e1e1dc;
  font-size: 0.938rem;
  overflow-x: hidden;
  color: #575756;
  font-family: "Open Sans", sans-serif;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 200px, #e1e1dc 0%) !important; }

.pcoded .pcoded-header[header-theme="theme4"] .dropdown-toggle, .pcoded .pcoded-header[header-theme="theme4"] .input-group-addon, .pcoded .pcoded-header[header-theme="theme4"] a {
  color: inherit; }

.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append .input-group-text, .header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend .input-group-text {
  color: inherit; }

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group {
  background-color: #f1f1f1; }

.pcoded[fream-type="theme4"][theme-layout="vertical"] .page-header {
  background: #97907a;
  /*darken($theme-bg-color,20%);*/
  color: #575756; }

.btn-dark-red {
  background: #cb414c;
  color: white; }
  .btn-dark-red:focus, .btn-dark-red:hover {
    background: #8f2e3e;
    color: white; }

.container-fluid {
  text-align: center; }

.btn:active {
  outline: 0 !important;
  outline-offset: 0 !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.set-rounded {
  border-radius: 0 30px 0 0; }

.nav-tile {
  cursor: pointer;
  background-color: #cb414c;
  border-radius: 0 30px 0 0;
  box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
  border: none;
  transition: all .3s ease-in-out; }
  .nav-tile:focus, .nav-tile:hover {
    background: #8f2e3e; }

a.dataspace-card {
  background-color: none; }

a.dataspace-card, div.dataspace-card {
  background-color: #696969;
  box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
  background-size: 205px;
  background-repeat: no-repeat;
  background-position-x: center;
  height: 100%; }

div.dataspace-card .icon-log-in::before {
  content: "\e885"; }

div.dataspace-card-disabled .icon-lock::before {
  content: "\e887"; }

div.dataspace-card-disabled {
  background-color: #696969;
  box-shadow: 0 2px 10px -1px rgba(69, 90, 100, 0.3);
  background-size: 205px;
  background-repeat: no-repeat;
  background-position-x: center;
  /*filter: $dataspace-card-img-disabled-filter;*/ }

div.dataspace-card-text {
  position: absolute;
  width: 100%;
  bottom: 22px;
  left: 0px;
  color: white; }

.social-card {
  border-radius: 0 30px 0 0; }

.card-block-icon {
  position: unset;
  bottom: auto;
  right: auto; }

.card-block-text {
  margin: 20px 0 0 0 !important; }

.card-block-text h6 {
  text-align: center !important; }

.menu-item a:focus, .menu-item a:hover {
  background: #8f2e3e;
  color: white; }

.pcoded-trigger a {
  background: #cb414c;
  color: white; }
  .pcoded-trigger a:focus, .pcoded-trigger a:hover {
    background: #a22c36; }

.text-darkred {
  color: #8f2e3e; }

.text-lightred {
  color: #cb414c; }

.text-lightred-i {
  color: #cb414c !important; }

.text-lightgrey {
  color: #c4c0b3; }

.text-darkgrey {
  color: #575756; }

.text-darkblue {
  color: #3e7886; }

.text-lightblue {
  color: #22aac0; }

.text-orange {
  color: #e26f16; }

.text-yellow {
  color: #eaaf17; }

.bg-dark-red {
  background: #8f2e3e; }

.bg-light-red {
  background: #cb414c; }

.bg-light-grey {
  background: #c4c0b3; }

.bg-light-grey-darken {
  background: #97907a; }

.bg-dark-grey {
  background: #575756; }

.bg-dark-blue {
  background: #3e7886; }

.bg-light-blue {
  background: #22aac0; }

.bg-orange {
  background: #e26f16; }

.bg-yellow {
  background: #eaaf17; }

.bgh-dark-blue {
  background: #3e7886; }
  .bgh-dark-blue:focus, .bgh-dark-blue:hover {
    background: #2b535c;
    color: white; }

.bgh-light-blue {
  background: #22aac0; }
  .bgh-light-blue:focus, .bgh-light-blue:hover {
    background: #197c8c;
    color: white; }

.bgh-orange {
  background: #e26f16; }
  .bgh-orange:focus, .bgh-orange:hover {
    background: #aa5411;
    color: white; }

.bgh-yellow {
  background: #eaaf17; }
  .bgh-yellow:focus, .bgh-yellow:hover {
    background: #b48610;
    color: white; }

.bgh-dark-red {
  background: #8f2e3e; }
  .bgh-dark-red:focus, .bgh-dark-red:hover {
    background: #611f2a;
    color: white; }

.bgh-light-red {
  background: #cb414c; }
  .bgh-light-red:focus, .bgh-light-red:hover {
    background: #a22c36 !important;
    color: white; }

.bgh-light-grey {
  background: #c4c0b3; }
  .bgh-light-grey:focus, .bgh-light-grey:hover {
    background: #a9a391;
    color: white; }

.bgh-light-grey-darken {
  background: #97907a; }
  .bgh-light-grey-darken:hover {
    background: #77715d;
    /*darken($primarylightgrey-color,32%);*/
    color: white; }

.btn-dark-red {
  background: #8f2e3e;
  color: white; }
  .btn-dark-red:focus, .btn-dark-red:hover {
    background: #611f2a;
    color: white; }

.btn-light-red {
  background: #cb414c;
  color: white; }
  .btn-light-red:focus, .btn-light-red:hover {
    background: #a22c36;
    color: white; }

.btn-light-grey {
  background: #c4c0b3;
  color: white; }
  .btn-light-grey:focus, .btn-light-grey:hover {
    background: #a9a391;
    color: white; }

.btn-dark-grey {
  background: #575756;
  color: white; }
  .btn-dark-grey:focus, .btn-dark-grey:hover {
    background: #383838;
    color: white; }

.btn-dark-blue {
  background: #3e7886;
  color: white; }
  .btn-dark-blue:focus, .btn-dark-blue:hover {
    background: #2b535c;
    color: white; }

.btn-light-blue {
  background: #22aac0;
  color: white; }
  .btn-light-blue:focus, .btn-light-blue:hover {
    background: #197c8c;
    color: white; }

.btn-orange {
  background: #e26f16;
  color: white; }
  .btn-orange:focus, .btn-orange:hover {
    background: #aa5411;
    color: white; }

.btn-yellow {
  background: #eaaf17;
  color: white; }
  .btn-yellow:focus, .btn-yellow:hover {
    background: #b48610;
    color: white; }

.btn-warn {
  background-color: #cb414c; }

.btn-warn-dark {
  background-color: #8f2e3e; }

.img-circle {
  background: white; }

.card-header-with-actions {
  line-height: 1.8 !important; }

.message-right {
  margin-left: 30%;
  background-color: #22aac0;
  border-radius: 0 10px 0 0; }

.message-left {
  background-color: #3e7886;
  border-radius: 10px 0 0 0; }

.active-contact {
  background-color: #8f2e3e;
  color: white;
  margin: -10px;
  padding: 20px; }

.contact-box .dxcvCard_Office365 {
  border-bottom: 1px solid lightgrey !important;
  cursor: pointer; }
  .contact-box .dxcvCard_Office365:focus, .contact-box .dxcvCard_Office365:hover {
    background-color: #cb414c;
    color: white; }

.btn-xxs-addon {
  margin: 0;
  padding: 0;
  margin-left: 10px; }
  .btn-xxs-addon i {
    margin: 0 10px; }

.order-card .card-icon {
  position: absolute;
  font-size: 40px;
  opacity: .4;
  top: 103px;
  right: 10px; }

.order-card .searchresult-icon {
  font-size: 40px;
  opacity: .4; }

.badge-color {
  background: #c6bb00;
  /*#c6bb00*/ }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #cb414c !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px #cb414c !important;
  outline: 0 none; }

.icon-bottom-right {
  bottom: 0;
  position: static;
  text-align: right;
  margin: 0px 15px 10px 0px; }

.md-tabs .nav-item.open .nav-link, .md-tabs .nav-item.open .nav-link:focus, .md-tabs .nav-item.open .nav-link:hover, .md-tabs .nav-link.active, .md-tabs .nav-link.active:focus, .md-tabs .nav-link.active:hover {
  color: #cb414c !important; }

.nav-tabs .slide {
  background: #cb414c !important; }

.popover {
  z-index: 999999 !important; }

.pcoded-navbar .pcoded-navigation-label {
  font-size: 13px;
  font-weight: bold;
  opacity: 1;
  padding: 10px 15px; }
  .pcoded-navbar .pcoded-navigation-label[menu-title-theme="theme4"] {
    color: #8f2e3e !important; }
.pcoded-navbar .pcoded-search + .pcoded-navigation-label {
  border-top: 0 solid transparent; }

body[themebg-pattern="theme4"] {
  background-color: #8f2e3e !important; }

