/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
/*.navbar_title {
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
}*/

@font-face {
	font-family: 'Suisse Intl';
	src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2'),
			url('font/SuisseIntl-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Garnett';
	src: url('../fonts/Garnett-Regular.woff2') format('woff2'),
					url('font/Garnett-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Garnett';
	src: url('../fonts/Garnett-Medium.woff2') format('woff2'),
		url('font/Garnett-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}


.garnett-medium {
	font-family: 'Garnett';
	font-weight:500;
	font-size: 14px;
	line-height: 17px;
	color: #48424d;
}

.garnett {
	font-family: 'Garnett';
	font-weight:normal;
	font-size: 12px;
	/*line-height: 15px;*/
	color: #48424d;
}

.suisse {
	font-family: 'Suisse Intl';
	font-weight:normal;
	font-size: 20px;
	line-height: 17px;
	color: #DA291C;
}

html {
    height: 100%;
}

body {
    font-family:"Garnett" !important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url("../files/worldmap_gs.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a, #block_error div h2 {
    color:#f35639;
}

h3, h4, h5, .h3, .h4, .h5 {
    font-weight: normal;
}

.IPGP article {
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    margin-top:50px;
    margin-bottom:50px;
}

#main-col {
    padding-top:25px;
}

.logo-container > img {
    padding:0;
}

.navbar {
    border:0;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.navbar_title {
    line-height:60px; /* linked to logo height */
    color:#48424d;
	font-weight:500;
    font-family:"Garnett";
}

.text-info {
    color:#da291c;
}

.btn, .btn-default, .btn-primary {
    color:#fff !important;
    background-color:#ff7354 !important;
    border:0;
    border-radius:5px;
    box-shadow: 0 5px 15px 0 rgba(218, 41, 28, 0.4);
    margin-top:15px;
}

.btn:hover {
    color:#fff !important;
    background-color:#f35639 !important;
    box-shadow: 0 5px 15px 0 rgba(218, 41, 28, 0.8);
}

/*.btn:active, .btn:focus {
    color:#fff !important;
    background-color:#f35639 !important;
}*/

.btn-primary.active {
    background-color: #8a1538 !important;
    border-color: #8a1538 !important;
    box-shadow: 0 5px 15px 0 rgba(218, 41, 28, 0.4);
}

.btn-primary.active:hover {
    /*background-color: #f35639 !important;
    border-color: #f35639 !imporant;*/
    background-color: #8a1538 !important;
    border-color: #8a1538 !important;
    box-shadow: 0 5px 15px 0 rgba(218, 41, 28, 0.4);
}



.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    box-shadow: 0 5px 15px 0 rgba(218, 41, 28, 0.4);
    clip-path: inset(-15px 0 -15px -15px);
}

.btn-group > .btn:last-child:not(:first-child) {
    box-shadow: 0 5px 15px 0 rgba(218, 41, 28, 0.4);
    clip-path: inset(-15px -15pc -15px 0px);
}

.btn-group-justified {
    margin: 0px auto;
    float: unset;
}

.load-survey-input, 
.save-survey-input,
.button_div,
.quotamessage,
.answer-container {
    text-align:center;
}

.ls-language-changer-item,
.surveytitle{
    margin-top:0px;
}

#main-col {
    max-width:1140px;
}

#outerframeContainer {
    padding:0px;
}

#logo {
    cursor:pointer;
}

#block_error {
    margin-top: 150px;
}

article {
    max-width:1270px;
    margin: 0px auto;
    padding:30px;
    background-color: rgba(255, 255, 255, 0.6);
}

.list-unstyled {
    text-align: left;
}

.group-title.h3 {
    font-family: "Garnett";
    font-weight: bold;
    color: #777;
}

.survey-name,
.survey-description,
.survey-welcome,
.question-count-text {
    font-family: "Suisse Intl";
    text-align: center;
}

.surveys-list .btn-group {
    width:100%;
}

.navbar_title::before {
    content: "IPGP Survey: ";
}

/* minor tweaks */
input[type='checkbox'] {
    margin-bottom:5px;
}

/* right-aligned number fields were bugging some */
.numeric-item input[data-number='1'] {
    text-align: left;
}