* {
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

input[type='search']{
    width: 95% !important;
}

table{
    min-width: 350px !important;
}

.min-width{
    min-width: 350px !important;
}

#myTable_length{
    display: none !important;
}

.box-main{
    background-color: #eeeeee;
}

.modal.bottom-sheet {
    max-height: 95% !important;
    min-height: 85% !important;
}

.card-box-title{
    height: 40px;
}

.card-link:hover{
    opacity: 0.8;
}


.value-describe{
    font-size: 10px;
    color: #cccccc;
}

.subtitle{
    font-size: 13px;
    color: #cccccc;
}

.font-10 {
    font-size: 10px;
    text-transform: none;
    color: #616161;
}

.font-12 {
    font-size: 12px;
}

.font-2 {
    font-size: 2rem;
    text-transform: none;
    color: #616161;
}

.font-3 {
    font-size: 3rem;
    text-transform: none;
    color: #616161;
}

.div-sticky{
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 99;
}

.btn-flat{
	border: 1px solid #cccccc;
}

.btn-flat:hover{
	background-color: #cccccc;
	opacity: 0.7 !important;
}

.btn:hover{
	opacity: 0.7 !important;
}

.card-icon-menu{
	color: #0d47a1 !important;
    opacity: 0.7;
}

.card-icon-menu:hover{
	opacity: 1;
}

.card-icon-buy{
	color: #1b5e20 !important; 
}

.card-icon-edit{
	color: #616161 !important; 
}

.card-icon-trash{
	color: #b71c1c !important; 
}

.card-buy{
    border-radius: 15px;
    min-height: 120px;
}

.card-buy-value{
    color: white;
    font-size: 1.8rem;
}

.card-buy-total{
    color: white;
    font-size: 0.7rem;
}


.config-img{
    max-width: 200px;
}

nav {
    background-color: #eeeeee !important;
    padding-left: 20px;
    padding-right: 20px;
}

.text-gray-700{
    color: #0d47a1 !important;
    font-weight: bolder;
}

.text-gray-500{
    color: #0d47a1 !important;
    opacity: 0.5 !important;
    font-weight: bolder;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { 
.card-subtitle{
    white-space: nowrap;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis; 
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}


}