body {
    font-family: "Segoe UI","Roboto", "Helvetica Neue"; 
    background-color: #FaFaFa;
}
      
.brand-logo {
    width: 115px;
    height: 45px;
    display: block;
    background: url(/assets/images/logo.png) no-repeat;
    background-size: cover;
}
      
.logo-lg {
    font-family: "Georgia";
    color: #00c0ef;
    font-style: italic;
}

.ctable  {
   color:#000; 
   background-color: #fff;
   font-family:"Segoe UI","Arial";
}

.dark-mode .ctable  {
   color:#fff; 
    background-color: #454d55;
   font-family: "Segoe UI","Arial";
     
}

.ctable td {
    padding: 4px;
    
}

.ctable th {
    padding: 4px;
    text-align: center;
     
}
.dark-mode .ctable th {
    padding: 4px;
    text-align: center;
    border: 1px solid white !important; ;
}
.dark-mode .fa {
   color: white;
}
.dark-mode .fas {
   color: white;
}

.dark-mode a {
   color: #ccf;
}
.dark-mode .form-control-plaintext {
   color: #ccf;
}

.icon20 {
    height: 24px; margin-left:4px;
}


/* menu*/

.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}

.btco-menu li>a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus,
.navbar>.show>a:focus {
    background: transparent;
    outline: 0;
}

.dropdown-menu .show>.dropdown-toggle::after {
    transform: rotate(-90deg);
}


/* menu*/

#upbutton {
    height: 60px;
    width: 60px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
}

#tmenu a {
    color: #000;
}

.footer {
    background-color: black;
    color: #fff;
}

.footer   a {
    color: #fff;
    text-decoration: none;
}


/* Модуль Note*/
.seltopic {
    color: #FFFFFF;
    background-color: #428bca;
}

.toolbar {
    font-size: 22px;
    background-color: #eaeaea;
}

.picker {
    margin-top: 20px;
}
 
.text-smaller{
   font-size:smaller ;
}  
table {
  font-family:"Segoe UI","Arial"
}  
.toast-header {
  
  background-color: #fff;
}

input[type=date] {
    width:170px !important;
}
input[type=time] {
    width:120px !important;
}

a {
    cursor:pointer;
}