@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Muli:wght@300;400;700&display=swap');

body, h1,h2,h3,h4,h5{font-family: 'Muli', sans-serif!important;}


.btn{}
.btn-action, .btn-primary{font-weight:bold;font-size:16px;
/* -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;*/

-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

.block, .panel-default,.table-responsive {border-radius: 10px;
/*box-shadow: 6px 4px 24px -5px rgba(0,0,0,0.21);
-webkit-box-shadow: 6px 4px 24px -5px rgba(0,0,0,0.21);
-moz-box-shadow: 6px 4px 24px -5px rgba(0,0,0,0.21);*/

-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 8px 12px rgba(0,0,0,.1);
-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);

}
.block{border: 0px solid #dbe1e8;}
.block-title, .panel-heading, .dataTables_wrapper > div:first-child{border-top-right-radius: 10px;border-top-left-radius: 10px;}
#login-container .block {border-radius: 0px;}

#appstore-img, #googlestore-img {max-width: 128px !important;}