/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Prompt:300,400,500,600,700");
body {
  font-family: 'Prompt', sans-serif;
  font-size: 14px; }

.dijitCalendarContainer .dijitCalendarSelectedDate, .dijitCalendarContainer .dijitCalendarSelectedDate:hover {
  width: 40px !important;
  height: !important; }

h1.mx-title {
  margin: 0;
  /*	color: #e40a14; */
  padding-bottom: 0;
  color: black; }

.region-sidebar .mx-navigationtree .navbar-inner > ul > li > a {
  font-size: 14px; }

.layout-atlas .region-topbar .topbar-content {
  display: flex;
  align-items: center;
  min-height: 90px; }

.layout-atlas .region-topbar::before {
  z-index: 1;
  display: block;
  width: 100%;
  height: 0px !important;
  content: "";
  background-color: #e91422; }

.region-topbar > div > div > div.row {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.region-topbar > div > div > div.row > .col-md-12 {
  padding-left: 0px !important;
  margin-left: -1px !important; }

.navbar-brand img {
  display: none !important; }

.navbar-brand {
  background-image: url(../../images/makro-logo.png);
  background-repeat: no-repeat;
  background-size: 205px auto;
  height: 85px !important;
  width: 220px !important;
  background-position: 0px 10px; }

.navbar-inner li:first-child {
  border-top: 1px #2d3642 solid; }

.layout-atlas .region-topbar {
  box-shadow: none !important; }

.pageheader h3 {
  color: #3a3a3a;
  font-weight: 800; }

.pageheader {
  background-color: #f6f6f6 !important;
  /* background-image: url(../../images/pageheaderbg3.png); */
  background-repeat: no-repeat;
  background-position: right; }

.sprintrFeedbackNode {
  display: none; }

.mx-datagrid .mx-datagrid-head-table th {
  border-style: solid;
  border-color: #cc8b90; }

.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr td {
  border-color: #ffffff;
  border-bottom-width: 3px;
  background-color: #f9f9f9; }

.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr.selected td, .mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr.selected:hover td {
  color: #ffffff !important;
  background-color: #b7b2b2 !important; }

.datagrid-hover.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr.selected:hover td {
  background-color: #b7b2b2 !important; }

.mx-datagrid .mx-datagrid-body-table .mx-datagrid-body tr:hover td {
  background-color: #dedede !important; }

li.mx-listview-item {
  border-left: 1px solid #d4d4d4 !important;
  border-right: 1px solid #d4d4d4 !important;
  border-bottom: 1px solid #d4d4d4 !important;
  margin-bottom: 10px; }

li.mx-listview-item .form-group {
  float: left !important;
  width: 25% !important;
  margin-bottom: 0px !important; }

li.mx-listview-item {
  overflow: auto;
  background-color: #fcfcfc !important; }

li.mx-listview-item::after {
  content: "";
  clear: both;
  display: table; }

li.mx-listview-item p.form-control-static {
  border-bottom: 0px !important;
  padding: 0px !important; }

.card {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: 0px 0px 4px 0px #dedede;
  background-image: linear-gradient(#ffffff, #ffffff);
  border: 1px solid #d7d7d7 !important; }

.layout-atlas .region-topbar .mx-navbar {
  margin-left: auto;
  border-left: 1px solid;
  border-color: #D7D7D7; }

.region-topbar .mx-navbar ul.nav > li.mx-navbar-item > a {
  height: 90px;
  border-right: 1px solid;
  border-color: #D7D7D7; }

.region-topbar .mx-navbar ul.nav > li.mx-navbar-item:last-child > a {
  border-right: 0px solid;
  border-color: #D7D7D7; }

.mx-scrollcontainer-top.region-topbar .container-fluid {
  padding-right: 0;
  padding-left: 26px;
  margin-right: auto;
  margin-left: auto; }

span.card-image {
  padding: 20px;
  background-color: #e91422;
  border-radius: 28px; }

.card .card-image .glyphicon {
  font-size: 38px;
  color: white; }

.card a {
  color: #555555;
  font-size: 16px;
  font-weight: 500; }

.mx-listview .mx-listview-item {
  padding: 25px 25px 12px 25px !important;
  border-radius: 6px !important;
  margin-bottom: 20px; }

li.mx-listview-item .form-group {
  margin-bottom: 20px !important; }

li.mx-listview-item .form-group .control-label {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 1px; }

li.mx-listview-item .form-group p {
  font-size: 20px;
  line-height: 20px;
  color: #666666;
  font-weight: 500; }

li.mx-listview-item.mx-focus {
  background-color: #dedede !important; }

.topbar-content > .navbar-default > ul.navbar-nav {
  margin-right: -15px; }

.dropdown-menu.mx-navbar-submenu {
  right: 0px !important;
  left: auto !important; }

/* li img flex keep proportion */
.li-flex-keep-proportion ul.mx-listview-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
.li-flex-keep-proportion li.mx-listview-item {
  padding: 10px !important;
  border-radius: 0px !important;
  margin-bottom: 20px;
  background-color: white !important;
  width: calc(25% - 20px);
  margin-right: 20px; }

@media (max-width: 1150px) {
  .li-flex-keep-proportion li.mx-listview-item {
    padding: 5px !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    background-color: white !important;
    width: calc(33.33333% - 20px);
    margin-right: 20px; } }
@media (max-width: 850px) {
  .li-flex-keep-proportion li.mx-listview-item {
    padding: 5px !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    background-color: white !important;
    width: calc(50% - 20px);
    margin-right: 20px; } }
@media (max-width: 550px) {
  .li-flex-keep-proportion li.mx-listview-item {
    padding: 5px !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    background-color: white !important;
    width: calc(100% - 0px);
    margin-right: 0px; } }
/* li img flex height fixed*/
.li-flex-height-fixed ul.mx-listview-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
.li-flex-height-fixed li.mx-listview-item {
  padding: 10px !important;
  border-radius: 0px !important;
  margin-bottom: 20px;
  background-color: white !important;
  width: calc(25% - 20px);
  margin-right: 20px;
  height: 232px; }
.li-flex-height-fixed li.mx-listview-item div.mx-dataview {
  height: 100%;
  display: table;
  width: 100% !important; }
.li-flex-height-fixed li.mx-listview-item div.mx-dataview-content {
  display: table-cell;
  vertical-align: middle; }
.li-flex-height-fixed li.mx-listview-item img {
  width: auto !important;
  max-height: 210px !important;
  margin-left: auto !important;
  margin-right: auto !important; }

@media (max-width: 1150px) {
  .li-flex-height-fixed li.mx-listview-item {
    padding: 5px !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    background-color: white !important;
    width: calc(33.33333% - 20px);
    margin-right: 20px; } }
@media (max-width: 850px) {
  .li-flex-height-fixed li.mx-listview-item {
    padding: 5px !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    background-color: white !important;
    width: calc(50% - 20px);
    margin-right: 20px; } }
@media (max-width: 550px) {
  .li-flex-height-fixed li.mx-listview-item {
    padding: 5px !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    background-color: white !important;
    width: calc(100% - 0px);
    margin-right: 0px; } }
/* li img flex height fixed*/
.li-flex-height-fixed.cropped ul.mx-listview-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }
.li-flex-height-fixed.cropped li.mx-listview-item {
  padding: 10px !important;
  border-radius: 0px !important;
  margin-bottom: 20px;
  background-color: white !important;
  width: calc(25% - 20px);
  margin-right: 20px;
  height: 222px;
  overflow: hidden; }
.li-flex-height-fixed.cropped li.mx-listview-item div.mx-dataview {
  height: 100%;
  display: block;
  width: 100% !important;
  overflow: hidden; }
.li-flex-height-fixed.cropped li.mx-listview-item div.mx-dataview-content {
  display: block;
  vertical-align: middle;
  height: auto; }
.li-flex-height-fixed.cropped li.mx-listview-item img {
  margin-left: auto !important;
  margin-right: auto !important;
  object-fit: cover;
  width: 100% !important;
  height: 210px; }

@media (max-width: 1150px) {
  .li-flex-height-fixed.cropped li.mx-listview-item {
    padding: 5px !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    background-color: white !important;
    width: calc(33.33333% - 20px);
    margin-right: 20px; } }
@media (max-width: 850px) {
  .li-flex-height-fixed.cropped li.mx-listview-item {
    padding: 5px !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    background-color: white !important;
    width: calc(50% - 20px);
    margin-right: 20px; } }
@media (max-width: 550px) {
  .li-flex-height-fixed.cropped li.mx-listview-item {
    padding: 5px !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    background-color: white !important;
    width: calc(100% - 0px);
    margin-right: 0px; } }
.card .card-image .glyphicon {
  font-size: 38px;
  color: white;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px; }

@media (max-width: 767px) {
  .profile-phone .mx-grid-search-controls .mx-button + .mx-button, .profile-phone .mx-grid-controlbar .mx-button + .mx-button {
    margin-right: 0.3em;
    margin-left: 0; }
  .profile-phone .mx-listview .mx-listview-item {
    padding: 20px 20px 20px 20px !important; }
  .profile-phone li.mx-listview-item .form-group {
    width: 100% !important; }
  .profile-phone .mx-listview .mx-listview-searchbar {
    margin-bottom: 20px;
    box-shadow: none;
    border: 1px solid #d4d4d4;
    border-radius: 5px; }
  .profile-phone .mx-header {
    height: 55px;
    box-shadow: none; }
  .profile-phone .mx-listview .mx-listview-item:first-child {
    border-top: 1px solid #d4d4d4; }
  .profile-phone .mx-listview .mx-listview-searchbar input {
    background-color: transparent;
    padding: 9px 15px; }
  .profile-phone .mx-header div.mx-header-center .mx-title {
    line-height: 55px; }
  .profile-phone .mx-listview .mx-button.mx-listview-clear-button {
    border: 0px solid #ffffff;
    font-size: 15px; }
  .profile-phone .mx-imagezoom-image {
    width: 100%; } }
.mx-imagezoom {
  background-color: #363636; }

.mx-header-left {
  padding-left: 7px; }

button.close {
  position: relative;
  top: 4px; }

@media (min-width: 768px) {
  .mx-layoutcontainer-center > .mx-layoutcontainer-wrapper.mx-scrollcontainer-wrapper.mx-layoutcontainer-nested.mx-scrollcontainer-nested {
    width: calc(100% - 60px); }

  .layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open) > .region-sidebar {
    width: 60px !important; } }
.mx-scrollcontainer-push.mx-scrollcontainer-open {
  position: relative;
  left: 0px !important; }

.mx-scrollcontainer-push {
  position: relative;
  left: 0px !important; }

@media (max-width: 767px) {
  .mx-scrollcontainer-push.mx-scrollcontainer-open {
    position: relative;
    left: 0px !important; }

  .mx-scrollcontainer-push {
    position: relative;
    left: -250px !important; } }
/*
@media (min-width: 768px){
.layout-atlas-responsive-default .mx-scrollcontainer:not(.mx-scrollcontainer-open)>.region-sidebar .mx-scrollcontainer-wrapper>.mx-navigationtree ul li.mx-navigationtree-has-items:hover ul {
	display: none !important;}
}
*/
.dashboard-box-row .dashboard-item-box {
  background-color: white;
  border-radius: 15px;
  margin-bottom: 33px;
  border: 2px solid #e4e9ee;
  width: calc(33.33333% - 33px);
  cursor: pointer;
  margin-right: 33px;
  float: left;
  position: relative;
  transition: all 0.2s ease-in-out;
  padding: 17px 0;
  padding-bottom: 0; }

.dashboard-box-row .dashboard-item-box:hover {
  transition: all 0.2s ease-in-out;
  	/* 
  	  -webkit-transform: translateY(-3px); 
      -moz-transform: translateY(-3px); 
      -ms-transform: translateY(-3px); 
      -o-transform: translateY(-3px); 
      transform: translateY(-3px);  */
  border-color: #e6d7d8; }

.dashboard-box-row .dashboard-item-box:hover a {
  color: #ec2229;
  border-top: 1px #e6d7d8 solid; }

.background-secondary {
  background-color: #eef3f8 !important; }

.row.dashboard-box-row img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 15px; }

.row.dashboard-box-row span {
  display: block;
  z-index: 3;
  position: relative; }

.row.dashboard-box-row a {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #444444;
  border-top: 1px #e4e9ee solid;
  width: 100%;
  display: block;
  padding-top: 15px; }

.row.dashboard-box-row a:hover {
  text-decoration: none; }

.dashboard-full-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size: 0;
  border-radius: 15px;
  border: 0; }

.dashboard-full-btn:hover, .dashboard-full-btn:focus, .dashboard-full-btn:active {
  background-color: transparent; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0px auto transparent; }

.display-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.form-group .control-label {
  font-size: 14px;
  font-weight: 500; }

.region-sidebar > .mx-layoutcontainer-wrapper.mx-scrollcontainer-wrapper {
  overflow: hidden !important; }

@media (min-width: 1116px) {
  .dashboard-box-row .dashboard-item-box:nth-child(3n) {
    width: 33.33333%;
    margin-right: 0px; } }
@media (max-width: 1115px) {
  .dashboard-box-row .dashboard-item-box {
    width: calc(50% - 12px);
    margin-right: 12px;
    margin-bottom: 24px; }

  .dashboard-box-row .dashboard-item-box:nth-child(2n) {
    width: calc(50% - 12px);
    margin-left: 12px;
    margin-right: 0; } }
@media (max-width: 767px) {
  .layout-atlas .toggle-btn > .glyphicon {
    position: absolute;
    left: -9px !important;
    top: 35px !important; }

  h1.mx-title {
    font-size: 24px;
    font-weight: 500; }

  .row.dashboard-box-row img {
    max-width: 100%;
    padding-top: 5px; }

  .dashboard-box-row .dashboard-item-box {
    margin-bottom: 10px;
    width: calc(50% - 5px);
    margin-right: 5px;
    border-radius: 7px; }

  .dashboard-box-row .dashboard-item-box:nth-child(2n) {
    width: calc(50% - 5px);
    margin-left: 5px;
    margin-right: 0; }

  .row.dashboard-box-row a {
    padding-top: 15px;
    line-height: 20px;
    padding-bottom: 0; } }
.layout-atlas .toggle-btn > .glyphicon {
  position: absolute;
  left: 23px;
  top: 22px; }

.layout-atlas-responsive-default .region-sidebar .toggle-btn {
  width: 100%;
  border-bottom: 1px solid #2d3642; }

.glyphicon-menu-hamburger:before {
  font-size: 15px; }

.navbar-brand {
  width: 320px !important; }

.models-col .mx-listview .mx-listview-item {
  padding: 15px !important; }

.models-col .mx-listview .mx-listview-item label {
  position: relative;
  top: -2px; }

.heading-inside {
  font-size: 31px;
  /* color: #e91422; */
  color: black;
  margin-top: 0; }

.region-content > div > .mx-placeholder > div.mx-layoutgrid:first-child {
  padding-bottom: 0; }

.entities-search .mx-grid-search-label {
  width: 100%;
  text-align: left; }

.entities-search .mx-grid-search-input {
  width: 100%; }

.entities-search .mx-grid-search-item {
  width: 100%; }

.entities-search .mx-grid-searchbar .mx-grid-search-item .mx-grid-search-input .form-control {
  height: 36px; }

.microflows-col2 .mx-groupbox > .mx-groupbox-header {
  font-size: 16px; }

.hilight-topic {
  background-color: #ec2028;
  padding: 15px 20px;
  color: white;
  border-radius: 4px 4px 0 0; }

.hilight-topic span {
  color: white; }

.hilight-content {
  border: 1px solid #ec2028;
  padding: 5px;
  padding: 20px;
  border-radius: 0 0 4px 4px; }

.hilight-content.middle-row {
  border-radius: none;
  border-bottom: 0; }

.form-control.mx-dateinput-input {
  font-size: 14px; }

.form-control, .btn {
  height: 38px;
  font-size: 14px; }

.heading-16 {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  color: black; }

.btn-success {
  color: #fff;
  border-color: #40a733;
  background-color: #40a733; }

.mx-dataview .mx-dataview-controls {
  margin-top: 25px;
  padding-top: 25px; }

input[type="checkbox"] {
  margin-right: 5px;
  position: relative;
  top: 2px; }

p.form-control-static {
  font-size: 15px;
  padding: 0;
  padding-bottom: 10px;
  padding-top: 5px;
  border-bottom: 0; }

.databox {
  padding: 20px;
  margin-bottom: 25px;
  /* border-radius: 4px; */
  /* border-color: #d7d7d7; */
  /* border-width: 1px; */
  border: 1px solid #d7d7d7;
  border-radius: 4px; }

.mx-datagrid .mx-datagrid-head-table .mx-datagrid-head-wrapper .mx-datagrid-head-caption {
  font-weight: 500; }

.mx-grid .mx-grid-controlbar {
  margin-top: 0; }

.mx-tabcontainer .mx-tabcontainer-tabs > li.active > a, .mx-tabcontainer .mx-tabcontainer-tabs > li.active > a:hover, .mx-tabcontainer .mx-tabcontainer-tabs > li.active > a:focus {
  color: #fff;
  border: 1px solid #e20916;
  border-bottom-color: transparent;
  background-color: #e10c16; }

.mx-grid .mx-grid-searchbar .mx-grid-search-item .mx-grid-search-input .form-control {
  font-size: 14px;
  height: 38px; }

.mx-grid-search-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
  width: 25%;
  display: flex;
  align-items: center; }

.mx-grid-search-label {
  width: 150px; }

.mx-grid .mx-grid-searchbar .mx-grid-search-item .mx-grid-search-label {
  vertical-align: middle; }

.mx-grid-search-input {
  width: calc(100% - 150px);
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  display: flex;
  flex-wrap: wrap; }

.mx-grid-search-inputs {
  display: flex;
  flex-wrap: wrap; }

.mx-grid .mx-grid-searchbar {
  margin-bottom: 25px; }

.mx-grid .mx-grid-searchbar .mx-grid-search-item .mx-grid-search-input .mx-button {
  height: 38px; }

@media (max-width: 1540px) {
  .mx-grid-search-item {
    width: 33.33333333%; } }
@media (max-width: 1240px) {
  .mx-grid-search-item {
    width: 50%; } }
@media (max-width: 920px) {
  .mx-grid-search-item {
    width: 50%;
    display: block; }

  .mx-grid-search-input {
    width: 100%; }

  .mx-grid .mx-grid-searchbar .mx-grid-search-item .mx-grid-search-label {
    width: 100%;
    text-align: left;
    display: block;
    margin-bottom: 3px; }

  .mx-grid-searchbar .mx-grid-search-controls {
    margin-top: 26px; } }
.mx-grid-search-input .mx-dateinput {
  width: 100%; }

@media (max-width: 560px) {
  .mx-grid .mx-grid-searchbar {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 65px; }

  .mx-grid-search-item {
    width: 100%;
    display: block; }

  .mx-grid-searchbar .mx-grid-search-controls {
    margin-top: 26px;
    float: right;
    position: absolute;
    bottom: 10px;
    right: 5px; } }
/* Switch */
/* @import "region-sidebar-primary-color"; */
/* @import "ozone-setup"; */
.mx-name-head-row {
  background-color: white; }

.modal-dialog .mx-grid-searchbar .mx-grid-search-controls {
  margin-top: 26px !important; }
.modal-dialog .mx-grid-search-item {
  width: 50%;
  display: block !important; }
.modal-dialog .mx-grid-search-input {
  width: 100%; }
.modal-dialog .mx-grid .mx-grid-searchbar .mx-grid-search-item .mx-grid-search-label {
  width: 100%;
  text-align: left !important;
  display: block;
  margin-bottom: 3px; }

@media (max-width: 1540px) {
  .modal-dialog .mx-grid-search-item {
    width: 50% !important; } }
@media (max-width: 920px) {
  .modal-dialog .mx-grid-search-item {
    width: 100%;
    display: block !important; }
  .modal-dialog .mx-grid-search-input {
    width: 100%; }
  .modal-dialog .mx-grid .mx-grid-searchbar .mx-grid-search-item .mx-grid-search-label {
    width: 100%;
    text-align: left !important;
    display: block;
    margin-bottom: 3px; }
  .modal-dialog .mx-grid-searchbar .mx-grid-search-controls {
    margin-top: 26px; } }
@media (max-width: 767px) {
  .row.dashboard-box-row a {
    padding-bottom: 18px; } }

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