@media (max-width: 825px) {
  #invOpsList, #invoicesList, #feesList, #nFee {
    border: none!important;
    width: 100%!important;
    margin: none !important;
  }
}
@media (max-width: 1400px) {
  #invOpsList, #nFee {
    width: 90% !important;
    float: none!important;
    margin-left: 5%!important;
  }
  #invoicesList, #feesList{
    width: 90% !important;
    float: none!important;
    margin-left: 5%!important;
  }
}
/* Filtres */
.filtres{
  background-color: #f5f5f5;
}
.filtres input[type=text] {
  background-color: #f5f5f5;
}
.filtres input::-webkit-input-placeholder, .filtres input, .filtres select {
  color: #000!important;
}
.filtres .form-control{
  margin-left: 2%;
  width: 28%!important;
}
.filtres.second-line {
  margin-top: -2%;
  margin-bottom: 1%;
}
.filtres.first-line {
  padding-top: 20px!important;
}
.filtres.server-side {
  padding-top: 20px!important;
  border-bottom: 3px solid #ddd;
}
.filtres .ops-side {
  padding-left: 3px;
}
.selectMatch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tools-form{
  padding-left: 15px;
  padding-right: 15px;
}
#block-filters{
  float: left;
  width: 100%;
  background-color: #f9f9f9;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
#block-filters-small{
  background-color: #f9f9f9;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.filtres .left-btm, .filtres .left-top {
  margin-right: 2%;
  margin-right: 3%;
}
.input-append input {
  width: 94%;
  line-height: 38px;
  margin-left: 4%;
}
.filtres .form-control.filter-large {
  width: 90%!important;
}
#submit-server {
  height: 22px;
  margin: 10px 10px;
}

.namefilter{
  width: 25% !important;
  margin-left: 2%;
}


.filtres{
  padding: 5px !important;
  display:flex;
}
.spinner {
  width: 150px;
  opacity: 0.7;
  animation: rotate 1s infinite linear;
}
.btn-refresh{
  float: right;
  margin-top: -11%;
}
.btn-refresh:hover, .refresher:hover{
  cursor:pointer;
}
.emptyOption{
  display:none;
}

.invBlock, .feeBlock{
  width: 58%;
  border: 2px #f5f5f5 solid;
  border-radius:5px;
  margin-top: 2%;
  min-height: 862px;
}

.pagination li a:hover{
  cursor: pointer;
}
#invoicesList, #feesList{
  float:left;
  margin-left: 1%;
}
#invOpsList, #nFee{
  width: 39%;
  float:right;
  margin-bottom: 2%;
  margin-right: 1%;
}
#nFee{
  border: 2px #f5f5f5 solid;
  border-radius:5px;
  margin-top: 22px;
  padding-left: 30px;
  padding-right: 30px;
}

.invPanel{
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  overflow: auto;
}

.account-list li:hover{
  cursor: pointer;
  background-color: #e9e9e9;
}


.content{
  margin-top:4%;
}

.home-actions{
  display: block;
  float: right;
}

@media (min-width: 1090px) {
  .account-actions{
    margin-right: 0%;
    margin-top: 3%;
    float: right;
  }
}

@media (max-width: 1090px) {
  .account-actions{
    margin-right: 60%;
    margin-top: 3%;
    float: none;
  }
}

.account-title{
  float: left;
  margin-top: 4%;
}

.formdelete{
  float:left !important;
}

.sutulogo{
  width: 225px;
}

.navbar {
  background-color: #dddddd;
}

li{
  list-style-type: none !important;
}

/* PANELS */

.panel.with-nav-tabs .panel-heading{
  padding: 0 0px 0 0;
}
.panel.with-nav-tabs .nav-tabs{
  border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
  margin-bottom: -1px;
}

input:focus{
  outline:none;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #777;
  background-color: #ddd;
  border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #f5f5f5;
  border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #555;
}

.nav-tabs>li {
  width: calc(100%/6) !important;
  text-align: center!important;
  font-weight: bold!important;
}

.loading {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-webkit-keyframes rotate {
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
  from {-moz-transform: rotate(0deg);}
  to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

.begun {
  font-weight: bold;
  color: rgb(156, 16, 16);
}
.invBlock thead a:hover, #dev-table thead a:hover {
  cursor:pointer;
  text-decoration:none;
}
.fullScreen {
  width: 95%!important;
}
.flex {
  display: flex;
}
.navbar-brand {
  padding: 5.5px 15px!important;
}
.container-lg {
  width: 89%!important;
}
.filter-prefix {
  margin-left: 2%;
}
.filters-third-l {
  margin-top: -16px;
}
.datepicker{
  z-index: 10000!important;
  margin-top: 35px!important;
}
.export-button{
  width: 10% !important;
  margin-left: 2.5% !important;
}

.dp {
  width: 38%;
}
.dpFee {
  margin-left: 0.1%!important;
  width: 100%;
}
a:hover,a:focus,a:active{
  text-decoration: none;
}
.input-append{
  width: 100%;
}

.dropdown-menu.right{
  left:auto!important;
  right:0!important;
}

.tr-hilight{
  background: #DDD;
}
.color-success{
  color: #548e2d;
}
.color-warning{
  color: #d5cc00;
}
.color-danger{
  color: #8e2d2d;
}
.md-button-for-table{
  margin: 0!important;
  margin-top: 3px!important;
  margin-bottom: -3px!important;
  min-width: 0!important;
  padding-left: 10px;
  padding-right: 10px;
}
.md-checkbox-for-table{
  margin-top: 2px;
  margin-bottom: -2px;
}

md-input-container .md-errors-spacer {
  min-height: 0!important;
}

.invoiceDropHover {
  -webkit-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  background: rgba(0,0,0,.05);
}
