/*  
10kBeats - Premade 24:vv Eternal - 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 {
    font-family: 'Archivo', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-variation-settings: "wdth" 112.5;
    line-height: 27px;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.24s ease-out;
    -moz-transition: all 0.24s ease-out;
    -o-transition: all 0.24s ease-out;
    transition: all 0.24s ease-out;
}

.maintable {
    margin-bottom: 60px;
    border-left: 1px solid;
}

.cats {
    border-left: none;
}

.tableh1 {
    padding-left: 15px;
    font-size: 21px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
}

.tableh1 span {
    display: flex;
    position: relative;
}

.tableh1 span::before {
    content: '';
    width: 25px; height: 25px;
    margin-left: -29px;
    margin-right: 20px;
    border-bottom: 20px solid;
    display: inline-block;
    position: relative;
}

.tableh2 {
    padding: 0 15px;
}

.tableb, .tablef {
    padding: 15px;
}

.tableb a, .tablef a {
    font-weight: 600;
}

.tableb strong, .tablef strong {
    font-weight: 900;
}

main .detail_head_collapsed, main .detail_head_expanded {
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid;
	display: block;
}

main button.detail_expand_all, main button.detail_collapse_all {
    margin-left: 15px;
}

#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;
    border: 5px solid #eeeeee;
}