a {
  cursor: pointer;
}
a:hover,
a:focus {
  text-decoration: none;
}

body {
  font-size: 80%;
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a.disabled {
  opacity: .5;
  cursor: not-allowed;
}

.btn{
    cursor: pointer;
}

.btn.btn-primary.lfm-file-btn{
  color: #fff;
}

.wrapper {
  overflow: hidden;
  background-color: #f3f3f4
}
.wrapper-content {
  padding: 20px 15px;
}

.wrapper .uk-card-body {
  padding: 25px 30px;
}
.wrapper .uk-card-body .uk-nav-default {
  margin: 0;
}
.wrapper .uk-card-body .uk-nav-default .uk-nav-divider, 
.wrapper .uk-card-body .uk-nav-default .uk-nav-header, 
.wrapper .uk-card-body .uk-nav-default>li>a {
  padding-left: 0;
  padding-right: 0;
}
.wrapper .uk-card-body .uk-nav-default>li a.active ,
.wrapper .uk-card-body .uk-nav-default>li a.active:hover {
  opacity: 1;
  font-weight: bold;
  color: #fff;
}
.wrapper .uk-card-body .menu-header {
  padding: 2px 0;
}

@media (min-width: 1200px){
  .uk-card-body .uk-nav-default .uk-nav-sub {
      padding-left: 45px;
  }
  }

.page-heading {
  background-color: #fff;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  padding: 30px 10px 30px 10px;
}
.page-heading h4 {
  font-weight: 100;
}

.breadcrumb {
  font-size: 14px;
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0;
  color: #676a6c;
}
.breadcrumb > li a {
  color: inherit;
}
.breadcrumb > .active {
  font-weight: 700;
  color: inherit;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-weight: 400;
}

.ibox {
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  background-color: #fff;
}
.ibox.collapsed .ibox-content {
  display: none;
}
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
  min-height: 48px;
}
.ibox-title h5 {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
  float: left;
}
.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 1rem 20px .5rem 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}
.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  background: #ffffff;
  padding: 10px 15px;
}
.ibox .right-button{
  float: right;
  right: 0px;
  bottom: 5px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

.uk-description-list .btn,
.table .btn {
  font-size: 12px;
  padding: 1px 5px;
}

.table tfoot input[type="text"]{
  /*width: 100%;*/
  box-sizing: border-box;
  padding: 1px;
}

.dataTables_filter, .dataTables_info, .dataTables_length {
  display: none;
  visibility: hidden;
}

.col-form-label {
  font-size: 1rem;
}
.col-form-label:first-letter {
  text-transform: uppercase
}

.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select>.dropdown-toggle {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0;
  width: 100%;
  padding: 0 10px;
      font-size: .875rem;
      height: 30px
}
.bootstrap-select>.dropdown-toggle::after {
  margin-left: -.5em;
}
.bootstrap-select .open>.dropdown-menu {
  display: block;
}

.bootstrap-select .dropdown-menu>li>a {
    display: block;
    padding: 0px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    outline: none;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.bootstrap-select.btn-group .dropdown-menu li.hidden {
  display: none;
}
.pdf-toolbar {
  max-width: 600px;
  margin: 0 auto;
}
.pdf-toolbar .btn {
  font-size: 12px;
  color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

.default-formgroup {
  max-width: 40%;
}

.bootbox .modal-title {
  order: -1;
}
.uk-table.moveable tbody tr {
  cursor: move;
}
.sortable-container {
  min-height: 700px;
}
.sortable {
  width: 100%;
  padding: 15px;
  /*margin: 10px;*/
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 15px;
  /*border: 1px dashed #000;*/
}
.sortable li {
  list-style-type: none;
}
.sortable .placeholder {
  border: 1px solid #000;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 15px;
}
.pagination {
  -webkit-justify-content: center;
  justify-content: center;
}

.image-item {
  position: relative;
  display: block;
  overflow: hidden;

  -webkit-transition: box-shadow 200ms cubic-bezier(0.4,0.0,0.2,1);
  transition: box-shadow 200ms cubic-bezier(0.4,0.0,0.2,1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.image-item.selected,
.image-item:hover {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
}
.image-item:before {
  content: '';
  display: block;
  padding-top: 75%;
}
.image-item .image-preview {
  position: absolute;
  bottom: 10px;
  width: 100px;
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.image-item:hover .image-preview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.form-check {
  display: inline-flex;
  margin-right: 1rem;
}

.uk-form-horizontal > div:after {
  content: '';
  display: table;
  clear: both;
  float: none;
}

.uk-form-controls-text {
  border: none;
  /*border-bottom: 1px solid rgba(0,0,0,.1);*/
}

.uk-form-controls-text {
  min-height: 1px;
  /*padding-bottom: 10px;*/
}

.uk-form-controls .bootstrap-select{
  padding-left: 0;
  padding-right: 0;
  border: 0;
}

.clickable {
  cursor: pointer;
}

.action-label {
  font-size: 12px;
  padding: 1px 5px;
}

label.page-status {
  margin: 7px 0 8px 0;
}

.page .uk-form-blank {
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.content-builder {
  padding: .5rem;
}

.page-content-container,
.online-form-content-container {
  position: relative;
  min-height: 300px;
  border: .5rem double #1E87F0;
  padding: .5rem;
  background: #EEEEEE;
}

.component-selector {
  position: relative;
  width: 100%;
  min-height: 300px;
  border: 2px dashed #EEEEEE;
  padding: .5rem;
  margin-top: .5rem;
}

.component-selector-container {
  max-height: 80vh;
  overflow: scroll;
  padding: 10px;
}

.component-selector-item {
  min-height: 350px;
  margin: 5px;
  width: calc(25% - 10px);
}

.component-selector-item .badge {
  font-weight: 100;
  font-size: 12px;
}

.component-selector-item .uk-background-muted {
  background-color: #eee;
}

#component-selector-modal {
  background: white;
}

.drag-handle {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: move;
  cursor:         grab;
  cursor:    -moz-grab;
  cursor: -webkit-grab;
}

.drag-handle:active {
  cursor:         grabbing;
  cursor:    -moz-grabbing;
  cursor: -webkit-grabbing;
}

.drag-handle span:first-child {
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
}

.drag-handle span:last-child {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
}

.delete-component {
  cursor: pointer;
}

.sortable-ghost *,
.sortable-ghost {
  opacity: .2;
  color: transparent;
  border: none;
  background: repeating-linear-gradient(
  45deg,
  #606DBC,
  #606DBC 10px,
  #465298 10px,
  #465298 20px
  );
}

.component-wrapper {
  position: relative;
  min-height: 80px;
  width: 100%;
  border: 2px dashed #EEEEEE;
  padding: .5rem;
  margin-bottom: .5rem;
  background: white;
}

.component-wrapper:last-child {
  margin-bottom: 0;
}

.component-wrapper .controls {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  opacity: .5;
  transition: opacity .3s ease;
}

.component-wrapper .controls:hover {
  opacity: 1;
}



/* laravel-storage-container */
.laravel-storage-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  background: rgba(0,0,0,.5);
}

.close-laravel-storage-container {
  position: fixed;
  right: 10%;
  top: 10%;
  z-index: 102;
  transform: translateX(50%) translateY(-50%);
  cursor: pointer;
}

.laravel-storage-container.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@keyframes spinner {
  from {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

.laravel-storage-container.locked {
  pointer-events: none;
}

.laravel-storage-container.locked::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #CCCCCC;
  border-top-color: #333333;
  animation: spinner .6s linear infinite;
  z-index: 102;
}

.laravel-storage-container.locked::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.75);
  z-index: 101;
}

.laravel-storage-container iframe {
  border: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80%;
  height: 80%;
  overflow: scroll;
  z-index: 100;
}

/* image-preview-container */
.image-preview-container {
  width: 100% !important;
  height: 250px !important;
  pointer-events: none;
  position: relative;
  border: 1px solid #EEEEEE;
  background: white;
  margin: .25rem 0;
  z-index: 0;
}

.image-preview-container::before {
  content: "preview";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  padding: 5px;
  text-transform: uppercase;
  color: white;
  z-index: 2;
}

.image-preview-container.hover::before {
  content: "preview (hover Image)";
}

#preview-form {
  display: none;
}


#ajax-loading{
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
}
#ajax-loading .lds-ring {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
#ajax-loading .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid rgba(123, 123, 123, 0.5);
  border-radius: 50%;
  animation: lds-ring 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgba(123, 123, 123, 0.5) transparent transparent transparent;
}
#ajax-loading .lds-ring div:nth-child(1) {
  animation-delay: -0.15s;
}
#ajax-loading .lds-ring div:nth-child(2) {
  animation-delay: -0.07s;
}
#ajax-loading .lds-ring div:nth-child(3) {
  animation-delay: 0s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

input:read-only,
input:disabled, 
textarea:disabled {
  background-color: #efefef;
  opacity: 1;
  cursor: default;
}

input.inline-input{
  width: auto;
}

.btn:not(:disabled):not(.disabled).btn-status,
.btn.btn-status{
  cursor: default;
}

.uk-label-default {
  background-color: #1e87f0;
  color: #fff;
}
.uk-label-success {
  background-color:#32d296;
  color:#fff;
}
.uk-label-warning {
  background-color:#faa05a;
  color:#fff;
}
.uk-label-danger {
  background-color:#f0506e;
  color:#fff;
}

.btn.uk-label-success {
  background-color:#32d296;
  color:#fff;
}

.btn.uk-label-default {
  background-color: #1e87f0;
  color: #fff;
}
.btn.uk-label-warning {
  background-color:#faa05a;
  color:#fff;
}

.btn.uk-label-danger:hover{
  background-color:#f0506e;
  color:#fff
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark:before {
  content: '✓';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  width: 1rem;
  height: 1rem;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.bs-actionsbox .btn-group>.btn-group:not(:last-child)>.btn, 
.bs-actionsbox .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  background-color: transparent;
  border: 1px solid #ccc;
}


table .setting{
  min-width: 120px;
}

table .date{
  min-width: 150px;
}

/* select2 */
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single{
  border-radius: 0;
  border: 1px solid #e5e5e5;
}
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple{
  border-color: #1e87f0;
  outline: none;
  box-shadow: none;
}
.select2-search__field:focus{
  outline: none;
  box-shadow: none;  
}
/* select2 */

.datetimepicker i.icon-arrow-right, .datetimepicker i.icon-arrow-left{
  font-style: normal;
}

.datetimepicker i.icon-arrow-right::before{
  content: ">";
}

.datetimepicker i.icon-arrow-left::before{
  content: "<";
}

.form-group {
  margin-bottom: 1rem;
}

a {
  text-decoration: none !important;
}

.
