h3 {
    font-size: 18px;
    font-family: Arial;  
}
.table {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
    text-align: left;
}

.table > thead > tr:first-child > th, .table > thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > thead > tr:first-child > td, .table > thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
}

.table-bordered
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: collapse;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-radius: 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    margin-bottom: 20px;
    width: 100%;
    color: #333333;
    font-size: 14px;
    font-family: Arial;
}

.table-bordered th, .table-bordered td
{
    border-top: 1px solid black;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: bottom;
}

.table-bordered th, .table-bordered td
{
    border-left: 1px solid black;
}

.table-bordered-alternating
{
    background-color: #EBEBEB;
}

.wrapper
{
    padding-top: 15px;
    padding-left: 15px;
    font-family: Arial;
}

.grid_container
{
    margin-left: auto;
    margin-right: auto;
    width: 940px;
    margin-top: 25px;
}

.form-horizontal
{
    padding: 20px 15px 15px;
    font-family: Verdana;
    font-size: 9pt;
    width: 390px;
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after, .modal-footer:before, .modal-footer:after
{
    content: " ";
    display: table;
}

.form-horizontal .control-group:after, .modal-footer:after
{
    clear: both;
}

.control-group
{
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .control-group
{
    margin-bottom: 18px;
}

.form-horizontal .control-label
{
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
    color: #333333;
    display: block;
    margin-bottom: 5px;
}

.form-horizontal .controls
{
    margin-left: 180px;
}

.form-horizontal input[type=text], .form-horizontal input[type=password]
{
    display: inline-block;
    margin-bottom: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
    width: 210px;
}

.form-horizontal textarea{
    display: inline-block;
    margin-bottom: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;   
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
    width: 210px;
}

.help-inline
{
    display: inline-block;
    margin-bottom: 0;
    padding-left: 5px;
    vertical-align: middle;
}

.btn
{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default
{
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
}

.lnk-create
{
    color: #0088CC;
    text-decoration: none;
    cursor: pointer;
}

.btn-default:hover
{
    background-color: #EBEBEB;
    border-color: #ADADAD;
    color: #333333;
}

.fade
{
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}

.modal
{
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -250px 0 0 -280px;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 560px;
    z-index: 1050;
    padding: 0 5px;
    font-family: Verdana;
    font-size: 9pt;
    color: #333333;
}

.hide
{
    display: none;
}

.modal.fade
{
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}

.modal.fade.in
{
    top: 50%;
}

.modal-body
{
    max-height: 450px;
    overflow-y: auto;
    padding: 15px;
    float: left;
    width: 95%;    
}

.modal-header
{
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 15px;
 }

.close
{
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
    text-decoration: none;
}

.modal-header .close
{
    margin-top: 2px;
}

.modal-footer
{
    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
    float: right;
    width: 100%;
}

.modal-backdrop
{
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.modal-backdrop, .modal-backdrop.fade.in
{
    opacity: 0.8;
}

.modal-backdrop.fade
{
    opacity: 0;
}

.nav {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
    display: table;
    width: 100%;
}

.nav > li {
    display: block;
    position: relative;
}

.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;    
    color: #428bca;
    text-decoration: none;    
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}

.fade.in {
    opacity: 1;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.checkbox label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
   
}

.checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    position: relative;
}
