
body.background{
	background-image: url('/images/bg-01.jpg');background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100vh;
	padding: 15px;
}

.wrap-login{
	width: 500px;
	background: #fff;
	border-radius: 10px;
	padding-top: 65px;
	padding-bottom: 54px;
	padding-left: 55px;
	padding-right: 55px;
	
}

.login100-form-title {
    display: block;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 49px;
}

.login-btn{
	background: #a64bf4;
	background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
	background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
	background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
	background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
	border-radius: 25px;
	width: 100%;
	background-size: 300%;
	background-position: 50%;
	box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
	height: 50px;
	color: #fff;
	line-height: 1.8;
	font-size: 20px;
	transition: all 0.8s;
}

.login-btn:hover{
	color: #fff;
	background-position: 99%;
}

.header{
	background: #a64bf4;
	background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
	background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
	background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
	background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
	position: relative;
	height: 83px;
	margin-bottom: 20px;
}

.header-menu__main{
	display: inline-block;
	border-right: 1px dashed rgba(255, 255, 255, 0.5);
	margin-top: 22px;
}
.header-menu__main li {
    display: inline-block;
    margin: 5px 20px 13px 0px;
}
.header-menu__main li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
}
.header-menu__main .active {
    border-bottom: 2px solid #FFFFFF;
    font-weight: bold;
}

.header-menu__add {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.header-menu__add li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    bottom: 8px;
}
.header-menu__add li a {
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
}
.header-menu__notice, .header-menu__profile, .header-menu__widgets {
    height: 46px;
    width: 46px;
    border-radius: 50px;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 25px;
    cursor: pointer;
}
.header-menu__profile {
    background: url("/images/student.svg") no-repeat;
        background-size: auto;
    background-size: cover;
}
.header-menu__profile--active, .header-menu__profile:hover {
    background: url("/images/student-active.svg") no-repeat;
        background-size: auto;
    background-size: cover;
}

.left-menu {
    width: 235px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    height: calc(98vh - 98px);
}
.left-menu .menu-header {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 0px 0px;
    height: 70px;
    padding: 0px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.left-menu .menu-content {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    overflow: hidden;
        overflow-y: hidden;
    overflow-y: auto;
    max-height: calc(100% - 70px);
}
.left-menu .menu-content > li {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #F3F3F3;
    padding: 18px 10px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s all;
    border-left: 4px solid transparent;
}
.left-menu .menu-content > li.active, 
.left-menu .menu-content > li:hover {
    background: #EDF6FF;
}
.left-menu .menu-content > li.active {
    border-left: 4px solid #3891EC;
}

.main-content {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    height: calc(98vh - 98px);
    position: relative;
}

.main-content .content-header{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 20px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 4px 4px 0 0;
}

.search-field {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
}


.d_table {
    width: 100%;
    height: calc(100% - 74px);
}
.d_table .thead .tr {
    background: #F9F9F9;
    display: flex;
}
.d_table .tbody .tr {
    cursor: pointer;
    display: flex;
    position: relative;
}

.d_table .thead .tr .th {
    border: 1px solid #D7D7D7;
    padding: 8px;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.d_table .tbody .tr .td {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #444444;
    border: 1px solid #D7D7D7;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader {
	height: 50vh;
}
.preloader::before {
    content: "";
    background: url(/images/preloader.gif) center no-repeat;
    height: 100%;
    display: block;
}

.scroll__wrap.tbody {
    width: calc(100% + 4px);
    overflow-y: scroll;
    height: calc(100% - 62px);
}


.table_meetings .NUMBER{
	width: 5%;
}
.table_meetings .ACTIVITY_NAME{
	width: 35%;
}
.table_meetings .TEACHER{
	width: 11%;
	min-width: 135px;
}
.table_meetings .GROUP{
	width: 11%;
	min-width: 135px;
}
.table_meetings .ACTIVITY_DATE{
	width: 10%;
	min-width: 125px;
}
.table_meetings .ACTIVITY_PERSONS_CURRENT{
	width: 9%;
	min-width: 115px;
}
.table_meetings .ACTIVITY_PERSONS_TOTAL{
	width: 8%;
	min-width: 105px;
}
.table_meetings .ZOOM{
	width: 7%;
}
.table_meetings .ACTIVITY_STATUS{
	width: 10%;
	min-width: 125px;
}

.d_table .TOOLS{
	width: 45px;
}
.d_table .arrow {
    width: 35px;
    height: 35px;
    background: url("/images/arrow.png") center no-repeat;
}
.d_table .tbody .tr.active .arrow {
    background: url("/images/arrow_top.png") no-repeat center;
}

.tr.active .NUMBER::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #3891ec;
}

.sub_table tr {
    border: unset;
    border-bottom: 1px solid #c4c4c4;
    background: #F9F9F9;
}
.view4_table {
    width: 100%;
}
.view4_table thead tr th {
    padding: 7px 10px;
    font-size: 16px;
	color: #666666;
    text-align: center;
}
.view4_table tbody tr td {
    padding: 10px 5px;
}

.view4_table tbody tr td.move{
/*
	cursor: move;
*/
	cursor: pointer;
}

.ui-droppable-hover{
	background-color: #F3FFEF;
}

.actions {
    background: url(/images/actions_grey.svg) center no-repeat;
    height: 13px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
}
.tool.magic_wand {
    background: url(/images/magic_wand.svg) 11px center no-repeat;
    width: 40px;
    height: 40px;
    display: inline-flex;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    position: relative;
}
.tool.magic_wand.active {
    background-color: #EDF6FF;
}
.magic_selected {
    background-color: #bcd3ff !important;
}

.avatar {
    border: 1px solid #D7D7D7;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    padding: 9px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
	vertical-align: middle;
	background-color: white;
}
.user_icon.mini.grey {
    width: 20px;
    height: 20px;
    background: url(/images/user_mini_grey.svg);
     display: inline-block;
	vertical-align: middle;
}

.rigth-menu {
    width: 280px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: relative;
    max-height: calc(98vh - 98px);
}

.rigth-menu .menu-header {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px 4px 0px 0px;
    height: 70px;
    text-transform: uppercase;
    color: #3891EC;
    padding: 0px 17px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
}

.rigth-menu .tools__item {
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 0 8px 45px;
    width: 90%;
    margin: 10px auto;
    color: #54A1FA;
    font-size: 13px;
    cursor: pointer;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.11));
    position: relative;
}

.rigth-menu .tools__item.disabled {
    opacity: 0.5;
    color: #c3c3c3;
    border-color: #c3c3c3;
}



::-webkit-scrollbar-button {
    width:5px;
    height:0px
  }

  ::-webkit-scrollbar-track {
    background-color:#f3f3f3
  }

  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #3891ec8a;
  }

  ::-webkit-scrollbar-thumb:hover{
    background-color:#3891ec;
  }

  ::-webkit-resizer{
    width:4px;
    height:0px
  }

  ::-webkit-scrollbar{
    width: 4px;
  }
