/*  

Theme Name: Brad Pitt Gallery Custom
Description: Custom Coppermine Gallery theme for Brad Pitt Gallery
Author: Finding Colors 
Author URI: findingcolors.fancrave.net
            twitter.com/findingcolors  
Version: 1.0

RULES / TERMS OF USE
- Do not steal, copy or sell/redistribute
- Do not claim as yours
- Do not use as base 
- Do not remove theme credit
- full terms of use: findingcolors.fancrave.net/tou

THIS THEME CAN ONLY BE USED BY BRAD PUT GALLERY - bradpittgallery.com

YOU MAY
- Make minor changes (header, colors, font)

*/

/* ------------------------------- THEME OPTIONS ------------------------------- */

:root {
  --header: url(images/header.gif);    /* Header Image */ 	
  --background: #151634;    /* Body, CPG Table & Footer Background */ 
  --text: #d9e1eb;    /* Body, Category description & Footer Text */
  --link: #795872;   /* CPG Menu & Footer links*/
  --link-hover: #b2878d;    /* Hover effect on links */
  --borders: #795872;    /* Image borders, Category & album links */
}

/* --- Body --- */

html {
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 *, *:before, *:after {
     -webkit-box-sizing: inherit;
     box-sizing: inherit;
}
 body, html {
     overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	background:  var(--background);
	color:  var(--text);
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	word-wrap: break-word;
}


/* ----------------- General Style ----------------- */

a {
	color: var(--link);
	text-decoration: none;
}

a:hover {
	color: var(--link-hover);
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a,
.image,
.button,
.buttonlist ul li a,
.catlink a:before,
.admin_menu {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;

}



h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}


pre.filepath {
	margin: 0;
	padding: 0;
}

strong, b {
	font-weight: 700;
}

small {
 font-size:10px;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

ul li {
	list-style-type: none;
}


/* --- Container --- */

#content {
	width: 100%;
	float: left;
}

#main-wrapper {
	max-width: 980px;
margin-left: 50px;
float: left;
width: 980px;
}


.side {
  float: left;
  width: 350px;
  margin-top: 95px;
  margin-left: 40px;
}

/* --- Header --- */

#header {
  background: var(--header);
  background-repeat: no-repeat;
  width: 328px;
  height: 422px;
  margin-left: 20px;
  margin-top: 10px;
  border: 10px solid #292F4C;
}


/* ---- Title ---- */

.title {
  font-family: 'Abril Fatface', cursive;
  font-size: 28px;
  color: var(--text);
  text-transform: uppercase;
  text-align: center;
  margin-left: 15px;
}

.title span {
	color: var(--borders);
}

.subtitle {
  color: var(--text);
  font-family: 'Abril Fatface', cursive;
  text-align: right;
  margin-right: 10px;
  font-size: 16px;
}

.subtitle span {
	color: var(--borders);
}

/* ---- 90x729 AD --- */

.ad {
	margin: 30px auto 10px auto;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
}

/* --- CPG TABLE --- */

.cpgmenu {
  width: 94%;
  margin-top: 40px;
  padding: 10px 0;
  text-align: center;
  background: #252B48;
  border: 10px solid #292f4c;
  margin-left: 15px;
}

.cpgmenu a {
  line-height: 1.0em;
  color: var(--link);
  margin: 1px 3px;
  display: list-item;
  text-decoration: none;
  list-style: none;
  border-bottom: 2px solid #292F4C;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}

.cpgmenu a:last-child {
  border-bottom: none;
}

.cpgmenu a:hover {
	color: var(--link-hover);
	text-decoration: none;
}

.cpgmenu img {
	display:none;
}

.content-wrapper {
	margin: 0 auto;
	padding: 0;
}

.cpgcontent {
	margin: 10px auto 0 auto;
	max-width: 100%;
}

.maintable {
    margin: 8px auto;
border: 10px solid #292f4c;
background: #252b48;
width: 100%;
}     

.tableh1 {
	padding: 15px;
	font-size: 16px;
	line-height: 1.1;
	color: var(--text);
	position: relative;
	text-transform: uppercase;
    font-weight: 800;
    background: #32395b;
}
.tableh1 .textinput, .tableh1 .button {
    font-size: 12px;
}

.tableh2 {
	font-size: 1.0em;
	color: var(--text);
	padding: 5px;
    position: relative;
}

.tableh3 {
	margin: 0;
	color: var(--text);
	border-bottom: 1px solid var(--borders);
	padding-bottom: 5px;
	font-style: italic;
}

.tableb {
	padding: 3px 10px;
}

.tableb strong {
	color: var(--text);
}

.tableb_alternate {
	width: auto;
	margin: 0 auto;
}

.tablef {
	background-color: transparent;
	border: 1px solid #e3e3e3;
	padding: 10px;
}


/* ----------------- FORMS ----------------- */

.textinput {
	font-size: 100%;
	border: 1px solid var(--borders);
	padding: 0 3px;
}

.listbox {
	vertical-align: middle;
	padding: 3px;
	border: 1px solid var(--borders);
	background: #ffffff;
}

.radio {
	font-size: 100%;
	vertical-align: middle;
}

.checkbox {
	font-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}

.bblink a {
	text-decoration: none;
}

.bblink a:hover {
	text-decoration: none;
}

.comment_date {
	color: var(--text);
	font-size: 90%;
	vertical-align: middle;
}


/* ----------------- NAVIGATION ----------------- */

.admin_menu_wrapper {
	width: 95%;
	margin: 15px auto;
	font-size: 10px;
}

.admin_menu {
	color: var(--text);
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	text-shadow: none;
	font-size: 0.846em;
	padding: 0 3px;
}

.admin_menu a {
	color: var(--link);
	text-decoration: underline;
	padding: 4px;
	margin: 1px;
	font-size: 10px;
}

.admin_menu a:hover {
	text-decoration: none;
	color: var(--link-hover);
}

.admin_float {
	float: left;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
	position: relative;
	white-space: nowrap;
}

.icon {
	vertical-align: middle;
	margin-right: 5px;
}

.statlink span {
	display: block;
	text-transform: uppercase;
	width: 100%;
	float: left;
	padding: 8px 0;
	font-size: 11px;
	border-bottom: 1px solid #eeeeee;
}

.statlink span strong {
	color: var(--text);
}

.statlink_bread {
	display: inline-block;
	padding: 0;
	color: var(--text);
}

.statlink_bread a {
	color: var(--link);
}

.statlink_bread a:hover {
	color: var(--link-hover);
}

.statlink {
	font-size: 13px;
	text-transform: none;
	font-weight: normal;
}

.statlink a {
	text-decoration: none;
	color: var(--link);
	text-decoration: underline;
}

.statlink a:hover {
	text-decoration: none;
	color: var(--link-hover);
	text-decoration: none;
}

.alblink {
	color: var(--text);
	line-height: 22px;
	padding: 4px 8px;
	background: var(--borders);
	border-radius: 20px
}

.alblink a {
	text-decoration: none;
	color: var(--text);
    font-weight: bold;
    letter-spacing: 0.5px;
    font-family: 'Lora', serif;
}


.alblink a:hover {
	color: var(--link-hover);
	text-decoration: none;
}

.album_stat {
	font-size: 85%;
	margin: 5px 0px;
}

.catrow_noalb,
.catrow {
	border-bottom: 2px solid #292f4c;
padding: 20px 0;
}

.catlink {	
	margin-right: 7px;
	display: block;
	font-size: 14px;
	margin-left:10px;
	margin-bottom:10px;
	padding: 2px 12px;
background: var(--link);
border-radius: 20px;
width: fit-content;
}

.catlink a {
	position: relative;
z-index: 1;
display: inline-block;
margin: 5px 0 4px;
letter-spacing: 1px;
color: var(--text);
font-family: 'Lora', serif;
font-style: italic;
font-weight: bold;
}


.catlink a:hover {
	color: var(--link-hover);
	text-decoration: none;
}


.catlink::before {
  content: "\f005";
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  font-weight: 900;
  font-style: normal;
  color: var(--link-hover);
  font-family: 'Font Awesome 5 Free';
  transition: 0.5s;
  margin-right: 6px;
}

.catlink:hover:before {
    content: "\f005";
    color: #b68f73;
    transition: 0.5s;
}

.catrow .image {
	margin-right: 8px;
}


/* ----------------- THUMBNAILS ----------------- */

.button,
.buttonlist ul li a {
	background-position: bottom;
	cursor: pointer;
	margin-right: 1px;
	white-space: nowrap;
	text-shadow: none;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 10px;
	border: 0;
	color: var(--text);
	background: var(--borders);
	padding: 3px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.button:hover,
.buttonlist ul li a:hover {
	opacity: 0.7;
}

.display_media {
	padding: 3px 10px;
}

.display_media .image,
.display_media .image:hover {
	max-width: 100%;
	height: auto;
	margin: 3px;
}

.thumbnails {
        Width:12.5%;
	padding: 5px 0;
	position: relative;
	
}

.thumbnails table td {
	padding: 12px 5px;
}

.thumbnails .thumb_title_title,
.thumbnails .thumb_title_views,
.thumbnails .thumb_caption_ctime,
.thumbnails .thumb_caption_mtime,
.thumbnails .thumb_resolution,
.thumbnails .thumb_num_comments,
.thumbnails .thumb_caption_caption,
.thumbnails .thumb_filename,
.thumbnails .thumb_title_owner,
.thumbnails .thumb_caption_msg_date,
.thumbnails .thumb_caption_author {
	display: block;
	padding: 0;
	margin: 0 0 1px 0;
	text-align: center;
	color: var(--text);
}

.thumbnails .thumb_caption_mtime,
.thumbnails .thumb_resolution,
.thumbnails .thumb_num_comments,
.thumbnails .thumb_caption_caption,
.thumbnails .thumb_filename,
.thumbnails .thumb_title_owner,
.thumbnails .thumb_caption_msg_date,
.thumbnails .thumb_caption_author {
	overflow: hidden;
	font-size: 10px;
}

.thumbnails .thumb_title_title {
	color: var(--text);
	line-height: 18px;
	font-size: 12px;
	position: relative;
	padding: 4px 6px;
	font-weight: bold;
font-family: 'Lora', serif;
letter-spacing: 0.5px;
}

.thumbnails .thumb_title_views {
	padding: 0;
	margin-top: 0px;
	color: var(--link);
	font-size: 10px;
}

.thumbnails .thumb_caption_ctime {
	font-size:10px;
    position: relative;
	z-index: 1;
	display: inline-block;
	text-align: center;
	margin: 4px 0px;
	padding: 4px 8px;
	letter-spacing: 1px;
	color: var(--text);
	background: var(--borders);
	border-radius: 20px;
}

.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;
}

.user_thumb_infobox a:hover {
	text-decoration: none;
}

.sortorder_cell {
	font-size: 10px;
	padding: 0 0 0 20px;
	margin: 0;
	color: #757575;
}

.sortorder_options {
	padding: 0;
	margin: 0 2px;
	white-space: nowrap;
}

.navmenu {
	color: var(--text);
	font-size: 0.846em;
	font-style: italic;
	padding: 10px 1px 5px 1px;
	border-top: 1px solid var(--borders);
	border-bottom: 1px solid var(--borders);
}

.navmenu img {
	margin: 1px 5px;
	padding: 0 5px;
}

.navmenu a {
	display: block;
	color: var(--link);
}

.navmenu a:hover {
	color: var(--link-hover);
}

#tabs_dropdown_select {
	font-size: 10px;
	border: 1px solid var(--borders);
	background: #ffffff;
	margin-left: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#tabs_dropdown_select0 {
	background: #ffffff;
	border: 1px solid var(--borders);
	color: var(--text);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


/* ----------------- IMAGES ----------------- */

.image {
	border: 6px solid var(--borders);
	opacity: 0.9;
	margin: 5px 0px;
 -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.image:hover {
    border: 6px solid var(--link-hover); 
	opacity: 1.0;
}


/* --- Footer --- */

.clear {
    height: 2px;
    clear: both;
}

.theme-footer {
width:100%;
position:relative;
padding:20px 100px;
text-align: center;
overflow:hidden;
bottom:0;
margin-top: 80px;
} 

.theme-footer a{
	color: var(--link);
	text-decoration: underline;
}

.theme-footer a:hover {
	color: var(--link-hover);
	text-decoration: none;
}

.footer {
	display: none;
}

/* ----------------- RESPONSIVE ----------------- */

/* --- Tablet --- */ 

@media all and (max-width: 1024px) {
  body {
  overflow-x: hidden;
  }
	
  #main-wrapper,
  #footer .footer-wrapper {
  max-width: 97%;
  }

  .content-wrapper {
  max-width: 100%;
  }

  .display_media .image {
  max-width: 70vw!important;
  height: auto;
  }

  .tableh1_info {
  font-size: 80%;
  padding: 3px;
  }
	
  .thumbnails {
  margin: 0!important;
  }
	
  .thumbnails .thumb_title_title,
  .thumbnails .thumb_title_views,
  .thumbnails .thumb_caption_ctime,
  .thumbnails .thumb_caption_mtime,
  .thumbnails .thumb_resolution,
  .thumbnails .thumb_num_comments,
  .thumbnails .thumb_caption_caption,
  .thumbnails .thumb_filename,
  .thumbnails .thumb_title_owner {
  max-width: 15vw!important;
  }
	
  .strip_image {
  max-width: 10vw!important;
  height: auto;
  }
	
  #film {
  width: 100%!important;
  }
	
  #film .thumb a:link {
  width: 100%!important;
  }
}

@media all and (max-width: 980px) {
   #header {
   display: none;
  }

  .thumbnail {
  width: 90%;
  height: auto;
  }

.thumbnails .thumb_caption_ctime {
	padding: 7px 6px;
	letter-spacing: 1px;
	color: var(--text);
	background: var(--borders);
}

.thumbnails .thumb_caption_ctime:before,
.thumbnails .thumb_caption_ctime:after {
	display: none;
}

.thumbnails .thumb_caption_ctime:before {
	display: none;
}

.thumbnails .thumb_caption_ctime:after {
	display: none;
}

}

@media all and (max-width: 900px) {
  .tableh1_info {
  display: none;
  }
}

@media all and (max-width: 800px) {
  .menus-wrapper {
  width: 100%;
  }

  .maintable {
  padding: 5px 10px;
  }
}

/* --- Phone --- */

@media all and (max-width: 640px) {


.side {
 width:95%;
  margin-left: 5px;
}

  #main-wrapper,
  #footer .footer-wrapper {
  max-width: 97%;
  margin-left: 5px;
  }

  .content-wrapper {
  max-width: 100%;
  }
  

  .thumbnails .thumb_title_title,
  .thumbnails .thumb_title_views,
  .thumbnails .thumb_caption_ctime,
  .thumbnails .thumb_caption_mtime,
  .thumbnails .thumb_resolution,
  .thumbnails .thumb_num_comments,
  .thumbnails .thumb_caption_caption,
  .thumbnails .thumb_filename,
  .thumbnails .thumb_title_owner {
  font-size: 0.692em;
  margin: 4px 0;
  }

  .thumbnails .thumb_caption_ctime {
  background: var(--borders);
  color: var(--text);
  }

.ad {display: none;}


  .theme-footer {
  	padding:20px;
  }
}

@media all and (max-width: 480px) {
  .thumbnails .thumb_title_title,
  .thumbnails .thumb_title_views,
  .thumbnails .thumb_caption_ctime,
  .thumbnails .thumb_caption_mtime,
  .thumbnails .thumb_resolution,
  .thumbnails .thumb_num_comments,
  .thumbnails .thumb_caption_caption,
  .thumbnails .thumb_filename,
  .thumbnails .thumb_title_owner {
  max-width: 15vw !important;
  }
}

@media all and (max-width: 400px) {
  .thumbnails {
  border: 0;
  }

  .thumbnails .thumb_title_title,
  .thumbnails .thumb_title_views,
  .thumbnails .thumb_caption_ctime,
  .thumbnails .thumb_caption_mtime,
  .thumbnails .thumb_resolution,
  .thumbnails .thumb_num_comments,
  .thumbnails .thumb_caption_caption,
  .thumbnails .thumb_filename,
  .thumbnails .thumb_title_owner, 
  .albums img {
  max-width: 13vw !important;
  }

  .tableb {
  padding: 0;
  }

}

@media all and (max-width: 360px) {
  .maintable,
  .admin_menu_wrapper {
  padding: 7px;
  }
	
  .tableh1 {
  font-size: 1.0em;
  }

  .tableb {
  padding: 0;
  font-size: 0.846em;
  }

  .thumbnails .thumb_title_title,
  .thumbnails .thumb_title_views,
  .thumbnails .thumb_caption_ctime,
  .thumbnails .thumb_caption_mtime,
  .thumbnails .thumb_resolution,
  .thumbnails .thumb_num_comments,
  .thumbnails .thumb_caption_caption,
  .thumbnails .thumb_filename,
  .thumbnails .thumb_title_owner {
  font-size: 0.615em;
  letter-spacing: -.5px;
  max-width: 14vw!important;
  padding: 0;
  }
}

@media all and (max-width: 320px) {

  .tableb {
  font-size: 0.846em;
  }

  .cpgnav {
  padding: 0 5px;
  }
}


/* ----------------- CPG CSS ----------------- */

  .topmenu {
   line-height: 130%;
   font-size: 100%;
   text-shadow: none;
   text-decoration: none;
}

   .topmenu a {
	text-decoration: none;
	text-shadow: none;
	text-decoration: none;
}

   .topmenu a:hover {
	text-decoration: none;
}

   .img_caption_table {
	border: none;
	width: 100%;
	margin: 0px;
}

   .img_caption_table th {
	font-size: 100%;
	color: var(--text);
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top: 1px solid var(--borders);
}

   .img_caption_table td {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top: 1px solid var(--borders);
	white-space: normal;
}

   .debug_text {
	border: var(--borders);
	background-color: #EFEFEF;
	width: 100%;
	margin: 0px;
}

   .clickable_option {
	cursor: default;
	margin-left: 5px;
}

   .listbox_lang {
	color: #000666;
	background-color: #F2F5F7;
	border: 1px solid #D1D7DC;
	font-size: 80%;
	vertical-align: middle;
}

   .pic_title {
	color: var(--text);
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.0em;
}

   .pic_caption {
	color: var(--text);
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.0em;
	background-color: transparent;
}

   .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;
}

   .prev_strip {
	text-align: left;
}

   .next_strip {
	text-align: right;
}


/** Swfupload css **/

div.fieldset {
	border: 2px solid #eeeeee;
	margin: 10px 0;
	padding: 20px 10px;
}

div.fieldset span.legend {
	position: relative;
	padding: 3px;
	top: -30px;
	background-color: #eeeeee;
	text-shadow: 1px 1px 0 #eeeeee;
	font-weight: bold;
}

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #eeeeee;
}

input[disabled] {
	border: 1px solid #ccc
}


/* FF 2 Fix */

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #F0F0EE;
	background-color: #F0F0EE;
}


/* 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: #555;
	width: 323px;
	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: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
	color: #555;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.swfupload {
	vertical-align: top;
}


/**styles for photo manager*/

table#pic_sort tr td {
	padding: 4px;
	border-bottom: 1px solid #e9e9e9;
}


/** styles for album manager and photo album*/

table#album_sort tr td {
	padding: 4px;
	border-bottom: 1px solid #e9e9e9;
}

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 auto;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 97%;
}

.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 0px;
	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-right: 10px;
}

.detail_head_collapsed,
.detail_head_expanded {
	color: var(--text);
}  