/*
 *  Document   : main.css
 *  Author     : Creative-Ones
 *  Description: Custom stylesheet
 *


 * Structure (with shortcodes):

       1. GLOBLE STYLE
       2. ADMIN.USERS.USERS-INDEX

*/

/***********************************************************************

						[1. GLOBLE STYLE ]

***********************************************************************/
.input-margin-none {
    width: 70%;
    border:none;
    text-align:right;
}
.pointer {
    cursor: pointer;
}
.hoverDiv {
    background: #fff;
}
.hoverDiv:hover {
    background: #f5f5f5;
}
.page-title {
    color: #000 !important;
    font-weight: 500;
}
.logo-decoimob .page-header.navbar .page-logo{
	background: #0099ff;
}
.active-decoimob {
    border-bottom: 2px solid #0099ff;
}
.decoimob-border {
    border-left: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}
.decoimob-bgcolor,
.label.decoimob-bgcolor {
    background-color: #0099ff !important;
    color: #fff !important;
}
.select-bgcolor {
    background-color: #188ae2 !important;
    color: #fff !important;
}
.decoimob-color {
    color: #0099ff !important;
}
.decoimob-2-bgcolor {
    background-color: #f39c12 !important;
    color: #fff !important;
}
.decoimob-row-color {
    background-color: #fcf9d6;
}

.modal-filter {
    display: none;
    padding: 0 !important;
    width: 100%;
}
.ui-autocomplete-loading {
    background: white url("ui-anim_basic_16x16.gif")
                right center no-repeat;
}
.tel-no-b {
    font-weight: 400;
}
.text-size-10 {
    font-size: 0.6rem;
}
.text-size-12 {
    font-size: 0.7rem;
}
.text-size-24 {
    font-size: 1.5em;
}
.text-size-1rem {
    font-size: 1rem;
}
.text-size-08rem {
    font-size: 0.8rem;
}
.f-s-10 {
    font-size: 10px;
}
.l-h-5 {
    line-height: 5em;
}
.l-h-3 {
    line-height: 3em;
}
.p-20 {
    padding: 20px;
}
.p-b-32 {
    padding-bottom: 2em;
}
.p-r-l-10 {
    padding: 0 1em 0 1em;
}
.m-r-5 {
    margin-right: 5px !important;
}
.m-t-5 {
    margin-top: 5px !important;
}
.width-40 {
    width: 40px;
}
.max-width-3rem {
    max-width: 3rem;
}
.mdl-select-scroll {
    max-height: 10em;
    overflow-y: scroll;
}

*,
		*:after,
		*:before {
		    box-sizing: border-box;
		}

.flex-container {
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    padding: 0;
    margin: 0;
    list-style: none;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.destroy-user {
    display: inline;
}
.page-link {
    z-index: 0 !important;
}
.user-order-filters {
    color: #d2d2d2;
    cursor: pointer;
    font-size: 1.8em;
}
.invalid-input {
    border-color: red;
}
.search-showCase {
     position: relative;
     z-index: 1;
     display: none;
}
.ds-none {
    display: none;
}
.full-height {
    min-height: 100vh;
}

/**********************************************************************/

#operatiuni-menu {
    top: 1vw;
    right: -12vw;
    height: 20vw;
    width: auto;
}
#liste_plata {
    top: 1vw;
    right: -62vw;
    height: 20vw;
    width: 50vw;
}
.operatiuni {
    position: absolute;
    z-index: 1;

    /* Styles */
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: bold;
    color: #8AA8BD;
}

/***********************************************************************

						[2. ADMIN.USERS.USERS-INDEX STYLE ]

***********************************************************************/

#users-table-1 {
    margin-left: 0.1em;
}
#users-table-2 td {
    padding: 0.4em;
}
#users-table-body {
    line-height: 1;
}
.utlz-border {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
.utlz-card-head {
    line-height: 60px;
}

.user-toggle,
.asociatie-toggle {
    cursor: pointer;
}

/* Filter styling */

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 16em;
    margin: 0 auto;
    padding: 10px;
    line-height: 0.1em;
    margin-left: 2em;

    /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;

    /* Font settings */
    font-weight: bold;
    color: #8AA8BD;
}

@media only screen and (max-width: 600px) {
    .wrapper-dropdown-3 {
        margin-left: 0em;
    }
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

.wrapper-dropdown-3 .dropdown {
  /* Size & position */
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    z-index: 1;

    /* Styles */
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.dropdown-edit {
    height: 80px;
    overflow-y: scroll;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/***********************************************************************

						[3. OPERATIUNI STYLE ]

***********************************************************************/
.operatiuni-btn {
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.operatiuni-btn:active {
    background-color: black;
}

/***********************************************************************

						[3. WIZARD STYLE ]

***********************************************************************/
.wizard-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wizard-table td {
    padding: .5em;
    border: 1px solid #999;
}

.wizard-table th {
    text-align: center;
    background-color: #eaf5f8;
    border: 1px solid #999;
}

.content-to-center {
    text-align: center;
    width: 100%;
}

#decoFixHeader {
    position: fixed;
    top: 0px; display:none;
    background-color:white;
}

/* Lista Plati */
/***********************************************************************/

#tools-l_p-body > ul {
    display: inline-block;
    vertical-align: top;
}

#tools-l_p-body > ul > li {
    list-style-type: none;
}
#tools-l_p-body > ul > li:hover {
    transform: translatey(-1px);
}
.tools {
    display: inline-block;
    float: right;
}

.tools > a {
    color: #fff;
}

#lista-plati {
    border-collapse: collapse;
    border-spacing: 0;
}

#lista-plati td {
    padding: .5em;
    border: 1px solid #999;
}

#lista-plati th {
    text-align: center;
    background-color: #eaf5f8;
    border: 1px solid #999;
}

.decoimob-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.decoimob-table td, .decoimob-table th {
    padding: .5em;
    border: 1px solid #999;
}

.decoimob-table th {
    text-align: center;
    background-color: #eaf5f8;
    border: 1px solid #999;
}


.firstRowStyle {
    font-weight: 700;
    font-size: 0.8em;
}
.secondRowStyle {
    width: 1vw;
    font-weight: 700;
    font-size: 0.8em;
    word-spacing: 100vw;
}
.ap-th:hover {
    cursor: pointer;
}

.lista-th-hover:hover {
    cursor: pointer;
    -moz-background-color: red !important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: -10vw;
    width: 100%; /* Full width */
    /* height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*

* css pentru bladeul de listaplati

*/
#mainul {

list-style-type: none;
display: flex;
/* flex-wrap: wrap; */
flex-flow: row wrap;
justify-content: space-between;

}

.mainli {
    flex-grow: 1;
    flex-basis: 100%;
    padding: 1%;
    margin: 0 auto;
    background-color: rgb(212, 233, 248);
}

.criteriu {
    padding: 3%;
    margin: 0.5% 1%;
    padding: 10px;
}

.becomeTh {
    /* display: inline-block; */
    flex-grow: 1;
    flex-basis: 20%;
    padding: 1%;
    margin: 10px;
    border: 1px solid;
    text-align: center;
    /* background-color: rgb(212, 233, 248); */
}

.becomeTh > span {
    font-weight: bold;
    font-size: 1.2em;
}

.becomeLi {
    flex-grow: 1;
    flex-basis: 30%;
    padding: 1%;
    margin: 0 auto;
    background-color: rgb(212, 233, 248);
}

.insideGrup {
    list-style-type: none;
    flex-grow: 1;
    flex-basis: 20%;
    padding: 1%;
    margin: 10px;
    border: 1px solid;
    text-align: center;
}

.insideGrup > span {
    font-weight: bold;
}

.blue-border-lp {
    border: 1px solid blue !important;
}

.black-border-lp {
    border: 1px solid black !important;
}

/* .ui-state-highlight { height: 1.5em; line-height: 1.2em; } */

.temp {

    background-color: rgb(73, 168, 140);
    border: none;

}

.h5  span {
    margin-top: 0px;
    background-color: cornflowerblue;
    display: block;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color:white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color:  #f1f1f1;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.loadingModal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url() /* ajax load img*/
                50% 50%
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .loadingModal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadingModal {
    display: block;
}

.navbar .dropdown-menu {
  border: 1px solid rgba(0,0,0,.15);
  background-color: #fff;
}

.dropdown-menu {
max-width: 40%;
left:0;
right:0;
background-color: #fff;
/*  height of nav-item  */
/* top:45px; */
}

.main-menu-first {
height: 400px;
position: relative;
left:0;
right:50px;

}

#secondMenuList{
  height: 400px;
  width: 900px;
  position: fixed;
  top: 60px;
  left: 410px;
  background-color: #fff;
}

/**********************
* EXPENSE TABLE
**********************/

.expenseTableHeader> th {
  background-color: #0099ff ; /*#eaecef*/
  font-weight: 500;
  font-size: 0.95em;
  height: 20%;
  padding: 1px;
  word-wrap: break-word;
  text-align: center;
  vertical-align: middle;
}
.expenseTotalTableHeader> th {
  background-color: #eaecef;
  font-weight: 500;
  font-size: 0.95em;
  height: 20%;
  padding: 1px;
  word-wrap: break-word;
  text-align: center;
  vertical-align: middle;
}
.expenseDataTableHeader tr:hover  {
  background-color: #F9E3B1 ;
}
.expenseTableHeaderAp {
  width: 35%;
}
.expenseTableHeaderLuna {
  width: 10%;
}
.expenseTableHeaderCons {
  width: 10%;
}
.expenseData> td {
  font-size: 0.7em;
  padding: 1px;
}


.indexVal, .consumVal{
    min-width: 50px;
    border: none;
    margin: 0;
    background: transparent;

}

.cons_estimat {
	background-color: #fff494
}
.cons_declarat {
	background-color: #b7e589
}
.cons_declarat_client {
	background-color: #94c7fe
}
.cons_pausal {
	background-color: #f3f3f3
}
.cons_eronat {
	background-color: #fcbdbd
}
.cons_partial_eronat {
	background-color: #fff494
}

.select_suggestion_container{
    height: 0;
    overflow: visible;
    z-index: 1;
    background: white;
}

.select_suggestion{
    border:1px solid gray;
    max-height: 130px;
    overflow: auto;
}

.select_suggestion>p{
    padding-left: 20px!important;
    margin-bottom: 0!important;
    cursor: pointer;
}

.select_suggestion>p:hover{
    background-color: #fce59c !important;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    color: #de3226!important;
}
.tablesolduri {
  text-align: center;
}
.secMenuList {
  list-style-type:none;
  display: flex;
  flex-wrap: wrap;
}
.secMenuList>*{
  flex-grow: 1;
  width: 28%;
  margin: 10px;
}

.rapoarte_subtotal {
  font-style: italic;
}


.reportStyle {
  overflow: auto;
  overflow-y: hidden;
}

@media (max-width: 1440px){
  .reportStyle {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .table-sm th {
    padding: 0!important;
    font-size: 1rem;
    font-weight: 400;
  }

  .table-sm td {
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
  }

  h4{
    font-size: 1.3rem!important;
  }

  h2{
    font-size: 1.5rem!important;
  }
.ignoremdeia td {
  padding-right: 1.2em!important;
}

}

/*

* CSS pentru Invoice Module

*/
.invoice-action {
    width: 10px;
    padding-left: 0;
    padding-right: 0;
}

/*

* CSS pentru Invoice Module

*/

.decoInvoice-hide {
    display: none;
}

.full-height-2 {
    min-height: 100vh;
}




/*

* CSS pentru logo

*/
.logo-decoimob .page-header.navbar div.page-logo {
    padding: 10px;
}
.logo-decoimob .page-header.navbar div.page-logo a {
    width: 100%;
    height: 100%;
}
.logo-decoimob .page-header.navbar div.page-logo a div {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


/*

* CSS pentru background img

*/
.background-center-contain {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


/*

* CSS pentru dropzone

*/

.dropzone div.dz-preview{
    display: block;
    margin: 0;
    padding: 10px 0;
}
.dropzone div.dz-image{
    margin: auto;
}
.dropzone div.dz-error-message{
    text-align: center;
    margin: auto;
    left: 0 !important;
    right: 0;
}
.dropzone .dz-preview .dz-details div.dz-size {
    margin-bottom: 3em;
}

.delete_img{
    min-width: initial;
    width: 3rem;
    height: 3rem;
    position: static;
    display: block;
}

.imgconsum{
    display: table;
    max-width: 600px;
    top: 100px;
    left: 30px;
    margin: 0;
    overflow: hidden;
    height: fit-content;
}

.imgconsum .modal-content{
    margin: 0;
    width: 100%;
    padding: 0;
}

.div-circle{
    height: 100px;
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.div-circle img{
    width: 100%;
}

.ulsearch{
    top: 44px;
    border-radius: 25px;
    left: 413.141px;
    padding: 10px;
    width: 234px;
}

#mobile_operatiuni {
    display: none;
}

@media screen and (max-width: 600px) {

  #operations_menu {
      display: none;
  }

  #mobile_operatiuni {
    display: block;
    bottom: 0px;
    height: 100%;
    position: absolute;
    background: inherit;
    border: none;
    color: white;
    font-weight: bold;

  }

 optgroup {
     color: black;
 }
 option {
     color: black;
 }

  .deco-mobile {
      overflow-y: scroll;
  }


.deco-asoc-input{
    border: none;
    background-color: inherit;

}
