﻿/*
    Version 1
    use query string ?v=xxx 
    replace xxx with version number 
*/

*.admin {
    margin: 0;
    padding: 0;
    font-family: inherit;
}

body.admin {
    font-family: Verdana, Arial, Serif;
    font-size: 12px;
    padding: 8px;
    line-height: 20px;
    height: auto;
}

a {
    text-decoration: none;
}

.nav a {
    color: #0000EE;
}

    .nav a:hover {
        color: #F77A26;
    }

.img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

section {
  padding-top: 30px;
}

section:first-of-type {
  padding-top: 0;
}

h1,
h2,
h3 {
    margin: 0 0 10px 0;
    line-height: 40px;
}

h1 {
    font-size: 31.5px;
}

h2 {
    font-size: 24.5px;
}

h3 {
    font-size: 17.5px;
}

h4 {
    font-size: 14px;
}

small, .small {
    font-size: 85%;
}

.muted {
    color: #999999;
}

p {
    margin: 0 0 10px;
}

ul.unstyled {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.thumbnail {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 4px;
    margin: auto auto;
}

    .thumbnail a {
        display: inline-block;
    }

.affix {
    position: fixed;
}

.affix-top, .affix-bottom {
}

.divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.flt-ctr {
    position: absolute;
    top: 3px;
    right: 4px;
    text-align: right;
}

    .flt-ctr div {
        margin-bottom: 3px;
    }

        .flt-ctr div:last-of-type {
            margin-bottom: 0px;
        }

.hide {
    display: none;
}

textarea {
    font-family: Verdana, Arial, Serif;
}

.form input, .form select, .form textarea {
    line-height: 20px;
    padding: 4px 6px;
}

.form textarea {
    height: auto;
}

.form input[readonly] {
    background: #f0f0f0;
    border: 1px solid #999;
}

.form input[type="button"], .form input[type="submit"], .form input[type="reset"], .form button {
    padding: 3px 6px;
    margin: 0;
}

.form input[type="checkbox"] {
    margin: 4px 0 0;
}

.form input[type="radio"] {
    margin: 0;
}

.form input[type="file"] {
    width: auto;
    padding-left: 0px;
}

/* , .form input[type="file"] */
.form select {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */
    line-height: 30px;
}

.form .input-mini {
    width: 60px;
}

.form .input-small {
    width: 90px;
}

.form .input-medium {
    width: 150px;
}

.form .input-large {
    width: 210px;
}

.form .input-xlarge {
    width: 270px;
}

.form .input-xxlarge {
    width: 370px;
}

.form .input-xxxlarge {
    width: 530px;
}

.form select.input-mini {
    width: 74px;
}

.form select.input-small {
    width: 104px;
}

.form select.input-medium {
    width: 164px;
}

.form select.input-large {
    width: 224px;
}

.form select.input-xlarge {
    width: 284px;
}

.form select.input-xxlarge {
    width: 384px;
}

.form select.input-xxxlarge {
    width: 544px;
}

.form .input-block-level {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alert > ul,
.val-summary > ul {
    font-weight: normal;
    list-style: none;
    padding: 0;
    margin: 0 0 0 30px;
    padding-top: 4px;
}

.val-summary ul li + li {
    margin-top: 2px;
}

.val-summary {
    font-weight: bold;
}

.header {
    background: #FFFFF0;
}

.layout {
    padding-top: 9px;
    margin-bottom: 20px;
}

.layout-sidebar {
    float: left;
    width: 15%;
}

.layout-body {
    float: left;
    width: 82.5%;
    margin-left: 1.5%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.nav {
    margin-left: 0;
    list-style: none;
}

    .nav > li > a {
        padding: 3px 0;
    }



.table-results {
    max-width: 100%;
    margin-bottom: 5px;
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
}

    .table-results tr:first-child th,
    .table-results tr:first-child td {
        border-top: 0;
    }

    .table-results th, .table-results td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border: none;
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }

        .table-results th.text-right, .table-results td.text-right {
            text-align: right !important;
        }

    .table-results th {
        vertical-align: bottom;
        font-weight: bold;
    }

    .table-results a:hover {
        text-decoration: underline;
    }

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #f5f5f5;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}


.total-results {
    padding-top: 5px;
}

tr.no-hover:hover td,
tr.no-hover:hover th {
    background: #ffffff !important;
}

tr.pagination td {
    border-top: none;
}

tr.pagination table {
    border-spacing: 0px;
    margin: 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    tr.pagination table td {
        margin: 0;
        padding: 0;
        border: 0;
    }

        tr.pagination table td a,
        tr.pagination table td span {
            padding: 12px;
            line-height: 20px;
            text-decoration: none !important;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-left-width: 0;
        }

            tr.pagination table td a:hover,
            tr.pagination table td a:focus {
                background-color: #f5f5f5;
            }

        tr.pagination table td span {
            color: #999999;
            cursor: default;
        }

        tr.pagination table td:first-child a,
        tr.pagination table td:first-child span {
            border-left-width: 1px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-topleft: 4px;
        }

        tr.pagination table td:last-child a,
        tr.pagination table td:last-child span {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
        }

.form-horizontal,
.form-inline {
    margin: 10px 0;
}

    .form-horizontal .control-group:before, .form-horizontal .control-group:after,
    .form-inline .control-group:before, .form-inline .control-group:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-horizontal .control-group:after,
    .form-inline .control-group:after {
        clear: both;
    }

    .form-horizontal input,
     .form-inline input {
        vertical-align: middle;
    }

.form .control-group {
    margin-bottom: 7px;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.form .control-label {
    display: block;
    font-weight: bold;
}

.form-inline .control-label {
    display:inline-block;
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 7px;
    text-align: right;
}

.form-horizontal .controls {
    margin-left: 180px;
}

.form-horizontal .control-text {
    padding-top: 5px;
    margin-bottom: 0px;
}

.form-horizontal .control-table {
    padding-top: 3px;
}

.form-horizontal .checkbox {
    min-height: 20px;
    padding-left: 10px;
}

    .form-horizontal .checkbox input[type="checkbox"] {
        float: left;
    }

    
.form-horizontal .radio {
       min-height: 20px;
       margin: 4px 0;
}

.radio label {
    padding-left: 10px;
}

.form-horizontal select {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-actions {
    padding: 10px 0;
    margin: 20px 0;
}



.clear-fix:after {
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bold {
    font-weight: bold;
}

.a-r {
    display: table;
    width: 100%;
    border-spacing: 2px;
}

.a-c {
    display: table-cell;
    width: auto;
    vertical-align: top;
}

.a-c.fixed {
    width: 100%;
}

.imageClass
    {
        border-color: #4AB0E9;        
        -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.4);
        border-radius: 3px;
        -moz-force-broken-image-icon: 1;
}
.bnrBottomRight {
    padding-right:10px;
    line-height:0.25em;
}