@charset "utf-8";
/*
      ___           ___          _____
     /  /\         /__/\        /  /::\
    /  /::\       _\_ \:\      /  /:/\:\
   /  /:/\:\     /__/\ \:\    /  /:/  \:\
  /  /:/~/:/    _\_ \:\ \:\  /__/:/ \__\:|
 /__/:/ /:/___ /__/\ \:\ \:\ \  \:\ /  /:/
 \  \:\/:::::/ \  \:\ \:\/:/  \  \:\  /:/
  \  \::/~~~~   \  \:\ \::/    \  \:\/:/
   \  \:\        \  \:\/:/      \  \::/
    \  \:\        \  \::/        \__\/
     \__\/         \__\/
            Jack @ www.rwd.click
             v1.0 | 13/04/2015
               CMS Framework
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center, strong, b,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    line-height: 1.375em;
    font: inherit;
    font-weight: normal;
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    list-style-type: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.feedback-table tr th {
    font-size: 13px;
    text-align: right;
}
table.feedback-table tr td {
    font-size: 12px;
    text-align: right;
}
table.feedback-table tr td.buttons {
    margin-left: 10px;
    text-align: left;
    width: 185px
}
table.feedback-table th:nth-of-type(5), table.feedback-table td:nth-of-type(5) {
    border-right: 1px solid #000;
    padding-right: 15px;

}

table.client-feedback-table tr th {
    font-size: 13px;
    text-align: right;
}
table.client-feedback-table tr td {
    font-size: 12px;
    text-align: right;
}
table.client-feedback-table tr td.buttons {
    margin-left: 10px;
    text-align: left;
}
table.client-feedback-table th:nth-of-type(3), table.client-feedback-table td:nth-of-type(3) {
    border-right: 1px solid #000;
    padding-right: 15px;

}

table.client-table tr th {
    font-size: 13px;
    text-align: right;
}
table.client-table tr th.center {
    text-align: center;
}
table.client-table tr td {
    font-size: 12px;
    text-align: right;
}
table.client-table tr td.buttons {
    margin-left: 10px;
    text-align: left;
}
table.client-table th:nth-of-type(3), table.client-table td:nth-of-type(3) {
    border-right: 1px solid #000;
    padding-right: 15px;

}

/* Other stuff and things */
article ol {
    list-style: decimal;
    padding-left: 30px;
}

article ul {
    list-style: disc;
    padding-left: 30px;
}

article li {
    margin-bottom: 3px;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

/* Main basic layout */
html, body {
    background-color: #fff;
}

.content {
    width: 1300px;
    padding: 20px;
    margin: 20px auto;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F5FAFD;
}

.content .table-bg {
    background: #F5FAFD;
    padding: 10px;
}

.box {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.right {
    float: right;
}

.end {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.b1 {
    width: 6.25%;
}

.b2 {
    width: 12.5%;
}

.b3 {
    width: 18.75%;
}

.b4 {
    width: 25%;
}

.b5 {
    width: 31.25%;
}

.b6 {
    width: 37.5%;
}

.b7 {
    width: 43.75%;
}

.b8 {
    width: 50%;
}

.b9 {
    width: 56.25%;
}

.b10 {
    width: 62.5%;
}

.b11 {
    width: 68.75%;
}

.b12 {
    width: 75%;
}

.b13 {
    width: 81.25%;
}

.b14 {
    width: 87.5%;
}

.b15 {
    width: 93.75%;
}

.b16 {
    width: 100%;
}

.third {
    width: 33.333%;
}

.twothird {
    width: 66.666%;
}

body, html {
    background: url("../../img/bg-white.png") no-repeat, url("../../img/bg-rep.jpg");
    background-size: 100% 800px, auto;
}

h1, h2 {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 400;
    color: #333;
}

h3, h4 {
    font-size: 21px;
    line-height: 1.6em;
    font-weight: 400;
    color: #333;
}

h5, h6 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    color: #333;
}

p, li {
    font-size: 0.95em;
    line-height: 1.6em;
    margin-bottom: 10px;
}

ul {
    padding-left: 20px;
}

ul li {
    list-style: disc;
}

a {
    color: #38a2a5;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
}

table {
    width: 100%;
    margin: 10px 0px 20px;
}

table.half {
    width: 75%;
    margin: 10px 0px 20px;
}

table thead tr th {
    font-weight: 600;
    font-size: 17px;
    text-align: left;
    padding: 5px;
}

table tr td {
    padding: 5px;
    font-size: 0.95em;
    line-height: 1.6em;
}

img.centerImg {
    text-align: center;
    vertical-align: middle;
}

nav {
    width: 1300px;
    margin: 20px auto;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 10px 20px;
    border: 1px solid #000;
    color: #000;
    font-weight: 400;
    background-color: #fff;
    border-radius:5px;
}

nav a:hover, nav a.active {
    text-decoration: none;
    background-color: #1D86C8;
    color: #fff;
    transition: 0.3s;
}

form.dash {
    margin: 10px auto 20px;
    border: 1px dashed #ccc;
    padding: 20px;
}

form.dash label {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.95em;
    line-height: 1.6em;
}

form.dash input, form.dash textarea, form.dash select {
    margin-bottom: 20px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.95em;
    line-height: 1.3em;
}

small {
    font-size: 10pt;
    line-height: 1.1em;
}

textarea {
   margin-top: 10px;
   width: 600px;
   height: 200px;
}

input {
    margin-bottom: 10px;
}

input[type=text] {
    width: 300px;
}

input[type=checkbox] {
    margin-bottom: 0px;
}

.img-gallery {
    display: inline-block;
    width: 100%;
}
.img-item {
    max-width: 33.33%;
    display: inline-block;
    margin: 10px;
}

.swatch-gallery {
    display: inline-block;
    width: 100%;
}
.swatch-item {
    width: calc(33.33% - 20px);
    display: inline-block;
    margin: 10px;
}

.product-options {
    display: block;
    width: 100%;
}
.product-option {
    display: inline-block;
    max-width: calc(20% - 15px);
    margin: 10px;
}
.product-option input {
    display: block;
    width: 100px;
}
tr.swatchRow {
    height: 150px;
    text-align: left;
    vertical-align: bottom;
}
.buttons {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.buttons a {
    margin: 0 3px;
    vertical-align: middle;
    display: inline-block;
}
.buttons a img {
    vertical-align: middle;
    transition: 0.3s;
}
.buttons a img:hover {
    cursor: pointer;
    background: #1D86C8;
}
button {
    color: #fff;
    background: #1D86C8;
    padding: 8px 15px;
    vertical-align: middle;
    border: 1px solid #1D86C8;
    border-radius: 5px;
    transition: 0.3s;
}

.buttons button {
    width: 180px;
    margin-left: 3px;
}
table.feedback-table .buttons button {
    width: 101px;
    margin-left: 3px;
    font-size: 12px;
}
table.client-feedback-table .buttons button {
    width: 140px;
    margin-left: 3px;
    font-size: 12px;
}
table.feedback-table tr td:first-child {
    width: 75px;
}
table.feedback-table tr td:first-child select {
    width: 75px;
    font-size: 10px;
    word-wrap: break-word;
}
table.feedback-table option {
    font-size: 10px;
}
button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    cursor: pointer;
}
img[alt="View"] {
    width: 18px;
    border: 1px solid #000;
    padding: 10px 7px;
    border-radius: 5px;
}
img[alt="Edit"] {
    width: 16px;
    border: 1px solid #000;
    padding: 8px 8px;
    border-radius: 5px;
}
img[alt="Delete"] {
    width: 14px;
    border: 1px solid #000;
    padding: 6px 9px;
    border-radius: 5px;
}
img[alt="Email"] {
    width: 14px;
    border: 1px solid #000;
    padding: 10px 9px;
    border-radius: 5px;
}
a.add-button, button.add-button {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 8px 15px 8px 40px;
    float: right;
    position: relative;
    margin-right: 83px;
    transition: 0.3s;
    border-radius: 5px;
    font-weight: 600;
}
a.add-button:before, button.add-button:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 20px;
    height: 100%;
    background: url("../img/add.svg") no-repeat center;
    background-size: 100%;
}
a.add-button:hover, button.add-button:hover {
    background: #1D86C8;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
select {
    background: #fff;
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 5px;
}
.header-logo {
    padding: 10px 0 0;
    text-align: center;
}
.header-logo img {
    width: 180px;
}

.scores {
    display: flex;
    width: 100%;
    max-width: 500px;
    margin: 30px auto 10px;
    align-items:center;
    justify-content:center;
}
.score-circle {
    flex: 1 1 25%;
}
.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-align: center;
    border: 3px solid #1D86C8;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.score-circle p {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #1D86C8;
    margin: 10px;
}