@font-face {
  font-family: Gayathri;
  src: url(https://www.petsite.rheanimate.com/css/fonts/Gayathri.ttf);
}
@font-face {
  font-family: OpenSans;
  src: url(https://www.petsite.rheanimate.com/css/fonts/OpenSans.ttf);
}

html, body {
    height: 100%;
    margin: 0;
}

html {
    margin-left: calc(100vw - 100%);
}

body {
	background-color: #327994; 
    background-image: url('https://www.petsite.rheanimate.com/images/bg-texture.png'), linear-gradient(90deg, rgba(50,121,148,1) 0%, rgba(132,206,235,1) 35%, rgba(132,206,235,1) 65%, rgba(50,121,148,1) 100%);
	margin: 0; 
    padding: 0; 
	font-family: "OpenSans";
	font-size: 14px;
	color: #000000;
}  

h2 {
    font-family: 'Gayathri', 'Trebuchet MS', 'Times New Roman';
}

.preload * {
 -webkit-transition: none !important;
 -moz-transition: none !important;
 -ms-transition: none !important;
 -o-transition: none !important;
}


#container {
    height: calc(100% - 196px);
}

#content-wrap {
 	padding-bottom: 40px;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: table;
} 
#user-bar {
    height: 50px;
    text-align: right;
    padding-right: 10px;
    background-color: #f3f3f3;
    width: calc(100% + 14px);
    margin-left: -12px;
}
span#user-bar-user, span#user-bar-points, span#user-bar-cash {
    width: 90px;
    background: rgba(0, 0, 0, 0.1);
    padding: 5px 8px 6px 8px;
    margin-top: 10px;
    display: inline-block;
    height: 16px;
    border-radius: 3px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: top;
    overflow: hidden;
    text-align: left;
}

#user-bar a {
    text-decoration: none;
        color: rgba(0, 0, 0, 0.5) !important;
}

#top {
    height: 75px;
    width: calc(100% + 24px);
    margin-left: -12px;
    background-color: #f3f3f3;
}

#top #preview {
    width: 126px;
    float: right;
    margin: 7px 10px 0 0;
}

#top .siteLogo {
    height: 75px;
}

#preview #avpreview, #preview #petpreview {
    height: 50px;
    width: 50px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 5px solid #e7e7e7;
    float: left;
    margin-right: 3px;
}

#footer {
    height: 55px;
    margin: -65px auto 0 auto;
    padding-top: 10px;
    background: #969696;
    text-align: center;
    color: #c9c9c9;
} 

#footer a {
    color: #fff;
}

#content {
    background: #fff;
    float: left;
    width: calc(100% - 220px);
    min-height: calc(100% - 20px);
    position: relative;
    padding: 10px;
}

#push {
    height: 65px;
    clear: both;
}

#notify {
    border-style: inset;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
    text-align: center;
}

/*NAVIGATION DROPDOWN*/

.nav {
    width: calc(100% + 24px);
    margin-left: -12px;
}
.nav ul {
    *zoom:1;
    list-style:none;
    margin:0;
    padding:0;
	border: 1px solid #e7e7e7;
    background-color: #327994;
}
.nav ul:before,.nav ul:after {
    content:"";
    display:table;
}
.nav ul:after {
    clear:both;
}
.nav ul > li {
    float:left;
    position:relative;
    height: 35px;
}
.nav ul li a {
    font-family: 'Gayathri', 'Trebuchet MS', 'Times New Roman';
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    height: 14px;
}

.nav ul li a:hover:not(.active) {
	background-color: rgb(0,0,0,0.1);
}
.nav ul li a.active {
	color: white;
	background-color: #8f8f8f;
}

.nav ul li ul li {
    width:200px;
    background: #327994;
}
.nav ul li ul li a {
    border:none;
    padding: 8px 16px;
}
.nav ul li ul a:hover {
    background: rgba(0,0,0,0.2);
}

.nav ul li ul {
	background-color: #f3f3f3;
    position:absolute;
    left:0;
    top:42px;
    z-index:1;
    visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:700ms ease;
    -moz-transition:700ms ease;
    -o-transition:700ms ease;
    transition:700ms ease;
}
.nav ul > li:hover ul {
    visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
}

nav.nav:before {
    position: absolute;
    z-index: -1;
    margin: 34px 0 0 5px;
    content: '';
    display: block;
    border: 10px solid #949494;
    transform: rotate(-45deg);
}

nav.nav:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 10px solid #949494;
    transform: rotate(-45deg);
    margin: -10px 0 0 1200px;
}

/*SIDEBAR*/
#sidebar {
    float: left;
    position: relative;
    width: 200px;
    height: 100%;
    background: #f7f7f7;
    text-align: center;
}

#sidebar section {
    width: 90%;
    margin: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e7e7e7;
}

#sidebar ul li {
    list-style: none;
}

#sidebar h2 {
    font-family: 'Gayathri', 'Trebuchet MS', 'Times New Roman';
}

.status-not-available {
	color: #CA2C2C;
}

.status-available {
	color: #16A24D;
}

#clear {
    clear: both;
}

#genderIcon16 {
    width: 16px;
    height: 16px;
}

#likeLink {
    background: none;
    border: none;
    cursor: pointer;
    font-family: "Trebuchet MS";
    padding: 0;
    font-size: inherit;
    color: blue;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}
table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    border-bottom: 1pt solid #cbcbcb;
}
table tr th {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

table tr td, table tr th {
    border-left: 1px solid #cbcbcb;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}

.memberLink {
    text-decoration: none;
}

blockquote {
    background: #f1f1f1;
    border-radius: 6px;
    box-shadow: 1px 1px 3px #c6c6c6;
    padding: 10px;
}

.quote {
    text-align: left;
    color: #9c9c9c;
    font-size: 14px;
    font-family: Times New Roman;
}

.quotegroup {
    background: #eaeaea;
    border-radius: 6px;
    padding: 5px;
}

progress {
    display:inline-block;
    margin:0;
    background:none;
    border: 0;
    border-radius: 15px;
    text-align: left;
    position:relative;
    font-family: Arial, Helvetica, sans-serif;
}
progress::-webkit-progress-bar {
    height:12px;
    width:100%;
    margin:0 auto;
    background-color: #CCC;
    border-radius: 15px;
    box-shadow:0px 0px 6px #777 inset;
}
progress::-webkit-progress-value {
    display:inline-block;
    float:left;
    height:12px;
    margin:0px -10px 0 0;
    background: #085e4e;
    border-radius: 15px;
    box-shadow:0px 0px 6px #777 inset;
}
progress:hover:after {
    position: absolute;
    color: white;
    top: 0;
    vertical-align: top;
    display: block;
    width: 100%;
    text-align: center;
    content: attr(value) "/" attr(max);
}
.copied {
    display: inline-block;
    position: relative;
}

.copied:before {
    position: absolute;
    top: 12%;
    width: 81px;
    right: 110%;
    display: block;
    content: "Copied to Clipboard";
    font-size: 0.75em;
    padding: 2px 3px;
    margin-right: 5px;
    color: #fff;
    background-color: #22a;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}
@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

.forum-page-number {
    text-decoration: none;
    border: 1px solid #969696;
    padding: 2px 4px;
    color: #000;
    border-radius: 6px;
}

.forum-page-number:hover {
    box-shadow: 1px 1px 5px #ccc;
    background: rgb(0,0,0,0.1);
}

.forum-page-number-active {
    background: #22a;
    color: #fff;
    border: 1px solid #000;
    box-shadow: 1px 1px 5px #ccc;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    visibility: visible;
}

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

.av150 {
    width: 150px;
}

.pet300 {
    width: 300px;
    height: 300px;
}

.item80 {
    width: 80px;
    height: 80px;
}

code {
    background: #eaeaea;
    padding: 5px;
    line-height: 30px;
    border-radius: 6px;
}

nav.nav ul li.rightDropdown {
    float: right; 
    display:block; 
    line-height:1.2em; 
    color: #666; 
    text-align: center; 
    padding: 3px 20px; 
    text-decoration: none;
}

nav.nav ul li.rightDropdown a {
    padding: 0;
}

.rotate {
    padding: 0 10px 10px 10px;
}
.rotate.down {
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.rotate.up {
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    -ms-transform: rotate(180deg) translateY(0%);
    -moz-transform:rotate(180deg) translateY(0%);
    -webkit-transform:rotate(180deg) translateY(0%);
    transform:rotate(180deg) translateY(0%);
}
.navPets {
    width: 1158px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    z-index: 9999;
    position: absolute;
    background: rgb(239, 239, 239);
    padding: 20px;
    display: none;
}

.inner-table, .inner-table tr, .inner-table tr td {
    border: none;
}

.inner-table {
    margin: 0 auto;
}

.faded {
    color: rgb(0,0,0,0.3);
}