/*
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 : 22.03.2019, 11:12:09
    Author     : mballuff
*/



/* 190325 SM */

#tx-meprojectmessaging-new-selectrecipienttypes{
	margin-bottom: 40px;
}
.tx-me-project-messaging .panel {
	margin-bottom: 15px;
}
ul.tx-meprojectmessaging-new-selectinternal {
    border: none;
    padding: 0;
    margin: 0;
}
ul.tx-meprojectmessaging-new-selectinternal .checkbox input[type=checkbox] {
    position: relative;
    top: -3px;
    margin-right: 10px;
}
ul.tx-meprojectmessaging-new-internalrecipients, ul.tx-meprojectmessaging-new-externalrecipients {
    border: 1px solid #ccc;
    padding: 6px 5px;
    margin: 0;
    list-style: none;
    }
 .tx-me-project-messaging .row{
 	margin-bottom: 20px;
 }

/* upload */
 .tx-me-project-messaging .qq-upload-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: transparent;
    border-radius: 0px;
    border: 4px solid #C4037D;
    border-left-color: #0696BB;
    border-right-color: #2A71B0;
    border-top-color: #F18E1C;
	color:inherit;
	background:#fff;
	width:auto;
}
 .tx-me-project-messaging .qq-upload-button-hover {
    background: #e8e8e8;
	border-left-color: #C4037D;
    border-right-color: #C4037D;
    border-top-color: #C4037D;
}
 .tx-me-project-messaging .qq-upload-button-focus {
    outline: none;
	background: #e8e8e8;
	border-left-color: #C4037D;
    border-right-color: #C4037D;
    border-top-color: #C4037D;
}
 .tx-me-project-messaging .qq-upload-drop-area {
	background:#fff;
	border:4px dashed #ccc;
	color:inherit;		
}
 .tx-me-project-messaging .qq-upload-drop-area-active {
    border:4px dashed #C4037D;
}
 .tx-me-project-messaging .qq-upload-drop-area span {
	margin-top:0;
	top:6px;
}
 .tx-me-project-messaging .qq-upload-list {
	margin-top:20px;
	background:transparent;	
}
/* upload END */

.tx-me-project-messaging .fa{
	padding: 0 5px;
}

/* 190325 SM  END */

/* 190326 SM */
.tx-me-project-messaging ul.typo3-messages {
    margin-left: 0;
    padding-inline-start:0px;
}
/* 190326 SM  END */

/* 190328 SM */
.tx-meprojectmessaging-show h3:first-child {
    margin-top: 0;
    padding-top: 0;
}
.tx-me-project-messaging .btn {
    margin-right: 10px;
}
.tx-me-project-messaging ul.tx-meprojectmessaging-show-internalrecipients {
    margin-left: 0;
    padding-inline-start:0px;
}.tx-me-project-messaging ul.tx-meprojectmessaging-show-internalrecipients li{
    list-style: none;
}
.tx-meprojectmessaging-show-content {
    background: #E8E8E8;
    padding: 15px;
    font-size: 85%;
    line-height: 1.3;
}

/* in der arbeit SM
ul.f3-widget-paginator {
    border: 1px solid black;
    text-align: center;
    margin: 0;
    padding: 0;
}
ul.f3-widget-paginator li {
    margin: 0;
    padding: 0;
    border: 1px solid blue;
    list-style: none;

    display: inline-block;


    padding: 10px 20px;
    vertical-align: middle;
    margin-right: -5px;
}
*/
/* 190328 SM  END */





