/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.03.2019, 18:57:13
    Author     : mballuff
*/

/* 190321 SM */
.tx-meprojectnews-list ul.typo3-messages {
    padding: 0;
    margin: 0;
}
.tx-meprojectnews-list li.alert {
	list-style: none;
	border: 0;
	border-radius: 0;
}
.tx-meprojectnews-list a.btn.btn-default:first-child{
	margin-bottom: 20px;
}
.tx-meprojectnews-list .fa{
	padding: 0 5px;
}
.tx-meprojectnews-edit input[type=checkbox] {
    position: relative;
    margin: 0;
    margin-right: 10px;
    top: -2px;
}

/* 190325 SM
.tx-meprojectnews-edit .checkbox label, .tx-meprojectnews-edit .radio label {
    padding-left: 0; 
}
.tx-meprojectnews-edit .qq-upload-button {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: black;
    line-height: 1.3;
    background: #F18E1C;
}
.tx-meprojectnews-edit .qq-upload-button-hover{
	color: white;
    background: #C4037D;
}
*/

.tx-meprojectnews-edit .qq-upload-list {
    margin: 20px 0;
}
.tx-meprojectnews-edit li.alert{
	list-style: none;
	border: 0;
	border-radius: 0;
}
.tx-meprojectnews-edit .qq-upload-list a.btn{
    margin: 0 10px 0 0;
}
/* 190321 SM END */

/* 190325 SM */
.tx-me-project-news .checkbox input[type=checkbox], .tx-me-project-news .checkbox-inline input[type=checkbox], .tx-me-project-news .radio input[type=radio], .tx-me-project-news .radio-inline input[type=radio] {
    position: relative;
    margin-left: 0;
}
.tx-me-project-news .checkbox label {
    padding-left: 0px;
}
.tx-me-project-news input[type="checkbox"] {
    margin-right: 10px
}
/* 190325 SM END */


 