<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    cursor: pointer;
}

.hidden {
  display: none !important;
}

.jq-toast-wrap {
    z-index: 9999999 !important;
}

.btn[disabled]:hover {
    color: #fff;
}

.breadcrumb&gt;li+li:before, .breadcrumb&gt;li:first-child:before {
    font: 900 normal normal 14px/1 FontAwesome;
    display: inline-block;
}
.breadcrumb&gt;li+li:before {
    content: "\F101";
    padding: 0 4px;
}



/*******************
 Right side widgets toggle
*******************/
.right-sidebar-widgets {
  position: fixed;
  right: -240px;
  width: 240px;
  display: none;
  z-index: 1100;
  background: #fff;
  top: 0px;
  padding-bottom: 20px;
  height: 100%;
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; }
  .right-sidebar-widgets .rpanel-title {
    display: block;
    padding: 22px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px; }
    .right-sidebar-widgets .rpanel-title span {
      float: right;
      cursor: pointer;
      font-size: 11px; }
      .right-sidebar-widgets .rpanel-title span:hover {
        color: #fff; }
  .right-sidebar-widgets .r-panel-body {
    padding: 20px; }
    .right-sidebar-widgets .r-panel-body ul {
      margin: 0px;
      padding: 0px; }
      .right-sidebar-widgets .r-panel-body ul li {
        list-style: none;
        padding: 5px 0; }


.shw-rside-w {
  right: 0px;
  width: 240px;
  display: block;
}



.dd-list .dd3-content:hover {
  color: #333;

}


.dd3-handle:before {
    content: "\f067";

}


.ribbon-wrapper,
.ribbon-wrapper-reverse,
.ribbon-wrapper-bottom,
.ribbon-wrapper-right-bottom {
  padding: 0;
}


a.widget {
  color: #6c757d;
}


.card &gt;.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(255,255,255,0.7);
    display:flex;
    align-items:center;
}

.card &gt; .overlay &gt;.fa {
    position: absolute;
    left: 50%;
}

.card &gt; .overlay.dark {
    background: rgba(0, 0, 0, 0.5)
}

.card &gt; .hide {
    display: none;
}



@media only screen and (min-width : 481px) {
   .flex-row.row {
	 display: flex;
	 flex-wrap: wrap;
   }
   .flex-row.row &gt; [class*='col-'] {
	 display: flex;
	 flex-direction: column;
   }
  .flex-row.row:after,
  .flex-row.row:before {
	 display: flex;
  }
}


.info-box {
    display: block;
    min-height: 50px;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    margin-bottom: 15px;
}


.info-box-icon {
    font-size: 30px;
    height: 53px;
    width: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    background-color: #d2d6de;
}

.info-box-content {
    padding: 4px 10px;
    margin-left: 50px;
}

.info-box-text {
    font-size: 13px;
}

.info-box-number {
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.bg-casablanca {
    background: #f2784b!important;
}

.text-casablanca {
    color: #f2784b!important;
}

.bg-purple {
    background: #8e44ad!important;
}
.text-purple {
  color:  #8e44ad!important;
}

.bg-yellow {
    background: #c49f47!important;
}

.text-yellow {
    color: #c49f47!important;
}


.form-group {
  position: relative;
}

label.field {
    margin-bottom: 5px;
    font-weight: 400;
    display: block;
    line-height: 15px;
}


small.charcounter {
    position: absolute;
    top: 5px;
    right: 5px;
}


small.form-control-feedback {
  color:red;
}

/*
.skin-default-dark .left-sidebar .sidebar-nav &gt; ul &gt; li &gt; a.active, .skin-default-dark .left-sidebar .sidebar-nav &gt; ul &gt; li &gt; a.active i, .skin-default-dark .left-sidebar .sidebar-nav ul li a.active, .skin-default-dark .left-sidebar .sidebar-nav ul li a.active i {
    color: #8991a9;
}

.skin-default-dark .left-sidebar .sidebar-nav &gt; ul &gt; li.selected &gt; a {
    color: #8991a9;
}
*/

.table_shadow {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}



.selectize-input {
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    -webkit-box-shadow: none;
    box-shadow: none;


}

.selectize-input.focus {

    -webkit-box-shadow: none;
    box-shadow: none;
}



/* Absolute Center CSS Spinner */
.loading {
  position: absolute;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/** MEDIA CUSTOM CSS'S **/
.dropdown-menu {
    left: 0;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px
}

.dropdown-menu&gt;li&gt;a {
    padding: 8px 16px;
    color: #6f6e6e;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap
}

.dropdown-menu&gt;li&gt;a&gt;[class*=" fa-"],
.dropdown-menu&gt;li&gt;a&gt;[class^=fa-] {
    color: #888
}
/*
.btn-group&gt;.dropdown-menu:after,
.dropdown-toggle&gt;.dropdown-menu:after,
.dropdown&gt;.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block!important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: ""
}

.btn-group&gt;.dropdown-menu,
.dropdown-toggle&gt;.dropdown-menu,
.dropdown&gt;.dropdown-menu {
    margin-top: 10px
}
*/

.page-header-top .navbar-nav&gt;li.dropdown .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block!important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ""
}

.dropdown-menu .with-arrow &gt; span {
    border-radius: 0;
}

.nav.float-right&gt;li&gt;.dropdown-menu:before,
.nav&gt;li&gt;.dropdown-menu.float-right:before {
    right: 12px;
    left: auto
}

.nav.float-right&gt;li&gt;.dropdown-menu:after,
.nav&gt;li&gt;.dropdown-menu.float-right:after {
    right: 13px;
    left: auto
}


.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
    background-color: #F7F7F7 !important;
}


/*
.btn-group&gt;.dropdown-menu:before,
.dropdown-toggle&gt;.dropdown-menu:before,
.dropdown&gt;.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: ""
}
*/


.page-header-top .navbar-nav&gt;li.dropdown .dropdown-menu&gt;li&gt;a {
    color: #555;
    font-size: 14px;
    font-weight: 300
}

.page-header-top .navbar-nav&gt;li.dropdown-user .dropdown-menu&gt;li&gt;a i {
    width: 15px;
    display: inline-block;
    margin-right: 9px
}

.dropdown-menu&gt;li.active:hover&gt;a,
.dropdown-menu&gt;li.active&gt;a,
.dropdown-menu&gt;li:hover&gt;a {
    text-decoration: none;
    background-image: none;
    background-color: #f6f6f6;
    color: #555;
    -webkit-filter: none;
    filter: none
}



#rv_media_modal .modal-lg {
    max-height: 100% !important;
    max-width: 100% !important;
}



.image-box-actions &gt; a.btn_gallery {
    cursor: pointer;

}

.preview-image-wrapper {
    display: block;
    text-align: center;
    vertical-align: middle;
    background: #fafbfc;
}

.preview-image-wrapper.preview_image {
    width: 100%;
}


.preview-image-wrapper.preview-image-wrapper-not-allow-thumb {
    min-height: auto;
    min-width: auto;
    max-height: 1000px;
    height: auto;
    width: auto;
}

.btn_remove_image,
.btn_remove_video
{
    position:   absolute;
    top:        10px;
    right:      10px;
    display:    inline-block;
    width:      30px;
    height:     30px;
    text-align: center;
    font-size:  18px;
    cursor:     pointer;
}

.btn_remove_image .fa {
    margin-top: 5px;
}


.dataTables_wrapper .wrapping {
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.dataTables_wrapper .disabled-wrap {
    white-space: nowrap!important;
}

.dataTables_wrapper .scroller {
    max-height: 500px;
}
.dataTables_wrapper .mCustomScrollBox {
    width: 100%!important;
}
.dataTables_wrapper thead {
    overflow: hidden;
    padding-left: 4px;
    width: 100%!important;
}
.dataTables_wrapper thead.tableFloatingHeader .group-checkable {
    left: -15px;
}
.dataTables_wrapper thead&gt;tr&gt;th {
    background-color: #fbfcfd;
}
.dataTables_wrapper thead th img {
    margin-right: 10px;
}
.dataTables_wrapper .text-left {
    text-align: left;
}
.dataTables_wrapper .table-checkbox {
    margin: 0;
}
.dataTables_wrapper .text-center {
    text-align: center;
}
.dataTables_wrapper td .btn {
    font-size: 12px;
    margin: 0 0 5px;
}
.dataTables_wrapper td .table-actions {
    min-width: 150px;
    text-align: center;
}
.dataTables_wrapper .status-label {
    display: inline-block;
    padding: 3px 5px;
    color: #fff!important;
}
.dataTables_wrapper {
    min-height: 120px;
    position: relative;
    font-size:13px;
}
.dataTables_wrapper table td a:not(.btn):not(.tip) {
    color: #34495e;
}


.dataTables_wrapper .dt-buttons .btn {
    line-height: 1.5;
    background: #009efb;
    border-color: #009efb;
    color: #fff!important;
}
.dataTables_wrapper .dt-buttons .btn:active, .dataTables_wrapper .dt-buttons .btn:active:focus, .dataTables_wrapper .dt-buttons .btn:focus, .dataTables_wrapper .dt-buttons .btn:hover {
    background: #0086d5;
    border-color: #0086d5;
}
.dataTables_wrapper .dt-buttons .btn:last-child {
    margin-right: 0;
}
.dataTables_wrapper .dt-buttons a {
    /*color: #fff!important;*/
}

.dataTables_wrapper .text-left {
    text-align: left;
}
.dataTables_wrapper .text-center {
    text-align: center;
}
.dataTables_wrapper td, .dataTables_wrapper th {
    outline: 0!important;
}
.dataTables_wrapper th .checker {
    margin-left: 4px;
}
.dataTables_wrapper .btn {
    margin: 0 10px 10px 0;
    border-radius: 0;

}


.dataTables_wrapper .dataTables_length {
    float: left;
    padding: 0;
    max-height: 35px;
}
.dataTables_wrapper .dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    margin: 0!important;
}
.dataTables_wrapper .dataTables_length .dt-length-style {
    padding: 4px 8px 4px 10px!important;
    display: inline-block!important;
    color: #1f64a0!important;
}
.dataTables_wrapper .dataTables_length .dt-length-style .select2-selection {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 4px 10px;
    height: 28px;
}
.dataTables_wrapper .dataTables_length .dt-length-style .select2-selection .select2-selection__arrow {
    height: 21px;
    top: 3px;
}
.dataTables_wrapper .dataTables_info {
    padding-top: 0;
    line-height: 32px;
    white-space: nowrap;
    display: inline-block;
    color: #d9534f;
}
.dataTables_wrapper .dataTables_info .dt-length-records {
    padding: 2px 3px 3px 0!important;
    display: inline-block!important;
    color: #333!important;
    font-size: 12px;
}
.dataTables_wrapper .dataTables_processing {
    background: 0 0;
    border: none;
}
.dataTables_wrapper .dataTables_empty {
    height: 76px;
}
.dataTables_wrapper tfoot th {
    text-transform: none;
}
.table {
    margin-bottom: 0;
}
.table th {
    color: #afafaf;
    text-align: left;
    padding-left: 18px;
    font-weight: 400;
    font-size: 11px;
}
.table th.no-sort {
    padding-right: 0!important;
}
.table th.no-sort:after {
    display: none!important;
}
.table th:hover {
    color: #333;
}
.table .text-left {
    text-align: left;
}
.table .text-center {
    text-align: center;
}
.table td {
    padding: 5px 12px!important;
}

.tableFloatingHeaderOriginal {
    left: 0!important;
    top: 0;
}
.dataTables_filter {
    text-align: right;
    position: relative;
    display: block;
    float: left;
}
.dataTables_filter input[type=search] {
    margin-top: 4px;
    margin-right: 10px;
    height: 28px;
    max-width: 85%!important;
}
.dataTables_filter label {
    font-size: 0;
}
.dataTables_filter label input {
    margin: 0;
}
.dataTables_wrapper td, .dataTables_wrapper th {
    vertical-align: middle!important;
    text-align: center;
}
.table th {
    border-bottom: none!important;
    font-weight: 400!important;
    font-size: 11px!important;
    text-transform: uppercase;
}


.table-responsive .dataTables_wrapper .dt-buttons {
    float: right;
    position: relative;
}


.dataTables_wrapper .table-bordered&gt;tbody&gt;tr&gt;td, .dataTables_wrapper .table-bordered&gt;tbody&gt;tr&gt;th, .dataTables_wrapper .table-bordered&gt;tfoot&gt;tr&gt;td, .dataTables_wrapper .table-bordered&gt;tfoot&gt;tr&gt;th, .dataTables_wrapper .table-bordered&gt;thead&gt;tr&gt;td, .dataTables_wrapper .table-bordered&gt;thead&gt;tr&gt;th {
    border: 1px solid #f4f4f4;
}
.dataTables_wrapper .form-control:focus {
    border-color: #93a1bb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(147, 161, 187, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(147, 161, 187, .6);
}
.dataTables_wrapper select.form-control {
    padding-right: 1.5em;
    line-height: 17px;
}


.datatable-header {
    background: #ebeae8;
    height: 46px;
}
.datatable-footer {
    padding: 5px;
}
.dataTables_filter {
    padding: 0;
}
#datatables_filter strong {
    float: left;
    text-transform: uppercase;
    line-height: 44px;
    margin-right: 12px;
}
.dataTables_filter label&gt;input[type=search] {
    margin-top: 0px;
}
.table-striped .even {
    background: #fff;
}
#datatables_length .select2-container {
    margin-top: 8px;
}
#datatables_length .select2-container .select2-selection {
    height: 29px;
}
#datatables_length .select2-container .select2-selection .select2-selection__rendered {
    line-height: 23px;
}
#datatables_length .select2-container .select2-selection .select2-selection__arrow {
    height: 22px;
}


div.dataTables_info {
    color: #afafaf;
    font-size: 11px;
}

.dataTables_length {
    display: none;
}

.dataTables_filter .btn-danger {
    margin-top: 7px;
}

.datatable-header .btn-default {
    height: 27px;
    padding: 4px 16px;
    margin-top: 8px;
    border: none!important;
}
.datatable-header .btn-primary {
    height: 27px;
    padding: 4px 8px;
    line-height: 1.6;
    font-size: 12px;
    margin: 8px 0;
}

.table td .text-left {
    display: block;
    float: left!important;
}


.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
    vertical-align: middle;
    border-top: 1px solid #ebeef0;
    padding: 8px;
    line-height: 1.42857143;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: block;
    float: left;
    padding: 0;
}

.paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a {
    background: #009efb;
    color: #fff;
}


.datatables__info_wrap ul.pagination {
    font-size: 14px;
    display: block;
    float:right;
    margin-top:5px!important;
}
.datatables__info_wrap ul.pagination li.paginate_button a {
    padding: 6px 12px!important;
    float:left;
    position: relative;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6c757d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

}

.pagination&gt;li.paginate_button.disabled&gt;a,
.pagination&gt;li.paginate_button.disabled&gt;a:focus,
.pagination&gt;li.paginate_button.disabled&gt;a:hover  {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}


.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  opacity: .5;
}

.spinner &gt; div {
  background-color: #333;
  height: 100%;
  width: 6px;
  margin:2px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


/*
* Widget Styles
*/


.portlet {
    padding-bottom: 20px;
}
.scroller{
    height: 350px;
}
.portlet .widget-content {
    min-height: 350px;

}


.currencies div[data-change="down"] .change {
    color: #b51a29;
}
.currencies div[data-change="up"] .change {
    color: #3f9e3f;
}



/* ROLE TREE STYLES */
ul#auto-checkboxes .ui-widget.ui-widget-content {
    border: none;
}

ul#auto-checkboxes ul &gt; li {
    margin-left: 0px;
}

ul#auto-checkboxes label.badge {
    font-size: 11pt;
    padding:5px;
}



.daredevel-tree li span.daredevel-tree-anchor {
    left:-20px;
    top:8px;
}



/* FORM ACTIONS */
.form-actions.form-actions-default {
    margin-top: 0
}

.form-actions.form-actions-default.action-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-actions.form-actions-default.action-vertical .widget-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 0 none;
    font-size: 16px!important;
    font-weight: 700!important;
    color: #666!important;
    text-transform: uppercase!important;
    padding: 15px!important;
    height: auto!important
}



.form-actions.form-actions-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 199;
    background-color: #fff;
    transition: 0.2s ease-in;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    text-align: right;
    padding: 4px 5px;
    min-height: 50px;
}

@media only screen and (min-width: 1024px) {
    .form-actions.form-actions-fixed-top {
        left: 350px;
    }
}

.form-actions-fixed-top .breadcrumb {
    padding: 15px 20px;
    margin: 0px;
    background: transparent;
    font-size: 12px;
}
.form-actions-fixed-top .breadcrumb li a {
    color: #212529;
}
.form-actions-fixed-top .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\e649";
    font-family: themify;
    color: #ced4da;
    font-size: 11px;
}
.form-actions-fixed-top .breadcrumb .breadcrumb-item.active {
    color: #009efb;
    font-weight: 500;
}

.left-sidebar {
    z-index: 200;
}




/*******************
Form Pickers
******************/
.asColorPicker-dropdown {
    max-width: 260px;
}

.asColorPicker-trigger {
    position: absolute;
    top: 0;
    right: -35px;
    height: 38px;
    width: 37px;
    border: 0;
}

.asColorPicker-clear {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    text-decoration: none;
}

/*******************
Bootstrap X-Editable
******************/

.editable-buttons button {
    padding: 7px 10px;
}


/*******************
User Avatar Styles
******************/
.avatar-preview img {
    width: 100%;
}


.avatar-body {
    padding-right: 15px;
    padding-left: 15px;
}


.avatar-wrapper {
    height: 364px;
    width: 100%;
    margin-top: 15px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.25);
    box-shadow: inset 0 0 5px rgba(0,0,0,.25);
    background-color: #fcfcfc;
    overflow: hidden;
}




.avatar-preview {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.crop-photo {
    width: 100%!important;
}

.preview-lg {
    height: 184px;
    width: 184px;
    margin-top: 15px;
}


.preview-md {
    height: 100px;
    width: 100px;
}


.preview-sm {
    height: 50px;
    width: 50px;
}



.help-te {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 5px;
    font-size: .9em;
    cursor: help;
}
.help-te * {
    color: #31708f;
}

.help-block-for-custom-field {
    margin-top: 7px;
    margin-bottom: 12px;
    color: #999;
    font-size: 11px;
}

/* log icon */
.log-icon {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    background: #3ebee4;
    margin: 5px 5px 0 0;
}

.log-icon-primary {
    background: #7c87b6
}

.log-icon-warning {
    background: #ffb93d
}

.log-icon-danger {
    background: #d65c4f
}


/* google seo style */
#seo_wrap .seo-preview .page-title-seo {
    min-height: 21px;
    display: block;
    font-size: 20px;
    color: #1a0dab;
    line-height: 1.3;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ws-nm {
    white-space: normal;
}

#seo_wrap .seo-preview .page-url-seo p {
    display: block;
    word-wrap: break-word;
    color: #006621;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 2px;
}


#edit-slug-box {
    line-height : 24px;
    min-height  : 25px;
    margin-top  : 5px;
    color       : #666666;
}

#change_slug, #btn-ok {
    height             : 24px;
    line-height        : 22px;
    padding            : 0 8px 1px;
    font-size          : 11px;
    color              : #555555;
    border-color       : #cccccc;
    background         : #f7f7f7;
    -webkit-box-shadow : 0 1px 0 #cccccc;
    box-shadow         : 0 1px 0 #cccccc;
    vertical-align     : top;
    margin             : 0;
}

.permalink {
    text-decoration : underline;
}



#editable-post-name input {
    font-size   : 13px;
    font-weight : 400;
    height      : 22px;
    margin      : 0;
    width       : 50%;
    display     : inline-block;
}

#edit-slug-box .cancel {
    margin-right          : 10px;
    padding               : 0;
    font-size             : 11px;
    text-decoration       : underline;
    color                 : #0073aa;
    margin                : 0;
    -webkit-box-shadow    : none;
    box-shadow            : none;
    border                : 0;
    -webkit-border-radius : 0;
    border-radius         : 0;
    background            : 0 0;
    outline               : 0;
    cursor                : pointer;
    display               : none;
}

#btn-ok {
    display : none;
}



.dataTables_wrapper .language-header img {
    margin-right: 7px;
}

.dataTables_wrapper .language-column a {
    margin: 0 3px;
}

.dd-item {
    position: relative;
}

.dd-empty,
.dd-item,
.dd-placeholder {
    margin: 10px 0;
}

.dd3-content {
    width: 350px;
    background-color: #fff;
    border: 0 none;
    height: 40px;
    padding: 10px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move;
    width: 363px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid rgba(120, 130, 140, 0.13);
    background: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
}

.dd3-handle:hover {
    background-color: transparent;
}

.dd-item&gt;.item-details {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    border-left: 1px solid rgba(120, 130, 140, 0.13);
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    display: none;
    margin-bottom: 5px;
    margin-top: -5px;
    padding: 10px 15px;
    /*max-width: 363px;*/
}

.dd-item .dd3-content&gt;.fa {
    cursor: pointer;
    font-size: 18px;
}

.dd3-handle:before {
    display: none;
}

.dd3-content .show-item-details {
    left: 319px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 43px;
    color: #000;
}

.dd-item.active&gt;.item-details {
    display: block;
}

.dd-item.active&gt;.item-details&gt;label {
    float: left;
    width: 100%;
    display: block;
}

.dd-item.active&gt;.item-details&gt;div.text-right {
    float: none;
    clear: both;
}

.dd-item.active&gt;.item-details&gt;div.text-right .btn {
    margin-left: 7px;
}

.dd-item&gt;.item-details span.text {
    display: inline-block;
    width: 90px;
}

.dd-item&gt;.item-details input[type=text] {
    display: inline-block;
    width: 80%;
    height: 30px;
    padding: 0 5px;
}

.show-item-details.active .fa:before {
    content: "\F106";
}




.form-save-menu #menu_name {
    margin-bottom: 5px;
}

.dd3-content&gt;span.text.float-left {
    max-width: 200px;
}

.dd3-content&gt;span.text.float-left,
.dd3-content&gt;span.text.float-right {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.dd3-content&gt;span.text.float-right {
    margin-right: 25px;
    max-width: 85px;
}





.widget-main {
    margin-top: 20px;
}

.widget-main h2 {
    font-size: 16px;
}

.widget-main #wrap-widget-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

#wrap-widget-1 li {
    width: 49%;
    float: left;
    margin-bottom: 20px;
}

#wrap-widget-1 li:nth-child(2n) {
    margin-left: 2%;
}

#added-widget li .widget-handle,
#wrap-widget-1 li .widget-handle {
    margin: 0;
    padding: 15px;
    font-size: 15px;
    line-height: .8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #fafafa;
    color: #23282d;
    border: 1px solid #e5e5e5;
}

#wrap-widget-1 li .widget-content {
    display: none;
}

#wrap-widget-1 li:hover .widget-handle {
    border-color: #999;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

#wrap-widget-1 li .widget-handle .widget-name {
    margin-bottom: 0;
}

.sidebar-area {
    padding: 15px 7px;
    background: #fff;
    margin-bottom: 20px;
}

.sidebar-area h3 {
    font-size: 16px;
    margin-bottom: 0;
}

#added-widget ul {
    min-height: 50px;
    padding: 0;
    list-style: none;
}

#added-widget .widget-name {
    margin-bottom: 0;
}

#added-widget .widget-content {
    display: block;
    padding: 7px 7px 20px;
    border: 1px solid #e5e5e5;
    border-top: none;
}

#added-widget .widget-content .btn {
    margin: 0;
}

#added-widget .widget-description {
    display: none;
}



.widget-description {
    padding: 6px;
}

#wrap-widget-1 .widget-name .text-right {
    display: none;
}

#added-widget .widget-name {
    position: relative;
}

#added-widget .widget-name .text-right {
    position: absolute;
    top: -2px;
    right: 0;
}

#added-widget .widget-content {
    display: none;
}

.widget-main .sidebar-item .card-header {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
}


.widget-main  .sidebar-item .card-header .sidebar-item-name {
    font-size:1.2em;
}




.list-tabs-order&gt;div {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #eee;
    cursor: move;
    margin-bottom: 10px;
}

.list-page-select-widget {
    margin: 10px 0;
    background: #ddd;
    max-height: 200px;
    overflow: hidden;
}

.list-page-select-widget .mCSB_container {
    padding: 7px;
}

.mCSB_container {
    width: auto!important;
}



.vtabs .tabs-vertical li {
    width: 200px;

}
.vtabs .tab-content {
    width: 90%;
}



.list-item-checkbox {
    overflow: hidden!important;
    max-height: 320px;
    padding-left: 15px;
}


.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:.8!important;
}
.opacity-5 {
  opacity:1!important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
  opacity:0!important;
  transition: opacity .25s ease-in-out!important;
  -moz-transition: opacity .25s ease-in-out!important;
  -webkit-transition: opacity .25s ease-in-out!important;
}
.opacity-0h5:hover {
  opacity:1!important;
}


/* google images input radio image */
.image-radio-box {
    position: relative;
    height: 100%;


}
.image-radio-box .card-body {
    height: 140px!important;
    margin: 0;
    padding: 0;
}

.image-radio-box .card-body.bg {
  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-radio-box label {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: pointer;
}


.image-radio-box input[type=radio] {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    opacity: 0;
}

.image-radio-box input[type=radio] + label {
    box-shadow: -2px -2px 0px #eee inset, 2px 2px 0px #eee inset;
}
.image-radio-box input[type=radio]:checked + label {
    box-shadow: -2px -2px 0px #f24d23 inset, 2px 2px 0px #f24d23 inset;
}



/* seo-score styles */
#seo-container .recommends li:before {
    width: 10px;
    height: 20px;
    margin: 0;
    padding: 0 10px;
    margin-right: 10px;
    content: " ";
    background-color: #f97a7a;
}
#seo-container .recommends li[data-status=success]:before {
    background-color: #90d695;
}
#seo-container .recommends li[data-status=warning]:before {
    background-color: #eec066;
}
#seo-container .recommends li {
    margin-bottom: 10px;
}
#seo-container #seoScore {
    transition: all 1s ease;
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 30px;
    color: #fff;
    width: 150px;
    display: flex;
    background-color: #f97a7a;
}
#seo-container #seoScore span.totalscore {
    padding: 10px 15px;
    color: #fff;
}


.CodeMirror pre {
    font-size: medium!important;
}

.asColorPicker-wrap {
    display: block!important;
    width: 96%!important;
}
</pre></body></html>