/**
Dropkick CSS

used to overwrite Primefaces CSS definitions
by inserting it last in the template (see template.xhtml) it is assured that with same specifity this CSS
wins

some advice:
- do not overwrite anything in the primefaces css directly, use always this css
- do not use important unless you need to override a hardcoded style on an HTML element (which you do not),
because you can access all style attributes directly
**/

.container.dropkickwidth {
    width: 100%;
}

.dropkickwidth .container {
    width: 100%;
    alignment: left;
}

body > .container {
    padding: 0px 15px 0;
}

/** removes the borders from grids */
.ui-panelgrid > * > tr,
.ui-panelgrid td.ui-panelgrid-cell {
    border: none;
    border-style: none;
    border-width: 0px;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
    white-space: nowrap;
    vertical-align: middle;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

/** coloring h4 in Dropkick-green*/
.h4, h4 {
    color: #B5CC48;
}

/** set column-width from auto to specific for certain column types */
.activecolumn {
    width: 40px;
}

.editcolumn,
.deletecolumn {
    width: 40px;
    text-align: center;
}

.deletecolumn.dialog {
    width: 50px;
}

.symbolplusactioncolumn,
.textdeletecolumn {
    width: 120px;
}

.ui-datatable thead th.contesttitlecoloumn, .ui-datatable tbody td.contesttitlecoloumn, .ui-datatable tfoot td.contesttitlecoloumn, .ui-datatable tfoot th.contesttitlecoloumn {
    white-space: break-spaces;
}

.ui-datatable thead th.teamtitlecoloumn, .ui-datatable tbody td.teamtitlecoloumn, .ui-datatable tfoot td.teamtitlecoloumn, .ui-datatable tfoot th.teamtitlecoloumn {
    white-space: break-spaces;
}

.contestseasoncoloumn {
    width: 60px;
}

.shortinfocolumn {
    width: 120px;
}

.namecolumn {
    width: 240px;
}

.idcolumn {
    width: 90px;
}

.doctypecolumn {
    width: 200px;
}

.datecolumn {
    width: 200px;
}

.columnsymbol,
.columnproduct {
    width: 40px;
}

.columnfa { /** do not use 'fa', because of Font Awesome*/
    width: 55px;
}

.columnak,
.columnan,
.columncamnum {
    width: 30px;
}

.columnke,
.columnki {
    width: 40px;
}

.columnid {
    width: 60px;
}

.columnhst {
    width: 30px;
}

.column2lt {
    width: 30px;
}

.columncamopskill{
    width: 120px;
}

.skillShortIcon{
    border-radius: 2px;
    background-color: #6AA84F;
    padding: 2px 4px;
    margin-right: 5px;
}

.skill-workpackage-label{
    width: 60px;
}
.skill-status{
    width: 85px;
    border-radius: 3px;
    padding: 2px 4px;
    text-align: center;
    color: #eeeeee;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.clickable{
    cursor: pointer;
}

.camOpSkillSelectButton .ui-button.ui-state-active{
    background-color: #6AA84F;
}


.datecolumn {
    width: 140px;
}

.custom-link-styling {
    color: #0f0f0f;
    text-decoration: none;
}

.contestcolumn, .filmerPositonColumn {
    width: 120px;
}

/** remove padding from table heads, for very small columns to look better*/
.ui-datatable thead th.nopadding {
    padding: 0px;
}

/** aligns panel grid content to top (needed if 2 panel grids are parellel*/
.vert-align-top > tbody > tr > td {
    vertical-align: top;
}

tbody > tr > td {
    vertical-align: top;
}

/** stretches an input field to the desired size, recommended for longer input as names*/
.longerinput > input,
.ui-widget-content .longerinput {
    width: 350px;
}

/** plz and city not in use*/
.ui-widget-content .plz {
    width: 60px;
}

.ui-widget-content .city {
    width: 150px;
}

.ui-widget-content a {
    color: #337AB7;
}

.noborder > .ui-widget-content {
    border: 0px;
}

/** dropkick-green to all widget-headers (panel etc)*/
.ui-widget-header {
    background: rgb(181, 204, 72) none repeat scroll 0% 0%;
}

label.note-difference, .ui-widget-content.note-difference, .ui-widget-header .note-difference {
    border: 1px solid #00ffff;
    background: #00ffff;
}

.ui-inputfield.note-difference, .ui-widget-content .ui-inputfield.note-difference,
.note-difference > .ui-inputfield {
    border: 1px solid #00ffff;
}

.ui-selectonelistbox, .ui-selectmanymenu .ftpmultiselect, .ui-multiselectlistbox-listcontainer .ftpmultiselect,
.ftpmultiselect > *, * > .ftpmultiselect {
    width: 300px;
}

.ui-widget-content .panelnoborder {
    border: 0px none;
}

.ui-widget .ui-widget, .ui-widget {
    font-size: 13px;
}

.ppgreen {
    color: #00ff00;
}

.ppfacheckinok {
    color: #6d9eeb;
}

.ppyellow {
    color: #6aa84f;
}

.ppred {
    color: #c81717;
}

.ui-widget-content a .fa {
    color: black;
}

.condensedtable tbody.ui-datatable-data > tr > td {
    padding: 1px 10px;
}

.ui-datatable.ui-datatable-sticky.ui-widget {
    z-index: 10 !important;
}

/** colors for calender entries */
.fc-event.request {
    background-color: yellow;
    color: black;
}

.fc-event.declined {
    background-color: darkorange;
    color: black;
}

.fc-event.accepted {
    background-color: green;
}

.formation-img {
    max-width: 300px;
    height: auto;
}

.accr-briefing-button{
    width: 20px;
}

.accr-briefing-del-message{
    display: inline;
    background-color: #D9EDF7;
    border: #BCE8F1 1px solid;
    color: #3A87B6;
    padding: 3px;
    border-radius: 3px
}

.venue-image-display{
    max-height: 100px;
    max-width: 100px;
}

.venue-image-panel{
    text-align: center;
}

.venue-image-panel .ui-panel-title{
    margin: 0;
}

.venue-image-display-overlay{
    max-height: 800px;
    max-width: 1000px;
}

.venue-image-edit{
    display: block;
    max-height: 350px;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.skillsPanel button {
    width:80px;
    text-align: center;
    margin: 0 5px 0 5px ;
}
.skillsPanel .skillShort {
    display: inline-block;
    width:50px;
}

.skillsPanel .skillName {
    display: inline-block;
    width:150px;
}

.skillsPanel{
    margin: 2px 0 2px 0;
}

.assignmentCardPanel{
    margin: 10px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #FFFFFF;
    border: solid 1px #808080;
    color: black;
    contain: content;
}

.assignmentCardPanel:hover{
    border: solid 1px #337AB7;
    background-color: #f3f3f3;
}

.assignmentCardPanel .ui-widget-content{
    background-color: transparent;
}

.assignmentProcess{
    display: inline-block;
}

.assignmentProcess button{
    margin: 0 5px;
}

.trainingbutton, .feedback-switch{
    margin-left: 5px;
    outline: none;
}

.trainingbutton:focus{
    outline: none;
}

.ui-datatable-header.ui-widget-header{
    position: relative;
}
.csv-export{
    position: absolute;
    top: 12px;
    right: 10px;
}

.ui-progressbar .ui-progressbar-value.ui-widget-header.ui-corner-all{
    background-color: #FFFFFF;
}

.ui-inputswitch div.ui-inputswitch-on{
    background: #B5CC48;
    height: 100%;
}

.ui-button.ui-state-default.execution-approved-button {
    background: #419641;
}

button.execution-handle-button{
    margin-left: 20px;
}

.skillsPanel .btn{
    padding:6px 6px;
}

.skillsPanel .link-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 15px 0 5px 0;
}

/** Skill CSV Import */
.skill-import-log{
    margin: 5px 0;
}
.personnel-name{
    background-color: #b5cc48;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}
.personnel-name.existing{
    background-color: #b5cc48;
}

.personnel-name.not-existing{
    background-color: #ff7c7c;
}

.mapping-entry{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
