/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 Apr 2020, 4:09:55 AM
    Author     : hoffmam
*/



.bootstrap-select > .dropdown-toggle  {
    background-color: #FFF ; 
    border: 1px solid #ccc;
}

@media (min-width: 1200px){
    .container {
    max-width: 1040px;
}
}

@media (min-width: 1600px){
    .container {
    max-width: 1540px;
}
}

@media (min-width: 1800px){
    .container {
    max-width: 1860px;
    }
}

/*Ipad vert and horizontal*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
    body {
        font-size: 50% !important;
    }
    .container {
    max-width: 1860px;
    }
}


.row [class*='col-'] {
    transition: all 0.6s ease-in-out;
}
#dlInvoice-body .row [class*='col-'] {
    transition: all 0.2s ease-in-out;
}

.noTrans  {
    transition: all 0s ;
}

.col-0 {
    flex: 0 0 0;
    max-width: 0px;
    overflow: hidden;
    display: none ;
}

#memo-container {
    height: 20vh;
    overflow: auto;
}


/*Upside-down Tabs*/
.tabs-below {
  border-bottom-width: 0px;
  border-top: 1px solid #dee2e6;
}

.tabs-below .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.tabs-below .nav-item {
  margin-bottom: 0px;
  margin-top: -1px;
}

.tabs-below .nav-item.show .nav-link, .tabs-below .nav-link.active {
  border-color: #fff #dee2e6 #dee2e6  #dee2e6;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}