.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}

.sws form {
    margin: 0 0 18px
}

.sws fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

.sws legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #eee
}

.sws legend small {
    font-size: 13.5px;
    color: #999
}

.sws label, .sws input, .sws button, .sws select, .sws textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px
}

.sws label {
    display: block;
    margin-bottom: 5px;
    color: #333
}

.sws input, .sws textarea, .sws select, .sws .uneditable-input {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.sws .uneditable-textarea {
    width: auto;
    height: auto
}

.sws label input, .sws label textarea, .sws label select {
    display: block
}

.sws input[type="image"], .sws input[type="checkbox"], .sws input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 \9
}

.sws input[type="image"] {
    border: 0
}

.sws input[type="file"] {
    width: auto;
    padding: initial;
    line-height: initial;
    border: initial;
    background-color: #fff;
    background-color: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.sws input[type="button"], .sws input[type="reset"], .sws input[type="submit"] {
    width: auto;
    height: auto
}

.sws select, .sws input[type="file"] {
    height: 28px;
    *margin-top: 4px;
    line-height: 28px
}

.sws input[type="file"] {
    line-height: 18px \9
}

.sws select {
    width: 220px;
    background-color: #fff
}

.sws select[multiple], .sws select[size] {
    height: auto
}

.sws input[type="image"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.sws textarea {
    height: auto
}

.sws input[type="hidden"] {
    display: none
}

.sws .radio, .sws .checkbox {
    padding-left: 18px
}

.sws .radio input[type="radio"], .sws .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px
}

.sws .controls > .radio:first-child, .sws .controls > .checkbox:first-child {
    padding-top: 5px
}

.sws .radio.inline, .sws .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

.sws .radio.inline + .radio.inline, .sws .checkbox.inline + .checkbox.inline {
    margin-left: 10px
}

.sws input, .sws textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.sws input:focus, .sws textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
    outline: thin dotted \9
}

.sws input[type="file"]:focus, .sws input[type="radio"]:focus, .sws input[type="checkbox"]:focus, .sws select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.sws .input-mini {
    width: 60px
}

.sws .input-small {
    width: 90px
}

.sws .input-medium {
    width: 150px
}

.sws .input-large {
    width: 210px
}

.sws .input-xlarge {
    width: 270px
}

.sws .input-xxlarge {
    width: 530px
}

.sws input[class*="span"], .sws select[class*="span"], .sws textarea[class*="span"], .sws .uneditable-input {
    float: none;
    margin-left: 0
}

.sws input.span1, .sws textarea.span1, .sws .uneditable-input.span1 {
    width: 50px
}

.sws input.span2, .sws textarea.span2, .sws .uneditable-input.span2 {
    width: 130px
}

.sws input.span3, .sws textarea.span3, .sws .uneditable-input.span3 {
    width: 210px
}

.sws input.span4, .sws textarea.span4, .sws .uneditable-input.span4 {
    width: 290px
}

.sws input.span5, .sws textarea.span5, .sws .uneditable-input.span5 {
    width: 370px
}

.sws input.span6, .sws textarea.span6, .sws .uneditable-input.span6 {
    width: 450px
}

.sws input.span7, .sws textarea.span7, .sws .uneditable-input.span7 {
    width: 530px
}

.sws input.span8, .sws textarea.span8, .sws .uneditable-input.span8 {
    width: 610px
}

.sws input.span9, .sws textarea.span9, .sws .uneditable-input.span9 {
    width: 690px
}

.sws input.span10, .sws textarea.span10, .sws .uneditable-input.span10 {
    width: 770px
}

.sws input.span11, .sws textarea.span11, .sws .uneditable-input.span11 {
    width: 850px
}

.sws input.span12, .sws textarea.span12, .sws .uneditable-input.span12 {
    width: 930px
}

.sws input[disabled], .sws select[disabled], .sws textarea[disabled], .sws input[readonly], .sws select[readonly], .sws textarea[readonly] {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed
}

.sws .control-group.warning > label, .sws .control-group.warning .help-block, .sws .control-group.warning .help-inline {
    color: #c09853
}

.sws .control-group.warning input, .sws .control-group.warning select, .sws .control-group.warning textarea {
    color: #c09853;
    border-color: #c09853
}

.sws .control-group.warning input:focus, .sws .control-group.warning select:focus, .sws .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: 0 0 6px #dbc59e;
    -moz-box-shadow: 0 0 6px #dbc59e;
    box-shadow: 0 0 6px #dbc59e
}

.sws .control-group.warning .input-prepend .add-on, .sws .control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.sws .control-group.error > label, .sws .control-group.error .help-block, .sws .control-group.error .help-inline {
    color: #b94a48
}

.sws .control-group.error input, .sws .control-group.error select, .sws .control-group.error textarea {
    color: #b94a48;
    border-color: #b94a48
}

.sws .control-group.error input:focus, .sws .control-group.error select:focus, .sws .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392
}

.sws .control-group.error .input-prepend .add-on, .sws .control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.sws .control-group.success > label, .sws .control-group.success .help-block, .sws .control-group.success .help-inline {
    color: #468847
}

.sws .control-group.success input, .sws .control-group.success select, .sws .control-group.success textarea {
    color: #468847;
    border-color: #468847
}

.sws .control-group.success input:focus, .sws .control-group.success select:focus, .sws .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: 0 0 6px #7aba7b;
    -moz-box-shadow: 0 0 6px #7aba7b;
    box-shadow: 0 0 6px #7aba7b
}

.sws .control-group.success .input-prepend .add-on, .sws .control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.sws input:focus:required:invalid, .sws textarea:focus:required:invalid, .sws select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b
}

.sws input:focus:required:invalid:focus, .sws textarea:focus:required:invalid:focus, .sws select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}

.sws .form-actions {
    padding: 17px 20px 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd
}

.sws .uneditable-input {
    display: block;
    background-color: #fff;
    border-color: #eee;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed
}

.sws :-moz-placeholder {
    color: #999
}

.sws ::-webkit-input-placeholder {
    color: #999
}

.sws .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #999
}

.sws .help-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 9px;
    vertical-align: middle;
    padding-left: 5px
}

.sws .input-prepend, .sws .input-append {
    margin-bottom: 5px;
    *zoom: 1
}

.sws .input-prepend:before, .sws .input-append:before, .sws .input-prepend:after, .sws .input-append:after {
    display: table;
    content: ""
}

.sws .input-prepend:after, .sws .input-append:after {
    clear: both
}

.sws .input-prepend input, .sws .input-append input, .sws .input-prepend .uneditable-input, .sws .input-append .uneditable-input {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.sws .input-prepend input:focus, .sws .input-append input:focus, .sws .input-prepend .uneditable-input:focus, .sws .input-append .uneditable-input:focus {
    position: relative;
    z-index: 2
}

.sws .input-prepend .uneditable-input, .sws .input-append .uneditable-input {
    border-left-color: #ccc
}

.sws .input-prepend .add-on, .sws .input-append .add-on {
    float: left;
    display: block;
    width: auto;
    min-width: 16px;
    height: 18px;
    margin-right: -1px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    color: #999;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.sws .input-prepend .active, .sws .input-append .active {
    background-color: #a9dba9;
    border-color: #46a546
}

.sws .input-prepend .add-on {
    *margin-top: 1px
}

.sws .input-append input, .sws .input-append .uneditable-input {
    float: left;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.sws .input-append .uneditable-input {
    border-left-color: #eee;
    border-right-color: #ccc
}

.sws .input-append .add-on {
    margin-right: 0;
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.sws .input-append input:first-child {
    *margin-left: -160px
}

.sws .input-append input:first-child + .add-on {
    *margin-left: -21px
}

.sws .search-query {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px
}

.sws .form-search input, .sws .form-inline input, .sws .form-horizontal input, .sws .form-search textarea, .sws .form-inline textarea, .sws .form-horizontal textarea, .sws .form-search select, .sws .form-inline select, .sws .form-horizontal select, .sws .form-search .help-inline, .sws .form-inline .help-inline, .sws .form-horizontal .help-inline, .sws .form-search .uneditable-input, .sws .form-inline .uneditable-input, .sws .form-horizontal .uneditable-input {
    display: inline-block;
    margin-bottom: 0
}

.sws .form-search .hide, .sws .form-inline .hide, .sws .form-horizontal .hide {
    display: none
}

.sws .form-search label, .sws .form-inline label, .sws .form-search .input-append, .sws .form-inline .input-append, .sws .form-search .input-prepend, .sws .form-inline .input-prepend {
    display: inline-block
}

.sws .form-search .input-append .add-on, .sws .form-inline .input-prepend .add-on, .sws .form-search .input-append .add-on, .sws .form-inline .input-prepend .add-on {
    vertical-align: middle
}

.sws .form-search .radio, .sws .form-inline .radio, .sws .form-search .checkbox, .sws .form-inline .checkbox {
    margin-bottom: 0;
    vertical-align: middle
}

.sws .control-group {
    margin-bottom: 9px
}

.sws legend + .control-group {
    margin-top: 18px;
    -webkit-margin-top-collapse: separate
}

.sws .form-horizontal .control-group {
    margin-bottom: 18px;
    *zoom: 1
}

.sws .form-horizontal .control-group:before, .sws .form-horizontal .control-group:after {
    display: table;
    content: ""
}

.sws .form-horizontal .control-group:after {
    clear: both
}

.sws .form-horizontal .control-label {
    float: left;
    width: 140px;
    padding-top: 5px;
    text-align: right
}

.sws .form-horizontal .controls {
    margin-left: 160px
}

.sws .form-horizontal .form-actions {
    padding-left: 160px
}

.sws table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.sws .table {
    width: 100%;
    margin-bottom: 18px
}

.sws .table th, .sws .table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.sws .table th {
    font-weight: bold
}

.sws .table thead th {
    vertical-align: bottom
}

.sws .table thead:first-child tr th, .sws .table thead:first-child tr td {
    border-top: 0
}

.sws .table tbody + tbody {
    border-top: 2px solid #ddd
}

.sws .table-condensed th, .sws .table-condensed td {
    padding: 4px 5px
}

.sws .table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapsed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sws .table-bordered th + th, .sws .table-bordered td + td, .sws .table-bordered th + td, .sws .table-bordered td + th {
    border-left: 1px solid #ddd
}

.sws .table-bordered thead:first-child tr:first-child th, .sws .table-bordered tbody:first-child tr:first-child th, .sws .table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}

.sws .table-bordered thead:first-child tr:first-child th:first-child, .sws .table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0
}

.sws .table-bordered thead:first-child tr:first-child th:last-child, .sws .table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0
}

.sws .table-bordered thead:last-child tr:last-child th:first-child, .sws .table-bordered tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px
}

.sws .table-bordered thead:last-child tr:last-child th:last-child, .sws .table-bordered tbody:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0
}

.sws .table-striped tbody tr:nth-child(odd) td, .sws .table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9
}

.sws .table tbody tr:hover td, .sws .table tbody tr:hover th {
    background-color: #f5f5f5
}

.sws table .span1 {
    float: none;
    width: 44px;
    margin-left: 0
}

.sws table .span2 {
    float: none;
    width: 124px;
    margin-left: 0
}

.sws table .span3 {
    float: none;
    width: 204px;
    margin-left: 0
}

.sws table .span4 {
    float: none;
    width: 284px;
    margin-left: 0
}

.sws table .span5 {
    float: none;
    width: 364px;
    margin-left: 0
}

.sws table .span6 {
    float: none;
    width: 444px;
    margin-left: 0
}

.sws table .span7 {
    float: none;
    width: 524px;
    margin-left: 0
}

.sws table .span8 {
    float: none;
    width: 604px;
    margin-left: 0
}

.sws table .span9 {
    float: none;
    width: 684px;
    margin-left: 0
}

.sws table .span10 {
    float: none;
    width: 764px;
    margin-left: 0
}

.sws table .span11 {
    float: none;
    width: 844px;
    margin-left: 0
}

.sws table .span12 {
    float: none;
    width: 924px;
    margin-left: 0
}

.sws .pagination {
    height: 36px;
    margin: 18px 0
}

.sws .pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -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)
}

.sws .pagination li {
    display: inline
}

.sws .pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0
}

.sws .pagination a:hover, .sws .pagination .active a {
    background-color: #f5f5f5
}

.sws .pagination .active a {
    color: #999;
    cursor: default
}

.sws .pagination .disabled a, .sws .pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.sws .pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.sws .pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.sws .pagination-centered {
    text-align: center
}

.sws .pagination-right {
    text-align: right
}

.sws .label {
    padding: 2px 4px 3px;
    font-size: 11.049999999999999px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.sws .label:hover {
    color: #fff;
    text-decoration: none
}

.sws .label-important {
    background-color: #b94a48
}

.sws .label-important:hover {
    background-color: #953b39
}

.sws .label-warning {
    background-color: #f89406
}

.sws .label-warning:hover {
    background-color: #c67605
}

.sws .label-success {
    background-color: #468847
}

.sws .label-success:hover {
    background-color: #356635
}

.sws .label-info {
    background-color: #3a87ad
}

.sws .label-info:hover {
    background-color: #2d6987
}

.sws .btn {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(top, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *margin-left: .3em
}

.sws .btn:hover, .sws .btn:active, .sws .btn.active, .sws .btn.disabled, .sws .btn[disabled] {
    background-color: #e6e6e6
}

.sws .btn:active, .sws .btn.active {
    background-color: #ccc \9
}

.sws .btn:first-child {
    *margin-left: 0
}

.sws .btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -ms-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.sws .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.sws .btn.active, .sws .btn:active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    outline: 0
}

.sws .btn.disabled, .sws .btn[disabled] {
    cursor: default;
    background-image: none;
    background-color: #e6e6e6;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.sws .btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.sws .btn-large [class^="icon-"] {
    margin-top: 1px
}

.sws .btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px
}

.sws .btn-small [class^="icon-"] {
    margin-top: -1px
}

.sws .btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px
}

.sws .btn-primary, .sws .btn-primary:hover, .sws .btn-warning, .sws .btn-warning:hover, .sws .btn-danger, .sws .btn-danger:hover, .sws .btn-success, .sws .btn-success:hover, .sws .btn-info, .sws .btn-info:hover, .sws .btn-inverse, .sws .btn-inverse:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff
}

.sws .btn-primary.active, .sws .btn-warning.active, .sws .btn-danger.active, .sws .btn-success.active, .sws .btn-info.active, .sws .btn-dark.active {
    color: rgba(255, 255, 255, 0.75)
}

.sws .btn-primary {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.sws .btn-primary:hover, .sws .btn-primary:active, .sws .btn-primary.active, .sws .btn-primary.disabled, .sws .btn-primary[disabled] {
    background-color: #04c
}

.sws .btn-primary:active, .sws .btn-primary.active {
    background-color: #039 \9
}

.sws .btn-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.sws .btn-warning:hover, .sws .btn-warning:active, .sws .btn-warning.active, .sws .btn-warning.disabled, .sws .btn-warning[disabled] {
    background-color: #f89406
}

.sws .btn-warning:active, .sws .btn-warning.active {
    background-color: #c67605 \9
}

.sws .btn-danger {
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.sws .btn-danger:hover, .sws .btn-danger:active, .sws .btn-danger.active, .sws .btn-danger.disabled, .sws .btn-danger[disabled] {
    background-color: #bd362f
}

.sws .btn-danger:active, .sws .btn-danger.active {
    background-color: #942a25 \9
}

.sws .btn-success {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.sws .btn-success:hover, .sws .btn-success:active, .sws .btn-success.active, .sws .btn-success.disabled, .sws .btn-success[disabled] {
    background-color: #51a351
}

.sws .btn-success:active, .sws .btn-success.active {
    background-color: #408140 \9
}

.sws .btn-info {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.sws .btn-info:hover, .sws .btn-info:active, .sws .btn-info.active, .sws .btn-info.disabled, .sws .btn-info[disabled] {
    background-color: #2f96b4
}

.sws .btn-info:active, .sws .btn-info.active {
    background-color: #24748c \9
}

.sws .btn-inverse {
    background-color: #393939;
    background-image: -moz-linear-gradient(top, #454545, #262626);
    background-image: -ms-linear-gradient(top, #454545, #262626);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454545), to(#262626));
    background-image: -webkit-linear-gradient(top, #454545, #262626);
    background-image: -o-linear-gradient(top, #454545, #262626);
    background-image: linear-gradient(top, #454545, #262626);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545', endColorstr='#262626', GradientType=0);
    border-color: #262626 #262626 #000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.sws .btn-inverse:hover, .sws .btn-inverse:active, .sws .btn-inverse.active, .sws .btn-inverse.disabled, .sws .btn-inverse[disabled] {
    background-color: #262626
}

.sws .btn-inverse:active, .sws .btn-inverse.active {
    background-color: #0c0c0c \9
}

.sws button.btn, .sws input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px
}

.sws button.btn::-moz-focus-inner, .sws input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}

.sws button.btn.large, .sws input[type="submit"].btn.large {
    *padding-top: 7px;
    *padding-bottom: 7px
}

.sws button.btn.small, .sws input[type="submit"].btn.small {
    *padding-top: 3px;
    *padding-bottom: 3px
}

.sws .alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sws .alert, .sws .alert-heading {
    color: #c09853
}

.sws .alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px
}

.sws .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.sws .alert-success, .sws .alert-success .alert-heading {
    color: #468847
}

.sws .alert-danger, .sws .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7
}

.sws .alert-danger, .sws .alert-error, .sws .alert-danger .alert-heading, .sws .alert-error .alert-heading {
    color: #b94a48
}

.sws .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1
}

.sws .alert-info, .sws .alert-info .alert-heading {
    color: #3a87ad
}

.sws .alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.sws .alert-block > p, .sws .alert-block > ul {
    margin-bottom: 0
}

.sws .alert-block p + p {
    margin-top: 5px
}

.sws .pull-right {
    float: right
}

.sws .pull-left {
    float: left
}

.sws .hide {
    display: none
}

.sws .show {
    display: block
}

.sws .invisible {
    visibility: hidden
}

.sws .table th {
    background: #eee
}

.sws .table td {
    background: #fff
}

.sws .table td .alert {
    margin-bottom: 0
}

.sws .table td.row-header {
    text-align: right;
    font-weight: bold
}

.sws .table td.mod-title {
    font-weight: normal
}

.sws .table .totals-column {
    text-align: right
}

.sws .quantity input {
    width: 30px
}

.sws .loading {
    display: none
}

.sws .Actions input {
    cursor: pointer
}

.sws .Actions .loading {
    float: left;
    padding: 0 5px;
    margin-top: -4px
}

.cart .cartquantity input {
}

.cart input.remove-item-action, .cart .remove-item-js {
    background: url(../images/delete-item.png) no-repeat top left;
    border: 0;
    display: block;
    margin: 5px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    outline: 0
}

.cart .error {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    margin-bottom: 0
}

.cart .Actions {
    text-align: right
}

.cart .Actions .attribution {
    float: left;
    color: #999;
    font-size: 11px
}

.checkout section {
    float: left;
    margin: 5px 0;
    width: 100%
}

.checkout hr {
    border: 0;
    border-top: 1px solid #ccc;
    float: left;
    width: 100%;
    margin: 10px 0
}

.checkout h3 {
    height: 35px
}

.checkout .row-header {
    text-align: right;
    font-weight: bold
}

.checkout .address .field {
    float: left;
    margin: 0 10px 10px 0
}

.checkout .address .address-break {
    clear: both
}

.checkout .address #address-billing h3 {
    float: left;
    margin-right: 25px
}

.checkout .address #address-billing .shipping-same-address {
    float: left;
    margin-top: 3px
}

.checkout .personal-details div .CompositeField {
    float: left;
    margin-top: 10px
}

.checkout .personal-details div .CompositeField p.alert {
    max-width: 320px;
    margin: 20px 0
}

.checkout .order-details {
    position: relative
}

.checkout .order-details #checkout-order-table.loading-currently {
    opacity: .5;
    filter: alpha(opacity=50);
    background: #fff
}

.checkout .order-details .cart-loading {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center
}

.checkout .order-details .cart-loading div {
    position: relative;
    top: 50%;
    margin: 0 auto
}

.checkout .order-details .modifier-set-field select {
    width: auto;
    margin: 0
}

.checkout .order-details .modifier-set-field .row-header {
    vertical-align: middle
}

.checkout .order-details .error {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    margin-bottom: 0
}

.checkout .notes textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.checkout .payment-details .PaymentSet {
    list-style: none
}

.checkout .payment-details .PaymentSet li {
    border: 0
}

.checkout .payment-details .PaymentSet .paymentfields {
    float: left;
    margin-bottom: 15px;
    clear: left;
    border: 1px solid #ccc
}

.checkout .payment-details #Amount {
    display: none
}

.checkout .Actions {
    float: right
}

.product {
    margin-bottom: 15px;
    float: left;
    width: 100%
}

.product .product-image {
    float: left;
    padding: 5px
}

.product .product-image img {
    border: 4px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25)
}

.product .product-meta {
    float: left;
    padding: 0 5px
}

.product .product-meta .product-price-js {
    font-size: 22px;
    font-weight: normal
}

.good {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: white;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #d6e9c6;
    color: black
}

.product .product-description {
    clear: left
}

.product-category {
    float: left
}

.product-category .product-row {
    float: left;
    clear: left
}

.product-category .product-row .product-brief {
    float: left;
    padding: 10px;
    width: 150px
}

.product-category .product-row .product-brief .product-brief-image {
    float: left;
    padding: 5px;
    padding: 0
}

.product-category .product-row .product-brief .product-brief-image img {
    border: 4px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25)
}

.product-category .product-row .product-brief .product-brief-title {
    font-size: 16px;
    font-weight: normal
}

.product-category .product-row .product-brief .product-brief-price {
    font-size: 14px
}

.product-category .pagination {
    float: left;
    width: 100%
}

@media (max-width: 480px) {
    .cart .table {
        font-size: 11px
    }

    .cart .table th, .cart .table td {
        padding: 3px
    }

    .checkout .table {
        font-size: 11px
    }

    .checkout .table th, .checkout .table td {
        padding: 2px
    }

    .checkout .order-details select {
        font-size: 11px;
        padding: 4px 2px
    }

    .account-page .table {
        font-size: 11px
    }

    .account-page .table th, .account-page .table td {
        padding: 3px
    }

    .account .table {
        font-size: 11px
    }

    .account .table th, .account .table td {
        padding: 3px
    }
}

.message.bad {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
}

#OrderForm_OrderForm .text {
}

h4 {
    clear: left;
}

.message.required {
    color: red;
}

#RepayForm_RepayForm {
    padding-bottom: 20px;
}