﻿body 
{
    /*margin-top:-25px;*/
   /*/ font-size:12px;*/
   font-family: 'Poppins', sans-serif;
}
/*
.appointment-header
{
    padding-top:10px;
    border-width:1px;
    border-color:#F5E431;
    min-height:200px;
}*/

.jumbotron
{
    background-color:White;
    border-color:#02473F;
    border-style:solid;
    margin-top:20px;
}

table
{
    font-size:12px;
}

.headerlogo
{
    width:300px; 
    padding-top:0px;
    margin-top:0px;
}

.navbar
{
   
     background-color:#02473F;
     color:white;
}

.navbar .li
{
    color:white;
}

.btn {
    white-space: normal;
}

.btn-primary {
    color: white;
    background-color: #FFAD0F;
    border-color: #FFAD0F;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: white;
        background-color: #02473F;
        border-color: #02473F;
    }

    .btn-primary:hover {
        color: white;
        background-color: #02473F;
        border-color: #02473F;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #59F2FF;
        background-color: #60a0dc;
        border-color: #385d80;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #59F2FF;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

/*.contrtable th, .contrtable td 
{
    font-size:12px;
}*/

/*label, .btn
{
    font-size:12px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input 
{
    font-size:12px;
}

.field-validation-error {
    color:Red;
    font-size:12px;
}

footer
{
    background-color:inherit;
}*/