.btn-row{
    margin: 0 -5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-row .row div {
    padding: 2px 5px; 
}

.btn-row .row div  a,.btn-row .row div  button{
    line-height: 50px;
    text-transform: uppercase;
    padding: 0;
}

.btn-row  .btn-block + .btn-block {
    margin-top: 0px;
}

.dz{

}
.dz .title{
    color:#676A69;
    font-size:15px;
    font-weight: bold;
    margin-bottom: 0px;
}
.dz_text{
    background-color: #eee;
    padding:15px;
    border-radius: 15px 0 15px 15px ;
    margin-bottom: 20px;
    margin-left: 80px; 
    margin-right: 80px;
}
.dz_text.error{
    background-color: #fee;
}
.dz_text.success{
    background-color: #efe;

}

.dz_text::after{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #eee transparent transparent transparent;
    content: "";
    position: absolute;
    top:0;
    right: 75px;

}
.dz_text .logo{
    top: 0;
    right: 0;
}
.dz_answer{
    background-color: #eee;
    padding:15px;
    border-radius: 0 15px 15px 15px ;
    margin-bottom: 20px;
    margin-left: 80px; 
    margin-right: 80px;
}
.dz_answer::after{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #eee transparent transparent;
    content: "";
    position: absolute;
    top:0;
    left: 75px;
}
.dz_answer .logo{
    top: 0;
    left: 0;
}

.dz .logo{
    display: block;
    height: 50px;
    width: 50px;
    background-color: #eee;
    border-radius: 25px;
    margin: 0 20px;
    position: absolute;
    line-height: 50px;
    text-align: center;
    color: #ccc;
    font-weight: bold;
}

.dzitem p {
    margin: 0;
    max-width: 100%;
    overflow: hidden;
}


.inline-edit{ 
    position: relative;
}
.inline-edit textarea{ 
    font-size: 12px;
}

.inline-save{    
    position: absolute;
    bottom: 10px;
    right: 10px;
}    


    .curs-item{
        background: #f5f5f5;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 15px;
    }
    .curs-item p.title{
        font-size: 18px;
    }
    
    .curs-item .btn{
        text-transform: uppercase;
        font-size: 14px;
        height: 40px;
        line-height: 24px;
        margin-top: 9px;
        min-width: 140px;
        float: right;
    }
    .curs-item span{
        /*min-width: 120px;*/
        display: inline-block;
        margin-right: 15px;
    } 
    .curs-item span label{
        color:#999;
    }
    
    .dz-panel{
        padding:15px;
        background-color: #f0f0f0;
        margin-bottom: 60px;
    }    
    
    
    
#topnav .navigation-menu .badge {
    margin-top: -3px;
}

/*Уроки*/
.semibadge{
    background: gray;
    color: white;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
}

.lesson-label{
    display: inline-block;
    vertical-align: middle;
}
.lesson-etaps-list {
    padding: 0;
    margin-bottom: 0;
}
.lesson-etaps-list li{
    display: inline-block;
    list-style: none;
    margin-right: 20px;
    padding: 0px 5px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    color: gray;
}

.lesson-etaps-list li:after{
    content:'➤';
    position: absolute;
    color:lightgray;
    right: -17px;
}

.lesson-etaps-list li:last-of-type:after{
    content:'';
}

    .filter-field{
        margin-top: 0px;
        margin-bottom: 15px;
    }

@media screen and (min-width: 768px) {
    .filter-field{
        margin-top: -63px
    }  
}

.btns-column a.btn{
    margin-bottom: 2px;
    margin-right: 2px;
}

.narrow th, .narrow td{
    padding: 6px !important;     
}

.panel-header-fio{
    font-size: 12px;
    color: #999;
}

.altop .form-group .checkbox{
    margin-top: 0;
}

.panel-heading h1{
    margin: 5px;
}

.loader {
    text-align: center;
    color:#eee;
    font-size: 30px;
    -webkit-animation: blink1 1s linear infinite;
    animation: blink1 1s linear infinite;
  }
  @-webkit-keyframes blink1 {
    0% { color: rgba(34, 34, 34, 0.5); }
    50% { color: rgba(34, 34, 34, 0); }
    100% { color: rgba(34, 34, 34, 0.5); }
  }
  @keyframes blink1 {
    0% { color: rgba(34, 34, 34, 0.5); }
    50% { color: rgba(34, 34, 34, 0); }
    100% { color: rgba(34, 34, 34, 0.5); }
  }
  
  @media (max-width: 991px) {

    #topnav .navigation-menu {
        float: none;
        max-height: none !important;
        max-width: 300px;
    }
  }    
  
  
  .ptype{
    color:
    darkgray;
    margin-bottom: 0px;
    font-size: 11px;
    margin-top: -9px;
    margin-left: -14px;
    display: block !important;
  }
  
  .row.mainbtns a.btn {
    margin-bottom: 4px;
    padding: 9px 12px;
  }
  
  .select2-container--krajee .select2-selection--single .select2-selection__clear{
          margin-top: 3px !important;
  }
  .table-responsive{

  }
  @media (max-width: 767px) {
    .mainbtns a.btn {
      margin-bottom: 5px !important;
    }
  }   
    @media (max-width: 991px) {
        .list-view .col-md-12{
            width: 100%;
        }
    }
    
    .lesson-step{
        white-space: nowrap;
    }
    
    .has-error .note-editor.note-frame{
        border: 1px solid #CC3333 !important;
    }

    .arrow .popover-content.note-children-container{
        background: #fff5;
        position: absolute;
        top: 11px;
        left: -20px;
        width: 170px;
    }