.jsplash-inner.module-calendar-add-event-window {
    max-width: 600px;
    text-align: left;
}

.calendarAddEditEvent {
    width: 400px;
}

.calendarAddEditEvent .field {
    position: relative;
    float: left;
    width: 400px;
}

.calendarAddEditEvent .start, .calendarAddEditEvent .end {
    position: relative;
    float: left;
    width: 165px;
    padding: 5px 0;
}

.calendarAddEditEvent .separator {
    position: relative;
    top: 12px;
    float: left;
    width: 70px;
    text-align: center;
}

.calendarAddEditEvent input[name='start'], .calendarAddEditEvent input[name='end'] {
    float: left;
    width: 100px;
    margin-right: 5px;
}

.calendarAddEditEvent input[name='start_time'], .calendarAddEditEvent input[name='end_time'] {
    width: 60px;
}

.calendarAddEditEvent textarea[name='text'] {
    height: 100px;
}

.calendarAddEditEvent .delete-event {
    position: relative;
    float: right;
}

.calendarAddEditEvent .event-reminders-list {
}

.calendarAddEditEvent .add-reminder {
    color: #454645;
    margin-top: 6px;
}

.calendarAddEditEvent .add-reminder:before {
    color: #12C705;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.calendarAddEditEvent .event-reminders-list .event-reminder {
}

.calendarAddEditEvent .event-reminders-list .name {
    color: #FB7405;
}

.calendarAddEditEvent .event-reminders-list .add_edit_reminder {
    font-size: 16px;
    position: relative;
    text-align: center;
    color: #383838;
    text-shadow: 0 1px 2px #959595;
    margin-left: 8px;
}

.calendarAddEditEvent .event-reminders-list .delete_reminder {
    font-size: 16px;
    position: relative;
    text-align: center;
    color: #C70000;
    text-shadow: 0 1px 2px #959595;
    margin-left: 6px;
}

.calendar-event-info {
    position: absolute;
    z-index: 9999;
    top: -9999px;
    overflow: hidden;
    width: 350px;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 8px 19px -7px rgba(0, 0, 0, 0.19), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-top: -1px;
}

.calendar-event-info-corner {
    position: absolute;
    width: 0;
    height: 0;
}

.calendar-event-info-corner.left {
    right: -9px;
    margin-top: -15px;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #ccc;
}

.calendar-event-info-corner.right {
    left: -9px;
    margin-top: -15px;
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-right: 8px solid #CCC;
}

.calendar-event-info-corner.left:before {
    position: absolute;
    top: 0;
    right: 2px;
    width: 0;
    height: 0;
    margin: -15px 0 0 -16px;
    content: '';
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #fff;
}

.calendar-event-info-corner.right:before {
    position: absolute;
    top: 0;
    left: 2px;
    width: 0;
    height: 0;
    margin: -15px -16px 0 0;
    content: '';
    border-top: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-right: 8px solid #fff;
}

.calendar-event-info.visible {
    overflow: visible;
    opacity: 1;
}

.calendar-event-info .event-info-cap {
    position: relative;
    color: #FFF;
    padding: 20px 20px 10px 20px;
}

.calendar-event-info .event-info {
    font-size: 13px;
    display: block;
    margin: 0;
    padding: 20px 10px 10px 10px;
    list-style: none;
    color: #4a4a4a;
}

.calendar-event-info .event-info .person-name-value {
    position: relative;
    font-weight: bold;
    margin-top: 10px;
}

.calendar-event-info .event-info > li {
    display: block;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
}

.calendar-event-info .event-info .event-separator {
    height: 1px;
    margin: 6px 0;
    padding: 0;
    background-color: #bbb8b8;
}

.calendar-event-info .event-info .field-name {
    float: left;
    width: 90px;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calendar-event-info .event-info .field-value {
    float: right;
    width: 230px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calendar-event-info .event-type-bullet {
    position: relative;
    top: -1px;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 100%;
}

.calendar-event-info .event-range .date {
    float: left;
    width: 113px;
    margin-right: 16px;
}

.calendar-event-info .event-range .time {
    float: left;
    width: 50px;
}

.calendar-event-info .event-title {
    font-size: 18px;
    font-weight: normal;
    overflow: visible;
    white-space: normal;
}

.calendar-event-info .event-text {
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    overflow: visible;
    white-space: normal;
    color: #fff;
    margin-top: 10px;
}

.calendar-event-info .event-reminder {
    color: #FB7405;
}

.calendar-event-info .event-reminder .date {
    float: left;
    width: 50px;
    margin-right: 16px;
}

.calendar-event-info .event-reminder .time {
    float: left;
    width: 50px;
}

.module-calendar-sidebar {
    font-size: 13px;
    float: left;
    overflow: hidden;
    width: 260px;
    color: #c5c5c5;
    background-color: #333;
    position: relative;
    display: none;
}

.module-calendar-sidebar .select-box.set-user-uid {
    margin-bottom: 10px;
}

.module-calendar-handle {
    /* margin-left: 270px; */
    vertical-align: top;
}

.module-calendar-sidebar .mini-calendar {
    width: 258px;
    height: 240px;
    margin: 0 auto;
}

.module-calendar-sidebar .mini-calendar .pika-single.dark-theme {
    border: 0;
}

.module-calendar-sidebar .preloader {
    position: relative;
    top: 50px;
}

.module-calendar-sidebar .preloader .fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
}

.module-calendar-sidebar .sidebar-events-list {
    position: absolute;
    top: 250px;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.module-calendar-sidebar .sidebar-events-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-calendar-sidebar .sidebar-events-list li {
    display: block;
    overflow: hidden;
    padding: 2px 8px;
    white-space: nowrap;
    cursor: pointer;
}

.module-calendar-sidebar .sidebar-events-list li:hover {
    color: #FFF;
}

.module-calendar-sidebar .sidebar-events-list li:hover .event-type {
    background-color: #FFF!important;
}

.module-calendar-sidebar .event-type {
    position: relative;
    top: 3px;
    float: left;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 100%;
}

.module-calendar-sidebar .event-title {
    float: left;
    overflow: hidden;
    width: 135px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.module-calendar-sidebar .empty-list {
    position: relative;
    text-align: center;
}

.module-calendar-sidebar .event-date-range {
    font-size: 12px;
    float: right;
    width: 75px;
    text-align: right;
    color: #707070;
}

.module-calendar-sidebar .events-title {
    font-weight: bold;
    margin: 10px 0 2px 0;
    text-transform: uppercase;
    color: #858486;
    padding: 0 8px;
}

.module-calendar-sidebar .side-bar-event.today .events-title {
    color: #3af;
    padding: 0 8px;
}

.calendarAddEditReminder {
}

.calendarAddEditReminder .reminder-date {
    float: left;
    width: 100px;
    margin-right: 5px;
}

.calendarAddEditReminder .reminder-time {
    width: 60px;
}

.calendarAddEditReminder input[type="submit"] {
}

.calendarAddEditReminder .reminder-inputs {
    position: relative;
    width: 165px;
    padding: 3px 0;
    margin: 0 auto 18px auto;
}

.calendarAddEditReminder .reminder-snippets {
    margin: 0 0 13px 0;
}

.calendarAddEditReminder .reminder-snippets a {
    position: relative;
    text-decoration: none;
    color: #2E8BF8;
    text-shadow: 0 1px 0 #FFF;
    margin-right: 10px;
}

.calendarAddEditReminder .reminder-snippets a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    border-bottom: 1px dotted #2E8BF8;
}

.calendarAddEditReminder .reminder-snippets a:hover {
    color: #545454;
}

.calendarAddEditReminder .reminder-snippets a:active {
    color: #1E1E1E;
}

.fc-toolbar h2 {
}

.calendar .fc-toolbar h2:before, .calendar .fc-toolbar h2:after {
    display: none;
}

.calendar .fc-toolbar .fc-button {
    /* display: none; */
}

.fc-toolbar h2 {
}

.calendarAddNewClient {
    text-align: left;
    width: 540px;
}

.calendarAddNewClient .dialog-title {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    color: #f74444;
}

.calendarAddNewClient .dialog-description {
    position: relative;
    font-size: 13px;
    color: #4a4a4a;
}

.jsplash-inner.module-calendar-add-new-client {
    max-width: 6700px;
}

.calendarAddNewClient .img-childs {
    position: absolute;
    width: 170px;
    height: 190px;
    background: url(/modules/Calendar/public/front/img/dialog-childs.png?) no-repeat top right;
    background-size: contain;
    right: 0;
    top: 330px;
}

.calendarAddNewClient .img-parents {
    position: absolute;
    width: 270px;
    height: 260px;
    left: 0;
    top: 80px;
    background: url(/modules/Calendar/public/front/img/dialog-parents.png?) no-repeat top left;
    background-size: contain;
}

.calendarAddNewClient .childs-block {
    position: relative;
    margin-right: 280px;
    margin-left: 20px;
    width: 230px;
    top: 30px;
}

.calendarAddNewClient .parents-block {
    position: relative;
    margin-left: 310px;
}

.calendarAddNewClient .to-buttons {
    text-align: right;
    margin-right: 297px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.calendar .event-info {
    position: relative;
}

.calendar .event-info .event-type {
    display: inline-block;
}

.calendar .event-info .info-title {
    position: relative;
    font-size: 18px;
}

.calendar .event-info .title {
    display: inline-block;
    margin-left: 7px;
    font-style: italic;
    color: #000;
    position: relative;
}

.calendar .event-info .person-name:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #c93638;
    bottom: 0;
}

.calendar .event-info .person-name {
    position: relative;
    font-size: 13px;
    display: inline-block;
}

.calendar .event-info .info-text {
    position: relative;
    margin: 30px 0 0 0;
}
