[v-cloak] {
  display: none;
}

  [v-cloak] > * {
    display: none
  }

.form-control, .form-control[readonly], .codenetGrup .input-group-prepend button,
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  border-color: #bfbfbf;
}

.m-form .col-form-label, .m-form .form-control-label, .m-form .m-form__group > label, .m-form__group-sub > label {
  color: #8a87bd;
  font-weight: 600;
}

table.table-hover tbody tr {
  cursor: pointer;
}

  table.table-hover tbody tr td, table.table-hover thead tr th {
    vertical-align: middle;
  }

.fc-list-item {
  cursor: pointer;
}

@media (max-width: 768px) {

  .m-portlet .m-portlet__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-top: 10px;
  }

  .m-form__group.row .col-lg-6:nth-child(n+2) .m-form__group-sub{
    margin-top:25px;
  }

  .m-brand__logo-wrapper img {
    width: 150px;
  }
  .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav {
    display: block;
  }
}

@media (max-width: 1024px) {
  .m-page .m-page__container {
    padding: 0 !important;
  }
}
