﻿.section-wrapper {
    margin-top: 10px;
}
h1 {
    color:#129ADB
}

.edit-button {
    cursor: pointer;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    color: #0000FF;
}
.save-button {
    cursor: pointer;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    color: #0000FF;
}

form label {
    font-weight: normal;
    color: #666666;
    float: left;
    /*font: 12px/14px Arial,Helvetica,sans-serif;*/
    font-family: Open sans; 
    text-align: left;
}

form select {margin-top:10px;}

form a {  font: 12px/14px Arial,Helvetica,sans-serif; color:blue;}

.form-control
{
    border:1px solid #7f9db9 !important;
    padding: 2px 3px 3px !important;
    line-height: 1 !important;
    height:auto !important;
}

/*Hide Chrome's default datepicker*/
.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.addressRule {
    margin-left: -92px;
}

/*form label {
    margin-bottom: 0;
}

form .form-group {
    margin-bottom: 10px;
}*/

.link {
    font-weight: bold;
    text-decoration: underline;
}

.ui-datepicker-trigger {
    margin-left: 4px;
    margin-top: 5px;
}