/*admin*/
body,html {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;
}

.success {
    color: green;
}

.empty {
    font-style: italic;
    font-size: 12px;
    color: #6C6B6C;
    font-family: Arial;
}

.color {
    float: left;
    width: 13px;
    height: 13px;
    margin-right: 5px;
}

.color_confirmed {
    background: #777828;
}

.color_confirmed_waiting {
    background: #F60;
}

.color_begining {
    background: #CE3833;
}

.color_accepted_end {
    background: #DBDAD6;
}

.color_bartek {
    background: #2BAFCE;
}

.color_wiola {
    background: #E08CE1;
}

.legend-color {
    padding: 0 10px;
    display: inline;
    float: left;
    font-size: 10px;
}

.garden_suit2 {
    background: #2FAACE;
}

.familly_suit2 {
    background: #63E9FC;
}

.familly_suit2_2 {
    background: #C0FF97;
}

.oceanview_studio2 {
    background: #FFFF84;
}

.familly_suit4 {
    background: #FF7373;
}

.villa6 {
    background: #D73E68;
}

.rooms {
    font-size: 12px;
    color: #000;
}

.rooms input {
    float: left;
}

.radio-title {
    clear: right;
    float: left;
    padding-left: 5px;
}

#ui-datepicker-div {
    display: none;
}

.errors * {
    color: red;
}

.center {
    text-align: center;
}

.tak {
    color: green;
    font-weight: 700;
}

.nie {
    color: red;
    font-weight: 700;
}

a {
    text-decoration: none;
}

a:hover {
    color: #3CF;
}

.overlay {
    display: none;
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4F5155;
    opacity: .5;
}

.loader {
    display: block;
    width: 126px;
    height: 22px;
    margin: 20% auto;
    background: url(../img/ajax-loader.gif) no-repeat;
}

.clear {
    clear: both;
}

.clear-10 {
    clear: both;
    height: 10px;
}

.clear-20 {
    clear: both;
    height: 20px;
}

.max {
    width: 100%;
}

#main_wrapper {
    width: 1100px;
    margin: 0 auto;
}

header {
    width: 100%;
    min-height: 60px;
    clear: both;
    border-bottom: 1px solid #EDEBEB;
}

footer {
    width: 100%;
    height: 60px;
    clear: both;
    border-top: 1px solid #EDEBEB;
    font-size: 10px;
    padding-top: 10px;
    font-family: 'Noto Sans',sans-serif;
    color: #EDEBEB;
}

#author {
    color: #EDEBEB;
    text-decoration: none;
}

#author:hover {
    color: #4F5155;
}

header #logo {
    width: 200px;
    float: left;
}

header #sitename {
    font-size: 21px;
}

#left {
    padding-top: 30px;
    width: 200px;
    float: left;
}

#menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-family: 'Noto Sans',sans-serif;
}

#menu li {
    border-bottom: 1px dotted #683732;
    width: 90%;
    padding-left: 10px;
}

#menu li:hover {
    background: #f2f2f2;
}

#menu a {
    font-size: 12px;
    color: #683732;
    text-decoration: none;
}

#menu .active {
    color: #39F!important;
    font-weight: 700;
}

#menu a:hover {
    color: red;
}

#menu ul {
    padding-left: 15px;
}

#menu ul li {
    border-bottom: none;
}

#menu .submenu {
    margin-bottom: 5px;
}

#right {
    padding-top: 30px;
    width: 900px;
    float: right;
}

.upload-button {
    margin-bottom: 10px;
    width: 90px;
    border: solid 1px #7FAAFF;
    background-color: #C5D9FF;
    padding: 3px 3px 0 7px;
    border-radius: 3px;
}

#breadcrumb {
    padding-bottom: 15px;
    font-size: 10px;
    font-family: 'Noto Sans',sans-serif;
}

#breadcrumb a {
    color: #4286F4;
    text-decoration: none;
}

#breadcrumb a:hover {
    color: #385ea2;
}

.left {
    float: left;
}

.right {
    float: right;
}

.btn-save {
    background: #03a826;
    border: #78E14C;
    padding: 6px 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #444;
    cursor: pointer;
    border-radius: 3px;
}

.btn-save:hover {
    background: linear-gradient(to top,#0f7b26,#0f7b26);
}

.btn-file-rm,.btn-rm {
    background: linear-gradient(to top,red,red);
    border-color: #444;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #444;
    cursor: pointer;
    margin: 3px;
}

.btn-rm a {
    padding: 3px 10px;
    text-decoration: none;
    color: inherit;
    display: block;
}

.btn-rm a:hover {
    text-decoration: none;
    color: inherit;
}

.btn-file-rm:hover,
.btn-rm:hover {
    background: linear-gradient(to top,darkred,darkred);
    text-shadow: 0 0 0 #000;
}

.btn-edit {
    margin: 3px;
    background: linear-gradient(to top,#1c8cc4,#1c8cc4);
    border-color: #444;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #444;
    cursor: pointer;
}

.btn-edit a {
    padding: 3px 10px;
    text-decoration: none;
    color: inherit;
    display: block;
}

.btn-edit a:hover {
    color: inherit;
    text-decoration: none;
}

.btn-edit:hover {
    background: linear-gradient(to top,#0a6ea1,#0a6ea1);
    text-shadow: 0 0 0 #000;
}

.btn-n {
    margin: 3px;
    background: linear-gradient(to top,#4286F4,#4286F4);
    border-color: #444;
    border-radius: 3px;
    padding: 3px 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #444;
    cursor: pointer;
    width: 60px;
}

.btn-n a {
    text-decoration: none;
    color: inherit;
}

.btn-n:hover {
    background: linear-gradient(to top,#4286F4,#4286F4);
    text-shadow: 0 0 0 #000;
}

.mt-8 {
    margin-top: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.m-auto {
    margin: 0 auto;
}

.btn-add {
    display: inline-block;
    margin: 5px 0 15px;
    background: linear-gradient(to top,#00AA00,#00AA00);
    border-color: #444;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #444;
    cursor: pointer;
}

.btn-add a {
    padding: 3px 5px;
    text-decoration: none;
    color: inherit;
	display: block
}
.btn-add a:hover {
    text-decoration: none;
    color: inherit;
}

.btn-add:hover {
    background: linear-gradient(to top,#008800,#008800);
    text-shadow: 0 0 0 #000;
}

.btn-danger,
.btn-warning{
	border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #444;
    cursor: pointer;
}

.btn-warning a {
    padding: 3px 5px;
    text-decoration: none;
    color: inherit;
	display: block
}
.btn-warning a:hover {
    text-decoration: none;
    color: inherit;
}

input.btn-add,
button.btn-add,
input.btn-save,
button.btn-save,
input.btn-rm,
button.btn-rm,
input.btn-warning,
button.btn-warning,
input.btn-danger,
button.btn-danger,
input.btn-add:focus,
button.btn-add:focus,
input.btn-add:active,
button.btn-add:active,
input.btn-save:focus,
button.btn-save:focus,
input.btn-save:active,
button.btn-save:active,
input.btn-rm:focus,
button.btn-rm:focus,
input.btn-rm:active,
button.btn-rm:active,
input.btn-warning:focus,
button.btn-warning:focus,
input.btn-warning:active,
button.btn-warning:active,
input.btn-danger:focus,
button.btn-danger:focus,
input.btn-danger:active,
button.btn-danger:active
{
    border-width: 0 !important;
}
input.btn-add,
button.btn-add,
input.btn-add:focus,
button.btn-add:focus,
input.btn-save,
button.btn-save,
input.btn-save:focus,
button.btn-save:focus,
input.btn-rm,
button.btn-rm,
input.btn-rm:focus,
button.btn-rm:focus,
input.btn-warning,
button.btn-warning,
input.btn-warning:focus,
button.btn-warning:focus
{
    padding: 3px 5px;
}


a.btn-rm,
a.btn-edit,
a.btn-add,
a.btn-warning,
.btn-file-rm{
    padding: 4px 6px;
}
a.btn-rm:hover,
a.btn-edit:hover,
a.btn-add:hover,
a.btn-warning:hover,
.btn-file-rm:hover,
a.btn-rm:focus,
a.btn-edit:focus,
a.btn-add:focus,
a.btn-warning:focus,
.btn-file-rm:focus{
    color: white;
	text-decoration: none;
}

.btn-move {
    border-color: #444;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 1px #444;
    cursor: pointer;
}

.datagrid table {
    border: 1px solid #E2e2e2;
    font-family: Arial;
    font-size: 12px;
    border-collapse: collapse;
}

.datagrid th {
    text-align: left;
    font-weight: 600;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px solid #E2e2e2;
    background: #F1F1F1;
}

.datagrid .image-list {
    text-align: center;
}

.datagrid td {
    padding: 3px 6px!important;
    border-right: 1px solid #E2e2e2;
    font-size: 12px;
}

.datagrid td.last-col {
    border-right: 0!important;
}

.datagrid tr {
    border-bottom: 1px solid #E2e2e2;
}

.datagrid tr:hover {
    background: #F8F8F8;
}

.datagrid thead tr:hover {
    background: 0 0;
}

.actions-table {
    margin: 0 auto;
}

input,textarea {
    border: 1px solid #C5D9FF;
    border-radius: 0;
    box-shadow: 0;
}

input:focus,textarea:focus {
    border: 1px solid #8EF4F1;
}

input.small {
    width: 50px;
}

input.middle {
    width: 200px;
}

input.large {
    width: 300px;
}

.max_size,input.max,textarea.max {
    width: 100%;
}

textarea {
    height: 100px;
}

.form-table tr td:first-child {
    font-family: Arial;
    text-align: right;
    padding-right: 20px;
    width: 120px;
}

.form-table td {
    font-size: 12px;
    padding: 10px 0;
}

.form-1-n {
    list-style-type: none;
    padding-left: 0;
}

.form-1-n li {
    border-radius: 3px;
    display: inline-block;
    padding: 8px;
    margin: 8px 3px;
}

.form-1-n span {
    font-size: 11px;
    padding-left: 10px;
    color: #fff;
    font-weight: 700;
}

.form-1-n input {
    vertical-align: middle;
}

.tag-selected {
    background: #39F;
}

.tag-no-selected {
    background: #e5cbc8;
}

#logout {
    display: inline;
    float: right;
    font-size: 14px;
}

#c-wrapper h1 {
    font-size: 20px;
}

#crumb {
    font-size: 10px;
    margin-bottom: 20px;
}

#login-form {
    width: 173px;
    margin: 12px auto;
    padding: 12px 0;
}

#login-form label {
    font-size: 12px;
    font-weight: 700;
    margin: 2px;
}

.active {
    color: green;
    font-weight: 700;
}

.no-active {
    color: red;
    font-weight: 700;
}

.alert-error {
    color: red;
    font-size: 14px;
}

.alert-success {
    font-weight: 700;
    color: #9C3;
    font-size: 14px;
}

.field-row .alert-error {
    font-size: 11px;
}

.field-required {
    color: red;
}

.text-center {
    text-align: center;
}
/* jquery ui */
#ui-datepicker-div {
    background: #fff;
    font-size: 12px;
    border: 1px solid #C5D9FF;
    padding: 2px;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    font-weight: 700;
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    font-weight: 700;
}

.ui-datepicker-title {
    clear: both;
    text-align: center;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

.ui-timepicker-rtl dl {
    text-align: right;
}

.ui-timepicker-rtl dl dd {
    margin: 0 65px 10px 10px;
}

.page-mods {
    text-align: left;
    width: 100px;
}

.page-mods a:hover {
    text-decoration: underline;
}

.serialized-lines {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}

.serialized-lines li {
    margin-top: 6px;
}

.upload-progress {
    font: 19px Times;
    font-weight: 700;
    color: #39F;
}

.ui-datepicker-calendar td {
}

#add-event-clean-form {
    display: none;
}
/* pomniki */
#info-alert {
    margin: 25px 0 0 0;
}

#info-alert-text {
    padding: 0;
    margin: 0;
}

#speed-search {
    padding: 10px 0;
}

.pagin ul {
    float: right;
}

.pagin ul li {
    list-style-type: none;
}

.pagin ul li {
    float: left;
    margin-left: 15px;
}

.pagin ul li a, .pagin ul li b {
    font-size: 80%;
}

.fileinput-button {
    border-radius: 0 !important;
    padding: 3px 6px;
    font-size: 100% !important;
}

.btn {
    font-size: 100% !important;
    padding: 3px 6px !important;
}

.progress {
    border-radius: 0 !important;
}

#adv-search th {
    font-size: 65%;
}

.btn-default {
    padding: 3px;
    border: 1px solid #53AAFA !important;
}

.btn-default:hover {
    background: none;
}

.fc-event {
    font-size: 10px !important;
    padding: 0px;
    margin: 0px;
    border-radius: 0 !important;
}

td.val {
    color: #000;
}

#legend {
    clear: both;
}

.legend-box {
    float: left;
    margin-left: 20px;
	min-width: 120px;
}

.legend-title {
    font-size: 11px;
    padding-left: 30px;
	white-space: nowrap;
}

.legend-color {
    width: 15px;
    height: 15px;
}

.fc-client {
    display: inline;
    padding: 3px;
    margin: 1px;
    background: #04a3e6;
    border-radius: 6px;
    color: #fff;
}

.serv-price {
    font-weight: bold;
}

.short-del-event {
    float: right;
	padding: 1px 4px 0 4px !important;
}

.ajax-client-data {
    padding: 5px 0 0 0;
    color: #000;
}

.ajax-principal-data {
    padding: 5px 0 0 0;
    color: #000;
}

#done-task-not-conf {
}

.alert h2{
	margin: 0;
}

#upcoming-task tr{
	cursor: pointer;
}
#upcoming-task tr:hover td{
	text-decoration: underline;
}

/* fullcalendar.php */
.fc-event-statsu-ZREALIZOWANE img{
	opacity: 0.5;
}	
.fc-event-statsu-ZAKONCZONE{
	opacity: 0.6;
}	
	.fc-event-statsu-ZAKONCZONE  img{
		opacity: 0.4;
	}	
.fc-event-title .no-performer{
	background: url(../img/red-line.png?3) no-repeat center;
	background-size: 100% 100%;
}
.alert-overlay {
    display: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    opacity: 0.8;
    background:#fff;
    z-index:100;
}
.alert {
    border: 1px solid #999;
	box-shadow: 0 0 10px #666;
    display: none;
    position: absolute;
    top: 10px;
    /* right: 300px; */
    background: rgb(249,249,249);
    padding: 10px 10px;
    z-index: 999;
    color: #3399FF;
    border-radius:0px;
	font-size: 12px;
}
.alert .alert-header{
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	padding: 0 10px 10px 10px;
}
.alert .alert-footer{
	border-top: 1px solid #DDD;
	margin-top: 10px;
	padding: 10px 10px 0 10px;
}
	.alert .alert-header h4{
		margin-bottom: 0;
		margin-top: 4px;
	}
	.alert .alert-header .btn-add,
	.alert .alert-header .btn-rm,
	.alert .alert-header .btn-warning{
		margin-bottom: 0;
		margin-top: 0;
	}
	.alert .alert-footer .btn-add,
	.alert .alert-footer .btn-rm,
	.alert .alert-footer .btn-warning{
		margin-bottom: 0;
		margin-top: 0;
	}
form td.title {
    padding-right:10px;
    padding-top:3px;
    text-align:right;
    width:165px;
	vertical-align: top;
}
	form .form-table td.title {
		padding:12px 20px 10px 0;
		width:185px;
	}
form td.title * {
    font-weight: normal;
}
form td input[type="radio"],
form td input[type="checkbox"] {
	margin-top: 0;
	position: relative;
	top: 3px;
}
form td .ac_conteiner{
	border: 1px solid #c5d9ff;
}
form td.val select{
	border: 1px solid #c5d9ff;
	background: #FFF;
	width: 300px;
}
form td .progress{
	margin-top: 5px;
	margin-bottom: 0;
	height: 10px;
}
form td .datagrid{
	margin-top: 5px;
}
form td table.datagrid{
	border: 1px solid #CCC;
}
form td table.datagrid tbody tr td,
form td table.datagrid tfoot tr td{
	border-color: #CCC;
}
form td table.datagrid thead tr td{
	background: #999;
	color: white;
}
#description {
    width:100%;
    height:50px;
}
#add-date-table {
    width:650px;
}
input[name=advance] {
    width:60px;
}
#principal , #individual {
	display:none;
}
.circle-green {
    display:inline-block;
     height:10px;
     width:10px;
     border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     background:green;
}
.circle-red {
    display:inline-block;
     height:10px;
     width:10px;
     border-radius: 10px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     background:red;
}
#add-date-table td{
    padding-bottom: 5px;
}

/* Map */
.map-field {
    width: 100%;
    height: 300px;
    border: 1px solid #C5D9FF;
    background: white;
}
.map-field.loading {
    display: flex;
    justify-content: center;
    align-items: center;
}