first commit

This commit is contained in:
Roman Pyrih
2023-07-24 08:30:51 +02:00
commit c2e100a763
7128 changed files with 1622619 additions and 0 deletions

View File

@@ -0,0 +1,552 @@
.apsc-theme-1 .apsc-each-profile {
float: left;
min-height: 80px;
text-align: center;
width: 80px;
margin: 5px;
}
.apsc-each-profile a{
font-weight:normal;
color:white;
text-decoration:none;
}
.apsc-each-profile a:hover{
color:white;
text-decoration:none;
}
.apsc-theme-1 .apsc-each-profile a{
padding: 9px;
display: block;
color: #fff;
position:relative;
border-radius: 5px;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";/*IE 8*/
-moz-box-shadow: 1px 1px 2px #b3b3b3;/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 2px #b3b3b3;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 2px #b3b3b3;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3); /*IE 5.5-7*/
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.entry-content .apsc-each-profile a{
border:none;
}
.site-footer .widget .apsc-each-profile a{
color: #fff;
text-decoration:none;
}
.social-icon {
display: block;
}
.apsc-theme-1 .media-name {
display: none;
}
.apsc-theme-1 .apsc-count {
font-size: 16px;
display: block;
line-height: 15px;
padding: 2px 0 0;
}
.entry-content .apsc-each-profile a,.entry-content .apsc-each-profile a:hover,.entry-content .apsc-each-profile a:focus {
color: #fff;
text-decoration:none;
}
.apsc-theme-1 .apsc-each-profile a:before {
background: radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
content: "";
height: 10px;
left: 5%;
opacity: 0;
pointer-events: none;
position: absolute;
top: 100%;
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s;
transition-property: transform, opacity;
-webkit-transition-property: transform, opacity;
width: 90%;
z-index: -1;
}
.apsc-theme-1 .apsc-each-profile a:hover:before {
opacity: 1;
transform: translateY(6px);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
}
.apsc-theme-1 .apsc-each-profile a:hover {
transform: translateY(-6px);
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
}
.apsc-theme-1 .social-icon .fa {
font-size: 45px;
}
.apsc-facebook-icon {
background-color:#3b5998;
}
.apsc-twitter-icon{
background-color:#1dcaff;
}
.apsc-youtube-icon{
background-color:#e52d27;
}
.apsc-soundcloud-icon{
background-color:#ff8800;
}
.apsc-dribble-icon{
background-color:#ea4c89;
}
.apsc-comment-icon{
background-color:#464646;
}
.apsc-edit-icon{
background-color:#837d7d;
}
.apsc-google-plus-icon{
background-color:#dd4b39;
}
.apsc-instagram-icon{
background-color:#3f729b;
}
.apsc-theme-1 .apsc-media-type {
display: none;
}
/********************************************Theme 2 css*******************************************************/
.apsc-theme-2 .apsc-each-profile {
display: inline-block;
min-width: 103px;
text-align: center;
margin: 0;
}
.apsc-theme-2 .apsc-each-profile a{
display: block;
color: #fff;
position:relative;
transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: opacity 0.5s ease-in-out;
-ms-transition: opacity 0.5s ease-in-out;
}
.apsc-theme-2 .apsc-inner-block{
padding: 11px 12px 18px;
}
.apsc-theme-2 .apsc-each-profile a:hover{
opacity: 0.8;
}
.apsc-theme-2 .apsc-count {
opacity: 0.7;
display: block;
text-transform: uppercase;
font-size: 24px;
margin-top: 2px;
font-weight: bold;
}
.apsc-theme-2 .social-icon .fa {
font-size: 32px;
}
.apsc-theme-2 .media-name {
display: none;
}
.apsc-theme-2 .apsc-media-type {
display: block;
opacity: 0.7;
font-size: 14px;
text-transform: uppercase;
line-height: 1;
}
/********************************************Theme 3 css*******************************************************/
.apsc-theme-3 .apsc-each-profile {
float: left;
margin: 5px;
}
.apsc-theme-3 .social-icon {
display: table-cell;
min-width: 97px;
padding: 0 0 0 4px;
vertical-align: middle;
position:relative;
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-3 .apsc-each-profile a{
border-radius: 4px;
color: #fff;
display: block;
font-weight: normal;
padding: 1px;
position: relative;
text-shadow: none;
}
.apsc-theme-3 .apsc-count {
background-color: #fff;
}
.apsc-theme-3 .social-icon .fa {
display: table-cell;
font-size: 18px;
vertical-align: middle;
}
.apsc-theme-3 .media-name {
display: table-cell;
font-size: 14px;
padding: 0 13px 0 5px;
text-transform: capitalize;
vertical-align: middle;
min-width: 77px;
}
.apsc-theme-3 .apsc-count {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
color: #666666;
display: table-cell;
font-size: 16px;
min-width: 52px;
padding: 3px 10px;
text-align: center;
position:relative;
opacity:1;
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-3 .apsc-count:before {
border-bottom: 4px solid transparent;
border-right: 4px solid #fff;
border-top: 4px solid transparent;
content: "";
left: -4px;
margin-top: -3px;
position: absolute;
top: 50%;
}
/*.apsc-theme-3 .apsc-each-profile a:hover .apsc-count{
height: 32px;
min-width: 0;
opacity: 0;
padding: 0;
width: 0;
}*/
.apsc-theme-3 .apsc-each-profile a:hover .social-icon{
background-color:#fff;
border-top-left-radius:4px;
border-bottom-left-radius:4px;
}
.apsc-theme-3 .apsc-each-profile a:hover .apsc-count{
color:#fff;
}
.apsc-theme-3 .apsc-each-profile a:hover .social-icon:after {
border-bottom: 4px solid transparent;
border-left: 4px solid #fff;
border-top: 4px solid transparent;
content: "";
margin-top: -3px;
position: absolute;
right: -4px;
top: 50%;
z-index: 2;
}
.apsc-theme-3 .apsc-media-type {
display: none;
}
.apsc-theme-3 .apsc-each-profile a.apsc-youtube-icon:hover .social-icon{
color:#e52d27;
}
.apsc-theme-3 .apsc-each-profile a.apsc-youtube-icon:hover .apsc-count{
background-color:#e52d27;
}
.apsc-theme-3 .apsc-each-profile a.apsc-soundcloud-icon:hover .social-icon{
color:#ff8800;
}
.apsc-theme-3 .apsc-each-profile a.apsc-soundcloud-icon:hover .apsc-count{
background-color:#ff8800;
}
.apsc-theme-3 .apsc-each-profile a.apsc-dribble-icon:hover .social-icon{
color:#ea4c89;
}
.apsc-theme-3 .apsc-each-profile a.apsc-dribble-icon:hover .apsc-count{
background-color:#ea4c89;
}
.apsc-theme-3 .apsc-each-profile a.apsc-comment-icon:hover .social-icon{
color:#464646;
}
.apsc-theme-3 .apsc-each-profile a.apsc-comment-icon:hover .apsc-count{
background-color:#464646;
}
.apsc-theme-3 .apsc-each-profile a.apsc-twitter-icon:hover .social-icon{
color:#1dcaff;
}
.apsc-theme-3 .apsc-each-profile a.apsc-twitter-icon:hover .apsc-count{
background-color:#1dcaff;
}
.apsc-theme-3 .apsc-each-profile a.apsc-instagram-icon:hover .social-icon{
color:#3f729b;
}
.apsc-theme-3 .apsc-each-profile a.apsc-instagram-icon:hover .apsc-count{
background-color:#3f729b;
}
.apsc-theme-3 .apsc-each-profile a.apsc-facebook-icon:hover .social-icon{
color:#3b5998;
}
.apsc-theme-3 .apsc-each-profile a.apsc-facebook-icon:hover .apsc-count{
background-color:#3b5998;
}
.apsc-theme-3 .apsc-each-profile a.apsc-google-plus-icon:hover .social-icon{
color:#dd4b39;
}
.apsc-theme-3 .apsc-each-profile a.apsc-google-plus-icon:hover .apsc-count{
background-color:#dd4b39;
}
.apsc-theme-3 .apsc-each-profile a.apsc-edit-icon:hover .social-icon{
color:#837d7d;
}
.apsc-theme-3 .apsc-each-profile a.apsc-edit-icon:hover .apsc-count{
background-color:#837d7d;
}
/********************************************Theme 4 css*******************************************************/
.apsc-theme-4 .apsc-each-profile {
float: left;
margin: 5px;
}
.apsc-theme-4 .social-icon {
display: inline-block;
position:relative;
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-each-profile a{
padding: 2px 9px 2px 6px;
display: block;
color: #fff;
position:relative;
border-radius: 4px;
}
.apsc-theme-4 .apsc-each-profile a .fa{
transform: translateZ(0px);
-webkit-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-each-profile a:hover .fa{
transform: scale(1.3) translateZ(0px);
-webkit-transform:scale(1.3) translateZ(0px);
-ms-transform: scale(1.3) translateZ(0px);
}
.apsc-theme-4 .social-icon .fa {
display: inline-block;
font-size: 18px;
vertical-align: middle;
}
.apsc-theme-4 .media-name {
display: inline-block;
font-size: 14px;
padding: 0 6px 0 5px;
text-transform: capitalize;
}
.apsc-theme-4 .apsc-count {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
color: #fff;
display: inline-block;
font-size: 14px;
text-align: center;
position:relative;
font-family: 'MyriadPro-Bold';
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-media-type {
display: none;
}
/********************************************Theme 5 css*******************************************************/
.apsc-theme-5 .apsc-each-profile {
min-height: 60px;
text-align: center;
width: 60px;
margin: 5px;
}
.apsc-theme-5 .apsc-each-profile a{
padding: 6px;
display: block;
color: #fff;
position:relative;
border-radius: 5px;
transform: translateZ(0px);
-webkit-transform: translateZ(0px);
-ms-transform: translateZ(0px);
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";/*IE 8*/
-moz-box-shadow: 1px 1px 2px #b3b3b3;/*FF 3.5+*/
-webkit-box-shadow: 1px 1px 2px #b3b3b3;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 1px 2px #b3b3b3;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3); /*IE 5.5-7*/
transition: all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}
.entry-content .apsc-each-profile a{
border:none;
}
.social-icon {
display: block;
}
.apsc-theme-5 .apsc-count {
font-size: 12px;
display: block;
line-height: 12px;
padding: 3px 0 0;
}
.apsc-theme-5 .social-icon .fa {
font-size: 34px;
}
.apsc-theme-5 .social-icon {
height: 34px;
}
.apsc-theme-5 .media-name {
display: none;
}
.apsc-theme-5 .apsc-media-type {
display: none;
}
.apsc-theme-5 .apsc-each-profile a:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
transform: scale(0.8);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
}
/************************************************responsive*************************************************************/
@media screen and (max-width:479px){
.apsc-theme-4 .apsc-each-profile a,.apsc-theme-3 .apsc-each-profile a {
display: inline-block;
}
.apsc-theme-4 .apsc-each-profile ,.apsc-theme-3 .apsc-each-profile{
float: none;
}
}

View File

@@ -0,0 +1,54 @@
/* This CSS file loads only when admin top bar is displayed on frontend */
.admin-bar .page_header.affix {
top: 32px;
}
.admin-bar .toggle_menu_side {
top: 50px;
}
.modal-open .page_header_wrapper,
.modal-open .page_header.affix,
.modal-open .modal#search_modal {
top: 32px;
}
@media (max-width: 991px) {
.admin-bar .sf-menu,
.admin-bar .toggle_menu.mobile-active {
top: 35px;
}
}
@media (max-width: 782px) {
.admin-bar .page_header.affix {
top: 46px;
}
.modal-open .page_header_wrapper,
.modal-open .page_header.affix,
.modal-open .modal#search_modal {
top: 46px;
}
}
@media (max-width: 600px) {
html, body {
position: static !important;
}
.admin-bar .page_header.affix {
top: 0;
}
.modal-open .page_header_wrapper,
.modal-open .page_header.affix,
.modal-open .modal#search_modal {
top: 0;
}
.admin-bar .sf-menu,
.admin-bar .toggle_menu.mobile-active {
top: 40px;
}
}

View File

@@ -0,0 +1,28 @@
/*
Admin dashboard styles
*/
/*Show bootstrap width option only in footer widget area*/
.widget_bootstrap_width,
.widget_bootstrap_custom_width{
display: none;
}
#sidebar-footer .widget_bootstrap_width,
#sidebar-footer-secondary .widget_bootstrap_width,
#sidebar-footer .widget_bootstrap_custom_width,
#sidebar-footer-secondary .widget_bootstrap_custom_width,
#accordion-section-sidebar-widgets-sidebar-footer .widget_bootstrap_width {
display: block;
}
/*Hidding bullets in list of predefined page, section and column templates*/
div .fw-builder-templates-types > .fw-builder-templates-type ul.std li {
list-style: none;
}
/*Hiding Booked plugin default color chooser*/
#booked-admin-panel-container #booked-general > .section-row:nth-last-child(2) {
display: none !important;
}
/*fixing format dropdown in TinyMCE editor in Unyson popup*/
.mce-panel.mce-menu {
z-index: 100100 !important;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,15 @@
.login .button {
text-shadow: none;
border: none;
text-transform: uppercase;
border-radius: 0;
box-shadow: none;
height:auto !important;
padding: 10px 20px !important;
border: none !important;
}
.login h1 a {
background: none;
text-indent: 0;
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,303 @@
/**
* selectize.css (v0.11.2)
* Copyright (c) 2013 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
* ANY KIND, either express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*
* @author Brian Reavis <brian@thirdroute.com>
*/
.field-select {
margin-bottom:10px;
}
.custom-checkbox input[type=checkbox],
.custom-radio input[type=radio] {
margin-left: auto !important;
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
-webkit-box-shadow: inset 0 0 12px 4px #ffffff;
box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: '!';
visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
position: relative;
padding: 5px 8px;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
position: absolute;
right: 8px;
top: 50%;
color: #303030;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
position: relative;
padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
z-index: 1;
/* fixes ie bug (see #392) */
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17px;
text-align: center;
font-weight: bold;
font-size: 12px;
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 2px 0 0 0;
border-left: 1px solid #d0d0d0;
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: #ffffff;
}
.selectize-control {
position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
color: #303030;
font-family: inherit;
-webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
background: #ffffff;
cursor: text;
display: inline-block;
}
.selectize-input {
padding: 12px;
display: inline-block;
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
}
.selectize-control.multi .selectize-input.has-items {
padding: 6px 8px 3px;
}
.selectize-input.full {
background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
cursor: default !important;
}
.selectize-input.focus {
}
.selectize-input.dropdown-active {
}
.selectize-input > * {
vertical-align: baseline;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.selectize-control.multi .selectize-input > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 2px 6px;
background: #f2f2f2;
color: #303030;
border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
background: #e8e8e8;
color: #303030;
border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
color: #7d7d7d;
background: #ffffff;
border: 0 solid #ffffff;
}
.selectize-input > input {
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
height: auto !important;
font-size: inherit !important;
margin: 0 2px 0 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
display: none;
}
.selectize-input > input:focus {
outline: none !important;
}
.selectize-input::after {
content: ' ';
display: block;
clear: left;
}
.selectize-input.dropdown-active::before {
content: ' ';
display: block;
position: absolute;
background: #f0f0f0;
height: 1px;
bottom: 0;
left: 0;
right: 0;
}
.selectize-dropdown {
position: absolute;
z-index: 10;
background: #ffffff;
border-top: 0 none;
}
.selectize-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
background: rgba(125, 168, 208, 0.2);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
color: #303030;
background: #ffffff;
cursor: default;
}
.selectize-dropdown .active {
background-color: #f5fafd;
color: #495c68;
}
.selectize-dropdown .active.create {
color: #495c68;
}
.selectize-dropdown .create {
color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}
.selectize-control.single .selectize-input:after {
content: ' ';
display: block;
position: absolute;
top: 50%;
right: 15px;
margin-top: -3px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
margin-top: -4px;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
left: 15px;
right: auto;
}
.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
opacity: 0.5;
background-color: #fafafa;
}

File diff suppressed because it is too large Load Diff