/* Theme Name:Robert Pattinson Brasil 2025
Theme URI: http://robertpattinsonbrasil.com
Author: Bruna Rafaela
Version: 1.0 */

/* ----------------- GENERAL STYLE ----------------- */
body {
    margin: 0;
    background: #c0bb9c;
    color: rgb(0 0 0 / 60%);
    font: 400 12px/190% 'Open Sans', sans-serif;
    word-wrap: break-word;
    text-align: justify;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
a {
    color: #a6764b;
    text-decoration: none;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    opacity: 1;
}
/* ----------------- CONTAINERS ----------------- */
#main {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 auto 0 auto;
}
#main-topo {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
#content {
    margin: 0 auto 0 auto;
    max-width: 1090px;
    /* overflow: overlay; */
}
#comments {
    display: none;
}
/* ----------------- HEADER ----------------- */
#header {
    height: 950px;
    width: 100%;
    border: none;
    margin: 0 auto;
    position: relative;
    background-image: url('../images/header.png');
    background-position: top center;
    background-repeat: no-repeat;
}
/* ----------------- ADS ----------------- */
#ad {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    overflow: hidden;
}
/* -----------------TABLES ----------------- */
.maintable {
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
}
table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 1px;
}
.tableh1 {
    /* max-width: 1090px; */
    margin: 0 auto;
    color: #8a5934;
    text-transform: lowercase;
    padding: 25px 10px;
    background: #a6764b;
    font: 800 15px/1.2 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 30px 30px 0 0;
}
.tableh1 img {
    width: 0px;
    height: 0px;
}
.tableh1_info {
    margin: 0 auto;
    text-transform: uppercase;
    padding: 20px;
    /* color: #d2bfb2; */
    position: relative;
    background: #fff;
    letter-spacing: 1px;
    border-radius: 1px;
    text-align: center;
    font: 600 10px/1.2 'Open Sans', sans-serif;
    width: 100%;
    text-transform: uppercase;
    font: 400 10px / 1.2 'Open Sans', sans-serif;
    /* color: #d2bfb2; */
}
.tableh2 {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 10px;
    font: 300 15px 'Open Sans', serif;
}
#rating_stars {
    background: #f2f2f2;
    padding: 15px;
    display: none;
}
#voting_title {
    border: 0;
    background: #f2f2f2;
    padding: 10px;
    display: none;
}
.tableb {
   /* color: #CECED4;
    */
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    padding: 10px;
    border-bottom: #e6e6e6 2px solid;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.tableb_alternate {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0;
    background: #e0dcdc;
}
.tableb_alternate .thumbnails {
    border: 0!important;
}
.tablef {
    padding: 10px;
    font-family:'Open Sans', sans-serif;
    font-size: 14px;
}
.tableb p {
    line-height: 1.5;
    margin: 0;
    padding: 5px 0 10px 0;
}
/* ----------------- LINKS ----------------- */
.alblink {
    display: block;
    max-width: 1090px;
    margin: 0 auto;
    text-transform: uppercase;
    font: 600 11px/1.2 'Open Sans', sans-serif;
    text-align: center;
    padding: 20px;
    color: #fff;
    position: relative;
    background: #292e43;
    letter-spacing: 1px;
    border-radius: 1px;
    max-width: 1090px;
    margin: 0 auto;
    color: #8a5934;
    text-transform: lowercase;
    /* padding: 25px 10px; */
    background: #a6764b;
    font: 800 12px / 1.2 'Open Sans', sans-serif;
    text-align: center;
    letter-spacing: 2px;
    /* border-radius: 30px 30px 0 0; */
}
.alblink a {
    color: #8a5934;
    text-decoration: none;
    text-transform: lowercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.alblink a:hover {
    opacity: 0.7;
}

.catlink:hover .catlink::before {
    transform: rotate(5deg);
}
.catlink::before {
    /* content: ''; */
    position: relative;
    background-image: url('../images/heart.png');
    background-position: top center;
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    margin-right: 8px;
}
.catlink {
    text-shadow: none;
    color: #d2bfb2;
    position: relative;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
}
.catlink a {
    font: 800 16px/1.2 'Open Sans', sans-serif;
    text-decoration: none;
    color: #bc926d;
    text-transform: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.catlink:hover .catlink a::before {
    transform: rotate(45deg);
}
.catlink a:hover {
    opacity: 0.7;
}
.catrow_noalb, .catrow {
    /* padding: 15px;
    font-size: 12px;
   
    overflow: hidden;
    font-style: italic;
    -webkit-transition: opacity ease-out 0.6s 0.1s;
    -moz-transition: all ease-out 0.6s 0.1s;
    -o-transition: all ease-out 0.6s 0.1s;
    -ms-transition: all ease-out 0.6s 0.1s;
    transition: all ease-out 0.2s 0.1s; */
    font-size: 14px;
    padding: 25px;
    /* color: #313e4b; */
    /* background: #1e2730; */
    background: #ecead2;
    color: #7e736b;
    line-height: 1.4;
    overflow: hidden;
    -moz-transition: all ease-out 0.6s 0.1s;
    -o-transition: all ease-out 0.6s 0.1s;
    -ms-transition: all ease-out 0.6s 0.1s;
    transition: all ease-out 0.2s 0.1s;
    font-style: italic;
    /* border: 1px solid #ecead2; */
}
.catrow:hover a{
    margin-left: 10px;
}
.catrow:hover a:before{
    margin-left: 10px;
    font-size: 20px;
}
.catrow .image {
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.statlink {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-transform: lowercase;
    text-align: center;
    font: 800 12px/1.2 'Open Sans', sans-serif;
}
.statlink strong{
}
.statlink a {
    text-decoration: none;
    text-transform: uppercase;
    font: 600 13px/1.2 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #fff;
}
.statlink a:hover{
    opacity: 0.7;
}
.statlink h2 {
    /* float: left; */
    font: 800 15px/1.2 'Open Sans', sans-serif;
    margin: 0 auto;
    text-transform: lowercase;
    /* color: #fff; */
800 15px/1.2
    'Open Sans', font-family: sans-serif;
}
.bblink a {
    color: #654779;
    font-size: 12px;
    text-decoration: none;
}
.bblink a:hover {
    opacity: 0.7;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
}
/* ----------------- ADMIN MENU NAVIGATION ----------------- */
.topo {
    width: 100%;
    display: block;
    margin-top: -200px;
    position: relative;
    z-index: 111;
    margin-bottom: 30px;
    }
.back-site {
    height: 50px;
    margin-top: 18px;
    margin-bottom: 18px;
    width: 100%;
}

.welcome {
    background: rgb(0 0 0 / 12%);
    padding: 30px 40px 50px 40px;
    text-align: justify;
    margin: 0 auto;
    font: 500 14px/190% 'Open Sans', sans-serif;
}

.welcome p {
    color: #ffffff;
    font-size: 14px;
    text-transform: none;
    padding: 0;
    margin: 0;
    line-height: 1.5;
}
.admin_menu_wrapper {
    margin-top: 10px;
}
.social {
    width: 145px;
    background: #d8b58d;
    border-radius: 30px;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}
.social a {
 position: relative;
 padding-bottom: 8px;
 width: 100%;
 -webkit-transition: all 1.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 }
.social a::after {
    content: '';
    height: 1px;
    background: #c6a680;
    width: 50px;
    position: absolute;
    left: -11px;
    right: 0;
    z-index: 1111;
    bottom: 0;
}
.social a img:hover{
     filter: brightness(1);
}

.social a:last-child::after{
    display: none;
}

.social a:last-child {
    border: 0;
}
.social a:hover{
    opacity: 1;
     transform: rotate(10deg);
}
.menu{
    font: 600 13px 'Open Sans', sans-serif;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    background: #ecead2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -30px;
    border-radius: 30px;
}

.menu ul {
    margin: 0;
    padding: 15px;
    width: 100%;
}
.menu a {
    color: #c8aa93;
    text-transform: uppercase;
    padding: 5px 10px;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu a:hover {
    color: #8a5934;
    /* background: #bd4b2a;
    border: 1px solid #bd4b2a; */
}
.show-menu {
    text-decoration: none;
    display: none;
    text-align: center;
    cursor: pointer;
}
.show-menu, .menu input[type=checkbox] {
    display: none;
}
.menu input[type=checkbox]:checked ~ #menu {
    display: block;
}
.nav img {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
}
.navmenu {
    margin: 0 auto;
    text-transform: uppercase;
    padding: 20px;
    color: #fff;
    position: relative;
    background: #292e44;
    /* letter-spacing: 1px; */
    /* border-radius: 1px; */
    text-align: center;
    font: 600 10px/1.2 'Open Sans', sans-serif;
    max-width: 1090px;
    margin: 0 auto;
    color: #8a5934;
    text-transform: lowercase;
    padding: 25px 10px;
    background: #fff;
    font: 800 15px / 1.2 'Open Sans', sans-serif;
    /* text-align: center; */
    /* letter-spacing: 2px; */
    /* border-radius: 30px 30px 0 0; */
    color: #d2bfb2;
    /* text-transform: lowercase; */
    padding: 20px;
    /* background: #a6764b; */
    font: 600 12px / 1.2 'Open Sans', sans-serif;
}
.navmenu a {
    color: #d2bfb2;
}
.navmenu img, .navmenu a img {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    opacity: 1!important;
}
.navmenucurrent {
    font-weight: 800;
    /* font-size: 11px; */
    /* font-family: 'Open Sans', sans-serif; */
    color: #8a5934;
    background: #fff;
    /* text-transform: uppercase; */
    padding: 20px;
    /* border-radius: 1px; */
}
td#slideshow_button {
    display: none;
}

td#pic_info_button {
    display: none;
}
/* ----------------- IMAGES ----------------- */
a img {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.strip_image {
    border-radius: 2px;
}
img.strip_image:hover {
    filter: brightness(0.5);
}
a img:hover {
    filter: brightness(0.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity:1;
}
a .image {
    opacity: 1;
    position: relative;
    border: 5px solid #d9d5a5;
    border-radius: 25px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a:hover .image {
    opacity:1!important;
    filter: grayscale(0);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.image {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.image:hover {
    opacity:1;
}
.imageborder {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.imageborder:hover {
    opacity:1;
}
a img {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a:hover img {
    opacity:1;
}
/* ----------------- FOOTER ----------------- */
#footer{
    clear: both;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
#footer a {
    color: #bc926d;
    font-weight: 600;
}
#footer a:hover {
    opacity:0.7;
}
#footer .inner {
    padding: 15px 0;
    margin: 0 auto;
    max-width: 1090px;
    text-decoration: none;
    text-align: center;
}

.script-online {
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 20px;
    display: inline-flex;
    padding: 0px 10px;
    margin-top: 10px;
    font-size: 10px;
    font-style: italic;
}

.disclaimer {
    color: #ffdab1;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: justify;
    margin-bottom: 50px;
}

.disclaimer-icon {
    background-image: url(../images/disclaimer.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 56px;
    width: 65px;
}

#footer .inner span {
    color: #292e42;
    /* margin: 0 auto; */
    /* font-weight: 700; */
    /* font-size: 14px; */
}
#footer .disclaimer p {
    width: calc(100% - 100px);
    color: #ffdab1!important;
}

#footer .inner p {
   color: #7e736b;
   font-size: 14px;
   font-weight: 500;
}

#footer .script {
    /* border: 1px solid #d7b17c; */
    /* border-radius: 30px; */
    /* height: 50px; */
    /* display: block; */
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 auto;
    /* padding: 10px; */
}
#footer .script span {
    font-size: 12px;
    color: #d7b17c;
    font-weight: 500;
    font-style: italic;
}
#footer .script a {
    color: #cc6b4f;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}
/* ----------------- TOP ----------------- */
.top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    background: #0000002b;
    opacity:1;
    /* text-decoration: none; */
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    color: #fff!important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-angle-up:before {
    content: "\f106";
}
/* ----------------- IMAGES ----------------- */
.img_caption_table {
    border: none;
    background-color: #747785;
    width : 100%;
    margin : 0;
}
.img_caption_table th {
    background: #747785;
    font-size : 100%;
    color : #CDCDCD;
    padding: 4px 10px;
    border-top : 1px solid #888888;
}
.img_caption_table td {
    background: #747785;
    padding: 6px 10px;
    border-top : 1px solid #888888;
    white-space: normal;
}
.thumbnails {
    padding: 25px;
    overflow: hidden;
    position: relative;
    background: #ecead2;
    /* border-bottom: 5px solid #bd4b2a; */
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
td.thumbnails.filmstrip_background {
    width: 100%;
}
.thumbnails table {
    border: 0!important;
}
.thumbnails:hover {
/*     padding-top: 30px; */
}
.thumbnails:hover .image {
/*     filter: brightness(0.5); */
    opacity: 1;
}
a .image:hover{
    opacity: 1;
}
.thumb {
    padding: 5px;
}
.user_thumb_infobox {
    margin-top: 1px;
    margin-bottom: 1px;
}
.user_thumb_infobox th {
    font-weight : bold;
    font-size: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}
.user_thumb_infobox td {
    font-size: 85%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align : center;
}
.user_thumb_infobox a {
    text-decoration: none;
    color: #484848;
}
.user_thumb_infobox a:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: underline;
}
/* ----------------- ADMIN CONTROLS ----------------- */
.admin_menu {
    font-family: 'Open Sans';
    font-size: 11px;
    color: #fff;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: none;
}
.admin_menu:hover {
    text-decoration: none;
}
.admin_menu a {
    position: relative;
    text-decoration: none;
}
.admin_menu a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.admin_float {
    float: left;
    margin: 1px;
    max-height: 1.5em;
    display: block;
    position: relative;
    white-space: nowrap;
   /*width: 100px;
   */
}
#admin_menu_anim {
    background-image : url(images/button_bg_anim.gif);
}
.admin_menu .icon {
    vertical-align: middle;
    background: none!important;
    border: none!important;
    box-shadow: none!important;
}
.icon {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
}
/* ----------------- MISCELLANEOUS ----------------- */
.album_stat {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
.sortorder_options {
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
}
.sortorder_cell img, .sortorder_cell a img {
    border: none!important;
    background: none!important;
    box-shadow: none!important;
}
.sortorder_cell {
    font-weight: normal !important;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font: 300 13px 'Open Sans',serif;
    padding: 0;
    margin: 0;
    list-style: none!important;
    display: none;
}
.buttonlist ul li a {
    font-size: 11px;
    line-height: 20px;
    margin-right: 2px;
    padding: 1px 3px;
    white-space: nowrap;
    text-transform: uppercase;
   /* color: #d19ba2;
    */
}
.buttonlist {
    text-transform: uppercase;
    text-decoration: none;
    color: #d19ba2;
    white-space: nowrap;
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    margin-right: 2px;
    padding: 0 3px;
    font: 400 15px 'Open Sans',serif;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.button {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #747785;
    margin-top: 0;
    padding: 8px;
    margin-right: 2px;
    white-space: nowrap;
    background: #eee;
    box-shadow: none!important;
    border: none!important;
}
.thumb_filename {
    font-size: 80%;
    display: block;
}
.thumb_title {
    display: block;
}
.thumb_title_title{
    -webkit-transition: color 600ms ease-out;
    -moz-transition: color 600ms ease-out;
    transition: color 600ms ease-in-out;
    text-transform: none;
    font: 600 13px/1.2 'Open Sans', sans-serif;
    color: #bc926d;
    padding:  10px;
    text-align: center;
    position: relative;
    margin: 10px 0 0px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumb_title_title::before {
     /* content: '"'; */
     background-image: url('../images/quote.png');
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     width: 32px;
     height: 32px;
     position: absolute;
     left: 3px;
     z-index: 1111;
     top: -2px;
     opacity: 0.05;
}

.thumb_title_views {
    color: #ecead2;
    background: #c8aa93;
    font: 400 11px/1.2 'Open Sans', sans-serif;
    text-transform: lowercase;
    padding: 10px 5px;
    width: 80px;
    position: absolute;
    top: 15px;
    left: calc(50% - 85px / 2);
    border-radius: 30px;
}

.thumb_caption {
      padding: 7px 0;
      display: block;
      text-transform: uppercase;
      font: 400 10px/1.2 'Open Sans', sans-serif;
      color: #7e736b;
      background: #fff;
      width: 80px;
      border-radius: 0;
      position: absolute;
      left: calc(100px / 2);
      top: 13px;
      margin-bottom: 10px;
      border-radius: 10px;
}

.thumb_caption::after {
    /* content: ''; */
    position: absolute;
    top: calc(100% - 0px);
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eddec4;
}


.thumb_caption {
/*     text-transform: uppercase;
    text-align: center;
    display: block;
    color: #e5d2b5;
    font: 500 12px/1 'Open Sans', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 0 10px 0;
    */
}

.thumb_caption::before{
    content: '';
    background-image: url('../images/clock.png');
    position: absolute;
    display: none;
    z-index: 11111;
    height: 34px;
    opacity: 0.07;
    left: 15px;
    width: 34px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thumb_caption a {
    padding: 2px;
    margin: 2px 0;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    display: block;
}
.thumb_num_comments {
    font-weight: normal;
    font-size: 85%;
    padding: 2px;
    display : block;
}
/**styles for photo manager*/
table#pic_sort tr td {
    padding: 4px;
    border-bottom: 1px solid #ccc;
}
/** styles for album manager and photo album*/
table#album_sort tr td {
    padding: 3px;
    border-bottom: 1px solid #ccc;
}
table#album_sort tr td span.editAlbum {
    margin-left: 100px;
    font-size: 10px;
    line-height: 100%;
    text-decoration: underline;
    cursor: pointer;
    display: none;
    color: #FF0000;
}
.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.cpg_message_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../images/message/info.png');
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../../images/message/ok.png');
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../images/message/warning.png');
}
.cpg_message_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../images/message/stop.png');
}
.cpg_message_validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../../images/message/error.png');
}
.cpg_summary {
    font-size: 0.9em;
    border: 1px solid;
    margin: 10px 0;
    padding: 5px 10px 5px 10px;
    color: #FF2B9C;
    background-color: #FFDEEF;
    text-align: right;
    float: right;
    width: 400px;
}
#GB_window {
    background-color: #F2F5F7;
    border: 5px solid #CCD7E0;
}
.external {
    background: transparent url('../../images/link.gif') 100% 50% no-repeat;
    padding: 0 10px 0 0;
}
.detail_head_collapsed, .detail_head_expanded {
   /* color: #cecece;
    */
}
.debug_text {
    border: #747785;
    background-color: #EFEFEF;
    width : 100%;
    margin : 0;
}
.clickable_option {
    cursor : default;
}
.listbox {
    vertical-align : middle;
    border: 1px solid #ccc;
    font-family:'Open Sans', sans-serif;
    font-size: 14px;
}
.listbox_lang {
    color: #747785;
    background-color: #F2F5F7;
    border: 1px solid #D1D7DC;
    font-size: 80%;
    font-family: 'Open Sans', sans-serif;
    vertical-align : middle;
}
.pic_title {
    color: #000666;
    font-size: 100%;
    font-weight: bold;
    text-align : center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.0em;
}
.pic_caption {
    color: #747785;
    font-size: 100%;
    font-weight: normal;
    text-align : center;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.0em;
    background-image: none;
}
.important {
    background-image : url(images/important.gif);
    color: red;
    font-weight: bold;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#cpgChooseLanguageWrapper {
    float: left;
}
#cpgChooseThemeWrapper {
    float: left;
}
/** Swfupload css **/
div.fieldset {
    border: 2px solid #0E72A4;
    margin: 10px 0;
    padding: 20px 10px;
}
div.fieldset span.legend {
    position: relative;
    padding: 3px;
    top: -30px;
    background-color: #8AA5B5;
    color: #FFF;
    font-weight: bold;
}
div.flash {
    width: 375px;
    margin: 10px 5px;
    border-color: #CCD7E0;
}
input[disabled]{
    border: 1px solid #ccc 
}
/* FF 2 Fix */
.progressWrapper {
    width: 357px;
    overflow: hidden;
}
.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}
/* Message */
.message {
    margin: 1em 0;
    padding: 10px 20px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}
/* Error */
.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}
/* Current */
.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}
/* Complete */
.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}
.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #fff;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}
.progressBarInProgress, .progressBarComplete, .progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}
.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}
.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}
.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 14pt;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    white-space: nowrap;
    color: #fff;
}
a.progressCancel {
    font-size: 0;
    display: block;
    height: 14px;
    width: 14px;
    background-image: url(../../images/cancelbutton.gif);
    background-repeat: no-repeat;
    background-position: -14px 0;
    float: right;
}
a.progressCancel:hover {
    background-position: 0 0;
}
.swfupload {
    vertical-align: top;
}
.display_media {
    padding: 30px;
    background: #ecead2;
}
.filmstrip_background {}
#film {
    width: 100%!important;
}
#film .thumb a:link {
    width: 80%!important;
}
.prev_strip img {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    opacity: 1!important;
}
.next_strip img {
    background: none!important;
    border: none!important;
    box-shadow: none!important;
    opacity: 1!important;
}
.tape {
    width: 100%!important;
    height: 100%!important;
    margin-left: 0!important;
}
.display_media .image {
    max-width: 70%!important;
    height: auto;
    margin: 0 auto;
}
.thumbnail {
    /* max-width: 150px; */
    height: auto;
    position: relative;
}
.topmenu {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 130%!important;
}
.clearer {
    display: block;
    padding-top: 10px;
}
.textinput {
    font-family:'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #ccc;
}
select, textarea {
    background-color: #fff;
    color: #747785;
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 2px;
}