@media (max-width: 1024px){
.hide-sidebar .top-left-part {
    width: auto;
}
}
.user-profile {
    padding: 50px 0 10px;
}
.admin-btn{
    background-color: #419EAA;
    border: 1px solid #419EAA;
}
.admin-btn:hover,.admin-btn:focus,.admin-btn:active,.admin-btn:active:focus,.admin-btn.disabled,.admin-btn.disabled:hover,.admin-btn.disabled:active,.admin-btn.disabled:focus{
    background: #419EAA;
    border: 1px solid #419EAA;
}
.checkbox-info input[type=checkbox]:checked+label::before {
    background-color: #419EAA;
    border-color: #419EAA;
}
.white{
	    color: #fff !important;
}
.sweet-alert h3 {
    color: #575757;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    /* margin: 25px 0; */
    padding: 0;
    line-height: 40px;
    display: block;
}
.pl-15{
    padding-left: 15px !important;
}
.floating-labels .form-control{
    box-shadow: none!important;
}
.floating-labels label{
font-size: 14px;
}
.dataTables_scroll {
    border: 1px solid #e4e7ea;
}
.table.dataTable, table.dataTable{
        width: 100% !important;
}
.fz-17{
        font-size: 17px;
}
.bulk-action a {
    padding: 3px;
}
.add-class{
    width: auto;
    float: right;
}
/*Profile drp of admin*/
.navbar-top-links .dropdown-user .dw-user-box {
    padding: 15px 15px 0 15px;
}
.navbar-top-links .dropdown-user{
    
        width: auto;
}
.top-left-part{
    background: rgba(255,255,255,.9);
}
/*--- Remove breadcrumb ---*/
.bg-title{
    padding:0;
}
.container-fluid{
        padding-top: 15px;
}
/*--- Dropzone Error Border ---*/

.has-error .dropify-wrapper {
    border: 1px solid #f33155;
}

/*--- Active/Deactive width fix ---*/

.table.dataTable .btn-success {
    width: 60px;
}


/*--- Sidebar active table color change ---*/
#side-menu ul > li > a.active {
    color: #fcc71f;
}
/*label{
    font-weight: 700 !important;
}*/
@media only screen and (max-width: 767px) {
    .white-box{
            margin-right: 15px;
    }
   /*---datatable search---*/
    div.dataTables_wrapper div.dataTables_filter input{
        width: 75%;
    }
}
@media (min-width: 768px){
    .form-horizontal .control-label {
        font-weight: 600;
    }
}
@media (max-width: 767px){
    .top-left-part .light-logo{
      display:inline;  
    } 
    .video_tag{
        width:100% !important;
    }
}

 textarea.swal2-textarea {
   resize: none;
}
.swal2-actions{
   font-size: 12px;
}

/*---Datatable header spacing---*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
}
/*---Go back in Panel Heading---*/
.m-r-m4{
        margin-top: -4px;
}
button.btn.btn-default.m-r-m4.pull-right{
    opacity: 1;
}
.panel-warning .panel-heading, .panel-yellow .panel-heading{
    color: #fff;
    font-weight: bold;
}


/*Notes CSS*/
label#notes-error,label#notes_edit-error {
    color: red;
}
.xmp_notes {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: 'lato';
    line-height: 24px;
    margin: 0;
    font-size: 20px;
}
.note-edit-btn{
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}
.meta {
    font-size: 18px;
}
.notes {
    border: 1px solid #41b3f9;
    padding: 10px;
    margin-bottom: 10px;
}
.notes .meta b {
    font-weight: 600;
}
.add{
    margin-bottom: 10px;
}
.back{
    padding:3px 7px;
    float: right;
}