*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
}
.franchaise-wrapper{
    width: 1170px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.franchaise-breadcrumb{
    width: 100%;
    margin-bottom: 20px;
}
.franchaise-breadcrumb-list{
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}
.franchaise-breadcrumb-list li{
    display: inline-block;
}
.franchaise-breadcrumb-list li a{
    display: inline-block;
    color: #428bca;
    text-decoration: none;
}
.active{
    color: #999999!important;
}
.franchaise-breadcrumb-list > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "/\00a0";
}
.franchaise-statistics{
    width: 100%;
}
.franchaise-title{
    background-color: #f4f8fa;
    margin: 10px 0;
    padding: 10px;
    border-left: 3px solid #5bc0de;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.franchaise-statistics-items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.franchaise-statistics-item{
    width: 25%;
    margin: 0 15px;
    height: max-content;
    background-color: #ffffff;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.franchaise-statistics-item-heading{
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    padding: 10px 15px;
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.franchaise-statistics-item-body{
    padding: 10px 15px;
}
.franchaise-statistics-item-body p{
    margin-bottom: 10px;
}
.franchaise-statistics-item-body p:nth-child(1){
    color: #3a87ad;
}
.franchaise-statistics-item-body p:nth-child(2){
    color: #468847;
}
.franchaise-statistics-item-body p:nth-child(3){
    color: #3a87ad;
}
.franchaise-statistics-item-body p:nth-child(4){
    color: #c09853;
}
.franchaise-statistics-item-body p:nth-child(5){
    color: #b94a48;
}
/*-----------------FILIAL-----------------*/
.franchaise-add-filial{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
.franchaise-add-filial a{
    text-decoration: none;
    background: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fff;
    box-sizing: border-box;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #ffffff;
}
.franchaise-add-filial a:hover{
    background: #fff;
    border: 1px solid #5cb85c;
    color: #5cb85c;
    text-decoration: none;
}
.franchaise-add-filial span:before{
    content: "\2b";

}
.franchaise-filial-table{
    width: 100%;
    font-size: 13px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
    margin: 20px 0;
}
th{
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    vertical-align: top;
    padding: 5px;
}
td{
    padding: 5px;
    vertical-align: top;
    border: 1px solid #dddddd;
    text-align: center;
}
td:nth-child(2){
    text-align: left;
}
td .label{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
.yellow a{
    background-color: #fcb54d;
    border: 1px solid #fcb54d;
}
.yellow:hover a{
    background-color: #fff;
    color: #fcb54d !important;
    border: 1px solid #fcb54d;
}
.green a{
    background-color: #A5CD50;
}
.green:hover a{
    background-color: #92bd37;
}
.red a{
    background-color: #FF4865;;
}
.red a:hover{
    background-color: #c50c0c;
}
.blue a{
    background-color: #2DBECD;
}
.blue a:hover{
    background-color: #1e70d7;
}
.orange a{
    background-color: #FFA800;
}
.orange a:hover{
    background-color: #e49600;
}
.violet a{
    background-color: #735BA7;
}
.violet a:hover{
    background-color: #604796;
}

.statistic-tip{
    padding: 0 10px;
    font-size: 10px;
    font-weight: bold;
    color:#fff;
    border-radius: 5px;

}
.statistic-tip:nth-child(1):hover .tooltip-statistic{
    display: block;
}
.statistic-tip:nth-child(2):hover .tooltip-statistic{
    display: block;
}
.statistic-tip:nth-child(3):hover .tooltip-statistic{
    display: block;
}
.statistic-tip:nth-child(4):hover .tooltip-statistic{
    display: block;
}
.statistic-tip:nth-child(5):hover .tooltip-statistic{
    display: block;
}
.statistic-tip:nth-child(1){
    background-color: #5BC0DE;
}
.statistic-tip:nth-child(2){
    background-color: #5cb85c;
}
.statistic-tip:nth-child(3){
    background-color: #428bca;
}
.statistic-tip:nth-child(4){
    background-color: #f0ad4e;
}
.statistic-tip:nth-child(5){
    background-color: #d9534f;
}
.statistic-tip:nth-child(1) .tooltip-statistic{
    background-color: #5BC0DE;
}
.statistic-tip:nth-child(2) .tooltip-statistic{
    background-color: #5cb85c;
}
.statistic-tip:nth-child(3) .tooltip-statistic{
    background-color: #428bca;
}
.statistic-tip:nth-child(4) .tooltip-statistic{
    background-color: #f0ad4e;
}
.statistic-tip:nth-child(5) .tooltip-statistic{
    background-color: #d9534f;
}
.statistic-tip:nth-child(1) .tooltip-statistic span:after{

    position: absolute;
    content: '';
    left: 50%;
    top: 19px;
    transform: translateX(-50%);
    border: 3px solid transparent;
    border-top: 3px solid #5BC0DE;
}
.statistic-tip:nth-child(2) .tooltip-statistic span:after{

    position: absolute;
    content: '';
    left: 50%;
    top: 19px;
    transform: translateX(-50%);
    border: 3px solid transparent;
    border-top: 3px solid #5cb85c;
}
.statistic-tip:nth-child(3) .tooltip-statistic span:after{

    position: absolute;
    content: '';
    left: 50%;
    top: 19px;
    transform: translateX(-50%);
    border: 3px solid transparent;
    border-top: 3px solid #428bca;
}
.statistic-tip:nth-child(4) .tooltip-statistic span:after{

    position: absolute;
    content: '';
    left: 50%;
    top: 19px;
    transform: translateX(-50%);
    border: 3px solid transparent;
    border-top: 3px solid #f0ad4e;
}
.statistic-tip:nth-child(5) .tooltip-statistic span:after{

    position: absolute;
    content: '';
    left: 50%;
    top: 19px;
    transform: translateX(-50%);
    border: 3px solid transparent;
    border-top: 3px solid #d9534f;
}
/*.tooltip-statistic:nth-child(1) span:after{*/
    /*position: absolute;*/
    /*content: '';*/
    /*left: 50%;*/
    /*top: 20px;*/
    /*transform: translateX(-50%);*/
    /*border: 3px solid transparent;*/
    /*border-top: 3px solid #5BC0DE;*/
/*}*/
/*.tooltip-statistic:nth-child(2) span:after{*/
    /*position: absolute;*/
    /*content: '';*/
    /*left: 50%;*/
    /*top: 20px;*/
    /*transform: translateX(-50%);*/
    /*border: 3px solid transparent;*/
    /*border-top: 3px solid #5cb85c;*/
/*}*/
/*.tooltip-statistic:nth-child(3) span:after{*/
    /*position: absolute;*/
    /*content: '';*/
    /*left: 50%;*/
    /*top: 20px;*/
    /*transform: translateX(-50%);*/
    /*border: 3px solid transparent;*/
    /*border-top: 3px solid #428bca;*/
/*}*/
/*.tooltip-statistic:nth-child(4) span:after{*/
    /*position: absolute;*/
    /*content: '';*/
    /*left: 50%;*/
    /*top: 20px;*/
    /*transform: translateX(-50%);*/
    /*border: 3px solid transparent;*/
    /*border-top: 3px solid #f0ad4e;*/
/*}*/
/*.tooltip-statistic:nth-child(5) span:after{*/
    /*position: absolute;*/
    /*content: '';*/
    /*left: 50%;*/
    /*top: 20px;*/
    /*transform: translateX(-50%);*/
    /*border: 3px solid transparent;*/
    /*border-top: 3px solid #d9534f;*/
/*}*/

.light-blue a{
    background-color: #5BC0DE;
}
.light-blue:hover a{
    background-color: #5697b4;
}
.dark-blue a{
    background-color: #49aaab;
    border: 1px solid #49aaab;
}
.dark-blue:hover a{
    background-color: #fff;
    border: 1px solid #49aaab;
    color: #49aaab !important;
}
hr{
    border-top: 1px solid #eeeeee;
}
td p b{
    text-decoration: underline;
}
.green-text{
    color:green;
}
.franchaise-filial-table-statistics p{

    text-align: center;

}
.franchaise-filial-table-statistic-item p{
    border-radius: 3px;
    margin-top: 5px;
    color: #fff;
}
.franchaise-filial-table-statistic-item p:nth-child(1){

    background-color: #5BC0DE;
}
.franchaise-filial-table-statistic-item p:nth-child(2){
    background-color: #5cb85c;
}
.franchaise-filial-table-statistic-item p:nth-child(3){
    background-color: #428bca;
}
.franchaise-filial-table-statistic-item p:nth-child(4){
    background-color: #f0ad4e;
}
.franchaise-filial-table-statistic-item p:nth-child(5){
    background-color: #d9534f;
}
.data-filial table{
    border: 1px solid #dddddd;
    border-collapse: collapse;
    width: 100%;
}
.data-filial tr:nth-child(2n-1){
    background-color: #f9f9f9;
}
.franchaise-change-filial table{
    border-collapse: collapse;
    width: 100%;
}
.franchaise-change-filial table td{
    border: unset;
    vertical-align: baseline;
}
.franchaise-change-filial input{
    box-sizing: border-box;
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.franchaise-nav-tabs{
    margin-top: 30px;
    list-style: none;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    margin-bottom: 0;
}
.franchaise-nav-tabs > li{
    display: inline-block;
    margin-bottom: -1px;
}
.franchaise-nav-tabs > li > a{
    border-radius: 4px 4px 0 0;
    padding: 15px 12px;
    text-decoration: none;
    display: block;
    color: #428bca;
}
.franchaise-nav-tabs >li.active > a{
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}
.franchaise-tab-content{
    border: 1px solid #dddddd;
    border-top: none;
}
.franchaise-tab-panel{
    padding: 15px;
    display: none;
    background-color: #fff;
}

.franchaise-tab-panel table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dddddd;
}
.franchaise-tab-panel tr:nth-child(2n-1){
    background-color: #f9f9f9;
}
.franchaise-tab-panel tr td{
    text-align: left;
}
.statistics-price{
    font-size: 34px;
    font-weight: bold;
    color: #434348;
}
.statistics-price-list{
    padding-left: 15px;
}
.franchaise-statistics-period .franchaise-statistics-item{
    width: 30%;
    margin-top: 20px;
}
#changeFilial{
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);

}
#add-filial{
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
#add-filial:hover{
    background-image: linear-gradient(to bottom, #59a559 0%, #2f822f 100%);
}
#save{
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
#save:hover{
    background-image: linear-gradient(to bottom, #59a559 0%, #2f822f 100%);
}
#deleteFilial{
	margin-left: 20px;
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    background: red;
    border: 1px solid red;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}
#deleteFilial:hover {
    background: #fff;
    color: red;
}
.franchaise-add-filial table{
    border-collapse: collapse;
    width: 100%;
}
.franchaise-add-filial table td{
    border: unset;
    vertical-align: baseline;
}
.franchaise-add-filial input,select{
    box-sizing: border-box;
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.teacher-ctrl-wrapper{
    display: flex;
    justify-content: space-between;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
}
.teacher-ctrl-btns{
    display: flex;
    width: 100%;

}
.teacher-ctrl-btns a{
    display: block;
    margin-right: 10px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.teacher-ctrl-btns a:hover{
    background-image: linear-gradient(to bottom,  #f2f2f2 0%, #e5e5e5 100%);
}
.teacher-ctrl-btns .add {
   background: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fff;
    box-sizing: border-box;
}
.teacher-ctrl-btns .add:hover{
    background: #fff;
    border: 1px solid #5cb85c;
    color: #5cb85c;
}
.teacher-table table{
    border-collapse: collapse;
    width: 100%;
}
.add-teachers-wrapper{
    width: 100%;
    display: flex;
}
.add-group-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.add-group-wrapper h4{
    margin-bottom: 40px;
}
.add-teachers-form-group{
    width: 100%;
    display: flex;
	flex-direction: column;
    margin-bottom: 15px;
}
.add-group-form-group, .change-group-form-group{
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.course-form-group{
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.add-students-form-group{
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
}
.generate-password {
	display: block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    width: 165px;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    background-repeat: repeat-x;
    background: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    margin-bottom: 15px;
}
.add-teachers-info{
    width: 50%;
    padding: 0 10px;
}
.add-group-info, .change-group-info{
    width: 50%;
    padding: 0 10px;
    border-right: 1px dashed lightgrey
}
.add-group-student-info{
    width: 50%;
    padding: 0 10px;
}
.add-group-student-select{
    width: 50%;
}
.student-in-group-tab h4{
    text-align: center;
}
.add-teachers-labels{
    font-weight: bold;
}
.add-group-labels, .change-group-labels{
    width: 33%;
    text-align: right;
    font-weight: bold;
    padding: 0 15px;
}
tr.successful > th, tr.successful > td {
    background: #E2FCF0;
}
.course-form-label{
    width: 33%;
    text-align: right;
    font-weight: bold;
    padding: 0 15px;
}
.course-form-label label{
    margin-bottom: 0;
}
.change-group-labels label{
    margin-bottom: 0;
}
.add-students-labels{
    font-weight: bold;
}
.add-teacher-checks{
    display: flex;
    flex-direction: column;
}
.add-teachers-form-ctrls{
    width: 66%;
}
.course-form-ctrls{
    width: 40%;
}
#classrooms-form input[type="text"], .classroom-add input[type="text"]{
    box-sizing: border-box;
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"], select, input[type="password"], input[type="email"], textarea {
    box-sizing: border-box;
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 16px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea {
    height: 200px;
}
.course-form-ctrls input[type="text"], .course-form-ctrls select{
    box-sizing: border-box;
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.course-form-ctrls input[type="number"]{
    box-sizing: border-box;
    height: 30px;
    padding: 6px 10px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.add-group-form-ctrls, .change-group-form-ctrls{
    width: 66%;
}
.add-group-form-ctrls p, .change-group-form-ctrls p{
    margin-bottom: 0;
}
.add-students-form-ctrls{
    width: 66%;
}
.add-teacher-form-title{
    font-weight: bold;
    margin: 10px 0;
}
.add-students-form-ctrls input[type="text"], .add-students-form-ctrls select{
    box-sizing: border-box;
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
	box-shadow: inset 0px 2px 2px rgba(50, 50, 71, 0.06), inset 0px 2px 4px rgba(50, 50, 71, 0.06);
	border-radius: 8px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.add-group-form-ctrls input[type="text"], .add-group-form-ctrls select, .change-group-form-ctrls input[type="text"], .change-group-form-ctrls select{
    box-sizing: border-box;
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.add-group-form-ctrls input[type="time"], .change-group-form-ctrls input[type="time"]{
    box-sizing: border-box;
    height: 30px;
    padding: 6px 10px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 30%;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.add-group-form-ctrls input[type="number"]{
    box-sizing: border-box;
    height: 30px;
    padding: 6px 10px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-time-wrapper{
    width: 100%;
    display: flex;
    align-items: center;
/*    margin-bottom: 10px;*/
}
.class-hours{
    align-items: flex-start;
}
.form-time-wrapper p{
    margin-bottom: 0;
}
.add-students-form-ctrls input[type="date"], .add-students-form-ctrls input[type="month"] {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.add-group-info input[type="date"] {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.add-teachers-form-ctrls input[type="text"], .add-teachers-form-ctrls select, .add-teachers-form-ctrls input[type="password"], .add-teachers-form-ctrls input[type="email"]{
    box-sizing: border-box;
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.add-teacher-btn{
    display: flex;
    justify-content: center;

}
.add-teacher-btn a{
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
   background: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fff;
    background-repeat: repeat-x;
    border-color: #5cb85c;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.add-teacher-btn a:hover {
    color: #5cb85c;
    background: #fff;
}
.add-students-add-btn{
    display: flex;
    justify-content: center;
}
.add-students-add-btn a{
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-repeat: repeat-x;
   background: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.add-students-add-btn a:hover{
    color: #5cb85c;
    background: #fff;
    text-decoration: none;
}
.add-teachers-rights{
    width: 50%;
    padding: 0 10px;
}
.add-group-right{
    width: 50%;
    padding: 0 10px;
}
.add-teachers-rights h4{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.add-teacher-right-groups{
    display: flex;
    justify-content: space-between;
}
.add-teacher-right-group{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.add-teacher-right-group label{
    margin-top: 5px;
}
.add-teacher-right-group-title{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.groups-title-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.groups-title{
    padding-left: 10px;
    margin-bottom: 10px;
}
.groups-title h3{
    font-weight: bold;
}
.groups-filter-ctrl-btns{
    display: flex;

}
.groups-filter-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.groups-add-group-btn a, .filter-btn a {
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
	background: #2DBECD;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.groups-add-group-btn a:hover, .filter-btn a:hover {
    background: #1e70d7;
    color: #fff;
}
.reset a{
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}
.groups-filter-parametrs{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.group-filter-parametr{
    width: 16%;
}
.group-filter-parametr input[type="text"], .group-filter-parametr select{
    box-sizing: border-box;
    height: 30px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.show{
    display: block!important;
}
.classrooms-ctrl-wrapper{
    width: 1170px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.classrooms-title{
    margin-right: 10px;
}
.classrooms-title p{
    margin-bottom: 0;
 }
.classrooms-ctrl-form{
    display: flex;
    margin-bottom: 15px;
}
.classrooms-ctrl-btn a{
    margin-right: 15px;
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffde56;
    background-repeat: repeat-x;
    border-color: #e1e100;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.classrooms-ctrl-btn a:hover{
    background-color: #ffcd3d;
    color: #fff;
    text-decoration: none;
}
.classrooms-ctrl-btn-delete a{
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: red;
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.classrooms-ctrl-btn-delete a:hover{
    background-color: #ee0000;
    color: #fff;
    text-decoration: none;
}
.classrooms-ctrl-form-wrapper{
    display: flex;
    flex-direction: column;
}
.classrooms-ctrl-btns{
    display: flex;
    margin-left: 20px;
}
#classrooms-form{
    display: flex;
}
.classrooms-ctrl-btn-add{
    display: flex;
    max-width: 150px;
    justify-content: center;
}
.classrooms-ctrl-btn-add a{
    margin-left: 20px;
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.classrooms-ctrl-btn-add a:hover{
    color:#fff;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #59a559 0%, #2f822f 100%);
}
.classroom-add{
    display: flex;
}
.teachers-info-wrapper{
    display: flex;
}
.teacher-info-table{
    width: 50%;
}
.teacher-info-actions{
    display: flex;
    flex-direction: column;
}
.teacher-info-ctrl-btns{
    display: flex;
}
.teacher-info-ctrl-btns a{
    margin-left: 20px;
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.DeleteTeacher:hover{
    cursor: pointer;
}
.DeleteTeacher:before {
	content: url(../img/trash.svg);
	width: 24px;
	height: 24px;
	margin-right: 6px;
}
.teacher-info-ctrl-btns button{
    margin-left: 20px;
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background: red;
    border: 1px solid red;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.teacher-info-ctrl-btns button:hover{
    background: #fff;
    color: red;
}
.teacher-info-ctrl-btns button.deleteStudent{
    margin-left: 20px;
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background: red;
    border: 1px solid red;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.teacher-info-ctrl-btns button.deleteStudent:hover{
    background: #fff;
    color: red;
}
.teacher-info-ctrl-btns a.change{
    background: #fcb54d;
    border: 1px solid #fcb54d;;
    color: #fff;
    box-sizing: border-box;
}
.teacher-info-table table{
    background-color: #fff;
}
.teacher-info-table table tr:nth-child(2n-1){
    background-color: #f9f9f9;
}
.teacher-info-ctrl-btns a.delete:hover{
    text-decoration: none;
    color: red;
    background-color: #fff;
    border: 1px solid red;
}
.teacher-info-ctrl-btns a.change:hover{
    background: #fff;
    color: #fcb54d;
    text-decoration: none;
    border: 1px solid #fcb54d;
}
.add-student-wrapper{
    width: 66%;
}
.teacher-table table td:last-child{
    vertical-align: middle;
}
.table-icon{
    margin: 10px auto 0px auto;
    width: 30px;
    height: 30px;
}
.table-icon img{
    width: 100%;
    height: 100%;
}
.add-group-class-day{
/*    display: flex;
    flex-direction: column;
    align-items: flex-end;*/
    position: relative;
}
.add-group-button-class-day{
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.add-group-button-class-day img {
    height: 100%;
    width: 100%;
}
.add-group-class-day-select {
    width: 100%;
}
/*.class-days{
    align-items: flex-start;
}*/
.add-group-added-select{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.add-group-added-select select {
    margin-right: 10px;
    width: 140px;
}
.add-group-added-select span {
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
}
.add-group-added-select span img {
    height: 100%;
    position: absolute;

}
.group-subtitle{
    color: #999999;
    font-size: 16px;
}
.groups-info-title-wrapper{
    display: flex;
    flex-direction: column;
}

.groups-add-student-group-btn{
    margin-top: 20px;
    margin-right: 15px;
}
.groups-add-student-group-btn button{
    color:#fff;
    padding: 10px 20px;
    cursor: not-allowed;
    font-size: 12px;
}
.groups-add-student-group-btn button[disabled]{
    background-color: darkred;
}
.groups-add-student-group-btn a{

    display: block;
    padding: 10px 20px;
    font-size: 12px;
    max-width: 230px;
    text-align: center;
    line-height: 1.5;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
	box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
	border-radius: 8px;
}
.groups-add-student-group-btn a:hover{
    color:#fff;
    text-decoration: none;
}
.star{
    margin: 0;
    width: 32px;
    height: 32px;
    display: flex;
    margin-right: 5px;
}
.star-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.student-game-star {
	justify-content: normal;
    margin-right: 15px;
}
.star img{
    width: 32px;
    height: 32px;
}
.student-game-star-text {
	color: #FFC800;
    font-size: 18px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
}

.balance-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.student-game-balance {
	justify-content: normal;
    margin-right: 15px;
}
.student-game-balance-text {
    color: #29ABB9;
    font-size: 18px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
}

.add-student-group-right{
    width: 100%;
}
.add-student-group-right .add-student-wrapper{
    width: 100%;
}
.students-group{
    justify-content: space-between;
}
.add-group-list{
    padding-left: 40px;
}
.groups-table {
	overflow: auto;
	position: relative;
}
.groups-table table {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	/* max-height: 500px; */
	overflow-x: auto;
	/* white-space: nowrap; */
	-webkit-overflow-scrolling: touch;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06), 0px 2px 4px rgba(50, 50, 71, 0.06);
    border-radius: 12px;

}
th, td {
    background: #FFFFFF;
    padding: 12px 18px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 10px !important;
}
.groups-title-ctrl-btns input[type="number"] {
    display: block;
    margin-top: 20px;
    margin-right: 15px;
    padding: 5px;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.schedule-label a{
    color:#fff;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
}
.schedule-label a:hover{
    color:#fff;
}
.schedule-label.gray span {
    box-sizing: border-box;
    background: #555555;
    color: #FFFFFF;
    padding: 2px 5px;
    border-radius: 5px;
    display: inline-block;
}
.group-schedule{
    margin-bottom: 30px;
}
.group-schedule-title-wrapper{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.group-schedule-title-wrapper h3{
    margin-bottom: 0;
}
.group-schedule-info{
     font-size: 14px;
 }
.group-schedule-info span{
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
}
.blue-label{
    background-color: #5BC0DE;
}
.violet-label{
    background-color: #735BA7;
}
.green-label{
    background-color: #5cb85c;
}
.dark-blue-label{
    background-color: #428bca;
}
.yellow-label{
    background-color: #f0ad4e;
}
.red-label{
    background-color: #d9534f;
}
.group-schedule-nav-tabs{
    border-bottom: 1px solid #dddddd;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.group-schedule-nav-tabs > li{
    display: inline-block;
    margin-bottom: -1px;
    color: #1f6fb2;
    cursor: pointer;
}
.group-schedule-nav-tabs > li > a {
    padding: 15px 12px 0 15px ;

}
.group-schedule-nav-tabs > li.active > a{
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}
.group-schedule-content span{
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;

}
.group-schedule-content{
    padding: 15px 5px 5px 5px;
    background-color: #fff;
    display: none;
    border: 1px solid #dddddd;
    border-top: none;
}
.schedule-add-lesson{
    margin-top: 20px;
    display: flex;
    width: 40%;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
}
.schedule-add-lesson input[type="date"] {
    display: block;
    width: 50%;
    padding: 5px;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.schedule-add-lesson-btn a{
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    max-width: 175px;
    text-align: center;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.schedule-add-lesson-btn a:hover{
    color: #fff;
    text-decoration: none;
}
.table-actions{
    margin-top: 30px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.left-actions{
    width: 50%;
}
.right-actions{
    width: 50%;
}
.lesson-info{
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
}
.lesson-info-item{
    display: flex;
    flex-direction: column;
}
.lesson-item-desc{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
a{
    text-decoration: none!important;
}
.action-btn{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.action-btn:hover{
    color:#fff;
}
.lesson-table{
    margin-top: 30px;
    padding-left: 30px;

}
.lesson-title{
    margin-bottom: 10px;
}
.lesson-table table{
    margin-bottom: 30px;
    width: 60%;
}
.lesson-table table th img{
    width: 20px;
    height: 20px;
}
.lesson-table table td{
     text-align: center;
 }
.lesson-table table th{
    text-align: center;
}
.warning{
    color: #c09853;
}
.payment-info{
    width: 45%;
}
.payment-desc{
    border: 1px solid #d6e9c6;
}
.payment-title{
    color: #468847;
    background-color: #dff0d8;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.payment-desc{
    padding: 10px;
}
.attention-img{
    margin-right: 5px;
}
.attention-img img{
    width: 16px;
    height: 16px;
}
.payment-data{
    width: 45%;
}
.payment{
    display: flex;
    justify-content: space-between;
}
.weeks-choice *{
    margin: 0;
}
.weeks-choice p{
    margin-bottom: 10px;
}
.weeks-choice p:last-child{
    font-size: 10px;
}
.weeks-choice label{
    width: 100%;
}

.weeks-choice{
    color: #ffffff;
    background-color: #428bca;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}
.payment-form-ctrls{
    margin-bottom: 15px;
}
.payment-form-ctrls textarea{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: auto;
}
.add-btn a{
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    max-width: 175px;
    text-align: center;
    line-height: 1.5;
    border-radius: 8px;
    background-repeat: repeat-x;
    color: #fff;
    cursor: pointer;
    background: #2DBECD;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.add-btn a:hover{
    color: #fff;
    text-decoration: none;
    background: #1e70d7;
}
.btn-red {
	display: flex;
    align-items: center;
	background: #FF4865;
	border-radius: 12px;
	padding: 10px 16.5px;
	color: #fff !important;
}
.btn-red:hover {
	background: #c50c0c;
}
.btn-orange {
	background: #FFA800;
	border-radius: 12px;
	padding: 10px 41px;
	color: #fff;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.btn-orange:hover {
	background: #e49600;
	color: #fff;
}
.btn-blue {
    background-color: #49aaab;
    border: 1px solid #49aaab;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 12px;
}
.btn-blue:hover {
    color: #fff;
}
.open-tournaments {
    display: flex;
    align-items: center;
    padding: 10px 16.5px;
    margin-bottom: 10px;
}
.deleteGroup:before {
content: url(../img/trash.svg);
width: 24px;
height: 24px;
margin-right: 6px;
}
.edit {
    display: flex;
    align-items: center;
    padding: 10px 16.5px;
}
.edit:before {
    content: url(../img/edit-1.svg);
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.mail {
    display: flex;
    align-items: center;
    padding: 10px 16.5px;
    margin-bottom: 10px;
}
.mail:before {
    content: url(../img/mail.svg);
    width: 24px;
    height: 24px;
    margin-right: 6px;
}
.group-btn-all-group {
	display: flex;
	flex-direction: column;
}
.group-btn-all-group .table-icon{
    margin: auto;
    width: 100%;
    height: auto;
}
.group-homework-title{
    display: flex;
    margin-top: 20px;
}
.group-homework-update-btn{
    margin-left: 10px;
}
.group-homework-update-btn img{
    width: 20px;
    height: 20px;
}
.change-homework-data{
    margin-top: 20px;
}
.change-homework-btn{
    margin-top: 20px;
}
.add-homework-btn{
    margin-top: 20px;
}
.student-in-group{
    padding-top: 30px;
    width: 100%;
    border: unset;
}

.group-content-wrapper{
    background-color: #fff;
    border: 1px solid #dddddd;
    border-top: none;
    padding-bottom: 20px;
}
.group-add-form{
    flex-direction: row;
}
.student-course-tab-title{
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
}
.student-tab-btns{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
/*.student-tab-btn{
    margin-right: 10px;
}*/
.student-tab-btn a{
    display: block;
    padding: 10px 20px;
    font-size: 10px;
    max-width: 175px;
    color: #fff !important;
    text-align: center;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.student-tab-btn a:hover{
    text-decoration: none;
    color:#fff;
}
.tab-left-wrapper{
    width: 100%;
    padding-right: 15px;
}
.student-tab-table{
    width: 100%;
}
.student-tab-table table{
    width: 100%;
}
.groups-title-ctrl-btns{
    display: flex;
}
.homework-content{
    display: flex;
    justify-content: space-between;
}
.homework-desc{
    width: 85%;
}
.action-btn:nth-child(1){
    background-color: green;
}
.action-btn:nth-child(1):hover{
    background-color: #006800;
}
.action-btn:nth-child(2){
    background-color: orange;
}
.action-btn:nth-child(2):hover{
    background-color: #da8600;
}
/*.action-btn:nth-child(3){
    background-color: #383bff;
}
.action-btn:nth-child(3):hover{
    background-color: #3333c8;
}*/
.action-btn:nth-child(3){
    background-color: red;
}
.action-btn:nth-child(3):hover{
    background-color: #e40000;
}
.action-btn:nth-child(4){
    background-color: red;
}
.action-btn:nth-child(5){
    background-color: #735Bd9;
}
.action-btn:nth-child(4):hover{
    background-color: #e40000;
}
.action-btn:nth-child(5):hover{
    background-color: #735BA7;
}
.student-courses-title{
    margin-bottom: 40px;
}
.student-tabs{
}
.student-tab-table-individual{
    margin: 20px 0;
}
.student-tab-table-individual table td{
    text-align: center;
}
.tab-right-wrapper{
    width: 55%;
}
.student-tab-content{
    border: 1px solid #dddddd;
    border-top: none;
    padding: 15px;

    background-color: #fff;
}
.student-tab-content table tr:nth-child(2n-1){
    background-color: #f1f1f1;;
}
.student-tab-content table th{
    background-color: unset;
}
.student-tab-actions-btns{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.student-tab-actions-btn a{
    display: block;
    padding: 10px 20px;
    font-size: 10px;
    text-align: center;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.student-tab-actions-btn a:hover{
    text-decoration: none;
    color:#fff;
}
.course-form-group-btn a{
    display: block;
    padding: 10px 20px;
    font-size: 10px;
    text-align: center;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
#add-student-in-group{
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    max-width: 175px;
    text-align: center;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
#add-student-in-group:hover{
    background-image: linear-gradient(to bottom, #59a559 0%, #2f822f 100%);
}
.delete-lesson-btn a, .cancel-lesson-btn a{
    display: block;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 12px;
    max-width: 175px;
    text-align: center;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.delete-lesson-btn a:hover, .cancel-lesson-btn a:hover{
    text-decoration: none;
    color:#fff;
}
.course-form-group-btn a:hover{
    text-decoration: none;
    color:#fff;
}
.course-form-group-btn{
    margin: 0 auto;
    color: #fff;
}
.tab-icon{
    width: 20px;
    height: 20px;
    align-items: unset;
    margin: unset;
}
.tab-icon img{
    margin-right: 5px;
}
.student-tab-content-wrapper{
    display: flex;
}
.course-data-wrapper{
    display: flex;

}
.course-change-data{
    width: 60%;
}
.course-profile-student-wrapper{
    width: 40%;
    padding: 20px;
    border: 1px dashed gainsboro;
    border-radius: 10px;
}
.course-profile-student{
    width: 100%;
}
.course-label{
    width: 40%;
}
.course-profile-student-item{
    display: flex;
    margin-bottom: 10px;
}
.course-profile-student-item:last-child{
    margin-bottom: 0;
}


.group-info-labels img{
    width: 20px;
    height: 20px;
}
.add-group-student-info-wrapper{
    display: flex;
}
.select-current-student{
    margin-bottom: 20px;
}
.current_student{
    padding: 20px;
}
.table-icon a:hover{
    cursor: pointer;
}
.lesson-info-blocks{
    display: none;
    margin-bottom: 20px;
}
.lesson-table{
    display: block;
}
.lesson-content-actions{
    margin-bottom: 20px;
}
.transfer-date-wrapper{
    display: flex;
    flex-direction: column;
}
.transfer-date-wrapper input{
    display: block;
    width: 30%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.transfer-date-wrapper textarea{
    display: block;
    width: 50%;
    height: 34px;
    min-height: 200px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: auto;
}

.comment-transfer-date{
    margin-bottom: 15px;
}
.student-tab-table-statistic{
    margin-bottom: 20px;
	overflow: auto;
    position: relative;
}
.student-table-statistic {
	display: inline-block;
    max-height: 500px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgb(50 50 71 / 6%), 0px 2px 4px rgb(50 50 71 / 6%);
}
.dropdown-status-list{
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 220px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-status-list ul{
    list-style: none;
    margin-bottom: 0;
}
.dropdown-status-list li a{
    color: #000;
}
.dropdown-status-list li:hover{
    background-color: #e2e2e2;
}
.lesson-held-table td, .lesson-held-table th{
    text-align: center;
}
.student-courses-wrapper{
    margin-top: 20px;
}
.filial-settings{
    display: flex;
    flex-direction: column;
    width: unset;
    height: unset;

}
.filial-settings img{
    width: 30px;
    height: 30px;
}
#modal_form, #type-payment {
    width: 600px;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 30px 20px;
}
#modal_form, #type-payment  #modal_close,#modal_close-type-payment {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}
#overlay {
    z-index:3;
    position:fixed;
    background-color:#000;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=80);
    width:100%;
    height:100%;
    top:0;
    left:0;
    cursor:pointer;
    display:none;
}
.star-table-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.password-wrapper{
    display: flex;
    align-items: center;
    height: calc(100vh - 53px);
    justify-content: center;

}
.change-password-wrapper{
    width: 50%;
    text-align: center;
}
.input-change-pass-addon{
    padding: 4px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.change-pass-input-group{
    margin-bottom: 15px;
}
.input-change-pass-item{
    display: flex;
}
.input-change-pass-item span{
    min-width: 255px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-change-pass-item .change-pass-input{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}
.change-pass-btn{
    display: flex;
    justify-content: flex-end;
}
.change-pass-btn a{
    display: block;
    padding: 10px 20px;
    font-size: 10px;
    max-width: 175px;
    color: #fff!important;
    text-align: center;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.statistic-tip{
    position: relative;
    cursor: pointer;
    margin-right: 3px;
}
.tooltip-statistic{
    position: absolute;
    top: -25px;
    padding: 2px 3px;
    border-radius: 5px;
    left: 50%;
    min-width: max-content;
    transform: translateX(-50%);
    display: none;
}
.tooltip-statistic span{
    position: relative;
    font-size: 10px;
}
.change-filial-btn{
    display: flex;
    margin-top: 20px;
}
.error-input{
    border: 1px solid red!important;
}
.current-homework-table b{
    text-decoration: none;
}
.homework-date{
    text-align: center;
}
#homework-desc{
    resize: none;
    width: 100%;
}
.offer_container{
    width: 100%;
    background: url('../img/bg.jpg');
    padding: 20px 15%;
}
.offer_header{
    display: flex;
    justify-content: space-between;
}
.offer-content{
    background-color: #fff;
    padding: 0 15px;
    border: 1px solid darkgrey;
}
.offer-content p{
    text-align: left;
}
.offer-content-title-wrapper{
    padding: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.offer-content-title p{
    text-align: left;
}
.offer_btns{
    display: flex;
    width: 26%;
    justify-content: space-between;
}
.offer_btns div a{
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    max-width: 175px;
    text-align: center;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.add-students-form-group input[type="time"]{
    box-sizing: border-box;
    padding: 6px 10px;
    line-height: 1.5;
    display: inline-block;
    width: 45%;
    height: 42px;
    font-size: 14px;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-left: 20px;
}

.scroll-div {
    width: 100%;
    overflow-x: scroll;
}

.pagination {
	display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
}
.pagination a {
    color: #fff;
}
.pagination .prev_page {
    height: 44px;
	width: 44px;
    background: #5bc0de;
    border-radius: 8px;
    border: none;
    margin-right: 10px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.pagination .next_page {
    height: 44px;
	width: 44px;
    background: #5bc0de;
    border-radius: 8px;
    border: none;
    margin-right: 10px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.pagination .active_page {
    height: 44px;
	width: 44px;
    background: #50ad50;
    border-radius: 8px;
    border: none;
    margin-right: 10px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    outline: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}



@media (max-width: 600px) {
    .franchaise-wrapper {
        width: 100%;
    }
    .franchaise-statistics-items {
        padding: 0 12px;
    }
    .franchaise-statistics-item {
        width: 100%;
        margin: 0 0 6px;
    }
}

.rating-th, .rating-td {
    font-weight: normal;
    border-bottom: 2px solid #6678b1;
    border-right: 30px solid white;
    border-left: 30px solid white;
    color: #039;
    padding: 8px 2px;
}

/*Tournamets */
.tournaments-wrapper {
    width: 1170px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.tournaments-title-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.tournaments-ctrl-wrapper {
    display: flex;
    justify-content: space-between;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
}
.tournaments-ctrl-btns {
    display: flex;
    width: 100%;
}
.tournaments-ctrl-btns a {
    display: block;
    margin-right: 10px;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}
.tournaments-group-btn{
    display:flex;
}
.tournaments-btn {
    display: flex;
    flex-direction: column;
}
.tournaments-info {
    display: flex;
    justify-content: space-between;
}
.green-btn {
    background: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fff;
    box-sizing: border-box;
}
/*END Tournamets */
