﻿@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.form-group{
    margin-bottom:15px;
    font-size:14px;
    /*height:34px;*/
}
.navbar-light .navbar-nav .nav-link{
    color:#777 !important;
}
#form1{
}
#content_bg{
    background-color:#fff;
}
table tbody tr th{
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    font-size:14px;

}
.nav-link{
    font-size:14px;
    color:#777;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}
.body{
        background: #fff;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #64686d;
    line-height: 26px;
overflow:hidden !important;
    font-size:14px;
}
.pt-4 {
    padding-top: 0.5rem !important;
}
label{
    font-weight:600;
    color:#000;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    z-index: 1030;
}


