Current Directory: /home/astoriaah/www/media/com_sh404sef/assets/css/dist
Viewing File: /home/astoriaah/www/media/com_sh404sef/assets/css/dist/theme-b6d601e205.default.css
/**
* @ant_title_ant@
*
* @author @ant_author_ant@
* @copyright @ant_copyright_ant@
* @package @ant_package_ant@
* @license @ant_license_ant@
* @version @ant_version_ant@
* @date @ant_current_date_ant@
*/
/*! Copyright Weeblr llc 2020 */
/**
* @ant_title_ant@
*
* @author @ant_author_ant@
* @copyright @ant_copyright_ant@
* @package @ant_package_ant@
* @license @ant_license_ant@
* @version @ant_version_ant@
* @date @ant_current_date_ant@
*/
/* Responsive definitions **********************************************************************************************/
/* Utilities ***********************************************************************************************************/
/* Utilities ***********************************************************************************************************/
/* Shared definitions **************************************************************************************************/
/* Margins */
.wb-mr-right-05 {
margin-right: 0.5em;
}
.wb-mr-right-1 {
margin-right: 1em;
}
.wb-mr-left-05 {
margin-left: 0.5em;
}
.wb-mr-left-1 {
margin-left: 1em;
}
/* font size */
.wb-xs {
font-size: 0.25em;
}
.wb-s {
font-size: 0.5em;
}
.wb-sm {
font-size: 0.75em;
}
.wb-m {
font-size: 1em;
}
.wb-l {
font-size: 1.25em;
}
.wb-xl {
font-size: 1.5em;
}
.wb-xxl {
font-size: 2em;
}
.wb-xxxl {
font-size: 3em;
}
/* Centered icon */
.wb-icon {
display: flex;
justify-content: center;
align-items: center;
}
/** Colors variables */
.wbl-theme-default {
/** Buttons shapes and backgrounds **/
/** Dropdowns **/
/** Forms **/
}
.wbl-theme-default .btn {
border: 0 !important;
border-radius: 0.2em !important;
box-shadow: none !important;
outline: none !important;
background: #dde3cc;
padding: 0.5em 1em;
text-shadow: none;
display: inline-block;
line-height: 26px;
cursor: pointer;
}
.wbl-theme-default .btn:active,
.wbl-theme-default .btn:focus,
.wbl-theme-default .btn:active a,
.wbl-theme-default .btn:focus a {
background: #dde3cc;
}
.wbl-theme-default .btn:hover,
.wbl-theme-default .btn:hover a {
background: #6e97cc;
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.wbl-theme-default .btn-primary {
border: 0 !important;
border-radius: 0.2em !important;
box-shadow: none !important;
outline: none !important;
background: #327dcb;
color: #ffffff;
}
.wbl-theme-default .btn-primary:hover {
background: #ffac2f;
}
.wbl-theme-default .chzn-container:active,
.wbl-theme-default .chzn-container:focus {
outline: 0;
}
.wbl-theme-default .chzn-container-single .chzn-single,
.wbl-theme-default .chzn-container-single .chzn-drop,
.wbl-theme-default .chzn-container-active .chzn-single {
padding-top: 0.25em;
padding-bottom: 0.25em;
border: 0;
border-radius: 0;
box-shadow: none;
background: #dde3cc;
color: #555555;
text-shadow: none;
height: auto;
line-height: 26px;
}
.wbl-theme-default .chzn-container-active.chzn-with-drop .chzn-single {
background: #dde3cc;
border: 0;
border-radius: 0;
box-shadow: none;
}
.wbl-theme-default .chzn-container-active.chzn-with-drop .chzn-drop {
background: #dde3cc;
border-bottom: 1em solid #dde3cc;
border-bottom: 1em solid rgba(221, 227, 204, 0.8);
background-clip: padding-box;
border-radius: 0;
color: #fff;
}
.wbl-theme-default .chzn-container-active.chzn-with-drop .chzn-drop ul {
margin: 0 -1px 0 -1px;
padding: 0;
color: #333333;
}
.wbl-theme-default .chzn-container-active.chzn-with-drop .chzn-drop li:hover {
background: #ffac2f;
}
.wbl-theme-default label,
.wbl-theme-default input,
.wbl-theme-default select {
max-width: 200px;
width: 200px;
height: auto;
line-height: 26px;
}
.wbl-theme-default input {
padding: 0 0.25em;
}
.wbl-theme-default input[type="text"]:focus,
.wbl-theme-default input[type="datetime"]:focus,
.wbl-theme-default textarea:focus,
.wbl-theme-default select:focus,
.wbl-theme-default .chzn-container-active .chzn-choices {
border-color: inherit;
-webkit-box-shadow: none;
box-shadow: none;
}
.wbl-theme-default-disabled {
/* Labels and badges */
}
.wbl-theme-default-disabled .label,
.wbl-theme-default-disabled .badge {
border: 0 !important;
border-radius: 0.2em !important;
box-shadow: none !important;
outline: none !important;
padding: 0.5em 1em;
text-shadow: none;
cursor: default;
font-size: 1em;
font-weight: normal;
}
.wbl-theme-default-disabled .label-info,
.wbl-theme-default-disabled .badge-info {
background: #6e97cc;
}
.wbl-theme-default-disabled .label-success,
.wbl-theme-default-disabled .badge-success {
background: #6e97cc;
}
.wbl-theme-default-disabled .label-important,
.wbl-theme-default-disabled .badge-important {
background: #b55b70;
}
.wbl-theme-default-disabled .label-danger,
.wbl-theme-default-disabled .badge-danger {
background: #ffac2f;
}