/*  
10kBeats - Premade 22: Mellow - Gallery CSS

All color values in this file are default values. Change them to your liking in the colors.css file.

*/

* {
	margin: 0;
	padding: 0;
}

body {
    background: #faf9f5;
    color: #898989;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    font-weight: 200;
    line-height: 27px;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.34s ease-out;
    -moz-transition: all 0.34s ease-out;
    -o-transition: all 0.34s ease-out;
    transition: all 0.34s ease-out;
}

.maintable {
    margin-bottom: 60px;
}

.tableh1 {
    padding-bottom: 20px;
    font-family: 'Anton', sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    border-bottom: 1px dashed;
}

.tableh1 span::before {	
    content: '\f005';
    margin-right: 15px;
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    font-weight: 900;
	float: left;
}

.tableh2 {
    padding: 10px;
    box-sizing: border-box;
}

.tableb, .tablef {
    padding-top: 15px;
    padding-bottom: 15px;
}

.tableb a, .tablef a {
    font-weight: 500;
    text-decoration: underline;
}

.tableb strong, .tablef strong {
    color: inherit;
    font-weight: 700;
}

main .detail_head_collapsed, main .detail_head_expanded {
	padding-left: 15px;
    padding-bottom: 10px;
	color: #06090c;
    border-bottom: 1px dashed #898989;
	display: block;
}

#cpgMessage {
    margin: 20px auto;
    text-align: center;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    margin-top: 20px;
    padding: 20px 2vw;
	text-align: center;
    background-repeat: no-repeat;
    background-position: 10px center;
    box-sizing: border-box;
    border: none;
}

.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 {
	width: 400px;
    margin: 10px 0;
	padding: 5px 10px;
    background-color: #FFDEEF;
    color: #FF2B9C;
    font-size: 12px;
	text-align: right;
	float: right;
    border: none;
}

#GB_window {
    padding: 20px;
    background: #faf9f5;
    border: 5px solid #212e41;
}