input[type="password"]::-ms-reveal {
    display: none;
}
body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Open Sans', sans-serif;
    padding:51px 0 0 0;
    color: #494949;
    }

body.blank{
    padding: 0;
}

.valign-top{
    vertical-align: top;
}

.checkbox.disabled-checkbox{
    position: relative;
}
.checkbox.disabled-checkbox:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

table.table-striped2 tr.odd-row{
    background: #EFEFEF;
}
table.table-striped2 tr.odd-row:hover {
  background-color: #e6e6e6;
}
table.table-striped2 tr.even-row{
    background: #FCFCFC;
}
table.table-striped2 tr.even-row:hover {
  background-color: #f6f6f6;
}
table.table-striped2 tr.hidden-inquiry{
    background: #edffe1;
}

.view-inline-block{
    display:inline-block !important;
    }
    .form-control.view-inline-block{
        width:auto;
        }

.ui-widget-overlay{
    background:rgba(68,68,68,0.50);
    }

.mb-10{
    margin-bottom: 10px;
}

hr{
    border-color:rgba(164,164,164,0.50);
    }

.navbar-default{
    background: #fff;
    -webkit-box-shadow: inset 0 1px 0 #dbeded, 0 1px 5px #dbeded;
    box-shadow: inset 0 1px 0 #dbeded, 0 1px 5px #dbeded;
}

#confirmModal,
#alertModal{
    z-index:4070;
    }

.modal-backdrop + .modal-backdrop{
    z-index:4060;
    }

.navbar.navbar-default .navbar-brand{
    padding:5px 5px 5px 20px;
    position:relative;
    }
    .navbar.navbar-default .navbar-brand img{
        height:100%;
        }
    .navbar.navbar-default .navbar-brand .dev-mark{
        position:absolute;
        left:0;
        top:0;
        background:rgba(158,11,13,1.00);
        color:#fff;
        padding:2px 3px;
        font-size:9px;
        text-decoration:none;
        }
    
    .site-sidebar{
        position:fixed;
        left:0;
        top:51px;
        bottom:0;
        overflow-y:auto;
        overflow-x:hidden;
        background:#f5f5f5;
        padding:10px;
        display:block;
        }

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: none;
    box-shadow: none;
    color:#ff9900;
}
        
        body.student .site-sidebar{
            background:#fff;
            box-shadow:0 0 4px #a1d0d1;
            }
        
        .nav.nav-sidebar{
            }
            .nav.nav-sidebar li a{
                color: rgba(55,55,55,1.00);
                font-size:13px;
                padding:10px;
                }
                .nav.nav-sidebar li a .coming-soon{
                    color:#8bb5b8;
                    }
                .nav.nav-sidebar li a .fa{
                    width:18px;
                    }
                .nav.nav-sidebar li.active a{
                    color:#ff9900;
                    font-weight:normal;
                    }

            .nav.nav-sidebar li .subtitle{
                font-size:14px;
                font-weight:bold;
                color: rgba(55,55,55,1.00);
                padding:20px 0 0 0;
                }
    
    .main .output{
        padding:20px 0;
        }
    
    
    .rating-stars {
      display: flex;
      justify-content: space-between;
      width: 196px;
    }
    .rating-stars--offset {
      margin: 5px 0;
    }
    .rating-stars-item {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 4px;
      border-radius: 12px;
      color: #1f2429;
      background: rgba(45, 53, 60, 0.10);
    }
    .rating-stars-item.active {
      color: #ffffff;
      background: #1f2429;
    }
    .rating-stars-item .star-icon {
      display: block;
      fill: currentColor;
      width: 25px;
      height: 25px;
    }
    
@media (min-width: 768px){
    
    .main .output{
        padding-top: 70px;
    }
    
}
    .page-header{
        margin-top:20px;
        }
        .page-header h1{
            font-size:26px;
            margin-top:0;
            }
    
    .form-control.error{
        border-color:rgba(131,10,12,1.00) !important;
        box-shadow:inset 0 0 3px rgba(226,137,41,1.00) !important;
        }
    
    .form-group select.error + .selectize-control .selectize-input{
        border-color:rgba(131,10,12,1.00);
        box-shadow:inset 0 0 3px rgba(226,137,41,1.00);
        }
    
    .btn{
        outline:none !important;
        border-radius:2px;
        }
    .btn.btn-success{
        background:#ff9900;
        border-color:#eb9007;
        text-shadow: none;
        }
        .btn.btn-success:hover,
        .btn.btn-success:active,
        .btn.btn-success:focus{
            background:#D38931;
            border-color: #D38931;
            }
    .btn.btn-primary{
        background:#8bd1d2;
        border-color:#8bd1d2;
        text-shadow: none;
        }
        .btn.btn-primary:active,
        .btn.btn-primary:hover,
        .btn.btn-primary:focus{
            background:#ff9919;
            border-color:#ff9919;
            }



    .btn.btn-gray{
        background:#FAFAFA;
        border-color:#FAFAFA;
        color: #828282;
        text-shadow: none;
        
        }

        .btn.btn-gray:hover{
            color: #fff;
            background:#CFE5E4;
            border-color:#CFE5E4;
            }    
        .btn.btn-gray:active,
        .btn.btn-gray:focus{
            color: #fff;
            background:#BCD8D7;
            border-color:#BCD8D7;
            }




.btn.btn-primary-outline{
    border:1px solid #8bd1d2;
    color: #8bd1d2;    
}
.btn.btn-primary-outline.active{
    color: #fff;
}
.btn.rounded{
    border-radius: 24px !important;
}
.btn.btn-courses{
    width: 120px;
    font-size: 14px;
    box-shadow: none !important;
}
.btn.btn-courses.btn-primary-outline.active{
    background: #8bd1d2;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  }  

.padding-t20{
  padding-top:20px;
  }


.auth-block{
  padding:20px;
  margin:50px auto 0 auto;
  width:380px;
  /*border:1px solid #cccccc;*/
  }
  .auth-block .logo{
    padding-bottom:15px;
    }

.auth-block .logo img{
    width: 160px;
}

@media (max-width: 767px){
    
    .auth-block{
        width: 95%;
        margin: 0 auto;
    }
    
}

.field{
  padding:0 0 12px 0;
  }
  .field.lesson-title{
    font-size:16px;
    line-height:20px;
    }
  .field select,
  .field input[type=text],
  .field input[type=password],
  .field input[type=email],
  .field textarea,
  .field input[type=password]{
    font-size:12px;
    color:#333333;
    width:100%;
    display:block;
    box-sizing:border-box;
    border:1px solid #cccccc;
    background:#fff;
    padding:12px 12px;
    outline:none;
    }
    .field select{
      padding:9px 17px;
      }
    .field .error{
      border:1px solid rgba(151,24,27,1.00) !important;
      background:rgba(255,254,249,1.00) !important;
      }
    .field label{
      display:block;
      font-size:12px;
      padding:0 0 2px 0;
      font-weight:bold;
      }
      .field label.bold{
        font-weight:bold;
        }
    
    .field .check-list label{
      padding:3px 0;
      }
    
    .field .timetable td{
      padding:0 6px 3px 0;
      font-size:14px;
      vertical-align:middle;
      }
    
  .button{
    width:100%;
    display:block;
    box-sizing:border-box;
    text-align:center;
    color:#fff;
    position:relative;
    font-size:15px;
    height:42px;
    line-height:42px;
    cursor:pointer;
    background:#ff9900;
    border:none;
    outline:none;
    text-decoration:none;
    }
    .field .button{
      height:28px;
      line-height:24px;
      }
    .button:before{
      content:'';
      display:block;
      position:absolute;
      left:50%;
      margin:0 0 0 -10px;
      top:0;

      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #ffffff transparent transparent transparent;

      }
      .button.browse{
          background:rgba(72,70,70,1.00);
          display:inline-block;
          width:auto;
          padding:0 20px;
          line-height:28px;
          font-size:12px;
        }
          .button.browse:before{
              display:none;
              }
      

    .button:hover{
      background:#e88c03;
      }
    
    .button.gray{
      color:#ааа;
    background:#ADADAD;
      }
      .button.gray:hover{
      background: rgba(134,134,134,1.00);
        }
    
    a.button{
      line-height: normal;
      font-size:12px;
      height:auto;
      padding:12px 0;
      }
      a.button.assesment-btn{
        padding-left:3px;
        padding-right:3px;
        }
    
  .form-button-wrapper{
    margin:0 auto;
    width:330px;
    }

.error-text{
  padding:8px;
  color:#333;
  font-size:14px;
  line-height:15px;
  margin:6px 0;
  background:rgba(255,243,243,1.00);
  }



.layout0{
  margin:0 auto;
  max-width:1280px;
  padding:0 10px 20px 10px;
  position:relative;
  }
  .layout0 .header{
    padding:16px 0;
    position:relative;
    }
    .layout0 .header .logo{
        display:block;
        text-align:center;
        width:175px;
        position:relative;
        }
        .layout0 .header .logo .dev-mark{
            position:absolute;
            left:0;
            top:0;
            background:rgba(158,11,13,1.00);
            color:#fff;
            padding:6px;
            text-decoration:none;
            }
        .layout0 .header .logo img{
            max-width:78px;
            }
    
    .layout0 .header .user{
      position:absolute;
      top:10px;
      right:0;
      font-size:13px;
      color:#999999;
      }
      .layout0 .header .user a{
        color:#999999;
        }
  .layout0 .main-wrapper{
      display:table;
      width:100%;
    }
    .layout0 .main-wrapper .sidebar{
      width:195px;
      display:table-cell;
      vertical-align:top;
      }
      .layout0 .main-wrapper .sidebar .menu{
        list-style:disc;
        margin:0 20px 0 20px;
        }
        .layout0 .main-wrapper .sidebar .menu li{
          margin:0 0 10px 0;
          }

        .layout0 .main-wrapper .sidebar .menu li.label{
            display:block;
            padding:10px 0 0 0;
            }
            .layout0 .main-wrapper .sidebar .menu li.label h3{
                font-weight:bold;
                font-size:16px;
                }

          .layout0 .main-wrapper .sidebar .menu li a{
            font-size:13px;
            color:#666;
            text-decoration:none;
            position:relative;
            top:2px;
            }
            .layout0 .main-wrapper .sidebar .menu li a:hover{
              text-decoration:underline;
              }
            .layout0 .main-wrapper .sidebar .menu li.active a{
              color:#ff9933;
              }
    .layout0 .main-wrapper .output{
      display:table-cell;
      vertical-align:top;
      }
    

.page-title{
  font-size:22px;
  font-weight:bold;
  color:#333333;
  padding:0 0 8px 0;
  }


.big-gray-button{
  text-decoration:none;
  display:block;
  font-size:18px;
  color:#333;
  border-top:1px solid #898888;
  padding:12px 0;
  text-align:center;
  

  background: #e3e2e2;
  background: -moz-linear-gradient(top,  #f3f5f5 0%, #e3e2e2 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f5f5), color-stop(100%,#e3e2e2));
  background: -webkit-linear-gradient(top,  #f3f5f5 0%, #e3e2e2 100%);
  background: -o-linear-gradient(top,  #f3f5f5 0%, #e3e2e2 100%);
  background: -ms-linear-gradient(top,  #f3f5f5 0%, #e3e2e2 100%);
  background: linear-gradient(to bottom,  #f3f5f5 0%, #e3e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f5f5', endColorstr='#e3e2e2',GradientType=0 ); /* IE6-9 */
  
  }


.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after{
    border-spacing:0;
    }

div.data-table{
  display:table;
  width:100%;
  border-collapse: separate;
  border-spacing: 3px 3px;
  }
  div.data-table div.head{
    display:table-row-group;
    }
  div.data-table div.body{
    display:table-row-group;
    }
  div.data-table div.t-row{
    display:table-row;
    }
    div.data-table div.t-row > div{
      display:table-cell;
      vertical-align:middle;
      border:1px solid #cccccc;
      padding:10px 12px;
      min-height:44px;
      font-size:12px;
      line-height:14px;
      color:#333;
      text-align:center;
      }
      div.data-table div.t-row > div.row-inner{
        display:block;
        }
      
      div.data-table div.head div.t-row > div{
        color:#ff9900;
        text-align:center;
        }
      div.data-table div.t-row > div.mark{
        border-left:10px solid #ff9900;
        }
      div.data-table div.t-row > .action{
        background:#f3f5f5;
        padding:6px;
        width:30px;
        }
        .data-table .action a{
          display:inline-block;
          width:26px;
          height:26px;
          line-height:26px;
          font-size:14px;
          color:#999999;
          }
          .data-table .action a.active,
          .data-table .action a:hover{
            color:#ff9900;
            }
        .data-table .line,
        .line-divider{
          height:1px;
          font-size:0;
          line-height:0;
          background:#999999;
          margin:3px 0;
          }

.table>thead>tr>th{
    font-size:12px;
    }
table.data-table{
    width:100%;
    border-collapse: separate;
    border-spacing: 3px 3px;
    }
    table.data-table.padding-sm{
        border-spacing: 0px 0px;
        border-collapse:collapse;
        }
    table.data-table .input-group{
        border-spacing: 0px 0px;
        }
  table.data-table > thead > tr >td,
  table.data-table > thead > tr >td a{
    color:#ff9900;
    }
  table.data-table td{
    vertical-align:middle !important;
    padding:10px 12px;
    min-height:44px;
    color:#333;
    font-size:12px;
    line-height:14px;
    border:1px solid #cccccc;
    }
    table.data-table.padding-sm td{
        padding:4px;
        }
    table.data-table tr.gray td{
        background:rgba(235,235,235,0.75);
        }
    table.data-table tr.yellow td{
        background: rgba(255,253,197,0.60);
        }
    table.data-table td.empty{
        border:none;
        }
    table.data-table td a{
      color:#333;
      }
        table.data-table td a.btn{
            color:#fff;
            }
    table.data-table td table:not(.data-table) td{
      padding:0;
      border:none;
      min-height:0;
      }
    table.data-table td.first-cell{
      border-left:10px solid #ff9900;
      }
      table.data-table td.handle i{
        font-size:20px;
        cursor: move;
        }

    table.data-table tr.red td{
        background:rgba(249,215,216,1.00);
        }
    table.data-table tr.yellow td{
        background: rgba(249,246,218,1.00);
        }
      
    table.data-table td.action{
      background:#f3f5f5;
      padding:6px;
      width:30px;
      text-align:center;
      }
    table.data-table td.row-inner{
      border:none;
      }


.company-status-label{
    display:inline-block;
    position:relative;
    padding:3px 6px;
    border-radius:2px;
    background:rgba(220,220,220,1.00);
    color:#000;
    font-weight:600;
    white-space:nowrap;
    }

.status-item{
  position:relative;
  display:inline-block;
  white-space:nowrap;
  color:#fff;
  font-size:12px;
  height:28px;
  line-height:28px;
  padding:0 22px;
  background:#cccccc;
  margin:0 14px 0 0;
  }
  .status-item:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    top:0;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #fff;
    }

  .status-item:after{
    content:'';
    display:block;
    position:absolute;
    right:-14px;
    top:0;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #cccccc;
    }
    .status-item.selected{
      background:#ff9900;
      }
      .status-item.selected:after{
        border-color: transparent transparent transparent #ff9900;
        }


.assigned-line{
  position:relative;
  border-bottom:1px dashed #D4D4D4;
  font-size:13px;
  padding:9px 10px;
  }
    .assigned-line.toggle{
        padding-left:20px;
        }
        .assigned-line.toggle .fa-toggle-on,
        .assigned-line.toggle .fa-toggle-off{
            position:absolute;
            left:0;
            top:11px;
            font-size:14px;
            cursor:pointer;
            }
            .assigned-line.toggle .fa-toggle-off{
                color:rgba(114,114,114,1.00);
                }
            .assigned-line.toggle .fa-toggle-on{
                color:rgba(25,143,20,1.00);
                }

  .assigned-line .fa-times{
    cursor:pointer;
    position:absolute;
    right:0;
    top:13px;
    }



.status-bar{
  border-top:1px solid #898888;
  position:relative;
  padding:12px 12px 12px 50px;

  background: #e3e2e2;
  background: -moz-linear-gradient(top,  #f3f5f5 0%, #e3e2e2 100%); 
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f5f5), color-stop(100%,#e3e2e2));
  background: -webkit-linear-gradient(top,  #f3f5f5 0%, #e3e2e2 100%);
  background: -o-linear-gradient(top,  #f3f5f5 0%, #e3e2e2 100%);
  background: -ms-linear-gradient(top,  #f3f5f5 0%, #e3e2e2 100%);
  background: linear-gradient(to bottom,  #f3f5f5 0%, #e3e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f5f5', endColorstr='#e3e2e2',GradientType=0 ); /* IE6-9 */
  }
  .status-bar:before{
    content:'';
    display:block;
    position:absolute;
    left:20px;
    margin:0;
    top:-1px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    }
  .status-bar .item{
    display:inline-block;
    vertical-align:middle;
    padding:0 8px 0 0;
    margin:0 8px 0 0;
    border-right:1px solid #a3a2a2;    
    }
  .status-bar .item label{
      font-weight:normal;
      margin:0;
    }
    .status-bar .item:last-child{
      padding:0;
      margin:0;
      border-right:none;    
      }
  .status-bar .item a{
      color:#ff9900;
      outline:none;
    }

.schedule-wrapper{
  text-align:left;
  padding:0 15px 15px 15px;
  }
  .schedule-wrapper .inner{
    display:table;
    }
    .schedule-wrapper .inner > div{
      display:table-cell;
      vertical-align:top;
      position:relative;
      padding-top:20px;
      }
      .schedule-wrapper .inner > div.students{
        width:200px;
        }

      .schedule-wrapper .inner > div.students hr{
          margin:10px 0;
        }

      .schedule-wrapper .inner > div.calendar{
        padding-left:23px;
        width:390px;
        }
      .schedule-wrapper .inner > div.right{
        padding-left:23px;
        }
    .schedule-wrapper .inner .column-label{
      font-size:16px;
      color:#ff9900;
      padding:0 0 14px 0;
      }
      .schedule-wrapper .inner .column-label a{
        font-size:16px;
        color:#ff9900;
        text-decoration:none;
        }
        .schedule-wrapper .inner .column-label a:hover{
          text-decoration:underline;
          }
.students-list{
  list-style:disc;
  margin:0 0 0 20px;
  padding:10px 0 0 0;
  position:relative;
  }
  .students-list.selected{
    border-right:1px solid #cccccc;
    }
  
  .schedule-wrapper .inner > div.calendar .calendar-wrapper{
    border-right:1px solid #cccccc;
    padding:10px 30px 10px 0;
    position:relative;
    } 
  
        .schedule-wrapper .inner .students-list.selected:after,
        .schedule-wrapper .inner > div.calendar .calendar-wrapper:after{
          content:'';
          display:block;
          position:absolute;
          top:10px;
          right:-15px;
          
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 15px 0 15px 15px;
          border-color: transparent transparent transparent #ffffff;
          }
        .schedule-wrapper .inner .students-list.selected:before,
        .schedule-wrapper .inner > div.calendar .calendar-wrapper:before{
          content:'';
          display:block;
          position:absolute;
          top:9px;
          right:-16px;
          
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 16px 0 16px 16px;
          border-color: transparent transparent transparent #cccccc;
          }

.students-list{
    padding:0;
    margin:0;
    width:200px;
    }
  .students-list li{
    padding:0 16px 12px 0;
    display:block;
    position:relative;
    }
      .students-list.toggles li{
          padding-left: 10px;
          padding-right: 16px;
          position: relative;
          display: flex;
          align-items: center;
        }
    
    .students-list li a{
      font-size:13px;
      color:#666666;
      text-decoration:none;
      white-space:nowrap;
      text-overflow:ellipsis;
      overflow:hidden;
      display:block;
      }
      .students-list li a:hover,
      .students-list li.active a{
        color:#ff9900;
        }

      .agreement-check{
          width: 15px;
          height: 15px;
          display: block!important;
          margin-top: -5px;

      }
.student-status-toggle{
    font-size:15px !important;
    margin-right: 6px;
    }
    .student-status-toggle .fa-toggle-off{
        color:rgba(114,114,114,1.00);
        }
    .student-status-toggle .fa-toggle-on{
        color:rgba(25,143,20,1.00);
        }
    
    .student-group-lead{
        position:absolute;
        right:3px;
        top:-1px;
        font-size:15px !important;
        color:rgba(178,178,178,1.00);
        display:none !important;
        }
    
    .students-list li.group-lead .student-group-lead,
    .students-list li:hover .student-group-lead{
        display:block !important;
        }

        .students-list li.group-lead .student-group-lead{
            color:#ff9900;
            }
    
    .student-lead-toggle{
        color:rgba(178,178,178,1.00);
        cursor:pointer;
        }
        .student-lead-toggle.active{
            color:#ff9900;
            }

  .calendar-wrapper .ui-datepicker-inline{
    width:100%;
    }


  
  .calendar-wrapper .ui-datepicker td span, 
  .calendar-wrapper .ui-datepicker td a{
    padding:9px .2em;
    text-align:center;
    }

  .schedule-wrapper.process .inner > div.calendar,
  .schedule-wrapper.process .inner > div.right{
    position: relative;
    }
    .schedule-wrapper.process .inner > div.calendar:before,
    .schedule-wrapper.process .inner > div.right:before{
      content:'';
      display:block;
      position:absolute;
      left:0;
      top:0;
      bottom:0;
      right:0;
      background: rgba(127,127,127,0.20) url(../images/ajax-loader.gif) center center no-repeat;
      z-index:10000;
      }
    .schedule-wrapper.process .inner > div.calendar > div,
    .schedule-wrapper.process .inner > div.right > div{
      opacity:0.5
      }


.calendar-freeze-lesson{
    padding:5px 0 0 0;
    font-size:12px;
    color:#4F4F4F;
    }

.highlight-marks{
  padding:20px 0 0 20px;
  }
  .modal .highlight-marks{
      padding:0;
    }
  .highlight-marks > div{
    padding:3px 0;
    font-size:12px;
    color:#666666;
    }

      .modal .highlight-marks > div{
          display:inline-block;
          padding-right:5px;
        }

    .highlight-marks > div span{
      display:inline-block;
      vertical-align:middle;
      width:12px;
      height:12px;
      position:relative;
      top:-1px;
      }
      .highlight-marks > div span.green{
        background:#a7cfbd;
        }
      .highlight-marks > div span.red{
        background:#f1aeb0;
        }
      .highlight-marks > div span.orange{
        background:#f1c79f;
        }
      .highlight-marks > div span.blue{
        background:#48c0e5;
        }
      .highlight-marks > div span.gray{
        background:#cccccc;
        }
      .highlight-marks > div span.yellow{
        background:#E1CF28;
        }
      .highlight-marks > div span.orange-border{
        background:#fff;
        border:1px solid #f04c04;
        }
      .highlight-marks > div span.green-border{
        background:#fff;
        border:1px solid rgba(25,143,20,1.00);
        }

  
.lesson-day a{
    position:relative;
    }

    .lesson-day.assessment a:before{
        position:absolute;
        left:0;
        top:0;
        content:'';

        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 0;
        border-color: #b01925 transparent transparent transparent;
        
        }

    .lesson-day a span{
        display:none;
        position:absolute;
        left:20px;
        top:-30px;
        padding:8px !important;
        background:#fff;
        border:1px solid #ccc;
        font-size:12px;
        font-weight:normal;
        white-space: nowrap;
        }
    .lesson-day a:hover span{
        display:block;
        }
  .lesson-day.green a{
    background:#a7cfbd !important;
    /*color:#fff !important;*/
    }
  .ui-datepicker-unselectable.blue{
      opacity:0.7 !important;
    }
  .ui-datepicker-unselectable.blue span,
  .ui-datepicker td.blue a{
    background:#48c0e5 !important;
    opacity:0.7;
    /*color:#fff !important;*/
    }
.lesson-day.read-only {
  opacity:0.5 !important;
}
    
    
  .lesson-day.red a{
    background:#f1aeb0 !important;
   /* color:#fff !important;*/
    }
.lesson-day.red.inactive a{
    background:#efdbdc !important;
}
  .lesson-day.yellow a{
    background: #f1c79f !important;
   /* color:#333 !important;*/
    }
  .lesson-day.replaced a{
    background: #E1CF28 !important;
   /* color:#333 !important;*/
    }
    .lesson-day.replaced-border,
    .lesson-day.replaced-border a{
        border:1px solid #f04c04 !important;
        /* color:#333 !important;*/
        }
    .lesson-day.trial-border,
    .lesson-day.trial-border a{
        border:1px solid rgba(25,143,20,1.00);
        /* color:#333 !important;*/
        }


  .student-success,
  .student-attendance{
    padding:10px 0 20px 20px;
    font-size:16px;
    line-height:20px;
    }




  .replacements-calendar{
    }
    .replacements-calendar table.calendar{
      width:100%;
      border-left:1px solid #898888;
      border-top:1px solid #898888;
      }
      .replacements-calendar table.calendar thead{
        }
        .replacements-calendar table.calendar thead td{
          font-weight:bold;
          padding:12px;
          background:#f2f0f0;
          color:#333;
          font-size:16px;
          text-align:center;
          border-right:1px solid #898888;
          border-bottom:1px solid #898888;
          width:14.28%;
          }
        .replacements-calendar table.calendar tbody td{
          /*font-weight:bold;*/
          padding:4px;
          color:#333;
          font-size:12px;
          border-right:1px solid #898888;
          border-bottom:1px solid #898888;
          vertical-align:top;
          }
          .replacements-calendar table.calendar tbody td.empty{
            background:#F8F8F8;
            }
          .replacements-calendar table.calendar tbody td .day-inner{
            min-height:70px;
            position:relative;
            }
            .replacements-calendar table.calendar tbody td .day-inner .day-number{
              padding:0 0 5px 0;
              font-size:11px;
              }
            .replacements-calendar table.calendar tbody td .day-inner .lesson, .replacements-calendar table.calendar tbody td .day-inner .club{
              display:block;
              position:relative;
              font-size:12px;
              line-height:18px;
              margin:0 0 5px 0;
              padding:4px;
              /*border:1px solid #7B7B7B;*/
              text-decoration:none;
              text-align:center;
              color:#333;
              }
              .replacements-calendar table.calendar tbody td .day-inner .lesson:hover, .replacements-calendar table.calendar tbody td .day-inner .club:hover{
                background:#f4f4f4;
                }
              .replacements-calendar table.calendar tbody td .day-inner .lesson.requested, .replacements-calendar table.calendar tbody td .day-inner .club.requested{
                color:#fff;
                background:#f04c04;
                }
              .replacements-calendar table.calendar tbody td .day-inner .lesson.new-request, .replacements-calendar table.calendar tbody td .day-inner .club.new-request{
                color:#fff;
                background: #f04c04;
                }
              .replacements-calendar table.calendar tbody td .day-inner .lesson.replaced, .replacements-calendar table.calendar tbody td .day-inner .club.replaced{
                color:#fff;
                background:#6ab483;
                }              
              .replacements-calendar table.calendar tbody td .day-inner .lesson.my-replace, .replacements-calendar table.calendar tbody td .day-inner .club.my-replace{
                color:#fff;
                background: #6ab483;
                }
              .replacements-calendar table.calendar tbody td .day-inner .lesson.sent-request, .replacements-calendar table.calendar tbody td .day-inner .club.sent-request{
                color:#333;
                background: #E1CF28;
                }
              .replacements-calendar table.calendar tbody td .day-inner .lesson.replacement-done, .replacements-calendar table.calendar tbody td .day-inner .club.replacement-done{
                color:#333;
                background: #d0d0d0;
                }

              .replacements-calendar table.calendar tbody td .day-inner .lesson.frozen{
                color:#fff;
                background: #48c0e5;
                }
  
  .replacement-info table{
    width:100%;
    }
    .replacement-info table tr td{
      padding:8px 0;
      font-size:12px;
      border-bottom:1px solid #666;
      }
      .replacement-info table tr td.label{
        font-weight:bold;
        display:table-cell;
        color:#333;
        text-align:left;
        vertical-align:top;
        line-height:1.4em;
        padding-right: 4px;
      }
      .replacement-info table tr td:last-child{
        white-space: pre-wrap;
        overflow-wrap: break-word;
        word-break: break-all;
      }


  .replacements-calendar .colors-marks{
    padding:12px 0 0 0;
    }
    .replacements-calendar .colors-marks .item{
      display:inline-block;
      vertical-align:middle;
      padding:0 12px 0 0;
      margin:0 12px 0 0;
      border-right:1px solid #666;
      font-size:12px;
      }
      .replacements-calendar .colors-marks .item:last-child{
        border:none;
        padding:0;
        margin:0;
        }
      .replacements-calendar .colors-marks .item .color{
        width:15px;
        height:15px;
        border:1px solid #666;
        background:#fff;
        display:inline-block;
        vertical-align:middle;
        }
        .replacements-calendar .colors-marks .item .color.red{
          background:#f04c04;
          }
        .replacements-calendar .colors-marks .item .color.gray{
          background:#d0d0d0;
          }
        .replacements-calendar .colors-marks .item .color.pink{
          background:#EFD7D7;
          }
        .replacements-calendar .colors-marks .item .color.green{
          background:#6ab483;
          }
        .replacements-calendar .colors-marks .item .color.green{
          background:#6ab483;
          }
        .replacements-calendar .colors-marks .item .color.yellow{
          background:#E1CF28;
          }
        .replacements-calendar .colors-marks .item .color.light-green{
            background: rgba(224,238,214,1.00);
          }
          .replacements-calendar .colors-marks .item .color.blue{
            background:#48c0e5;
            }




  .lesson-files{
    }
    .lesson-files .item{
      position:relative;
      padding:6px 0;
      margin-bottom:4px;
      border-bottom:1px solid rgba(142,142,142,1.00);
      }
      .lesson-files .item a{
        color:#333;
        font-size:14px;
        }
        .lesson-files .item a.delete-lesson-file{
          position:absolute;
          right:4px;
          top:5px;
          }

  .requests-list{
    }
      .requests-list .block-title{
          padding:10px 0 5px 0;
          font-size:14px;
          font-weight:bold;
        }
    .requests-list .item{
      position:relative;
      padding:6px 0;
      margin-bottom:4px;
      border-bottom:1px solid rgba(142,142,142,1.00);
      }
    .requests-list .item.selected{
        border:1px solid rgba(28,121,12,1.00);
        padding:4px;
        }
    .requests-list .item.highlighted{
        border:1px solid rgba(228,209,48,1.00);
        background:rgba(228,209,48,1.00);
        padding:4px;
        }
        .requests-list .item.selected > a{
            display:none;
            }

      .requests-list .item a{
        color:#333;
        font-size:14px;
        }
        .requests-list .item a:hover{
            color:#ff9900;
            }
        .requests-list .item a.approve{
          position:absolute;
          right:20px;
          top:5px;
          }
        .requests-list .item a.decline{
          position:absolute;
          right:4px;
          top:5px;
          }

.group-marks-wrapper{
  text-align:left;
  width:100%;
  display:table;
  padding:0 0 15px 0;
  table-layout:fixed;

  border-collapse: separate;
  border-spacing: 0 0;
  }
  .group-marks-wrapper > div{
    display:table-cell;
    vertical-align:top;
    }
    .group-marks-wrapper > div.left-side{
      width:200px;
      }
      
      .group-marks-wrapper > div.left-side .students{
        border-right:1px solid #666;
        border-bottom:1px solid #666;
        table-layout:fixed;
        }
        .group-marks-wrapper > div.left-side .students .user-name{
            white-space: nowrap;
            overflow: hidden;
            display: block;
            text-overflow: ellipsis;
            }
        
        .group-marks-wrapper > div.left-side .students .user-name{
            white-space:nowrap;
            max-width:210px;
            overflow:hidden;
            }
        
        .group-marks-wrapper > div.left-side .students tr:nth-child(even) td{
          /*background:#f4f4f4;*/
          }
        .group-marks-wrapper > div.left-side .students td{
          text-align:left;
          padding:10px 5px;
          border-left:1px solid #666;
          border-top:1px solid #666;
          }

            .group-marks-wrapper > div.left-side .students tr.is-me td,
            .group-marks-wrapper > div .marks tr.is-me td{
                border-top:1px solid #3B9832;
                border-bottom:1px solid #3B9832;
                }
                .group-marks-wrapper > div.left-side .students tr.is-me td{
                    font-weight:bold;
                    color:#3B9832;
                    }

          .group-marks-wrapper > div.left-side .students tr:first-child td{
              color:#ff9900;
            }
      
    .group-marks-wrapper > div.right-side{
      width:auto;
      }


    .modal .group-marks-wrapper td{
        font-size:12px;
        }

  .group-marks-wrapper > div .marks{
    overflow-x:scroll;
    /*width:600px;*/
    /*border-right:1px solid #666;*/
    }
    .group-marks-wrapper > div .marks > table{
        border-right:1px solid #666;
        border-bottom:1px solid #666;
        }
    .group-marks-wrapper > div .marks td{
      text-align:center;
      white-space:nowrap;
      padding:10px 5px !important;
      border-left:1px solid #666 !important;
      border-top:1px solid #666 !important;
      box-sizing:border-box !important;
      /*cursor:pointer;*/
      
      
      /*-webkit-user-select: none; 
      -moz-user-select: none; 
      -khtml-user-select: none;
      -ms-user-select: none; */
      }
      .group-marks-wrapper > div .marks td.total{
        }
      .group-marks-wrapper > div .marks td.vote-cell{
          cursor:pointer;
        }
        .group-marks-wrapper.full-period td.user-lesson-present{
            background:#a4d0d2;
            }
      .group-marks-wrapper > div .marks td.user-lesson-frozen{
          background:#9ed5e6;
          color:#fff;
        }
      .group-marks-wrapper > div .marks td.user-lesson-present{
          /*background: rgba(197,227,185,1.00) !important;*/
        }
        .group-marks-wrapper > div .marks td.user-lesson-present .fa{
            color:#f38f18;
            }
      .group-marks-wrapper > div .marks td.user-lesson-inactive{
          background: rgba(229,226,226,1.00);
        }


      .group-marks-wrapper > div .marks td.arrow-up{
          background: #99cccd !important;
        }
      .group-marks-wrapper > div .marks td.arrow-down{
          background: #f5b7b8 !important;
        }
      .group-marks-wrapper > div .marks td.arrow-right{
          background: #fccc9b !important;
        }

      
      .group-marks-wrapper > div .marks td input[type=text]{
        font-size:12px;
        color:#333333;
        width:100%;
        display:block;
        box-sizing:border-box;
        border:1px solid #cccccc;
        background:#fff;
        padding:4px 0;
        text-align:center;
        box-sizing:border-box;
        outline:none;
        }
      .group-marks-wrapper > div .marks td.edit{
        padding:0;
        cursor:default;
        }
      .group-marks-wrapper > div .marks td.last{
        border-right:2px solid #666;
        }
      .group-marks-wrapper > div .marks tr:nth-child(even) td{
        /*background:#f4f4f4;*/
        }
    .group-marks-wrapper > div .marks .average{
      font-weight:bold;
      }
    .group-marks-wrapper > div .marks .total-average{
      font-weight:bold;
      color:#ff9900;
      }


.select-date-form{
  margin:0 0 20px 0;
  }
  .select-date-form td{
    padding:0 5px 0 0;
    vertical-align:middle;
    }
  .select-date-form select{
    font-size:16px;
    border:1px solid #333;
    }





  .services-list{
    }
    .services-list .item{
      text-align:center;
      padding:0 0 30px 0;
      }
      .services-list .item .image{
        padding:0 20px 5px 20px;
        }
        .services-list .item .image img{
          max-width:100%;
          }
      .services-list .item .title{
        padding:0 0 6px 0;
        }
        .services-list .item .title a{
          font-size:15px;
          font-weight:bold;
          text-decoration:none;
          text-transform:uppercase;
          color:#fc9901;
          }
      .services-list .item .teaser{
          font-size:12px;
          line-height:15px;
          color:#adadad;
          margin:0 auto;
          max-width:270px;
        }

  
  .text-block{
    font-size:14px;
    line-height:18px;
    color:#838383;
    }
    .text-block p{
      padding:0 0 15px 0;
      }
    .text-block h2{
      font-size:18px;
      color:#838383;
      padding:0 0 15px 0;
      }
  
  .info-table{
    }
    .info-table td{
      padding:10px 15px 10px 0;
      font-size:14px;
      border-bottom:1px dashed #868686;
      }




  .homework_description{
    white-space: pre-wrap;
    }



  .close-edit{
    text-align:right;
    }
    .close-edit a{
      font-size:15px;
      text-decoration:underline;
      color:#ff9900;
      }
      .close-edit a:hover{
        text-decoration:none;
        }







.ui-widget-header{
    background:#ff9900 !important;
    }


.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-radius:0 !important; 
    }




.group-edit-schedule{
    float:left;
    width:260px;
    padding:20px 0 0 0;
    }

.group-edit-schedule .schedule-form{
    text-align:left;
    padding:25px 0;
    display:none;
    }
    .group-edit-schedule .count-note{
        padding:10px 0 10px 0;
        font-size:15px;
        }



.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    color:#333 !important;
    }


.ui-widget-content.ui-datepicker{
    background:#fff;
    }


.log-dump{
    text-align:left;
    padding:10px;
    border:1px solid #B4B4B4;
    background:rgba(248,248,248,1.00);
    }



.border-title-line{
    color:#898989;
    font-size:20px;
    border-bottom:1px solid #898989;
    margin:0 0 15px 0;
    padding:0 0 6px 0;
    }

.search-form{
    float:right;
    border:1px solid #cccccc;
    margin-right:3px;
    }
    .search-form input[type=text]{
        border:none;
        background:#fff;
        display:inline-block;
        vertical-align:middle;
        font-size:14px;
        outline:none;
        width:130px;
        padding:5px 14px;
        }
    .search-form button{
        cursor:pointer;
        display:inline-block;
        background:#f3f5f4;
        border:none;
        color:#999999;
        width:42px;
        height:34px;
        text-align:center;
        line-height:34px;
        vertical-align:middle;
        border-left:1px solid #cccccc;
        }
        .search-form button .fa{
            font-size:16px;
            position:relative;
            top:-1px;
            }


.group-comments{
    text-align:left;
    padding:0 0 20px 0;
    }
    .group-comments .post-form{
        position: relative;
        padding-left: 45px;
        }
        .group-comments .post-form textarea{
            display:block;
            width:100%;
            box-sizing:border-box;
            padding:14px;
            border:1px solid #f9f9f9;
            background: #f9f9f9;
            outline:none;
            }
        .group-comments .post-form input[type=submit]{
            color:#fff;
            font-size:14px;
            width:100%;
            text-align:center;
            border:none;
            cursor:pointer;
            background:#fd9827;
            padding:10px 0;
            display:none;
            }
            .group-comments .post-form.focus input[type=submit]{
                display:block;
                }

    .group-comments .comments-count{
        font-size:14px;
        color:#73b6bc;
        padding:0 0 10px 0;
        }
    .group-comments .comments-list{
        padding:0;
        }
        .group-comments .comments-list li{
            display:block;
            padding:5px;
            border-bottom:1px solid #c3c3c3;
            }

.group-comments .comments-list li .view-more-comment-btn{
    padding: 3px;
    color: #73b6bc;
    background: none !important;
}

.group-comments .comments-list li:last-child{
    border-bottom: none;
}
.group-comments .comments-list li.comment-item{
    position: relative;
    padding: 25px;
    padding-top: 0;
    padding-left: 45px;
    margin-top: 25px;
}
            .group-comments .comments-list li .info{
                padding:0 0 15px 0;
                color:#999999;
                font-size:14px;
                }
                .group-comments .comments-list li .info .date{
                    color:#cfcfcf;
                    }
                .group-comments .comments-list li .info .name{
                    color:#7bbac0;
                    }

            .group-comments .comments-list li .action-buttons{
                padding:10px 0 0 0;
                }
                .group-comments .comments-list li .action-buttons a{
                    display:inline-block;
                    vertical-align:middle;
                    color:#fd9827;
                    }

.commnet-user-avatar{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}



.info-inner{
    font-size:12px;
    }
.info-inner td{
    /*border-bottom:1px dashed #ccc;*/
    padding:8px 0;
    vertical-align: top;
    color: #7a7a7a;
    }
.info-inner .short_info td{
    padding: 4px 0;
}
.info-inner td strong{
    font-weight: normal;
    color: #9bd7d8;
    padding-right: 10px;
}

.info-inner .user-avatar{
    width: 140px;
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 10px solid #f7f7f7;
    border-radius: 50%;
    display: inline-block;
}

.uploadify-error{
    padding:8px;
    background:rgba(249,213,213,1.00);
    font-size:12px;
    line-height:15px;
    }
    .uploadify-error a{
        color:#333;
        }

.ui-datepicker .ui-state-default, .ui-widget-content.ui-datepicker .ui-state-default{
	background:#fff;
	}
	.ui-widget-content.ui-datepicker .lesson-day .ui-state-default{
		background: #E0E0E0;
		}

	.ui-widget-content.ui-datepicker .lesson-day.excluded .ui-state-default{
        opacity: 0.5;
		}


.group-marks-tabs{
    text-align:left;
    padding:0 0 20px 0;
    }
    .group-marks-tabs .tabs{
        padding:0 0 20px 0;
        }
        .group-marks-tabs .tabs li{
            display:inline-block;
            vertical-align:middle;
            padding:0 5px 0 0;
            }
            .group-marks-tabs .tabs li a{
                display:block;
                background:#bababa;
                color:#fff;
                height:40px;
                text-decoration:none;
                padding:0 20px;
                font-size:16px;
                position:relative;
                line-height:40px;
                }
                .group-marks-tabs .tabs li a.active{
                    background:#f38f18;
                    }
                    .group-marks-tabs .tabs li a.active:before{
                        content:'';
                        display:block;
                        position:absolute;
                        top:0;
                        left:50%;
                        margin:0 0 0 -10px;
                        
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 10px 10px 0 10px;
                        border-color: #ffffff transparent transparent transparent;
                        }

.orange-title{
    color:#f38f18;
    font-size:20px;
    padding:0 0 15px 0;
    }


.move-to-top{
    position: fixed;
    right:10px;
    bottom:10px;
    display:block;
    padding:6px 10px;
    font-size:11px;
    background:rgba(255,255,255,0.80);
    color:#ff9900 !important;
    text-decoration:none;
    border:1px solid #ff9900;
    display:none;
    z-index:10;
    }
    .move-to-top.show{
        display: block;
        }

    @media screen and (max-width: 767px) {

        .move-to-top.show{
            display: none !important;
        }

    }

.ajax-form.process,
.validate-form.process{
    pointer-events: none;
    position:relative;
    }     
    .ajax-form.process:before,
    .validate-form.process:before{
        content:'';
        position:absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
        background:rgba(252,249,249,0.50) url(../images/ajax-loader.gif) center center no-repeat;
        z-index:10;
        }
    
.form-group.process{
    position:relative;
    }     
    .form-group.process:before{
        content:'';
        position:absolute;
        top:30px;
        right:6px;
        width: 24px;
        height: 24px;
        background: url(../images/ajax-loader.gif) center center no-repeat;
        background-size: 100%;
        z-index:10;
        }

.count-updater{
    text-align:center;
    }
    .count-updater table{
        margin:0 auto;
        }
        .count-updater table td{
            vertical-align:top;
            }
    .count-updater button{
        display:block;
        width:34px;
        height:34px;
        cursor:pointer;
        border:none;
        color:#fff;
        text-align:center;
        line-height:30px;
        font-size:20px;
        background:#ff9900;
        outline:none;
        }
    .count-updater input{
        width:50px;
        text-align:center;
        font-size:20px;
        padding:5px;
        border:1px solid rgba(169,169,169,1.00);
        background:#fff;
        outline:none;
        }

.ui-dialog.ui-widget{
    z-index:1035;
    }

.ui-dialog .ui-dialog-titlebar-close{
    font-size:13px;
    }
.ui-dialog .ui-dialog-titlebar-close:before{
    font:normal normal normal 14px/1 FontAwesome;
    content:"\f00d";
    color:#ff9900;
    font-size:12px;
    line-height:14px;
    }

.ui-widget select{
    color:#333;
    }

.nav.nav-tabs > li > a{
    padding-left:10px;
    padding-right:10px;
    }

.tab-content > .tab-pane {
    padding-top:10px;
    }

.uploadify-progress-bar{
    height:20px !important;
    }
.uploadify-progress{
    margin-bottom:5px;
    }

.navbar-nav .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar-nav .subtitle{
    padding:0 15px;
    font-weight:bold;
    }

.lesson-assessments-tab .table tr:hover td{
    background:rgba(235,235,235,0.60);
    }

    .site-main-message{
        padding:12px;
        background:#fff;
        box-shadow:0 0 5px rgba(47,47,47,0.80);
        border:1px solid rgba(141,141,141,1.00);
        position:fixed;
        top:0;
        left:50%;
        margin:0 0 0 -110px;
        width:240px;
        z-index:1100;
        border-top:none;

        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-100%);
        -ms-transform: translate(0,-100%);
        -o-transform: translate(0,-100%);
        transform: translate(0,-100%);
        }
        .site-main-message.in{
            
            -webkit-transform: translate(0,0);
            -ms-transform: translate(0,0);
            -o-transform: translate(0,0);
            transform: translate(0,0);
            }
        .site-main-message.success{
            border-top:5px solid #5cb85c;
            }
        .site-main-message.error{
            border-top:5px solid rgba(156,11,14,1.00);
            }
        .site-main-message .message-text{
            font-size:16px;
            text-align:center;
            }
            .site-main-message.success .message-text{
                color: rgba(20,109,10,1.00);
                }
            .site-main-message.success .error-text{
                color:rgba(156,11,14,1.00);
                }

.sort-link{
    position:relative;
    }
    .sort-link.asc,
    .sort-link.desc{
        padding-right:12px;
        }
        .sort-link.asc:after{
            font:normal normal normal 14px/1 FontAwesome;
            content:"\f0d8";
            position:absolute;
            right:0;
            top:2px;
            }
        .sort-link.desc:after{
            font:normal normal normal 14px/1 FontAwesome;
            content:"\f0d7";
            position:absolute;
            right:0;
            top:2px;
            }

.progress-bar{
    min-width:2em;
    }

.plain-comment{
    padding:0 0 8px 0;
    margin:0 0 8px 0;
    border-bottom:1px solid rgba(222,220,220,1.00);
    }
    .plain-comment .date{
        font-weight:normal;
        color:rgba(138,138,138,1.00);
        }


.modal-dialog.fit-screen{
    width:90%;
    max-width:800px;
    }

.recipients-search-results .results-inner{
    max-height:calc(100vh - 344px);
    overflow:auto;
    }


.selectize-dropdown .option.archived{
    background:rgba(235,235,235,0.75);
    }

.list-group-item{
    position:relative;
    }
    .list-group-item .action-link{
        position:absolute;
        right:10px;
        top:10px;
        }

.settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(206px, 1fr));
  gap: 10px;
}
    
.settings-button{
    border:1px solid rgba(168,165,165,1.00);
    background:rgba(251,251,251,1.00);
    text-align:center;
    display:flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
    padding:15px 10px;
    font-size:14px;
    text-decoration:none !important;
    color:rgba(71,68,68,1.00);
    }
    .settings-button:hover{
        color:rgba(71,68,68,1.00);
        }
.settings-button .fa {
  font-size: 1.5em;
}


.items-list .list-item.showed{
    display:block !important;
    }
.items-list .toggler{
    font-weight:bold;
    }

.group-price-item{
    margin:6px 0 0 0;
    width:50%;
    }
    .group-price-item .form-control{
        width:50%;
        }
    .group-costs .group-price-item .form-control{
        width: 33%;
    }
    
    .company .group-price-item{
        width:100%;
        }



.teacher-price-item{
    margin:6px 0 0 0;
    width:100%;
    max-width: 450px;
    }
    .teacher-price-item .form-control{
        width:50%;
        }
    .teacher-price-item.with-date .form-control{
        width:33%;
        }
    
    .company .teacher-price-item{
        width:100%;
        }

    .teacher-price-item.full{
        max-width: none;
    }
    .teacher-price-item.full .input-group .form-group{
        float: left;
    }
    .teacher-price-item.size-4 .input-group .form-group{
        width: 25%;
        }
    .teacher-price-item.size-5 .input-group .form-group{
        width: 20%;
    }
        .teacher-price-item.full .input-group .form-group label{
            margin-bottom: 0;
            font-size: 11px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
        }
        .teacher-price-item.full .input-group .form-group .form-control{
            width: 100%;
            }

.user-dashboard-page{
    max-width:860px;
    margin:0;
    }
    .user-dashboard-page .user-name-text{
        text-align:center;
        font-size:24px;
        padding:0 0 0px 0;
        }
    .user-dashboard-page .user-level-text{
        text-align:center;
        font-size:18px;
        padding:0 0 10px 0;
        }

    
    .dashboard-goup-block{
        border:1px solid #cfe5e4;
        border-radius:8px;
        box-shadow:0 0 4px #cfe5e4;
        margin:0 0 15px 0;
        }
        .dashboard-goup-block .block-part{
            padding:10px 15px;
            }
        .dashboard-goup-block .block-inner-line{
            width:90%;
            height:1px;
            background:#cfe5e4;
            font-size:0;
            line-height:0;
            }

        .dashboard-goup-block .group-info-table{
            }
            .dashboard-goup-block .group-info-table table{
                width:100%;
                }
                .dashboard-goup-block .group-info-table table td{
                    padding:3px 0;
                    font-size:14px;
                    color:#494949;
                    }
                    .dashboard-goup-block .group-info-table table td a{
                        color:#494949;
                        }
                .dashboard-goup-block .group-info-table table td.info-label{
                    width:90px;
                    color:#88b5bb;
                    }
    
    .group-progress-block-wrapper{
        margin:0 auto;
        width:75%;
        padding:0 0 20px 0;
        }
    .group-progress-block{
        font-size:14px;
        color:#88b5bb; 
        }
        .group-progress-block .progress-line{
            position:relative;
            margin-bottom:5px;
            margin-top:8px;
            }
            .group-progress-block .progress-line:after{
                content:'';
                display:block;
                height:1px;
                position:absolute;
                top:4px;
                background:#88b5bb;
                left:0;
                right:0;
                }
            .group-progress-block .progress-line > div{
                height:9px;
                border-radius:4px;
                position:relative;
                z-index:2;
                
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe8b7+0,fd9800+100 */
                background: rgb(255,232,183); /* Old browsers */
                background: -moz-linear-gradient(left, rgba(255,232,183,1) 0%, rgba(253,152,0,1) 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(left, rgba(255,232,183,1) 0%,rgba(253,152,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, rgba(255,232,183,1) 0%,rgba(253,152,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8b7', endColorstr='#fd9800',GradientType=1 ); /* IE6-9 */
                }
    
    .user-icon{
        display:inline-block;
        vertical-align:middle;
        border-radius:50%;
        border:1px solid #73b6bc;
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
        background-color:#fff;
        background-image:url(../images/user_default_icon_2.svg);
        width:40px;
        height:40px;
        }
        .user-icon.no-avatar{
            background-size: 55%;
            }
        .user-icon.s-28{
            width:28px;
            height:28px;
            }


    .dashboard-services{
        padding:0 0 0px 0;
        }
        .dashboard-services .dashboard-button{
            display:block;
            position:relative;
            border:1px solid #cfe5e4;
            border-radius:8px;
            box-shadow:0 0 4px #cfe5e4;
            padding:100% 0 0 0;
            margin:0 0 20px 0;
            text-decoration:none !important;
            }
            .dashboard-services .dashboard-button .item-inner{
                display:block;
                text-align:center;
                font-size:20px;
                padding:15px 0 10px 0;
                color:#7a7a7a;
                position:absolute;
                left:0;
                right:0;
                top:0;
                bottom:0;
                }
                .dashboard-services .dashboard-button .item-inner .item-image{
                    display:block;
                    text-align:center;
                    padding:10px 20px 0 20px;
                    }
                    .dashboard-services .dashboard-button .item-inner .item-image img{
                        width:120px;
                        }
.dashboard-services .dashboard-button .badge-count{
            position:absolute;
            right:-10px;
            top:-10px;
            width:30px;
            height:30px;
            text-align:center;
            line-height:30px;
            font-size:16px;
            border-radius:50%;
            background:#f6a14e;
            color:#fff;
            }

        
        .dashboard-stat-block{
            margin:0 0 20px 0;
            position:relative;
            }   
            .dashboard-stat-block .block-title-o{
                color: #8bd1d2;
                font-size: 20px;
                padding:14px;
                background: #fff;
                border-radius: 8px;
                box-shadow: 0 0 4px #cfe5e4;
                border:1px solid #cfe5e4;
                text-align: center;
                }
            .dashboard-stat-block .block-title{
                margin:0 0 2px 0;
                text-align:center;
                color:#fff;
                font-size:20px;
                background:#8bd1d2;
                padding:14px;
                text-transform:uppercase;
                }
            .dashboard-stat-block .block-inner{
                padding:20px;
                background:#f7f7f7;
                }
                .dashboard-stat-block .block-inner .dates{
                    font-size:14px;
                    color:#a0d0d2; 
                    }
                .dashboard-stat-block .block-inner .missed-lessons{
                    font-size:14px;
                    color:#939393;
                    padding:15px 0 0 0;
                    }

                .dashboard-stat-block .block-inner .attendance-progress{
                    position:relative;
                    margin:10px 0 8px 0;
                    }
                    .dashboard-stat-block .block-inner .attendance-progress:after{
                        content:'';
                        display:block;
                        position:absolute;
                        left:0;
                        right:0;
                        top:4px;
                        height:2px;
                        background:#a0d0d2;
                        }
                    .dashboard-stat-block .block-inner .attendance-progress > div.bar-block{
                        height:9px;
                        border-radius:4px;
                        position:relative;
                        z-index:2;
                        
                        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe8b7+0,fd9800+100 */
                        background: rgb(255,232,183); /* Old browsers */
                        background: -moz-linear-gradient(left, rgba(255,232,183,1) 0%, rgba(253,152,0,1) 100%); /* FF3.6-15 */
                        background: -webkit-linear-gradient(left, rgba(255,232,183,1) 0%,rgba(253,152,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
                        background: linear-gradient(to right, rgba(255,232,183,1) 0%,rgba(253,152,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8b7', endColorstr='#fd9800',GradientType=1 ); /* IE6-9 */
                        }

                    .dashboard-stat-block .block-inner .attendance-progress > div.missed-lesson-segment{
                        position:absolute;
                        height:9px;
                        background:#f7f7f7;
                        z-index:3;
                        top:0;
                        }
                        .dashboard-stat-block .block-inner .attendance-progress > div.missed-lesson-segment:after{
                            content:'';
                            display:block;
                            position:absolute;
                            left:0;
                            right:0;
                            top:4px;
                            height:2px;
                            background:#a0d0d2;
                            }
                            

        .performance-table table{
            width:100%;
            }
            .performance-table td{
                padding:5px 0;
                vertical-align:middle;
                }
                .performance-table td.vote-title{
                    font-size:16px;
                    color:#939393;
                    width:40%;
                    }
                .performance-table .performance-progress{
                    position:relative;
                    background:#dbdbdb;
                    }
                    .performance-table .performance-progress > div{
                        height:10px;
                        position:relative;
                        z-index:2;
                        
                        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe8b7+0,fd9800+100 */
                        background: rgb(255,232,183); /* Old browsers */
                        background: -moz-linear-gradient(left, rgba(255,232,183,1) 0%, rgba(253,152,0,1) 100%); /* FF3.6-15 */
                        background: -webkit-linear-gradient(left, rgba(255,232,183,1) 0%,rgba(253,152,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
                        background: linear-gradient(to right, rgba(255,232,183,1) 0%,rgba(253,152,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8b7', endColorstr='#fd9800',GradientType=1 ); /* IE6-9 */
                        }   


    .user-dashboard-page .page-title{
        font-weight:500;
        color:#fd9800;
        }
        .user-dashboard-page.contacts-page .page-title{
            font-size: 32px;
            position: relative;
            margin: 0 0 15px 0;
            display: inline-block;
            }
            .user-dashboard-page.contacts-page .page-title:not(.no-border):after{
                content: '';
                display: block;
                left: 20px;
                right: 20px;
                bottom: -5px;
                background: #88b5bb;
                height: 1px;
                position: absolute;
                }

        .user-dashboard-page .page-title.s2{
            font-size:20px;
            }
        .user-dashboard-page .page-title.blue{
            color:#598281;
            }


    .book-page{
        }
        .book-page .book-page-block{
            padding:0 0 20px 0;
            margin:0 0 20px 0;
            border-bottom:1px solid #cfe5e4;
            }
            .book-page .book-page-block:last-child{
                border:none;
                margin-bottom:0;
                }
            .book-page .book-page-block .block-title{
                text-transform:uppercase;
                padding:0 0 12px 0;
                font-size:20px;
                }

    .group-homework{
        padding:20px 0;
        max-width:500px;
        }


.modal .group-homework{
    padding: 0;
    max-width: none;
}

        .modal-body .group-homework{
            margin:0 auto;
            }
        .group-homework .group-homework-item{
            margin:0 0 25px 0;
            position:relative;
            }
            .group-homework .group-homework-item .group-homework-item-title{
                cursor:pointer;
                position:relative;
                background:#a0d0d2;
                display: block;
                padding:20px;
                font-size:16px;
                text-align:left;
                }
                .group-homework .group-homework-item a.group-homework-item-title{
                    color: #333;
                    }
                .group-homework .group-homework-item .group-homework-item-title[aria-expanded="true"]{
                    color:#fff;
                    background:#fd9800;
                    }

.group-homework .student-book-subitem{
    display: block;
    padding: 10px 14px;
    font-size: 16px;
    text-decoration: none;
    color: #FD9800;
    text-align: center;
    text-transform: uppercase;
}


.book-links-list{
    display: block;
    padding: 0;
    margin: 20px 0 0 0;
}
.book-links-list li{
    display: block;
    padding: 0 0 15px 0;
}
.book-links-list a{
    color: #7A7A7A;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 8px 22px 8px 12px;
    background: #FAFAFA url(../images/external_link_icon.svg) right 8px center no-repeat;
}

            .group-homework .group-homework-item .homework-item-content{
                padding:1px;
                }


            .group-homework .group-homework-item .homework-item-content .upload-at{
                color:#ccc;
                padding:15px 0 8px 0;
                }
            .group-homework .group-homework-item .homework-item-content .text-block{
                padding:15px;
                background:#efefef;
                word-break: break-word;
                }


.group-homework-item .homework-item-content .text-block > table{
    width: 100% !important;
}
.group-homework-item.with-subitems .homework-item-content .text-block{
    background: #fff;
    padding-top: 0;
}
.group-homework-item.with-subitems .homework-item-content .text-block .student-book-subitem{
    background: #f7f7f7;
    margin-left: -15px;
    margin-right: -15px;
}



                .group-homework .group-homework-item .homework-item-content .homework-item-files{
                    padding:15px 25px 0 25px;
                    }
                    .group-homework .group-homework-item .homework-item-content .homework-item-files .homework-item-file{
                        margin:0 0 15px 0;
                        position:relative;
                        border:1px solid #cfe5e4;
                        box-shadow:0 0 6px #cfe5e4;
                        }
                        .group-homework .group-homework-item .homework-item-content .homework-item-files .homework-item-file a{
                            display:block;
                            padding:15px 40px;
                            text-decoration:none;
                            color:#494949;
                            text-align:center;
                            position: relative;
                            }
                            .group-homework .group-homework-item .homework-item-content .homework-item-files .homework-item-file a .file-icon{
                                display: block;
                                position: absolute;
                                right: 10px;
                                top: 0px;
                                bottom: 0;
                                width: 32px;
                                background-position: center center;
                                background-repeat: no-repeat;
                                background-size: contain;
                                }


    .btn-collapse[aria-expanded="true"] > .fa:before{
        content:"\f0d7";
        }
    
    .special-courses-list{
        padding:20px;
        background:#f7f7f7;
        }
    
.special-courses-list.transparent{
    padding: 0;
    background: none;
}

        .special-courses-list-item{
            padding:0 0 20px 0;
            margin:0 0 20px 0;
            border-bottom: 1px solid #8bb5b8;
            }
            .special-courses-list-item:last-child{
                margin:0;
                border:none;
                }
            .special-courses-list-item .item-date{
                text-align:right;
                padding:0 0 10px 0;
                }
                .special-courses-list-item .item-date > span{
                    display:inline-block;
                    padding:4px 8px;
                    color:#fff;
                    background:#fd9800;
                    }
            .special-courses-list-item .item-title{
                text-align:center;
                font-size:20px;
                color:#494949;
                padding:0 0 8px 0;
                }

.student-subscribed-courses .special-courses-list-item .item-title{
    min-height: 64px;
}

            .special-courses-list-item .item-address{
                padding:0 0 6px 0;
                margin:0 0 10px 0;
                border-bottom:1px solid #a0d0d2;
                color:#a0d0d2;
                }
            .special-courses-list-item .no-available-time{
                text-align:right;
                color:#484848;
                }
            .special-courses-list-item .item-teacher{
                font-size:14px;
                padding:0 0 3px 0;
                }
            .special-courses-list-item .item-phone{
                font-size:14px;
                padding:0 0 3px 0;
                }
                .special-courses-list-item .item-phone a{
                    color:#494949;
                    }
            .special-courses-list-item .item-description{
                font-size:14px;
                padding:10px 0;
                word-break: break-word;
                }
.special-courses-list.v2 .special-courses-list-item .item-description{
    padding-bottom: 20px;
}

.special-courses-list.v2 .no-available-time{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.special-courses-list.v2 .paid .no-available-time{
    top: -50px;
}

.no-seats-message{
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    padding: 120px 0 0 0;
    color: #FF9900;
    font-weight: 600;
}
.no-seats-message .txt-2{
    color: #8bd1d2;
}


.dashed-line{
    border-bottom: 1px dashed #DADADA;
    margin: 20px 0;
}

    .student-subscribed-courses{
        padding:12px 0 0 0;
        }   
    .student-subscribed-courses .special-courses-list-item{
        border:1px solid #d2e7e6;
        box-shadow:0 0 6px #d2e7e6;
        padding:20px 15px 15px 15px;
        position:relative;
        margin: 0 0 20px 0;
        }
        .student-subscribed-courses .special-courses-list-item .item-date{
            position:absolute;
            right:0;
            top:-12px;
            }

    
    .course-subscribe-modal{
        }
        .course-subscribe-modal .item-date{
            text-align:right;
            padding:0 0 10px 0;
            }
            .course-subscribe-modal .item-date > span{
                display:inline-block;
                padding:4px 8px;
                color:#fff;
                background:#fd9800;
                }
            .course-subscribe-modal .item-title{
                text-align:center;
                font-size:15px;
                color:#494949;
                padding:0 0 8px 0;
                }
            .course-subscribe-modal .item-times{
                }
                .course-subscribe-modal .item-times .time{
                    cursor:pointer;
                    display:inline-block;
                    border:1px solid #fd9800;
                    padding:6px 16px;
                    font-size:16px;
                    margin:0 5px 5px 0;
                    }
                    .course-subscribe-modal .item-times .time.selected{
                        background:#fd9800;
                        color:#fff;
                        }
            
            .course-subscribe-modal .error-text{
                padding: 8px;
                color:#A01012;
                }



.special-courses-list-item.paid{
    border: 5px solid #A7E8E9;
    box-shadow: 4px 4px 4px rgba(140, 138, 138, 0.25);
    padding: 20px;
    }

.v2 .special-courses-list-item{
    margin-bottom: 25px;
}

.special-courses-item-paid-sign{
    position: absolute;
    top: -10px;
    left: 40px;
    background: #fd9800;
    border-radius: 15px;
    padding: 5px 20px 5px 35px;
    color: #fff;
}
.special-courses-item-paid-sign img{
    position: absolute;
    left: -10px;
    top: -38px;
    width: 50px;
}

.courses-page-main-btn{
min-height: 112px;
    padding: 15px;
    background: #8bd1d2;
}
.courses-page-main-btn .block-title{
    text-align: center;
    color: #418381;
    font-size: 22px;
}
    .courses-page-main-btn[aria-expanded="true"] .block-title .fa:before{
        content:"\f0d8";
        }

.course-item-date{
    position: absolute;
    top: -10px;
    right: 30px;
    color: #fff;
    background: #8bd1d2;
    border-radius: 3px;
    padding: 5px;
    width: 50px;
    }

.free .course-item-date{
    background: #565656;
    top: 15px;
}

    .course-item-date .week-day{
        text-align: right;
        font-size: 10px;
    }
    .course-item-date .day{
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
        text-align: center;
    }
    .course-item-date .month{
        font-size: 12px;
        text-align: center;
    }

.special-courses-list.v2 .item-title{
    text-align: left;
    font-size: 18px;
    color: #FF9900;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.course-item-info{
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
    border-bottom: 1px dashed #DADADA;
}
.course-item-info .info-line{
    padding: 3px 0;
}
.course-item-info .info-line .fa{
    width: 20px;
    display: inline-block;
}

.user-rounded-avatar{
    width: 40px;
    height: 40px;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    border-radius: 50%;
}

.courses-page-main-btn .note{
    padding: 10px 0 0 0;
    color: #fff;
    display: block;
    }
.btn.btn-freeze{
    color:#a1d0d1;
    background:#fff;
    box-shadow:0 0 4px #a1d0d1;
    text-align:left;
    }
    .btn.btn-freeze svg,
    .btn.btn-freeze img{
        width:16px !important;
        display:inline-block !important;
        vertical-align:middle;
        }
        .btn.btn-freeze svg{
            position:relative;
            top:-1px;
            margin-left:5px;
            }
        .btn.btn-freeze.frozen,
        .btn.btn-freeze:hover{
            color:#fff;
            background:#a1d0d1;
            }
            .btn.btn-freeze:hover .cls-1{
                fill:#fff;
                }
                

.btn-freeze.inline{
    border: none;
    background: #fff;
    
    box-shadow: 0px 4px 4px rgba(172, 172, 172, 0.25);
    }
    .btn-freeze.inline:hover{
        background: #A0D0D2;
        }
    .btn-freeze.inline:active,
    .btn-freeze.inline:focus{
        background: #88B5BB;
        }
    .btn-freeze.inline:hover svg,
    .btn-freeze.inline:active svg,
    .btn-freeze.inline:focus svg,
    .btn-freeze.inline:hover svg .cls-1,
    .btn-freeze.inline:active svg .cls-1,
    .btn-freeze.inline:focus svg .cls-1{
        fill: #fff;
    }


    .inline.btn-freeze svg,
    .inline.btn-freeze img{
        width:16px !important;
        display:inline-block !important;
        vertical-align:middle;
        }
        .inline.btn-freeze svg{
            position:relative;
            top:-1px;
            margin-left:0px;
            padding: 1px 0;
            }


    .dashboard-lessons-block{
        position:relative;
        padding:15px;
        }
        .dashboard-lessons-block .calendar-btn{
            position:absolute;
            right:10px;
            top:10px;
            border:none;
            box-shadow:none;
            padding:5px;
            background:#fff;
            z-index:10;
            }
.dashboard-lessons-block .calendar-btn .badge{
    background: #b9580a;
    position: absolute;
    right: -2px;
    top: -1px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    z-index: 1;
    padding: 0;
}
            .dashboard-lessons-block .calendar-btn img{
                width:35px;
                }
        .dashboard-lessons-block .btn-quizlet{
            position:absolute;
            right:15px;
            bottom:25px;
            background:none;
            border:none;
            box-shadow:none;
            color:#a1d0d1;
            z-index:10;
            background:#fff;
            }

    .lesson-block-item-lesson{
        padding:0 24px 10px 24px;
        min-height:72px;
        }

.lesson-block-item-lesson .btn{
    width: 140px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(172, 172, 172, 0.25);
}

        .lesson-block-item-lesson .date{
            color:#8ab5ba;
            }
        .lesson-block-item-lesson .lesson-title{
            padding:0 0 8px 0;
            }
    
    .lesson-block-carousel .owl-nav{
        }
        .lesson-block-carousel .owl-nav .owl-prev,
        .latest-articles-block .owl-nav .owl-prev{
            position:absolute;
            left:-10px;
            top:50%;
            margin-top:-60px;
            }
        .lesson-block-carousel .owl-nav .owl-next,
        .latest-articles-block .owl-nav .owl-next{
            position:absolute;
            right:-10px;
            top:50%;
            margin-top:-60px;
            }
            .lesson-block-carousel .owl-nav .owl-prev.disabled,
            .lesson-block-carousel .owl-nav .owl-next.disabled{
                display:none;
                }
        .lesson-block-carousel .owl-nav button,
        .latest-articles-block .owl-nav button{
            line-height:normal;
            outline:none;
            }
            .lesson-block-carousel .owl-nav button span,
            .latest-articles-block .owl-nav button span{
                outline:none;
                color:#e5e5e5;
                font-size:80px;
                font-weight:300;
                line-height:normal;
                }

@media (max-width: 767px){

    .latest-articles-block .owl-nav .owl-prev{
        top: 0;
        bottom: 0;
        width: 40px;
        left: 0;
        z-index: 100;
    }

    .latest-articles-block .owl-nav .owl-next{
        top: 0;
        bottom: 0;
        width: 40px;
        right: 0;
        z-index: 100;
    }
    .latest-articles-block .owl-nav .owl-prev span,
    .latest-articles-block .owl-nav .owl-next span{
        visibility: hidden;
    }

}

    .edit-profile-link{
        color:#e5e5e5;
        }
    
    .my-stat-block{
        }
        .my-stat-block table{
            width:100%;
            }
            .my-stat-block table tr td{
                padding:0 0 6px 0;
                }
                .my-stat-block table tr td .stat-label-wrapper{
                    position:relative;
                    }
                    .my-stat-block table tr td .stat-label-wrapper:after{
                        position:absolute;
                        left:0;
                        bottom:5px;
                        content:'';
                        display:block;
                        right:0;
                        border-bottom:1px dotted #7a7a7a;
                        }
                    .my-stat-block table tr .stat-label{
                        background:#f7f7f7;
                        padding:0 4px 0 0;
                        position:relative;
                        z-index:2;
                        }

            
    .site-sidebar .nav li  img{
        width:24px;
        position:relative;
        top:-2px;
        }

.site-sidebar .nav li .birthday-badge{
    color: #ff9900;
}
.site-sidebar .nav li .birthday-badge img{
    width: 20px;
    vertical-align: middle;
    top: -4px;
    
}

.site-sidebar .nav li .new-badge{
    background: #4AF0D233;
    padding: 2px 4px;
    border-radius: 4px;
    color: #15CCBA;
}
    
    .student-services{
        padding:20px 0 0 0;
        }
        .student-services .service-list-item{
            margin:0 0 20px 0;
            position:relative;
            padding:15px;
            background:#f5a650;
            min-height: 170px;
            display: block;
            text-decoration: none !important;
            }
            .student-services .service-list-item.webinars{
                background:#ffa849;
                }
            .student-services .service-list-item.slang{
                background:#ffc95b;
                }
            .student-services .service-list-item.articles{
                background:#8bd1d2;
                }
            .student-services .service-list-item.education{
                background:#f8eedc;
                }
            .student-services .service-list-item.enpodcast{
                background:#ece3d1;
                }

            .student-services .service-list-item .item-title{
                padding:0 0 10px 0;
                color:#955b1f;
                font-size:23px;
                }
                .student-services .service-list-item .item-title a,
                .student-services .service-list-item .item-title span{
                    color:#955b1f;
                    text-transform:uppercase;
                    }
                .student-services .service-list-item .item-title img{
                    height:22px;
                    position:relative;
                    top:-1px;
                    }
                .student-services .service-list-item.webinars .item-title,
                .student-services .service-list-item.webinars .item-title a,
                .student-services .service-list-item.webinars .item-title span{
                    color:#955b1f;
                    }
                    .student-services .service-list-item .item-title{
                        padding-right:50px;
                        position:relative;
                        }
                        .student-services .service-list-item .item-title .new-items{
                            position:absolute;
                            top:-5px;
                            right:-5px;
                            padding:5px 9px;
                            background:#fff9ea;
                            font-size:15px;
                            color:#f5a650;
                            box-shadow:0 0 6px rgba(65,65,65,0.70); 
                            }

                .student-services .service-list-item.articles .item-title,
                .student-services .service-list-item.articles .item-title a,
                .student-services .service-list-item.articles .item-title span{
                    color:#5a8281;
                    }
                .student-services .service-list-item.education .item-title,
                .student-services .service-list-item.education .item-title a,
                .student-services .service-list-item.education .item-title span{
                    color:#777a7a;
                    }
            .student-services .service-list-item .item-description{
                color:#fff;
                font-size: 15px;
                line-height: 24px;
                }
                .student-services .service-list-item.education .item-description{
                    color:#bbb0a3;
                    }
    
.student-services .latest-block-title{
    color: #8bb5b8;
    font-size: 24px;
    padding: 30px 0 30px 0;
}
.student-services .view-all-link{
    color: #fd9800;
    font-size: 15px;
}
.latest-articles-block .latest-articles-block-item{
    padding: 0 12px;
}

.latest-articles-block .latest-articles-block-item.video{
    position: relative;
}
.latest-articles-block .latest-articles-block-item.video .cover{
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}
.latest-articles-block .latest-articles-block-item.video.playing .cover{
    display: none;
}

.latest-articles-block .latest-articles-block-item .image{
    padding: 0 0 10px 0;
}
.latest-articles-block .latest-articles-block-item .image img{
    width: 100%;
}
.latest-articles-block .latest-articles-block-item .item-title{
    padding: 0 0 10px 0;
}
.latest-articles-block .latest-articles-block-item .item-title a{
    font-size: 16px;
    color: #8bb5b8;
}
.latest-articles-block .latest-articles-block-item .item-teaser{
    padding: 0 0 15px 0;
}


.services-info-block{
}
.services-info-block .services-info-block-title{
    font-weight: 500;
    color: #fd9800;
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 30px;
}
.services-info-block .text{
    padding: 0 0 20px 0;
    color: #7a7a7a;
}

.services-info-block .services-info-block-item{
    color: #8bd1d2;
    font-size: 20px;
    padding: 30px 14px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px #cfe5e4;
    border: 1px solid #cfe5e4;
    text-align: center;
    display: block;
    margin: 0 0 20px 0;
    position: relative;
    text-decoration: none;
}
.services-info-block .services-info-block-item img{
    height: 65px;
}
.services-info-block .services-info-block-item .item-label{
    display: block;
    text-align: center;
    color: #8bb5b8;
    font-size: 14px;
    padding: 10px 0 0 0;
}
.services-info-block .services-info-block-item .item-badge{
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 1;
    color: #fff;
    background: #8bb5b8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

@media (max-width: 767px){
    
    .services-info-block .services-info-block-item{
        padding: 30px 5px;
        min-height: 175px;
    }
    .services-info-block .services-info-block-item .item-label{
        font-size: 12px;
    }
    .services-info-block .services-info-block-item .item-badge{
        right: -10px;
        top: -10px;
        z-index: 1;
        color: #fff;
        background: #8bb5b8;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
    }
    
    
}


    .header-notification-button{
        font-size:18px;
        position:relative;
        }

        .header-notification-button.navbar-btn{
            position:relative;
            margin-bottom:5px;
            margin-top:6px;
            color:#888;
            }

        .header-notification-button .badge-count{
            background:#f6a14e;
            border-radius:50%;
            width:16px;
            height:16px;
            position:absolute;
            display:block;
            line-height:16px;
            font-size:10px;
            color:#fff;
            text-align:center;
            right:9px;
            top:9px;
            }
    
    .notifications-list-dropdown{
        min-width:300px;
        padding-top:0;
        padding-bottom:0;
        }
    .notifications-list{
        }
        .notifications-list-dropdown .notifications-list{
            overflow-y:auto;
            max-height:350px;
            }
        .notifications-list .noitfication-list-item{
            position:relative;
            padding:10px;
            border:none;
            box-shadow: 0 0 4px #ddefee;
            cursor:pointer;
            margin: 10px;
            background: #fff;
            }
            .notifications-list .noitfication-list-item.unviewed{
                background:#f4f4f4;
                }
            .notifications-list .noitfication-list-item:hover{
                background:rgba(255,232,183,0.4);
                }
            .notifications-list .noitfication-list-item:last-child{
                border:none;
                }
            .notifications-list .noitfication-list-item .item-title{
                color:#545151;
                font-size:12px;
                line-height: 16px;
                }
            .notifications-list .noitfication-list-item .date{
                font-size:11px;
                color:#ffa251;
                padding: 0 0 5px 0;
                }
    
        .notifications-list-dropdown .view-all-notifications{
            }
            .notifications-list-dropdown .view-all-notifications a{
                display:inline-block;
                text-align:center;
                padding:8px;
                font-size:12px;
                color:#f6a14e;
                }

.navbar-toggle{
    border:none;
    }
    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover{
        background:none;
        }
    
    .navbar-toggle.opened{
        }
        .navbar-toggle .icon-bar{
            position: relative;
            transition: transform .3s ease-in-out;
            -o-transition: transform .3s ease-in-out;
            -ms-transition: transform .3s ease-in-out;
            -moz-transition: transform .3s ease-in-out;
            -webkit-transition: transform .3s ease-in-out;
            }
            .navbar-toggle.opened .icon-bar:nth-child(3){
                visibility: hidden;
                }
            .navbar-toggle.opened .icon-bar:nth-child(2){
                transform:rotate(45deg);
                top:7px;
                }
            .navbar-toggle.opened .icon-bar:nth-child(4){
                transform:rotate(-45deg);
                top:-5px;
                }
                
.navbar-collapse .nav li a img{
    width:24px;
    }

.user-logo-text{
    padding:0px 0 0 0;
    color:#fb9726;
    height: 100%;
    }
.user-logo-text img{
    max-height: 100%;
}
    .user-logo-text .for{
        /*font-style:italic;*/
        color:#8ab5ba;
        text-transform: uppercase;
        }
                            
@media (min-width: 768px){
    .form-inline .form-group {
        vertical-align: top;
    }
}

@media (min-width: 768px){
    
    .modal-md-2{
        width:600px;
        }
    .modal-md{
        width:500px;
        }
        
}


.form-part-title{
    font-weight:normal;
    font-size:22px;
    padding:0 0 15px 0;
    }
.user-profile-table tr td{
    padding:0 0 15px 0;
    }
.user-profile-table tr td:first-child{
    width:150px;
    }
.user-profile-table .form-control,
.user-profile-form .form-control,
.contacts-page .form-control{
    background:#f9f9f9;
    border-radius:0;
    border-color: #f9f9f9;
    box-shadow:none;
    }
    .user-profile-table .form-control[readonly],
    .user-profile-form .form-control[readonly]{
        border-color:#f9f9f9;
        cursor:not-allowed;
        }

    .user-profile-form .form-group label{
        font-weight:normal;
        }

    
    .nav-tabs.text-center{
        text-align:center;
        }
        .nav-tabs.text-center > li{
            display:inline-block;
            float:none;
            }
        

.user-dashboard-page .btn.text-left{
    text-align: left;
}
.user-dashboard-page .btn .note{
    display: block;
    font-size: 14px;
    text-align: left;
    white-space: normal;
}


.contacts-line-info{
    font-size: 14px;
    color:#757575;
    padding: 0 0 10px 0;
    }
.contacts-line-info a{
    color:#757575;
}
    .contacts-line-info .fa{
        color: #8bb5b8;
        }


.list-group.book-sections{    
}
.list-group.book-sections .list-group-item{
    position: relative;
    padding: 10px 45px 10px 25px;
    }
    .list-group.book-sections .list-group-item:hover{
        background: rgba(167,167,167,0.10);
    }

.list-group.book-sections .list-group-item .sort-handler{
    position: absolute;
    left: 8px;
    top: 10px;
    }
.list-group.book-sections .list-group-item .action-buttons{
    position: absolute;
    right: 5px;
    top: 8px;
    }
.list-group.book-sections .list-group-item .action-buttons a{
    display: inline-block;
    padding: 3px 6px;
    margin: 0 2px;
}

.tooltip-inner{
    color: #484848;
    background: #fff;
    border: 1px solid #d8eceb;
    box-shadow: 0 0 4px #d8eceb;
    }
.tooltip.top .tooltip-arrow{
    border-top-color:#d8eceb; 
}
.tooltip.top .tooltip-arrow:before{
    content: '';
    display: block;
    position: absolute;
    
    bottom: 1px;
    left: -4px;

    width: 0;
height: 0;
border-style: solid;
border-width: 5px 4px 0 4px;
border-color: #ffffff transparent transparent transparent;
}


.add-comment-note{
    color: #cfcfcf;
}


.lesson-rate{
    display: inline-block;
    width: 90px;
    vertical-align: baseline;
    }
    

    .lesson-rate > div{
        display: inline-block;
        vertical-align: bottom;
        width: 18px;
        height: 18px;
        background: url(../images/rate_stare_0.svg) center center no-repeat;
        background-size: cover;
        margin: 0 0px 0 0;
        cursor: pointer;
        }

.comment-item .lesson-rate{
    width: 45px;
}
.comment-item .lesson-rate > div{
    width: 45px;
    height: 45px;
    position: relative;
}
.comment-item .lesson-rate > div label{
    color: #7E7E7E;
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    
}

.teacher-present-list{
    
}
.teacher-present-list > div{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.teacher-present-list > div span {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    background: #7bbac0;
    position: absolute;
    right: 0;
    top: 0;
}




.lesson-rate:not(.rated) > div:hover,
.lesson-rate > div.active,
.lesson-rate > div.hovered{
    background: url(../images/rate_stare_1.svg) center center no-repeat;
    }
.lesson-rate > div.star{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.6;
    background-size: contain !important;
    }
.lesson-rate > div.star[data-value="1"]{
    background: url(../images/rate/fox_1.svg) center center no-repeat;
    }
.lesson-rate > div.star[data-value="2"]{
    background: url(../images/rate/fox_2.svg) center center no-repeat;
    }
.lesson-rate > div.star[data-value="3"]{
    background: url(../images/rate/fox_3.svg) center center no-repeat;
    }
.lesson-rate > div.star[data-value="4"]{
    background: url(../images/rate/fox_4.svg) center center no-repeat;
    }
.lesson-rate > div.star[data-value="5"]{
    background: url(../images/rate/fox_5.svg) center center no-repeat;
    }
.lesson-rate > div.star:hover,
.lesson-rate > div.star.selected{
    opacity: 1.0;
    -webkit-filter: none;
    filter: none;
}

.lesson-rate-modal .form-group label{
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 8px;
}

.teach-cookies{    
}
.teach-cookies .present-item{
    display: inline-block;
    width: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

@media (min-width: 767px){
    
    .teach-cookies .present-item:hover{
        animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both infinite;
        transform: translate3d(0, 0, 0) scale(1.3);
    }
    
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0)  scale(1.3);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0)  scale(1.3);
  }

  30%, 50%, 70% {
    transform: translate3d(-3px, 0, 0)  scale(1.3);
  }

  40%, 60% {
    transform: translate3d(3px, 0, 0)  scale(1.3);
  }
}

.teach-cookies .present-item.selected{
    transform: scale(1.3); 
}


.teach-cookies .present-item img{
    width: 100%;
}
.teach-cookies.present-selected .present-item:not(.selected) img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    
}
.teach-cookies .present-item:hover img,
.teach-cookies .present-item.selected img
{
    -webkit-filter: none;
    filter: none;
}

body.student .modal-backdrop{
    background: #fff;
}

.modal-header.no-border{
    border-bottom: none;
    padding-bottom: 0;
}
.modal-content{
    border-radius: 2px;
    box-shadow: 0 0 5px #a1d0d1;
}
.modal-header .close{
    color: #a1d0d1;
    opacity: 1;
}

.lesson-rate-modal{}
.lesson-rate-modal .teacher-image{
    width: 50px;
    height: 50px;
    border:3px solid #ededed;
    border-radius: 50%;
    background: url(../images/review_yc_logo.png) center center no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: bottom;
    }
.lesson-rate-modal .teacher-image.no-image{
    background-size: 60%;
}
.lesson-rate-modal .rate-text-wrapper{
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    }
    .lesson-rate-modal .rate-text-wrapper.sm{
        font-size: 14px;
        line-height: 22px;
    }

.lesson-rate-modal .lesson-rate{
    width: 100%;
    }
.lesson-rate-modal .lesson-rate > div{
    width: 80px;
    height: 110px;
    position: relative;
    padding-bottom: 20px;
}
.lesson-rate-modal .lesson-rate > div label{
    font-weight: normal;
    color: #cecece;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin-bottom: 0;
}

.lesson-rate-modal .lesson-rate:hover label,
.lesson-rate-modal .lesson-rate.selected label{
    color: #ff9900;
    
}


.lesson-rate-modal .message-wrapper{
    margin: 0 auto;
    max-width: 300px;
    }
.lesson-rate-modal .message-wrapper .form-control{
    background: #f7f7f7;
    border-radius: 0;
    border-color:#f7f7f7; 
}


.lesson-rate-modal .problems-list{
    text-align: left;
}
.lesson-rate-modal .problems-list label{
    font-size: 12px;
    text-align: left;
    padding-bottom: 5px;
}
.lesson-rate-modal .problems-list label input{
    margin-top: 2px;
}

.rate-lesson-btn.btn{
    width: auto;
    font-size: 11px;
    border-radius: 10px;
    padding: 3px 10px;
    position: relative;
    vertical-align: middle;
    margin-left: 30px;
}

.lesson-title{
    position: relative;
}
.lesson-title .lesson-rate.rated{
    position: absolute;
    top: 0;
    left: 150px;
    width: 80px;
}
.lesson-title .lesson-rate.rated .star{
    width: 55px;
    height: 55px;
    position: relative;
}
.lesson-title .lesson-rate.rated .star label{
    color: #7E7E7E;
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
}

.alert-success{
    border-radius: 0;
    background: #8bd1d2;
    border-color: #8bd1d2;
    color: #fff;
    text-align: center;
}


.text-block.pre{
    white-space: pre-wrap;
}


.student-calendar-wrapper{
    position: relative;
    max-width:360px; 
    margin:0 auto;
}
.ui-block-confirm{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
}
.ui-block-confirm .ui-block-confirm-text{
    padding: 15px 0;
    text-align: center;
}
.ui-block-confirm .ui-block-confirm-separator{
    position: relative;
    height: 25px;
}
.ui-block-confirm .ui-block-confirm-separator:after{
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: rgba(83,81,81,1.00);
    position: absolute;
    left: 50%;
    top: 12px;
    margin: 0 0 0 -15px;
}
.calendar-missed-lesson-reason-form{
    margin: 0 auto;
    max-width: 320px;
    position: relative;
    padding: 30px 0 0 0;
}
.calendar-missed-lesson-reason-form .close{
    color: #a1d0d1;
    font-size: 30px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.student-progress-block{
    margin: 0 7px;
    border: 1px solid #cfe5e4;
    border-top: none;
    padding: 15px;
}
.student-progress-block .progress-block-item-title{
    background: #f6f6f6;
    font-size: 14px;
    color: #7a7a7a;
    padding: 8px;
    text-align: center;
}
.student-progress-block .progress-block-item-note{
    background: #f6f6f6;
    font-size: 11px;
    color: #7a7a7a;
    padding: 6px;
    text-align: center;
}


@media (max-width: 767px){
    
    .student-progress-block .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .student-progress-block .row [class*="col-"]{
        padding-left: 5px;
        padding-right: 5px;
    }

}

.student-progress-block .progress-block-item-counter{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #f4a056;
    border: 1px solid #f6f6f6;
    padding: 14px 0;
    position: relative;
}
.student-progress-block .progress-block-item-counter .inner-label{
    font-size: 9px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 0px 2px;
    background: #a1d0d1;
}
.student-progress-block .progress-block-item-counter .add{
    font-size: 10px;
    font-weight: normal;
}
.student-progress-block .progress-block-item-counter.blue{
    color: #a1d0d1;
}

@media (min-width: 768px){
    
    .dashboard-stat-block .block-inner{
        min-height: 350px;
    }
    
}

.user-profile-table{
    width: 100%;
    max-width: 700px;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px){

    .user-logo-text{
        font-size:13px;
        padding:3px 0 0 0;
        }   
    .user-logo-text .yc{
        display:block;
        }
    
    .group-progress-block-wrapper{
        width:100%;
        }
    
    
    .page-header h1{
        font-size:20px;
        }
    
    .search-form{
        float:none;
        margin:0 0 8px 0;
        }   
        .search-form input[type=text]{
            width: calc(100% - 46px);
            }
    
    .dashboard-services .dashboard-button .item-inner{
        padding-top:10px;
        font-size:16px;
        }
        .dashboard-services .dashboard-button .item-inner .item-image img{
            width:90px;
            }
    
    .group-marks-wrapper > div.left-side{
        width:110px;
        }

    .modal .group-marks-wrapper td{
        font-size:11px;
        }                
}


#codeigniter_profiler{
    position: relative !important;
}

.student-recommendation-block{
    padding: 14px;
}

.problems-list .checkbox+.checkbox{
    margin-top: 10px;
}
.problems-list .checkbox{
    margin-bottom: 0;
}


.summary-info-line{
    padding: 0 0 15px 0;
}
.summary-info-line .item{
    display: inline-block;
    padding: 0 15px 0 0;
}
.summary-info-line .item .red{
    color: #960909;
}
.summary-info-line .item .green{
    color: #177b07;
}

.alert-warning.padding-s{
    padding: 2px;
}

hr{
    margin: 10px 0;
}


.join-lesson-online-button{
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    background: #f4a056;
}
.join-lesson-online-button:hover{
    color: #fff;
    text-decoration: none;
}
@media (min-width:768px){
    
    .join-lesson-online-button .lesson-date{
        font-size: 14px;
    }
    
}
@media (max-width:767px){
    
    .join-lesson-online-button .lesson-date,
    .join-lesson-online-button .next-lesson-countdown{
        font-size: 12px;
    }
    
    .text-center-xs{
        text-align: center !important;
    }
    
}

.course-participants{
    padding: 25px 0;
}
.course-participants .avatars{
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px 0 0;
}

.course-participants .avatars .avatar-item{
    display: inline-block;
    width: 15px;
}
.course-participants .avatars .avatar-item .avatar-item-img{
    height: 40px;
    width: 40px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
}


.course-participants .counter{
    display: inline-block;
    vertical-align: middle;
}
.course-participants .counter .counter-value{
    font-weight: 600;
}
.course-participants .counter a{
    color: #54CFD0;
}

.nav .coming-soon-item{
    opacity: 0.6;
}

.book-section-subsections{
    padding: 10px;
}


.fab-chat-button{
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 30px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #A0D0D2;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    line-height: 56px;
    text-align: center;
    }
.fab-chat-button:hover{
    color: #fff;
    background: #88B5BB;
}

@media (max-width: 767px){

    .fab-chat-button{
        right: 10px;
        bottom: 10px;
    }
    
    .move-to-top{
        right: auto;
        left: 10px;
    }
    
}



.student-test-list-item{
    border: 1px solid #CFE5E4;
    border-radius: 25px;
    box-shadow: 0px 4px 4px rgba(172, 172, 172, 0.25);
    margin: 0 0 20px 0;
}
.student-test-list-item.inactive{
    border: 1px solid #C4C4C4;
}
.student-test-list-item .top-bar{
    padding: 17px 16px 13px 16px;
    font-size: 10px;
    color: #C4C4C4;
    position: relative;
}
.student-test-list-item .top-bar .new-label{
    position: absolute;
    left: 16px;
    top: -12px;
    color: #fff;
    background: #F19C38;
    padding: 3px;
    font-size: 12px;
}

.student-test-list-item .top-bar .test-tries{
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 16px;
    color: #A0D0D2;
}


.student-test-list-item .test-title{
    background: #A0D0D2;
    color: #FBFBFB;
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
    }
.student-test-list-item.inactive .test-title{
    background: #C4C4C4;
}
.student-test-list-item .item-inner-block{
    padding: 16px;
}
.student-test-list-item .item-inner-block .info-line{
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #7A7A7A;
    }
.student-test-list-item .item-inner-block .info-line a{
    color: #7A7A7A;
    text-decoration: none;
}
.student-test-list-item .item-inner-block .info-line .fa{
    color: #88B5BB;
    width: 16px;
}



.lesson-assessments-tab .check-list td > .input-group{
    max-width: 120px;
}
.lesson-assessments-tab .check-list td select{
}

.row-student-avg-marks{
    display: flex;
}
.row-student-avg-marks .col-item{
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.row-student-avg-marks .col-item .col-item-inner{
    padding: 0 5px;
}
.row-student-avg-marks .col-item:nth-child(1) .col-item-inner{
    padding-left: 0;
}
.row-student-avg-marks .col-item:last-child .col-item-inner{
    padding-right: 0;
}

.company-status-filter{
    min-width: 200px;
}

.company-status-filter .form-control.selectize-control {
    width: 100%;
}

.form-control.entry-test-task {
    display: flex;
    padding: 10px;
    height: auto;
    margin-bottom: 5px;
    background: #f5f5f5;
    justify-content: space-between;
}

.form-control.entry-test-task.inactive-item{
    opacity: 0.4;
}

.d-flex {
    display: flex;
}

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.pointer {
    cursor: pointer;
}

.height-15px {
    height: 15px;
}

.align-items-center {
    align-items: center;
}

.draggable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.lesson-day.checklist-border, .lesson-day.checklist-border a {
    border: 1px solid rgb(20, 57, 143);
}

.lesson-day.trial-border.checklist-border, .lesson-day.trial-border.checklist-border a {
    border-left: 1px solid rgb(20, 57, 143);
    border-right: 1px solid rgb(20, 57, 143);
    border-top: 1px solid rgba(25,143,20,1.00);
    border-bottom: 1px solid rgba(25,143,20,1.00);
}

.w-100 {
    width: 100%;
}

.lesson-day.assessment a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-style: none;
    border-width: inherit;
    border-color: transparent;
    background: url(/public/images/test-results.png);
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
}

.lesson-day.checklist-border a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #b01925 transparent transparent transparent;
    background: none;
}

.lesson-day.checklist-border {
    border: none;
}

.lesson-day.checklist-border a {
    border: 1px solid #cccccc;
}

.ui-widget-content.ui-datepicker#ui-datepicker-div {
    z-index: 3000 !important;
}


.special-courses-companies-groups{
    overflow: auto;
    max-height: 400px;
    margin-bottom: 10px;
    }
    .special-courses-companies-groups legend{
        margin-bottom: 10px;
        font-size: 18px;
        }
        .special-courses-companies-groups legend a{
            font-size: 12px;
        }



.select2-selection.select2-selection--multiple {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-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;
}
.view-checklists,
.delete-checklists{
    margin-bottom: 10px;
}

.free-times-modal-period .modal-dialog {
    width: 100%;
    max-width: 1680px;
}

.free-times-modal-period__top {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.free-times-modal-period-items {
    overflow: auto;
}

.free-times-modal-period-items__inner {
    display: flex;
}

.free-times-modal-period-item {
    min-width: 235px;
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #dedede;
}

.free-times-modal-period-item:last-child {
    border-right: 0;
}

.free-times-modal-period-item__title {
    text-align: center;
}

.free-times-modal-period-item__list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.free-times-modal-period-item-slot__add {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.free-times-modal-period-item-slot__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.free-times-modal-period-item-slot .form-group--time {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.free-times-modal-period-item-slot .form-group--time select {
    padding-left: 2px;
    padding-right: 2px;
}

.form-group--time:first-child:after {
    content: '-';
    display: block;
    margin-left: 5px;
    margin-right: 5px;
}

.free-times-modal-period-item-slot__actions {
    display: flex;
    align-items: flex-end;
    margin-left: 5px;
}

.free-times-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.free-times-item__period {
    margin-bottom: 25px;
}

.free-times-item__edit-period {
    display: inline-flex;
    align-items: center;
}

.free-times-item__edit-period input {
    width: 100px;
}

.free-times-item__period-separator  {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.free-times-item__row {
    display: flex;
    align-items: flex-start;
    padding-bottom: 5px;
    margin-bottom: 1px;
    border-bottom: 1px solid #dedede ;
}

.free-times-item__day {
    display: flex;
    width: 100%;
    max-width: 100px;
    margin: 0;
    padding: 5px;
}

.free-times-item__slots {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.free-times-slot {
    padding: 5px;
    font-size: 12px;
}

.free-times-slot__inner {
    display: flex;;
    align-items: center;
    padding: 5px 5px 5px 10px;
    background-color: #f5f5f5;
    border-left: 4px solid #ff9900;
}

.free-times-slot__time {
    min-width: 70px;
    margin-right: 5px;
}

.free-times-slot__new {
    margin: auto 5px;
}

#freeTimeSlotModal .modal-dialog {
    max-width: 300px;
}

.payment-details-form-signatories__item {
    display: flex;
    align-items: center;
}

.payment-details-form-signatories__fields {
    flex-grow: 1;
}

.payment-details-form-signatories__actions {
    margin-left: 15px;
}

.payment-details-table p {
    margin-bottom: 0;
}

.payment-details-form-errors p {
    color: red;
    font-size: 12px;
    margin-bottom: 0;
}

.payment-details-form .form-group,
.payment-details-form .input-group {
    margin-bottom: 10px;
}

.payment-details-form .input-group .input-group-addon {
    font-size: 12px;
    padding: 5px 8px;
}

.input-group.double .form-control{
    width: 50%;
}

.text-lines-limit:not(.full){
    display: -webkit-box;

    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-lines-limit[data-lines="3"]{
    -webkit-line-clamp: 3;
}
/* Agreement notification */
.agreement-background{
    /* Розтягнути на всю ширину */
    z-index: 1044;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Застосувати ефект розмиття */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.7); /* Приклад прозорого білого фону для підсилення ефекту розмиття */
}

.agreement-background .agreement-notification-wrapper{
    z-index: 1;
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 1292px;
    height: 82px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #2F2F2F;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 106px 12px 73px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: -25px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.agreement-background .agreement-notification-wrapper .agreement-notification-message{
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    margin: 0;
}

.agreement-background .agreement-notification-wrapper .agreement-notification-message .agreement-notification-link{
    color: #4AF0D2;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-decoration-line: underline;
}
.agreement-notification-acept{
    color: #000;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    border-radius: 20px;
    background: #FFF;
    padding: 11px 30px;
}
.agreement-footer{
    display: flex;
    justify-content: flex-end;
    .agreement-notification-acept{
        margin-right: 23px;
        margin-bottom: 20px;
        background: #000;
        color: #FFF;
    }
}

.privacy-policy{
    color: #000;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
}
.privacy-policy-link{
    color: #000;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-decoration-line: underline;
    margin-left: 3px;
}
.privacy-policy-checkbox{
    margin: 0!important;
    margin-top: -8px!important;
    margin-right: 8px!important;
}
/* Agreement notification end */
.d-block{
    display: block;
}
.flex-align-center{
    align-items: center;
}

#agreementsModal .modal-dialog {
    width: 85%;

}


@media screen and (max-width: 768px) {
    .agreement-background .agreement-notification-wrapper{
        z-index: 1;
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 1292px;
        height: 82px;
        flex-shrink: 0;
        border-radius: 20px;
        background: #2F2F2F;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 10px;
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100%;
        margin: 0 0px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1292px) {
    .agreement-background .agreement-notification-wrapper{
        width: 95%;
    }

}


@media screen and (max-width: 768px) {
    #agreementsModal .modal-dialog{
        width: auto;
    }

}


/*Registration page*/
.authorization-wrapper {
    padding-left: 127px;
}

.authorization-wrapper .authorization-header {
    display: flex;
    padding-top: 30px;
    padding-right: 73px;
    justify-content: space-between;
}

 .btn-login {
    display: flex;
    width: 80px;
    height: 38px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: #F6F6F6;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #2F2F2F;
    background: #2F2F2F;
    text-decoration: none!important;
}
 .btn-login:hover {
    color: #2F2F2F;
    background: none;
    border-radius: 8px;
    border: 2px solid #2F2F2F;
}

.authorization-wrapper .authorization-content .authorization-title {
    color: #2F2F2F;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 56px;
    max-width: 448px;
}

.authorization-wrapper .authorization-content .authorization-description {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.8px;
    margin-top: 13px;
    max-width: 465px;
}

.authorization-wrapper .authorization-content .authorization-form {
    margin-top: 38px;
    display: flex;
}

.authorization-wrapper .authorization-content .authorization-form .registration-input {
    display: flex;
    width: 254px;
    height: 50px;
    padding: 20px 18px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #A8A8A8;
}
.authorization-wrapper .authorization-content .authorization-form .registration-input::placeholder {
    color: #727374;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.auth-block.content .form-group .sub-info{
    color: #727374;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
    padding: 4px 10px;
}

.authorization-wrapper .authorization-content .authorization-form .registration-button {
    display: flex;
    height: 50px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid #2F2F2F;
    background: #FE9900;
    color: #2D2D2D;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 8px;
}

.authorization-wrapper .authorization-content .dashboard-image {
    margin-top: 34px;
    right: 0;
    width: 100%;
    filter: drop-shadow(-2px 0px 5px rgba(104, 129, 156, 0.10)) drop-shadow(-10px 0px 10px rgba(104, 129, 156, 0.09)) drop-shadow(-22px 0px 13px rgba(104, 129, 156, 0.05)) drop-shadow(-40px 0px 16px rgba(104, 129, 156, 0.01)) drop-shadow(-62px 0px 17px rgba(104, 129, 156, 0.00))
}

.authorization-wrapper .authorization-footer {
    padding-right: 156px;
}

.authorization-wrapper .authorization-footer .company {
    margin-top: 53px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.authorization-wrapper .authorization-footer .company .company-item {
    margin-left: 12px;
    flex: 1 0 calc(50% - 12px); /* За замовчуванням встановлено, що кожен елемент займає 50% ширини батьківського блоку */
}

@media (min-width: 427px) and (max-width: 768px) {
    .authorization-wrapper .authorization-footer .company .company-item {
        flex: 1 0 calc(33.33% - 12px); /* На екранах шириною від 427px до 768px кожен елемент займає приблизно 33.33% (або 1/3) ширини (з урахуванням відступів) */
    }
}

/* Медіа-запит для екранів більше 768px */
@media (min-width: 769px) {
    .authorization-wrapper .authorization-footer .company .company-item {
        flex: 1 0 calc(16.66% - 12px); /* На більших екранах кожен елемент займає приблизно 16.66% (або 1/6) ширини (з урахуванням відступів) */
    }
}

.authorization-wrapper .authorization-footer .footer-copy {
    color: #979797;
    margin-top: 12px;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;

}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.registration-body{
    background: #F6F6F6;
}

.authorization-wrapper .form-group label{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    padding: 10px;
}
.authorization-wrapper .form-group .form-control{
    border-radius: 8px;
    border: 1px solid #858687;
    padding: 20px 30px;
}
.authorization-wrapper .form-group .form-control:focus{
    border-radius: 8px;
    border: 1px solid #858687;
    padding: 20px 30px;
}
.authorization-wrapper .form-group .form-control .selectize-input{
    border-radius: 8px;
    border: 1px solid #858687;
    padding: 20px 30px;
}
.authorization-wrapper .form-group .form-control::placeholder{
    color: #727374;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.registration-form{
    border-radius: 8px;
    background: #FFF;
    padding: 20px 46px;
    width: 438px;
}
.registration-btn{
    border-radius: 100px;
    border: 2px solid #2F2F2F;
    background: #FE9900;
    color: #2D2D2D;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}
.login-btn{
    width: 254px!important;
}

.registration-logo{
    margin-top: 8px;
    margin-left: 127px;
    position: absolute;
}

.auth-block {
    padding: 0;
    margin: 34px auto 0 auto;
    width: fit-content;
}

.registration-forgot-password{
    text-align: left!important;
}
.short-error-bg{
    width: fit-content!important;
}
.d-none{
    display: none;
}
@media (min-width: 1900px){
    .logo-img{
        width: 8.056vw;
    }
    .authorization-wrapper .authorization-content .authorization-title{
        color: #2F2F2F;
        font-family: Montserrat;
        font-size: 2.917vw;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        margin-top: 56px;
        max-width: 100%;
    }
    .authorization-wrapper .authorization-content .authorization-description{
        color: #000;
        font-family: Montserrat;
        font-size: 1.111vw;
        font-style: normal;
        font-weight: 300;
        line-height: 1.806vw;
        letter-spacing: 0.8px;
        margin-top: 13px;
        max-width: 100%;

    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 12.361vw;
    }
    .authorization-wrapper .authorization-footer .footer-copy{
        font-size: 0.833vw;
    }
}
    @media (max-width: 1024px) {
            .authorization-wrapper {
                padding-left: 60px;
            }
        }
        @media (max-width:500px){
            .authorization-wrapper .authorization-content .authorization-form .registration-input{
                width: 100% !important;
            }
            .login-btn{
                width: 100% !important;
            }
        }
        @media (max-width: 992px) {
            .registration-logo{
                margin: 0;
                margin-top: 42px;
                margin-bottom: 42px;
                text-align: center;
                position: inherit;
            }
        }
        @media (max-width: 768px) {
            .auth-block{
                width:380px;
            }
            .authorization-wrapper {
                padding-left: 20px;
            }

            .authorization-wrapper .authorization-content .authorization-title {
                color: #2F2F2F;
                font-family: Montserrat;
                font-size: 38px;
                font-style: normal;
                font-weight: 700;
                line-height: 130%;
                margin-top: 56px;
                max-width: 448px;
            }

            .authorization-wrapper .authorization-content .authorization-description {
                color: #000;
                font-family: Montserrat;
                font-size: 14px;
                font-style: normal;
                font-weight: 300;
                line-height: 26px;
                letter-spacing: 0.8px;
                margin-top: 13px;
                max-width: 465px;
            }

            .authorization-wrapper .authorization-header {
                padding-right: 20px;
            }


            .authorization-wrapper .authorization-content .authorization-form {
                padding-right: 20px;
            }
            .authorization-wrapper .authorization-content .authorization-form .registration-button {
                padding: 16px 15px;
                font-size: 14px;
                margin-left: 8px;
            }
            .authorization-wrapper .authorization-content .authorization-description{
                padding-right: 20px;
            }
            .authorization-wrapper .authorization-footer .footer-copy{
                font-size: 14px;
            }
            .authorization-wrapper .authorization-footer {
                padding-right: 20px;
            }
            .registration-form{
                width:auto;
            }
        }
        @media (max-width: 500px) {
            .auth-block{
                width:100%;
                padding: 0px 10px;
            }
        }

        /*Registration page end*/
.text-lines-limit:not(.full){
    display: -webkit-box;
    
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.text-lines-limit[data-lines="3"]{
    -webkit-line-clamp: 3;
}

/* Auth page */
.auth-body{
    background: #F6F6F6;
    padding-top: 0;
}
.auth-body .logo{
    display: block;
    margin-top: 42px;
    margin-left: 127px;
    text-align: left!important;
}

.auth-body .auth-block{
    border-radius: 8px;
    background: #FFF;
    padding: 25px 60px 43px;
    margin-top: 93px;
    max-width: 449px;
    width: 100%;
}

.auth-body .auth-block .form-group{
    margin-bottom: 8px;
}

.auth-body .auth-block .form-group .form-group-label{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    padding: 10px;
}

.auth-body .auth-block .form-group .form-group-control{
    border-radius: 8px;
    padding: 8.5px 18px;
    border: 1px solid #858687;
    color: #727374;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    height: 50px;
    display: block;
    width: 100%;
    text-align: left;
}

.auth-body .auth-block .form-btn{
    display: flex;
    width: 336px;
    height: 50px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 2px solid #2F2F2F;
    background: #FE9900;
    width: 100%;
}

.auth-body .auth-block .reset-password{
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-top: 12px;
    margin-bottom: 26px;
    display: block;
    margin-left:10px;
}

.auth-body .auth-block .form-group-contract{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    display: block;
}
.auth-body .auth-block .login-link{
    color: #000;
    text-align: left;
    padding: 10px;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    display: block;
}
.mt-15{
    margin-top: 15px;
}


/* Auth page end */

/* Agreement notification */

.agreement-notification-wrapper{
    z-index: 999;
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 1292px;
    height: 82px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #2F2F2F;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 106px 12px 73px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: -25px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.agreement-notification-wrapper .agreement-notification-message{
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    margin: 0;
}

.agreement-notification-wrapper .agreement-notification-message .agreement-notification-link{
    color: #4AF0D2;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    text-decoration-line: underline;
}
.agreement-notification-acept{
    color: #000;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.8px;
    border-radius: 20px;
    background: #FFF;
    padding: 11px 30px;
}
.agreement-footer{
    display: flex;
    justify-content: flex-end;
    .agreement-notification-acept{
        margin-right: 23px;
        margin-bottom: 20px;
        background: #000;
        color: #FFF;
    }
}

.privacy-policy{
    color: #000;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-top: 0;
}
.privacy-policy-link{
    color: #000;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-decoration-line: underline;
    margin-left: 3px;
}
.privacy-policy-checkbox{
    margin: 0!important;
    margin-top: -8px!important;
    margin-right: 8px!important;
    display: block;
    width: 13px;
    height: 13px;
    float: left;
    margin-top: 4px !important;
}


@media screen and (max-width: 768px) {
    .agreement-notification-wrapper{
        z-index: 1;
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 1292px;
        height: 82px;
        flex-shrink: 0;
        border-radius: 20px;
        background: #2F2F2F;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 10px;
        bottom: 0;
        position: fixed;
        left: 0;
        right: 0;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100%;
        margin: 0 0px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (max-width: 1292px) {
    .agreement-notification-wrapper{
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

}

/* Agreement notification end */

.d-block{
    display: block;
}
.flex-align-center{
    align-items: center;
}

#agreementsModal .modal-dialog {
    width: 85%;

}

@media screen and (max-width: 768px) {
    #agreementsModal .modal-dialog{
        width: auto;
    }

}

.d-inline{
    display: inline;
}
.btn-beta{
    color: #2F2F2F!important;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    border-radius: 20px;
    background: rgba(21, 204, 186, 0.7);
    padding: 10px 23px;
    text-decoration: none;
    opacity: 1!important;
}
.btn-beta:hover{
    text-decoration: none;
    color: #2F2F2F!important;
    opacity: 1!important;
    background: rgba(21, 204, 186, 0.7)!important;
}
.btn-beta.btn-center {
    display: table;
    margin: 20px auto;
}
.btn-beta.small{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
}
.bold{
    font-weight: 700;
}

.hidden-sm-custom {
    display: block;
}

.show-sm-custom {
    display: none;
}

@media (max-width: 768px) {
    .hidden-sm-custom {
        display: none;
    }
    .show-sm-custom {
        display: block;
    }
    .btn-beta{
        font-size: 11px;
    }
    .btn-beta.small{
        padding-top: 7px;
        padding-bottom: 8px;
        margin-top: 5px;
    }
}

#student_calendar .ui-datepicker-title{
    cursor: pointer;
    text-decoration: underline;
}

#teacherTestComment{
    z-index: 4060;
}

.book_comments {
    display: none;
}

.book_comments.active {
    display: flex;
    align-items: center;
    gap: 8px;
}

.book_comment_alert{
    font-size: 18px;
}

/*Notification style types*/
.endCourse{
    font-weight: bold;
}

.deleteLesson{
    font-weight: bold;
    color: red!important;
}
/*Notification style types end */

/*Group feedback writing task*/

.group_feedbacks_block{
    font-size: 12px;
}

.ui-accordion .ui-accordion-header.feedback_acc_header{
    padding: 1.5em .5em 1.5em 2.2em;
}

.feedback_acc_content{
    background: #ffffff;
}

.feedback_acc_content table th{
    padding: 5px 10px;
}

.feedback_row{
    border: 1px solid #cccccc;
    background: #FCFCFC;
    color: #333;
}

.feedback_row td{
    padding: 15px 10px !important;
    white-space: nowrap;
    font-weight: normal;
}

.feedback_row.unreaded td{
    font-weight: 700;
}

.feedback_done_status{
    color: green;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
}

#writingTaskFeedback .student_text, #writingTaskFeedback .teacher_text_div{
    background: #EFEFEF;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 5px;
}

.feedback_icon.has_count{
    position: relative;
    padding-top: 5px;
}

.feedback_count{
    position: absolute;
    top: 0;
    right: -8px;
    background: #FF9900;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
}

.feedback_row_count{
    background: #FF9900;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}

/*Group feedback writing task end*/

/*Online payment transactions*/
.color-Success{
    color: green;
}
.color-Failed{
    color: red;
}
/*Online payment transactions end*/

/*Telegram group connect*/
.telegram_group_name{
    font-size: 14px;
    padding-top: 5px;
}

.telegram_group_name .copy{
    cursor: pointer;
}

.telegram_group_name .copy:hover{
    text-decoration: underline;
}

/*Telegram group connect end*/

.apply_to_all_link{
    color: green;
    cursor: pointer;
    margin-top: 5px;
}
