
/* html, body{
    /* font-size: 14px; */
    /* font-family: 'Myriad Pro', 'Roboto',sans-serif; 
} */

input {
    height: 28px;
    padding: 0;
}
.bg-224{
    background-color: rgb(224, 224, 224);
}

.bg-230{
    background-color: rgb(230, 230, 230);
}

.bg-244{
    background-color: rgb(244, 244, 244);
}

.bg-246{
    background-color: rgb(246, 246, 246) !important;
}

.page-wrapper {
    background-color: rgb(240, 240, 240);
}


.shadow {
    /* box-shadow: 0 0.15rem 1.75rem 0 rgba(0, 0, 0, 0.35) !important; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.card { 
    border: none;
    background-color:rgb(255, 255, 255); /*!important; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

.top-navbar{
    height:50px;
}

.topbar .profile-pic {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0,0,0, 0.125);
    border-radius: 100%;
}

.collapse, .collapse.in {
    display: block;
    /* background-color:rgba(255, 255, 255, 1.00) !important; */
    margin-top:-2px;
}

legend {
    display: block;
    /* width: 100%; */
    max-width: 100%;
    padding: 0;
    margin-bottom: 0; 
    line-height: inherit;
    color: inherit;
   
}

figure {
    margin: 0px;
}

.form-control {
    min-height: 28px;
    
}

.floating-labels .form-control {
    padding: 0px 0px 0px 10px;
    display: block;
    border: none;
    /* font-family: 'Myriad Pro', 'Roboto',sans-serif; */
    border-radius: 0px;
    border-bottom: 1px solid #d9d9d9;
}

.floating-labels .focused label {
    top: -15px;
    font-size: 12px;
    color: #263238; 
}


.dataTables_wrapper .dataTables_length select {
    border: 1px solid rgb(150, 150, 150);
    width: auto !important;
}

.c_table .tr:first-child, 
.c_table .tr1:first-child {
    border-top: none;
}

.btn-circle.btn-sm {
    width: 28px;
    height: 28px;
    padding: 3px;
    font-size: 14px; }

.card {
    margin-bottom: 0px;
    margin-top:30px;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin:0px;
    padding:0px;
    line-height: 1.2;

}

h1 {
    
    font-size: 22px; 
}

h2 {
   
    font-size: 18px;
}

h3 {
    
    font-size: 16px; 
}

h4 {
   
    font-size: 15px; 
}

h5 {
   
    font-size: 14px; 
}

h6 {
    
    font-size: 13px; 
    
}



a {
    /* color: rgba(34, 90, 166, 1.00); */
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: rgba(0, 103, 204, 1.00);
    text-decoration: none;
    background-color: transparent;
}

legend {
    display: block;
    color: rgba(0, 103, 204, 1.00);
    padding-inline-start: 3px;
    padding-inline-end: 3px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

/* fieldset {
    display: block;
    margin-inline-start: none;
    margin-inline-end:none;
    padding-block-start: none;
    padding-inline-start: none;
    padding-inline-end: none;
    padding-block-end: none;
    min-inline-size: min-content;
    border-width: 1px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}  */

 .table-bordered th, .table-bordered td {
    padding: 0.75rem; 
    border: 1px solid rgb(150, 150, 150);
}


.table th, .table td {
    padding: 0.75rem;
    /* vertical-align: top; */
    border-top: 1px solid rgb(150, 150, 150);
} 

.page-wrapper {
    background: rgb(240, 240, 240);
    padding-bottom: 0px;
}

[type="checkbox"] + label {
    font-size: 14px;
}

.navbar{
   /* border-top: 3px solid rgb(226, 14, 54);
    border-bottom: 3px solid rgb(226, 14, 54); */
}

/* .hpsoft-table tbody tr:first-child
{
    border-top: 0px solid white ;
   
    
}

.hpsoft-table thead
{
  border-bottom: 0px solid white ;
    
} */
