/* DIALOG */
.ui-autocomplete {
    border-radius: 0 !important;
    background: #fff !important;
    border: 1px solid #646464 !important;
    z-index: 999;
}
.ui-autocomplete *,
.ui-autocomplete:hover * {
    border-radius: 0 !important;
    border: 0px;
    outline: none;
}

.ui-menu-item:nth-of-type(odd) {
  background: #eaebf0;
  color: #646464;
}
.ui-menu-item:nth-of-type(even) {
    background: #eaebf0;
    color: #646464;
}
.ui-autocomplete a:hover { text-decoration: none !important }
.ui-tooltip { background: #000000 !important }

.ui-widget-overlay { background: #5c5c5c }
.ui-widget-content {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .5);
    border: 0;
}
.ui-widget-content a { color: #ff3300 }
.ui-dialog-titlebar { display: none }
.ui-datepicker-header,.ui-datepicker-title { background: #FF3300 }
#ui-datepicker-div { background: rgba(0, 0, 0, 1) }
.ui-dialog {
    border-radius: 15px;
    padding: 10px;
}
.dialog {
    background-color: #fff !important;
    border-radius: 15px !important;
    color: #000000 !important;
    display: none;
    font-size: 13px !important;
    min-height: 0 !important;
    padding: 20px 30px !important;
}
.dialog a.close {
    background-color: #333;
    border: 2px solid #eaebf0;
    color: #fff;
    float: right;
    font-weight: 500;
    padding: 5px 8px;
    text-decoration: none;
    outline: none;
}
.dialog a.close:hover { text-decoration: none !important }
.dialog p { margin: 5px 0 10px }
.dialog #title {
    float: left;
    font-size: 14pt;
    /*margin: 0 0 40px 0;*/
    max-width: 400px;
    font-weight: 500;
}

.btn-cancel { background: #444 !important }

#dialog-admin-menu {
    background-color: #fff;
    border-radius: 15px;
    color: #000000;
    display: none;
    font-size: 13px;
    min-height: 0 !important;
    padding: 20px 30px;
}
#dialog-admin-menu h2 { text-decoration: underline }
#dialog-admin-menu button {
    font-size: 14px;
    font-weight: 300;
}
#admin-search-text { width: 100% }

/* TAGS */
*: { outline: none; }
a {
    color: #ff3300;
    text-decoration: none;
}
/*a:hover { text-decoration: underline !important }*/
a img { border: 0 }
a[name] {
    display: inline-block;
    margin-top: -90px;
    padding-top: 90px;
}
body {
    /*background: #fff url('/static/images/img-background-gradient.png') repeat-x;*/
    /*background: #fbfbfb;*/
    background: #fff;
    color: #000000;
    /*font: 10pt Arial, sans-serif;*/
    font: 16px Roboto, Helvetica, Arial, sans-serif;
    font-weight: 300;
    /*line-height: 1.25em;*/
    margin: 0;
}
form p { line-height: 16px }
h3 { font-size: 10pt }
h4 {
    border-bottom: 1px solid #e6e6e6;
    font-weight: 300;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
hr {
    border: 1px solid #e3e3e3;
    margin: 25px 0;
}
html, body { overflow-x: hidden; }
img.thumb {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    height: 70px;
    opacity: 0.8;
    padding: 4px;
    width: 125px;
}
img.thumb:hover { opacity: 1.0 }
textarea:focus,
input:focus {
    border: 2px solid #80D8FF;
    outline: none;
}
input[type=text],input[type=password] {
    font-size: 16px;
    font-weight: 300;
    padding: 2px;
    width: 190px;
}
input.large { width: 350px }
label {
    /*color: #000;*/
    /*font-size: 13px;*/
    margin-bottom: 3px;
}
li { margin-left: 0 }
textarea {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    border: 2px solid #eaebf0;
}
ul#right-nav li {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #ccc;
    font-weight: 300;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-bottom: 10px;
}
ul#right-nav li a {
    color: #000000;
}
ul#right-nav li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #ff3300;
}
ul#right-nav li.active {
    color: #000000;
    font-weight: 500;
}
ol,ul {
    list-style: none;
    padding: 0;
}
p { margin: 10px 10px 10px 0 }
select { font-size: 12px !important }
table { border-collapse: collapse }

#masthead #links .inactive {
    color: #555;
    display: inline;
    font-weight: 500;
}
.logged-in #links .inactive { color: #ccc }
#masthead #links a, #masthead #links .inactive { margin-right: 22px }
#masthead #links a {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}
#masthead #links a.offering {
    font-weight: 500;
}
#masthead #links a.public {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}
.logged-in #links a.public { color: #000000 !important }
#masthead #links a.grey { color: #9f9780 }

/* BANNERS */
#announcement {
    background-color: #eaebf0;
    border-bottom: 1px solid #c7c7c7;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 20;
}
#announcement a {
    color: #0367C6;
    font-weight: 500;
}
.environment {
    font-weight: 500;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 20;
}
.dev {
    background-color: #900;
    color: #fff;
}
.stage {
    background-color: #ffd325;
    color: #000000;
}
.environment.dev a { color: #fff }

/* MASTHEAD */
#masthead {
    background: url('/static/images/img-masthead-dark.png') repeat-x;
    height: 79px;
    position: fixed;
    width: 100%;
    z-index: 5;
}
.logged-in { background-image: url('/static/images/img-masthead-light.png') !important }
#masthead #sep {
    border-right: 1px solid #000000;
    box-shadow: 1px 0 0 #484848;
    float: left;
    height: 50px;
    margin-top: 10px;
}
#masthead #sep-logged-in {
    border-right: 1px solid #c1c1c1;
    box-shadow: 1px 0 0 #fff;
    float: left;
    height: 50px;
    margin-top: 10px;
}
#masthead #dashboard { color: #0766b4 }
#masthead #buttons {
    color: #000000;
    padding-top: 20px;
    margin-right: 30px;
    text-align: right;
}
#masthead #buttons a#signup {
    background: url('/static/images/sprite-wellcomemat.png') 0 0 no-repeat;
    display: inline-block;
    height: 37px;
    width: 107px;
}
#masthead #buttons a#signup:hover { background-position: 0 -37px }
#masthead #buttons a#login {
    background: url('/static/images/sprite-wellcomemat.png') 0 -74px no-repeat;
    display: inline-block;
    height: 37px;
    width: 107px;
}
#masthead #buttons a#login:hover { background-position: 0 -111px }

/* ACCOUNT */
.notif {
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    height: 25px;
    line-height: 26px;
    text-align: center;
    width: 25px;
}
.new {
    background-color: #f00;
    /*border: solid 2px #f4d7d6;*/
    border-radius: 4px;
    font-weight: 500;
}
.none {
    background-color: #c7c3c2;
    border-radius: 4px;
}
#menu-notif { margin-top: -5px }
a#menu-notif:hover { text-decoration: none !important }
#menu-my-account {
    margin-left: 12px;
    margin-top: -5px;
}
#menu-my-account img {
    border: 1px solid #666;
    border-radius: 4px;
    height: 23px;
    width: 23px;
}

/* ACCOUNT MENU */
#account ul {
    background-color: #fff;
    box-shadow: 3px 3px 12px 2px #383838;
    border-radius: 0 0 5px 5px;
    color: #000000;
    display: none;
    line-height: 1.5;
    position: absolute;
    text-align: left;
    top: 15px;
    width: 240px;
}
#account ul #arrowup {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    float: right;
    position: relative;
    right: 15px;
    top: -4px;
}
#account ul #full-name {
    font-weight: 500;
    margin-bottom: 10px;
}
#account ul img {
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 40px;
    margin-right: 10px;
    padding: 2px;
    width: 40px;
}
#account ul li { padding: 10px }
#account ul li a {
    color: #000000 !important;
    font-size: 12px;
    text-decoration: none;
}
#account ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #ff3300;
}
#account ul li#logout {
    text-align: right;
}
#account ul li#logout a {
    font-weight: 500;
}

/* NOTIFICATION MENU */
#account ul#notifications {
    position: absolute;
}
ul#notifications li {
    font-size: 11px;
}
ul#notifications li a {
    font-size: 11px;
    text-decoration: none;
}
ul#notifications li#notif-header {
    font-size: 13px;
    font-weight: 500;
}
ul li .date {
    color: #999;
    font-size: 10px;
    margin-top: 3px;
}
li#notif-footer {
    background-color: #e7e7e7;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

/* CONTENT */
#content {
    min-height: 500px;
    padding: 90px 0 150px 0;
}
#header {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 #c1c1c1;
    height: 57px;
    margin-bottom: 20px;
    padding: 5px 0 30px 0;
}
#header a { color: #000000 }
#header h1 {
    font-size: 24pt;
    font-weight: 300;
    margin: 0;
}
#header h1 strong { font-size: 24pt }
#content .left-side {
    /*background-color: #fff;*/
    /*border-right: 5px solid #cdcdcd;*/
    /*border-bottom: 1px dotted #999;*/
    float: left;
    min-height: 500px;
    padding: 0 10px 10px 10px;
    width: 215px;
}
.right-side h2 {
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.left-side h2 {
    border-bottom: 1px solid #e6e6e6;
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#content .right-side {
    float: left;
    margin-left: 20px;
    width: 740px;
}

/* Category Listing & Display Tab Blobs */
ul.media-categories {
    display: block;
    list-style: none;
    margin-top: 5px;
}
ul.media-categories li {
    background: #f3f3f2;
    border: thin solid #CCCCCC;
    border-radius: 4px;
    color: #000000;
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: 500;
    height: 15px;
    line-height: 15px;
    margin: 5px 5px 10px 0px;
    padding: 4px 10px;
}
ul.media-categories li a { font-weight: 300; }

/* COLOR BOXES */
div.color-box a {
    border-radius: 3px;
    display: block;
    height: 70px;
    width: 70px;
}

/* DIALOG OVERRIDES */
.ui-dialog-buttonset button { text-shadow: none !important }
#dialog-tutorial {
    background-color: #fff;
    border-radius: 15px;
    color: #000000;
    display: none;
    font-size: 13px;
    min-height: 0 !important;
    padding: 20px 30px;
    z-index: 10000;
}

/* LOADING ANIMATIONS */
.analytics-loading {
    display:block;
    padding-top:50px;
    text-align:center;
    color:#ababab;
    --loading-anim-color:#a5b1c2;
}
/* source: https://loading.io/css/ */
.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--loading-anim-color, #fff);
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid var(--loading-anim-color, #fff);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--loading-anim-color, #fff) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
