@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

#testModal {
	/*scrollbar-width: none!important;*/
}

.header-sofy-modal.modal-dialog.modal2{
	margin-left: auto;
	margin-right: auto;
}
.header-sofy-modal.modal-dialog.modal2 .card-body{
 	/*padding-bottom: 0;*/
	border-bottom: none;
}

.header-sofy-modal.modal-dialog.modal2 .modal-body{
 	padding-bottom: 0;
	border-bottom: none;
}

.header-sofy-modal.modal-dialog.modal2 .table thead th{
	border-top: none;
}

.header-sofy-modal.modal-dialog.modal2 .modal-header {
	border-bottom: none;
	/*margin-bottom: 38px;*/
}



.header-sofy-modal.modal-dialog.modal2 .modal-body{
	padding-top:0;
	/*padding-left: 0;*/
	/*padding-right: 0;*/
}
.header-sofy-modal.modal-dialog.modal2.card-reminder-modal .modal-body{
	padding-left: 0;
	padding-right: 0;
}


.header-sofy-modal.modal-dialog.modal2 #newCards{

}

.header-sofy-modal.modal-dialog.modal2 .body-content{
	padding-left: 0;
	padding-right: 0;
}
.header-sofy-modal.modal-dialog.modal2 .card-body{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}


.header-sofy-modal.modal-dialog.modal2 .table-striped {
	/*margin-bottom: 38px;*/
}

.header-sofy-modal.modal-dialog.modal2 .table.table-striped thead tr th:first-child,
.header-sofy-modal.modal-dialog.modal2 .table.table-striped tbody tr td:first-child{
	padding-left: 50px;
}

.header-sofy-modal.modal-dialog.modal2 .table.table-striped thead tr th:last-child,
.header-sofy-modal.modal-dialog.modal2 .table.table-striped tbody tr td:last-child{
	 padding-right: 50px;
 }


.header-sofy-modal.modal-dialog.modal2.stop-modal .table.table-striped thead tr th:last-child,
.header-sofy-modal.modal-dialog.modal2.stop-modal .table.table-striped tbody tr td:last-child {
	padding-right: 30px;
}

.header-sofy-modal.modal-dialog.modal2.flight-change .table.table-striped thead tr th:last-child,
.header-sofy-modal.modal-dialog.modal2.flight-change .table.table-striped tbody tr td:last-child{
	padding-right: 15px;
}

.header-sofy-modal.modal-dialog.modal2.ticket-limit-modal .table.table-striped thead tr th:last-child,
.header-sofy-modal.modal-dialog.modal2.ticket-limit-modal .table.table-striped tbody tr td:last-child{
	padding-right: 38px;
}



.header-sofy-modal.modal-dialog.modal2 .table.table-striped tbody tr td{
	border:none;
}

.header-sofy-modal.modal-dialog.modal2 .table-striped tbody tr:nth-of-type(odd) {
	background-color: #f6f6f7;
}

.header-sofy-modal.modal-dialog.modal2 .table-striped tbody tr:nth-of-type(even) {
	background: none;
}

.header-sofy-modal.modal-dialog.modal2.stop-modal .table.table-striped tbody tr td:not(:last-child) {
	line-height: 40px;
}

.header-sofy-modal.modal-dialog.modal2.ticket-limit-modal .table.table-striped tbody tr td:not(:last-child):not(:nth-child(6)) {
	line-height: 38px;
}

.header-sofy-modal.modal-dialog.modal2.ticket-limit-modal .table.table-striped thead tr th:nth-child(5) {
	width: 100px;
	min-width: 100px;
}

.header-sofy-modal.modal-dialog.modal2.ticket-limit-modal .table.table-striped tbody tr td:nth-child(6) a.changeTicketLimit,
.header-sofy-modal.modal-dialog.modal2.ticket-limit-modal .table.table-striped tbody tr a.removeTicketLimit{
	height: 40px;
}

.header-sofy-modal.modal-dialog.modal2.no-flight-modal .table.table-striped tbody tr td:not(:last-child) {
	line-height: 40px;
}

.header-sofy-modal.modal-dialog.modal2.no-flight-modal .table.table-striped tbody tr td:last-child {
	text-align: right;
}

#packet-create .hotel-calendar input[type="text"]:disabled {
	background: white!important;
	color: #b3b3b3!important;
	border-color: #b3b3b3!important;
	opacity: 0.2;
}

#packet-create .incWrapper .inc{
	padding-left: 0!important;
}

.cardHeader {
	width: 100%;
	height: 228px;
	display: block;
	background-size: cover;
	/*background-color: #6d6e70;*/
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
	display:flex;
	justify-content:center;
	align-items:center;
	cursor: pointer;
}
.pulseRed {
	animation: pulse-red 2s infinite;
}
/*#res1 {
	background-image:url('/web/sofy2/images/res1.jpg');
}
#kund1 {
	background-image:url('/web/sofy2/images/kund1.jpg');
}
#prod1 {
	background-image:url('/web/sofy2/images/prod1.jpg');
}
#stat1 {
	background-image:url('/web/sofy2/images/stat1.jpg');
}
#fin1 {
	background-image:url('/web/sofy2/images/fin1.jpg');
}
#sys1 {
	background-image:url('/web/sofy2/images/sys1.jpg');
}
#rasp1 {
	background-image:url('/web/sofy2/images/rasp1.jpg');
}*/
.mainIndexPage > .col-md-6.col-xl-3 {
	cursor: pointer;
}
.mainIndexPage > .col-md-6.col-xl-3:hover .simpleLink {
	color:#0056b3;
}

.simpleLink {
	color:#222;
	font-size: 1.8em;
	/*font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
	letter-spacing: 0.2px;
	text-align: center;
	display: block;
	width: 100%;
}
.indexCard {
	border-radius: 0 !important;
}
input[type="text"] {
	padding: 8px 10px;
	border:1px solid #dadada;
	border-radius: 3px;
}
.db {
	display: block;
}
a.btn.btn-primary, a.btn.btn-primary:hover, a.btn.btn-success, a.btn.btn-success:hover {
	color:#fff;
	padding: 6px 20px;
}
.offen-button {
	text-transform: capitalize;
	margin-left: 10px;
	position: relative;
	margin-top: -4px;
}
#rightRes a {
	position: relative;
	margin-top: -4px;	
	margin-left: 10px;	
}
#topRes {
	display: flex;
}
#leftRes, #rightRes {
	width: 50%;
}
#leftRes input {
	width: calc(100% - 120px);
}
#rightRes {
	padding-left: 30px;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.lastr, .lasts, .lasto {
	display: none;
}
.restable a {
	text-decoration: underline;
}
.restable.stornotable a {
	color:#f24d39;
}
.w100p {
	width: 100%;
}
.editColor {
	color:#f24d39;
}
.cp {
	cursor:pointer !important;
}
h4.page-title, h4.page-title a {
	color:#fff;
}
.resViewButtons a {
	margin-right: 5px;
}
.dn {
	display: none;
}
.boldLabel label {
	font-weight: bold;
}
.df {
	display: flex;
}
.df h4{
	width: 100%;
	flex-grow:12;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.current {
    background-color: orange;
}
.deaktiv, .deaktiv *
{
    background-color:#DE3B2F !important;
    background-image: none !important;
    color: #fff !important;
}
.rechnung_day, .rechnung_day *
{
   background-color:#1BBF31 !important; 
   background-image: none !important;
   color:#fff !important;
}
.storno_day, .storno_day *
{
   background-color:#D391E0 !important; 
   background-image: none !important;
   color:#fff;
}
.teil_day
{
   background-color:#326629 !important; 
   background-image: none !important;
   color:#fff !important;
}
.eingang_day
{
   background-color:#F8B000 !important; 
   background-image: none !important;
   /*color:#fff;*/
}
.gut_day, .gut_day * {
    background-color: #88f795;
    background-image: none;
    color: #817a7a;
}
.longPre {
    background-color: #2e6da4;
}
.longPre a {
    color: #fff !important;
}
.minw100 {
	min-width: 100px;
}
.ttu {
	text-transform: uppercase;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.modal-dialog .close {
	float: right;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	position: absolute;
	right: 14px;
}
.modal-header h2 {
	width: 100%;
}
.formular-price-table {
	border-radius: 5px;
	border: 1px solid #6c7073;
	padding: 5px 3px;
}
.price-table td, .price-table tr{
	color: #6c7073;
	border:none;
}
.price-table {
	width: 100%;
}
.price-table td {
	padding: 0px 5px;
}
.minw100 {
	min-width: 100px;
}
.minh600 {
	min-height: 600px;
}
.lb {
	position: relative;
	top: 5px;
	left: 3px;
	margin-bottom: 0 !important;
}
#final-buttons a, #final-buttons button {
	margin-bottom: 5px;
}
#history {
	overflow: hidden;
}
#mail_title_text, #pdf_title_text {
	width: 280px;
}
.clone-person select {
	max-width: 100px;
	display: inline-block;
}
.ui-autocomplete li {
	padding: 2px 7px;
}
.fw100 {
	font-weight: 100;
}
.clear {
	clear: both;
}
.error {
	border-color: #f24734 !important;
	border-width: 1px;
}
.mh750 {
	min-height: 750px;
}
.h250 {
	max-height: 250px;
	height: 250px;
}
.h400 {
	max-height: 400px;
	height: 400px;
}
.h350 {
	max-height: 350px;
	height: 350px;
}
.h700 {
	max-height: 700px;
	height: 700px;
}
#flightplan {
	height: 300px;
}
.modal-dialog {
	max-width: 1200px !important;
}
.person-name {
	text-transform: uppercase;
}
#item-list ul.sortable li div{
	width: 100%;
	padding: 10px 0px;
	cursor: move;
}
#item-list ul.sortable {
	list-style-type: none !important;
}
.item-list-price {
	font-size: 16px;
}
.dd-handle {
	position: relative;
	width: 30px;
	height: 30px;
	cursor:pointer;
	right:20px;
}
.fwb {
	font-weight: bold;
}
.minw140 {
	min-width: 140px;
}
.ptb3 {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
.inputs input[type="text"] {
	width: 65%;
}
#testModal {
    z-index:8000;
}
.user-firm label{
    min-width: 130px;
    margin-bottom: 10px;
}
.stat-view #kundeSearchDelete {
	position: absolute;
	right: 22px;
	bottom: 12px;
}
.morris-hover.morris-default-style {
	top: -110px !important;
	width: 160px !important;
	position: relative !important;
}
.deaktiv, .deaktiv *
{
    background-color:#DE3B2F !important;
    background-image: none !important;
    color: #fff !important;
}
.rechnung_day, .rechnung_day *
{
   background-color:#1BBF31 !important; 
   background-image: none !important;
   color:#fff !important;
}
.storno_day, .storno_day *
{
   background-color:#D391E0 !important; 
   background-image: none !important;
   color:#fff;
}
.storno_day.teil_storno_day, .storno_day.teil_storno_day *
{
   background-color:#8F73FF !important; 
   background-image: none !important;
   color:#fff;
}
.storno_day.teil_storno_day
{
   border:1px dashed red;
}
.teil_day
{
   background-color:#326629 !important; 
   background-image: none !important;
   color:#fff !important;
}
.eingang_day
{
   background-color:#F8B000 !important; 
   background-image: none !important;
   /*color:#fff;*/
}
.gut_day, .gut_day * {
    background-color: #88f795;
    background-image: none;
    color: #817a7a;
}
.red {
    color:#cc181a !important;
}
.green {
    color:#39b54a !important;
}
#fintable td, #fintable th {
	padding: 3px !important;
	font-size: 12px;
}
#fintable button.modalCustom-link {
	padding: 1px 7px 3px 7px !important;
	font-size: 14px;
}
#fintable .modal-body {
	font-size: 14px;
}
#fintable button.close {
	font-size: 24px !important;
	padding: 5px !important;
}
#fintable2 td, #fintable2 th {
	padding: 3px !important;
	font-size: 14px;
}
#packetTable {
	width: 1300px;
}
.w100 {
	width: 100px !important;
}
input[switch]:checked + label.w100::after {
	left: 75px !important;
}
.userTable td {
	padding: 10px !important;
	vertical-align: middle;
}
.pr0 {
	padding-right: 0 !important;
}
.flex50 {
	flex:0 0 50% !important;
}
.messageUser {
	width: 300px;
	padding: 10px;
	position: absolute;
	top: 100px;
	left: 0;
	display: none;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(75,121,156,1);
	-moz-box-shadow: 0px 0px 14px 0px rgba(75,121,156,1);
	box-shadow: 0px 0px 14px 0px rgba(75,121,156,1);	
	z-index: 10000;
	background-color: #fff;
	border-radius: 5px;
}
.posr {
	position: relative;
}
.userTable tr {
	cursor: pointer;
}
.msg {
	width: 80%;
	clear: both;
	border-radius: 5px;
	padding: 2px 8px 6px 8px;
	line-height: 1.3em;
}
.myMessage {
	float: right;
	background-color: #777;
	color:#fff;
}
.oppMessage {
	float: left;
	background-color: #00aaeb;
	color:#fff;
}
.botMessage {
	background-color: #ffd700 !important;
	color: #000 !important;
}
.botMessage.msg a{
	color: #333 !important;
}
.botMessage.msg a:hover{
	color: #777 !important;
}
.myMessageDate {
	float: right;
	color: #777;
	text-align: right;
	margin-bottom: 14px;
}
.oppMessageDate {
	float: left;
	color: #777;
	text-align: left;
	margin-bottom: 14px;	
}
.muwrapper {
	padding: 10px;
}
.muheader {
	padding: 5px;
}
.sendtext {
	padding: 3px 4px 3px 4px;
	border-radius:50%;
	border:1px #00aaeb solid;
	position: relative;
	top: 10px;
}
.sendtext i{
	color: #00aaeb;
}
.mutext {
	border:none;
	border-top:1px solid #eee;
	height: 50px;
	width: 100%;
}
.mufooter {
	padding: 7px;
}
.mes {
	position: relative;
}
.countmes {
	color:#fff;
	position: absolute;
	right: 11px;
	top: 5px;
}
#packetInfo {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 1.2em;
	margin-left: 2px;
	margin-right: 2px;
	color:#000 !important;
}
.sendMailIncomingBlock {
	display: none;
}
.fa-trash {
	color: #ed6e64;
	cursor: pointer;
}
.fa-1-5x{
	font-size: 1.5em;
}


.sendMailIncoming, .sendMail, #historyIncoming {
	margin-bottom: 5px;
}
.sendMailIncomingBlock .emails {
	padding-top: 10px;
	padding-bottom: 10px;
}
.emailInc {
	margin-top: 10px;
	margin-bottom: 10px;
}
.emailInc input {
	width: 220px;
}
.select2-container--open {
	z-index: 10000;
}
#begintime, #endtime {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.myAlert img {
	width: 72px;
	border-radius: 50%;
}
.myAlert {
	max-width: 380px;
}
.upMeetStatus {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0px 5px !important;
}
.saveFfpRefund {
	/*position: absolute;*/
/*	top: 14px;
	right: 12px;*/
	margin-right: 5px;
}
.incExample{
	display: none;
}
.form-airport input{
	margin-bottom: 20px;
}
.form-airport h5 {
	font-size:16px;
}
.airportExample {
	display: none;
}
.incWrapper .inc {
	padding-left: 70px;
}
.saveHotel, .addNewHotel, .deleteHotel {
	position: relative;
	top: -25px;
}
#generateTable input[type="text"] {
	text-align: center !important;
}
.innerYellow {
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,242,0,1);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,242,0,1);
	box-shadow: inset 0px 0px 0px 3px rgba(255,242,0,1);
}
#margeResults, #seasonResults {
	margin-top: 20px;
}
#seasonResults {
	padding-left: 0;
	margin-left: -15px;
}
.repairSeAngebot.text-danger {
	cursor: pointer;
}
.deleteReminder {
	cursor: pointer;
	margin-left: 10px;
	float: right;
}
#JServices {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top: 20px;
}

#JServicesAdd {
	padding-top: 20px;
	padding-bottom: 30px;
	background: radial-gradient(at 50% -20%, #dadada, #fff) fixed;
}

.j_service {
	margin-top: 10px;
}
/*#showPackets {
	display: none;
}*/
.fc-license-message {
	display: none !important;
}

td.fc-timeline-slot {
	border: 1px solid #ddd !important;
	position: static !important;
}

/*.fc-scroller:not(.fc-timeline-event) {
	cursor: move;
}
*/
.fc-scroller {
	/*cursor: pointer;*/
}

.fc-timeline-event {
	padding: 7px 38px 7px 7px !important;
	font-size: 1.2em;
}

.fc-timeline-event::after {
	background-image: url('/web/images/more1.png');
	background-repeat: no-repeat;
	position: absolute;
	right: 12px;
	top: 13px;
	cursor: pointer;
	z-index: 10000;
	content: 'art';
	color: transparent;
	background-size: 14px;
}

.fc-event-title {
	font-size: 1.4em;
}
.fc-timeline-slot-cushion {
	word-spacing: 50px;
	white-space: inherit !important;
}
.fc-timeline-slot-label[colspan]:not([colspan="1"]) {
	background-color: #f3f2f9 !important;
}
.fc-timeline-slot-label[colspan]:not([colspan="1"]) a{
	color:#4b5e77 !important;
	font-size: 1.4em;
	text-transform: uppercase;
}
.fc-timeline-slot-label[colspan="1"] {
	
}
.fc-timeline-slot-label[colspan="1"] a{
	color:#3f536e !important;
	border-bottom: 2px solid #e6e7e8;
}
.mdi.mdi-send.mdi-18px {
	position: relative;
	top: 1px;
	left: 1px;
}
.row.period {
	padding-top: 10px;
	padding-bottom: 10px;
}
.row.period input[type="text"] {
	width: 100%;
}
.row.period:nth-child(odd) {background: radial-gradient(at 50% -20%, #dadada, #fff) fixed}

.hotelPacketsDesc {
	padding-bottom: 10px;
	padding-top: 10px;
}

