
body {
    background: #f5f5fa;
    font-family: 'Roboto', sans-serif;
    overflow-x:hidden !important;
    min-width: 1000px;
}

a,
a:link,
a:visited,
a:hover { 
    text-decoration: none;
    color: #27c490;
}

label {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400px;
    color:#9a9a9a;
    font-size: 16px;
}

ul, li {
    margin:0;
    list-style-type: none;
}

table {
    width:100%;
    border:0;
    box-shadow: 0 2px 10px #ddd;
    padding:0;
    border-collapse: collapse;
}

table tr {
    border-bottom: 1px solid #eee;
}

table thead tr th, 
table tbody tr td {
    margin:0;
    border:0;
    background-color: #fff;
    padding:15px 15px;
    font-size:13px;
}

table thead tr th{
    padding:12px 15px;
}

table tbody tr:nth-child(even) td {
    background-color: #fbfcff;
}

select,
select:hover {
    border:0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    padding:0;
    outline: 0;
}

input[type="text"] {
    background-color:#fff;
}

input[type="checkbox"] {
    margin-right:5px;
}

textarea {
    line-height: 1.5em;
}

button {
    padding:10px;
    font-size:11px;
    background-color: #14c58f;
    box-shadow: #aaa 0 2px 2px;
}

button.yellow {
    background-color: #f1f0b1;
    color: #000;
}

button.yellow:hover {
    background-color: #eee;
}

button.red {
    background-color: #F10000;
}

button.red:hover {
    background-color: #007095;
}

button.blue {
    background-color: #0044cc;
}

button.blue:hover {
    background-color: #007095;
}
/* Common
-------------------------------*/

.clear {
    clear:both;
}

.divider {
    background-image: url(../img/divider.png);
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 30px;
    clear:both;
}

.circle { 
   width: 140px;
   height: 140px;
   -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
}

.search-bar {
    margin-bottom:30px;
}

.boxed {
    box-shadow: 0 2px 10px #ddd;
    padding:10px;
    background: #fff;
}

div.search {
    background:#fff;
    border-radius: 20px;
    padding:0 15px;
    width:175px;
    display: inline-block;
}

div.design-count {
    display: inline-block;
    float:right;
    margin-right:100px;
    line-height:40px
}

div.search img {
    float:left;
    margin-right:5px;
    margin-top:10px;
}

div.search input[type=text] {
    border:0;
width:115px;
    display: inline-block;
    margin:0;
    box-shadow: none;
}

.view-type img {
    cursor:pointer;
}

.tile {
    width:23%;
    margin:0;
    float:left;
    position: relative;
}

.tile img {
    width:100%;
}

.hidden-input {
    display: none;
}

tr.more {
    display: none;
}

.option-yes,
.option-no {
    display: inline-block;
    background-color: #27c490;  
    border-radius: 15px;
    padding:4px 8px;
    color:#fff;
}

.option-no {
    background-color: #e74322;
}

.filter-bar {
    background:#fff;
    padding:10px 20px;
    position: relative;
    line-height: 30px;
    border-bottom: 1px solid #f5f5f5
}

.filter-container {
    margin: auto;
    max-width: 1000px;
    position: relative;
}

a.delete {
    color:red;
}

#page-loading {
    position: absolute;
    top:300px;
    left:49%;
    height:40px;
    width:40px;
    background: url(../img/ajax-loader.gif);
    background-size: cover;
    display:none;
}

#status-message,
#error-message {
    position: fixed;
    right:20px;
    bottom:20px;
    background:#000;
    opacity: 0.8;
    padding:20px 30px;
    color:#fff;
    border-radius: 5px;
    display: none;
    z-index: 500;
}

#error-message {
    background: red;
}

.clickable,
.zoomable {
    cursor: pointer;
}

#image-zoom {
    padding: 5% 0;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    text-align: center;
    z-index: 1000;
}

#image-zoom img {
    height:100%;
    margin:auto;
    border:5px solid #fff;
}

.active-view {

}

/* Admin Header
-------------------------------*/

header {
    background: #1f2532;
    height:100px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .1em;
    padding:0 30px;
}

header .title {
    color:#fff;
    font-weight: 300;
    font-size: 30px;
    display: block;
}

header #user {
    position: absolute;
    right:60px;
    top:0;
    line-height: 130px;
    height: 100%;
    color: #fff;
    font-size:15px;
    color:#ccc;
}

header #user #avatar {
    margin-left: 20px;

}

#main-menu {
    position: absolute;
    top:20px;
    left:75px;
    width:100%;
}

#menu a {
    color:#fff;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    padding-bottom:10px;
    margin-right: 25px;
    display: inline-block;
    font-size: 14px;
    position: relative;
}

#menu a.count {
    padding-right:40px;
}

#menu a.active {
    border-bottom: 3px solid #27c490;
}

#menu a .count {
    padding: 2px 5px;
    border: 1px solid #888;
    color:#888;
    font-size:9px;
    font-weight: 700;
    border-radius: 15px;
    display: inline-block;
    position: absolute;
    top:0;
    right:0;
    text-align: center;
}

#menu a.active .count {
    color:#fff;
    background: #27c490;
    border: 2px solid #27c490;
}

#page-options {
    padding: 20px;
    color: #000;
    font-size: 24px;
    background: #fff;
}


/* Admin
-------------------------------*/

#page-content {
    max-width: 1000px;
    padding-top:30px;
    margin: auto;
}

#menu-trigger {
    cursor: pointer;
    position: absolute;
    top:30px;
    left:30px;
}

#side-menu {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width:250px;
    height:100%;
    background: #fafafa;
    box-shadow: 0 10px 15px #000;
    z-index:100;
}

#side-top {
    background-image: url(../img/side-top.png);
    height:100px;
    width:100%;
    position: relative;
    background-position: center center;
    background-size: cover;
}

#side-top .email {
    position: absolute;
    bottom:15px;
    left:5%;
    width:90%;
    color:#fff;
    font-size:14px;
    padding:3px 15px;
    background-color: rgba(0, 0, 0, 0.3);
}

#side-menu ul {
    margin-top:25px;
    margin-left:20px;
}

#side-menu a {
    color:#000;
    font-size:14px;
    line-height: 40px;
    display: inline-block;
}

#side-menu a:hover {
    color:#777;
}

#side-menu a.active {
    color:#42cb9e;
}

#side-menu .close {
    position: absolute;
    top:5px;
    right:10px;
    color:#fff;
    cursor:pointer;
}

/* Sidebar
-------------------------------*/

#sidebar, .sidebar {
    position: fixed;
    top:100px;
    right:0;
    width:425px;
    height:100%;
    background:#fff;
    z-index: 100;
    display: none;
    overflow-y: auto;
}
#sidebar_payments {
    width: 500px;
}
#sidebar .select-all, #sidebar_payments .select-all {
    cursor: pointer;
    color: #27c490;
    font-size: 14px;
}
#sidebar a, .sidebar a {
    font-size:12px;
}

#sidebar-sub {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #fafafa;
    z-index:200;
    display:none;
}

#sidebar-sub-content {
    padding:15px;
}

#sidebar-title {
    background:#14c58f;
    color:#fff;
    font-size:13px;
    padding:15px;
    position: relative;
}

#sidebar-title i {
    cursor: pointer;
    margin-right:5px;
}

#sidebar-title a {
    position: absolute;
    right:15px;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Roboto', verdana, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

#sidebar-content {
    padding:15px;
}

.section-header {
    font-size:13px;
    color:#888;
    margin-bottom: 15px;
}

#sidebar label, .sidebar label {
    font-size:12px;
    color:#aaa;
    display: block;
    clear:left;
}

#sidebar input[type=text],
#sidebar input[type=password],
#sidebar textarea,
.sidebar input[type=text],
.sidebar input[type=password],
.sidebar textarea {
    border:0;
    border-bottom: 1px solid #ccc;
    box-shadow: initial;
    background:#fff;
    padding:0;
}

#sidebar textarea, .sidebar textarea {
    margin-top:10px;
}

#sidebar .value, .sidebar .value {
    margin-bottom: 10px;
}

#sidebar h5, .sidebar h5 {
    font-size:13px;
    margin-bottom: 15px;
}

#sidebar .actions, .sidebar .actions {
    width:100%;
    text-align: right;
    padding:7px 10px;
    border-top:1px solid #eee;
    margin-top:30px;
}

#sidebar .actions a.delete, .sidebar .actions a.delete {
    text-transform: uppercase;
    color:#888;
    font-size:12px;
    font-weight: 600;
}

#sidebar .artist-header, .sidebar .artist-header {
    height:150px;
    background-size:cover;
    background-position:center center;
    position:relative;
}

#sidebar .artist-name, .sidebar .artist-name {
    color:#fff;
    position:absolute;
    bottom:20px;
    left:20px;
    background-color:rgba(0,0,0,0.3);
    padding:5px 10px;
    font-size:20px;
}

#sidebar .artist-contract p, .sidebar .artist-contract p {
    font-size:12px;
    margin-bottom:10px;
}

.section {
    position: relative;
}

.section-content {
    display:none;
}

.section-content.active {
    display: block;
}

.section-toggle {
    position: absolute;
    right:0;
    top:0;
    cursor:pointer;
    content: 'x';
    line-height: 1em;
}

/* Review
-------------------------------*/

.review-page .new {
    display:inline-block;
    float:right;
    color:#fff;
    background:#27c490;
    padding:5px 10px;
    border-radius:15px;
    font-size:12px;
    margin-right:15px;
    margin-top:5px;
}

.review-page table thead tr th, 
.review-page table tbody tr td { 
    background: transparent; 
    padding:20px 30px 20px 0; 
}

.review-page table {
    box-shadow:none;
    background:transparent;
    margin-top:15px;
}

.review-page table tr:nth-of-type(even),
.review-page table tbody tr:nth-child(even) td {
    background-color: transparent;
}

#sidebar.review-artist p {
    font-size:15px;
}

#tile-view .design-actions li {
    font-size: 0.8em;
    padding: 3px;
    width: 100%;
}

#tile-view.mine .design-actions li {
    width:33%;
}

#tile-view.mine .design-actions li:nth-child(2) {
    width:34%;
}

#tile-view .design-actions li img {
    display: none;
}

.tile {
    margin: 10px 0;
    margin-right:20px;
}

.trigger {
    cursor: pointer;
    margin-left:5px;
}

#galleries,
#scheduler {
    position: fixed;
    top:0;
    height:100%;
}

.my-vote {
    position: absolute;
    top:0;
    right:0;
    opacity: 0.9;
    background: #fff;
    padding:8px 15px;
    cursor: pointer;
    display: none;
    border-left:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.tile:hover .my-vote {
    display: inline-block;
}

.stat-link {
    padding:5px;
    background:#fff;
    color:#000;
    position:absolute;
    top:0;
    left:0;
    font-size:10px;
    cursor:pointer;
    display: none;
}

.tile:hover .stat-link {
    display: block;
}

.submission-name {
    position: absolute;
    top:15px;
    background: rgba(39, 196, 144, 0.9);
    color:#fff;
    padding:5px 10px;
    text-align: center;
    margin-left:5%;
    width:90%;
    display: none;
}

.submission-status {
    position: absolute;
    bottom:15px;
    background: rgba(255, 255, 255, 0.9);
    color:#000;
    padding:5px 10px;
    text-align: center;
    margin-left:5%;
    width:90%;
    display: none;
}

.submission-reconsider,
.submission-gallery,
.submission-decline {
    color: #27c490;
    font-weight: bold;
    cursor:pointer;
}

.tile:hover .submission-name,
.tile:hover .submission-status {
    display: block;
}

tr.customerTag + tr.nonCustomerTag {
    border-top:3px solid #ddd;
}

#sidebar .artist-name.review {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(0,0,0,0.3);
    padding: 5px 10px;
    font-size: 20px;
}

#galleries {
    display: none;
}


/* Designs
-------------------------------*/

.design-review,
.design-image {
    position: relative;
    min-height: 400px;
    min-width: 400px;
}

.design-review {
    margin:0;
    padding:0;
}

.shadow {
    top:0;
    left:0;
    background:#000;
    opacity: 0.1;
    width:100%;
    position: absolute;
    z-index: 1;
}

.shadow-1 {
    top:9%;
    height:82%;
    left:20px;
}

.shadow-2 {
    top:6%;
    height:88%;
    left:10px;
}

.shadow-3 {
    top:3%;
    height:94%;
}

.design-image img {
    position: relative;
    max-width: 100%;
    z-index: 10;
}

.design-age {
    background: #000;
    border-radius: 30px;
    padding:5px 10px;
    color:#aaa;
    display: inline-block;
    font-size:12px;
    opacity: 0.7;
}


.design-actions {
    width:100%;
    text-align: center;
}

.design-actions ul {
    margin:0;
}

.design-actions li {
    list-style-type: none;
    display: inline-block;
    background:#fff;
    padding:7px;
    width:30%;
    font-family: 'Roboto', verdana, sans-serif;
    font-weight: 500;
    color:#838383;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    border:1px solid #eee;
}

.design-actions li:hover {
    background: #eee;
}

.design-actions li img {
    display: inline-block;
    position: absolute;
    left:10px;
    top:10px;
    width:20px;
}

.tile .design-actions {
    position: absolute;
    z-index: 20;
    bottom:0;
    left:0;
    width:100%;
    text-align: center;
    display: none;
}

.tile:hover .design-actions {
    display: block;
}

.tile .design-actions li {
    width:30%;
    float:left;
    margin:0;
    padding: 5px 8px;
    font-size:13px;
    border-top:1px solid #eee;
}

.tile .design-actions li:nth-child(2) {
    width:40%;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}

.design-browse {
    margin-top:20px;
    text-align: center;
}

.design-browse img {
    cursor: pointer;
    margin-right: 10px;
    opacity: 0.6;
}

.design-browse img:hover {
    opacity:1;
}

.design-details {
    padding-top:30px;
    padding-left:60px;
}

.design-name {
    font-family: 'Roboto', verdana, sans-serif;
    font-weight: 500;
    font-size: 34px;
    line-height: 1.2em;
    width:70%;
    float:left;
}

.design-info {
    width:4%;
    float:right;
    margin-top:10px;
    cursor:pointer;
}

#deny, .deny {
    background: #f40000 !important;
    color:#fff !important;
    width:160px;
}

#deny img {
    width:12px;
    top:13px;
    left:15px;
}

#approve, .approve {
    background: #63d014 !important;
    color:#fff !important;
    width:160px;
}

#approve img {
    width:12px;
    top:13px;
    right: 15px;
    left:initial;
}

.make-anytime {
    background: #0044cc !important;
    color: #fff !important;
    width: 160px;
}


/* Scheduler
-------------------------------*/

#galleries,
#scheduler {
    #position: absolute;
    top:0;
    left:0;
    background:#000;
    width:100%;
    height:100%;
    z-index: 50;
    display: none;
}

#galleries .columns,
#scheduler .columns {
    padding:0;
}

.schedule-design {
    height:100%;
    background-image: url(../img/schedule-bg.png);
    background-size: cover;
}

.scheduling-design {
    padding:80px 60px;
}

.scheduling-name {
    margin-top:50px;
    color:#fff;
    font-size:38px;
    font-family: 'Roboto', verdana, sans-serif;
}

#galleries .schedule-calendar,
#scheduler .schedule-calendar {
    height:100%;
    background:#f5f6fa;
    overflow-y:auto;
    padding-bottom: 30px;
}

.schedule-calendar .title {
    background: #1f2532;
    padding:15px 20px;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.schedule-calendar .title img {
    display: inline-block;
    margin-right:10px;
    cursor: pointer;
}

.schedule-calendar .selector {
    background: #fff;
    padding:20px;
}

.schedule-day {
    clear:both;
    padding-top:50px;
    min-height: 100px;
}

.schedule-day:after {
    clear:both;
}

.month-day {
    float:left;
    padding:10px 20px;
    padding-left:30px;
    width:15%;
    line-height: 2em;
}

.schedule-day:hover,
.schedule-day:hover h3 {
    color:#27c490;
}

.month-day .date {
    font-size:40px;
}

.month-day .day,
.month-day .month {
    font-size:20px;
    margin-left:2px;
    color: #888;
}

.month-day .month {
    color:#888;
}

.circle-add img {
    width:50px;
    cursor: pointer;
    display: none;
}

.schedule-day:hover img,
.schedule-day.active img {
    display: block;
}

.schedule-designs,
.empty-schedule,
.gallery-info {
    float:left;
    width:85%;
}

.gallery-info {
    height: 170px;
    border-bottom: 1px solid #4a525a;
}

.empty-schedule {
    float:left;
}

.schedule-designs img,
.empty-schedule img {
    max-width: 30%;
    margin-right:1%;
    margin-top:10px;
    float:left;
}

.empty-schedule img {
    border:1px solid #eee;
}

.schedule-date {
    margin-top:20px;
    margin-bottom: 10px;
}

.schedule-design-name {
    color:#27c490;
    font-size:14px;
    cursor: pointer;
}

.schedule-design-artist {
    font-size:12px;
    color:#555;
}

.schedule-list table thead tr th, 
.schedule-list table tbody tr td
{
    padding:5px 15px;
}

#add_new_gallery_info {
    display: none;
}

/* Schedule
-------------------------------*/

.schedule-list .tag {
    font-size: 10px;
}

.outstanding,
.paid {
    background:red;
    color:#fff;
    border-radius: 5px;
    padding:5px 10px;
}

.paid {
    background: green;
}

.view-type {
    position: absolute;
    top:5px;
    right:25px;
}

.view-type img {
    width:20px;
    margin-left:10px;
}

.week-day {
    float:left;
    width:14.285%;
    padding: 10px 20px;
    border-bottom:1px solid #ddd;
}

#calendar-filters {
    text-align: left;
}

.calendar-day {
    width:14.285%;
    padding:10px 20px;
    float:left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height:100px;
    background:#eee;
}

.calendar-day.currentMonth {
    background: #fff;
}

.calendar-day.currentDay {
    border:2px solid #27c490;
    border-radius: 2px;
}

.calendar-day .date {
    font-size: 12px;
    margin-bottom: 5px;
    color:#999;
}

.calendar-day.currentMonth .date {
    color:#000;
}

.calendar-day.currentDay .date {
    color:#27c490;
}

.calendar-day img {
    width:30%;
    height:50px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.calendar-day .design-click {
    border: 3px solid green;
}

.calendar-day .artistIncomplete {
    border: 3px solid orange;
}

.calendar-day .merchIncomplete {
    border: 3px solid yellow;
}

.calendar-day .artistIncomplete.merchIncomplete {
    border: 3px solid red;
}


#overlay {
    position: fixed;
    top:0;
    left:0;
    z-index: 70;
    background-color:#000;
    opacity: 0.2;
    width:100%;
    height:100%;
    display:none
}

input.design-name {
    font-size:22px;
}

.check-option {
    font-size:12px;
    font-weight: 400;
}

.check-option input {
    margin-right:5px;
}

.add-tag {
    border:1px solid #ddd;
    border-radius: 20px;
    padding:0px 15px;
    margin-bottom: 15px;
    clear: both;
}

#sidebar .add-tag img {
    width:10px;
    margin-right: 5px;
    display: inline-block;
}

#sidebar .add-tag input[type=text] {
    border:0;
    padding:0;
    display: inline-block;
    width:300px;
    margin:0;
    font-size:13px;
}

#sidebar ul.tags {
    margin-top:10px;
    margin-bottom: 10px;
    clear:left;
}

.tag {
    border-radius: 20px;
    background:#eee;
    display: inline-block;
    padding:6px 12px;
    font-size:13px;
    margin-bottom: 10px;
    margin-right:5px;
}

.tag.ancestor {
    background:#ccc;
}

.tag img {
    margin-left:10px;
    cursor:pointer;
}

#sidebar button {
    padding:10px;
    font-size:11px;
    background-color: #14c58f;
    box-shadow: #aaa 0 2px 2px;
}

#sidebar .image-upload {
    position: relative;
    min-height: 50px;
    margin-bottom:10px;
}

#sidebar .image-upload img {
    width:35px;
    height:35px;
    object-fit:cover;
    position: absolute;
    right:120px;
    top:0;
    margin:0;
}

#sidebar .image-upload label {
    font-weight:600;
    color:#111;
}

#sidebar .image-upload button {
    position: absolute;
    top:0;
    right:0;
    width:105px;
    margin-bottom: 0;
}

#sidebar .small-note {
    font-size:11px;
    color:#888;
    width:200px;
}

.input-tag {
    position: relative;
}

.input-tag .tag-options {
    border:1px solid #ccc;
    border-top:0;
    padding:10px;
    background-color: #fff;
    position: absolute;
    top:38px;
    left:6%;
    width:88%;
    z-index: 500;
}

.ui-menu .ui-menu-item {
    font-size:13px;

}

.ui-autocomplete {
    border:1px solid #eee !important;
}

.ui-autocomplete li {
    font-family: 'Roboto', sans-serif !important;
}

.ui-state-focus {
    background: #eee !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* Products
-------------------------------*/

a.show-all {
    display: block;
    font-size:12px;
}

a.show-all.more {
    display: none;
}

.product-design.more {
    color:#aaa;
}

.incomplete {
    color:red;
}

/* Tags
-------------------------------*/

.tag-name {
    color:#27c490;
    font-size:14px;
    cursor:pointer;
}

.newTag {
    color:red;
}

.tag-description {
    color:#777;
    font-size: 12px;
}

.comma-list-entry:after,
.commaListEntry:after {
    content: ',';
}

.comma-list-entry:last-child:after,
.commaListEntry:last-child:after {
    content: '';
}

ul.tag-designs li {
    display: block;
    line-height: 50px;
    margin-bottom: 5px;
    font-size: 13px;
}

.tag-design {
    font-size:13px;
}

.tag-image {
    width:50px;
    height:50px;
    display: inline-block;
    margin-right:10px;
}

.tag-image img {
    width:100%;
    color:#fff;
}

.customer_tag {
    background-color: #f1f0b1;
}

.inheritedTag {
    background: rgb(153, 204, 255);
}

.new_tag,
.newtag {
    background-color: red;
    color:#fff;
}

.unexisting-tag {
    background: red;
}

#sidebar label ~ ul {
    margin-top:10px;
}

/* Users
-------------------------------*/

.user-name {
    color:#27c490;
    font-size:14px;
    cursor: pointer;
}

/* Galleries
-------------------------------*/
.single-gallery-view {
    background-color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
}

.gallery-actions {
    float: right;
}


.gallery-results-gallery-row:hover {
    cursor: pointer;
    color: #fff;
    background-color: #14c58f;
}

.gallery-results-stats {
    font-size: 20px;
    padding: 10px;
    margin-top: 10px;
}

.gallery-results-individual {
    background-color: #fff;
    height: 120px;
    margin-bottom: 5px;
}

.gallery-results-individual button {
    margin: 10px 0;
}