
/* /pflichterix_team/static/src/css/pflichterix.scss */
 div.main{margin-top: 20px; margin-bottom: 40px;}div.centered{max-width: fit-content; margin-left: auto; margin-right: auto;}div.hor-div{display: -webkit-box; display: -webkit-flex; display: flex; flex-direction: row;}div.hor-div div{margin: 5px;}div.new{margin-top: 10px; margin-left: 5px;}div.new-team{color: blue;}div.new-participant{color: darkcyan;}table.padded-table{margin: 0; border: none; border-collapse: separate; border-spacing: 0; margin-top: 15px;}table.padded-table th, table.padded-table td{padding: 3px; text-align: center;}tr.retired{color: gray;}table.striped tr:nth-child(even){background-color: o-color("o-color-2");}table.striped tr{height: 26px;}table.striped td{padding: 5px;}table.table-create-edit-participant tr{height: 40px;}.table-create-edit-participant-span-td{padding-left: 10px;}table.border-outside-header{border: gray solid 1px; width: 100%;}table.border-outside-header th{border-bottom: gray solid 1px;}table.border-full{width: 100%; border-collapse: collapse;}table.border-full th{border: gray solid 1px; background-color: o-color("o-color-2");}table.border-full td{border: gray solid 1px;}span.flag-display{font-size: smaller; color: grey;}.error{color: red;}button.icon-only-submit{border: none; outline: none; background: none;}.select-checkbox-fa option::before{font-family: FontAwesome; content: "\f096"; width: 1.3em; display: inline-block; margin-left: 2px;}.select-checkbox-fa option:checked::before{content: "\f046";}.border-outside{border: gray solid 1px;}.icons-team-table{font-size: 26px; vertical-align: middle;}.add-participant-icons{margin-bottom: 10px;}.red-trash{color: #E31D1E;}.blue-edit{color: blue;}.red-submit{color: #E31D1E;}.green-submit{color: #00c400;}.update-team-btn{background-color: #E31D1E; color: white;}.add-team-btn{background-color: blue; color: white;}.switch{position: relative; display: inline-block; width: 42px; height: 22px; vertical-align: middle; margin: 0;}.switch input{opacity: 0; width: 0; height: 0;}.slider{position: absolute; cursor: pointer; background-color: #808080; border-radius: 22px; top: 0; left: 0; right: 0; bottom: 0; transition: 0.2s;}.slider:before{position: absolute; content: ""; height: 16px; width: 16px; left: 3px; bottom: 3px; background-color: white; border-radius: 50%; transition: 0.2s;}input:checked + .slider{background-color: #67B14C;}input:checked + .slider:before{transform: translateX(20px);}.switch.switch-sm{width: 30px; height: 16px;}.switch.switch-sm .slider{border-radius: 16px;}.switch.switch-sm .slider:before{width: 12px; height: 12px; left: 2px; bottom: 2px;}.switch.switch-sm input:checked + .slider:before{transform: translateX(14px);}.positions-td{vertical-align: top; padding-top: 6px;}.new-participant-icon{text-align: right;}.participant-form{width: 40%; margin-left: 16px; margin-top: 16px;}