@charset "utf-8";

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,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
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: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}

::-moz-selection {
    background: rgba(2, 139, 255, 1);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: rgba(2, 139, 255, 1);
    color: #fff;
    text-shadow: none;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

body {
    color: #444;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 38px;
    line-height: 54px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}

h4 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
}

h5 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: normal;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
}

.Head {
    display: inline-block;
    margin-bottom: 6px;
}

td.Head,
td.SubHead,
td.SubSubHead {
    display: table-cell;
    margin-bottom: 0;
}

input[type="image"]+span.Head,
input[type="image"]+span.SubHead {
    display: inline;
}

p {
    margin: 0 0 18px 0;
}

p img {
    margin: 0;
}

em,
i {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

.Normal,
.NormalDisabled,
.NormalDeleted {
    color: #444;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    word-wrap: break-word;
}

.NormalDisabled,
.NormalDeleted {
    color: #999;
}

.Help {
    padding: 2px;
    border: #000 1px solid;
    background-color: #ff9;
    font-weight: normal;
    font-size: 11px;
    color: #000;
}

.NormalBold {
    font-weight: bold;
    color: #222;
}

.NormalRed {
    font-weight: bold;
    color: red;
}

.NormalDeleted {
    text-decoration: line-through;
}

blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

hr {
    clear: both;
    margin: 17px 0 17px;
    height: 0;
    border: solid #ddd;
    border-width: 1px 0 0;
}

a,
a:visited {
    color: rgb(2, 139, 255);
    text-decoration: underline;
    outline: 0;
}

a:hover,
a:focus,
a:active {
    color: #222;
    outline: 0;
}

p a,
p a:visited {
    line-height: inherit;
}

img.dnn-scale-img {
    max-width: 100%;
    height: auto;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

#dnn_dnnLOGO_imgLogo {
    border: 0;
}

ul,
ol {
    margin-bottom: 18px;
    margin-left: 18px;
}

ul {
    list-style: square outside;
}

ol {
    list-style: decimal;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-left: 18px;
    margin-bottom: 0;
}

ol ol {
    list-style: lower-roman;
}

li p {
    line-height: 18px;
}

.dnnFormMessage {
    display: block;
    padding: 17px 18px;
    margin-bottom: 18px;
    border: 1px solid rgba(2, 139, 255, 0.2);
    background: rgba(2, 139, 255, 0.15);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
}

.dnnFormMessage.dnnFormError,
.dnnFormMessage.dnnFormValidationSummary {
    background-color: rgba(255, 0, 0, 0.15);
    border-color: rgba(255, 0, 0, 0.2);
}

.dnnFormMessage.dnnFormWarning {
    background-color: rgba(255, 255, 0, 0.15);
    border-color: #CDB21F;
}

.dnnFormMessage.dnnFormSuccess {
    background-color: rgba(0, 255, 0, 0.15);
    border-color: rgba(0, 255, 0, 0.5);
}

.dnnTableHeader {
    display: block;
    padding: 15px;
    background: none repeat scroll 0 0 #E3E3E5;
}

.dnnTableHeader a,
.dnnTableHeader input,
.dnnTableHeader select {
    margin: 0;
}

.dnnTableDisplay {
    margin-bottom: 18px;
    border: 1px solid #d1d1d1;
    border-left: 0;
    border-bottom: 0;
}

.dnnTableDisplay td,
.dnnTableDisplay th {
    padding: 5px 9px;
    border-bottom: 1px solid #d1d1d1;
}

.dnnTableDisplay th {
    padding: 0;
    border-left: 1px solid #d1d1d1;
    -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);
    box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);
}

.dnnTableDisplay th>span,
.dnnTableDisplay th>a {
    display: block;
    padding: 5px 9px;
}

.dnnTableDisplay td:first-child {
    border-left: 1px solid #cfcfcf;
}

.dnnTableDisplay label {
    display: inline;
    padding-left: 5px;
}

.dnnTableDisplay caption {
    display: none;
}

.dnnTableDisplay th {
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    text-align: left;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
    color: #333;
}

.dnnTableDisplay th a,
.dnnTableDisplay th label {
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.dnnTableDisplay th a {
    padding: 8px 9px;
}

.dnnTableDisplay th a:hover {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    color: #333;
}

.dnnTableDisplay th a:active {
    border-color: #999;
    background: #c6c6c6;
    background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6c6c6), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.dnnTableDisplay tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0.04);
}

.dnnTableDisplay tr:hover td {
    background: rgba(2, 139, 255, 0.15);
}

.dnnTableDisplay tfoot tr:hover td {
    background: none;
}

.dnnTableFilter {
    margin-bottom: 18px;
    background: rgba(0, 0, 0, 0.04);
}

.dnnTableFilter .dnnTableDisplay {
    margin-bottom: 0;
}

.dnnFilterSet {
    padding: 18px;
}

.dnnFilterSet label {
    display: inline-block;
}

.dnnFilterSet input,
.dnnFilterSet select {
    display: inline-block;
    margin: 0 5px;
}

.verticalFilter .dnnFilterSet {
    float: left;
    width: 20%;
    padding: 2% 18px;
}

.verticalFilter .dnnTableDisplay {
    float: right;
    width: 75%;
}

.verticalFilter input[type=search],
.verticalFilter select,
.verticalFilter input[type=text] {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.dnnResults {
    float: left;
    margin-bottom: 0;
}

.dnnPagination {
    float: right;
    margin: 0;
    padding: 0;
}

.dnnPagination li {
    float: left;
    list-style: none;
}

.dnnPagination li a,
.dnnPagination li span {
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
    color: #333;
}

.dnnPagination li a:hover {
    text-decoration: underline;
    color: #222;
}

.dnnPagination li span {
    color: #222;
    text-decoration: underline;
}

.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"] {
    margin-bottom: 18px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 12px;
}

.dnnFormItem input.aspNetDisabled,
.dnnFormItem textarea.aspNetDisabled {
    background: #ebebeb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #a7a7a7;
    border-width: 1px;
}

.aspNetDisabled,
a.aspNetDisabled,
.dnnDisabled,
a.dnnDisabled {
    color: #ccc;
    cursor: not-allowed;
    text-decoration: none;
}

.dnnFormItem input[type="text"]:active,
.dnnFormItem input[type="text"]:focus,
.dnnFormItem input[type="password"]:focus,
.dnnFormItem input[type="password"]:active,
.dnnFormItem input[type="email"]:active,
.dnnFormItem input[type="email"]:focus,
.dnnFormItem select:active,
.dnnFormItem select:focus,
.dnnFormItem textarea:active,
.dnnFormItem textarea:focus,
.dnnFormItem input[type="search"]:active,
.dnnFormItem input[type="search"]:focus {
    background: #fff;
    border: 1px solid rgba(2, 139, 255, 0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    color: #333;
}

.required label:after,
legend.required:after {
    display: inline-block;
    margin-top: -2px;
    margin-left: 9px;
    padding: 1px 9px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(0, 0, 0, 0.03);
    content: 'Required';
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #777;
}

.error label,
legend.error {
    color: rgba(255, 0, 0, 0.9);
}

.error input[type="text"],
.error select,
.error textarea,
.error input[type="email"],
.error input[type="search"] {
    border: 1px solid rgba(255, 0, 0, 0.6);
    color: rgba(255, 0, 0, 0.7);
}

.dnnFormItem button,
.dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    display: inline-block;
    padding: 9px 9px;
    margin-bottom: 9px;
    cursor: pointer;
    min-width: 75px;
    *overflow: visible;
    border: 1px solid #c2c2c2;
    background: #eaeaea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.dnnFormItem button,
.dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction {
    padding: 6px 6px;
}

.dnnPrimaryAction,
.dnnFormItem input[type="submit"],
a.dnnPrimaryAction {
    border-color: #0D569E;
    background: #3792ED;
    background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #358eea), color-stop(100%, #2170cd));
    background: -webkit-linear-gradient(top, #358eea 0%, #2170cd 100%);
    background: linear-gradient(top, #358eea 0%, #2170cd 100%);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;
}

.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover,
a.dnnPrimaryAction:hover {
    border-color: #0D569E;
    background: #6cb6f3;
    background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6cb6f3), color-stop(100%, #4387d2));
    background: -webkit-linear-gradient(top, #6cb6f3 0%, #4387d2 100%);
    background: linear-gradient(top, #6cb6f3 0%, #4387d2 100%);
    color: #fff;
}

.dnnPrimaryAction:active,
.dnnFormItem input[type="submit"]:active,
a.dnnPrimaryAction:active {
    border-color: #0D569E;
    background: #1f66be;
    background: -moz-linear-gradient(top, #1f66be 0%, #3085e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f66be), color-stop(100%, #3085e0));
    background: -webkit-linear-gradient(top, #1f66be 0%, #3085e0 100%);
    background: linear-gradient(top, #1f66be 0%, #3085e0 100%);
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.dnnPrimaryAction[disabled],
.dnnPrimaryAction[disabled]:hover,
.dnnPrimaryAction[disabled]:active {
    background: #ccc !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #aaa !important;
    text-shadow: none;
}

.dnnFormItem button,
.dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    background: linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px #ffffff;
    color: #333;
}

.dnnFormItem button:hover,
.dnnFormItem input[type="button"]:hover,
.dnnFormItem input[type="reset"]:hover,
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
ul.dnnAdminTabNav li a:hover,
.dnnLogin .LoginTabGroup span:hover {
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e8e8e8));
    background: -webkit-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    background: linear-gradient(top, #fefefe 0%, #e8e8e8 100%);
    color: #555;
}

.dnnFormItem button:active,
.dnnFormItem input[type="button"]:active,
.dnnFormItem input[type="reset"]:active,
.dnnFormItem input[type="reset"]:active,
.dnnSecondaryAction:active,
a.dnnSecondaryAction:active,
ul.dnnAdminTabNav li a:active {
    border-color: #999;
    background: #c6c6c6;
    background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6c6c6), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    background: linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%);
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}

span.dnnPrimaryAction>input[type="image"],
span.dnnSecondaryAction>input[type="image"] {
    display: none;
}

span.dnnPrimaryAction>a.dnnPrimaryAction,
span.dnnSecondaryAction>a.dnnSecondaryAction {
    display: inline;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dnnTertiaryAction,
a.dnnTertiaryAction {
    padding: 10px 10px;
    border: none;
    background: #eaeaea;
    color: #333;
}

.dnnTertiaryAction:hover,
a.dnnTertiaryAction:hover {
    background: #f2f2f2;
}

.dnnTertiaryAction:active,
a.dnnTertiaryAction:active {
    background: #d8d8d8;
}

.dnnFormItem input[type="text"]+a.dnnPrimaryAction,
.dnnFormItem input[type="text"]+a.dnnSecondaryAction,
.dnnFormItem input[type="text"]+a.dnnTerriaryAction {
    margin-left: 5px;
}

.dnnFormItem input[type="checkbox"]+span,
.dnnFormItem input[type="radio"]+span {
    margin: 5px;
}

.StandardButton {
    border: 1px solid blue;
}

.dnnFormItem button[disabled],
.dnnFormItem input[disabled] {
    cursor: default;
    opacity: 0.5;
}

.dnnFormItem input[type="checkbox"],
.dnnFormItem input[type="radio"] {
    *width: 13px;
    *height: 13px;
    padding: 0;
    box-sizing: border-box;
}

.dnnFormItem input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.dnnFormItem input[type="search"]::-webkit-search-decoration,
.dnnFormItem input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.dnnFormItem button::-moz-focus-inner,
.dnnFormItem input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.dnnFormItem textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

.dnnFormItem input:valid,
.dnnFormItem textarea:valid {}

.dnnFormItem input:invalid,
.dnnFormItem textarea:invalid {
    background-color: #f0dddd;
}

.horizontal ul.categories,
.horizontal ul.tags {
    list-style: none;
}

.horizontal ul.categories {}

.horizontal ul.tags {}

.horizontal ul.categories li,
.horizontal ul.tags li {}

.horizontal ul.tags li.add-tags {}

.horizontal ul.tags li.add-tags img {}

.vertical ul.categories,
.vertical ul.tags {
    list-style: none;
}

.vertical ul.categories li,
.vertical ul.tags li {}

.vertical ul.categories li {}

.vertical ul.tags li {}

.vertical ul.tags li.add-tags {}

.vertical ul.tags li.add-tags img {}

ul.dnnAdminTabNav {
    display: inline-block;
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
    min-height: 37px;
    border-bottom: 1px solid #c2c2c2;
}

ul.dnnAdminTabNav li {
    float: left;
    margin-right: 4px;
    list-style: none;
}

ul.dnnAdminTabNav li a {
    margin-bottom: 0;
    border-bottom: 0;
    box-shadow: none;
    webkit-box-shadow: none;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

ul.dnnAdminTabNav li.ui-tabs-active a {
    margin-top: -3px;
    padding: 12px 9px 10px 9px;
    background: #fff;
}

.ui-tabs .ui-tabs-panel {
    position: relative;
    display: block;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}

.dnnLogin .LoginTabGroup {
    display: inline-block;
    width: 100%;
    height: 37px;
    margin-left: 0;
    margin-top: 5px;
    border-bottom: 1px solid #C2C2C2;
}

.dnnLogin .LoginTabGroup span {
    margin-right: 4px;
    margin-bottom: 0;
    border-bottom: 0 none;
    border-radius: 3px 3px 0 0;
    box-shadow: none;
}

.dnnLogin .LoginTabGroup span.LoginTabSelected {
    margin-top: -3px;
    padding: 12px 9px 10px;
    background: none repeat scroll 0 0 #FFFFFF;
}

.dnnForm .ui-resizable {
    position: relative;
}

.dnnForm .ui-resizable-handle {
    position: absolute;
    display: block;
    z-index: 99999;
    font-size: 0.1px;
}

.dnnForm .ui-resizable-disabled .ui-resizable-handle,
.dnnForm .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.dnnForm .ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.dnnForm .ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.dnnForm .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.dnnForm .ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.dnnForm .ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.dnnForm .ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.dnnForm .ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.dnnForm .ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.dnnForm {
    width: 100%;
}

.dnnForm fieldset {
    clear: none;
    position: relative;
    margin-bottom: 18px;
    text-align: left;
}

.dnnForm fieldset fieldset {
    width: 100%;
}

.dnnForm .dnnFormItem {
    clear: both;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
}

.dnnTooltip {
    position: relative;
    display: block;
    width: 32.075%;
    margin-right: 18px;
}

.dnnHelperTip {
    position: relative;
    display: block;
}

.dnnDragdropTip {
    z-index: 10000;
    position: absolute;
    width: auto !important;
    height: auto !important;
    padding: 10px;
    padding-left: 30px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.75) url("../images/pin-icn.png") no-repeat 7px 12px;
    font-size: 11px;
    color: #DDD;
    text-align: left;
}

span.dnnFormRequired:after,
div.dnnFormItem.dnnFormRequired>div.dnnLabel span:after {
    content: "*";
    display: inline-block;
    margin: 0 0 0 5px;
    color: Red;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}

.dnnFormItem input[type="checkbox"]+span,
.dnnFormItem input[type="radio"]+span {
    display: inline-block;
    width: auto;
    margin: 6px 5px 6px 5px;
}

a.dnnFormHelp,
.dnnForm .dnnFormItem a.dnnFormHelp,
.dnnTooltip label a.dnnFormHelp {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

a.dnnFormHelp {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 14px;
    height: 15px;
    background: url("../images/helpI-icn-grey.png") no-repeat left 2px;
    padding: 0 !important;
    margin: 0 !important;
}

.dnnLabel {
    display: inline-block;
    float: left;
    position: relative;
    width: 32.075%;
    padding-right: 20px;
    margin-right: 18px;
    overflow: visible;
    text-align: right;
}

.dnnFormItem>.dnnLabel {
    margin-top: 5px;
}

.dnnLabel>span {
    text-align: right;
}

.dnnForm .dnnFormItem a.dnnFormHelp span {
    position: relative;
}

.dnnForm .dnnFormItem a.dnnFormHelp img {
    display: block;
}

.dnnLabel+span {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    white-space: pre-line;
}

td>.dnnLabel {
    width: 220px;
}

.dnnTooltip .dnnFormHelpContent,
.dnnHelperTip .dnnFormHelpContent {
    visibility: hidden;
    z-index: 10;
    position: absolute;
    width: 200px;
    padding: 10px;
    padding-left: 30px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.75);
    font-size: 11px;
    color: #ddd;
    text-align: left;
}

.dnnFormHelpContent span {
    display: block;
    word-wrap: break-word;
}

.dnnTooltip .dnnFormHelpContent .dnnHelpText {
    word-wrap: break-word;
}

.bottomArrow:after {
    position: absolute;
    content: "";
    left: 15px;
    bottom: -7px;
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
}

.topArrow:before {
    position: absolute;
    content: "";
    left: 15px;
    top: -7px;
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #000;
}

a.pinHelp {
    display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    background: url("../images/pin-icn.png") no-repeat 0 0;
}

.ui-draggable a.pinHelp,
a.pinHelp:hover {
    opacity: 1;
}

.dnnFormItem span.dnnFormMessage.dnnFormError {
    display: block;
    position: absolute;
    overflow: visible;
    bottom: 95%;
    right: 12%;
    width: 200px;
    margin-bottom: 0;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background: rgba(255, 0, 0, 0.75);
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.dnnFormItem span.dnnFormMessage.dnnFormError:after {
    position: absolute;
    bottom: -7px;
    left: 15px;
    content: "";
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid red;
}

.dnnFormItem input[type="text"],
.dnnFormItem input[type="password"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="tel"],
.dnnFormItem select,
.dnnFormItem textarea {
    width: 45%;
    max-width: 445px;
}

.dnnFormItem select {
    width: 47%;
}

.dnnFormItem select option {
    color: #333;
}

.dnnFormItem table {
    background: none;
}

.dnnCheckbox {
    display: inline-block;
    cursor: pointer;
}

.dnnCheckbox .mark {
    display: inline-block;
}

.dnnCheckbox img {
    display: inline-block;
    width: 20px;
    height: 18px;
    min-width: 20px;
    vertical-align: middle;
}

.dnnCheckbox img {
    background: transparent url("../images/checkbox.png") no-repeat;
}

.dnnCheckbox img {
    background-position: 0px 0px;
}

.dnnCheckbox-hover img {
    background-position: 0px 0px;
}

.dnnCheckbox-checked img {
    background-position: -51px 0px;
}

.dnnCheckbox-disabled {
    cursor: not-allowed;
}

.dnnCheckbox-disabled img {
    opacity: .5;
}

.dnnCheckbox-checked-error img {
    background-position: -150px 0px;
}

.dnnCheckbox-error img {
    background-position: -100px 0px;
}

.dnnCheckbox-focus {
    background-color: #e3e3e5;
}

.dnnBoxLabel {
    display: inline-block;
}

.dnnFormItem input[type="checkbox"].normalCheckBox {
    display: inline-block;
    margin: 8px 0 4px 0;
}

.dnnRadiobutton {
    display: inline-block;
    cursor: pointer;
}

.dnnRadiobutton .mark {
    display: inline-block;
}

.dnnRadiobutton img {
    width: 20px;
    height: 18px;
    min-width: 20px;
    vertical-align: middle;
}

.dnnRadiobutton img {
    background: transparent url("../images/radiobutton.png") no-repeat;
}

.dnnRadiobutton img {
    background-position: 0px 0px;
}

.dnnRadiobutton-hover img {
    background-position: 0px 0px;
}

.dnnRadiobutton-checked img {
    background-position: -50px 0px;
}

.dnnRadiobutton-disabled img {
    opacity: .5;
}

.dnnRadiobutton-checked-error img {
    background-position: -150px 0px;
}

.dnnRadiobutton-error img {
    background-position: -100px 0px;
}

.dnnRadiobutton-focus {
    background-color: #e3e3e5;
}

div.dnnFormRadioButtons,
div.dnnHSRadioButtons,
span.dnnFormRadioButtons,
span.dnnHSRadioButtons {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
}

table.dnnFormRadioButtons {
    background-color: #f0f0f0;
    margin-bottom: 5px;
}

.RadComboBox_Default .rcbInput {
    width: 100% !important;
}

div.dnnFormGroup {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    width: 65%;
}

.dnnSpinner {
    display: inline-block;
    position: relative;
    width: 150px;
    padding: 6px 6px;
    *overflow: visible;
    border: 1px solid #c9c9c9;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f2f1));
    background: -webkit-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: linear-gradient(top, #fff 0%, #f0f2f1 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
}

.dnnFormItem .dnnSpinner {
    width: 45%;
    margin-bottom: 18px;
}

.dnnSpinnerDisplay {
    margin: 0 25px 0 8px;
    background: transparent;
    color: #999;
}

.dnnFormItem .dnnSpinnerDisplay>input[type="text"],
.dnnFormItem .dnnSpinnerDisplay>input[type="text"]:focus {
    border: none;
    margin: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.dnnSpinnerCtrl {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    background-color: transparent;
    border-left: 1px solid #c9c9c9;
}

.dnnSpinnerCtrl>a.dnnSpinnerTopButton {
    display: block;
    width: 25px;
    height: 16px;
    background: transparent url("../images/dnnSpinnerUpArrow.png") no-repeat;
    background-position: center;
    cursor: pointer;
}

.dnnSpinnerCtrl>a.dnnSpinnerBotButton {
    display: block;
    width: 25px;
    height: 16px;
    background: transparent url("../images/dnnSpinnerDownArrow.png") no-repeat;
    background-position: center;
    cursor: pointer;
}

div.dnnTagsInput {
    display: inline-block;
    margin: 0;
    padding: 5px 0 0 5px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.dnnFormItem .dnnTagsInput {
    width: 45%;
}

div.dnnTagsInput span.tag {
    display: block;
    float: left;
    padding: 2px 6px 2px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    color: #888;
    cursor: pointer;
    background-color: #eee;
    word-break: break-word;
}

div.dnnTagsInput span.tag:hover {
    background-color: #e8f1fa;
    color: #444;
}

div.dnnTagsInput span.tag a {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 6px 0 0 0;
    background: transparent url("../images/dnnTagClose.png") no-repeat;
    background-position: center;
}

div.dnnTagsInput>div>input,
div.dnnTagsInput>div>input:focus {
    border: none;
    background: transparent;
    outline: none;
    font-weight: normal;
    font-family: helvetica;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    height: 19px;
    padding: 3px 0 3px 3px;
    margin-bottom: 5px;
}

div.dnnTagsInput>div>input::-ms-clear {
    display: none;
}

div.dnnTagsInput div {
    display: block;
    float: left;
}

div.dnnTagsInput div.dnnTags_filter {
    float: right;
    position: relative;
    margin: 0 0 5px 5px;
}

div.dnnTagsInput div.dnnTags_filter>.dnnTags_filter_label {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding: 3px 15px 0 10px;
    margin-right: 3px;
    color: #999;
    cursor: pointer;
    background: url("../images/dnnSpinnerDownArrow.png") no-repeat;
    background-position: right center;
    height: 22px;
}

div.dnnTagsInput div.dnnTags_filter>.dnnTags_filter_label.dnnExpanded {
    color: #666;
    background: url("../images/dnnSpinnerUpArrow.png") no-repeat;
    background-position: right center;
}

div.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl {
    display: none;
    position: absolute;
    list-style-type: none;
    background: #fff;
    border: 1px solid #c9c9c9;
    right: 22px;
    top: 28px;
    margin: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px #bbb;
    box-shadow: 0px 2px 0px 0px #bbb;
    z-index: 15;
}

.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl>li {
    white-space: nowrap;
    padding: 6px 12px 6px 8px;
    border-top: 1px solid #c9c9c9;
    list-style: none;
    color: #666;
    min-width: 150px;
}

.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl>li:first-child {
    border-top: none;
}

.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl>li:hover {
    background-color: #e8f1fa;
    color: #333;
}

.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl>li>input {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    cursor: pointer;
}

.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl>li>span.dnnCheckbox {
    margin-right: 8px;
}

.dnnTagsInput div.dnnTags_filter>ul.dnnTags_filter_dropdownUl>li>label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

div.dnnTagsInput div.dnnTags_filter a.dnnSearchButton {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("../images/search/searchButton.png");
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    cursor: pointer;
    margin: 4px 5px 0 4px;
}

.dnnTagsClear {
    clear: both;
    width: 100%;
    height: 0px;
}

div.dnnTagsInput>div>input.dnnTagsInvalid {
    display: block;
    float: left;
    margin-right: 5px;
    border: none;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FBD8DB;
    cursor: pointer;
    font-size: 12px;
    color: #90111A !important;
    text-decoration: none;
}

.dnn_acResults {
    padding: 0px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    overflow: hidden;
    z-index: 900001;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px #bbb;
    box-shadow: 0px 2px 0px 0px #bbb;
    min-width: 150px;
}

.dnn_acResults ul {
    margin: 0px;
    padding: 0px;
    list-style-position: outside;
    list-style: none;
}

.dnn_acResults ul li {
    margin: 0px;
    padding: 6px 22px 6px 22px;
    border-top: 1px solid #c9c9c9;
    color: #666;
    cursor: pointer;
    display: block;
    overflow: hidden;
    color: #333;
}

.dnn_acResults ul li:first-child {
    border-top: none;
}

.dnn_acLoading {}

.dnn_acSelect {
    background-color: #e8f1fa;
    color: #333;
}

.dnnFormMessage .dnnLabel {
    float: none;
    width: 90%;
    text-align: left;
}

.dnnFormSectionHead span {
    font-size: 18px;
    color: #222;
}

.dnnProgressbar {
    height: 25px !important;
    padding: 18px 10px 0 10px;
    border: 1px solid #c9c9c9;
    background: #fff;
    background: -moz-linear-gradient(top, #f0f2f1 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f2f1), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f0f2f1 0%, #fff 100%);
    background: linear-gradient(top, #f0f2f1 0%, #fff 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0px 1px 0px 0px #fff;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25), 0px 1px 0px 0px #fff;
}

.ui-progressbar {
    height: 10px !important;
    overflow: hidden;
    background-color: #ccc;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbb;
    box-shadow: inset 0px 1px 0px 0px #bbb;
    text-align: left;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0;
    height: 100%;
    background-color: #1a82f7;
    background: -moz-linear-gradient(left, #2b7fda 0%, #3fbdff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2b7fda), color-stop(100%, #3fbdff));
    background: -webkit-linear-gradient(left, #2b7fda 0%, #3fbdff 100%);
    background: linear-gradient(left, #2b7fda 0%, #3fbdff 100%);
}

.dnnDropdownSettings {
    position: relative;
    height: 30px !important;
}

.dnnButtonDropdown {
    width: 50px;
    height: 30px !important;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f2f1));
    background: -webkit-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: linear-gradient(top, #fff 0%, #f0f2f1 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    border: 1px solid #c9c9c9;
    cursor: pointer;
}

.dnnButtonIcon,
.dnnButtonArrow {
    display: inline-block;
    height: 30px !important;
}

.dnnButtonIcon {
    width: 32px;
}

.dnnButtonArrow {
    width: 10px;
    background: transparent url("../images/dnnSpinnerDownArrow.png") no-repeat center;
}

.dnnButtonDropdown-clicked {
    z-index: 100;
    position: absolute;
    width: 50px;
    height: 30px !important;
    background: #fff;
    border: 1px solid #c9c9c9;
    border-bottom: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.dnnButtonDropdown-ul {
    display: none;
    position: absolute;
    z-index: 99;
    top: 29px;
    left: 0;
    width: 200px;
    margin-left: 0;
    background: #fff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 0px 0px #bbb;
    box-shadow: 0px 2px 0px 0px #bbb;
    list-style-type: none;
}

.dnnButtonDropdown-ul>li,
.dnnButtonDropdown-ul>ul>li {
    padding: 8px;
    border-bottom: 1px solid #c9c9c9;
    color: #333;
    cursor: pointer;
    vertical-align: middle;
    list-style: none;
    margin: 0;
}

.dnnButtonDropdown-ul>ul {
    margin: 0;
}

.dnnButtonDropdown-ul>ul>li {
    padding-left: 16px;
}

.dnnButtonDropdown-ul>li:last-child {
    border-bottom: none !important;
}

.dnnButtonDropdown-ul>li:hover {
    background-color: #e8f1fa;
    color: #000;
}

ul.dnnButtonGroup {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f2f1));
    background: -webkit-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: linear-gradient(top, #fff 0%, #f0f2f1 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    list-style: none;
}

ul.dnnButtonGroup>li {
    display: block;
    float: left;
    border-left: 1px solid #c9c9c9;
    margin: 0;
}

ul.dnnButtonGroup>li:hover {
    background-color: #e8f1fa;
}

ul.dnnButtonGroup>li.dnnButtonGroup-first {
    display: none;
}

ul.dnnButtonGroup>li.dnnButtonGroup-first+li {
    border-left: none;
}

ul.dnnButtonGroup>li>a {
    display: inline-block;
    padding: 7px 7px 6px 7px;
    text-decoration: none;
    color: #333;
}

ul.dnnButtonGroup span {
    color: #333;
}

.dnnFormItem .dnnInputGroup {
    float: left;
    display: block;
    width: 32.075%;
    padding: 5px;
    margin-bottom: 18px;
    background: rgba(0, 0, 0, 0.05);
}

.dnnFormItem .dnnInputGroup .dnnLeft {
    width: 100%;
}

.dnnFormItem .dnnInputGroup span {
    display: inline-block;
    width: 33%;
    text-align: right;
}

.dnnFormError label a span {
    color: red;
}

.dnnFormError input[type="text"],
.dnnFormError input[type="password"],
.dnnFormError input[type="email"],
.dnnFormError input[type="tel"],
.dnnFormError select,
.dnnFormError textarea {
    border: 1px solid red;
}

.dnnFormItem input[type="text"]+.dnnTertiaryAction,
.dnnFormItem input[type="password"]+.dnnTertiaryAction,
.dnnFormItem input[type="email"]+.dnnTertiaryAction,
.dnnFormItem input[type="tel"]+.dnnTertiaryAction,
.dnnFormItem select+.dnnTertiaryAction {
    display: inline-block;
    max-width: 60px;
}

.dnnForm fieldset.dnnFormInformation {
    float: left;
    width: 32.075%;
    margin-left: 16px;
    padding: 18px 0;
    background: rgba(0, 0, 0, 0.05);
}

.dnnFormItem textarea {
    min-height: 80px;
}

.dnnAddress input[type="checkbox"] {
    margin: 0 5px;
}

.dnnFormRadioButtons {
    float: left;
    display: block;
    width: auto;
}

.dnnFormRadioButtons input[type=radio] {
    float: none;
}

.dnnFormRadioButtons label,
.dnnFormItem input[type=radio]+label {
    float: none;
    display: inline;
    width: auto;
    padding-right: 0;
    margin: 0 10px 0 0;
    text-align: left;
    font-weight: normal;
}

.dnnTextEditor {
    margin-bottom: 18px;
}

.dnnActions {
    float: none;
    clear: both;
    display: block;
    margin: 0;
    padding-top: 18px;
    text-align: left;
}

.dnnActions li {
    float: left;
    margin-right: 5px;
    list-style: none;
}

.dnnLoginActions {
    display: inline-block;
}

.dnnForm.dnnShortForm .dnnFormItem label {
    float: none;
    width: 100%;
    margin-bottom: 0.25em;
    text-align: left;
}

.dnnForm.dnnShortForm .dnnFormItem input,
.dnnForm.dnnShortForm .dnnFormItem select,
.dnnForm.dnnShortForm .dnnFormItem textarea {
    float: none;
    text-align: left;
}

.dnnForm.dnnShortForm .dnnFormItem a.dnnFormHelp {
    background-position: left;
    padding-left: 22px;
}

.dnnForm .ui-helper-hidden {
    display: none;
}

.dnnForm .ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}

.dnnForm .ui-state-highlight,
.dnnForm .ui-widget-content .ui-state-highlight,
.dnnForm .ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c;
    color: #363636;
}

.dnnForm .ui-state-highlight a,
.dnnForm .ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.dnnForm .ui-state-error,
.dnnForm .ui-widget-content .ui-state-error,
.dnnForm .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900;
    color: #ffffff;
}

.dnnForm .ui-state-error a,
.dnnForm .ui-widget-content .ui-state-error a,
.dnnForm .ui-widget-header .ui-state-error a {
    color: #ffffff;
}

.dnnForm .ui-state-error-text,
.dnnForm .ui-widget-content .ui-state-error-text,
.dnnForm .ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.dnnForm .ui-priority-primary,
.dnnForm .ui-widget-content .ui-priority-primary,
.dnnForm .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.dnnForm .ui-priority-secondary,
.dnnForm .ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.dnnForm .ui-state-disabled,
.dnnForm .ui-widget-content .ui-state-disabled,
.dnnForm .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.dnnForm .ui-draggable {
    cursor: move;
}

.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-left,
.dnnForm .ui-corner-tl {
    border-radius: 4px;
}

.dnnForm .ui-corner-all,
.dnnForm .ui-corner-top,
.dnnForm .ui-corner-right,
.dnnForm .ui-corner-tr {
    border-radius: 4px;
}

.ModuleTitle_MenuContainer {
    border: 1px solid blue;
}

.ModuleTitle_MenuBar {}

.ModuleTitle_MenuItem {}

.ModuleTitle_MenuIcon {}

.ModuleTitle_SubMenu {}

.ModuleTitle_MenuBreak {}

.ModuleTitle_MenuItemSel {}

.ModuleTitle_MenuArrow {}

.ModuleTitle_RootMenuArrow {}

.MainMenu_MenuContainer {
    border: 1px solid green;
}

.MainMenu_MenuBar {}

.MainMenu_MenuItem {}

.MainMenu_MenuIcon {}

.MainMenu_SubMenu {}

.MainMenu_MenuBreak {}

.MainMenu_MenuItemSel {}

.MainMenu_MenuArrow {}

.MainMenu_RootMenuArrow {}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999;
}

.dnnFormPopup {
    position: absolute;
    padding: 18px;
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
    z-index: 100000;
}

.dnnFormPopup,
.dnnFormPopup>* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.dnnFormPopup .ui-dialog-titlebar {
    position: relative;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #ddd;
    cursor: move;
    font-size: 18px;
    font-weight: bold;
}

.dnnFormPopup .dnnModalCtrl {
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    width: 69px;
    height: 26px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 5px #666;
}

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
    float: right;
    display: block;
    height: 18px;
    width: 30px;
    margin: 4px 4px 0 1px;
    overflow: hidden;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border: none;
    outline: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #585858 url("../images/closeBtn.png") no-repeat;
    background-position: 8px 4px;
    text-indent: -9999em;
    min-width: 0 !important;
}

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close:hover {
    background: #358EEA url("../images/closeBtn.png") no-repeat;
    background-position: 8px 4px;
    cursor: pointer;
}

.dnnFormPopup .dnnModalCtrl a.dnnToggleMax {
    float: left;
    display: block;
    height: 18px;
    width: 30px;
    margin: 4px 0 0 4px;
    overflow: hidden;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #585858 url("../images/resizeBtn.png") no-repeat;
    background-position: 10px 2px;
    text-indent: -9999em;
}

.dnnFormPopup .dnnModalCtrl a.dnnToggleMax:hover {
    background: #358EEA url("../images/resizeBtn.png") no-repeat;
    background-position: 10px 2px;
}

div.ui-dialog-titlebar>.ui-dialog-titlebar-close {
    display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    height: 24px;
    width: 24px;
    margin: 0px;
    overflow: hidden;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #585858 url("../images/closeBtn.png") no-repeat;
    background-position: 4px 4px;
    border: 3px solid #fff;
    text-indent: -9999em;
    min-width: 0 !important;
}

.dnnFormPopup #iPopUp {
    width: 100% !important;
    padding-top: 10px;
}

.dnnFormPopup .ui-dialog-content,
#iPopUp .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0px;
    overflow: auto;
    background: #fff;
    zoom: 1;
}

.dnnFormPopup .ui-dialog-buttonpane {
    margin: .5em 0 0 0;
    padding: .3em 1em 0em 0em;
    overflow: hidden;
    border-width: 1px 0 0 0;
    background-image: none;
    text-align: left;
    border-top: 1px solid #ddd;
}

.dnnFormPopup .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0em;
    padding: 0.5em 1em;
    cursor: pointer;
    border: none;
    outline: none;
}

.dnnFormPopup .ui-resizable-se {
    float: right;
    height: 24px;
    width: 24px;
    background: url("../images/modal-resize-icn.png") no-repeat bottom;
}

.dnnFormPopup .dnnDialog {
    padding: 10px;
}

.dnnLoading {
    background: #fff url("../images/loading.gif") no-repeat center center;
    position: absolute;
    z-index: 9999;
}

.dnnPanelLoading {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -ms-opacity: 0.7;
    opacity: 0.7;
}

.urlControl label {
    width: auto;
    margin-top: 0;
    font-weight: normal;
}

.urlControlLinkType {
    width: auto;
}

.urlControlLinkType span,
.dnnFormItem .urlControlLinkType span {
    float: none;
    display: block;
    width: auto;
    text-align: left;
}

.dnnFormItem .ucLinkTypeRadioButtons label {
    display: inline-block;
    width: 260px;
    padding-right: 0;
    margin-top: 0;
    font-weight: normal;
    text-align: left;
}

.urlControlLinkType span input {
    min-width: 3%;
}

.dnnForm.dnnModuleSettings .dnnFormItem .urlControlLinkType span label {
    text-align: left;
}

.urlControlFileRow {
    clear: both;
}

.urlControlFileRow span.dnnFormLabel {
    width: auto;
    text-align: right;
}

.urlControlFileRow select,
.urlControlFileRow input[type=file] {
    clear: both;
}

.urlControlImagesRow {
    overflow: hidden;
    clear: both;
}

.urlControlImagesRow span.dnnFormLabel {
    width: auto;
    text-align: right;
}

.urlControlImagesRow select {
    clear: both;
}

.dnnWizardTab.ui-tabs {
    position: relative;
    padding: 0;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav {
    display: block;
    height: 46px;
    margin: 0;
    padding: 0;
    background: transparent url("../images/InstallWizardBG.png") repeat-x;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    border-bottom: 0 !important;
    list-style: none;
    white-space: nowrap;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer;
}

.dnnWizardTab.ui-tabs .ui-tabs-panel {
    clear: both;
    display: block;
    padding: 3em 1em 1.4em;
    border-width: 0;
    background: none;
}

.dnnWizardTab.ui-tabs .ui-tabs-hide {
    display: none !important;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li a {
    display: block;
}

.dnnWizardStep>span {
    display: block;
    float: left;
}

.dnnWizardStep {
    height: 46px;
    padding: 0 0 0 20px;
    background: transparent url("../images/InstallWizardBG.png") repeat-x;
    background-position: 0 0;
    cursor: pointer;
}

.ui-tabs .ui-tabs-nav li:first-child .dnnWizardStep {
    padding-left: 30px;
}

.dnnWizardStepNumber {
    margin: 10px 10px 0 0;
    padding: 3px 8px 3px 8px;
    background-color: #999;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    font-weight: bold;
}

.dnnWizardStepTitle {
    margin: 13px 20px 0 0;
    color: #999;
    font-weight: bold;
    text-decoration: none;
}

.dnnWizardStepArrow {
    width: 25px;
    height: 46px;
    background: transparent url("../images/InstallWizardBG.png") no-repeat;
    background-position: 0 -401px;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStep {
    height: 46px;
    background-position: 0 -100px;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepNumber {
    background-color: #333;
}

.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepTitle {
    color: #333;
}

.dnnFormExpandContent {
    margin: 10px 0;
}

.dnnFormExpandContent>a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}

table.dnnPermissionsGrid,
table.dnnGrid,
table.dnnASPGrid {
    margin-bottom: 20px;
    border: 1px solid #c9c9c9;
}

table.dnnPermissionsGrid {
    color: #777;
}

table.dnnPermissionsGrid tr.dnnGridHeader td {
    padding: 4px 4px 4px 4px;
    vertical-align: middle;
    line-height: 120%;
    text-align: center;
}

table.dnnPermissionsGrid tr.dnnGridItem td,
table.dnnPermissionsGrid tr.dnnGridAltItem td {
    padding: 5px 4px 5px 4px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    width: 70px;
    text-align: center;
}

table.dnnPermissionsGrid tr.dnnGridItem td.permissionHeader,
table.dnnPermissionsGrid tr.dnnGridAltItem td.permissionHeader {
    border-right: 1px solid #c9c9c9;
    text-align: left;
    padding-left: 10px;
    width: 150px;
}

table.dnnPermissionsGrid tr.dnnGridHeader td.permissionHeader {
    padding-left: 10px;
    text-align: left;
}

.dnnPermissionsGrid>.dnnFormItem label {
    margin-right: 8px;
    color: #777;
}

.dnnPermissionsGrid>.dnnFormItem select {
    width: 25%;
    margin: 0 5px 5px 0;
    min-width: 180px;
    color: #777;
}

.dnnPermissionsGrid>.dnnFormItem input {
    margin-bottom: 0;
    height: 17px;
    color: #777;
    width: 25%;
}

.dnnPermissionsGrid>.dnnFormItem ul.token-input-list-facebook {
    display: inline-block;
    vertical-align: top;
}

.dnnPermissionsGrid>.dnnFormItem>.leftGroup {
    margin-right: 35px;
    float: left;
}

.dnnPermissionsGrid>.dnnFormItem>.rightGroup {
    float: left;
}

.dnnPermissionsGrid>.dnnFormItem>.rightGroup>.dnnSecondaryAction {
    position: absolute;
}

.dnnPermissionsGrid>.dnnFormItem {
    margin-bottom: 18px;
    overflow: auto;
}

.dnnGridHeader td,
thead.dnnGridHeader th,
tr.dnnGridHeader th {
    padding: 6px 12px 6px 12px;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    background: #f0f2f1;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f2f1));
    background: -webkit-linear-gradient(top, #fff 0%, #f0f2f1 100%);
    background: linear-gradient(top, #fff 0%, #f0f2f1 100%);
}

.dnnGridItem td,
.dnnGridAltItem td {
    padding: 6px;
    border-right: 1px solid #c9c9c9;
}

.dnnGridItem td input,
.dnnGridAltItem td input {
    margin-bottom: none;
}

.dnnGridAltItem {
    background: #F2F2F2;
}

.dnnGridItem:hover,
.dnnGridAltItem:hover {
    background-color: #e8f1fa;
}

.urlControl {
    float: left;
    display: block;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

.urlControl select,
.urlControl input {
    width: 180px;
    margin-bottom: 10px;
}

.urlControl dnnFormItem>a.dnnSecondaryAction {
    margin: 10px 10px 0 0;
    float: left;
}

.urlControl .urlControlLinkType {
    float: left;
    width: 100%;
}

.urlControl .urlControlLinkType .dnnFormLabel {
    float: left;
    width: auto;
    margin-right: 5px;
}

.urlControl .urlControlLinkType input[type="radio"] {
    width: auto;
    margin-right: 5px;
}

span[id$="FileControl"] {
    display: block;
    float: left;
}

.dnnFilePicker {
    display: block;
    float: left;
    background-color: #f0f0f0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 15px 0 15px;
    width: 450px;
}

.dnnFilePicker .dnnLeft {
    margin: 0;
    padding: 0;
    margin-top: -30px;
}

.dnnFilePicker dnnFormItem {
    margin: 0;
    margin-top: -10px;
    padding: 0;
    position: static;
}

.dnnFilePicker .dnnLeft img {
    max-width: 135px;
    max-height: 100px;
}

.dnnFilePicker .dnnLeft .dnnFilePickerImageHolder {
    width: 135px;
    height: 100px;
    background-color: #ccc;
    margin: 20px 15px;
}

.dnnFilePicker .dnnFormItem span {
    display: block;
    float: left;
    width: 40px;
    margin-top: 8px;
    padding-left: 5px;
    text-align: left;
}

.dnnFilePicker select,
.dnnFilePicker input {
    width: 200px;
    margin: 0;
    margin-right: 10px;
    float: none;
}

.dnnFilePicker .dnnLeft a.dnnSecondaryAction {
    margin: 10px 10px 0 0;
    display: inline-block;
}

.dnnFilePicker .dnnLeft img {
    display: block;
    margin: 20px 15px;
}

span.dnnInputFileWrapper>input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
    height: 100%;
    font-size: 200px;
}

span.dnnInputFileWrapper {
    overflow: hidden !important;
    margin: 0px 4px 0 0;
    width: auto !important;
    display: block !important;
    float: left !important;
    position: relative;
}

span.dnnInputFileWrapper>span.dnnSecondaryAction {
    display: inline-block;
    float: none;
    width: auto;
}

.dnnFileUploadScope {
    display: block;
    float: left;
    background-color: #F0F0F0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0;
    width: 500px;
}

.dnnFileUploadScope .dnnLeft {
    margin: 0;
    padding: 15px 10px 15px 10px;
}

.dnnFileUploadScope .dnnLeft .dnnFormItem {
    margin-bottom: 10px;
}

.dnnFileUploadScope .dnnFormItem span,
.urlControlTab .dnnFormItem>span {
    display: block;
    float: left;
    width: 40px;
    margin-top: 8px;
    padding-left: 5px;
    text-align: left;
}

.dnnFileUploadScope .dnnFormItem .dnnDropDownList span {
    margin: 0;
    width: auto;
}

.dnnFileUploadScope .dnnFormItem .RadComboBox_Default,
.dnnFileUploadScope .dnnFormItem .dnnDropDownList {
    width: 180px;
    margin: 0;
    float: none;
}

.dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone {
    position: relative;
    margin: 0;
    width: 180px;
    height: 150px;
    background: #d9eeff;
    border: 1px dashed #bbb;
    box-shadow: 0px 1px 0px #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #4577a2;
}

.dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone span {
    display: block;
    position: absolute;
    left: 38px;
    top: 60px;
    color: #fff;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 7px;
    border-radius: 3px;
    box-shadow: 0px 1px 0px #fff, inset 1px 1px 0px #555;
    opacity: 0.5;
    cursor: default;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone:hover span {
    opacity: 1;
}

input.dnnFixedSizeComboBox {
    width: 200px !important;
    margin-right: 10px;
    float: left;
}

div.dnnFixedSizeComboBox {
    width: 218px !important;
    margin-right: 15px;
    float: left;
}

.dnnFixedSizeComboBox+a.dnnSecondaryAction {
    float: left;
    margin-right: 10px;
}

input.dnnSmallSizeComboBox {
    width: 100px !important;
    margin-right: 10px;
    float: left;
}

div.dnnSmallSizeComboBox {
    width: 118px !important;
    margin-right: 15px;
    float: left;
}

.dnnSmallSizeComboBox+a.dnnSecondaryAction {
    float: left;
    margin-right: 10px;
}

td.dnnGridHeaderTD-NoBorder {
    border-right: none !important;
}

tr.dnnGridItem td,
tr.dnnGridAltItem td {
    border-right: none;
}

tr.dnnGridItem td input {
    margin-bottom: 0;
}

h2.dnnFormSectionHead {
    margin-top: 8px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.03em;
}

h2.dnnFormSectionHead a {
    display: block;
    padding-left: 3px;
    background: url("../images/down-icn.png") no-repeat right 50%;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: normal;
}

h2.dnnFormSectionHead a:hover {
    color: #222;
    background: rgba(2, 139, 255, 0.05) url("../images/down-icn.png") no-repeat right 50%;
}

h2.dnnFormSectionHead a.dnnSectionExpanded {
    background: url("../images/up-icn.png") no-repeat right 50%;
    color: #222;
}

h2.dnnFormSectionHead a.dnnSectionExpanded:hover {
    color: #222;
    background: rgba(2, 139, 255, 0.05) url("../images/up-icn.png") no-repeat right 50%;
}

.dnnVerticalTabs {
    margin-left: 0;
}

.dnnVerticalTabs li {
    list-style: none;
}

.dnnVerticalTabs li a {
    display: block;
    padding: 15px 15px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.04);
    color: #999;
    text-decoration: none;
}

.dnnVerticalTabs li a:hover {
    background: rgba(0, 0, 0, 0.06);
    color: #333;
}

.dnnVerticalTabs li.active a {
    background: none;
    color: #333;
    border-right: 1px solid transparent;
}

.tabBody {
    display: none;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
    height: 100%;
    background: #ccc;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
    background: #ccc;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: transparent;
    position: relative;
}

.jspVerticalBar .jspTrack {
    width: 10px;
    margin: 0 0 0 3px;
}

.jspHorizontalBar .jspTrack {
    height: 5px;
    margin: 3px 0 3px 0;
}

.jspVerticalBar .jspCap {
    display: block;
    height: 3px;
    width: 11px;
}

.jspHorizontalBar .jspCap {
    display: block;
    width: 3px;
    height: 11px;
}

.jspDrag {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    opacity: .75;
    background: #000;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 5px;
}

div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons label {
    display: inline !important;
}

div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons span.dnnRadiobutton {
    display: inline !important;
}

div.ModDNNAnnouncementsC .urlControl label,
div.ModDNNLinksC .urlControl label {
    display: inline !important;
}

div.ModDNNFAQsC .Normal {
    width: auto !important;
}

div.ModDNNFeedbackC .dnnFormItem>label {
    display: inline-block;
    width: 33%;
    text-align: right;
}

div.ModDNNUserDefinedTableC div.RadEditor {
    height: auto !important;
}

div.ModDNNUserDefinedTableC ul.dnnActions {
    display: block;
}

div.ModDNNIFrameC .urlControl span.dnnRadiobutton {
    display: inline !important;
}

div.ModDNNIFrameC table.Normal td .dnnLabel {
    width: 100px;
}

div.ModDNNIFrameC table.Normal td span.dnnRadiobutton {
    margin: 5px 0 0 30px;
}

div.ModDNNLinksC .urlControl span.dnnRadiobutton {
    display: inline !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dnnLeft {
    float: left;
}

.dnnRight {
    float: right;
}

.dnnClear {
    clear: both;
}

.dnnClear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}

*+html .dnnClear {
    min-height: 1%;
}

.DNNAlignleft {
    text-align: left;
}

.DNNAlignright {
    text-align: right;
}

.DNNAligncenter {
    text-align: center;
}

body:not(.dnnEditState) .DNNEmptyPane {
    width: 0px;
}

.Hidden {
    display: none;
}

.wordwrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.eipbackimg {
    position: absolute;
    margin-top: -32px;
    white-space: nowrap;
    background: url("../images/eip_toolbar.png") repeat-x;
    height: 32px;
    z-index: 1;
}

.eipbackimg.editMode {
    border: 1px solid #777777 !important;
    background: -moz-linear-gradient(top, #303030 0%, #191919 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303030), color-stop(100%, #191919)) !important;
    background: -webkit-linear-gradient(top, #303030 0%, #191919 100%) !important;
    background: -o-linear-gradient(top, #303030 0%, #191919 100%) !important;
    background: -ms-linear-gradient(top, #303030 0%, #191919 100%) !important;
    background: linear-gradient(to bottom, #303030 0%, #191919 100%) !important;
    opacity: 0.8;
}

.eipbackimg.containerTitle {
    margin-top: -8px;
}

.eipbackimg.containerTitle.editMode {
    left: auto;
    right: 0px;
    margin-top: 2px;
    background: none !important;
    border: none !important;
}

.eipbuttonbackimg {
    width: 32px;
    height: 32px;
    cursor: pointer;
    float: left;
    background: url("../images/eip_toolbar.png") no-repeat;
}

.eipbackimg.editMode .eipbuttonbackimg {
    border-left: 1px solid #1f1f1f;
    border-right: 1px solid #393939;
    opacity: 0.5;
}

.eipbackimg.editMode.containerTitle .eipbuttonbackimg {
    border: none;
    opacity: 1;
}

.eipbuttonbackimg.eipbutton_cancel {
    background-position: -32px 0;
}

.eipbuttonbackimg.eipbutton_bold {
    background-position: -64px 0;
}

.eipbuttonbackimg.eipbutton_italic {
    background-position: -96px 0;
}

.eipbuttonbackimg.eipbutton_underline {
    background-position: -128px 0;
}

.eipbuttonbackimg.eipbutton_justifyleft {
    background-position: -160px 0;
}

.eipbuttonbackimg.eipbutton_justifycenter {
    background-position: -192px 0;
}

.eipbuttonbackimg.eipbutton_justifyright {
    background-position: -224px 0;
}

.eipbuttonbackimg.eipbutton_orderedlist {
    background-position: -256px 0;
}

.eipbuttonbackimg.eipbutton_unorderedlist {
    background-position: -288px 0;
}

.eipbuttonbackimg.eipbutton_outdent {
    background-position: -320px 0;
}

.eipbuttonbackimg.eipbutton_indent {
    background-position: -352px 0;
}

.eipbuttonbackimg.eipbutton_createlink {
    background-position: -384px 0;
}

.eipbackimg.containerTitle .eipbutton_cancel {
    background: url("../images/eip_title_cancel.png") no-repeat center center;
}

.eipbutton_edit {
    background: url("../images/eip_edit.png") no-repeat 100% center;
    float: left;
}

.eipbutton_save {
    background: url("../images/eip_save.png") no-repeat 100% center;
    float: left;
}

.eipbackimg.containerTitle .eipbutton_save {
    background-image: url("../images/eip_title_save.png");
}

.eipbackimg.editMode .eipborderhover {
    background-color: #333;
    opacity: 1;
}

.eipbackimg.editMode.containerTitle .eipborderhover {
    background-color: inherit;
}

div[id$=titleLabel_tb].visible~span {
    margin-left: 32px;
}

div.errorWin p {
    margin: 0 0 10px 0;
}

input[type="button"].rspCollapseBarSpacer {
    min-width: 0;
    padding: 0 0;
}

.UserProfileControls ul li {
    list-style-type: none;
}

.console.profile {
    width: 100% !important;
    height: auto;
    background-color: #484848;
}

.console.profile .console-none div {
    cursor: pointer;
    cursor: hand;
    float: left;
    height: auto;
    width: 100% !important;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.console.profile .console-none h3 {
    padding: 10px 8px 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url("../Resources/images/arrow-right-white.html") 18px center no-repeat;
    color: #eee;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

.console.profile .console-none div div {
    display: none;
}

.console.profile .console-mouseon {
    background-color: #70b1c7;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView {
    margin: 0;
    padding: 0;
    width: 100%;
    height: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage {
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 0 10px 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage.dnnFormValidationSummary {
    padding: 10px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .LoginPanel,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnSendPasswordContent,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm {
    width: 100%;
    padding: 18px 0 0 0;
    margin: 0;
    float: none;
    min-width: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm {
    width: 100%;
    margin: 0;
    float: none;
    min-width: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.dnnLabel {
    display: block;
    text-align: left;
    float: none;
    width: 100% !important;
    font-size: 14px;
    margin: 0 0 7px 0;
    vertical-align: top;
    padding: 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnSocialRegistration {
    display: none;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnCaptcha {
    width: 100%;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnLeft img {
    display: block;
    margin: 0 0 5px 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.dnnLabel a.dnnFormHelp {
    display: none !important;
    width: 0 !important;
    margin: 0 !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.dnnLabel div.dnnTooltip {
    display: none !important;
    width: 0 !important;
    position: static !important;
    right: 0 !important;
    margin: 0 !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem input[type="text"],
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>input[type="password"] {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100% !important;
    margin-bottom: 18px;
    min-width: 100% !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>span#dnn_ctr_Login_Login_DNN_lblLogin {
    display: none !important;
    width: 0;
    margin: 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem span.dnnFormMessage.dnnFormError {
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: 0;
    width: auto;
    max-width: 100%;
    padding: 10px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm.dnnLoginService a.dnnPrimaryAction,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm.dnnLoginService a.dnnSecondaryAction {
    width: 45%;
    padding: 18px 0 18px 0;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnLoginRememberMe {
    display: block;
    float: left;
    margin: 10px 0 0 5px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnLoginActions {
    display: block;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions a.dnnSecondaryAction,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions a.dnnPrimaryAction {
    width: 100%;
    padding: 18px 0 18px 0;
    display: block;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions {
    padding: 0;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions li {
    width: 45%;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .password-strength-container {
    width: 100%;
    margin: 0 0 12px 0;
    padding: 8px 0 8px 0;
    display: block;
    max-width: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container input[type="password"] {
    display: block;
    margin: 0 8px 0 8px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container span.min-length-text {
    display: block;
    margin: 5px 0 5px 8px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container div.meter {
    float: none;
    width: 90%;
    margin: 0 0 0 8px;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormItem input.unmatched {
    background: none !important;
}

body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-tooltip,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .confirm-password-tooltip {
    display: none !important;
}

.mobileView .dnnFormPopup .ui-dialog-content,
.mobileVie #iPopUp .ui-dialog-content {
    max-height: none !important;
}

.mobileView .ui-widget-overlay {
    display: none;
}

.dnnFormPopup.dnnFormPopupMobileView {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    box-shadow: none !important;
}

.dnnFormPopup.dnnFormPopupMobileView div.ui-dialog-titlebar>.ui-dialog-titlebar-close {
    display: none;
}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-titlebar {
    border-bottom: none;
    cursor: inherit;
    font-size: 22px;
    color: #000;
    padding: 5px 0 0 0;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.dnnLabel {
    display: block;
    text-align: left;
    float: none;
    width: auto !important;
    font-size: 14px;
    margin: 0 0 7px 0;
    vertical-align: top;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>input[type="text"] {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>textarea,
.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.redactor_box {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.dnnTagsInput {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 18px;
    max-width: inherit !important;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem>.dnnLabel>input[type="checkbox"].normalCheckBox {
    display: inline-block;
    margin: 0 5px 0 12px;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnFormItem span.dnnFormMessage.dnnFormError {
    right: 0;
    width: auto;
    border-radius: 0;
    text-align: right;
    max-width: 100%;
}

.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction {
    width: 49%;
    margin: 0;
    padding: 20px 0 20px 0;
    display: block;
}

.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction {
    float: left;
}

.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction {
    float: right;
}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane {
    border-top: none;
}

.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.dnnFormPopup.dnnFormPopupMobileView .four-btn-panel a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .four-btn-panel a.dnnSecondaryAction {
    width: 24%;
    display: inline-block;
    margin-right: 1%;
    float: none;
}

.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 25px 0 15px 0;
}

html.mobileView {
    overflow: auto !important;
}

.mobileView .dnnFormPopup .ui-dialog-content,
.mobileView #iPopUp .ui-dialog-content {
    max-height: none !important;
}

.dnnPlaceholder {
    color: #666;
}

div.dnnSliderInput {
    position: relative;
    display: inline-block;
    width: 47%;
    margin: 15px 0 23px 0;
    max-width: 445px;
    border: 1px solid #d3d3d3;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 10px;
}

div.dnnSliderInput .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    cursor: default;
    border: 1px solid #aaaaaa;
    background-color: #cccccc;
    font-weight: normal;
    color: #555555;
    outline: none;
    top: -2px;
    margin-left: -7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.dnnSliderInput .dnnTooltip {
    top: -37px;
    margin-left: -22px;
}

div.dnnSliderInput .dnnTooltip .dnnFormHelpContent {
    visibility: visible;
    padding: 4px 10px;
    width: 25px;
    text-align: center;
    z-index: 1;
}

#dnnMenu .dropdown-menu {
    word-wrap: break-word;
}

.ContentPane * {
    zoom: 1;
}

.dnnLogin {
    width: 100%;
}

.LoginPanel {
    width: 500px;
    padding-right: 50px;
    float: left;
}

.dnnAdminTabNav {
    width: 500px;
}

.dnnLoginService {}

.dnnLoginService input[type="text"],
.dnnLoginService input[type="password"] {
    width: 200px;
    min-width: 200px;
    margin-bottom: 5px;
}

#socialControls {
    float: left;
    padding-top: 27px;
}

#socialControls ul.buttonList {
    list-style: none;
    padding-left: 0;
}

ul.buttonList li {
    float: none;
    list-style: none;
    width: 250px;
    margin-bottom: 7px;
}

ul.buttonList li a {
    clear: both;
    overflow: auto;
    position: relative;
    display: block;
    text-decoration: none;
    text-shadow: 0px 1px 0px #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #e7e7e7 url("../DesktopModules/Admin/Authentication/images/socialLoginbuttons-repeatingbg.png") repeat-x 0 -601px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.7);
}

ul.buttonList li a img {
    float: left;
}

ul.buttonList li a span {
    float: left;
    display: block;
    padding: 10px 15px;
}

ul.buttonList li a:hover {
    border-color: #a8a8a8;
    text-shadow: 0px 1px 0px #e1e1e1;
    background-position: 0 -650px;
    background-color: #cacbcd;
}

ul.buttonList li a:active {
    color: #fff;
    text-shadow: 0px -1px 0px #666;
    border-color: #a3a3a3;
    background-position: 0 -700px;
    background-color: #b7b9bb;
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

ul.buttonList .facebook a span,
ul.buttonList .twitter a span,
ul.buttonList .googleplus a span,
ul.buttonList .windowslive a span {
    padding-left: 45px;
    background: url("../DesktopModules/Admin/Authentication/images/socialLoginbuttons-icons.png") no-repeat 12px 7px;
}

ul.buttonList .facebook a:after,
ul.buttonList .twitter a:after,
ul.buttonList .googleplus a:after,
ul.buttonList .windowslive a:after {
    position: absolute;
    left: 35px;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

ul.buttonList .facebook a {
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    border-color: #286c93;
    background-position: 0 0;
    background-color: #5581bb;
}

ul.buttonList .facebook a:hover {
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    border-color: #286c93;
    background-position: 0 -50px;
    background-color: #729dcd;
}

ul.buttonList .facebook a:active {
    background-position: 0 -100px;
    border-color: #286c93;
    background-color: #537fba;
}

ul.buttonList .twitter a {
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    border-color: #3d82a0;
    background-position: 0 -150px;
    background-color: #11a2d6;
}

ul.buttonList .twitter a:hover {
    color: #fff;
    border-color: #3d82a0;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    background-position: 0 -200px;
    background-color: #43c1e3;
}

ul.buttonList .twitter a:active {
    background-position: 0 -250px;
    border-color: #3d82a0;
    background-color: #0597cc;
}

ul.buttonList .twitter a span {
    background-position: 9px -40px;
}

ul.buttonList .googleplus a {
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    border-color: #821e16;
    background-position: 0 -300px;
    background-color: #b12e1e;
}

ul.buttonList .googleplus a:hover {
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    border-color: #821e16;
    background-position: 0 -350px;
    background-color: #cc3633;
}

ul.buttonList .googleplus a:active {
    background-position: 0 -400px;
    border-color: #821e16;
    background-color: #a5281a;
}

ul.buttonList .googleplus a span {
    background-position: 10px -90px;
}

ul.buttonList .windowslive a {
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    border-color: #7a7a7a;
    background-position: 0 -450px;
    background-color: #8f8f8f;
}

ul.buttonList .windowslive a:hover {
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
    border-color: #7a7a7a;
    background-position: 0 -500px;
    background-color: #b3b3b3;
}

ul.buttonList .windowslive a:active {
    background-position: 0 -550px;
    border-color: #7a7a7a;
    background-color: #808080;
}

ul.buttonList .windowslive a span {
    background-position: 9px -141px;
}

.dnnFormItem {
    width: 100%;
}

.dnnFormItem>label.dnnFormLabel,
.dnnFormItem>span.dnnFormLabel {
    display: inline-block;
    margin: 6px 18px 0 0;
    width: 30%;
    text-align: right;
}

div.dnnCaptcha {
    width: 70% !important;
    margin-left: 30%;
    padding-left: 22px;
}

span.dnnFormMessage.dnnFormError.dnnCaptcha {
    right: 24%;
    bottom: -55px;
}

a.dnnDisabledAction:link,
a.dnnDisabledAction:visited,
a.dnnDisabledAction:active,
a.dnnDisabledAction:hover {
    text-decoration: none;
    color: Silver;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.dnnHTMLSettings,
.dnnMyWork,
.dnnEditHtml {
    margin: 2em auto;
}

.dnnFormItem input[type=checkbox],
.dnnPageSettings .dnnFormItem input[type=radio] {
    width: auto;
}

.dnnFormItem .dnnHTMLSRadioButtons label,
.dnnFormItem .dnnPSRadioButtons input,
.dnnFormItem .dnnHTMLSRadioButtons label,
.dnnFormItem .dnnHTMLSRadioButtons input {
    float: left;
    padding: 0;
    width: 2%;
    text-align: left;
}

.dnnFormItem .dnnHTMLSRadioButtons label {
    width: auto;
    padding: 0 15px 0 6px;
    font-weight: normal
}

.dnnHTMLSRadioButtons br {
    display: none !important;
    font-size: 0;
    line-height: 0;
    border-collapse: collapse;
}

* {
    font-family: Roboto, "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body {
    height: 100%;
    font-family: Roboto, "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
}

textarea {
    background-color: #FFFFFF;
}

a:link,
a:visited,
a:active {
    color: #009edb;
    font-weight: bold;
}

a:hover {
    color: #009edb;
    text-decoration: none;
    opacity: 0.8;
}

#undss-back {
    background-color: #333333;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
}

#imgNeedHelp {
    background: url("../portals/0/media/logos/NeedHelpLogo.svg") no-repeat center;
    width: 30px;
    height: 22px;
    background-size: 99px 51px;
    background-position: bottom right;
    display: inline-flex;
}

#imgNeedHelpBlack {
    background: url("../portals/0/media/logos/NeedHelpLogoBlack.svg") no-repeat center;
    width: 71px;
    height: 47px;
    background-size: 120px 18px;
    background-position: bottom right;
    display: inline-flex;
}

#undss-back-admin {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    border: none;
}

div.Normal {
    word-wrap: break-word;
    font-size: 15px !important;
    line-height: 1.5em;
}

p,
p.normal {
    line-height: 1.5em;
    padding: 0;
    margin: 10px 0 1em 0;
    word-wrap: break-word;
}

.undss-languages {
    text-align: right;
    margin: 4px 10px 2px 0;
    border: none;
}

.undss-search-div {
    border: 0px solid green;
    margin: 5px 10px 0 0;
    padding: 0;
}

.undss-button-search {
    font-size: 11px;
    color: #6699cc;
    margin: 0;
    padding: 2px 2px 1px 2px;
    border: 1px solid #6699cc;
}

.undss-button-search:hover {
    color: #FFFFFF;
}

.undss-top-table-background {
    width: 100%;
    background-color: #336699;
    height: 6px;
    border-top: 1px solid #336699;
    margin: 0;
}

.undss-top-table {
    margin: 0 3% 0 3%;
    border: none;
    background-color: #336699;
    height: 6px;
    max-width: 1200px;
}

.undss-bottom-table-background {
    width: 100%;
    background-color: #333333;
    height: 14px;
    border: none;
}

.undss-bottom-table {
    margin: 0 3% 0 3%;
    border: 0px solid white;
    background-color: #333333;
    height: 14px;
    max-width: 1200px;
}

.undss-corner-bc {
    margin: 0;
    padding: 0;
    width: auto;
    background: #333333 url("../errore815.html") repeat-x;
}

.undss-login {
    color: #ffffff !important;
    text-decoration: none !important;
}

#undss-login-area {
    width: 80%;
}

.undss-login-text-area {
    border: 0px solid green;
    width: auto;
    padding: 0 20px 0 0;
}

.undss-login-form-area {
    border: 0px solid red;
    width: 250px;
    text-align: left;
    padding: 0;
    float: right;
}

.undss-login-section-selected {
    background-color: #003366;
    border: 1px solid #003366;
    text-align: center;
    font-weight: bold;
    padding: 2px;
    margin: 0;
}

.undss-login-section {
    background-color: #F5f5f5;
    border: 1px solid #CCCCCC;
    text-align: center;
    font-weight: bold;
    padding: 0px 2px 0 2px;
    margin-bottom: 2px;
}

.undss-login-text-selected {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0;
}

.undss-login-text {
    font-size: 12px;
    font-weight: bold;
    color: #336699;
    text-align: center;
    margin: 0;
    padding: 0;
}

.undss-login-text-field {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    margin: 2px 0 0 0;
    padding: 0;
}

.undss-login-text-password {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-align: left;
    margin: 2px 0 0 0;
    padding: 0;
}

.image-resize {
    max-width: 100%;
}

img {
    max-width: 100%;
}

.banner-resize {
    margin: 5px 0 10px 0;
}

#undss-content-navigation {
    margin: 0 0 10px 0;
    border: 0px solid pink;
    max-width: 90%;
}

#undss-breadcrumb-area {
    border: none;
    float: left;
    text-align: left;
    margin: 0;
}

.undss-breadcrumb-table {
    margin: 0 0 5px 0;
}

.undss-breadcrumb-div {
    border: none;
    margin: 0 0 5px 0;
    font-size: 12px;
    font-weight: bold;
}

.undss-breadcrumb-home {
    font-size: 12px;
    font-weight: bold;
}

.undss-breadcrumb {
    font-size: 12px;
    font-weight: normal;
}

.undss-button-profile {
    padding: 5px 10px 0px 0px;
}

.undss-button-profile a {
    text-decoration: none;
}

.undss-button-logout {
    color: #FFFFFF !important;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    background-color: #4D4D4D;
    padding: 4px 7px 4px 7px;
}

.undss-button-text {
    font-size: 14px;
    padding: 1px 3px 1px 3px;
    text-decoration: none !important;
    margin: 0;
}

.undss-button-text:hover {
    color: #ffbf00;
    text-decoration: underline;
}

.undss-namedisplay-text {
    font-weight: bold;
    font-size: 15px;
    padding: 1px 3px 1px 3px;
    color: #009EDB;
    margin: 0;
    text-decoration: none;
}

.undss-namedisplay-text span {
    text-decoration: none;
}

.undss-page-title-area {
    margin: 10px 0 0 0;
    width: 100%;
}

.undss-page-title {
    font-size: 1.8em;
    font-weight: normal;
    color: #000000;
    margin: 10px 0 10px 0;
    border: none;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 4px solid #009EDB;
    text-align: left;
    line-height: 3.2em;
    position: relative;
    left: -98px;
    padding-left: 98px;
}

.undss-subtitle {
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0 10px 0;
}

.undss-page-title-home {
    font-size: 150%;
    font-weight: normal;
    color: #993300;
    margin: 0 0 3px 0;
    border: none;
    padding: 0;
    border-bottom: 1px dotted #993300;
    text-align: left;
}

div.dont_display {
    display: none;
}

#undss-content-area-table {
    border: none;
    background-color: #FFFFFF;
    width: 100%;
}

#undss-content-area {
    margin: 0;
    padding: 10px 2% 5px 2%;
    background-color: #FFFFFF;
    width: auto;
    word-wrap: break-word;
}

#undss-content {
    border: none;
    clear: both;
    max-width: 90%;
    word-wrap: break-word;
}

#undss-content-top {
    padding-top: 5px;
    text-align: justify;
}

#undss-content-middle {
    text-align: unset;
    margin-top: 10px;
    padding: 0 0 0 0;
    word-wrap: break-word;
    display: inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

#undss-content-quicklinks {
    width: auto;
    clear: both;
    padding: 10px;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
}

#undss-content-updates {
    width: auto;
    clear: both;
    padding: 10px;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
}

#undss-content-bottom {
    border: none;
    width: 100%;
    clear: both;
    margin-top: 10px;
}

#undss-content-middle-left {
    border: none;
    padding: 0;
    text-align: left;
    font-size: 100%;
    width: auto;
    margin-right: 270px;
}

#undss-content-middle-right {
    border: none;
    width: 250px;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0;
    float: right;
}

#undss-content-middle-left-login {
    border: none;
    padding: 0;
    text-align: left;
    font-size: 100%;
    width: auto;
}

#undss-content-middle-right-login {
    border: none;
    width: 260px;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0;
    float: right;
}

#undss-content-middle-right-lowered {
    border: none;
    width: 250px;
    text-align: left;
    margin: 35px 0 0 0;
    padding: 0;
    float: right;
}

#undss-default-content {
    margin-top: 13px;
}

#undss-default-content p span {
    font-size: 15px;
}

#ContentPane {
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: #ffffff;
}

#ContentPane .class p {
    font-size: 15px;
}

.ContentPane_Wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.undss-content-middle-left-bottom-news {
    margin: 10px 0 0 10px;
}

#undss-content-middle-news {
    border: none;
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0 0 0 0;
    float: none;
}

#undss-content-middle-news-left {
    border: 0px solid green;
    padding: 0;
    text-align: left;
    font-size: 100%;
    min-width: 5%;
    max-width: 17%;
    float: left;
    margin: 0 10px 0 0;
}

#undss-content-middle-news-right {
    min-width: 5%;
    max-width: 17%;
    text-align: left;
    margin: 0 30px 0 0;
    padding: 0;
    float: left;
}

#undss-content-middle-news-2cols {
    border: 0px solid red;
    width: 100%;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0;
}

.contentAndFooter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 71vh;
    padding-left: 0%;
}

#undss-bottomlink-background {
    background-color: #009EDB;
    overflow: auto;
    width: 100%;
}

#undss-bottomlinks-area {
    border: none;
    text-align: center;
    max-width: 1180px;
    padding: 0 0 100px 0;
    margin: 0 3% 20px 3%;
}

.undss-bottomlink-inside {
    border: none;
    margin: 0;
    padding: 5px;
    text-align: left;
}

#undss-bottomlink-left {
    width: 30%;
    background-color: #009EDB;
    border: none;
    margin: 0 0 0 1%;
    text-align: left;
    float: left;
}

#undss-bottomlink-nonleft {
    width: 64%;
    background-color: #009EDB;
    border: none;
    margin: 0 1% 0 0;
    text-align: left;
    float: right;
}

#undss-bottomlink-center {
    width: 48%;
    background-color: #009EDB;
    border: none;
    margin: 0 1% 0 0;
    text-align: left;
    float: left;
}

#undss-bottomlink-right {
    width: 48%;
    background-color: #009EDB;
    border: 0px solid green;
    margin: 0 0 0 0;
    text-align: left;
    float: right;
}

.undss-bottomlinks-category {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: left;
    padding: 0;
    border: 0px solid red;
}

ul.undss-bottomlinks,
li.undss-bottomlinks {
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    line-height: 120%;
    border: 0px solid yellow;
    list-style-type: dot;
    list-style-position: inside;
}

a.undss-bottomlinks {
    font-weight: normal;
    font-style: normal;
}

a.undss-bottomlinks:link {
    color: #FFFFFF;
    text-decoration: none;
}

a.undss-bottomlinks:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a.undss-bottomlinks:active {
    color: #FFFFFF;
    text-decoration: none;
}

a.undss-bottomlinks:hover {
    color: #ffffff;
    text-decoration: underline;
}

.GridQL_VignetWrapper {
    overflow: hidden;
    padding: 1px 0 1px 0px;
    clear: both;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (min-width:0px) and (max-width:550px) {
    .undss-bottomlink-inside {
        border: 0px solid #009EDB;
        margin: 0 0 20px 0;
        padding: 5px;
        text-align: left;
    }

    .undss-bottomlinks-category {
        font-size: 100%;
        color: #CCCCCC;
        font-weight: bold;
        margin: 0 0 2px 0;
        padding: 0;
        text-align: left;
    }

    ul.undss-bottomlinks,
    li.undss-bottomlinks {
        font-size: 100%;
        font-weight: bold;
        color: #FFFFFF;
        margin: 0;
        padding: 0;
        line-height: 120%;
        border: 0px solid yellow;
        list-style-type: dot;
        list-style-position: inside;
    }
}

#undss-products-area {
    width: auto;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    position: relative;
    float: none;
    text-align: center;
}

#undss-products {
    width: auto;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    text-align: center;
}

#undss-products .col {
    background: #FFFFFF;
}

.col:first-child {
    margin-left: 0;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.span_6_of_6 {
    width: 90%;
}

.span_5_of_6 {
    width: 75%;
}

.span_4_of_6 {
    width: 60%;
}

.span_3_of_6 {
    width: 45%;
}

.span_2_of_6 {
    width: 30%;
}

.span_1_of_6 {
    width: 15%;
}

.undss-aux-table {
    border: 0;
    width: 100%;
}

.undss-aux-table-header {
    background-color: #bbb67c;
    padding: 2px;
    margin: 0;
}

.undss-aux-table-header-25 {
    background-color: #bbb67c;
    padding: 2px;
    margin: 0;
    width: 25%;
}

.undss-aux-table-header-text {
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.undss-aux-table-content-outline {
    border: 1px solid #CCCCCC;
    background-color: transparent;
    padding: 10px;
    text-align: left;
    font-size: 100%;
    color: #333333;
}

.undss-aux-table-content {
    border: none;
    background-color: transparent;
    padding: 10px;
    text-align: left;
    font-size: 100%;
    color: #333333;
}

.undss-aux-table-content-text {
    font-size: 80%;
    line-height: 1.2em;
}

.undss-moreinfo {
    font-size: 80%;
    color: #006699;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.undss-subheader {
    font-size: 120%;
    font-weight: bold;
    margin: 20px 0 0 0;
    padding: 0;
    color: #000000;
}

.undss-container-title {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 3px 0;
    padding: 0;
    color: #666666;
}

.undss-container-text {
    font-size: 10px;
    line-height: 1em;
    color: #666666;
    margin: 0;
    padding: 0;
}

.undss-floating-box {
    margin: 0;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    padding: 0;
    width: 100%;
    float: right;
}

.undss-floating-box-area {
    border: 0px solid blue;
    margin: 10px;
}

.undss-floating-box-text {
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

.undss-top-elements-banner {
    float: left;
    width: 269px;
    height: 50px;
    text-align: left;
    border: 0px solid yellow;
    margin: 0;
    padding: 0;
}

#undss-top-elements {
    background-image: url("../media/undss_logo_banner.html");
    background-color: transparent;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.undss-top-elements-right {
    float: right;
    width: auto;
    border: 0px solid pink;
    padding: 0;
    margin: 0;
}

.undss-middle-layer {
    height: 13px;
    padding: 15px 3% 0 0;
}

.undss-middle-buttons {
    height: 30px;
    width: auto;
    margin: 0 0 0 0;
    padding: 0 1% 0 6px;
    align-self: end;
}

.undss-middle-buttons-p {
    font-size: 10px;
    text-align: right;
    border: none;
}

.undss-middle-buttons-p a {
    color: white;
}

a.undss-middle-buttons-a:link,
a.undss-middle-buttons-a:visited,
a.undss-middle-buttons-a:active {
    text-decoration: none;
    font-size: 15px;
}

a.undss-middle-buttons-a:hover {
    color: #99ccff;
    text-decoration: none;
}

#unsmin_logo_blue {
    flex: 1;
    background-image: url("../Portals/_default/Skins/UNDSS_2013/media/UNSMSLogoBlue.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-grow: 0.7;
}

#unsmin_logo {
    flex: 1;
    background: url("../Portals/_default/Skins/UNDSS_2013/media/UNSMSLogo.png") no-repeat right;
    background-size: 130px;
    flex-grow: 0.7;
}

#unsmin_logoSecond {
    flex: 2;
    width: 630px;
}

.wrapperLogoText {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-content: center;
    height: 100%;
}

.textlogoBlack {
    color: #000000 !important;
}

.textlogoWhite {
    color: #ffffff !important;
}

.logoTextBig {
    font-size: 50px !important;
    line-height: normal;
    padding-left: 10px;
    font-family: Roboto, "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 100%;
}

.logoTextSmall {
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
    font-family: Roboto, "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 100%;
}

#unsmin_header_envelope {
    border: none;
    margin: 0 0 0 0;
    padding: 0;
    top: 0;
}

.addBannerLogo {
    background: url("../Portals/_default/Skins/UNDSS_2013/media/undss_logo_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#unsmin_header_logo {
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
    height: 125px;
    width: 100%;
}

#unsmin_header_logo a {
    border: none !important;
    text-decoration: none !important;
}

.flex-container-logo {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 96%;
    padding-left: 20px;
    width: 96%;
}

#unsmin_header_search {
    align-self: center;
    margin-right: 5%;
}

#btnSearch {
    font-size: 11px;
    color: #FFFFFF;
    margin: 0;
    padding: 3px 3px 3px 3px;
    border: 1px solid #ffffff;
}

#btnSearch:hover {
    color: #EDEDED;
    border: 1px solid #EDEDED;
}

#unsmin_header_search a {
    text-decoration: none;
}

#unsmin_header_search a:hover {
    text-decoration: none;
}

#unsmin_header_search a:active {
    text-decoration: none;
}

.searchInputContainer input {
    padding: 2px;
}

#unsmin_top_menu_area {
    margin-top: 10px;
}

.sf-menu li a {
    font-weight: normal;
}

.sf-menu .top_menu_regular a {
    padding: 8px 20px 8px 20px !important;
}

.sf-menu .top_menu_current a {
    padding: 8px 30px 8px 30px !important;
    font-weight: bold !important;
}

#undss-profile-area {
    border: 0px solid red;
    float: right;
    text-align: left;
    margin: 0;
}

.undss-content-middle-news-middle {
    min-width: 2%;
    max-width: 17%;
    text-align: left;
    padding: 0;
    float: left;
    margin: 0 30px 0 0;
}

.undss-QuickLinks {
    padding: 0;
    float: left;
    margin: 0 2% 1px 2%;
    text-align: center;
    overflow: hidden;
}

.undss-QuickLinks div p {
    font-size: 15px;
}

.undss-QuickLinks img {
    width: 90px;
}

.undss-QuickLinks a {
    color: #000000;
    text-decoration: none;
}

.undss-gridLinks {
    color: #6d6d6d;
    width: 140px;
    height: 170px;
    padding: 0px !important;
    float: left;
    margin: 0 15px 5px 15px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    box-shadow: 2px 2px 0px 0px #d8d8d8;
    flex-wrap: wrap;
    justify-content: center;
}

.undss-gridLinks:hover {
    box-shadow: none;
    top: 2px;
    left: 2px;
    position: relative;
}

.undss-gridLinks img {
    width: 90px;
}

.undss-gridLinks p {
    color: #6d6d6d;
}

.undss-gridLinks a {
    color: #000000;
    text-decoration: none;
    font-size: 17px;
}

.grid-QuickLinks-blueBox {
    overflow: auto;
    padding: 1px 0 1px 0px;
    clear: both;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.grid-QuickLinks-BlueBox-Container {
    background-color: rgba(0, 158, 219, 0.1);
    padding: 25px 10px 25px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 650px;
}

.undss-GenUpdates {
    max-width: 18%;
    padding: 0;
    float: left;
    margin: 0 5px 5px 14px;
    text-align: left;
    overflow: hidden;
}

.undss-GenUpdates img {
    width: 100%;
    height: 213px;
    object-fit: cover;
}

.undss-GenUpdates a {
    text-decoration: none;
    color: #444;
    font-size: 15px;
    font-weight: normal;
}

.undss-Videos {
    max-width: 23%;
    text-align: left;
    padding: 0;
    float: left;
    margin: 0 5px 5px 14px;
}

.undss-Videos a {
    text-decoration: none;
    color: #444;
    font-size: 15px;
    font-weight: normal;
}

.undss-Videos iframe {
    height: 213px;
}

.undss-Podcasts {
    float: left;
    width: 80%;
    text-align: left;
    padding-top: 15px;
}

.undss-PodcastsIcon {
    float: left;
    min-width: 5%;
    margin: 0 15px 0 15px;
}

.undss-PodcastsIcon img {
    width: 50px;
    height: 49px;
    height: auto;
}

.undss-GU-Content {
    float: left;
    width: 79%;
    text-align: left;
    padding-top: 5px;
    text-align: justify;
}

.undss-GU-Content p {
    margin: 0px;
    text-decoration: none;
}

.undss-GU-Content p a {
    color: #000000;
    text-decoration: none;
}

.undss-GU-Img {
    float: left;
    margin: 0 15px 0 15px;
    width: 18%;
}

.undss-GU-Img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.undss-ArticleLeft {
    float: left;
    margin: 0 0px 0 0px;
    width: 49%;
    text-align: right;
}

.undss-ArticleLeft img {
    width: 546px;
    height: 308px;
    object-fit: cover;
}

.undss-ArticleRight {
    float: left;
    width: 48%;
    text-align: left;
    padding-top: 0px;
    padding-left: 20px;
    text-align: left;
}

.undss-ArticleRight iframe {
    width: 92%;
    height: 308px;
}

.undss-ArticleRight img {
    width: 546px;
}

.undss-Content-Article {
    width: 100%;
    margin-bottom: 13px;
    text-align: justify;
    overflow-wrap: break-word;
    inline-size: 93%;
    padding-left: 3%;
}

.undss-array-boxes-title {
    text-align: left;
    margin-bottom: 10px;
    padding: 0;
    float: left;
    width: 100%;
    max-height: 5% !important;
    min-height: 2% !important;
}

.undssContentDisplayFlex {
    display: flex;
    flex-direction: column;
}

.subtitleContentText {
    line-height: 0.5em;
}

.subtitleContentText div {
    line-height: 0.5em;
    text-align: justify;
}

.media-wrapper {
    overflow: hidden;
    padding: 15px 0 5px 0px;
    clear: both;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (min-width:2501px) and (max-width:5000px) {
    #unsmin_header_logo {
        height: 25%;
    }

    .undss-QuickLinks img {
        width: 160px;
    }

    .undss-page-title {
        left: -185px;
        padding-left: 185px;
    }

    .undss-Podcasts {
        width: 73%;
    }

    .undss-GenUpdates img {
        height: 300px;
    }

    .undss-Videos iframe {
        height: 300px;
    }

    .undss-ArticleLeft img {
        width: 546px;
    }

    .undss-ArticleRight img {
        width: 546px;
    }

    .undss-ArticleRight iframe {
        width: 42%;
    }

    .undss-Content-Article {
        inline-size: 55%;
        padding-left: 10%;
    }
}

@media only screen and (min-width:2048px) and (max-width:2300px) {
    .undss-Content-Article {
        inline-size: 74%;
        padding-left: 7%;
    }
}

@media only screen and (min-width:2300px) and (max-width:2500px) {
    .undss-Content-Article {
        inline-size: 68%;
        padding-left: 8%;
    }

    .undss-ArticleRight iframe {
        width: 80%;
    }
}

@media only screen and (min-width:2001px) and (max-width:2500px) {
    #unsmin_header_logo {
        height: 173px;
    }

    .undss-QuickLinks img {
        width: 120px;
    }

    #unsmin_logo {
        background-size: 150px;
    }

    .undss-page-title {
        left: -132px;
        padding-left: 132px;
    }

    .undss-Podcasts {
        width: 73%;
    }

    .undss-GenUpdates {
        max-width: 18%;
    }

    .undss-GenUpdates img {
        height: 252px;
        max-width: 100%;
    }

    .undss-Videos iframe {
        height: 252px;
    }

    .undss-ArticleLeft img {
        width: 546px;
    }

    .undss-ArticleRight img {
        width: 546px;
    }

    .undss-ArticleRight {
        width: 38%;
    }
}

@media only screen and (min-width:1901px) and (max-width:2000px) {
    #unsmin_header_logo {
        height: 33%;
    }

    .undss-bootstrapAdjusto {
        height: 125px;
    }

    .undss-QuickLinks img {
        width: 120px;
    }

    #unsmin_logo {
        background-size: 150px;
    }

    .undss-page-title {
        left: -110px;
        padding-left: 110px;
    }

    .undss-GenUpdates img {
        height: 223px;
    }

    .undss-Videos iframe {
        height: 223px;
    }

    .undss-ArticleLeft img {
        width: 546px;
    }

    .undss-ArticleRight {
        width: 45%;
    }

    .undss-ArticleRight img {
        width: 546px;
    }

    .undss-Content-Article {
        inline-size: 87%;
        padding-left: 9%;
    }
}

@media only screen and (min-width:1700px) and (max-width:1900px) {
    #unsmin_header_logo {
        height: 160px;
    }

    .undss-QuickLinks img {
        width: 100px;
    }

    #unsmin_logo {
        background-size: 150px;
    }

    .undss-page-title {
        left: -110px;
        padding-left: 110px;
    }

    .undss-ArticleLeft img {
        width: 546px;
    }

    .undss-ArticleLeft {
        margin-left: 0px;
    }

    .undss-ArticleRight {
        width: 44%;
    }

    .undss-ArticleRight img {
        width: 546px;
    }

    .undss-Content-Article {
        inline-size: 87%;
        padding-left: 6%;
    }

    .undss-GU-Img {
        width: 14%
    }
}

@media only screen and (min-width:1300px) and (max-width:1500px) {
    .undss-ArticleRight {
        width: 48%;
    }

    .undss-Content-Article {
        inline-size: 99%;
        padding-left: 0%;
    }

    .undss-GU-Img {
        width: 21%;
    }

    .undss-GU-Content {
        width: 76%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1299px) {
    .undss-ArticleRight {
        width: 50%;
    }

    .undss-ArticleLeft {
        width: 50%;
    }

    .undss-Content-Article {
        inline-size: 100%;
        padding-left: 0%;
    }

    .undss-GU-Img {
        width: 28%;
    }

    .undss-GU-Content {
        width: 68%;
    }
}

@media only screen and (min-width:1152px) and (max-width:1250px) {
    .contentAndFooter {
        padding-left: 3%;
    }

    .undss-QuickLinks img {
        width: 90px;
    }

    #unsmin_logo {
        background-size: 130px;
    }

    .undss-ArticleRight iframe {
        width: 100%;
    }
}

@media only screen and (min-width:1050px) and (max-width:1151px) {
    .contentAndFooter {
        padding-left: 3%;
    }

    .undss-ArticleRight iframe {
        width: 93%;
    }
}

@media only screen and (min-width:1020px) and (max-width:1151px) {
    .undss-GU-Img {
        width: 53%;
    }

    .undss-GU-Content {
        width: 43%;
    }
}

@media only screen and (min-width:701px) and (max-width:1050px) {
    .undss-ArticleRight iframe {
        width: 84%;
    }

    .undss-ArticleRight {
        padding-left: 4%;
    }

    .undss-GenUpdates {
        max-width: 29%;
    }

    .undss-GenUpdates img {
        width: 100%;
        height: 170px;
    }

    .contentAndFooter {
        display: block;
    }

    .undss-QuickLinks {
        margin: 0 1% 1px 1%;
        max-width: 13%;
    }

    .undss-ArticleLeft {
        width: 94%;
        text-align: center;
    }

    .undss-ArticleRight {
        width: 94%;
        padding-left: 13%;
    }

    .undss-Content-Article {
        padding-left: 1%;
    }

    .media-wrapper {
        justify-content: center;
    }

    .undss-GU-Img {
        width: 60%;
    }

    .undss-GU-Content {
        width: 100%;
    }

    .grid-QuickLinks-blueBox {
        width: 100%;
    }

    .undss-gridLinks {
        margin: 0 2px 30px 2px;
    }
}

@media only screen and (min-width:550px) and (max-width:700px) {

    html,
    body {
        background-color: #ffffff;
        width: fit-content;
    }

    .GridQL_VignetWrapper {
        padding-left: 4px;
    }

    .undss-Videos {
        display: table;
    }

    .contentAndFooter {
        display: block;
    }

    .undss-QuickLinks {
        margin: 0 6% 1px 6%;
        max-width: 24%;
    }

    .undss-ArticleLeft {
        width: 94%;
        text-align: center;
    }

    .undss-ArticleRight {
        width: 94%;
        padding-left: 4%;
    }

    .undss-Content-Article {
        padding-left: 1%;
    }

    .grid-QuickLinks-BlueBox-Container {
        width: 652px;
    }

    .undss-gridLinks {
        margin: 10px 10px 10px 10px;
    }
}

@media only screen and (min-width:0px) and (max-width:550px) {

    html,
    body {
        background-color: #ffffff;
        width: fit-content;
    }

    .undss-search-div {
        border: 0px solid green;
        margin: 0 0 5px 0;
        padding: 0;
        clear: both;
        float: none;
        text-align: right;
        font-size: 120%;
    }

    .undss-button-search {
        font-size: 11px;
        color: #6699cc;
        margin: 0;
        padding: 0px 2px 1px 2px;
        border: 1px solid #6699cc;
        background-color: #ffffff;
    }

    .undss-button-search:hover {
        color: #003366;
    }

    .undss-top-table-background {
        width: 100%;
        background-color: #336699;
        height: 4px;
        border-top: 0px solid #336699;
    }

    .undss-top-table {
        visibility: hidden;
    }

    .undss-bottom-table-background {
        width: 100%;
        background-color: #333333;
        height: 4px;
        border: 0px solid #cccccc;
    }

    .undss-bottom-table {
        visibility: hidden;
    }

    .undss-corner-bc {
        visibility: hidden;
    }

    #undss-content-area {
        border: 0px solid orange;
        margin: 0;
        padding: 15px 10px 20px 10px;
        background-color: #FFFFFF;
        width: auto;
    }

    #undss-content {
        border: 0px solid red;
        margin: 45px 0 0 0;
        padding: 0;
        clear: both;
        word-wrap: break-word;
    }

    .undss-content_sub {
        border: none;
        margin: 45px 0 0 0;
        padding: 0;
        clear: both;
        word-wrap: break-word;
    }

    .divContentArea {
        border: 0px solid orange;
        margin: 0;
        padding: 15px 10px 20px 10px;
        background-color: #FFFFFF;
        width: auto;
    }

    #undss-products-area {
        width: auto;
        height: 480px;
        border: 0px solid green;
        margin: 0 0 20px 0;
        background-color: #FFFFFF;
        float: none;
    }

    .col {
        margin: 0 0 3% 0;
    }

    .span_6_of_6 {
        width: 50%;
        text-align: center;
    }

    .span_5_of_6 {
        width: 50%;
        text-align: center;
    }

    .span_4_of_6 {
        width: 50%;
        text-align: center;
    }

    .span_3_of_6 {
        width: 50%;
        text-align: center;
    }

    .span_2_of_6 {
        width: 50%;
        text-align: center;
        float: right;
    }

    .span_1_of_6 {
        border: 0px solid red;
        width: 50%;
        text-align: center;
        float: left;
        padding: 0;
        margin: 0;
    }

    .undss-Videos {
        display: table;
    }

    .contentAndFooter {
        display: block;
    }

    .undss-QuickLinks img {
        width: 64%;
    }

    .undss-ArticleLeft {
        width: 94%;
        text-align: center;
    }

    .undss-ArticleRight {
        width: 94%;
        padding-left: 0%;
    }

    .undss-Content-Article {
        padding-left: 1%;
    }

    .undss-GenUpdates {
        max-width: 44%;
    }

    .undss-GU-Img {
        width: 71%;
    }

    .undss-gridLinks {
        margin: 0 10px 5px 10px;
    }

    .GridQL_VignetWrapper {
        padding-left: 25px;
    }

    .grid-QuickLinks-BlueBox-Container {
        width: 1250px;
    }
}

@media only screen and (min-width:0px) and (max-width:400px) {
    p {
        font-size: 140%;
        line-height: 1.2em;
        padding: 0;
        margin: 0 0 1em 0;
        word-wrap: break-word;
    }

    .undss-login-text-area {
        border: 0px solid green;
        width: auto;
        margin: 10px 0 5px 0;
        text-align: left;
        float: none;
    }

    .undss-login-form-area {
        border: 0px solid red;
        width: auto;
        text-align: left;
        margin: 10px 0 10px 0;
        float: none;
    }

    #undss-content-navigation {
        clear: both;
        float: none;
        position: relative;
        top: 25px;
    }

    #undss-breadcrumb-area {
        border: 0px solid green;
        float: none;
        width: 100%;
        text-align: left;
        position: relative;
        top: 10px;
    }

    #undss-profile-area {
        border: 0px solid red;
        float: none;
        width: auto;
        text-align: left;
        clear: both;
    }

    .undss-page-title-area {
        margin: 10px 0 0px 0;
        width: 100%;
    }

    .undss-page-title {
        color: #993300;
        margin: 0 0 5px 0;
    }

    .invisible {
        visibility: hidden;
    }

    #undss-content-middle-left {
        margin: 10px 0 0 0;
        border: 0px solid green;
        width: 100%;
        text-align: left;
        float: none;
    }

    #undss-content-middle-right-lowered {
        margin: 5px 0 10px 0;
        border: 0px solid red;
        width: 100%;
        text-align: center;
        margin: 0;
        float: none;
        clear: both;
    }

    #undss-content-middle-right {
        margin: 0;
        border: 0px solid red;
        width: 100%;
        text-align: center;
        margin: 0;
        float: none;
        clear: both;
    }

    #undss-content-middle-right-login {
        border: none;
        width: auto;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0;
        float: none;
    }

    #undss-content-middle-left-login {
        margin: 15px 0 10px 0;
        border: none;
        width: auto;
        text-align: left;
        float: none;
        word-wrap: break-word;
        white-space: nowrap;
        font-size: 12px;
    }

    #undss-content-middle-left-login-table {
        width: 320px;
        border: none;
    }

    #undss-content-middle-news-right {
        border: 0px solid red;
        padding: 0;
        text-align: left;
        font-size: 100%;
        width: 100%;
        float: none;
    }

    #undss-content-middle-news-left {
        border: 0px solid green;
        padding: 0;
        text-align: left;
        font-size: 100%;
        width: 100%;
        float: none;
        margin: 10px 0 0 0;
    }

    .undss-QuickLinks {
        margin: 0 7% 1px 7%;
        max-width: 19%;
    }

    .undss-QuickLinks img {
        width: 64%;
    }

    .undss-ArticleLeft {
        width: 94%;
        text-align: center;
    }

    .undss-ArticleRight {
        width: 94%;
        padding-left: 4%;
    }

    .undss-Content-Article {
        padding-left: 1%;
    }
}

.undss-container-title {
    font-size: 120%;
    font-weight: bold;
    color: #336699;
}

.undss-container-header {
    background-color: #003366;
    border: 0px solid #CCCCCC;
    margin: 0;
    padding: 2px;
}

.undss-container-header-text {
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    margin: 0 0 0 3px;
}

.undss-container-box {
    background-color: #f5f5f5;
    border: 1px solid #CCCCCC;
    margin: 0;
    padding: 5px;
}

.undss-iframe-container {
    text-align: right;
}

.undss-iframe-container iframe {
    width: 546px;
    height: 308px;
}

.undss-know-more-spacer {
    margin-top: 20px;
}

.undss-know-more-graphic {
    background-image: url("../Portals/_default/containers/undss_2013/question_mark_small.jpg");
    background-repeat: no-repeat;
}

.undss-know-more-title {
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #6D94B9;
    margin: 0 0 0 15px;
    padding: 0;
}

.undss-know-more-content {
    font-family: Arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #6D94B9;
    margin: 0;
    padding: 0;
}

.undss-page-title-SubTopics {
    font-size: 130%;
    font-weight: normal;
    color: #000000;
    margin: 25px 0 10px 0;
    border: none;
    border-bottom: 4px solid #009EDB;
    text-align: left;
    float: left;
    position: relative;
    left: -110px;
    padding: 0 0 10px 110px;
}

@media only screen and (min-width:3001px) and (max-width:5000px) {
    .undss-page-title-SubTopics {
        padding: 0 0 10px 185px;
        left: -185px;
    }
}

@media only screen and (min-width:2300px) and (max-width:3000px) {
    .undss-page-title-SubTopics {
        padding: 0 0 10px 132px;
        left: -132px;
    }
}

@media only screen and (min-width:1700px) and (max-width:2299px) {
    .undss-page-title-SubTopics {
        padding: 0 0 10px 124px;
        left: -124px;
    }
}

@media only screen and (min-width:701px) and (max-width:1050px) {
    .undss-iframe-container {
        text-align: center;
    }
}



div .intro {
    color: #0078D4;
    font-weight: 300;
    padding: 0 0 10px 0;
}

ul.buttonList li.azure {
    width: 350px;
}

ul.buttonList li.azure a {
    background: #0078D4;
}

ul.buttonList .azure a {
    color: #fff;
    text-shadow: none;
    border-color: none;
    box-shadow: 2px 2px 0px 0px #0B4880;
    font-size: 16px;
    border: none;
}

ul.buttonList .azure a:after {
    position: absolute;
    left: 35px;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
}
}

ul.buttonList .azure a:active {
    background-position: 0 -100px;
    border-color: #3d82a0;
    background-color: #2680a9;
}

ul.buttonList .azure a:hover {
    color: #fff;
    border-color: #3d82a0;
    background-position: 0 -50px;
    text-shadow: none;
    background-color: #128FEF;
    top: 2px;
    left: 2px;
    position: relative;
}

ul.buttonList .azure a span {
    padding-left: 60px;
    background: url("../DesktopModules/AuthenticationServices/Azure/Images/outlook36px.png") no-repeat 19px 7px;
    background-size: 36px 36px;
    padding: 13px 0px 13px 71px
}