﻿html {
    color: #000;
    background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

#yui3-css-stamp.cssreset {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 200;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizeLegibility;
}

h1, h2, h3 {
    line-height: 32px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

.strong, strong {
    font-weight: bold;
}

.em, em {
    font-style: italic;
}

small {
    font-size: 85%;
}

input, button, select, textarea {
    font-size: 99%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.txt-small {
    font-size: 12px;
}

.txt-medium {
    font-size: 14px;
}

.txt-large {
    font-size: 16px;
}

.txt-x-large {
    font-size: 30px;
}

.txt-normal {
    font-weight: normal;
}

.txt-bold {
    font-weight: bold;
}

.txt-break-all {
    word-break: break-all;
}

body, .clr-default {
    color: #666;
}

.clr-highlight {
    color: #333;
}

h1, h2, h3, h4, h5 {
    color: #333;
}

h6 {
    color: #666;
}

a {
    color: #1A74BA;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

input::-webkit-input-placeholder, input:-moz-placeholder {
    color: #A5A5A5;
    font-style: normal;
}

.accessibility-hidden {
    top: auto;
    left: -9999px;
    position: absolute;
}

.align-rtl {
    direction: rtl;
}

.align-start {
    text-align: left;
    text-align: start;
}

.align-end {
    text-align: right;
    text-align: end;
}

.align-center {
    text-align: center;
}

.pan {
    padding: 0 !important;
}

.pas {
    padding: 5px !important;
}

.pam {
    padding: 10px !important;
}

.pal {
    padding: 20px !important;
}

.ptn {
    padding-top: 0 !important;
}

.pts {
    padding-top: 5px !important;
}

.ptm {
    padding-top: 10px !important;
}

.ptl {
    padding-top: 20px !important;
}

.prn {
    padding-right: 0 !important;
}

.prs {
    padding-right: 5px !important;
}

.prm {
    padding-right: 10px !important;
}

.prl {
    padding-right: 20px !important;
}

.pbn {
    padding-bottom: 0 !important;
}

.pbs {
    padding-bottom: 5px !important;
}

.pbm {
    padding-bottom: 10px !important;
}

.pbl {
    padding-bottom: 20px !important;
}

.pln {
    padding-left: 0 !important;
}

.pls {
    padding-left: 5px !important;
}

.plm {
    padding-left: 10px !important;
}

.pll {
    padding-left: 20px !important;
}

.phn {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.phs {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.phm {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.phl {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pvn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pvs {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pvm {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pvl {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.man {
    margin: 0 !important;
}

.mas {
    margin: 5px !important;
}

.mam {
    margin: 10px !important;
}

.mal {
    margin: 20px !important;
}

.mtn {
    margin-top: 0 !important;
}

.mts {
    margin-top: 5px !important;
}

.mtm {
    margin-top: 10px !important;
}

.mtl {
    margin-top: 20px !important;
}

.mrn {
    margin-right: 0 !important;
}

.mrs {
    margin-right: 5px !important;
}

.mrm {
    margin-right: 10px !important;
}

.mrl {
    margin-right: 20px !important;
}

.mbn {
    margin-bottom: 0 !important;
}

.mbs {
    margin-bottom: 5px !important;
}

.mbm {
    margin-bottom: 10px !important;
}

.mbl {
    margin-bottom: 20px !important;
}

.mln {
    margin-left: 0 !important;
}

.mls {
    margin-left: 5px !important;
}

.mlm {
    margin-left: 10px !important;
}

.mll {
    margin-left: 20px !important;
}

.mhn {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mhs {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mhm {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mhl {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mvn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mvs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mvm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mvl {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.badge {
    display: inline-block;
    padding: 2px 3px;
    border-radius: 3px;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    text-decoration: none;
}

.badge {
    background: #EBEBEB;
    color: #666;
}

.badge-info {
    background: #9ABCD2;
    color: #FFF;
}

.badge-warning {
    background: #FF8000;
    color: #FFF;
}

.badge-highlight {
    background: #1A74BA;
    color: #FFF;
}

.btn {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 6px 16px;
    line-height: 16px;
    white-space: nowrap;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    width: auto;
    overflow: visible;
    border-width: 1px;
    border-style: solid;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn.is-disabled {
        cursor: default;
        top: 0;
    }

.btn-plain, .btn-plain:hover, .btn-plain:active {
    cursor: pointer;
    padding: 0;
    border: none;
    font-weight: normal;
    height: auto;
    vertical-align: middle;
}

.btn-group > .btn {
    border-radius: 0;
    margin: 0 0 0 -1px;
}

    .btn-group > .btn:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .btn-group > .btn:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .btn-group > .btn.is-selected {
        z-index: 2;
    }

    .btn-group > .btn:focus {
        z-index: 3;
    }

.btn {
    color: #666;
    text-shadow: none;
    background-color: #fafafa;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.7), 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: border linear .15s, box-shadow linear .15s, color linear .2s;
    transition: border linear .15s, box-shadow linear .15s, color linear .2s;
    background-image: linear-gradient(to bottom,#fff 20%,#ececec 100%);
    border-left-color: #a8a8a8;
    border-right-color: #a8a8a8;
}

    .btn:hover, .btn:focus {
        box-shadow: inset 0 0 0 rgba(255,255,255,0.7),0 1px 2px rgba(0,0,0,0.3);
        text-decoration: none;
        color: #333;
        -webkit-transition: color linear .2s;
        transition: color linear .2s;
    }

    .btn:active {
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
        background-color: #d0d0d0;
        background-image: -webkit-linear-gradient(top,rgba(238,238,238,0.2) 0%,#d8d8d8 100%);
        background-image: linear-gradient(to bottom,rgba(238,238,238,0.2) 0%,#d8d8d8 100%);
        border-color: rgba(0,0,0,0.5);
        border-top-color: rgba(0,0,0,0.6);
        border-bottom-color: rgba(0,0,0,0.4);
        color: #333;
        -webkit-transition: none;
        transition: none;
    }

.btn-primary, .btn-primary:focus {
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    background-color: #1d80c2;
    border: 1px solid #0b3657;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: none;
    transition: none;
    background-image: linear-gradient(to bottom,#1d80c2 0%,#1369a3 100%);
}

    .btn-primary:active {
        color: #fff;
        background-image: -webkit-linear-gradient(top,#176599 0%,#2779B0 100%);
        background-image: linear-gradient(to bottom,#176599 0%,#2779B0 100%);
        box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.3);
        border: 1px solid #074B77;
    }

    .btn-primary:hover {
        color: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,0.6);
        -webkit-transition: none;
        transition: none;
    }

.btn-plain, .btn-plain:hover, .btn-plain:active {
    background: transparent;
    filter: none;
    box-shadow: none;
}

.btn.is-disabled, .btn.is-disabled:active, .btn.is-disabled:hover, .btn.is-disabled:focus {
    color: #666;
    border: 1px solid #D9D9D9;
    box-shadow: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;
    background-image: none;
    background-color: #fafafa;
}

.btn-primary.is-disabled, .btn-primary.is-disabled:active, .btn-primary.is-disabled:hover, .btn-primary.is-disabled:focus {
    color: #fff;
    border: 1px solid #0b3657;
    background-color: #1d80c2;
}

.btn-group > .btn.is-selected {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
    background-color: #d0d0d0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    color: #333;
    -webkit-transition: none;
    transition: none;
    background-image: linear-gradient(to bottom,rgba(238,238,238,0.2) 0%,#d8d8d8 100%);
}

input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], textarea {
    width: 262px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 7px;
}

input::-ms-clear {
    display: none;
}

textarea {
    vertical-align: top;
    resize: vertical;
}

.input-x-small, .input-x-small[type] {
    width: 100px;
}

.input-small, .input-small[type] {
    width: 150px;
}

.input-medium, .input-medium[type] {
    width: 300px;
}

.input-large, .input-large[type] {
    width: 375px;
}

.input-x-large, .input-x-large[type] {
    width: 475px;
}

.input-full, .input-full[type] {
    width: 100%;
}

.label-sep:after {
    content: ':';
}

.select-container select, .select-container .select-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
    display: inline-block;
    position: relative;
    width: 150%;
    height: 30px;
    padding: 7px 0 7px 10px;
}

.select-container {
    display: inline-block;
    position: relative;
}

    .select-container .select-container-inner {
        display: inline-block;
        overflow: hidden;
        vertical-align: top;
        width: 100%;
    }

    .select-container .select-overlay {
        position: absolute;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
    }

        .select-container .select-overlay:before {
            background-image: url(data:image/gif;base64,R0lGODlhDAAPAPcIAKqqqoqKivX19d/f33V1dV9fX8rKylVVVf///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAgALAAAAAAMAA8AAAgyABEIHEiwoMGDCBMqLBjggMOHAQgKIPDwAAEBBQcUcFhgwEEDDg0kBABgocmTKFMKDAgAOw==);
            width: 10px;
            height: 10px;
            content: "";
            position: absolute;
            right: 9px;
            top: 7px;
        }

.select-container-x-small {
    width: 50px;
}

.select-container-small {
    width: 100px;
}

.select-container-medium {
    width: 200px;
}

.select-container-large {
    width: 262px;
}

.select-container-x-large {
    width: 345px;
}

.select-container.huge {
    width: 500px;
}

input[type="text"], input[type="password"], input[type="search"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], textarea {
    color: #666;
    background-color: #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    border: 1px solid #b3b3b3;
    border: 1px solid rgba(0,0,0,.3);
    border-top: 1px solid #999;
    border-top: 1px solid rgba(0,0,0,.4);
    border-bottom: 1px solid #CCC;
    border-bottom: 1px solid rgba(0,0,0,.2);
    transition: border linear .2s,box-shadow linear .2s;
}

    input[type="text"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="tel"]:hover, input[type="number"]:hover, textarea:hover {
        border: 1px solid #4c4c4c;
        border: 1px solid rgba(0,0,0,.7);
        border-bottom: 1px solid #666;
        border-bottom: 1px solid rgba(0,0,0,.6);
    }

    input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
        border: 1px solid #2177b1;
        box-shadow: 0 0 0 1px #2177b1;
    }

.select-container select, .select-container .select-button {
    background: none repeat scroll 0 0 transparent;
    color: #666;
    font-weight: normal;
    border: 0 none;
}

    .select-container select:focus ~ .select-overlay, .select-container .select-button:focus ~ .select-overlay {
        border: 1px solid #2177b1;
        box-shadow: 0 0 0 1px #2177b1;
    }

.select-container .select-overlay {
    color: #666;
    background: #fff;
    background: linear-gradient(to bottom,#fff 1%,#ECECEC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ececec',GradientType=0);
    border: 1px solid #959595;
    border: 1px solid rgba(0,0,0,.4);
    border-top: 1px solid rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(0,0,0,.5);
    box-shadow: inset 0 0 0 rgba(255,255,255,.8),0 1px 1px rgba(0,0,0,.2);
    transition: border-color ease-in-out .2s;
}

.lnk {
    display: inline;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent none;
    box-shadow: none;
    line-height: inherit;
    height: auto;
    filter: none;
    cursor: pointer;
    width: auto;
    overflow: visible;
}

    .lnk:hover, .lnk:active {
        background: transparent;
        box-shadow: none;
        line-height: inherit;
        height: auto;
    }

    a.is-disabled, a.is-disabled:hover, a.is-disabled:active, .lnk.is-disabled, .lnk.is-disabled:hover, .lnk.is-disabled:active {
        cursor: default;
    }

.lnk {
    color: #1A74BA;
    text-decoration: none;
}

    .lnk:hover, .lnk:active {
        color: #1A74BA;
        text-decoration: underline;
    }

    a.is-disabled, a.is-disabled:hover, a.is-disabled:active, .lnk.is-disabled, .lnk.is-disabled:hover, .lnk.is-disabled:active {
        color: #999999;
        text-decoration: none;
    }

.pill {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    padding: 2px 10px 2px 9px;
    font-size: 11px;
}

.pill {
    background: #CBE2F1;
    border: 1px solid #80A7C1;
    color: #3B6E90;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

.pill-warning {
    background: #FF8000;
    color: #FFF;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}

.pill-error {
    background: #E2BEC5;
    border: 1px solid #C37F77;
    color: #A35B52;
}

.tbl th, .tbl td {
    padding: 10px 8px;
}

.tbl-rounded th:first-child {
    border-top-left-radius: 5px;
}

.tbl-rounded th:last-child {
    border-top-right-radius: 5px;
}

.tbl-rounded tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.tbl-rounded tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.tbl tr {
    background: #fdfdfc;
}

.tbl th {
    background: #f0f0f0;
    color: #333;
    font-weight: bold;
}

.tbl td {
    border-top: 1px solid #f5f6f4;
}

.tbl-striped tr:nth-of-type(odd) {
    background: #f5f6f4;
}

.btn.disabled, .btn.disabled:active, .btn.disabled:hover, .btn.disabled:focus {
    top: 0;
    color: #666;
    border: 1px solid #D9D9D9;
    box-shadow: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;
    background-image: none;
    background-color: #fafafa;
}

.btn-primary.disabled, .btn-primary.disabled:active, .btn-primary.disabled:hover, .btn-primary.disabled:focus {
    color: #fff;
    border: 1px solid #0b3657;
    background-color: #1d80c2;
}

.disabled a, a.disabled, a.disabled:hover, a.disabled:active, .lnk.disabled, .lnk.disabled:hover, .lnk.disabled:active {
    cursor: default;
    color: #999999;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: .8;
}

li {
    list-style: none;
    border: 0;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:active:focus {
    outline: none;
}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    line-height: 100%;
}

.clickable {
    cursor: pointer;
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.help {
    cursor: help;
}

.unclickable {
    cursor: default !important;
}

.lowlight {
    color: #666666 !important;
}

.highlight {
    color: #000;
    font-weight: bold;
}

.hover_pill {
    display: inline-block;
    border-radius: 7px;
    background-color: transparent;
    padding: 2px 10px 1px 9px;
    position: relative;
}

    .hover_pill ul {
        margin: 0 0 0 -6px;
    }

    .hover_pill .inline_list > li {
        padding-right: 0;
    }

    .hover_pill .arrow {
        width: 6px;
        height: 10px;
        background: url(../Default Themes/img/box/hover_pill_arrow-NkQ9gN.png) no-repeat;
        margin: 0 0 0 4px;
        position: absolute;
        right: 3px;
        top: 1px;
        border-style: none;
        visibility: hidden;
    }

a.hover_pill:hover .arrow {
    visibility: visible;
}

.icon-button {
    margin: 0 auto;
    display: block;
}

.line:after, .last_unit:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0 !important;
    line-height: 0;
    font-size: xx-large;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

.unit, .unit_ext {
    zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.unit {
    float: left;
}

.unit_ext {
    float: right;
}

.size1of1, .size2of2, .size3of3, .size4of4, .size5of5, .size6of6 {
    float: none;
}

.size1of1 {
    width: 100%;
}

.size1of2, .size2of4 {
    width: 50%;
}

.size1of3 {
    width: 33.33333%;
}

.size2of3 {
    width: 66.66666%;
}

.size1of4 {
    width: 25%;
}

.size3of4 {
    width: 75%;
}

.size1of5 {
    width: 20%;
}

.size2of5 {
    width: 40%;
}

.size3of5 {
    width: 60%;
}

.size4of5 {
    width: 80%;
}

.size1of6 {
    width: 16.66666%;
}

.size5of6 {
    width: 83.33333%;
}

.size1of10 {
    width: 10%;
}

.size8of10 {
    width: 80%;
}

.size1of11 {
    width: 9.0909%;
}

.size9of20 {
    width: 45%;
}

.sizeauto {
    width: auto;
}

.last_unit {
    display: table-cell;
    float: none;
    width: auto;
}

.media {
    zoom: 1;
    position: relative;
}

    .media:after, .bd:after {
        clear: both;
        display: block;
        visibility: hidden;
        overflow: hidden;
        height: 0 !important;
        line-height: 0;
        font-size: xx-large;
        content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
    }

    .media .bd {
        display: table-cell;
        zoom: 1;
    }

        .media .bd > :first-child {
            margin-top: 0;
        }

        .media .bd > :last-child {
            margin-bottom: 0;
        }

.img {
    float: left;
    margin-right: 10px;
}

    .img img {
        display: block;
    }

.img_ext {
    float: right;
    margin-left: 10px;
}

.clear, .clearfix {
    clear: both;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.fw {
    width: 100% !important;
}

.fh {
    height: 100% !important;
}

.op0 {
    opacity: 0 !important;
}

.op05 {
    opacity: 0.05 !important;
}

.op1 {
    opacity: 0.1 !important;
}

.op15 {
    opacity: 0.15 !important;
}

.op20 {
    opacity: 0.20 !important;
}

.op25 {
    opacity: 0.25 !important;
}

.op30 {
    opacity: 0.30 !important;
}

.op35 {
    opacity: 0.35 !important;
}

.op40 {
    opacity: 0.40 !important;
}

.op45 {
    opacity: 0.45 !important;
}

.op50 {
    opacity: 0.50 !important;
}

.op55 {
    opacity: 0.55 !important;
}

.op60 {
    opacity: 0.60 !important;
}

.op65 {
    opacity: 0.65 !important;
}

.op70 {
    opacity: 0.70 !important;
}

.op75 {
    opacity: 0.75 !important;
}

.op80 {
    opacity: 0.80 !important;
}

.op85 {
    opacity: 0.85 !important;
}

.op90 {
    opacity: 0.90 !important;
}

.op95 {
    opacity: 0.95 !important;
}

.op100 {
    opacity: 1 !important;
}

.ie8 .op0 {
    filter: alpha(opacity=0) !important;
}

.ie8 .op05 {
    filter: alpha(opacity=5) !important;
}

.ie8 .op10 {
    filter: alpha(opacity=10) !important;
}

.ie8 .op15 {
    filter: alpha(opacity=15) !important;
}

.ie8 .op20 {
    filter: alpha(opacity=20) !important;
}

.ie8 .op25 {
    filter: alpha(opacity=25) !important;
}

.ie8 .op30 {
    filter: alpha(opacity=30) !important;
}

.ie8 .op35 {
    filter: alpha(opacity=35) !important;
}

.ie8 .op40 {
    filter: alpha(opacity=40) !important;
}

.ie8 .op45 {
    filter: alpha(opacity=45) !important;
}

.ie8 .op50 {
    filter: alpha(opacity=50) !important;
}

.ie8 .op55 {
    filter: alpha(opacity=55) !important;
}

.ie8 .op60 {
    filter: alpha(opacity=60) !important;
}

.ie8 .op65 {
    filter: alpha(opacity=65) !important;
}

.ie8 .op70 {
    filter: alpha(opacity=70) !important;
}

.ie8 .op75 {
    filter: alpha(opacity=75) !important;
}

.ie8 .op80 {
    filter: alpha(opacity=80) !important;
}

.ie8 .op85 {
    filter: alpha(opacity=85) !important;
}

.ie8 .op90 {
    filter: alpha(opacity=90) !important;
}

.ie8 .op95 {
    filter: alpha(opacity=95) !important;
}

.ie8 .op100 {
    filter: alpha(opacity=100) !important;
}

.light_on_hover {
    opacity: 0.7;
}

    .light_on_hover:hover {
        opacity: 1.0;
    }

.no_shadow {
    box-shadow: none;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, p, blockquote, .media {
    margin: 5px 0;
}

pre {
    margin: 10px 0;
}

.body h2:first-child, .body h3:first-child, .body h4:first-child, .body h5:first-child, .body h6:first-child, .body ul:first-child, .body ol:first-child, .body dl:first-child, .body p:first-child, .body blockquote:first-child, .body .media:first-child {
    margin-top: 0;
}

.body h2:last-child, .body h3:last-child, .body h4:last-child, .body h5:last-child, .body h6:last-child, .body ul:last-child, .body ol:last-child, .body dl:last-child, .body p:last-child, .body blockquote:last-child, .body .media:last-child {
    margin-bottom: 0;
}

.lhs {
    line-height: 15px;
}

.lhm {
    line-height: 20px;
}

.lh14 {
    line-height: 14px;
}

.lh16 {
    line-height: 16px !important;
}

.lh18 {
    line-height: 18px !important;
}

.lh20 {
    line-height: 20px;
}

.lh24 {
    line-height: 24px;
}

.lh25 {
    line-height: 25px;
}

.lh32 {
    line-height: 32px;
}

.lh48 {
    line-height: 48px;
}

.lh72 {
    line-height: 72px;
}

.rtln {
    border-top-left-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
}

.rtls {
    border-top-left-radius: 2px !important;
    -webkit-border-top-left-radius: 2px !important;
}

.rtlm {
    border-top-left-radius: 5px !important;
    -webkit-border-top-left-radius: 5px !important;
}

.rtll {
    border-top-left-radius: 10px !important;
    -webkit-border-top-left-radius: 10px !important;
}

.rtrn {
    border-top-right-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
}

.rtrs {
    border-top-right-radius: 2px !important;
    -webkit-border-top-right-radius: 2px !important;
}

.rtrm {
    border-top-right-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
}

.rtrl {
    border-top-right-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
}

.rbln {
    border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
}

.rbls {
    border-bottom-left-radius: 2px !important;
    -webkit-border-bottom-left-radius: 2px !important;
}

.rblm {
    border-bottom-left-radius: 5px !important;
    -webkit-border-bottom-left-radius: 5px !important;
}

.rbll {
    border-bottom-left-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
}

.rbrs {
    border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
}

.rbrs {
    border-bottom-right-radius: 2px !important;
    -webkit-border-bottom-right-radius: 2px !important;
}

.rbrm {
    border-bottom-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
}

.rbrl {
    border-bottom-right-radius: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
}

.ran {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.ram {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}

.ras {
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}

.ral {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}

.left_24 {
    left: 24px !important;
}

.left_48 {
    left: 48px !important;
}

.left_96 {
    left: 96px !important;
}

.right_24 {
    right: 24px !important;
}

.right_48 {
    right: 48px !important;
}

.right_96 {
    right: 96px !important;
}

.ban {
    border: 0 !important;
    border-radius: 0;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.float_content_centered_outer_container {
    float: left;
    position: relative;
    left: 50%;
}

.float_content_centered_inner_container {
    float: left;
    position: relative;
    left: -50%;
}

.data {
    position: relative;
    zoom: 1;
    vertical-align: top;
    text-align: left;
}

    .data table {
        width: 100%;
        table-layout: fixed;
    }

    .txt_c, table .txt_c td, table .txt_c th, .data .txt_c th, .data .txt_c td {
        text-align: center;
    }

    .txt_l, table .txt_l td, table .txt_l th, .data .txt_l th, .data .txt_l td {
        text-align: left;
    }

    .txt_r, table .txt_r td, table .txt_r th, .data .txt_r th, .data .txt_r td {
        text-align: right;
    }

    .txt_t, table .txt_t td, table .txt_t th, .data .txt_t th, .data .txt_t td {
        vertical-align: top;
    }

    .txt_b, table .txt_b td, table .txt_b th, .data .txt_b th, .data .txt_b td {
        vertical-align: bottom;
    }

    .txt_m, table .txt_m td, table .txt_m th, .data .txt_m th, .data .txt_m td {
        vertical-align: middle;
    }

.table {
    display: table;
}

.table-fixed-layout {
    table-layout: fixed;
}

.table_row, .table-row {
    display: table-row;
}

.table_cell, .table-cell {
    display: table-cell;
}

.inline-block {
    display: inline-block;
}

.date {
    color: #808080;
    font-size: 11px;
}

.note {
    color: #808080;
    font-style: italic;
}

.faded {
    color: #999;
}

.legal {
    font-size: 11px;
    line-height: 13px;
}

    .legal .list_img_icon_15 {
        position: relative;
        top: 2px;
    }

.spaced {
    line-height: 18px;
}

.spaced_medium {
    line-height: 20px;
}

.strong {
    font-weight: bold;
}

.lighter {
    font-weight: lighter;
}

.clr-inverse {
    color: #FFF;
}

.clr-important {
    color: #FF4500;
}

.strike {
    text-decoration: line-through;
}

.uppercase {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5 {
    border: 0;
    padding-bottom: 0;
}

h1 {
    margin: 10px 0;
    color: #333;
    font-size: 24px;
}

h2 {
    margin: 10px 0;
    color: #333;
    font-size: 19px;
}

h3 {
    margin: 5px 0;
    color: #333;
    font-size: 17px;
}

h4 {
    margin: 5px 0;
    color: #333;
    font-size: 14px;
}

h5 {
    margin: 5px 0;
    color: #111;
    font-size: 13px;
}

h6 {
    margin: 10px 0;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 5px;
}

.break {
    word-wrap: break-word;
}

.no_break {
    white-space: nowrap;
}

.word-wrap {
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

a.big_target {
    display: block;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    display: block;
}

a.ellipsis, span.ellipsis, em.ellipsis {
    display: inline-block;
}

.single_line {
    white-space: nowrap;
    overflow: hidden;
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.horizontal_scrollable {
    overflow-x: auto;
}

.no_scroll {
    overflow: hidden;
}

.vertical_scroll {
    overflow-y: scroll;
}

.scrollbar_spacer {
    float: right;
    height: 10px;
    overflow-y: scroll;
    visibility: hidden;
}

.center {
    margin-right: auto;
    margin-left: auto;
}

.center_contents {
    text-align: center;
}

.vertical-alignment-helper {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.disable_selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text_selection {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.simple_list {
    margin: 10px 0;
}

.basic_list {
    margin: 10px 0;
}

    .basic_list > li {
        padding: .2em 0;
    }

.basic_list_sm > li {
    margin: 5px 0;
}

.basic_list_med > li {
    margin: 10px 0;
}

.basic_list_lg > li {
    margin: 20px 0;
}

.bulleted_list > li {
    list-style: disc inside none;
}

.bulleted_list_hanging li {
    list-style: disc;
    margin-left: 13px;
}

.numbered_list li {
    list-style: decimal;
    margin-left: 20px;
}

    .numbered_list li li {
        list-style: lower-alpha;
    }

        .numbered_list li li li {
            list-style: lower-roman;
        }

.inline_list > li {
    display: inline-block;
    padding-right: .5em;
    vertical-align: top;
}

#box_popup .inline_list > li:last-child {
    padding-right: 0;
}

.inline_list.sub > li {
    vertical-align: text-bottom;
}

.inline_list.sup > li {
    vertical-align: text-top;
}

.ie .inline_list li div {
    zoom: 1;
}

.ie8 .inline_list li div {
    display: inline-block;
}

.inline_list_icon_aligned li, .inline_list_icon_aligned a, .inline_list_icon_aligned input {
    vertical-align: middle;
}

.list_img {
    display: inline-block;
}

.list_img_icon_16 {
    position: relative;
    top: -2px;
}

.list_img_inside_label {
    vertical-align: text-bottom;
}

.inline_list_ext {
    margin-top: 2px;
    margin-bottom: 2px;
}

    .inline_list_ext > li {
        display: inline-block;
    }

        .inline_list_ext > li:after {
            content: "\00B7";
            padding: 0 3px 0 3px;
        }

    .inline_list_ext li:last-child:after {
        content: "" !important;
        padding: 0;
    }

    .inline_list_ext .last-child:after {
        content: "\00a0" !important;
        padding: 0;
    }

.inline_list_ext_line li {
    border-right: 1px solid #E2E2E2;
}

    .inline_list_ext_line li:last-child, .inline_list_ext_line li.last-child {
        border-right: 0px;
    }

.list_ext .item_expansion {
    border-top: 0;
    padding: 0;
}

.list_ext > li.hover {
    background-color: #f5f5f5;
}

.list_ext > li.no_hover_effect {
    cursor: default;
}

    .list_ext > li.no_hover_effect.hover {
        background-color: #eeeeee;
    }

.list_ext > li.selected {
    background-color: #CBE2F1;
}

.list_ext > li, .list_separated > li {
    border-top: 1px solid #E9E9E9;
    padding: 8px 5px;
    cursor: pointer;
    zoom: 1;
}

    .list_ext > li.last_child, .list_ext > li:last-child, .list_ext_border_bottom {
        border-bottom: 1px solid #E9E9E9;
    }

    .list_ext > li.no_bottom_border {
        border-bottom: 0;
    }

.list_ext.list_ext_shaded_divider > li {
    border-bottom: solid 1px #ececec;
    border-top: solid 1px #f6f6f6;
}

.list_menu > li {
    padding: 1px 10px 2px;
    position: relative;
    white-space: nowrap;
}

    .list_menu > li a {
        display: inline-block;
        padding-right: 5px;
        line-height: 18px;
        width: 100%;
    }

    .list_menu > li.selected {
        background: #1a74ba;
    }

.list_menu.hover_list > li.hover {
    background: #EFF5F9;
}

.list_menu > li.selected.hover {
    background: #1a74ba;
}

.list_menu > li.disabled.hover {
    background: transparent;
}

.list_menu > li.selected a {
    color: #FFF;
    width: auto;
}

.list_menu .list_img {
    display: inline-block;
    margin-right: 4px;
    vertical-align: sub;
}

.list_menu a:hover, .list_menu a:focus {
    text-decoration: none;
}

.list_menu .separator {
    height: 1px;
    line-height: 0;
    font-size: 0;
    margin: 0;
    position: relative;
    white-space: nowrap;
}

.list_menu .right_arrow {
    margin: 3px -5px 0 0;
    display: inline-block;
    float: right;
}

.list_menu .arrow {
    margin-left: 4px;
    margin-bottom: 1px;
    display: inline-block;
}

.drop_down, .select_options {
    position: relative;
    padding: 0;
    border: 1px solid #BDBDBD;
    box-shadow: 0 1px 0 #BDBDBD;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #FFF;
    z-index: 200;
    left: 0;
}

.ie8 .drop_down {
    border-top: 1px solid #BDBDBD;
}

.drop_down > ul > li, .select_options > ul > li {
    padding: 4px 13px;
}

.drop_down_horizontal {
    padding-top: 0;
    padding-bottom: 0;
}

    .drop_down_horizontal > ul > li {
        padding: 0;
    }

    .drop_down_horizontal a {
        display: block;
        padding: 8px 13px;
    }

    .drop_down_horizontal li.hover {
        background: #EFF5F9;
        cursor: pointer;
    }

    .drop_down_horizontal a:hover {
        text-decoration: none;
    }

.drop_down_ext, .bubble {
    position: absolute;
    padding: 5px 0;
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    box-shadow: 0 1px 0 #BDBDBD;
    background-color: #FFF;
    z-index: 200;
}

.ie8 .drop_down_ext, .ie8 .bubble {
    border: 1px solid #BDBDBD;
}

.drop_down ul, .drop_down_ext ul {
    margin: 0;
}

.drop_down_ext > ul > li {
    padding: 4px 13px;
    cursor: pointer;
}

.drop_down_ext .media:after, .drop_down .media:after, .drop_down_ext .bd:after, .drop_down .bd:after {
    content: "";
}

.drop_down a, .drop_down_ext a {
    white-space: nowrap;
    color: #464646;
}

hr {
    height: 0;
    border: 0;
}

    hr.divider {
        margin: 0 0 5px 0;
        border: 0;
        border-top: 1px dotted #D9D9D9;
    }

    hr.divider_medium {
        margin: 0 0 5px 0;
        border: 0;
        border-top: 1px solid #D3D3D3;
    }

    hr.divider_strong {
        margin: 0 0 5px 0;
        border: 0;
        border-top: 2px solid #D3D3D3;
    }

    hr.divider_lite {
        margin: 0;
        border: 0;
        border-top: 1px dotted #D3D3D3;
    }

    hr.divider_shadow {
        border-bottom: 1px solid #FFFFFF;
    }

    hr.dashed {
        border-style: dashed;
    }

.cntr {
    margin: 5px 0;
}

    .cntr:first-child {
        margin-top: 0;
    }

    .cntr:last-child {
        margin-bottom: 0;
    }

.cntr_squared {
    background-color: #FFF;
    border: 1px solid #BDBDBD;
}

.cntr_bordered {
    border: 1px solid #BDBDBD;
}

.password_strength_meter {
    font-size: 12px;
    color: #666;
}

    .password_strength_meter .bricks {
        background: url(../Default Themes/img/password_strength_meter-7iuZHG.gif) 0 0 no-repeat;
        height: 11px;
        width: 102px;
    }

.password_strength_meter-weak .bricks {
    background-position: 0 -11px;
}

.password_strength_meter-low .bricks {
    background-position: 0 -22px;
}

.password_strength_meter-fair .bricks {
    background-position: 0 -33px;
}

.password_strength_meter-strong .bricks {
    background-position: 0 -44px;
}

.password_strength_meter-strength {
    display: inline-block;
    font-size: 11px;
    margin-right: 8px;
    margin-top: 1px;
    text-align: right;
}

.password_strength_meter-body {
    display: inline-block;
    font-size: 11px;
    text-align: center;
    padding: 2px 0 0 0;
}

html, body {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.body {
    background-color: #FFF;
    min-height: 100%;
    height: auto;
    min-width: 976px;
    position: relative;
}

.page {
    width: 976px;
    margin: 0 auto;
    clear: both;
}

.mw-976 {
    min-width: 976px;
}

.right_col {
    padding-left: 20px;
    padding-top: 20px;
    float: right;
    width: 223px;
}

    .right_col:after, .right_col .ie-after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 244px;
        margin-left: -20px;
        border-left: 1px solid #e8e8e8;
    }

.right_col_border {
    border-left: 1px solid #E8E8E8;
    padding-left: 0;
}

.left_col_border {
    border-right: 1px solid #E8E8E8;
    padding-right: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main {
    display: table-cell;
    width: 722px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    padding-right: 10px;
    float: left;
}

    .main.auto-position {
        width: auto;
        float: none;
    }

    .body:after, .main:after, .input:after {
        clear: both;
        display: block;
        visibility: hidden;
        overflow: hidden;
        height: 0 !important;
        line-height: 0;
        font-size: xx-large;
        content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
    }

.foot {
    background: #EDEDED;
    border-top: 1px solid #C5C5C5;
    zoom: 1;
    clear: both;
}

    .foot .copyright {
        margin-right: 20px;
    }

    .foot .inline_list_ext {
        padding: 10px 10px 10px 3px;
    }

        .foot .inline_list_ext li:after {
            padding: 0 5px 0 5px;
            font-weight: bold;
        }

.warning_notification {
    background-color: #F4E68D;
    background-image: -webkit-linear-gradient(bottom,rgb(240,222,108) 34%,rgb(247,236,163) 67%);
    background-image: linear-gradient(to top,rgb(240,222,108) 34%,rgb(247,236,163) 67%);
}

.admin_header {
    position: relative;
    height: 27px;
    border-bottom: 1px solid #1A1A1A;
    background-color: #5B5B5B;
    color: #CCC;
    zoom: 1;
    background-image: linear-gradient(to top,#444 0%,#555 100%);
}

.header {
    border-bottom: 1px solid #FCC025;
    font-size: 15px;
    zoom: 1;
    background-color: #FCC025;
    background-image: -webkit-linear-gradient(bottom,#267BB6 15%,#338FCE 100%);
    background-image: linear-gradient(to top,#F7AA25 15%,#FCC025 100%);
    min-width: 976px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    position: relative;
    z-index: 3;
}

.header_stalking {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
    z-index: 51 !important;
}

.lte_ie9 .header, .lte_ie9 .header_stalking {
    box-shadow: none;
}

.with_shadow {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    position: relative;
}

.shadow_light_all_around {
    box-shadow: 0 0 1px 1px rgba(200,200,200,0.8);
}

.sub_nav {
    border-bottom: 1px solid #cfcfcf;
    background-color: #f5f5f5;
    zoom: 1;
    min-width: 976px;
    line-height: 14px;
}

.ie8 .sub_nav {
    background-image: url(../Default Themes/img/box/sub_nav_top_gradient_1x3-GZ3zpE.png);
    background-repeat: repeat-x;
    background-position: left top;
}

.sub_nav_bd {
    background: transparent url(../Default Themes/img/box/sub_nav_bottom_gradient_1x3-9urlGO.png) repeat-x left bottom;
}

.subheader {
    border-bottom: 1px solid #c5c5c5;
    background: #ededed;
    height: 45px;
    line-height: 14px;
    overflow: hidden;
}

    .subheader.tabbed {
        overflow: visible;
        height: auto;
    }

.breadcrumb_wrapper {
    width: 976px;
    position: relative;
    margin: 0 auto;
}

.breadcrumb_items {
    width: 1160px;
}

.breadcrumb_item {
    display: inline-block;
    border-right: 1px solid #c5c5c5;
}

.breadcrumb_item_icon {
    margin-top: 15px;
    margin-right: 7px;
}

    .breadcrumb_item_icon.shared_folder {
        margin-right: -10px;
    }

    .breadcrumb_item_icon .corner_overlay {
        margin-top: 6px;
    }

.breadcrumb_item_icon_app_folder {
    height: 9px;
    width: 9px;
    box-shadow: 0 0 1px #000;
    margin-left: 9px;
    margin-top: 9px;
}

.is_synced .breadcrumb_item_icon_app_folder {
    margin-left: 3px;
}

.lte_ie9 .breadcrumb_item_icon {
    margin-left: 10px;
}

.breadcrumb_item.first {
    border-left: 1px solid #ededed;
}

    .breadcrumb_item.first:hover {
        border-left: 1px solid #c5c5c5;
    }

.breadcrumb_item.all_files {
    border: none;
}

    .breadcrumb_item.all_files:hover {
        border: none;
    }

    .breadcrumb_item.all_files .breadcrumb_item_link {
        padding-left: 0;
        background: #ededed;
    }

        .breadcrumb_item.all_files .breadcrumb_item_link:hover {
            background: #ededed;
            cursor: default;
        }

        .breadcrumb_item.all_files .breadcrumb_item_link:after, .breadcrumb_item.all_files .breadcrumb_item_link:before {
            display: none;
        }

.breadcrumb_item_link {
    position: relative;
    padding-left: 48px;
    float: left;
    text-decoration: none;
    height: 45px;
}

.breadcrumb_item.first .breadcrumb_item_link {
    padding-left: 0;
}

.breadcrumb_item_link.last {
    background: #d8d8d8;
}

.lte_ie9 .breadcrumb_item_link {
    height: 45px;
}

.ie8 .breadcrumb_item_link {
    padding: 0;
}

.breadcrumb_item_link:after, .breadcrumb_item_link:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ededed;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb_item_link:before {
    border-left: 30px solid #c5c5c5;
    margin-left: 1px;
    z-index: 1;
}

.breadcrumb_item.last .breadcrumb_item_link:after {
    border-left-color: #d8d8d8;
}

.breadcrumb_item_link:hover {
    background: #f5f5f5;
}

    .breadcrumb_item_link:hover:after {
        border-left-color: #f5f5f5;
    }

.breadcrumb_item_link.last:hover {
    background: #d8d8d8;
}

.ie8 .breadcrumb_item_link:before, .ie8 .breadcrumb_item_link:after, .ie8 .breadcrumb_item_link:hover:after {
    display: none;
}

.breadcrumb_item_title {
    display: inline-block;
    color: #666;
    font-style: normal;
    font-size: 13px;
    text-shadow: 0 1px 0 #fff;
    max-width: 112px;
    overflow: hidden;
    padding: 16px 0 15px;
    text-overflow: ellipsis;
    transition: max-width 0.4s;
    -webkit-transition: max-width 0.4s;
}

    .breadcrumb_item_title:hover {
        color: #333;
    }

.breadcrumb_item.last .breadcrumb_item_title {
    color: #333;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.lte_ie9 .breadcrumb_item.last .breadcrumb_item_title {
    padding-left: 0px;
}

.lte_ie9 .breadcrumb_item.first .breadcrumb_item_title {
    padding-left: 20px;
}

.breadcrumb_item_title.last_two {
    max-width: 212px;
}

.breadcrumb_item.first .breadcrumb_item_title {
    padding-left: 20px;
    max-width: none;
}

.breadcrumb_item_title:hover {
    max-width: 302px;
}

.breadcrumb_item.first .breadcrumb_item_title:hover {
    max-width: none;
}

.ie8 .breadcrumb_item_title {
    padding: 15px 16px 16px;
    max-width: 128px;
}

    .ie8 .breadcrumb_item_title.last_two {
        max-width: 228px;
    }

    .ie8 .breadcrumb_item_title:hover {
        max-width: 318px;
    }

.ie8 .breadcrumb_item {
    max-width: 160px;
}

    .ie8 .breadcrumb_item.first, .ie8 .breadcrumb_item.first .breadcrumb_item_link {
        max-width: none;
    }

    .ie8 .breadcrumb_item.last_two, .ie8 .breadcrumb_item_link {
        max-width: 260px;
    }

    .ie8 .breadcrumb_item:hover, .ie8 .breadcrumb_item:hover .breadcrumb_item_link {
        max-width: 350px;
    }

.breadcrumb_ellipses {
    display: inline-block;
    color: #333;
    font-size: 19px;
    font-weight: bold;
    overflow: hidden;
    padding: 12px 0 20px;
}

.ie8 .breadcrumb_ellipses {
    padding: 12px 16px 20px;
}

.jump_to_folder {
    position: absolute;
    height: 14px;
    width: 14px;
    z-index: 3;
}

.ie8 .jump_to_folder {
    position: static;
}

.jump_to_folder .toggle {
    padding: 6px 4px 5px 4px;
}

.page_title {
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    padding: 16px 0 15px 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .page_title.search {
        font-weight: normal;
    }

    .page_title.additional_info {
        float: right;
        padding-right: 20px;
    }

#actionbar-stalking-wrapper {
    width: 723px;
    float: left;
    padding: 15px 0 15px 0;
    margin: 0 9px 0 0;
}

    #actionbar-stalking-wrapper.gcm_actionbar {
        width: 100%;
    }

    #actionbar-stalking-wrapper.actionbar_stalking {
        background: #fff;
        background: rgba(255,255,255,0.95);
        padding: 15px 0 15px 0;
        box-shadow: 0 4px 2px -2px rgba(0,0,0,0.2);
    }

.ie8 #actionbar-stalking-wrapper {
    display: inline-block;
    float: none;
}

#actionbar-stalking-wrapper.multiple-rows {
    padding-bottom: 10px;
}

.multiple-rows .actionbar_button_wrapper {
    margin: 0 0 5px 0;
}

.actionbar {
    display: none;
    max-width: 440px;
    float: left;
    position: relative;
}

    .actionbar.with-tags-button {
        max-width: 380px;
    }

.tag_menu_option.filter {
    color: #FFFFFF;
    cursor: default;
}

[data-actionbar="search"] #mod-actionbar-search, [data-actionbar="trash"] #mod-actionbar-trash, [data-actionbar="files"] #mod-actionbar-files, [data-actionbar="admin-users"] #mod-actionbar-admin-users, [data-actionbar="shared-folder"] #mod-actionbar-shared-folder, [data-actionbar="multiple-selection"] #actionbar-multiple-selection, [data-actionbar="quarantine"] #mod-actionbar-quarantine {
    display: inline-block;
}

.view_options {
    display: inline-block;
    float: right;
    position: relative;
}

.actionbar_button_wrapper {
    display: inline-block;
    vertical-align: top;
}

    .actionbar_button_wrapper.view_options {
        margin: 5px 274px 0 0;
    }

    .actionbar_button_wrapper:first-child button, .actionbar_button_wrapper:first-child a {
        margin-left: 0;
    }

    .actionbar_button_wrapper .icon {
        vertical-align: middle;
    }

    .actionbar_button_wrapper .inline_list > li:last-child {
        margin-right: 0;
    }

.apps .view_options {
    margin-right: 254px;
}

.actionbar_pagination {
    display: inline-block;
    font-weight: bold;
    height: 34px;
    cursor: pointer;
}

    .actionbar_pagination .label {
        max-width: 73px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .actionbar_pagination.label {
        height: 34px;
        padding: 7px 10px;
    }

    .actionbar_pagination.hover {
        border: 1px solid #a8a8a8;
        padding: 7px 9px;
        background: transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
        text-shadow: none;
    }

.paging_icon {
    margin: 0 4px 0 4px;
    vertical-align: middle;
}

.sprite_actionbar_arrow_up_white {
    margin-top: 1px;
}

.actionbar_buttons button, .actionbar_button_wrapper button {
    height: 34px;
    padding: 7px 10px;
    margin-top: 0;
}

.actionbar_buttons .interactive_icon {
    margin-top: -4px;
}

.actionbar-plain-text {
    line-height: 34px;
}

.select_all {
    margin-top: 8px;
    margin-left: 12px;
    display: inline-block;
}

    .select_all a:hover {
        background: transparent url(../spriteimages/item_list/checkbox_checked-UzfrTX.png) no-repeat 0 0;
    }

    .select_all.disabled a:hover {
        background: transparent url(../spriteimages/item_list/checkbox-rT47UL.png) no-repeat 0 0;
    }

.no-actionbar.list_ext > li:first-child {
    border-top: none;
}

.triangle_tabs_wrapper {
    position: relative;
    overflow: hidden;
}

.triangle_tabs ul {
    width: 976px;
    margin: 0 auto;
}

    .triangle_tabs ul li {
        display: inline-block;
        font-size: 13px;
        padding: 16px 20px 15px 0;
    }

        .triangle_tabs ul li a {
            text-decoration: none;
            color: #666;
            white-space: nowrap;
        }

            .triangle_tabs ul li a.current {
                font-weight: bold;
                color: #333;
            }

.triangle_tabs .current .triangle {
    position: relative;
}

    .triangle_tabs .current .triangle span {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 50px solid #fff;
        top: 5px;
        left: 50%;
        margin-left: -50px;
    }

        .triangle_tabs .current .triangle span.border {
            border-bottom-color: #c5c5c5;
            top: 4px;
        }

    .triangle_tabs .current .triangle.upper span {
        border-top: 50px solid #fff;
        border-bottom: transparent;
        top: -68px;
    }

        .triangle_tabs .current .triangle.upper span.border {
            border-top-color: #c5c5c5;
            top: -67px;
        }

.content_sidebar {
    position: relative;
    z-index: 1;
}

    .content_sidebar h3 {
        font-size: 15px;
        font-weight: normal;
        cursor: default;
        color: #666;
        border-bottom: 1px solid #E8E8E8;
        margin-bottom: 5px;
    }

    .content_sidebar h4 {
        display: inline-block;
        font-size: 11px;
        color: #105F95;
        border-bottom: 1px solid #E8E8E8;
        padding-bottom: 3px;
        margin: 5px 0;
    }

    .content_sidebar .list_ext > li {
        border-top: none;
    }

.sidebar-title-container {
    overflow: auto;
    zoom: 1;
}

.sidebar-link {
    font-size: 14px;
    font-weight: bold;
}

table.sub_nav_table {
    table-layout: auto;
}

.sub_nav_table .col1 {
    width: 250px;
}

.sub_nav_table .col2 {
    width: 232px;
}

.sub_nav_table .col3 {
    width: 250px;
}

.sub_nav_table .col4 {
    width: 244px;
}

.sub_nav_table .col1and2 {
    width: 482px;
}

.sub_nav_table .col2and3 {
    width: 482px;
}

.sub_nav_table .row2 {
    height: 30px;
}

.sub_nav_table .row3 {
    height: 27px;
}

.sub_nav_table_3_btn_layout .col1 {
    width: 250px;
}

.sub_nav_table_3_btn_layout .col2 {
    width: 132px;
}

.sub_nav_table_3_btn_layout .col3 {
    width: 350px;
}

.sub_nav_table_3_btn_layout .col4 {
    width: 244px;
}

.sub_nav_table_3_btn_layout .col1and2 {
    width: 382px;
}

.sub_nav_table_3_btn_layout .col2and3 {
    width: 482px;
}

#title_section {
    line-height: 27px;
}

.nav, .admin_nav {
    margin: 0;
}

.nav {
    position: relative;
}

.logo_cntr {
    height: 50px;
    display: table-cell;
    position: relative;
}

    .logo_cntr div {
        display: table-cell;
    }

.nav .logo {
    vertical-align: middle;
    margin-right: 5px;
    max-height: 50px;
    max-width: 120px;
}

.ie8 .logo_cntr {
    max-width: 120px;
}

.standard_logo {
    background: url(../Default Themes/img/box/box-logo-white-bNSGSA.png) -8px 0 no-repeat;
    width: 58px;
    height: 30px;
    margin-right: 16px;
}

.standard_logo_glow {
    background: url(../Default Themes/img/box/box-logo-white-bNSGSA.png) 0 -30px no-repeat;
    position: absolute;
    top: 2px;
    left: -8px;
    width: 69px;
    height: 45px;
    opacity: 0;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

    .standard_logo_glow:hover {
        opacity: 1;
    }

.standard_light_blue_bg {
    background-color: #EFF5F9;
}

.ie8 .standard_logo_glow {
    display: none;
}

.nav ul {
    margin: 0;
}

.nav li {
    float: left;
    margin: 0 1px;
    zoom: 1;
}

.nav .inline_list > li {
    padding-right: 0;
}

.nav a, .nav .nav_content {
    line-height: 26px;
    color: #FFF;
    text-decoration: none;
    display: block;
}

.nav .nav_content {
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0;
}

.nav .current, .nav li.hover {
    background: #1E71AB;
}

.nav .current {
    box-shadow: inset 0 0 7px rgba(0,0,0,.20);
}

.accessible_version_switch {
    position: absolute;
    z-index: 10;
    top: -50px;
    width: 100%;
}

    .accessible_version_switch a:focus, .accessible_version_switch a:active {
        width: 100%;
        position: absolute;
        top: 50px;
        display: block;
        text-align: center;
        background: #3a3a3a;
    }

#multi_options_menu {
    z-index: 4;
}

.nav li {
    margin: 0;
}

    .nav li a {
        padding: 9px;
        position: relative;
    }

.nav .nav_icon {
    display: block;
}

.nav li a:active span, .nav .search_button:active span, .nav li a.active span, .nav .search_button.active span {
    margin-top: 1px;
    margin-bottom: -1px;
}

.nav li a::-moz-focus-inner {
    margin-top: 1px;
    margin-bottom: -1px;
}

.nav .badge {
    position: absolute;
    left: 22px;
    top: 6px;
}

.nav .nav_icon_drop_link {
    margin: 10px 15px;
    border: 1px solid #105F95;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 #338FCE,0 1px 0 #338FCE;
}

    .nav .nav_icon_drop_link a {
        padding: 0;
        border: 0;
        box-shadow: none;
    }

.nav_icon_drop_link .badge {
    left: 17px;
    top: -5px;
}

.search_unit {
    position: absolute;
    right: 243px;
}

.nav.admin_view .search_unit {
    margin-left: 0px;
}

.nav .search_form {
    padding: 10px 0 10px 19px;
    position: relative;
    height: 24px;
    float: left;
}

    .nav .search_form .search_button {
        float: left;
        width: 32px;
        height: 30px;
        margin: 0;
        padding: 0;
        border: 1px solid #105F95;
        border-radius: 0 5px 5px 0;
        background: transparent none;
        box-shadow: inset 0 1px 0 #338FCE,0 1px 0 #338FCE;
    }

#search {
    padding-left: 10px;
    height: 30px;
    width: 304px;
    border-color: #105F95;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    float: left;
    font-size: 13px;
    transition: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.2),0 1px 0 #338FCE;
}

.admin_view #search {
    width: 262px;
}

div.search_gif_container_disabled {
    height: 113px;
    width: 99px;
}

div.search_gif_container {
    height: 113px;
    width: 99px;
    background-image: url(../Default Themes/img/box/search-B_oFG0.gif);
}

.nav .hover.search_button {
    border-color: #333;
    border-color: rgba(0,0,0,0.8);
    background: #1E71AB;
    box-shadow: 1px 2px 2px 0 #1E71AB,1px -2px 2px 0 #1E71AB;
}

.shared_page_unit {
    width: auto;
}

.nav .shared_page_unit {
    width: auto;
    position: static;
}

.header-link {
    width: 223px;
}

#qs_menu li {
    cursor: pointer;
}

.nav .current_user_name {
    margin-top: 13px;
}

.nav h3 {
    font-size: 14px;
    text-align: right;
}

.nav .upgrade_button {
    height: 27px;
    font-size: 12px;
    padding-top: 1px;
}

.navigation_with_width {
    width: 278px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .page .navigation_with_width {
        width: 288px;
    }
}

.admin_nav {
    border-left: 1px solid #3B3B3B;
    border-right: 1px solid #656565;
}

    .admin_nav li {
        border-left: 1px solid #656565;
        border-right: 1px solid #3B3B3B;
        display: inline-block;
    }

    .admin_nav .current {
        border-left: none;
    }

    .admin_nav .icon {
        float: left;
        height: 16px;
        margin: -1px 5px 0 0;
        overflow: hidden;
        width: 16px;
    }

    .admin_nav .mini_logo {
        height: 16px;
        width: auto;
    }

    .admin_nav a {
        color: #EFEFEF;
        text-decoration: none;
        display: inline-block;
        line-height: 15px;
        padding: 6px 10px;
    }

        .admin_nav a:active {
            background: #262626;
        }

        .admin_nav a:hover, .nav a:hover, .admin_nav a.hover, .nav a.hover {
            text-decoration: none;
        }

    .admin_nav .current a {
        background: #424242;
        background: -webkit-linear-gradient(top,#424242 0%,#363636 100%);
        background: linear-gradient(to bottom,#424242 0%,#363636 100%);
        box-shadow: inset 0 2px 10px #292929;
        padding-left: 11px;
    }

    .admin_nav li.hover {
        background: #666;
        background: -webkit-linear-gradient(top,#666 0%,#555 100%);
        background: linear-gradient(to bottom,#666 0%,#555 100%);
    }

.settings_table table, .simple_table {
    table-layout: auto;
}

    .simple_table th {
        color: #333;
        font-weight: bold;
    }

.settings_table th {
    font-weight: bold;
}

.simple_table tr:nth-of-type(odd) td {
    background: #F5F6F4;
}

.settings_table th, .settings_table td, .simple_table th, .simple_table td {
    padding: 10px 8px;
}

.settings_table .odd {
    background: #E5E6E4;
}

.settings_table .even {
    background: #F5F6F4;
}

.table_header {
    border: solid #B9B9B9;
    border-width: 1px 1px 0 0;
}

    .table_header .unit {
        border-left: 1px solid #B9B9B9;
        padding: 5px;
    }

#box_edit_user_form_admin_roles_table {
    width: 515px;
}

.admin_roles_table {
    margin-left: 190px;
}

    .admin_roles_table tr {
        border: 1px solid #B9B9B9;
    }

    .admin_roles_table td {
        padding: 10px;
    }

.admin_roles_table_header {
    background: #F0F0F0;
    border: 1px solid #B9B9B9;
    width: 150px;
    vertical-align: top;
    font-weight: bold;
}

.standard {
    color: #1a74ba;
}

.item_name a {
    color: inherit;
}

.hoverlight {
    color: #797979;
}

li.selected .hoverlight, li.hover .hoverlight {
    color: #1a74ba;
}

.alert {
    color: #FF8000;
}

a.hover_pill:hover, a.hover_pill:hover ul, a.hover_pill:hover li {
    background: #C0DAEC;
    color: #1a74ba;
    text-decoration: none;
}

.ellipsis_80 {
    max-width: 80px;
}

.ellipsis_90 {
    max-width: 90px;
}

.ellipsis_100 {
    max-width: 100px;
}

.ellipsis_140 {
    max-width: 140px;
}

.ellipsis_150 {
    max-width: 150px;
}

.ellipsis_150_fixed {
    max-width: none;
    width: 150px !important;
}

.ellipsis_170 {
    max-width: 170px;
}

.ellipsis_170_fixed {
    max-width: none;
    width: 170px !important;
}

.ellipsis_190 {
    max-width: 190px;
}

.ellipsis_200 {
    max-width: 200px;
}

.ellipsis_200_fixed {
    max-width: none;
    width: 200px !important;
}

.ellipsis_225 {
    max-width: 225px;
}

.ellipsis_240 {
    max-width: 240px;
}

.ellipsis_275 {
    max-width: 275px;
}

.ellipsis_300 {
    max-width: 300px;
}

.ellipsis_350 {
    max-width: 350px;
}

.ie8 .ellipsis_350 {
    width: 350px;
}

.ellipsis_400 {
    max-width: 400px;
}

.ellipsis_560 {
    max-width: 560px;
}

.ellipsis_665 {
    max-width: 665px;
}

.ellipsis_635 {
    max-width: 635px;
}

.ellipsis_600 {
    max-width: 600px;
}

.ellipsis_738 {
    max-width: 738px;
}

.ellipsis_halfpage {
    max-width: 405px;
}

.ie8 .ellipsis_halfpage {
    max-width: auto;
    width: 395px;
}

.ellipsis_fullpage {
    max-width: 976px;
}

.ur_corner {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 55;
}

.highlight_border {
    border: 1px solid #1a74ba !important;
}

.white {
    color: #FFF;
}

.zoom1 {
    zoom: 1;
}

.line_inline_with_button {
    line-height: 34px;
}

    .line_inline_with_button .list_img_icon_16 {
        position: relative;
        top: 3px;
        display: inline-block;
    }

.persists {
    visibility: visible;
}

.item .item_data .inline_list > li {
    vertical-align: baseline;
}

.list_ext .deleted {
    cursor: default;
}

.list_ext_no_highlight {
    cursor: pointer;
}

    .list_ext_no_highlight li {
        border-top: 1px solid #E9E9E9;
        padding: 8px 5px;
        zoom: 1;
    }

    .list_ext_no_highlight .item_expansion {
        border-top: 0;
        padding: 0;
    }

.list_ext_no_bottom_border > li:last-child {
    border-bottom: none;
}

.list_ext > li.disabled.hover, .list_menu.hover_list > li.disabled.hover, .list_menu_scroll > li.disabled.hover, .selector_list_ext > li.disabled.hover, .icon_view li.disabled.hover .img {
    background-color: #E9E9E9 !important;
}

.list_ext > li.disabled {
    cursor: default;
}

ul.reports-nav > li.selected {
    background-color: #ECEEF0;
}

.selector_list_ext > li {
    border-bottom: 0 none;
    padding: 1px;
}

    .selector_list_ext > li.hover {
        background-color: #EFF5F9;
    }

.icon_list > li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.icon_list_mid_margin > li {
    margin-top: 2px;
    margin-bottom: 2px;
}

.icon_list .badge {
    vertical-align: top;
    margin-top: 1px;
}

.ie .icon_list .media {
    margin-bottom: 0;
}

.corner_overlay {
    margin-top: 16px;
    margin-left: -3px;
    float: left;
}

.center_overlay {
    margin-top: 12px;
    margin-left: 8px;
    float: left;
}

.right_corner_overlay {
    margin-top: 15px;
    margin-right: -4px;
    float: right;
}

.right_corner_overlay_current_page_title {
    margin-top: 15px;
    margin-right: -4px;
    float: right;
    width: 10px;
    height: 10px;
}

.sprite_32x32 .right_corner_overlay {
    margin-top: 11px;
    margin-right: -7px;
}

.sprite_24x24 .corner_overlay {
    margin-top: 12px;
}

.item-name-container {
    width: 420px;
    word-wrap: break-word;
}

    .item-name-container .item_name_text {
        text-decoration: none;
    }

.fake-item .item-name-container {
    width: 400px;
}

.item_stat {
    display: inline-block;
    height: 16px;
}

.search_path .delimiter, .search_path a {
    display: inline-block;
    opacity: .3;
    filter: alpha(opacity=30);
}

.item.hover .search_path .delimiter, .item.hover .search_path a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.item_excerpt {
    width: 650px;
}

.icon_view {
    overflow: hidden;
    zoom: 1;
}

    .icon_view > li {
        float: left;
        margin-right: 21px;
        width: 88px;
        height: 107px;
        overflow: hidden;
        text-align: center;
        background-color: none !important;
        border: 0;
    }

        .icon_view > li.last_child, .icon_view > li:last-child {
            border-bottom: 0;
        }

    .icon_view .thumb_large_center {
        margin: 10px auto;
    }

    .icon_view .sprite_43x51 {
        margin: 10px auto;
        width: 43px;
        height: 51px;
    }

    .icon_view .media {
        margin: 0;
    }

    .icon_view > li.hover {
        background-color: transparent !important;
        border-color: #7AB9E2;
    }

    .icon_view li.hover .more_item {
        display: block;
    }

.item_data .edit_description {
    line-height: 14px;
}

.item_data .old_description {
    display: block;
}

.item_data .description_text_container {
    width: auto;
    max-width: 670px;
}

.ie8 .item_data .description_text_container {
    width: 670px;
}

.icon_view .img {
    width: 78px;
    height: 78px;
    border: 1px solid #D3D3D3;
    display: block;
    position: relative;
    float: none;
    clear: both;
    padding: 5px;
}

.icon_view li.hover .img {
    border: 1px solid #1a74ba;
}

.icon_view .img img {
    display: inline-block;
    zoom: 1;
}

.icon_view .action, .icon_view .action_tasks, .icon_view .action_share, .icon_view .action_download, .icon_view .action_play {
    display: none;
}

.icon_view .action_list .more_item {
    position: absolute;
    top: 5px;
    right: 5px;
}

    .icon_view .action_list .more_item a {
        visibility: visible;
        display: block;
        margin: 0;
    }

.icon_view .item-name-container {
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 93px !important;
    overflow: hidden;
}

.bkg {
    font-size: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.thumb {
    height: 30px;
    width: 30px;
}

.icon_view .preview img {
    height: 76px;
    width: 76px;
}

.icon_view .file_icon {
    position: relative;
    margin-bottom: 5px;
    zoom: 1;
}

.icon_view .corner_overlay {
    margin-top: 32px;
}

.icon_view .center_overlay {
    margin-top: 22px;
    margin-left: 16px;
}

.icon_view .right_corner_overlay {
    margin-top: 32px;
    margin-right: -4px;
    float: right;
}

.icon_view a.file_type {
    display: inline-block;
    zoom: 1;
    width: 88px;
    height: 88px;
    border: 1px solid #D3D3D3;
    text-align: center;
    vertical-align: middle;
}

    .icon_view a.file_type img {
        display: inline;
        margin-top: 5px;
    }

    .icon_view a.file_type:hover {
        border: 1px solid #7AB9E2;
    }

.transfer_content_txt {
    line-height: 90px;
    vertical-align: middle;
}

.file_properties {
    position: relative;
    left: -23px;
    top: 10px;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
}

.icon_view .file_properties {
    left: -18px;
    top: 71px;
    margin: 0;
    z-index: 1;
    font-size: 0;
    width: auto;
}

    .icon_view .file_properties li {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0 5px 0 0;
    }

.file_properties a {
    display: inline-block;
}

.file_shared {
    width: 16px;
    height: 8px;
    background: url(img/icon_shared.png) no-repeat;
}

.file_task {
    width: 16px;
    height: 16px;
    background: url(img/icon_task.png) no-repeat;
}

.action_list {
    float: right;
    font-size: 11px;
    margin-top: -1.5em;
    margin-bottom: 0;
}

li.selected .action_list li, li.hover .action_list li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

li.hover .action_list li {
    background-color: #f5f5f5;
}

li.selected .action_list li {
    background-color: #cbe2f1;
}

li.item_tasks_expanded .action_list li.action_tasks, li.item_share_expanded .action_list li.action_share, li.item_comments_expanded .action_list li.comment_item, li.item_feed_expanded .action_list li.feed_item, li.has_tasks .action_list li.action_tasks, li.has_comments .action_list li.comment_item, li.has_item_feed .action_list li.feed_item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.action_list a, .in_place_share_container a {
    color: #666;
}

.has_tasks .action_list .action_tasks a, .item_tasks_expanded .action_list .action_tasks a, .item_share_expanded .action_list .action_share a, .in_place_share_container.hover a {
    color: #1a74ba;
}

.action_list li {
    padding: 0;
    vertical-align: top;
    display: inline-block;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: .3;
    background-color: #fff;
}

    .action_list li.action_tasks, .action_list li.action_share, .action_list li.action_download {
        padding: 0 8px 0 0;
    }

        .action_list li.action_tasks a, .action_list li.action_share .share_link, .action_list li.action_download a {
            margin: 0 2px 0 8px;
            height: 16px;
            line-height: 13px;
        }

    .action_list li.select {
        position: inherit;
    }

li.selected .action_list a, li.hover .action_list a {
    color: #1a74ba;
}

.media .action_list {
    margin-top: 0;
}

.action_list .action a {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.share_menu {
    float: left;
}

li.selected .action_list .mail.disabled a, li.hover .action_list .mail.disabled a, li.selected .action_list .mail.disabled a:hover, li.hover .action_list .mail.disabled a:hover, .action_list .mail a {
    margin: -1px 6px 0 6px;
}

li.selected .action_list .mail a:hover, li.hover .action_list .mail a:hover {
    background: transparent url(../spriteimages/item_list/email_hover-3M03EE.png) no-repeat 0 0;
}

.action_list .comment_item a, .action_list .feed_item a {
    line-height: 13px;
    margin: 0 5px;
}

li.selected .action_list .comment_item a, li.hover .action_list .comment_item a, li.selected .action_list .feed_item a, li.hover .action_list .feed_item a {
    text-indent: -3000px;
}

li.has_comments .action_list .comment_item a, li.has_item_feed .action_list .feed_item a {
    color: #fff;
    text-indent: 0;
}

li.item_comments_expanded .action_list .comment_item a, li.item_feed_expanded .action_list .feed_item a, .action_list .comment_item a:hover, .action_list .feed_item a:hover, li.selected .action_list .comment_item a:hover, li.selected .action_list .feed_item a:hover, li.hover .action_list .comment_item a:hover, li.hover .action_list .feed_item a:hover {
    text-indent: -3000px;
    background: transparent url(../spriteimages/item_list/comment_hover-tm81UX.png) no-repeat 0 0;
}

.item_feed {
    width: 100%;
}

    .item_feed .item_feed_bar {
        padding: 2px;
        height: 23px;
        overflow: hidden;
    }

    .item_feed .task_highlight {
        border: 1px solid #E9E9A7;
        background-color: #FFD;
    }

        .item_feed .task_highlight ul, .item_feed .task_highlight li {
            background-color: #FFD;
        }

    .item_feed .task_response_textarea_default {
        width: 100%;
        max-width: 597px;
    }

    .item_feed .task_response_textarea_previewer {
        width: 100%;
        max-width: 630px;
    }

.action_list .favorite a, .action_list .unfavorite a {
    margin: -1px 1px 0 1px;
}

.action_list .more_item a {
    margin: -1px 6px 0 6px;
}

ul.action_list li.more_item a.menu_open, li.selected .action_list .more_item a:hover, li.hover .action_list .more_item a:hover {
    background: transparent url(../spriteimages/item_list/more_hover-sMXJ7b.png) no-repeat 0 0;
}

.action_list .select a, .action_list .select a.unchecked_by_js:hover {
    margin: -2px 4px 0 4px;
}

.action_list li.select a:hover, li.selected .action_list .select a {
    background: transparent url(../spriteimages/item_list/checkbox_checked-UzfrTX.png) no-repeat 0 0;
}

.tag_item {
    position: relative;
    top: 3px;
    width: 20px;
    height: 13px;
    display: inline-block;
}

    .tag_item a {
        width: 100%;
        height: 100%;
        display: block;
    }

        .tag_item a:hover {
            background: transparent url(../spriteimages/item_list/addtag_hover-e9xHMn.png) no-repeat 0 0;
        }

.tags_dropdown_container {
    max-height: 250px;
}

#tag_filter a:hover {
    background: transparent url(../Default Themes/img/box/16x16-4xuVUQ.png) no-repeat -140px -606px;
}

.file_info_list {
    overflow: auto;
}

    .file_info_list dt {
        float: left;
        clear: left;
        margin: .2em .3em 0 0;
    }

    .file_info_list dd {
        margin-top: .2em;
    }

.file_info_list_ext dt {
    width: 279px;
    text-align: right;
}

.body .expansion_list .expansion, .expansion {
    clear: both;
    margin-left: 47px;
    margin-bottom: 4px;
    margin-top: 2px;
}

.expansion_list li {
    border-bottom: none;
    background: #EFF5F9;
    color: #555;
}

.expansion_list a {
    cursor: pointer;
}

.expansion > li {
    padding: 5px;
    margin-bottom: 2px;
}

.item_expansion .medium_up_arrow {
    border-color: transparent;
    border-bottom-color: #EFF7FC;
    left: -13px;
    z-index: 2;
}

.item_expansion .highlighted_arrow {
    position: relative;
    left: -13px;
    z-index: 2;
}

.item_expansion .medium_up_arrow_border {
    position: absolute;
    right: 126px;
    z-index: 1;
}

.medium_up_arrow, .medium_up_arrow_border {
    border: 13px solid transparent;
    border-top-width: 0;
    border-bottom: 16px #FFF;
    width: 0;
    height: 0;
    position: relative;
}

.medium_up_arrow {
    border-color: transparent;
    border-bottom-color: #EFF5F9;
    top: 3px;
}

.medium_up_arrow_border {
    top: -16px;
}

.expansion_list b.arrow_up {
    float: left;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    font-size: 1px;
}

.expansion_list b.arrow_up {
    margin-left: 25px;
    border-color: transparent;
    border-bottom-color: #EFF5F9;
}

.item_expansion_tasks_all_files {
    margin-left: 47px;
    margin-top: 2px;
    margin-bottom: 4px !important;
}

.expansion_list .media {
    margin: 0;
    padding: 0;
    zoom: 1;
}

.expansion_list .view_all {
    padding: 7px 0 9px 55px;
    background: url(img/icon_expansion_multiple.gif) no-repeat 30px 50%;
}

.expansion_list .full_width_input {
    width: 95%;
    background-color: #fff;
    padding: 5px;
}

.item_description_container {
    max-width: 700px;
    word-wrap: break-word;
}

.comment_list, .item_feed {
    max-width: 720px;
}

.ie8 .item_expansion_comments .comment_list {
    width: 680px;
}

.reply_comments {
    padding-left: 36px;
}

.item_feed .indented {
    margin-left: 36px;
}

    .item_feed .indented .media {
        padding-left: 0;
    }

.indented .media {
    padding-left: 36px;
}

.hover_options {
    position: absolute;
    right: -1px;
    top: -5px;
    z-index: 2;
}

    .hover_options > li {
        padding: 0;
        box-shadow: inset 0 2px 1px rgba(255,255,255,.4);
    }

    .hover_options button {
        padding: 4px;
        margin: 0 0 0 -1px;
        border-radius: 0;
        box-shadow: 0 1px 0 0 rgba(255,255,255,.4);
        background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(68,68,68,0.1) 100%);
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(68,68,68,0.1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#1a444444',GradientType=0);
    }

    .hover_options li:first-child button {
        border-radius: 4px 0 0 4px;
    }

.fade_from_bottom {
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    z-index: 1;
}

.banner_right {
    padding: 4px 0 4px 6px;
    border-radius: 5px 0 0 5px;
    margin-top: -3px;
}

.banner_info {
    background: #deeff2;
}

.banner_alert {
    background: #FF8000;
    color: #FFF;
}

.breadcrumb, .breadcrumb:first-child, .breadcrumb:last-child {
    margin: 5px 0;
    display: inline-block;
}

    .breadcrumb li {
        display: inline-block;
    }

    .breadcrumb .delimiter {
        display: inline-block;
        zoom: 1;
        padding: 0 4px 0 7px;
        color: #1a74ba;
    }

    .breadcrumb .breadcrumb_image a, .breadcrumb .breadcrumb_image span, .breadcrumb .breadcrumb_image img {
        float: left;
    }

.breadcrumb_files {
    margin: 0;
    padding: 2px 0 0 0;
    display: inline-block;
    zoom: 1;
}

    .breadcrumb_files li {
        display: inline;
        display: inline-block;
    }

        .breadcrumb_files li:before {
            content: "\0203A";
            display: inline-block;
            zoom: 1;
            padding: 0 6px 0 4px;
        }

        .breadcrumb_files li:first-child:before {
            content: "";
            padding: 0;
        }

    .breadcrumb_files a {
        color: #666;
        font-size: 11px;
    }

.updates_list {
    margin: 0;
}

    .updates_list .update_desc {
        margin-bottom: 20px;
    }

    .updates_list .update_action {
        float: left;
        margin: 0;
        padding: 0 0 3px 18px;
    }

    .updates_list .breadcrumb_files {
        float: right;
        margin: 0 10px 0 0;
    }

    .updates_list hr {
        clear: both;
    }

    .updates_list .divider {
        margin: 0;
    }

    .updates_list .cntr_expansion {
        margin-left: 30px;
    }

    .updates_list .view_all {
        display: inline-block;
        zoom: 1;
        padding: 7px 0 9px 45px;
        background: url(img/icon_files_multiple.gif) no-repeat 10px 50%;
    }

ul.fieldsets .fieldset {
    background: #F6F6F6;
    border-radius: 9px;
    padding: 0;
    margin-bottom: 5px;
    clear: both;
}

fieldset, .well {
    background: #F0F0F0;
    zoom: 1;
    padding: 15px;
    border-radius: 9px 0 0 9px;
    vertical-align: top;
}

    fieldset.rounded, .well {
        border-radius: 9px;
    }

    fieldset.dark {
        background-color: #E6E6E6;
    }

.form_tip {
    float: right;
    zoom: 1;
    width: 200px;
    padding: 20px;
    font-size: 13px;
    vertical-align: baseline;
}

legend {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #BEBEBE;
    color: #333;
    font-size: 17px;
    font-weight: bold;
}

fieldset li {
    zoom: 1;
}

fieldset.width_172 > ul > li > label {
    display: inline-block;
    width: 172px;
}

label {
    zoom: 1;
    padding: 0 7px 1px 0;
    font-size: 13px;
    text-align: right;
    vertical-align: baseline;
}

    label.long {
        vertical-align: middle;
    }

    label.disabled {
        color: #999;
    }

fieldset label {
    width: 172px;
    display: inline-block;
}

fieldset .radio_label {
    width: auto;
    display: block;
}

fieldset .form_widget {
    margin-left: 180px;
    margin-top: -18px;
    position: relative;
}

.radio_label {
    width: auto;
    display: block;
    overflow: hidden;
    text-align: left;
}

.form_field {
    display: inline-block;
    zoom: 1;
    width: 260px;
    padding: 0 0 10px 0;
    vertical-align: baseline;
}

.input {
    width: 262px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    background-color: #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    border: 1px solid #b3b3b3;
    border-top: 1px solid #999;
    border-bottom: 1px solid #CCC;
    border: 1px solid rgba(0,0,0,.3);
    border-top: 1px solid rgba(0,0,0,.4);
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    padding: 7px;
    transition: border linear .2s,box-shadow linear .2s;
}

    .input:hover {
        border: 1px solid #4c4c4c;
        border-bottom: 1px solid #666;
        border: 1px solid rgba(0,0,0,.7);
        border-bottom: 1px solid rgba(0,0,0,.6);
    }

    .input:focus, .input:active {
        border: 1px solid #2177b1;
        box-shadow: 0 0 0 1px #2177b1;
    }

    .input input {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        box-shadow: none;
        outline: none;
    }

        .input input, .input input[type=text], .input input[type=text]:hover, .input input[type=text]:focus {
            border: 0;
            box-shadow: none;
        }

.internal_message_box {
    width: 560px;
    margin: auto;
    margin-top: 55px !important;
    padding: 35px !important;
    border: 2px solid #B2B2B2 !important;
}

.placeholder {
    color: #A5A5A5 !important;
    font-style: italic !important;
    font-weight: normal !important;
}

.input input {
    width: 100%;
}

.input_transparent[type="text"], .input_transparent[type="text"]:hover, .input_transparent[type="text"]:focus, .ie8 .input_transparent[type="text"], .ie8 .input_transparent[type="text"]:hover {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    height: 16px;
}

.filter .input_filter_transparent[type="text"] {
    background-color: #1a74ba;
    border: 0;
    color: #FFF;
}

.form_field input {
    width: 100%;
}

.select {
    display: inline-block;
    position: relative;
}

    .select button {
        width: 262px;
        text-align: left;
        font-weight: normal;
        color: #666;
        margin: 0;
        background: #fff;
        background: -webkit-linear-gradient(top,#fff 1%,#ECECEC 100%);
        background: -ms-linear-gradient(top,#ffffff 1%,#ECECEC 100%);
        background: linear-gradient(to bottom,#fff 1%,#ECECEC 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ececec',GradientType=0);
        border: 1px solid rgba(0,0,0,.4);
        border-top: 1px solid rgba(0,0,0,.3);
        border-bottom: 1px solid rgba(0,0,0,.5);
        border-radius: 3px;
        box-shadow: inset 0 0 0 rgba(255,255,255,.8),0 1px 1px rgba(0,0,0,.2);
        transition: border-color ease-in-out .2s;
        padding: 4px 9px;
    }

        .select button.hover {
            border: 1px solid #959595;
            border: 1px solid rgba(0,0,0,.7);
        }

        .select button.disabled.hover, .select button.disabled:hover {
            border: 1px solid rgba(0,0,0,.4);
            border-top: 1px solid rgba(0,0,0,.3);
            border-bottom: 1px solid rgba(0,0,0,.5);
        }

        .select button:active {
            top: 0;
            border: 1px solid #959595;
            border: 1px solid rgba(0,0,0,.7);
            border-bottom-color: rgba(0,0,0,.6);
            border-top-color: rgba(0,0,0,.8);
            background: #eee;
            background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#EEEEEE),color-stop(100%,#D8D8D8));
            background: -ms-linear-gradient(top,#eeeeee 1%,#D8D8D8 100%);
            background: linear-gradient(to bottom,#eeeeee 1%,#D8D8D8 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#d8d8d8',GradientType=0);
            box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
        }

.select_height_fixed {
    overflow: auto;
    height: 150px;
}

.select_small button {
    width: 50px;
}

.select_smedium button {
    width: 100px;
}

.select_180 button {
    width: 180px;
}

.select_medium button {
    width: 200px;
}

.select_large button {
    width: 262px;
}

.select_large_plus button {
    width: 322px;
}

.select_extra_large button {
    width: 345px;
}

.select_huge button, select.select_huge {
    width: 500px;
}

.select_full, .select_full button {
    width: 100%;
}

button.label {
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent none;
    filter: none;
    box-shadow: none;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    line-height: inherit;
    height: auto;
}

    button.label.disabled, button.label.disabled:hover, button.label.disabled.hover, button.label.disabled:active, button.label.disabled.active {
        border: 0;
        background: transparent none;
        box-shadow: none;
        cursor: default;
    }

.focus_outline {
    outline: -webkit-focus-ring-color auto 5px;
}

.select_small .select_options {
    width: 48px;
}

.select_smedium .select_options {
    width: 98px;
}

.select_180 .select_options {
    width: 178px;
}

.select_medium .select_options {
    width: 198px;
}

.select_large .select_options {
    width: 260px;
}

.select_large_plus .select_options {
    width: 320px;
}

.select_extra_large .select_options {
    width: 343px;
}

.select_huge button .select_options {
    width: 498px;
}

.select_options {
    display: none;
    position: absolute !important;
    width: 260px;
    z-index: 200;
}

    .select_options li {
        overflow: hidden;
    }

    .select_options a {
        color: #666;
    }

    .select_options li.hover {
        background-color: #EFF5F9;
    }

    .select_options .hidden_value {
        display: none;
    }

.one_line_textarea {
    height: 28px;
}

select {
    width: 100%;
    border: 1px solid #B5B5B5;
    background: #F6F6F6;
    color: #1a74ba;
    font-size: 13px;
    font-weight: bold;
}

.form_help {
    display: inline-block;
    zoom: 1;
    width: 235px;
    padding: 0 0 0 7px;
    word-wrap: break-word;
}

.form_help_long {
    width: 500px;
}

.optional {
    font-weight: normal;
    font-size: 11px;
    color: #888;
}

input[type=radio], input[type=checkbox] {
    vertical-align: middle;
    margin-right: 5px;
    float: left;
    height: 15px;
}

input.input_checkbox_right {
    float: none;
}

.date_picker {
    position: relative;
}

.calendar_icon {
    position: absolute;
    left: 128px;
    top: 6px;
}

.date_picker_tiny .calendar_icon {
    left: 75px;
}

.cntr_progress {
    position: relative;
    padding: 5px 10px;
    border: 1px solid #B5CEDD;
    box-shadow: inset 0 2px 0 hsla(0,0%,0%,.05);
}

.progress_bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin: -1px;
    border: 1px solid #1a74ba;
    background-color: #8DBAD6;
}

.barber_pole {
    background-image: url('/_assets/img/box/barberpole-U-dyrc.gif');
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: .2;
}

.progress_text {
    position: relative;
    color: #000;
}

.inline_progress_icon_view {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
}

.inline_progress_list_view {
    width: 250px;
}

.toaster {
    position: fixed;
    padding: 10px 10px 2px;
    border: 1px solid #BDBDBD;
    border-bottom: none;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 0 2px 1px rgba(200,200,200,0.8);
    background-color: #FFF;
    width: 350px;
    left: 50%;
    margin-left: -175px;
    z-index: 51;
}

    .toaster .cntr_progress {
        height: 5px;
    }

    .toaster .progress_bar {
        height: 15px;
    }

.datepicker .input input {
    width: 210px;
}

.delete_icon, .delete_icon:focus {
    float: right;
    color: #DA0000;
    font-size: 20px;
    line-height: 13px;
    margin: 0 5px;
    text-decoration: none;
}

.cal_icon:active {
    height: 15px;
    margin-bottom: 1px;
}

.cal_icon:active, .delete_icon:active {
    position: relative;
    top: 1px;
}

.circle_small {
    background: #267bb6;
    height: 10px;
    width: 10px;
    border-radius: 75px;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.3),0 1px 1px #999;
}

.circle_grey_small {
    background: #F1F1F1;
    height: 10px;
    width: 10px;
    border-radius: 75px;
    box-shadow: inset 0 2px 1px rgba(100,100,100,.5);
}

.circle_filled_grey_small {
    background: #C2C2C2;
    height: 10px;
    width: 10px;
    border-radius: 75px;
    box-shadow: inset 0 1px 1px rgba(255,255,255,.3),0 1px 1px #999;
}

.circle_border_light {
    border: 1px solid #858585;
}

.circle_border_medium {
    border: 1px solid #646464;
}

.circle_border_black {
    border: 1px solid #000;
}

.unclickable_button:hover {
    border: 1px solid #D9D9D9;
    border-color: rgba(0,0,0,0.2);
    border-bottom-color: rgba(0,0,0,0.33);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.unclickable_button:active {
    background-image: -webkit-linear-gradient(bottom,rgba(255,255,255,0.2) 34%,rgba(255,255,255,0.9) 78%);
    background-image: linear-gradient(to top,rgba(255,255,255,0.2) 34%,rgba(255,255,255,0.9) 78%);
}

.lowlight_button {
    background: transparent;
    text-shadow: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.ext_button {
    width: 232px;
    text-align: left;
}

button ul {
    margin: 0;
}

button .inline_list > li {
    padding: 0;
}

.white_button {
    background-image: -webkit-linear-gradient(top,#FFF 100%,#FFF 85%);
    background-image: linear-gradient(to bottom,#FFF 100%,#FFF 85%);
}

.btn_label {
    font-size: 0;
    height: 1px;
    overflow: hidden;
    display: block;
}

.multi_button > li {
    display: inline-block;
    border: 0;
    padding: 0;
}

.multi_button .first button {
    border-radius: 3px 0 0 3px;
    margin: 0;
}

.multi_button .last button {
    margin-left: -1px;
    border-radius: 0 3px 3px 0;
}

.multi_button .first.last button {
    border-radius: 3px;
}

.multi_button li button {
    border-radius: 0;
    margin: 0 0 0 -1px;
}

.multi_button button:focus, .multi_button button.hover, .multi_button button:hover {
    border: 1px solid rgba(0,0,0,0.3);
    border-top-color: rgba(0,0,0,0.2);
    border-bottom-color: rgba(0,0,0,0.4);
}

.multi_button button:active, .multi_button .btn:active, .multi_button button.active {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
}

.dropdown_button {
    padding-right: 15px;
    position: relative;
}

    .dropdown_button span {
        display: inline;
    }

    .dropdown_button .ellipsis {
        display: inline-block;
    }

.dual_dropdown_ext {
    padding-right: 19px;
}

.dual_dropdown_part {
    padding-right: 2px;
    padding-left: 2px;
    width: 16px;
}

button .toggle {
    padding: 7px 0 0 6px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: right;
}

    button .toggle .arrow {
        border-width: 3px 3px 0 3px;
        border-color: #666 transparent;
        border-style: solid;
        font-size: 1px;
        height: 0;
        width: 0;
        position: static;
        display: block;
    }

button:hover .toggle .arrow {
    border-color: #333 transparent;
    -webkit-transition: border-color linear .2s;
    transition: border-color linear .2s;
}

.btn-primary .toggle .arrow, .btn-primary:hover .toggle .arrow {
    border-color: #fff transparent;
}

select.select {
    color: #666;
    font-weight: normal !important;
    height: 30px;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1;
    width: 150%;
    padding: 5px 0 5px 10px;
}

    select.select.error {
        color: #BE4300;
    }

.ie8 button .toggle {
    display: inline-block;
    zoom: 1;
}

.dual_dropdown_part {
    padding-right: 10px;
}

    .dual_dropdown_part .toggle {
        float: none;
        padding: 0;
    }

        .dual_dropdown_part .toggle .arrow {
            margin: 6px 0 0 2px;
            position: absolute;
        }

.input_button {
    border-radius: 0;
}

.disabled {
    filter: alpha(opacity=40);
    opacity: .4;
    cursor: default;
}

.fieldsets .disabled {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.enable_sub_elements_on_hover {
    position: relative;
}

    .enable_sub_elements_on_hover .hover {
        opacity: 1.0;
    }

.upgrade_ribbon {
    display: none;
    position: absolute;
    top: 40px;
    left: -19px;
    background: url(../Default Themes/img/box/ribbon-OLCv8P.png) 0 0 no-repeat;
    width: 93px;
    height: 28px;
    padding: 4px 0 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.hover .upgrade_ribbon {
    display: block;
}

.feature_disabled_input {
    text-decoration: line-through;
}

.full_width_input {
    width: 100%;
}

.multi_input_button input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.multi_input_button li:last-child button {
    border-radius: 0 3px 3px 0;
}

.ie .multi_input_button li {
    display: inline;
}

.multi_input_button button {
    height: 28px;
    padding: 0;
    vertical-align: top;
    box-shadow: none;
    border: 1px solid #C2C2C2;
    border-color: rgba(0,0,0,0.25);
}

.multi_input_button .icon {
    width: 26px;
}

.multi_input_button input {
    vertical-align: top;
    height: 28px;
    padding-bottom: 5px;
}

.multi_button input.has_status_icon, .multi_button input.has_expirations_status_icon {
    border-right: 0;
}

.multi_input_button span {
    display: inline-block;
    zoom: 1;
}

.multi_input_button_with_normal_font {
    font-weight: normal;
}

.tab_header {
    background-color: #f5f5f5;
    height: 40px;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .2);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
}

.tab_buttons .tab_title {
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
}

.tab_buttons .current {
    box-shadow: inset 0 1px 4px 1px rgba(0,0,0,.1);
    background-color: transparent;
    z-index: 1;
}

.tab_buttons .btn {
    height: 30px;
}

.tab_header .loading_container {
    padding-left: 12px;
    padding-top: 10px;
}

.options_tab button {
    width: 30px;
    height: 30px;
    padding: 8px;
}

.options_tab .arrow_down {
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #7BA5C6 transparent transparent transparent;
    width: 0;
    height: 0;
}

.error_msg {
    border: 1px solid #ECCFB7;
    border-radius: 7px;
    background-color: #FBEFE5;
    padding: 8px 11px;
    box-shadow: inset 0 3px 0 -2px #FFF;
}

.error {
    color: #BE4300;
}

input.error {
    background-color: #FCF3EB;
    border: 1px solid #CF8757;
}

.input.error {
    border: 1px solid #CF8757;
}

.new, .search_term {
    background: #FFFFBE;
}

.badge_next_to_ellipsis {
    overflow: hidden;
    margin-bottom: 1px;
}

.badge a, a.badge:hover {
    text-decoration: none;
}

.update, .update_3d {
    background: #FF8000;
    color: #FFF;
    min-width: 8px;
}

.update {
    vertical-align: super;
}

.update_3d {
    box-shadow: 0 0 2px #111;
    border-top: 1px solid hsla(0,100%,100%,0.6);
    border-bottom: 1px solid hsla(0,0%,0%,0.5);
    min-width: 10px;
    position: relative;
    top: -1px;
}

.upgrade {
    background: #C0DAEC;
    color: #1a74ba;
}

.version {
    position: relative;
    top: -1px;
}

.role {
    background: #EBEBEB;
    color: #666;
}

.status {
    background: #666;
    color: #FFF;
}

.info {
    background: #9ABCD2;
    color: #FFF;
}

.error_badge {
    background: #FBEFE5;
    color: #BE4300;
}

.alert_badge {
    background: #FF8000;
    color: #FFF;
}

.ie .alert_badge .status {
    padding-top: 3px;
}

.medium_badge {
    font-size: 10px;
}

.large_badge {
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 4px;
}

.long-badge {
    vertical-align: middle;
}

.filter {
    background-color: #1a74ba;
    color: #FFF;
    padding: 1px 8px;
    position: relative;
    font-size: 11px;
}

a.filter:hover, a.preview_badge:hover {
    color: #FFF;
}

    a.filter:hover .remove, .remove {
        visibility: visible;
    }

.small_label {
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 10px;
}

.medium_label {
    padding: 5px 7px;
    border-radius: 3px;
    font-size: 11px;
}

.large_label {
    padding: 5px 7px;
    border-radius: 3px;
    font-size: 12px;
}

.warning_label {
    background: #ff8000;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

.notice_label {
    background: #fdcf6a;
    color: #333;
}

.info_label {
    background: #cae2f2;
    color: #1a74ba;
    text-shadow: 0 1px rgba(255,255,255,.6);
}

.default_label {
    background: #ebebeb;
    color: #7b7b7b;
    text-shadow: 0 1px #fff;
}

.info_label_dark {
    background: #1a74ba;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

.default_label_dark {
    background: #666;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

.error_label {
    background: #bd332c;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}

.feature {
    border-radius: 7px;
    border: 1px solid #E2E2E2;
    padding: 17px;
}

.notification {
    border-radius: 7px;
    background-color: #ECECEC;
    padding: 5px 10px;
}

.blue_cntr {
    border-radius: 7px;
    background-color: #EEF9FB;
    border: 1px solid #9DD8EA;
}

.striped_cntr, .striped_cntr .even {
    background-color: #FFF;
}

    .striped_cntr .odd {
        background-color: #F5F5F5;
    }

.dashboard_container {
    border-color: #E6E6E6 !important;
    box-shadow: 0 4px 2px -2px rgba(240,240,240,.8);
}

    .dashboard_container .no_data_msg {
        width: 100%;
        height: 202px;
        font-size: 11px;
        color: #A7A7A7;
        text-align: center;
        line-height: 200px;
    }

.dashboard_container_header {
    color: #666;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background: #F7F7F7;
    background: -webkit-linear-gradient(top,#FFF 0%,#F7F7F7 100%);
    background: linear-gradient(to bottom,#FFF 0%,#F7F7F7 100%);
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid #E6E6E6;
}

.dashboard_news_content {
    color: #A7A7A7;
    line-height: 18px !important;
}

    .dashboard_news_content strong, .dashboard_news_content b {
        color: #494949;
    }

    .dashboard_news_content li {
        list-style: disc outside none;
        margin-left: 20px;
    }

.dashboard_header_title {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.dashboard_header_info {
    color: #B4B4B4;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}

.dashboard_header_info_icon_padding {
    padding-top: 2px;
}

.bubble_sidebar {
    width: 300px;
}

.bubble_vertical {
    width: 300px;
}

    .bubble_vertical .scroll {
        max-height: 100px;
        overflow-y: scroll;
        position: relative;
    }

.item_description_container:hover, .actions {
    padding: 6px 10px;
    background: #F2F2F2;
    border-radius: 4px;
}

.bubble .ft {
    background-color: #EFF5F9;
    margin-bottom: -6px;
    border-radius: 0 0 7px 7px;
}

.bubble .arrow {
    border-style: solid;
    border-color: transparent transparent transparent #BDBDBD;
    border-width: 7px 0 7px 10px;
    position: absolute;
    top: 44px;
    right: -10px;
    height: 0;
    width: 0;
    z-index: 3;
}

.bubble .arrow_down {
    border-style: solid;
    border-color: #BDBDBD transparent transparent transparent;
    border-width: 15px 5px 0 5px;
    position: absolute;
    bottom: -10px;
    left: 44px;
    height: 0;
    width: 0;
    z-index: 3;
}

.bubble .enable_hover_effect .hover {
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
    margin-top: -5px;
    padding-top: 5px;
}

.square_bubble {
    height: 94px;
    width: 94px;
    padding: 5px;
    z-index: 4;
}

.toggle_cntr {
    position: relative;
}

    .toggle_cntr .arrow {
        border-style: solid;
        display: block;
        position: absolute;
        font-size: 1px;
        height: 0;
        width: 0;
    }

    .toggle_cntr h6 {
        cursor: pointer;
    }

.shut .arrow {
    top: 5px;
    right: 10px;
    border-width: 3px 3px 0 3px;
    border-color: transparent;
    border-top-color: #333;
}

.open .arrow {
    top: 5px;
    right: 10px;
    border-width: 0 3px 3px 3px;
    border-color: transparent;
    border-bottom-color: #333;
}

.ie8 .open .arrow {
    top: 4px;
    right: 9px;
    border-width: 0 4px 4px 4px;
}

.left_aligned .arrow {
    left: 0;
}

.shut > .toggle_body {
    display: none;
}

.cntr_sidebar {
    margin-bottom: 15px;
}

.cntr_sidebar_demo {
    box-shadow: 0 0 1px #FFF inset;
    background: #eff5fa;
    background: -webkit-linear-gradient(top,#eff5fa 0%,#dde9ef 100%);
    background: linear-gradient(to bottom,#eff5fa 0%,#dde9ef 100%);
}

.profile_icon {
    margin-left: 2px;
    margin-right: 4px;
}

.enable_hover_effect .hover {
    background: #EDF1F6;
}

.cntr_sidebar .clickable {
    cursor: pointer;
    margin-left: -5px;
    padding-left: 5px;
    margin-top: -5px;
    padding-top: 5px;
}

.tabbed_cntr {
    border-radius: 0 0 7px 7px;
    border-bottom: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
}

.tabbed_cntr_ext_left {
    border-top-left-radius: 7px;
    border-top: 1px solid #C2C2C2;
}

.tabbed_cntr_ext_right {
    border-top-right-radius: 7px;
    border-top: 1px solid #C2C2C2;
}

.tabular_nav_ext {
    display: table-cell;
    border-bottom: 1px solid #C2C2C2;
}

.tabular_nav_border_color {
    border-bottom: 1px solid #C2C2C2;
}

.ie .tabular_nav_ext {
    height: 64px;
    width: 972px;
}

.tabular_nav_ext li {
    float: left;
    width: 162px;
}

.tabular_nav_ext .first_child {
    border-top-left-radius: 7px;
    border-left: 1px solid #C2C2C2;
}

.tabular_nav_ext .last_child {
    border-top-right-radius: 7px;
}

.tabular_nav_ext li a {
    background: url(../Default Themes/img/box/master_dashboard_nav_bg-soUKzi.jpg) repeat-x 0 0;
    background-size: contain;
    border-top: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    display: block;
    outline: none;
    padding: 15px;
}

.ie .tabular_nav_ext li a {
    background: #F2F2F2;
}

.tabular_nav_ext li a:hover {
    background: #ecebeb none;
    margin-bottom: 0;
    padding-bottom: 15px;
    text-decoration: none;
}

.tabular_nav_ext .ui-tabs-active a, .tabular_nav .ui-tabs-active a, .ie .tabular_nav_ext .ui-tabs-active a, .ie .tabular_nav .ui-tabs-active a {
    background: #FFF none;
    margin-bottom: -1px;
    padding-bottom: 16px;
}

.tabular_nav .ui-tabs-active a {
    padding-bottom: 7px;
}

.tabular_nav_ext .ui-tabs-active a div {
    color: #666;
}

.tabular_nav_ext .ui-tabs-active a:hover {
    background: #FFF none;
    margin-bottom: -1px;
    padding-bottom: 16px;
}

.ui-tabs-hide {
    display: none;
}

.confirmation {
    border: 1px solid #D7D7A1;
    border-radius: 5px;
    background: #FFD;
    padding: 10px;
    box-shadow: 0 0 3px 0 rgba(190,190,190,0.6);
}

.confirmation_thin {
    border: 1px solid #E9E9A7;
    border-radius: 5px;
    background: #FFD;
    padding: 6px 10px;
}

.confirmation_inactive, .confirmation_v2 {
    background-color: #F2F2F2;
    border: #434346;
}

.confirmation_sprite_spacing {
    margin-right: 5px !important;
    margin-top: -1px !important;
}

.drop_link {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

    .drop_link .arrow {
        border-width: 3px 3px 0 3px;
        border-color: #999 transparent;
        border-style: solid;
        font-size: 1px;
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        right: -9px;
        top: 6px;
    }

    .drop_link .up_arrow {
        border-width: 0 3px 3px 3px;
        border-color: #999 transparent;
        border-style: solid;
        font-size: 1px;
        height: 0;
        width: 0;
        display: block;
        position: absolute;
        right: -9px;
        top: 6px;
    }

html.pop {
    overflow: hidden;
}

.cntr_popup.modal_layout .welcome_modal_finished_footer {
    border-top: 1px solid #CCC;
}

#welcome_modal_sync_folder_selection .syncable_folder_list {
    width: 90%;
    height: 250px;
    overflow: auto;
    background-color: #FFF;
    border: 1px solid #CCC;
}

#sms_country_dropdown_select_options {
    height: 85px;
    overflow-x: visible;
    overflow-y: auto;
    position: relative;
}

#sms_input_or_message .sms_result_message {
    display: none;
    width: 450px;
}

#sms_phone_number {
    width: 275px;
}

.selectable_folder_list .selected {
    background-color: #CBE2F1;
}

.syncable_folder_list .syncable_folder_item {
    border-bottom: 1px solid #E9E9E9;
}

.popup-content .bookmark-url-input {
    width: 250px;
}

.tabular_nav_wrapper {
    position: relative;
    width: 976px;
    margin: 0 auto;
    height: 45px;
}

.tabular_nav {
    display: table-row;
    margin: 0;
}

    .tabular_nav.thin {
        position: absolute;
        bottom: 0;
    }

    .tabular_nav li {
        display: table-cell;
        vertical-align: bottom;
    }

    .tabular_nav a {
        display: inline-block;
        zoom: 1;
        position: relative;
        margin: 0 2px 0 0;
        padding: 6px 10px;
        border: 1px solid #C9C9C9;
        border-bottom: none;
        border-radius: 4px 4px 0 0;
        box-shadow: inset 0 1px 0 hsla(0,0%,100%,.7);
        text-decoration: none;
        color: #545454;
    }

    .tabular_nav .current {
        margin-bottom: -1px;
        padding-bottom: 7px;
        background-color: #FFF;
        cursor: default;
        font-weight: bold;
    }

.sub_nav_cntr {
    height: 19px;
    padding-top: 8px;
    margin-bottom: 0;
    margin-top: 0;
}

.folder_list_nav {
    float: right;
}

.icon {
    margin-right: 5px;
    display: inline-block;
}

.mini_avatar {
    width: 30px;
    height: 30px;
}

.mini_avatar_ext {
    width: 28px;
    height: 28px;
    padding: 2px;
    border: 1px solid #DFDFDF;
    background: #FFF;
}

.avatar {
    max-width: 40px;
    height: 40px;
    margin: auto;
}

.avatar_ext {
    width: 40px;
    height: 40px;
    padding: 3px;
    border: 1px solid #DFDFDF;
    background: #FFF;
}

.huge_avatar {
    width: 130px;
    height: 130px;
}

.huge_avatar_ext {
    width: 130px;
    min-height: 130px;
    max-height: 220px;
    padding: 3px;
    border: 1px solid #DFDFDF;
    background: #FFF;
}

.avatar_ext_cntr {
    height: 46px;
    width: 46px;
}

.avatar_file_icon {
    height: 46px;
    width: 38px;
}

.avatar_file_icon_cntr {
    height: 51px;
    width: 43px;
}

.group_tag_avatar {
    width: 40px;
    height: 40px;
}

.group_tag_avatar_ext {
    width: 40px;
    height: 40px;
    padding: 3px;
    border: 1px solid #DFDFDF;
    background: #FFF;
}

.framed {
    border: 1px solid #DFDFDF;
    background: #fff no-repeat center;
}

.thumb_link {
    position: absolute;
    left: 235px;
    top: 132px;
}

.color_picker span.hash, .pop_form .color_picker span.hash {
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}

.color_picker input, .pop_form .color_picker input {
    height: 22px;
    width: 60px;
    float: left;
    padding: 2px;
}

.color_picker a {
    cursor: pointer;
}

    .color_picker a span {
        font-size: 1px;
        border: 5px solid transparent;
        border-top-color: #2184C6;
        border-bottom-width: 0;
        float: left;
        width: 0;
        height: 0;
        margin: 8px 0 0 4px;
    }

.color_picker span.selected_color {
    float: left;
    height: 16px;
    width: 16px;
    padding: 2px;
    background: #FFF;
    border: solid #A3A3A3 1px;
    border-left: none;
}

    .color_picker span.selected_color span {
        display: block;
        width: 16px;
        height: 16px;
        background: #247EBB;
    }

.contacts_selector {
    min-height: 25px;
    position: relative;
}

    .contacts_selector .input {
        padding: 4px 2px 4px 5px;
        width: 100%;
        position: relative;
        background-color: #fff;
    }

    .contacts_selector input {
        width: 95%;
        outline: none;
        margin-top: 1px;
        padding: 1px 0 0 3px;
    }

.contacts_selector_container {
    background-color: #fff;
}

.option_selector .drop_down_inner {
    max-height: 185px;
}

.option_selector .drop_down_container {
    border: 1px solid #BDBDBD;
    background-color: #FFF;
    border-top: none;
    box-shadow: 0 1px 5px 0 hsla(0,0%,20%,.3);
    border-radius: 0 0 7px 7px;
    padding-bottom: 7px;
    z-index: 1;
    text-shadow: none;
}

.ie9 .option_selector .drop_down_container {
    box-shadow: 0 -1px 5px 0 hsla(0,0%,20%,.3);
}

.content_sidebar .option_selector input, #add_user_contact_selector input, #add_collaborators_contact_selector input {
    width: 100%;
}

#add_collaborators_contact_selector .input {
    width: 92%;
}

.option_selector .input li {
    background-color: #fff;
    margin-top: 2px;
}

.option_selector .drop_down_container li {
    background-color: #fff;
}

.option_selector .badge_selector_input_item {
    width: 85%;
}

#add_user_contact_selector .input, #add_collaborators_contact_selector .input, #edit_group_tag_add_user_contact_selector .input {
    background: #fff;
}

.add_collaborators_contacts_selector .input {
    width: 92%;
}

.option_selector .not_selectable {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.at_mention_overlay {
    color: transparent;
    cursor: text;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    opacity: 0.1;
    white-space: pre-wrap;
    text-shadow: none;
}

    .at_mention_overlay b {
        background-color: #202020;
        font-weight: normal;
        border-radius: 2px;
    }

.task_response_cntr .comment_cancel {
    position: absolute;
    top: 6px;
    right: 7px;
}

.new_item_feed_object_container .comment_cancel {
    position: absolute;
    top: 10px;
    right: 2%;
    z-index: 3;
}

.task_options {
    width: 100%;
    max-width: 520px;
    float: left;
}

.comment_options {
    width: 100%;
    max-width: 350px;
    float: left;
}

.item_feed_contact_selector {
    width: 100%;
    max-width: 300px;
}

.new_item_feed_object_container input, .new_item_feed_object_container textarea {
    width: 99%;
}

.new_item_feed_object_container .new_item_feed_object_textarea_cntr {
    position: relative;
}

#new_item_feed_object_textarea {
    padding-right: 25px;
    resize: none;
}

.new_item_feed_object_container .option_selector .input {
    padding: 2px;
}

.task_due_cal_input_container, .task_due_cal_prompt, .item_feed_submit_button {
    float: right;
}

.new_item_feed_object_container .option_selector input {
    width: 99%;
}

.ie8 .task_due_cal_input {
    width: 120px;
    padding: 0;
}

.new_item_feed_object_container .hasDatepicker {
    width: 60px;
}

.web_link_arrow {
    position: relative;
}

    .web_link_arrow .thumb_small {
        top: 10px;
        left: 8px;
    }

.icon_view .web_link_arrow .thumb_large_icon_view {
    top: 11px;
    left: 6px;
    background-position: 0 0;
    position: relative;
}

.icon_view .web_link_arrow {
    overflow: hidden;
    top: 14px;
    left: 14px;
}

#global_blocker {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    opacity: 0.1;
    cursor: progress;
}

.local_blocker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ie .custom_branding_colors li {
    float: left;
    padding: 3px;
}

.ie .selected_swatch {
    height: 32px;
    width: 33px;
    margin-left: -2px;
}

.swatch {
    border: 1px solid #999;
    height: 24px;
    width: 26px;
}

    .swatch .primary_color {
        height: 14px;
        width: 26px;
    }

.ie .primary_color {
    float: left;
}

.swatch .accent_color {
    height: 10px;
}

.ie .accent_color {
    display: inline;
    vertical-align: top;
    zoom: 1;
}

.selected_swatch {
    margin: -3px;
}

.selected_swatch_border {
    border: 3px solid #333;
}

.ie .selected_swatch_border {
    float: left;
}

.selected_swatch .swatch {
    border-color: #fff;
}

.swatch_a {
    outline: none;
}

.swatch_custom {
    background-color: #CCC;
    height: 55px;
    width: 68px;
    padding: 3px;
}

.ie .swatch {
    float: left;
}

.ie .swatch_custom {
    float: left;
}

.swatch_custom_colors {
    color: #FFF;
    position: relative;
    top: 20%;
}

.theme_preview_window {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.theme_preview_container {
    height: 200px;
    position: relative;
    width: 800px;
}

.theme_preview {
    float: left;
}

.master_activity_tracker_left {
    min-height: 375px;
    position: relative;
}

.ie .master_activity_tracker_left {
    height: 400px;
    width: 64%;
}

.activity_ext {
    width: 56%;
}

.ie .activity_ext {
    width: 56%;
}

.master_activity_tracker_right {
    width: 43%;
}

.ie .master_activity_tracker_right {
    width: 400px;
}

.master_activity_tracker_cntr {
    width: 970px;
    clear: both;
}

.empty_message {
    background-color: #F1F1F1;
}

.vertically_center_text {
    position: relative;
    top: 20%;
}

.small_label {
    width: 90px;
}

.theme_pic_preview_small {
    height: 23px;
    width: 78px;
    background-repeat: no-repeat;
}

.master_activity_tracker .master_activity_tracker_panel {
    overflow: hidden;
}

.master_activity_tracker_tip {
    height: 212px;
}

.master_activity_tracker_tip_custom_branding {
    height: 260px;
}

.receiving_drop, .list_ext .receiving_drop {
    background-color: #EFF5F9;
}

.icon_view .receiving_drop {
    background-color: transparent;
}

    .icon_view .receiving_drop .img {
        background-color: #EFF5F9;
    }

.dragging, .draggable_wrapper .item {
    background-color: #CBE2F1;
}

.draggable_wrapper .action_list li, .draggable_wrapper li.shared .share_indicator {
    visibility: hidden;
}

.icon_view.draggable_wrapper .item {
    background-color: transparent;
}

.editable_cntr a {
    height: 12px;
}

.paging_prev_link, .paging_next_link {
    margin: 1px;
    position: relative;
    bottom: 2px;
}

    .paging_prev_link.hover, .paging_next_link.hover {
        margin: 0;
        box-shadow: 0 2px 7px rgba(0,0,0,0.3);
        border: 1px solid #AAA;
        border-color: rgba(0,0,0,.3);
        border-radius: 3px;
    }

#paging_menu .drop_down_ext {
    max-height: 150px;
    width: 55px;
}

.collab_widget_row {
    border-top: 1px solid #E9E9E9;
    padding: 8px 5px;
    display: block;
    float: left;
}

.collab_widget_column_right {
    display: block;
    float: right;
    padding-left: 20px;
    width: 125px;
}

.collab_widget_column_left {
    width: 350px;
    float: left;
}

.collab_widget_column {
    display: block;
}

.discussion_thumb {
    color: #fff;
    text-indent: 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    height: 32px;
    vertical-align: top;
    line-height: 17px;
}

.partner_tags .netsuite {
    background-color: #d3def6;
    color: #132c61;
}

.partner_tags .salesforce {
    background-color: #f6d7cd;
    color: #d63b08;
}

.partner_tag_icon {
    position: relative;
    top: 1px;
}

.app_first_column {
    width: 100px;
}

.app_screenshot_wrapper {
    border: 1px solid #E0E0E0;
    display: block;
    float: left;
    margin: 0 10px 0;
    overflow: hidden;
    text-align: center;
    width: 175px;
}

.app_screenshot {
    display: block;
    width: 175px;
}

#folder_tree {
    border: 1px solid #c1c1c1;
    padding: 1px 0 1px 5px;
    width: 200px;
    overflow: auto;
    display: none;
    background-color: #fff;
    max-height: 420px;
    font-size: 13px;
    position: relative;
    z-index: 200;
}

    #folder_tree .link {
        clear: left;
        cursor: pointer;
        padding: 1px 0 1px 100%;
        margin: 2px 7px 2px -100%;
    }

    #folder_tree .indent {
        margin-left: -94%;
    }

    #folder_tree .link a:hover {
        text-decoration: none;
    }

    #folder_tree .link.hover {
        background-color: #e8f1f8;
    }

    #folder_tree .expander {
        background-color: #fff;
        margin-right: 1px;
        opacity: .3;
    }

    #folder_tree .hover .expander {
        background-color: #e8f1f8 !important;
        opacity: .6;
    }

    #folder_tree .expander.hover {
        opacity: 1;
    }

    #folder_tree .selected .expander {
        background-color: #eee;
    }

    #folder_tree .container {
        padding-left: 21px;
    }

    #folder_tree .not_selectable, #folder_tree a.not_selectable:hover {
        cursor: default;
        background-color: transparent;
        color: #999 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        opacity: 0.8;
    }

    #folder_tree .person {
        clear: left;
        margin-right: 7px;
    }

    #folder_tree .leaf {
        clear: left;
    }

    #folder_tree a {
        white-space: nowrap;
        line-height: 19px;
    }

    #folder_tree .selected {
        font-weight: bold;
        font-color: #000;
        background-color: #eee;
    }

    #folder_tree .person .badge {
        position: relative;
        top: -1px;
    }

.fts_component #folder_tree {
    border: 0;
    padding: 5px 0 5px 10px;
    border-radius: 0;
}

.fts_component .selector_input_box {
    position: relative;
    height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}

.fts_component #fts_clear_search_btn {
    position: absolute;
    top: 4px;
    right: 5px;
}

.cntr_popup .fts_component #folder_tree {
    max-height: 300px;
}

.cntr_popup .fts_component .selector_input_box {
    padding: 0;
    height: auto;
}

    .cntr_popup .fts_component .selector_input_box INPUT {
        width: 100%;
        border-radius: 0 !important;
        border: none;
        border-bottom: 1px solid #c3c3c3;
        -moz-box-sizing: border-box;
    }

.fts_component.option_selector .drop_down_container {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.cntr_popup .fts_component {
    border: 1px solid #C3C3C3;
}

.fts_component .selector_input_box input {
    width: 95%;
    display: block;
    background: #fff;
    border: 1px solid #bac5d4;
    margin-left: auto;
    margin-right: auto;
}

.list_menu_scroll_arrow {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.list_menu_scroll_arrow_up {
    border-radius: 7px 7px 0 0;
}

.list_menu_scroll_arrow_down {
    border-radius: 0 0 7px 7px;
}

.menu_divider {
    border-top: 1px dotted #CCC;
}

.blue_radial_background {
    background: #1975B9;
    background: -webkit-radial-gradient(center,ellipse cover,#1975B9 0%,#145C97 100%);
    background: radial-gradient(ellipse farthest-corner at center,#1975B9 0%,#145C97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1975b9',endColorstr='#145c97',GradientType=1);
}

.scroll_to_glow_transition {
    -webkit-transition: box-shadow 1s ease-out,background-color 1s ease-out,border-color 1s ease-out;
    transition: box-shadow 1s ease-out,background-color 1s ease-out,border-color 1s ease-out;
}

.scroll_to_glow_border {
    box-shadow: 0 0 5px #000;
    border-color: #fff !important;
}

.scroll_to_glow_background {
    background-color: #fff !important;
}

.header_drop_down_arrow {
    position: absolute;
    border: 12px solid transparent;
    border-top: 0;
    border-bottom: 13px #fff;
    width: 0;
    height: 0;
    top: -13px;
    left: 94px;
}

.header_drop_down_arrow_border {
    position: absolute;
    border: 13px solid transparent;
    border-top-width: 0;
    border-bottom: 14px #BDBDBD;
    width: 0;
    height: 0;
    top: -1px;
    right: -13px;
    z-index: -1;
}

.upgrade_dropdown_arrow {
    left: 74px;
}

.qs_menu_arrow {
    left: auto;
    right: 4px;
    top: -10px;
}

    .qs_menu_arrow .header_drop_down_arrow_border {
        position: absolute;
        border-width: 0 10px 11px 10px;
        border-color: transparent;
        border-bottom-color: #BDBDBD;
        width: 0;
        height: 0;
        z-index: -1;
        right: -10px;
    }

.gray_inset_cntr {
    background: #f5f5f5;
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 0 #fff,0 2px 2px rgba(0,0,0,.10);
}

.error_ctnr {
    border: 1px solid #ECCFB7;
    border-radius: 7px;
    background-color: #FBEFE5;
    padding: 8px 11px;
    box-shadow: inset 0 3px 0 -2px #FFF;
}

.button_with_interactive_icon {
    float: left;
    position: relative;
    display: table;
}

    .button_with_interactive_icon .interactive_icon {
        position: absolute;
        right: 0;
        opacity: 0.7;
    }

        .button_with_interactive_icon .interactive_icon.hover {
            opacity: 1;
        }

#item_menu_upload_new_to_folder {
    min-width: 150px;
}

.item-menu {
    min-width: 165px;
}

.pending_gray {
    color: #b9b9b9;
}

ul#profile_properties_list > li {
    line-height: 19px !important;
}

.nav_selected {
    border-left: 2px solid #0D5E94;
}

.list_ext > li.nav_selected {
    padding-left: 3px;
}

.delete_badge_container {
    font-size: 15px;
    display: inline-block;
    margin-right: -5px;
    line-height: 9px;
}

.pill-error .delete_badge {
    color: #A35B52;
}

.openbox_service_description_row {
    border-bottom: 1px solid #CCC;
}

    .openbox_service_description_row th {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 10px;
        color: #CCC;
    }

.openbox_service_info_row:hover {
    background-color: #EFF5F9;
}

.box_background_dashed_border {
    background-color: #F6F6F6;
    border: dashed 1px #d5d5d5;
}

.dashed_outline_medium {
    border: dashed 2px #1a74ba;
}

.dashed_outline_small {
    border: dashed 1px #1a74ba;
}

#html5_upload_target_overlay {
    position: absolute;
    display: none;
}

.photo_taker_container {
    width: 420px;
    height: 150px;
}

    .photo_taker_container .video_container {
        float: left;
        position: relative;
        width: 130px;
        height: 130px;
        overflow: hidden;
        border: 1px solid #808080;
    }

.video_container video {
    position: absolute;
    left: -31px;
    top: -2px;
    width: 176px;
    height: 132px;
}

.photo_taker_container .video_action_container {
    float: left;
    position: relative;
    width: 120px;
    height: 130px;
}

.photo_taker_container .canvas_container {
    float: left;
    position: relative;
    width: 130px;
    height: 130px;
    border: 1px dotted #000;
    background-color: #808080;
}

.canvas_container .canvas_hint {
    position: absolute;
    top: 58px;
    left: 43px;
    color: #ccc;
}

.spinner_gif_container {
    height: 16px;
    width: 16px;
}

.spinner_gif {
    background: url(../Default Themes/img/box/spinner-pI6C1_.gif) no-repeat center;
}

.spinner_blue, .spinner_gray {
    height: 20px;
    width: 20px;
}

.spinner_blue {
    background: url(../Default Themes/img/box/spinner_blue-XrW4xy.gif) no-repeat left;
}

.spinner_gray {
    background: url(../Default Themes/img/box/spinner_gray-ndCONy.gif) no-repeat left;
}

.centered_module {
    margin: 0 auto;
    text-align: center;
    height: 100%;
}

.centered_module_inner {
    font-size: 16px;
    position: relative;
    top: 30%;
}

#failed_to_load_img {
    height: 151px;
    width: 200px;
}

.refresh_img {
    background-image: url('../Default Themes/img/cloud_refresh-gZulgV.gif');
}

.content_workflow > .right_col {
    border-left: 1px solid #CCDCE2;
    width: 73%;
    margin-bottom: 0;
}

.content_workflow > .img li.selected {
    background-color: #ECEEF0;
}

.empty_state_dnd {
    border-width: 1px;
    min-height: 158px;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.08);
}

.dib {
    display: inline-block;
}

.rounded_corner_form {
    border: 1px solid #E4E4E4;
    background: #F5F6F8;
    border-radius: 7px;
}

#add_new_automation_form h3 {
    color: #666;
    margin: 0;
    width: 70px;
}

#add_new_automation_form .step_header_text, #add_new_automation_form .step_condition_title, #add_new_automation_form .step_summary_title, #add_new_automation_form .step_summary_text, #add_new_automation_form .step_condition_text, #add_new_automation_form .step_condition_operator, #add_new_automation_form .step_open_header {
    display: inline-block;
}

#add_new_automation_form .step_condition_title {
    font-size: 13px;
}

#add_new_automation_form .step_arrow {
    margin-top: -3px;
}

#add_new_automation_form .step_condition_title, #add_new_automation_form .step_summary_title, #add_new_automation_form .step_condition_select button {
    width: 125px;
}

#add_new_automation_form .step_condition_title {
    vertical-align: top;
}

#add_new_automation_form .step_header_text {
    height: 24px;
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    right: 3px;
    width: 8px;
    background-color: #aaa;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ps-container .ps-scrollbar-y:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    cursor: default;
}

.ps-container .ps-scrollbar-y.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.sharebar_item_link_icon, .background-norepeat {
    background-repeat: no-repeat;
}

.mobile_redirect_banner {
    background: #f2f2f2;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(3%,#f2f2f2),color-stop(97%,#eaeaea));
    background: -webkit-linear-gradient(top,#f2f2f2 3%,#eaeaea 97%);
    background: linear-gradient(to bottom,#f2f2f2 3%,#eaeaea 97%);
}

    .mobile_redirect_banner a {
        margin: 0;
        display: block;
        padding: 16px;
        height: 74px;
        text-decoration: none;
    }

    .mobile_redirect_banner .img {
        margin-right: 16px;
    }

    .mobile_redirect_banner .bd {
        line-height: 74px;
        font-size: 30px;
    }

.jumbo_button {
    width: 200px;
}

.plus_heavy {
    font-size: 18px;
    font-weight: bold;
    padding-right: 3px;
}

#lightbox {
    visibility: hidden;
    height: 1px;
}

    #lightbox .sidebar {
        width: 25px;
        height: 100%;
    }

    #lightbox .curtain {
        right: 25px;
        height: 100%;
    }

button.download_cta {
    width: 217px;
}

.item .item_list_groups {
    margin-right: 2px;
}

.tos {
    width: 540px;
    height: 200px;
    border: 1px solid #b3b3b3;
    border-top: 1px solid #999;
    border-bottom: 1px solid #CCC;
    text-align: left;
}

#multi-items-share-emails .selector_input_box, #collaborate-contact-list .selector_input_box {
    max-height: 85px;
    overflow-y: scroll;
}

.ie8 #multi-items-share-emails .selector_input_box, .ie8 #collaborate-contact-list .selector_input_box {
    height: 85px;
}

.growl_notification_container {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 250px;
    z-index: 3;
}

.growl_notification {
    display: block;
    zoom: 1;
    position: relative;
    width: 250px;
    cursor: pointer;
}

    .growl_notification .inner {
        padding: 12px;
        background-color: #313131;
        background-color: rgba(0,0,0,.8);
        color: #cbcbcb;
        text-shadow: 0 1px 0 #000;
        border-radius: 5px;
    }

.recaptcha_widget, .recaptcha_iframe {
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #E2E2E2;
    padding: 6px 0 2px;
    background-color: white;
}

.webview .recaptcha_iframe {
    margin-left: -40px;
}

.recaptcha_icons {
    height: 24px;
    padding: 2px 10px 0;
}

.recaptcha_icon_audio, .recaptcha_icon_help {
    float: left;
}

.recaptcha_icon_reload {
    float: right;
}

.recaptcha_tag {
    font-size: 11px;
    text-align: center;
    color: #CCC;
}

body {
    background: none;
}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(245,245,245);
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
}

#envelope-background {
    width: 100%;
    height: 100%;
    padding-bottom: 36px;
    text-align: center;
}

.single-width {
    width: 400px;
    margin-top: 140px;
}

.double-width {
    width: 660px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.title_text {
    font-size: 26px;
    line-height: 26px;
}

.single-width .title_text {
    font-size: 20px;
    line-height: 20px;
}

.title-logo {
    margin: auto;
}

.enterprise-logo-background {
    margin: 30px auto;
    padding: 20px;
    height: auto;
    width: auto;
    max-height: 140px;
    max-width: 140px;
    border-radius: 5px;
}

.enterprise-logo {
    max-height: 140px;
    max-width: 140px;
}

.center_container {
    background-color: #fff;
    border: 1px solid #C9C9C9;
    box-shadow: 0 1px 2px rgba(0,0,0,.21);
    color: #666;
    display: inline-block;
    padding: 0;
    border-radius: 5px;
}

    #payment_form .top_notification_container, .center_container .top_notification_container {
        position: fixed;
        top: 45px;
        width: 600px;
        z-index: 5;
    }

.container_footer_buttons {
    width: 100%;
    padding-top: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .container_footer_buttons .button_container {
        border-left: none;
        border-top: 1px solid #C2C2C2;
        border-right: 1px solid #C2C2C2;
        border-bottom: none;
        background: #f6f6f6 none;
        height: 50px;
        border-radius: 0;
    }

    .container_footer_buttons .btn {
        border: none;
        display: table;
        border-radius: 0;
        white-space: inherit;
    }

    .container_footer_buttons .button_container:focus, .container_footer_buttons .button_container:active {
        z-index: 2;
    }

.button_text {
    white-space: normal;
}

    .button_text span {
        white-space: nowrap;
    }

.button_container.left {
    border-bottom-left-radius: 5px;
}

    .button_container.left a {
        border-bottom-left-radius: 5px;
    }

.button_container.right {
    border-bottom-right-radius: 5px;
    border-right: none;
}

    .button_container.right a {
        border-bottom-right-radius: 5px;
    }

.container_footer_buttons .only_button {
    border-radius: 0 0 5px 5px;
    border-right: none;
}

.proxima_nova_font {
    font-family: "Proxima Nova Semibold",'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size-adjust: 0.488;
    font-style: normal;
}

#new_password {
    padding-right: 80px;
}

#new_password_strength_container {
    position: absolute;
    right: 10px;
    bottom: 11px;
}

#new_password[data-password-strength="strong"] {
    border: 1px solid #559745;
    box-shadow: 0 0 0 1px #559745;
}

    #new_password[data-password-strength="strong"] + #new_password_strength_container {
        color: #559745;
    }

#new_password[data-password-strength="fair"] {
    border: 1px solid #95B043;
    box-shadow: 0 0 0 1px #95B043;
}

    #new_password[data-password-strength="fair"] + #new_password_strength_container {
        color: #95B043;
    }

#new_password[data-password-strength="low"] {
    border: 1px solid #F78E1E;
    box-shadow: 0 0 0 1px #F78E1E;
}

    #new_password[data-password-strength="low"] + #new_password_strength_container {
        color: #F78E1E;
    }

#new_password[data-password-strength="weak"] {
    border: 1px solid #E03E45;
    box-shadow: 0 0 0 1px #E03E45;
}

    #new_password[data-password-strength="weak"] + #new_password_strength_container {
        color: #E03E45;
    }

.plan-description {
    padding: 20px 30px;
    min-height: 200px;
    background-color: #F5F5F5;
}

    .plan-description hr {
        border-top: 1px solid #e5e5e5;
    }

    .plan-description li {
        margin-bottom: 7px;
    }

    .plan-description .tier-name {
        font-size: 20px;
        line-height: 48px;
    }

.badge-subtext {
}

.left-content, .right-content {
    display: inline-block;
    width: 50%;
    height: 100%;
}

.left-content {
    padding: 0 20px 0 40px;
}

.right-content {
    padding: 0 40px 0 20px;
}

.title_text {
    font-size: 26px;
    line-height: 26px;
}

#signup_fields > li, #login_fields > li {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

.half_field {
    position: relative;
    display: inline-block;
    width: 130px;
}

label, label.half_field, .login_form label {
    text-align: left;
    display: none;
    font-size: 12px;
}

.lte_ie9 label {
    display: inline-block;
    text-align: left;
}

.container_header {
    padding: 0 40px;
}

.container_body input, .container_body input[type="text"], .container_body input[type="password"], .container_body input[type="email"], .input_container input, .input_container input[type="text"], .input_container input[type="password"], .input_container input[type="email"], .container_body .btn {
    width: 100%;
    font-size: 13px;
    padding: 10px;
    height: 37px !important;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none;
}

    .container_body input[type=checkbox], #payment_form input[type=checkbox] {
        width: 12px;
        height: 15px !important;
        line-height: 15px;
        padding: 0;
    }

#payment_form .vat-input .radio_label {
    display: inline-block;
    line-height: 15px;
}

.input_container .select-container {
    width: 100%;
}

.dropdown_field select {
    height: 37px;
}

@media (max-width:659px) {
    .single-width {
        margin: 0;
    }

    .double-width {
        margin: 0;
    }

    .center_container {
        width: auto;
        border: none;
        border-radius: 0;
    }

    .left-content, .right-content {
        width: 320px;
        padding: 0 20px;
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #signup_fields .half_field {
        width: 135px;
    }

    .plan-description {
        margin-bottom: 20px;
    }

    .button_container.left, .button_container.left:hover, .button_container.right, .button_container.right:hover {
        border-radius: 0;
    }
}

@media (max-width:340px) {
    #envelope-background {
        padding-bottom: 108px;
    }

    .center_container {
        display: block;
        width: auto;
    }

    .container_footer_buttons .button_container {
        width: 100%;
        border-right: none;
    }
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input_container {
    display: block;
    position: relative;
}

.form_error_img {
    position: absolute;
    bottom: 13px;
    right: 10px;
}

    .form_error_img + .card_icon {
        visibility: hidden;
        ;
    }

.dropdown_field .form_error_img {
    right: 25px;
    z-index: 1;
}

input.error, input.error:hover, .input.error, .input.error:hover, .styling_overlay.error, .styling_overlay.error:hover, .select-container .error, .select-container .error:hover {
    border: 1px solid #E03E45;
    box-shadow: 0 0 0 1px #E03E45;
    background-color: white;
}

    .select-container .error, .select-container .error:hover {
        border-radius: 4px;
    }

.notification_wrapper {
    margin-top: 38px;
}

.collab_picture {
    width: 40px;
    height: 40px;
}

.title_image_caption {
    background-color: #f6f6f6;
    padding: 10px 15px;
    border-radius: 5px;
}

.login_icon_input {
    padding-left: 32px !important;
}

.login_input_wrapper {
    position: relative;
}

.lte_ie9 .login_input_wrapper {
    width: 320px;
}

.login_form {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0 20px;
}

.login_icon {
    position: absolute;
    top: -1px;
    left: 10px;
}

.enterprise-custom-messaging, .login-news {
    margin: 20px auto 40px auto !important;
    width: 350px;
}

.enterprise-custom-messaging-subtext {
    padding-top: 13px;
    line-height: 15px;
    max-height: 150px;
    overflow: hidden;
}

    .enterprise-custom-messaging-subtext.is-expanded {
        max-height: none;
    }

.expand-btn {
    cursor: pointer;
    color: #666;
}

    .expand-btn .arrow {
        border-width: 3px 3px 0 3px;
        border-color: #666 transparent;
        border-style: solid;
        font-size: 3px;
    }

.news-thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.news-link {
    color: black;
    text-decoration: none;
}

.news-slideshow, .news-slideshow .panel {
    width: 370px;
    height: 100px;
    float: left;
    overflow: hidden;
    position: relative;
}

.news-content p {
    margin: 0;
    display: inline;
}

.anythingWindow, .anythingSlider {
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.anythingControls {
    margin: auto;
    width: 80px;
    position: absolute;
    top: 80px;
    left: 150px;
}

    .anythingControls li {
        float: left;
        padding-right: 10px;
    }

        .anythingControls li a {
            display: block;
            background-color: #aaaaaa;
            border-radius: 50%;
            padding-top: 5px;
            height: 0;
            overflow: hidden;
            width: 5px;
        }

.ie8 li a {
    position: relative;
}

.anythingControls li a:hover {
    background-color: #4b4b4b;
}

.anythingControls .cur {
    background-color: #4b4b4b;
}

.sprite_16x16_lock_light_grey {
    display: none;
}

@media (max-width:340px) {
    .enterprise-custom-messaging {
        width: 280px;
    }

    .login-news {
        display: none;
    }
}

.sprite_miscellaneous_box_group_avatar_130x130 {
    background-image: url(../Default Themes/img/box_group_avatar_130x130-GCObdw.png);
    width: 130px;
    height: 130px;
}

.sprite_miscellaneous_box_group_avatar_large {
    background-image: url(../Default Themes/img/box_group_avatar_large-GeqilB.png);
    width: 40px;
    height: 40px;
}

.sprite_miscellaneous_box_logo {
    background-image: url(../Default Themes/img/box_logo-HrXR8L.png);
    width: 128px;
    height: 128px;
}

.sprite_miscellaneous_box_user_avatar_profile {
    background-image: url(../Default Themes/img/box_user_avatar_profile--LsPnL.png);
    width: 130px;
    height: 130px;
}

.sprite_miscellaneous_email_sent {
    background-image: url(../Default Themes/img/email_sent-DTylAy.png);
    width: 160px;
    height: 160px;
}

.sprite_miscellaneous_error {
    background-image: url(../Default Themes/img/error-xNMZ8S.png);
    width: 15px;
    height: 12px;
}

.sprite_miscellaneous_info {
    background-image: url(../Default Themes/img/info-bbElyq.png);
    width: 14px;
    height: 14px;
}

.sprite_signup_login_banner_cfda {
    background-image: url(../spriteimages/capture.png);
    width: 978px;
    height: 146px;
}

.sprite_signup_login_banner_collaboration {
    background-image: url(../spriteimages/signup_login/banner_collaboration-pHuZs4.png);
    width: 978px;
    height: 146px;
}

.sprite_signup_login_banner_healthcare {
    background-image: url(../spriteimages/signup_login/banner_healthcare-PKeeOv.png);
    width: 978px;
    height: 400px;
}

.sprite_signup_login_box-logo-white {
    background-image: url(../spriteimages/signup_login/box-logo-white-VoyTb9.png);
    width: 60px;
    height: 33px;
}

.sprite_signup_login_box_logo {
    background-image: url(..../Default Themes/img/Capture.PNG);
    width: 128px;
    height: 128px;
}

.sprite_signup_login_business_plan {
    background-image: url(../spriteimages/signup_login/business_plan-swpdp7.png);
    width: 48px;
    height: 48px;
}

.sprite_signup_login_charitywater {
    background-image: url(../spriteimages/signup_login/charitywater-swNhvB.png);
    width: 154px;
    height: 18px;
}

.sprite_signup_login_close_quote {
    background-image: url(../spriteimages/signup_login/close_quote-6EDP4S.png);
    width: 18px;
    height: 21px;
}

.sprite_signup_login_elite_plan {
    background-image: url(../spriteimages/signup_login/elite_plan-Q8-Vd8.png);
    width: 48px;
    height: 48px;
}

.sprite_signup_login_enterprise_plan {
    background-image: url(../spriteimages/signup_login/enterprise_plan-Rpyqbs.png);
    width: 48px;
    height: 48px;
}

.sprite_signup_login_icon_activity_edit_profile {
    background-image: url(/Images/icon_activity_edit_profile-ZYbU6K.png);
    width: 16px;
    height: 16px;
}

.sprite_signup_login_icon_cloud {
    background-image: url(../spriteimages/signup_login/icon_cloud-CDNH6u.png);
    width: 50px;
    height: 50px;
}

.sprite_signup_login_icon_collaboration {
    background-image: url(../spriteimages/signup_login/icon_collaboration-dp8-VO.png);
    width: 36px;
    height: 36px;
}

.sprite_signup_login_icon_envelope {
    background-image: url(../spriteimages/signup_login/icon_envelope-zOC6ly.png);
    width: 16px;
    height: 16px;
}

.sprite_signup_login_icon_error {
    background-image: url(../spriteimages/signup_login/icon_error-dmdeVS.png);
    width: 16px;
    height: 16px;
}

.sprite_signup_login_icon_globe {
    background-image: url(../spriteimages/signup_login/icon_globe-FoD_pp.png);
    width: 16px;
    height: 16px;
}

.sprite_signup_login_icon_gray_back_arrow {
    background-image: url(../spriteimages/signup_login/icon_gray_back_arrow-aT6gRd.png);
    width: 16px;
    height: 16px;
}

.sprite_signup_login_icon_help {
    background-image: url(../spriteimages/signup_login/icon_help-3vOFYF.png);
    width: 16px;
    height: 16px;
}

.sprite_signup_login_icon_lock {
    background-image: url(../spriteimages/signup_login/icon_lock-9pVgSn.png);
    width: 16px;
    height: 16px;
}

.sprite_signup_login_icon_login_gray {
    background-image: url(/Images/icon_login_gray-CpHTCK.png);
    width: 16px;
    height: 16px;
}

.sprite_signup_login_icon_openid {
    background-image: url(../spriteimages/signup_login/icon_openid-o6xvvt.png);
    width: 16px;
    height: 16px;
}

.sprite_signup_login_icon_pencil {
    background-image: url(../spriteimages/signup_login/icon_pencil-3XnfZE.png);
    width: 16px;
    height: 16px;
}

.sprite_signup_login_icon_security {
    background-image: url(../spriteimages/signup_login/icon_security-s-_O-_.png);
    width: 36px;
    height: 36px;
}

.sprite_signup_login_icon_sharing {
    background-image: url(../spriteimages/signup_login/icon_sharing-QyWIZc.png);
    width: 36px;
    height: 36px;
}

.sprite_signup_login_icon_trash {
    background-image: url(/Images/icon_trash-ED4sR1.png);
    width: 24px;
    height: 24px;
}

.sprite_signup_login_illustration_2factor {
    background-image: url(../spriteimages/signup_login/illustration_2factor-re-n5J.png);
    width: 160px;
    height: 160px;
}

.sprite_signup_login_illustration_2factor_setup {
    background-image: url(../spriteimages/signup_login/illustration_2factor_setup-zkndz3.png);
    width: 160px;
    height: 160px;
}

.sprite_signup_login_illustration_emailconfirmation {
    background-image: url(../spriteimages/signup_login/illustration_emailconfirmation-mKGW7E.png);
    width: 160px;
    height: 160px;
}

.sprite_signup_login_illustration_forgotpassword {
    background-image: url(Img/illustration_forgotpassword-va46xB.png);
    width: 160px;
    height: 160px;
}

.sprite_signup_login_illustration_passwordreset {
    background-image: url(/Images/illustration_passwordreset-7dvesz.png);
    width: 160px;
    height: 160px;
}

.sprite_signup_login_illustration_sso {
    background-image: url(../spriteimages/signup_login/illustration_sso-cRonbb.png);
    width: 160px;
    height: 160px;
}

.sprite_signup_login_kiva {
    background-image: url(../spriteimages/signup_login/kiva-Wl5hbl.png);
    width: 81px;
    height: 42px;
}

.sprite_signup_login_nonprofit_banner {
    background-image: url(../spriteimages/signup_login/nonprofit_banner-Z4uUfl.png);
    width: 978px;
    height: 310px;
}

.sprite_signup_login_open_quote {
    background-image: url(../spriteimages/signup_login/open_quote-_UGh5v.png);
    width: 18px;
    height: 21px;
}

.sprite_signup_login_partner_aeropostale {
    background-image: url(../spriteimages/signup_login/partner_aeropostale-pu8lzG.png);
    width: 110px;
    height: 60px;
}

.sprite_signup_login_partner_balfourbeatty {
    background-image: url(../spriteimages/signup_login/partner_balfourbeatty-7aUQ9L.png);
    width: 110px;
    height: 60px;
}

.sprite_signup_login_partner_equinix {
    background-image: url(../spriteimages/signup_login/partner_equinix-XzZhtU.png);
    width: 110px;
    height: 60px;
}

.sprite_signup_login_partner_nationwide {
    background-image: url(../spriteimages/signup_login/partner_nationwide--5Kfbr.png);
    width: 110px;
    height: 60px;
}

.sprite_signup_login_partner_pandg {
    background-image: url(../spriteimages/signup_login/partner_pandg--_k7hR.png);
    width: 110px;
    height: 60px;
}

.sprite_signup_login_partner_wakeforest {
    background-image: url(../spriteimages/signup_login/partner_wakeforest-D5YAl6.png);
    width: 110px;
    height: 60px;
}

.sprite_signup_login_personal_plan {
    background-image: url(../spriteimages/signup_login/personal_plan-RBb_4b.png);
    width: 48px;
    height: 48px;
}

.sprite_signup_login_shadow_top {
    background-image: url(../spriteimages/signup_login/shadow_top-xsk-fv.png);
    width: 978px;
    height: 8px;
}

.sprite_signup_login_starter_plan {
    background-image: url(../spriteimages/signup_login/starter_plan-rh3N_W.png);
    width: 48px;
    height: 48px;
}

.sprite_signup_login_teach_for_america {
    background-image: url(../spriteimages/signup_login/teach_for_america-6N3Aqn.png);
    width: 112px;
    height: 30px;
}

.sprite_signup_login_united_nations {
    background-image: url(../spriteimages/signup_login/united_nations-yyM3w1.png);
    width: 125px;
    height: 30px;
}

.sprite_signup_login_vertical_divide {
    background-image: url(../spriteimages/signup_login/vertical_divide-gaVWZn.png);
    width: 66px;
    height: 767px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.popup-container {
    background: #f5f5f5;
    position: absolute;
    top: 100px;
    box-shadow: inset 0 1px 0 #fff,0 1px 4px #000;
    padding: 0;
    z-index: 101;
}

.popup-small {
    width: 290px;
}

.popup-medium {
    width: 405px;
}

.popup-large {
    width: 550px;
}

.popup-x-large {
    width: 690px;
}

.popup-scrollable {
    max-height: 100%;
    overflow-y: auto;
}

.popup-spinner {
    height: 1px;
    width: 1px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.popup-container.is-blocked .popup-spinner {
    height: auto;
    width: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    padding: 11px;
    margin-top: 10px;
}

.popup-container.is-blocked .spinner-background {
    padding: 7px;
    border: 1px solid #dfdfdf;
    border-top-width: 0;
    border-radius: 3px;
    background: #ebebeb;
    box-shadow: inset 0 1px 0 rgba(0,0,0,.2);
}

.popup-container.is-blocked .spinner {
    padding: 7px 7px 7px 25px;
    color: #939393;
}

.popup-container.is-blocked .popup-buttons {
    display: none;
}

.popup-container .popup-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.popup-loading-state-blocker {
    position: absolute;
    height: 284px;
    width: 363px;
}

    .popup-loading-state-blocker .popup-spinner {
        height: 100%;
        width: 20px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

.use_small_modals .popup-loading-state-blocker {
    height: 160px;
}

body.is-showing-popup {
    overflow: hidden;
}

.recaptcha_widget, .recaptcha_iframe {
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #E2E2E2;
    padding: 6px 0 2px;
    background-color: white;
}

.webview .recaptcha_iframe {
    margin-left: -40px;
}

.recaptcha_icons {
    height: 24px;
    padding: 2px 10px 0;
}

.recaptcha_icon_audio, .recaptcha_icon_help {
    float: left;
}

.recaptcha_icon_reload {
    float: right;
}

.recaptcha_tag {
    font-size: 11px;
    text-align: center;
    color: #CCC;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: normal;
    }

        .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
            font-weight: normal;
            margin: -1px;
        }

    .ui-menu .ui-state-disabled {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a {
            cursor: default;
        }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-menu {
    cursor: pointer;
    position: absolute;
    padding: 0;
    border: 1px solid #bdbdbd;
    box-shadow: 0 1px 0 #bdbdbd;
    border-radius: 3px;
    background-color: #fff;
    left: 0;
    z-index: 200;
}

    .ui-menu.list_menu li {
        max-width: 400px;
    }

ul.ui-menu li {
    background-color: transparent;
}

.ui-menu .ui-menu-item a {
    line-height: 25px;
    padding: 0 12px;
    color: #666;
    cursor: pointer;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-menu-item [type=checkbox] {
    float: right;
    margin-top: 6px;
}

.ui-menu .ui-menu-item.selected {
    background-color: #fff;
}

    .ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item.hover, .ui-menu .ui-menu-item.selected:hover, .ui-menu .ui-menu-item.selected.hover {
        background-color: #f5f5f5;
    }

.ui-menu .ui-menu-item:first-child a {
    border-radius: 2px 2px 0 0;
}

.ui-menu .ui-menu-item:last-child a {
    border-radius: 0 0 2px 2px;
}

.ui-menu .ui-menu-item.selected a {
    color: #0079be;
    font-weight: bold;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    margin: 0;
}

.ui-menu .ui-menu-divider {
    border-top: 1px solid #bdbdbd;
    margin: 0;
}

.ui-menu-label {
    font-weight: bold;
    cursor: default;
}

.ui-menu.list_menu .ui-menu-label {
    padding: 0 13px 5px 13px;
}

.ui-menu .arrow {
    margin: 0 10px 0 2px;
    width: 8px;
    vertical-align: middle;
}

.ui-menu .icon, .ui-menu a:active .icon {
    margin: 0 5px 2px 0;
    vertical-align: middle;
}

.ui-menu .menu_arrow_down, .ui-menu .menu_arrow_up {
    border-width: 5px 4px 0 4px;
    border-color: #666 transparent;
    border-style: solid;
    font-size: 1px;
    height: 0;
    width: 0;
}

.ui-menu .menu_arrow_up {
    border-width: 0 4px 5px 4px;
}

.ui-menu .right_arrow {
    margin-left: 5px;
    margin-top: 7px;
}

.ui-menu .ui-menu-item {
    list-style-image: none;
}

.ui-menu .separate-last {
    border-top: 1px #bdbdbd;
    background-color: #f5f5f5;
}

    .ui-menu .separate-last:hover {
        background-color: #ddd;
    }

    .ui-menu .separate-last a, .ui-menu .only-option a {
        line-height: 30px;
    }

.ui-menu .menu-beak, .ui-menu .menu-beak:after {
    position: absolute;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #bdbdbd transparent;
    width: 0;
    height: 0;
    top: -8px;
}

    .ui-menu .menu-beak:after {
        content: " ";
        border-color: transparent transparent #fff transparent;
        top: 1px;
        left: -8px;
    }

.ui-menu .text {
    padding: 0 12px;
    cursor: default;
}

.ui-menu .media .bd {
    line-height: 18px;
}

.ui-menu.user-menu {
    font-size: 13px;
}

    .ui-menu.user-menu li {
        float: none;
    }

    .ui-menu.user-menu .badge {
        position: inherit;
        left: auto;
        top: auto;
    }

    .ui-menu.user-menu .badge {
        position: inherit;
        left: auto;
        top: auto;
    }

.large-menu-option-text {
    width: 153px;
}

.large-menu-option-image {
    width: 32px;
    height: 32px;
    border: 1px solid #bdbdbd;
}

.footer_wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #EDEDED;
    border-top: 1px solid #C5C5C5;
    zoom: 1;
    clear: both;
}

    .footer_wrapper a {
        color: rgb(102,102,102);
        cursor: pointer;
    }

.footer > ul {
    position: relative;
}

.footer-item {
    line-height: 36px;
}

    .footer-item.last-item {
        float: right;
    }

.footer #locale-menu {
    width: 100px !important;
}

@media (min-width:1017px) {
    .footer-item.hide-bullet:after {
        content: none !important;
        padding: 0 !important;
    }
}

@media (max-width:1016px) {
    .footer {
        width: auto;
        padding: 0 20px;
    }

    .footer-item.last-item {
        float: none;
    }
}

body {
    background: none;
}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(245,245,245);
}

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
}

#envelope-background {
    width: 100%;
    height: 100%;
    padding-bottom: 36px;
    text-align: center;
}

.single-width {
    width: 400px;
    margin-top: 140px;
}

.double-width {
    width: 660px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.title_text {
    font-size: 26px;
    line-height: 26px;
}

.single-width .title_text {
    font-size: 20px;
    line-height: 20px;
}

.title-logo {
    margin: auto;
}

.enterprise-logo-background {
    margin: 30px auto;
    padding: 20px;
    height: auto;
    width: auto;
    max-height: 140px;
    max-width: 140px;
    border-radius: 5px;
}

.enterprise-logo {
    max-height: 140px;
    max-width: 140px;
}

.center_container {
    background-color: #fff;
    border: 1px solid #C9C9C9;
    box-shadow: 0 1px 2px rgba(0,0,0,.21);
    color: #666;
    display: inline-block;
    padding: 0;
    border-radius: 5px;
}

    #payment_form .top_notification_container, .center_container .top_notification_container {
        position: fixed;
        top: 45px;
        width: 600px;
        z-index: 5;
    }

.container_footer_buttons {
    width: 100%;
    padding-top: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .container_footer_buttons .button_container {
        border-left: none;
        border-top: 1px solid #C2C2C2;
        border-right: 1px solid #C2C2C2;
        border-bottom: none;
        background: #f6f6f6 none;
        height: 50px;
        border-radius: 0;
    }

    .container_footer_buttons .btn {
        border: none;
        display: table;
        border-radius: 0;
        white-space: inherit;
    }

    .container_footer_buttons .button_container:focus, .container_footer_buttons .button_container:active {
        z-index: 2;
    }

.button_text {
    white-space: normal;
}

    .button_text span {
        white-space: nowrap;
    }

.button_container.left {
    border-bottom-left-radius: 5px;
}

    .button_container.left a {
        border-bottom-left-radius: 5px;
    }

.button_container.right {
    border-bottom-right-radius: 5px;
    border-right: none;
}

    .button_container.right a {
        border-bottom-right-radius: 5px;
    }

.container_footer_buttons .only_button {
    border-radius: 0 0 5px 5px;
    border-right: none;
}

.proxima_nova_font {
    font-family: "Proxima Nova Semibold",'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size-adjust: 0.488;
    font-style: normal;
}

#new_password {
    padding-right: 80px;
}

#new_password_strength_container {
    position: absolute;
    right: 10px;
    bottom: 11px;
}

#new_password[data-password-strength="strong"] {
    border: 1px solid #559745;
    box-shadow: 0 0 0 1px #559745;
}

    #new_password[data-password-strength="strong"] + #new_password_strength_container {
        color: #559745;
    }

#new_password[data-password-strength="fair"] {
    border: 1px solid #95B043;
    box-shadow: 0 0 0 1px #95B043;
}

    #new_password[data-password-strength="fair"] + #new_password_strength_container {
        color: #95B043;
    }

#new_password[data-password-strength="low"] {
    border: 1px solid #F78E1E;
    box-shadow: 0 0 0 1px #F78E1E;
}

    #new_password[data-password-strength="low"] + #new_password_strength_container {
        color: #F78E1E;
    }

#new_password[data-password-strength="weak"] {
    border: 1px solid #E03E45;
    box-shadow: 0 0 0 1px #E03E45;
}

    #new_password[data-password-strength="weak"] + #new_password_strength_container {
        color: #E03E45;
    }

.plan-description {
    padding: 20px 30px;
    min-height: 200px;
    background-color: #F5F5F5;
}

    .plan-description hr {
        border-top: 1px solid #e5e5e5;
    }

    .plan-description li {
        margin-bottom: 7px;
    }

    .plan-description .tier-name {
        font-size: 20px;
        line-height: 48px;
    }

.badge-subtext {
}

.left-content, .right-content {
    display: inline-block;
    width: 50%;
    height: 100%;
}

.left-content {
    padding: 0 20px 0 40px;
}

.right-content {
    padding: 0 40px 0 20px;
}

.title_text {
    font-size: 26px;
    line-height: 26px;
}

#signup_fields > li, #login_fields > li {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

.half_field {
    position: relative;
    display: inline-block;
    width: 130px;
}

label, label.half_field, .login_form label {
    text-align: left;
    display: none;
    font-size: 12px;
}

.lte_ie9 label {
    display: inline-block;
    text-align: left;
}

.container_header {
    padding: 0 40px;
}

.container_body input, .container_body input[type="text"], .container_body input[type="password"], .container_body input[type="email"], .input_container input, .input_container input[type="text"], .input_container input[type="password"], .input_container input[type="email"], .container_body .btn {
    width: 100%;
    font-size: 13px;
    padding: 10px;
    height: 37px !important;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: none;
}

    .container_body input[type=checkbox], #payment_form input[type=checkbox] {
        width: 12px;
        height: 15px !important;
        line-height: 15px;
        padding: 0;
    }

#payment_form .vat-input .radio_label {
    display: inline-block;
    line-height: 15px;
}

.input_container .select-container {
    width: 100%;
}

.dropdown_field select {
    height: 37px;
}

@media (max-width:659px) {
    .single-width {
        margin: 0;
    }

    .double-width {
        margin: 0;
    }

    .center_container {
        width: auto;
        border: none;
        border-radius: 0;
    }

    .left-content, .right-content {
        width: 320px;
        padding: 0 20px;
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #signup_fields .half_field {
        width: 135px;
    }

    .plan-description {
        margin-bottom: 20px;
    }

    .button_container.left, .button_container.left:hover, .button_container.right, .button_container.right:hover {
        border-radius: 0;
    }
}

@media (max-width:340px) {
    #envelope-background {
        padding-bottom: 108px;
    }

    .center_container {
        display: block;
        width: auto;
    }

    .container_footer_buttons .button_container {
        width: 100%;
        border-right: none;
    }
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input_container {
    display: block;
    position: relative;
}

.form_error_img {
    position: absolute;
    bottom: 13px;
    right: 10px;
}

    .form_error_img + .card_icon {
        visibility: hidden;
        ;
    }

.dropdown_field .form_error_img {
    right: 25px;
    z-index: 1;
}

input.error, input.error:hover, .input.error, .input.error:hover, .styling_overlay.error, .styling_overlay.error:hover, .select-container .error, .select-container .error:hover {
    border: 1px solid #E03E45;
    box-shadow: 0 0 0 1px #E03E45;
    background-color: white;
}

    .select-container .error, .select-container .error:hover {
        border-radius: 4px;
    }

.notification_wrapper {
    margin-top: 38px;
}

.collab_picture {
    width: 40px;
    height: 40px;
}

.sprite_miscellaneous_box_group_avatar_130x130 {
    background-image: url(../Default Themes/img/box_group_avatar_130x130-GCObdw.png);
    width: 130px;
    height: 130px;
}

.sprite_miscellaneous_box_group_avatar_large {
    background-image: url(../Default Themes/img/box_group_avatar_large-GeqilB.png);
    width: 40px;
    height: 40px;
}

.sprite_miscellaneous_box_logo {
    background-image: url(../Default Themes/img/box_logo-HrXR8L.png);
    width: 128px;
    height: 128px;
}

.sprite_miscellaneous_box_user_avatar_profile {
    background-image: url(../Default Themes/img/box_user_avatar_profile--LsPnL.png);
    width: 130px;
    height: 130px;
}

.sprite_miscellaneous_email_sent {
    background-image: url(/Images/email_sent-DTylAy.png);
    width: 160px;
    height: 160px;
}

.sprite_miscellaneous_error {
    background-image: url(../Default Themes/img/error-xNMZ8S.png);
    width: 15px;
    height: 12px;
}

.sprite_miscellaneous_info {
    background-image: url(../Default Themes/img/info-bbElyq.png);
    width: 14px;
    height: 14px;
}

.tooltip-container {
    position: absolute;
    pointer-events: none;
    z-index: 300;
}

.tooltip {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    width: auto;
}

.tooltip-small {
    max-width: 200px;
}

.tooltip-medium {
    max-width: 350px;
}

.tooltip-large {
    max-width: 500px;
}

.tooltip-inner-container {
    float: left;
    padding: 12px;
    background-color: #313131;
    background-color: rgba(0,0,0,.8);
    *background-color: #313131;
    *line-height: normal;
    color: #cbcbcb;
    text-shadow: 0 1px 0 #000;
    border-radius: 5px;
}

.tooltip-title {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 15px;
    font-weight: normal;
    text-shadow: 0 1px 0 #000;
}

.tooltip-beak {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.tooltip-top {
    padding-bottom: 10px;
    left: 0;
}

    .tooltip-top .tooltip-beak {
        bottom: 1px;
        left: 10px;
        border-width: 9px 9px 0 9px;
        border-color: #313131 transparent transparent transparent;
        border-color: rgba(0,0,0,.8) transparent transparent transparent;
    }

.tooltip-bottom {
    padding-top: 10px;
    left: 0;
}

    .tooltip-bottom .tooltip-beak {
        top: 1px;
        left: 10px;
        border-width: 0 9px 9px 9px;
        border-color: transparent transparent #313131 transparent;
        border-color: transparent transparent rgba(0,0,0,.8) transparent;
    }

.tooltip-right .tooltip-beak {
    top: 6px;
    right: -9px;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent #313131;
    border-color: transparent transparent transparent rgba(0,0,0,.8);
}

.tooltip-left .tooltip-beak {
    top: 6px;
    left: -9px;
    border-width: 9px 9px 9px 0;
    border-color: transparent #313131 transparent transparent;
    border-color: transparent rgba(0,0,0,.8) transparent transparent;
}

.tooltip-light .tooltip-inner-container {
    background-color: #e0e0e0;
    color: #333;
    text-shadow: 0 1px 0 #fff;
}

.tooltip-light .tooltip-top .tooltip-beak {
    border-color: #e0e0e0 transparent transparent transparent;
}

.tooltip-light .tooltip-bottom .tooltip-beak {
    border-color: transparent transparent #e0e0e0 transparent;
}

.tooltip-light .tooltip-right .tooltip-beak {
    border-color: transparent transparent transparent #e0e0e0;
}

.tooltip-light .tooltip-left .tooltip-beak {
    border-color: transparent #e0e0e0 transparent transparent;
}

.tooltip-table {
    margin: 0;
    padding: 0;
}

    .tooltip-table td, .tooltip-table th {
        color: #fff;
        margin: 4px 6px;
        padding: 4px 4px;
        font-size: 12px;
        white-space: nowrap;
    }

    .tooltip-table thead {
        background: #000;
    }

    .tooltip-table tr {
        border-bottom: 1px solid #555;
    }

.tooltip-table-bulleted tbody td {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.rcRefreshImage {
    padding: 10px;
}

.search_unit_left {
    position: relative;
    right: auto;
}

.unit_ext li {
    float: right;
}

.nav .badge {
    border-radius: 22px;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    min-width: 0;
    padding: 0 5px;
    -ms-pointer-events: none;
    pointer-events: none;
}

.update_3d {
    box-shadow: none;
}

.current_user_name_unit {
    padding-left: 10px;
    padding-right: 10px;
}

.sham-header-button:before {
    content: "";
    display: block;
    height: 32px;
    width: 32px;
}

.nav .user_name {
    margin-top: 0;
}

.user_name a {
    line-height: 32px;
}

.header-nav .user_name a {
    padding-right: 24px;
}

.sham-user-public-name {
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 1px rgba(0,0,0,0.2);
}

    .sham-user-public-name:after {
        border: 5px solid transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 0;
        margin: auto;
        position: absolute;
        right: 9px;
        top: 7.5px;
        width: 0;
    }

.header-nav .admin_view #search {
    width: 304px;
}

.header-nav #search {
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 3px 0 0 3px;
    color: #464646;
    width: 400px;
}

.header-nav .admin_view .tabs_unit {
    margin-left: 10px;
}

.header-nav #search::-webkit-input-placeholder, .header-nav #search:-moz-placeholder, .header-nav #search::-moz-placeholder, .header-nav #search:-ms-input-placeholder {
    color: #666;
}

.nav .current {
    box-shadow: none;
}

    .nav .current a {
        position: relative;
        z-index: 13;
    }

.nav .logo {
    margin-right: 0;
}

.header-nav .nav .search_form .search_button {
    border-radius: 0 3px 3px 0;
    background: #FFF;
    border-left: 0;
}

.header-nav .header {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}

.header-nav .nav .nav_icon_drop_link {
    margin-left: 0;
}

.header-nav .nav.admin_view .search_unit {
    right: 59px;
}

.sprite-header-automations:before {
    sprite: "amsterdam/header/automations.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -174px -115px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -51px -356px/153px 624px;
}

.sprite-header-automations-active:before, .sprite-header-automations:hover:before {
    sprite: "amsterdam/header/automations_active.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -206px -115px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -85px -356px/153px 624px;
}

.sprite-header-folder:before {
    sprite: "amsterdam/header/folder.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -238px -115px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -119px -356px/153px 624px;
}

.sprite-header-folder-active:before, .sprite-header-folder:hover:before {
    sprite: "amsterdam/header/folder_active.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -270px -115px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) 0px -394px/153px 624px;
}

.sprite-header-home:before {
    sprite: "amsterdam/header/home.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) 0px -235px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -34px -394px/153px 624px;
}

.sprite-header-home-active:before, .sprite-header-home:hover:before {
    sprite: "amsterdam/header/home_active.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -32px -235px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -68px -394px/153px 624px;
}

.sprite-header-notifications:before {
    sprite: "amsterdam/header/notifications.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -96px -235px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) 0px -434px/153px 624px;
}

.sprite-header-notifications-active:before, .sprite-header-notifications:hover:before {
    sprite: "amsterdam/header/notifications_active.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -64px -235px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -102px -394px/153px 624px;
}

.sprite-header-people:before {
    sprite: "amsterdam/header/people.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -128px -267px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -68px -514px/153px 624px;
}

.sprite-header-people-active:before, .sprite-header-people:hover:before {
    sprite: "amsterdam/header/people_active.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -128px -235px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -34px -434px/153px 624px;
}

.sprite-header-policies:before {
    sprite: "amsterdam/header/policies.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -160px -235px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -68px -434px/153px 624px;
}

.sprite-header-policies-active:before, .sprite-header-policies:hover:before {
    sprite: "amsterdam/header/policies_active.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -192px -235px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -102px -434px/153px 624px;
}

.sprite-header-reports:before {
    sprite: "amsterdam/header/reports.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -224px -235px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) 0px -474px/153px 624px;
}

.sprite-header-reports-active:before, .sprite-header-reports:hover:before {
    sprite: "amsterdam/header/reports_active.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -256px -235px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -34px -474px/153px 624px;
}

.sprite-header-settings:before {
    sprite: "amsterdam/header/settings.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) 0px -267px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -68px -474px/153px 624px;
}

.sprite-header-settings-active:before, .sprite-header-settings:hover:before {
    sprite: "amsterdam/header/settings_active.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -32px -267px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -102px -474px/153px 624px;
}

.sprite-header-updates:before {
    sprite: "amsterdam/header/updates.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -64px -267px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) 0px -514px/153px 624px;
}

.sprite-header-updates-active:before, .sprite-header-updates:hover:before {
    sprite: "amsterdam/header/updates_active.png" dest-size(32px 32px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -96px -267px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -34px -514px/153px 624px;
}

.standard_logo_glow, .standard_logo {
    height: 26px;
    sprite: "amsterdam/header/box_logo.png" dest-size(49px 26px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -125px -115px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) 0px -356px/153px 624px;
    width: 49px;
}

.search_button:before {
    content: "";
    display: inline-block;
    height: 13px;
    position: relative;
    top: 1px;
    right: 1px;
    width: 13px;
    sprite: "amsterdam/header/search.png" dest-size(13px 13px);
    ;
    background: url(/Images/sprite-L25Ajm.png) -16px -592px/153px 624px;
}

.menu a:hover, .sham-user-menu-profile:hover {
    background: #f4f4f4 !important;
}

.sham-header .menu li {
    float: none;
}

.sham-header .menu a {
    color: #111111;
    line-height: 30px;
    padding: 4px 10px;
}

.sham-header .sham-user-menu {
    border-radius: 0 0 3px 3px;
    border-top: 0;
}

    .sham-header .sham-user-menu:after {
        background: linear-gradient(to bottom,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%);
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

.sham-user-menu-profile {
    border-bottom: 1px solid #eee;
    line-height: 60px;
    position: relative;
}

.sham-user-menu .sham-user-menu-profile .profile-image {
    border-radius: 50px;
    bottom: 0;
    display: inline-block;
    left: 14px;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 12;
}

.sham-header .sham-user-menu .sham-user-menu-profile a {
    display: block;
    line-height: 20px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 55px;
    padding-top: 10px;
    position: relative;
    text-overflow: ellipsis;
    z-index: 11;
}

.sham-user-menu a:before {
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 18px;
    margin-left: 10px;
    vertical-align: sub;
    width: 16px;
}

.sham-user-menu-profile a:before {
    display: none;
}

.sham-user-menu-settings a:before {
    sprite: "amsterdam/sham/menus/user/settings.png" dest-size(16px 16px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -32px -299px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -132px -556px/153px 624px;
}

.sham-user-menu-collaborators a:before {
    sprite: "amsterdam/sham/menus/user/people.png" dest-size(16px 16px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -224px -267px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -36px -556px/153px 624px;
}

.sham-user-menu-apps a:before {
    sprite: "amsterdam/sham/menus/user/apps.png" dest-size(16px 16px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -208px -267px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -18px -556px/153px 624px;
}

.sham-user-menu-trash a:before {
    sprite: "amsterdam/sham/menus/user/trash.png" dest-size(16px 16px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -192px -267px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) 0px -556px/153px 624px;
}

.sham-user-menu-help a:before {
    sprite: "amsterdam/sham/menus/user/help.png" dest-size(16px 16px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -176px -267px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -102px -514px/153px 624px;
}

.sham-user-menu-training a:before {
    sprite: "amsterdam/sham/menus/user/training.png" dest-size(16px 16px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -272px -267px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -78px -556px/153px 624px;
}

.sham-user-menu-sync a:before {
    sprite: "amsterdam/sham/menus/user/sync.png" dest-size(16px 16px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -16px -299px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -120px -514px/153px 624px;
}

.sham-user-menu-logout a:before {
    sprite: "amsterdam/sham/menus/user/logout.png" dest-size(16px 16px);
    ;
    background: url(../Default Themes/img/amsterdam/sprite.compat-Rc7oMr.png) -288px -267px;
    background: url(../Default Themes/img/amsterdam/sprite-L25Ajm.png) -96px -556px/153px 624px;
}

.menu-wrapper {
    perspective: 500px;
    perspective-origin: center top;
    position: relative;
}

.menu {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    display: none;
    font-size: 13px;
    list-style: none;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0 0 5px;
    position: absolute;
    text-align: left;
    transition: opacity 0.075s,transform 0.125s;
    width: 250px;
    z-index: 30;
}

.menu-wrapper .menu {
    transform: rotateY(10deg) rotateX(-10deg);
    transform-origin: left top;
    transform-style: preserve-3d;
}

.menu.is-visible, .menu.right-aligned.is-visible {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: rotateY(0) rotateX(0);
}

.menu.is-inline {
    display: none;
}

.menu.right-aligned {
    right: 0;
    transform: rotateY(-10deg) rotateX(-10deg);
    transform-origin: right top;
}

.menu li {
    line-height: 26px;
    position: relative;
}

.menu a {
    color: #333;
    display: block;
    overflow-x: hidden;
    padding: 6px 15px;
    text-decoration: none;
    text-overflow: ellipsis;
}

    .menu a:hover {
        background: #eee;
        text-decoration: none;
    }

.menu li:hover > .menu.submenu {
    display: block;
    position: absolute;
    top: -5px;
    right: 100%;
}

.menu .last-item-before-divider {
    border-bottom: 1px dotted #ccc;
}

/*@supports (pointer-events:none) {
    menu;

{
    display: block;
    pointer-events: none;
}
}*/




/*.rsbButtonSearch .rsbIcon{
    background-image:url(/Images/toolbar_find.png) !important;
    background-position:0 !important;
}*/


/*.RadSearchBox_Default .rsbButtonSearch .rsbIcon {
background-image: url('http://localhost:50470/WebResource.axd?d=k5COmlfcGqRFCTNKgYPsxiVJpCBLGiU2Mc…1aeX3PqF_Qmg8_a5rOTgndTDNMpVQqzqE5S2fsdauwuvBVWdnz830&t=635536553860000000');
background-position: -2px -1882px;
}*/

.header-nav .nav .search_form .search_button {
box-shadow: inset 0 1px 0 rgba(0,0,0,.2), 0 1px 0 #2081CC;
}

.headertext_sd {
    padding-right: 24px;
    text-decoration: none;
    padding: 12px;
    /*position: relative;*/
    /*line-height: 32px;*/
    color: #FFF;
    display: block;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 1px rgba(0,0,0,0.2);
    max-width: 170px;
    white-space: nowrap;
    /*overflow: hidden;*/
    vertical-align: top;
    text-overflow: ellipsis;
    cursor: auto;
    border: 5px solid transparent;
    bottom: 0;
    /*content: "";*/
    display: block;
    height: 0;
    margin: auto;
    /*position: absolute;*/
    right: 9px;
    top: 7.5px;
    width: 0;
    font-weight: bold;
    font-style: normal;
    zoom: 1;
    list-style: none;
    text-align: -webkit-match-parent;
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
