body {
    padding-right: 0px !important;
}

.m-aside-left--fixed {
    top: 60px;
    bottom: 0;
    position: fixed;
    height: auto !important;
    left: 0;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.phoneElementSmall
{
  width : 21% !important;
  float : left;
  margin-right : 1%;
  padding-right : 5px !important;
}

.phoneElementBig
{
  width :56% !important;
  float : left;
  padding-right : 5px !important;
}

.phoneElementVeryBig
{
  width :78% !important;
  float : left;
  padding-right : 5px !important;
}

.m-portlet__head-text span
{
  font-size : 1.25rem;
  font-weight: 400;
}

.m-portlet__head-text small
{
  padding-left : 0px !important;
}


.matrixFormContent .m-portlet
{
  margin-bottom : 1.5rem;
}

.matrixFormContent .matrixAlertBox
{
  margin-top : -0.5rem;
  display : none;
}

/*listing side*/

.summaryForm tbody img {
    width: 100px;
}

.tooltip.danger>.arrow::before {
    border-top-color: var(--danger);
    border-bottom-color: var(--danger);
}

.m-portlet__head-icon.text-white .la {
    font-size: 1.6rem;
}
.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon.text-white .la {
    font-size: 1.8rem;
}

.m-wizard__step {
    cursor: pointer;
}
#documentsTable, #roomsDataTable {
    min-height: 250px;
}
#roomsDataTable .m-datatable__head .m-datatable__cell, #chargesDataTable .m-datatable__head .m-datatable__cell,
#extrasDataTable .m-datatable__head .m-datatable__cell, #imagesTable th, #documentsTable th {
    background-color: var(--brand);
}

#roomsDataTable .m-datatable__head .m-datatable__cell>span, #chargesDataTable .m-datatable__head .m-datatable__cell>span,
#extrasDataTable .m-datatable__head .m-datatable__cell>span, #imagesTable th, #documentsTable th{
    color: var(--white);
}
#roomsDataTable .m-datatable__head .m-datatable__cell:first-child>a, #chargesDataTable .m-datatable__head .m-datatable__cell:first-child>a,
#extrasDataTable .m-datatable__head .m-datatable__cell:first-child>a {
    cursor: move;
}
#roomsDataTable .la.la-edit, #chargesDataTable .la.la-edit, #extrasDataTable .la.la-edit,
#roomsDataTable .la.la-trash, #chargesDataTable .la.la-trash, #extrasDataTable .la.la-trash {

}

.border-bottom-dashed {
    border-bottom: 1px dashed var(--secondary);
}

/*END listing side*/

/*datatables*/

.m-datatable__head>div.m-datatable__lock, .m-datatable__body>div.m-datatable__lock {
    max-width: 88%;
}

.m-datatable__head .columnFilters {
    height: 39px;
}

.m-datatable__head .columnFilters .columnFiltersInput {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size:12px;
    line-height: 1.25;
    color: #fff;
    background-color: #456aba;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.m-datatable__head .columnFilters .columnFiltersInput::placeholder {
    color: #a4a2bb;
}

.m-datatable__head .columnFilters button.clearSearchButton {
    /*line-height: 1em;*/
    margin-left:5px;
}

.m-datatable__lock.m-datatable__lock--right .m-datatable__row.columnFilters {
    text-align: center;
}
/*END datatables*/

/*general form fields*/

.m-grid .m-body .form-control.focus, .m-grid .m-body .form-control:focus, 
.m-grid .m-body .bootstrap-select.btn-group.show > .dropdown-toggle.btn-default, .m-grid .m-body .bootstrap-select.btn-group.show > .dropdown-toggle.btn-secondary{
    border-color: var(--primary);
}

.m-grid .m-body .field_need, .m-grid .m-body .field_need>button, 
.m-grid .m-body .field_need + .select2-container .select2-selection,
.m-grid .m-body .field_need + .input-group-append .input-group-text,
.m-grid .m-body .field_need .input,
.m-grid .m-body .field_need .input + input-group-append .input-group-text,
.m-grid .m-body .field_need + .input-group-append .btn.btn-secondary{
    border-color: var(--brand);
}
.select2.select2-container.select2-container--default {
    width: 100% !important;
}
/*END general form fields*/

/*.m-nav__link-icon .favorite-heart:before {
        background-color: #db3a49 !important;
}*/
.m-nav__link-icon .favorite-heart {
    font-size: 1.6rem !important;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__notifications.m-topbar__notifications--img.m-dropdown--arrow .m-dropdown__arrow.favorite-arrow{
    color: #d93b49 !important;
}

.m-list-timeline__message
{
    font-weight: 400;
}
.favorite {
    display: flex;
    flex-flow: row nowrap;
    height: 80px;
    flex: 1;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f3f8;
    padding-bottom: 5px;
    cursor: pointer;
}
.favorite a{
    text-decoration: none !important;
}

.favorite:last-of-type{
/*    padding-bottom: 5px;*/
    border-bottom: 0px;
    margin-bottom: 0px;
}
/*.favorite:hover{
    transition: all .2s;
    background: #f2f3f8;
}*/

.favorite-img{
    min-width:80px;
    height: 74px;
    position: relative;
}
.favorite-title{
    font-size: 12px;
    font-weight: 500;
    color: #575962;
}
.favorite-actions {
    width:37px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    padding: 5px 7px 5px 5px;
     background: transparent;
    transition: background .3s; 
}
.favorite-actions i {
/*    color: var(--brand) !important;*/
}

.favorite-content{
    display: flex;
    flex-flow: column;
    padding: 0px 5px; 
    background: transparent;
/*    border-radius: 0px 8px 8px 0px;*/
    transition: background .3s;
    justify-content: space-between;
    flex-grow: 1;
}
.favorite:hover .favorite-content, .favorite:hover .favorite-actions {
    background: #f2f3f8;
}
.favorite-padding{
    padding: 0px 0px 8px 0px !important;
}
.favorite-padding .tab-content{
    padding: 8px 8px 0px 8px;
}
.favorite-padding .m-dropdown__content .nav{
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    box-shadow: 0px 8px 15px 0px rgba(69, 65, 78, 0.08);
    padding-top: 3px;
}
.topDropdown-showAll{
    padding: 0 15px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    box-shadow: 0px -8px 15px 0px rgba(69, 65, 78, 0.08);
}
.favorite-padding .m-dropdown__content .nav li:first-of-type{
    padding-left: 0px;
}
.favorite .m-btn--icon.m-btn--icon-only {
    display: inline-block;
    position: relative;
    padding: 0 !important;
    width: 26px;
    height: 26px;
}
.favorite .m-btn--icon.m-btn--icon-only > i{
    font-size: 1.1rem;
}

.favorite .m-scrollable .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .m-scrollable .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
    right: -10px !important;
}

.favorite .favorite-content .favorite-details {
    display: flex;
    flex-flow: column;
/*    height: 60px;*/
    font-size: 12px;
}
.favorite .favorite-price span{
    font-size: 14px;
    font-weight: 500;
    color: var(--brand);
}
.favorite .favorite-content .favorite-details ul{
    position: relative;
    left: -40px;
    width: calc(100% + 40px);
}
.favorite .favorite-content .favorite-details ul li{
    list-style: none;
    display: inline;
    padding-right:4px; 
    font-size:10px;
    font-weight: 400;
}
.favorite .favorite-content .favorite-details ul li span{
    color: #575962;
    font-size: 12px;
    font-weight: 500;
}

.favorites-categories{
    width: 100% !important;
    position: relative;
    width: 100% !important;
    display: block !important;
    font-size: 16px;
    line-height: 48px !important;
    z-index:1;
    overflow: hidden;
}

.favorites-categories li{
    font-size: 16px;

}
.favorite-padding .m-dropdown__content .nav{
    display:block;
    text-align: center;
}
.favorite-dropdown{
/*    width: 500px !important;*/
}
.favorite-top-header{
    background: url('/Sites/MatrixNewUI/Libs/assets/app/media/img/misc/favorites_bg.jpg');
}
.favorite-dropdown .m-tabs-line .m-tabs__item{
    margin: 0 5px;
}
.favorite-dropdown .arrow-buttons {
    position: absolute;
    width: 60px;
    line-height: 45px;
    cursor: pointer;
    z-index:2;
}
.favorite-dropdown .arrow-buttons i{
    padding:0px 10px;
    font-size: 24px;
    line-height:50px;
    color: var(--brand);
}
.favorite-dropdown .arrow-buttons.prev i{
   
}
.favorite-dropdown .arrow-buttons.next i{
    
}
.favorite-dropdown .arrow-buttons.prev {
    text-align: left;
    left: 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100&1+50,0+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */    
}
.favorite-dropdown .arrow-buttons.next {
    text-align: right;
    right: 0px !important;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+99 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.favorite-dropdown .animated{
  animation-duration: .2s !important;
  animation-fill-mode: both;
}

.add-to-favorites{
    position: relative;
}

.favourites-menu-categories{
   position: absolute; 
   width: 200px;
   padding: 8px !important;;
   top: 2px;
   left: 60px;
   display: none;
   z-index: 999999;
}

.favourites-menu-categories ul{
    padding: 5px;
    background: #fff;
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

.favourites-menu-categories ul li{
    list-style-type: none;
    padding:5px 8px !important;
    background: transparent;
    transition: all .2s;
}

.m-lockscreen-container
{
  background-color: #fff !important;
  background-repeat: repeat !important;
}
.favourites-menu-categories ul li:first-of-type{
    color: var(--brand);
    font-weight: 500;
}
.favourites-menu-categories ul li:not(:first-of-type):hover{
    background: #f2f3f8;
    cursor: pointer;
}
.content_list{
    position:relative;
}
.favourite_cover{
    position: fixed;
    width:100%;
    height: 358px;
    top:162px;
    left:0px;
    opacity: 0.7;
    z-index: 20;
    background: #fff;
    display: none;
}
.favourites-spinner{
    position: absolute;
    left:50%;
    top:50%;
}
.favourite-dot{
    display: none !important;
}
.favourite-dot.active{
    display: block !important;
}
.favorite-link{
    
}
.favorite-heart.active{
    color: #f4516c !important;
    cursor: default;
}
.favorite-heart-dropdown:before{
    background-color: #c4c5d6 !important;
}
.favorite-dropdown-link.active{
    cursor:pointer;
}
.favorite-dropdown-link.active .favourite-show .favorite-heart-dropdown:before{
    background-color: #5867dd !important;
}

.favorites_all_number{
    background: rgba(0,0,0, .2);
    border-radius: 100%;
    width:35px;
    height:35px;
    display: inline-block;
    line-height:35px;
}

#search_wrapper{
    margin-bottom: 70px !important;
}
.wrapper-listing-container > h4{
    margin-bottom: 12px;
    font-size: 18px !important;
    color: #5b53c2 !important;
}
/*.m-subheader{
    display: none;
}*/

.m-widget5{
    padding: 0 0 !important;
    z-index:1 !important;
    position: relative;
}
.m-widget5:hover{
    z-index:2 !important;
}
.m-subheader{
    padding: 10px 15px 5px 15px !important;
}

.m-widget5__item.list{
    min-height: 146px;
    padding: 0px 0px !important;
    margin-bottom: .8rem !important;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    background: #fff;
    transition: all 0.2s;
    transform: scale(1,1);
}
.m-widget5__item.list:hover{
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.2);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.2);    
/*    transform: scale(1.007,1.007);*/
/*    border: 1px solid #d1d;*/
/*    box-sizing: border-box !important;*/
}
.m-widget5__content{
    padding: 0px 10px 0px 10px !important;
}
.m-widget5__pic{
    position: relative;
    width: 12rem !important;
    height: 8rem !important;
    background-size: cover !important;
}
.add-to-favorites__container.list{
    position: absolute;
    bottom:0px;
/*    line-height: 40px !important;*/
}
.add-to-favorites__container.list .favourites-menu-categories{
    position: absolute;
    width: 200px;
    padding: 8px !important;
    top: -60px;
    left: 40px !important;
    display: none;
    z-index: 999999;
/*    transform: scale(0.99,0.99) !important;*/
}
.add-to-favorites__container.list .favourites-menu-categories .isAdded{
    top: 50px !important;
    left: 0px !important;
    position: relative;
    width: 120px;
/*    transform: scale(0.96,0.96) !important;*/
}
.add-to-favorites__container.list .add-to-favorites .favorite-heart{
    color: #fff;
    font-size: 24px;
    padding: 8px;
    display: block;
    cursor: pointer;
    transition: all .2s;
    position: relative;
    width: 40px;
}
.add-to-favorites__container.list .add-to-favorites .favorite-heart:hover{
    color: #f4516c;
}

.add-to-favorites__container.list .add-to-favorites .favorite-heart.active{
    color: #f4516c;
    font-weight: bold;
}
.add-to-favorites__container{
    width: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgba(0,0,0,.1) 40%,rgba(0,0,0,.7) 90%) no-repeat scroll 0 0;
}
.add-to-favorites__container.grid{
    position: absolute;
    top: 20px;
    right: 10px;
    width: 34px;
    background: none !important;
}
.add-to-favorites__container.grid .add-to-favorites i{
    font-size: 32px;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
    -webkit-background-clip: text;
       -moz-background-clip: text;
            background-clip: text;
}
.add-to-favorites__container.grid .add-to-favorites .favorite-heart.active{
    color: #f4516c;
    text-shadow: none !important;
}
.add-to-favorites__container.grid .add-to-favorites .favorite-heart{
    cursor: pointer;
}
.add-to-favorites__container.grid .favourites-menu-categories{
    position: absolute;
    width: 200px;
    padding: 8px !important;
    top: 30px;
    left: -160px;
    display: none;
    z-index: 2;
}
.add-to-favorites__container.grid .favourites-menu-categories .isAdded{
    top: 0px !important;
    position: relative;
}
.m-portlet__head.m-portlet__head--fit.map{
    z-index:2 !important;
    position: relative;
}
.m-portlet__body.map{
    z-index: 1 !important;
    position: relative;
}

#myProgress {
  width: 98%;
  background-color: #ddd;
  position:absolute;
  bottom: 3px;
}

#myBar {
  width: 1%;
  height: 3px;
  background-color: #20c997;
}
.favorite{
    position: relative;
}

div.dropdown-menu.open{
  max-height: 325px !important;
  overflow-y: hidden;
}
ul.dropdown-menu.inner{
  max-height: 260px !important;
  overflow-y: auto;
}

#sendRequest span span, #addCoordinate span span {
    white-space: normal;
}

.m-content .m-form__group.row {
    padding-bottom: 0.3rem;
}

.m-section__content.table-responsive.overflow_visible {
    overflow: visible;
}

.m-accordion .m-accordion__item.overflow_visible {
    overflow: visible;
}

.bg-reservation-default {
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row td.m-datatable__cell.bg-reservation-brand,
.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--even td.m-datatable__cell.bg-reservation-brand {
    background-color: var(--brand) !important;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row:hover td.m-datatable__cell.bg-reservation-brand span,
.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row:hover td.m-datatable__cell.bg-reservation-brand span a i,
.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--even:hover td.m-datatable__cell.bg-reservation-brand  span a i {
    color: black !important;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row td.m-datatable__cell.bg-reservation-danger,
.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--even td.m-datatable__cell.bg-reservation-danger {
    background-color: #dc3545 !important;
}
.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row:hover td.m-datatable__cell.bg-reservation-danger span,
.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row:hover td.m-datatable__cell.bg-reservation-danger span a i,
.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--even:hover td.m-datatable__cell.bg-reservation-danger span a i {
    color: black !important;
}

.matrixFieldErrorMessage {
    font-family: Poppins;
}

/*editorTable style*/
.editorTableMainContainer.overflow_x_scroll {
    overflow-x: scroll !important;
}

.form-control.m-input.field_need {
    border-color: var(--brand);
}

.tti-filters{
    
}

#chartdiv {
  width: 900px;
  max-width: 100%;
  height: 300px;
  border: 2px solid #eee;
  border-bottom: none;
}

#chartdata {
  width: 900px;
  max-width: 100%;
  border: 2px solid #eee;
  border-top: none;
}

#chartdata * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#chartdata table {
  width: 100%;
  border-collapse: collapse;
}

#chartdata table th,
#chartdata table td {
  text-align: center;
  padding: 5px 7px;
}

#chartdata table th {
  background: #999;
  color: #fff;
}

#chartdata table td {
  border: 1px solid #eee;
}

#chartdata table td.row-title {
  font-weight: bold;
  width: 150px;
}

#chartdata tr:hover td {
  background: #eee;
  cursor: pointer;
}

.ttiTable tr td:not(:first-of-type),
.ttiTable tr th:not(:first-of-type){
    text-align: center;
/*    width: 10% !important;*/
}

.ttiTable tr th:first-of-type
.ttiTable tr td:first-of-type{
    width: 5% !important;
    text-align: right;
    padding: 0.75rem 0.80rem !important;
}
.ttiTable{
    width: calc(100% - 0.50rem) !important;
}

.imageField .m-dropzone
{
  padding : 5px;
  min-height: 90px !important;
  
}

.innerTableSectionName
{
  line-height: 2rem;
}

.innerTableBox tbody td
{
  vertical-align : middle;
}

.innerTableBox  tbody td.actionColumn
{
  padding : 2px !important;
  white-space: nowrap;
  width : 10px;
}

.circleBox
{
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width : 100px;
  height : 100px;
  overflow: hidden;
}

.innerTableBox tfoot td 
{
  padding-right : 0px !important;
}

.footerRightNavigation , .footerLeftNavigation
{
  display : none;
}

.matrixInfoAccordion .m-accordion__item-content
{
  padding : 0px !important;
}

.m-accordion .innerTableBox
{

}

.innerTableLessPadding
{
  padding : 0px !important;
}

.innerTableLessPadding tfoot td
{
  padding-right : 5px !important;
}

.dropdown-menu li
{
  border-bottom : 1px solid #fafafa;
}

.dropdown-menu li.dropdown-header , .dropdown-menu li.divider
{
  border-bottom : none !important;
}

.dropdown-menu li.dropdown-header
{
  padding-left : 8px !important;
  font-weight: 400;
  color : #222 !important;
  text-align: center;
  background-color : #f2f2f2;
}

.dropdown-menu li a
{
  padding : 7px 8px !important;
}

.noMargin
{
  margin-bottom: 0px !important;
}

.m-datatable table
{
  min-height: 10px !important;
}

.m-datatable .m-datatable__pager-info
{
  margin-bottom: 5px !important;
}

.m-table--head-bg-metal .m-datatable > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell,
.m-table--head-bg-metal .m-datatable > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell {
  background: red /*#68a0a7*/ !important;
  color: #fff !important;
}

.searchItemInQuickSearch
{
  margin-top: 5px;
  padding-bottom : 10px;
  border-bottom : 1px dashed #e9e9e9;
}

.searchItemInQuickSearch a:hover
{
  text-decoration : none !important;
}

.searchItemInQuickSearch .quickSearchTitle
{
  font-weight: 500;
  font-size: 1.2rem;
  color : #676c7b !important;
  margin-bottom : 8px;
}

.searchTopPropertyImageBox
{
    width : 120px;
    height : 90px;
    overflow: hidden;
    margin-top : 7px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.searchItemInQuickSearch .quickSearchNormal
{
    font-weight: 400;
    color : #676c7b !important;
}

.searchItemInQuickSearch .quickSearchSmallBold
{
    font-weight: 600;
    color : #676c7b !important;
    font-size : 11px;
}

.searchItemInQuickSearch .quickSearchTitle
{

  position : relative;
}

.searchItemInQuickSearch .quickSearchTitle .m-badge
{

  position : absolute;
  right : 20px;
}

.m_datatable .m-badge--info
{
  color : #fff !important;
}

.m-accordion h5
{
  font-size: 1.1rem;
  margin : 7px 6px;
  font-weight: 400;
}

.wizardDinamicTable table
{
  display : table !important;
  width: 100%;
}

.wizardDinamicTable tr
{
  display : table-row !important;
}

.wizardDinamicTable thead
{
  display : table-header-group !important;
}

.wizardDinamicTable tbody
{
  display : table-row-group !important;
}

.wizardDinamicTable
{
  overflow: visible !important;
}

.m-datatable-no-records
{
  text-align: center;
  line-height: 30px;
  border-bottom : 1px dashed #ccc;
  border-left : 1px dashed #ccc;
  border-right : 1px dashed #ccc;
}

.m-wizard__nav .m-portlet__head-icon
{
  display: none;
}

.m-wizard__nav .m-wizard__step-label
{
  color : #222;
}


.m-wizard__nav .wizardStepActive .m-wizard__step-label
{
  font-weight: 600;
  color : #365391;
}

.wizardProgressContainer
{
  display: inline-block;
  visibility: hidden;
  width : 400px;
  margin : auto;
}

.wizardNavigationTopTools
{
  display : inline-block;
}

.wizardProgressContainer .progress
{

}

.progressStat
{
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color : #222;
  
}

.matrixRange
{
  border : none !important;
}

.m-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-divider > span:first-child {

    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #EBECF1;
    display: inline-block;

}

.m-divider > span:last-child {
    width: 100%;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #EBECF1;
    display: inline-block;
}

.padding-10
{
  padding : 10px !important;
}

.locationContainerItems
{
}

.locationContainerItems span
{
  margin: 5px 2px 5px 2px;
}

.locationContainerItems
{
  margin-top : 5px;
  background-color : #f8f8f8;
  font-weight : 400;
}

.locationContainerItems i
{
  font-size : 8px !important;
  line-height : 10px !important;
  margin-left : 3px;
}

.locationContainerItems i:hover
{
  cursor : pointer;
  font-weight : bold;
}

.ttiTableHead
{

}
.ttiTableHead div
{
  font-size : 11px;
}

.brand-bg-success {
    background-color: #365391 !important;
}

.brand-font-success {
    color: #365391 !important;
}

.unsetOverflow {
    overflow: unset !important;
}

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 99999999;
}

.m-widget2 .m-widget2__item .m-widget2__icon {
    display: table-cell;
    width: 100px;
    vertical-align: middle;
    padding: 0.23rem 0.3rem 0 0.3rem;
    font-size: 1rem;
}

.select-order-by-items {
    width: 200px !important;
}

[class*="placeholderItems-"] {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #dedede;
    background: linear-gradient(to right, #fafafa 8%, #f2f2f2 18%, #fafafa 33%);
    background-size: 800px 104px;
    position: relative;
}

.placeholderItems-50{
    width: 50px !important;
}

.placeholderItems-100{
    width: 100px !important;
}

.placeholderItems-150{
    width: 150px !important;
}

.placeholderItems-200{
    width: 200px !important;
}

.placeholderItems-250{
    width: 250px !important;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

div[id^=pieChart_] .amcharts-legend-div {
    overflow-y: auto !important;
    max-height: 100px;
}

.searchItemInQuickSearch
{
  margin-left : 0px !important;
  margin-right : 0px !important;
}

header.otherIdentityMode
{
  border-bottom :  3px solid #dd4444 !important;
}

.cursor-pointer {
    cursor: pointer;
}

#topSearchSpinner {
    position: absolute;
    right: 0;
    top: 17px;
    z-index: 4;
}

.m-dropdown__wrapper.in-list {
    right: 0;
}
.m-dropdown__wrapper.in-list .m-nav .m-nav__item .m-nav__link {
    padding-top: 9px;
    padding-bottom: 9px;
    display: block;
}


ul.dropdown-menu li.dropdown-header.clearOptionsButton {
    background-color: var(--brand);
    color: #fff !important;
    border-radius: 20px;
    margin: 0 0 10px 10px;
    cursor: pointer;
}

.modal-dialog.fullscreen {
    max-width: 90% !important;
}

.m-accordion__item--reservation {
    background-color: #fff !important;
    border-radius: 25px;
}