﻿body
{
    /*font-family: 'Lato' , sans-serif;*/
    /*font-family: 'Quicksand' , sans-serif;*/
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background-color: #D2CDCD;
    line-height: 23px;
}
.top-header
{
    background-color: #fff;
    padding: 0px 0px;
}
.top-header ul
{
    margin: 0px;
    padding: 0px;
    float: right;
}
.top-header ul li
{
    list-style: none;
    float: left;
}
.top-header ul li a
{
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-default
{
    border: none;
    background-color: #1e6a89;
    -webkit-box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1030;
}
.navbar
{
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 45px;
    z-index: 1030;
}
.navbar-default .navbar-brand
{
    color: #fff;
    font-weight: 600;
}
.navbar-default .navbar-brand:hover
{
    color: #fff;
}

.navbar-default .navbar-nav > li > a
{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover
{
    color: #f3f3f3;
    background-color: #0d8ccf;
}

@media (min-width:768px)
{
    .textalignright
    {
        text-align: right;
    }
    .navbar-collapse
    {
        padding-left: 0px;
    }
}
@media (max-width: 767px)
{
    .container
    {
        padding: 0px;
    }
    .navbar-default
    {
        position:absolute;
        width:100%;
        margin-bottom:40px;        
    }
}

.navbar-default .navbar-toggle
{
    border: solid 0px #000;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
    background-color: inherit;
}

/*Others*/
.search
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.search td
{
    margin: 0px;
    padding: 0px;
}
.search .form-control
{
    border-radius: 5px 0px 0px 5px;
}
.search .btn
{
    border-radius: 0px 5px 5px 0px;
    margin-left: -2px;
}

/*** Progress loader **/
.loader
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.1);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    display: none;
}
.vcenter
{
    padding-top: 15%;
    text-align: center;
    z-index: 9999;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    padding-top: 25px;
    padding-bottom: 5px;
}
/** Site Footer **/
.site-footer
{
    padding: 0px 0px;
    background: #111;
    color: #999;
}
.site-footer h4
{
    color: #fff;
    margin-bottom: 20px;
}
.site-footer ul
{
    margin: 0px;
    padding: 0px;
}
.site-footer ul li
{
    list-style: none;
    padding: 5px 0px;
}
.site-footer ul li a
{
    color: #DBDBDB;
}
.site-footer ul li i
{
    width: 20px;
}

.site-footer .hours li
{
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
.site-footer .hours li span
{
    font-weight: 600;
    float: right;
}

.site-info-wrapper
{
    background: #222;
    border-top: 1px solid #333;
    padding: 10px 0px;
    font-size: 13px;
}
.textwhite a
{
    color: #FFF;
}

.dropdown-submenu
{
    position: relative;
}

.dropdown-submenu > .dropdown-menu
{
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}

.dropdown-submenu > a:after
{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after
{
    border-left-color: #fff;
}

.dropdown-submenu.pull-left
{
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu
{
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.dropdown-menu > li > a
{
    border-bottom: solid 1px #e4e4e4;
    padding-top: 6px;
    padding-bottom: 6px;
}

.divformheader
{
    font-size:18px;
    font-weight:600;
    color:#119cd6;
}
span
{
    font-weight:600;
    color:#1b5e79;
    margin-left:5px;
}
legend
{
    font-size:16px;
}
table td
{
    padding:5px 10px;
}