body {
    color: #9D9D9C;
    font: normal 13px/18px 'Quattrocento Sans', sans-serif;
}
a {
    color: rgb(221, 132, 90);
}
a:hover {
    color: rgb(214, 99, 22);
}

.ce-overall-light {
    background-color: #f4f4f4;
}

.ce-overall-dark {
    background-color: #000;
}

.ce-container label {
    cursor: default;
    font-weight: normal;
}

.select2-container {
    margin-bottom:12px;
}

.ce-container .nomargin {
    margin:0;
}

.ce-container h1.smalllineheight {
    line-height: 45px
}

select#redactor_form_image_align {
    display:block;
}

select.disableSelect2AutoLoad {
    display:inline;
}

.parsley-error-list li {
    list-style: none;
    font-size: 13px;
    margin-bottom: 10px;
    color: #a94442;
}

.parsley-error-list.for_sub_label {
    margin-top: -20px;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #555;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #555;
}

.page-header-top h1 {
    float: left;
    width: 100%;
}

.page-header-top h1,
.ce-container h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 35px;
    margin: 5px 0 30px 0;
    font-weight: bold;
}

.ce-container h2,
.ce-container h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
}

/* not sure if I want to keep */
.ce-container h2 a,
.ce-container h3 a {
    color: #333 !important;
    /*color: rgb(214, 99, 22) !important;*/

}
.ce-container h2 a:hover,
.ce-container h3 a:hover {
    color: rgb(214, 99, 22) !important;
}
/* header a */

.ce-container h2 {
    line-height: 25px;
}
.ce-container a.btn {
    text-decoration: none;
}

.alert-error a {
    color: #b94a48;
    text-decoration: underline;
}

img.public-logo, h1.client-portal-name span {
   float: left
}

.ce-container span.delim2 {
    font-weight: bold;
    padding: 0 3px;
    font-size: 6px;
}

.page-header-top {
    font :normal 13px/18px 'Quattrocento Sans', sans-serif;
    margin-top: 24px;
}

.page-header-top .navbar {
    margin-bottom:50px;
}

.ce-default-avatar {
    background: transparent url(../../default/img/avatars/avatar_male_gray_on_light_200x200.png) repeat scroll 0 0;
    background-size: 100% 100%;
}

.ce-default-avatar-female {
    background: transparent url(../../default/img/avatars/avatar_female_gray_on_light_200x200.png) repeat scroll 0 0;
    background-size: 100% 100%;
}

.ce-default-avatar-dark {
    background: transparent url(../../default/img/avatars/avatar_male_gray_on_dark_200x200.png) repeat scroll 0 0;
    background-size: 100% 100%;
}

.ce-default-avatar-female-dark {
    background: transparent url(../../default/img/avatars/avatar_male_gray_on_dark_200x200.png) repeat scroll 0 0;
    background-size: 100% 100%;
}

.link-admin-loggedin {
    padding-top:4px;
}

.ce-container.loggedin #profile {
    height: 155px;
    text-align: left;
}

.ce-account-stats {
    width: 100%;
}

.poweredby {
    color: #888;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    line-height: 45px;
}
.poweredby div {
    margin: 0 auto;
}

.poweredby img {
    display: inline-block;
    height: 20px;
}
.poweredby a {
    text-decoration: none;
}

.ce-main,
.ce-main-inner {
    padding: 0;
}

.ce-main {
    float: left;
    color: #111;
    /*z-index: 4;*/
}

.ce-box,
.ce-main.notcart {
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid #E5E5E5;

    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;

    padding: 9px 9px 10px;
    margin-left: 0;
    margin-bottom: 10px;
}

.ce-overall-dark .ce-box,
.ce-overall-dark .ce-main {
    border: 2px solid rgb(32, 27, 27);
}

.ce-overall-dark .ce-main.cart {
    border:none;
}

.ce-box-inner,
.ce-main.notcart .ce-main-inner {
    float: left;
    padding: 35px;
    background: white;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}
@media (max-width: 767px) {
    .ce-box-inner,
    .ce-main.notcart .ce-main-inner {
        padding: 0;
    }
    .center-on-mobile {
        text-align: center;
    }
}
.table-responsive {
    overflow-x: visible;
}
.maxw_* .table-responsive {
    overflow-x: auto;
}

.ce-container .copyright{
    color: #cdcdcd;
}

.breadcrumb li.active span {
    border-bottom: 2px solid #ddd;
}

.btn-default {
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}

.btn-default.btn-warning {
    background-image: none;
}

ul.articles {
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
    white-space:nowrap;
    font-size: 14px;
    height: auto;
}

.well-light {
    background-color: #fbfbfb;
    border: none;
}


/* fieldset overrides */
.ce-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  margin-left:20px;
  margin-top: 10px;
}
.ce-fieldsetcheckbox {
    margin-left: 25px;
}

.ce-fieldset {display: inline-block; vertical-align: middle;}
.ce-fieldset {display: inline !ie7; /* IE6/7 need display inline after the inline-block rule */}

td.old, td.new {
    color: #cdcdcd !important;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset !important;
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow:0 0 0 50px white inset !important;
    -webkit-text-fill-color: #333;
}

.popover-content {
    font-weight: normal !important;
}


.msg-div-inner {
    background-color: transparent;
    margin-top:6px;
    font-size: 14px !important;
    color: #474747;
}

.msg-div-wrapper {
    font: 12px/18px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.4);

    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;

    background: orange;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCFCFC', endColorstr='orange'); /* for IE */
    background: -moz-linear-gradient(270deg, #FCFCFC, orange) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FCFCFC), to(orange));

    border-color: #E9E9E9 #E9E9E9 #F5F5F5;
    border-style: solid;
    border-width: 2px;
    display: block;
    padding: 5px 10px;
    min-height: 25px;
    text-align: center;
    position:fixed !important;
    top: -5px !important;
    z-index:20000;
    margin-left:-200px;
    left:50% !important;
    width: 250px;
}

.richtable table.small-table {
    display:none;
    clear:both;
}

table.small-table .st-head-row-main {
    display:none;
}

table.small-table .st-head-row {
    padding-top:20px;
    border:0;
}

.richtable table.small-table tr td {
    border:0;
}

.gridheader {
    clear:both;
    padding: 4px;
    float: right;
    margin-bottom: 12px;
    color: #777;
}

#checkout-social li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}


.ce-topnavbar {
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    /* to overlap the header */
    position: relative;
    top: -26px;
    margin-bottom: -13px;
}

.fa-light {
    color: #ffffff;
}

.fa-muted {
    color: #eeeeee;
}

.fa-dark {
    color: #333333;
}

.badge-important {
    background-color: #b94a48;
}

a.rich-button,
.richwindow {
    box-sizing: content-box;
    width: auto !important;
}

.richwindow .msgbox-wrapper {
    min-height: 95px;
}

.richwindow input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.update-profile-method-frm .customfields-wrapper {
    float: left;
    margin-bottom: 15px;
}

#filter-ul .btn {
    margin-right: 2px;
    padding: 5px 20px;
    color:  white;
    background-color: rgb(208, 211, 216);
}
.btn-group .btn {
    font-size: 15.998px;
}

.ce-main .nav {
    margin-bottom: 20px;
    margin-top: 30px;
}

.ce-main-inner .well {
    background: rgb(244, 249, 252);
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #222222;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
    *background-color: #151515;
}

.btn-inverse:active,.btn-inverse.active {
    background-color: #080808 \9;
}

.form-actions,
.file-upload {
    padding-left: 0;
}

.btn-file {
    text-align: center;
}

#checkout-social {
    padding-left: 0px;
}

.kb-search-form {
    margin-bottom: 20px;
}