body {
	margin: 0;
	transition: all 0.3s linear;
}

a {
    text-decoration: none;
}

form:not(form.login-form, .calendar form) {
    background: #fff;
    border-radius: 15px;
    padding: 35px;
}

label {
	margin-bottom: 15px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="file"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="time"],
input[type="datetime-local"],
select,
textarea {
    margin-bottom: 25px;
	width: 100%;
	background-color: #EDF3FF !important;
	border: none !important;
	padding: 10px 20px !important;
	border-radius: 10px !important;
	font-size: 16px;
}

select{
	padding: 10px 40px 10px 20px !important;
}

input[type="file"] {
    padding: 9px 16px !important;
}

textarea {
	padding: 20px !important;
}

.overflow-scroll-auto {
    overflow: auto;
}

table {
    border-radius: 15px;
    overflow-x: scroll;
}

.calendar table {
    width: 100%;
}

thead tr {
    border-radius: 15px 15px 0px 0px;
    background-color: #9101FE !important;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    /*font-weight: 600;*/
    line-height: normal;
}

thead>tr:first-child>th:first-child {
    border-top-left-radius: 15px;
}

thead>tr:first-child>th:last-child {
    border-top-right-radius: 15px;
}

tbody tr {
    border-radius: 15px 15px 0px 0px;
    background-color: #fff !important;
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    
}

tbody tr td {
    border-right: 1px solid #ABAAAA;
    border-bottom: 1px solid #ABAAAA !important;
}

#calendar tbody tr td {
    border-right: none;
    border-bottom: none !important;
    padding: 15px 0 !important;
}

tbody tr>td:last-child {
    border-right: none;
}

tbody>tr:last-child>td {
    border-bottom: none !important;
}

tbody>tr:last-child>td:first-child {
    border-bottom-left-radius: 15px;
}

tbody>tr:last-child>td:last-child {
    border-bottom-right-radius: 15px;
}

table th, table td:not(table.data-table th, table.data-table td) {
    vertical-align: middle;
    padding: 16px 30px 20px 30px !important;
    /*border-radius: 15px;*/
}

table.data-table th, table.data-table td {
    padding: 10px 15px !important;
}


 /* Welcome */


.welcome {
    background: #9101FE;
}

.welcome>div {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.welcome-text {
    color: #fff;
    padding: 60px;
    position: relative;
}

.welcome-text>img {
    position: absolute;
}

.welcome-text>img:first-child {
    top: 0;
    left: 0;
}

.welcome-text>img:last-child {
    bottom: 0;
    right: -2px;
}

.welcome-text h1 {
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 30px;
}

.welcome-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.welcome-login {
    background-color: #fff;
    padding: 60px 115px;
}

.welcome-login>img {
    margin-bottom: 30px;
}

.welcome-login>h2 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.welcome-login>p {
    margin-bottom: 25px;
    color: #888A8C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.18px;
}

.password_eye {
    position: relative;
}

.password_eye input {
    padding: 10px 55px 10px 20px;
}

.password_eye i {
    position: absolute;
    color: #888A8C;
    right: 20px;
    bottom: 11px;
    font-size: 22px;
}

.password_eye i.far.fa-eye-slash {
    right: 19px;
}


 /* Header */


.header {
	position: fixed;
    width: calc( 100% - 320px );
	/*top: 0;*/
	/*left: 320px;*/
	height: 85px;
	margin-left: 320px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    z-index: 999;
}

.calendar .header {
    margin-left: 300px;
}

.calendar,
.calendar .header {
	background-color: #9101FE;
	color: #fff;
}

.header .heading {
    margin: 10px 0;
    padding: 8px 0;
    background-image: url('images/vector.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    /*background-position-x: right;*/
    /*background-position-y: bottom;*/
}

.calendar .header .heading {
    margin: 10px 0;
    padding: 8px 0;
    background-image: url('images/vector_white.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    /*background-position-x: right;*/
    /*background-position-y: bottom;*/
}

.calendar .header .heading h2 a {
    color: #fff;
}

.calendar .header .heading h2 a:hover {
    opacity: 0.7;
}

.header .info {
    padding: 25px 0;
}

.header .info a {
    background-color: #F4F7FD;
    border-radius: 50%;
    padding: 9px 12px;
    color: #888A8C;
}

.calendar .header .info a {
    padding: 9px 10px 9px 12px;
    color: #000;
}

.header .info a.image {
    margin: 0 10px 0 20px;
    padding: 9px 4px;
}

.calendar .header .info a.image {
    padding: 9px 0px 9px 4px;
}


 /* Menu */


.menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
    font-size: 20px;
    overflow: hidden;
    overflow-y: auto;
    width: 320px;
}

.calendar .menu {
    background-color: #9101FE;
    color: #fff;
    padding: 30px 0 0 0;
    justify-content: normal;
    width: 300px;
}

.menu .logo {
    margin-bottom: 50px;
}

.menu ul {
	list-style-type: none;
}

.menu a {
    color: #888A8C;
    /*font-family: Montserrat;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	text-decoration: none;
	padding: 15px 18px;
	border-radius: 10px;
	margin-bottom: 5px;
}

.menu a:hover {
	/*color: rgba(255, 255, 255, 0.5);*/
    color: #9101FE;
    padding: 15px 18px;
}

.calendar .menu a {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	text-decoration: none;
	padding: 12px 55px;
	border-radius: 0px;
	margin-bottom: 0px;
}

.calendar .menu>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar .menu>div>h1 {
    display: inline-block;
}

.calendar .menu>div>a {
    padding: 0 10px;
    display: inline-block;
}

.calendar .menu>div>a i {
    margin: 0;
}

.calendar .menu>div>a:hover {
	/*background-color: ;*/
    color: #4E008999;
    padding: 0 10px;
}

.calendar .menu a:hover {
	/*background-color: ;*/
    color: #4E008999;
    padding: 12px 55px;
}

.calendar .menu a span {
    float: right;
}

.menu a i {
	margin-right: 15px;
}

.menu .active a {
	border-radius: 10px;
    background: #9101FE;
    color: #fff;
    padding: 15px 18px;
}

.calendar .menu .active a {
	border-radius: 0px;
    background: rgba(78, 0, 137, 0.60);
    color: #fff;
    padding: 12px 55px;
}

.menu ul>li:last-child {
	border-top: 2px solid #888A8C;
	margin-top: 50px;
}

.calendar .menu ul>li:last-child {
	border-top: 2px solid #fff;
	margin-top: 50px;
}


 /* Content */


.content {
    height: calc( 100% - 85px );
    position: relative;
    /*z-index: 999;*/
    overflow: auto;
    left: 320px;
    top: 85px;
    width: calc( 100% - 320px );
	background-color: #EFECEC;
	padding: 60px;
	border-top-left-radius: 15px;
	min-height: 89vh;
}

.calendar .content {
	background-color: #fff;
	color: #000;
    left: 300px;
    padding: 60px 55px;
    width: calc( 100% - 750px );
}

.calendar .content table th {
	color: #707070;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 16px 24px !important;
}

.create-new {
    border-radius: 15px;
    background: #9101FE;
    padding: 11px 31px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.create-new:hover {
    color: #9101FE;
    border: 1px solid #9101FE;
}

.btn-xs {
    border-radius: 10px;
    /*background: #D6A4E6;*/
    padding: 10px 20px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-light-green,
.btn-light-green:hover,
.btn-outline-light-green:hover {
    color: #fff;
    background: #99E5D8;
}

.btn-outline-light-green {
    color: #99E5D8;
    border: 1px solid #99E5D8;
}

.btn-light-purple,
.btn-light-purple:hover,
.btn-outline-light-purple:hover {
    color: #fff;
    background: #D6A4E6;
}

.btn-outline-light-purple {
    color: #D6A4E6;
    border: 1px solid #D6A4E6;
}

.btn-light-blue,
.btn-light-blue:hover,
.btn-outline-light-blue:hover {
    color: #fff;
    background: #CDE0F6;
}

.btn-outline-light-blue {
    color: #CDE0F6;
    border: 1px solid #CDE0F6;
}

.btn-light-yellow,
.btn-light-yellow:hover,
.btn-outline-light-yellow:hover {
    color: #fff;
    background: #E8CB7D;
}

.btn-outline-light-yellow {
    color: #E8CB7D;
    border: 1px solid #E8CB7D;
}

.btn-light-red,
.btn-light-red:hover,
.btn-outline-light-red:hover {
    color: #fff;
    background: #EF9F9F;
}

.btn-outline-light-red {
    color: #EF9F9F;
    border: 1px solid #EF9F9F;
}


.span-button {
    color: #000;
    letter-spacing: 0.5px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
    margin-right: 25px;
}

.span-button>span {
    display: inline-block;
}

.span-button>span:first-child {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 25px;
    border-radius: 10px 0px 0px 10px;
}

.span-button>span:last-child {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: -5px;
    padding: 11.5px 15px;
    border-radius: 0 10px 10px 0;
}

.span-button>span>a {
    color: #000;
}

.span-green>span:first-child {
    background-color: #99E5D8;
}

.span-purple>span:first-child {
    background-color: #D6A4E6;
}

.span-red>span:first-child {
    background-color: #EF9F9F;
}

.span-blue>span:first-child {
    background-color: #CDE0F6;
}

.span-yellow>span:first-child {
    background-color: #E8CB7D;
}

.task_description h4 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.task_description p {
    color: #707070;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.task_add_comment form {
    padding: 0 !important;
    background-color: transparent !important;
}

.task_add_comment form div.textarea-header {
    height: 45px;
    border-radius: 15px 15px 0px 0px;
    background: #9101FE;

}

.task_add_comment form textarea {
    border-radius: 0px 0 15px 15px !important;
    background-color: #fff !important;
    padding: 20px !important;
}

.task_add_comment form textarea:focus {
    box-shadow: none;
}




.controls>a {
    color: #9101FE;
}

.controls>a:hover {
    opacity: 0.5;
}

.controls>a>i,
.controls>i {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 23px;
}

.controls_a {
    color: #9500ff;
    text-decoration: none;
}

.controls_a:hover {
    opacity: 0.5;
    color: #9500ff;
}

.color-grey {
    color: #ccc;
}

.color-purple {
    color: #9101FE;
}

.pl-35 {
    padding-left: 35px;
}

.error {
	color: #FF0000;
}

.card {
    border: none;
    background-color: #fff;
    border-radius: 15px;
}

.card-header {
    border-radius: 15px 15px 0 0 !important;
    border-bottom: none;
    background-color: #9101FE;
    color: #fff;
    padding: 13px 45px;
}

.card-body {
    font-size: 18px;
    color: #888A8C;
    padding: 18px 36px 30px 45px;
}

.card-footer {
    border-top: none;
    border-radius: 0 0 15px 15px !important;
    padding: 0;
    background-color: #fff;
}

.comment-reply {
    border-radius: 0 0 0 10px;
    background-color: #9101FE;
    border-color: #9101FE;
    padding: 6px 30px 8px;
    font-size: 16px;
    font-weight: 600;
}

.comment-reply:hover {
    background-color: #fff;
    border-color: transparent;
    color: #9101FE;
}

.calendar_day .days {
    display: flex;
    flex-flow: wrap;
}
/*.calendar_day .days .day_name {*/
/*    width: calc(100% / 7);*/
/*    border-right: 1px solid #2c7aca;*/
/*    padding: 20px;*/
/*    text-transform: uppercase;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    color: #818589;*/
/*    color: #fff;*/
/*    background-color: #448cd6;*/
/*}*/
/*.calendar_day .days .day_name:nth-child(7) {*/
/*    border: none;*/
/*}*/
/*.calendar_day .days .day_num {*/
    /*display: flex;*/
    /*flex-flow: column;*/
    /*width: calc(100% / 7);*/
    /*border-right: 1px solid #e6e9ea;*/
    /*border-bottom: 1px solid #e6e9ea;*/
    /*padding: 15px;*/
    /*font-weight: bold;*/
    /*color: #7c878d;*/
    /*cursor: pointer;*/
    /*min-height: 100px;*/
/*}*/
/*.calendar_day .days .day_num span {*/
/*    display: inline-flex;*/
/*    width: 30px;*/
/*    font-size: 14px;*/
/*}*/
/*.calendar_day .days .day_num .event {*/
/*    margin-top: 10px;*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    padding: 3px 6px;*/
/*    border-radius: 4px;*/
/*    background-color: #f7c30d;*/
/*    color: #fff;*/
/*    word-wrap: break-word;*/
/*}*/
/*.calendar_day .days .day_num .event.green {*/
/*    background-color: #51ce57;*/
/*}*/
/*.calendar_day .days .day_num .event.blue {*/
/*    background-color: #518fce;*/
/*}*/
/*.calendar_day .days .day_num .event.red {*/
/*    background-color: #ce5151;*/
/*}*/
/*.calendar_day .days .day_num:nth-child(7n+1) {*/
/*    border-left: 1px solid #e6e9ea;*/
/*}*/
/*.calendar_day .days .day_num:hover {*/
/*    background-color: #fdfdfd;*/
/*}*/
.calendar td.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar td span.event {
    border-radius: 50%;
    padding: 10px 13px;
    color: #fff;
}
.calendar td span.event-one-number {
    padding: 10px 17px;
}
.calendar .event-span-color-green {
    background-color: #99E5D8;
}
.calendar .event-span-color-red {
    background-color: #EF9F9F;
}
.calendar .event-span-color-yellow {
    background-color: #E8CB7D;
}
.calendar .event-span-color-blue {
    background-color: #A7C8EF;
}
.calendar .event-span-color-purple {
    background-color: #D6A4E6;
}
.calendar .event-span-color-dark-purple {
    background-color: #CF90E3;
}
/*.calendar_day .days .day_num.selected {*/
/*    background-color: #f1f2f3;*/
/*    cursor: inherit;*/
/*}*/


 /* Event info */


.calendar .event-info {
    height: calc( 100% - 85px );
    width: 450px;
    position: fixed;
    right: 0;
    top: 85px;
	/*background-color: #EFECEC;*/
	padding: 70px 60px;
    overflow: auto;
    background: #fff;
    border-left: 2px solid #9101FE;
}

.calendar .event-info .event-info-line  {
    display: flex;
}

.calendar .event-info .event-info-line .event-line  {
    width: 2px;
    background-color: #B1B0B0;
    margin-right: -15px;
}

.calendar .event-info .event-info-line .event-info-data  {
    padding: 10px 0;
    width: 100%;
}

.calendar .event-info .event-info-line .event-info-data .event-info-data-blocks  {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0;
}

.calendar .event-info .event-info-line .event-info-data .event-info-data-blocks .event-information {
    width: 100%;
}

.calendar .event-info .event-info-line .event-info-data .event-info-data-blocks  .event-information p  {
    margin-bottom: 5px;
    color: #B1B0B0;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.calendar .event-info .event-info-line .event-info-data .event-info-data-blocks  .event-information div  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar .event-info .event-info-line .event-info-data .event-info-data-blocks  .event-information h4  {
    display: inline-block;
    color: #707070;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 5px;
    width: 80%;
    word-break: break-word;
}

.calendar .event-info .event-info-line .event-info-data .event-info-data-blocks  .event-information a  {
    color: #6900B8;
    margin-left: 15px;
    font-size: 15px;
}

.calendar .event-info .event-info-line .event-info-data .event-info-data-blocks  .event-information a:hover  {
    opacity: 0.6;
}

.calendar .event-info .event-info-line .event-info-data .event-color-ball  {
    margin-right: 30px;
    /*background-color: #000;*/
    padding: 15px;
    border-radius: 50%;
    margin-right: 30px;
}




@media screen and (min-width: 1200px) {
	.main-part {
		display: flex;
		
	}
}