File: /home/oscasa/public_html/plugins/system/t3/admin/css/admin.css
/**
*------------------------------------------------------------------------------
* @package T3 Framework for Joomla!
*------------------------------------------------------------------------------
* @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @authors JoomlArt, JoomlaBamboo, (contribute to this project at github
* & Google group to become co-author)
* @Google group: https://groups.google.com/forum/#!forum/t3fw
* @Link: http://t3-framework.org
*------------------------------------------------------------------------------
*/
/* -------------------------------------------------*/
/* T3 ADMIN STYLE
----------------------------------------------------*/
@import "../fonts/fa3/css/font-awesome.css";
body {
background: #fff;
color: #555;
line-height: 20px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
}
/* Need to redefine cause of Default Joomla Style */
.subhead-collapse,
.container-main,
#content-box {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #555;
}
a {
color: #07b;
text-decoration: none;
}
a:visited {
color: inherit;
}
a:hover, a:active, a:focus {
color: #07b;
outline: none;
text-decoration: underline;
}
.dropdown-menu {
border-radius: 0;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
background: #4f4f4f;
text-shadow: none !important;
}
.dropdown-menu a:visited {
color: #666;
}
hr {
margin: 0;
}
.t3-admin-form .disabled {
pointer-events: none;
cursor: default;
opacity: .3;
}
/* ADMIN LAYOUT
---------------------------------------------------*/
.subhead-collapse,
.container-main,
#content-box {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #555;
}
.container-fluid {
padding-right: 0;
padding-left: 0;
}
.subhead-collapse {
height: 47px;
}
.subhead {
margin-bottom: 0;
text-shadow: none;
}
.t3-admin-form {
background-color: white;
}
/* Title & Toolbar
/* ---------------- */
.header {
background: #333;
padding: 10px 20px;
}
.header .container-logo {
text-align: left;
}
.header .container-logo .logo {
}
.navbar .admin-logo {
padding-left: 10px;
text-decoration: none;
}
/* Page Tittle ---*/
.page-title {
text-shadow: none;
line-height: 32px;
}
.page-title h1 {
line-height: normal;
}
h1.page-title small {
color: rgba(255,255,255,.7);
font-size: 85%;
display: inline-block;
margin-left: 10px;
}
/* Toolbar ---*/
#t3-admin-toolbar {
margin: 0;
padding: 10px 20px;
position: relative;
}
#t3-admin-toolbar button {
top: 0;
}
#t3-admin-toolbar .btn-group {
margin-left: 10px;
}
#t3-admin-toolbar #t3-admin-tb-save {
margin-right: 20px;
margin-left: 0;
}
#t3-admin-toolbar #t3-admin-tb-close {
margin-left: 30px;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
line-height: 1;
font-size: 14px;
}
#t3-admin-toolbar button {
background-image: none;
}
/* Loading */
#t3-admin-tb-recompile .icon-loading,
#t3-admin-tb-recompile.loading .icon-code {
display: none;
}
#t3-admin-tb-recompile.loading .icon-loading {
display: inline-block;
background: url(../images/loading.gif) no-repeat !important;
width: 14px;
height: 14px;
margin-bottom: -2px;
}
/* Header
--------- */
.t3-admin-header {
background: #eee;
padding: 0;
line-height: normal;
text-shadow: none;
}
/* ADMIN MAIN NAVIGATION
---------------------------------------------------*/
.t3-admin-nav .tab-content {
overflow: visible;
padding: 0;
background: #fff;
}
.t3-admin-nav .tab-pane {
}
/* THE NAV
----------- */
.t3-admin-nav .nav-tabs {
margin: 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #eee;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 0;
}
.t3-admin-nav .nav-tabs > li {
margin-bottom: -1px;
margin-right: 20px;
margin-left: 20px;
position: relative;
}
.t3-admin-nav .nav-tabs > li > a {
color: #555;
border-radius: 0;
border: 0;
border-bottom: 5px solid transparent;
margin: 0;
padding: 15px 0 10px;
font-weight: bold;
text-align: center;
}
.t3-admin-nav .nav-tabs > li > a:hover {
border: 0;
border-bottom: 5px solid #07b;
color: #000;
background: transparent;
}
.t3-admin-nav .nav-tabs > .active > a,
.t3-admin-nav .nav-tabs > .active > a:hover {
border: 0;
color: #000;
font-weight: bold;
background: transparent;
border-bottom: 5px solid #07b;
}
/* ADMIN TAB NAVIGATIONS
---------------------------------------------------*/
.t3-admin-inline-nav {
margin: 15px -20px 20px;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
background: #eee;
border-top: 1px solid #e6e6e6;
position: relative;
}
.t3-admin-inline-nav .nav-tabs {
padding: 0 20px;
margin: 0;
}
.t3-admin-inline-nav .nav-tabs > li {
margin-right: 40px;
}
.t3-admin-inline-nav .nav-tabs > li > a {
padding: 15px 0;
color: #555;
text-shadow: none;
border: 0 !important;
position: relative;
font-weight: bold;
}
.t3-admin-inline-nav .nav-tabs > li > a:hover {
color: #000;
background: none;
border: 0 !important;
}
.t3-admin-inline-nav .nav-tabs > .active > a,
.t3-admin-inline-nav .nav-tabs > .active > a:hover {
color: #000;
background: none;
border: 0 !important;
}
.t3-admin-inline-nav .nav-tabs > .active > a:before {
position: absolute;
bottom: 0;
left: 50%;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #bbb;
border-left: 7px solid transparent;
content: '';
margin-left: -6px;
}
.t3-admin-inline-nav .nav-tabs > .active > a:after {
position: absolute;
bottom: 0;
left: 50%;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-left: 6px solid transparent;
content: '';
margin-left: -5px;
}
/* ADMIN TOOLBOX
---------------------------------------------------*/
.admin-inline-toolbox {
margin: 15px 0 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
background: #eee;
border-bottom: 1px solid #e6e6e6;
border-top: 1px solid #e6e6e6;
}
.admin-inline-toolbox ul {
margin: 0;
padding: 0;
}
.admin-inline-toolbox li {
margin: 0;
padding: 0;
display: inline-block;
list-style: none;
}
/* Fullscreen Toggle */
.t3-admin-tog-fullscreen {
border: 1px solid #ccc;
background: #e6e6e6;
padding: 5px 10px;
}
/* ADMIN FORMS
---------------------------------------------------*/
/* Reset --- */
form label, form span.faux-label,
input#jform_title, input#jform_leveltitle, input#jform_grouptitle {
font-size: 100%;
}
fieldset input,
fieldset textarea,
fieldset select,
fieldset img,
fieldset button {
margin: 0;
float: none;
}
.t3-admin-form form {
margin: 0;
}
.form-horizontal fieldset label,
.form-horizontal fieldset span.faux-label {
float: none;
clear: none;
margin: 0;
}
.form-horizontal fieldset li {
padding: 0;
}
.form-horizontal span.disabled,
.form-horizontal p.error {
padding-top: 8px;
display: block;
}
#system-message dd.message ul {
margin: 0;
}
label#jform_title-lbl,
label#jform_leveltitle-lbl,
label#jform_grouptitle-lbl {
padding-top: 0;
}
fieldset p {
font-size: 100%;
margin-bottom: 10px;
}
/* make sure the input look the same from 2.5 to 3 */
select, textarea,
input[type="text"], input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"], input[type="month"],
input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"],
input[type="tel"], input[type="color"], .uneditable-input,
.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn {
height: 22px;
line-height: 22px;
border-radius: 0;
font-size: 14px;
}
select, input[type="file"] {
height: 32px;
line-height: 32px;
}
/* Focus State */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
border-color: #07b;
box-shadow: none;
}
/* Options */
.popover select {
font-size: 12px;
line-height: 1.5;
}
.popover select option {
padding-top: 3px;
padding-bottom: 3px;
}
/* Legends
---------- */
.t3-admin-form-legend {
background: #f2f2f2;
padding: 15px 20px 15px 22%;
border: 0;
margin-top: -1px;
margin-bottom: 0;
line-height: normal;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
font-size: 18px;
font-weight: bold;
text-indent: 0;
}
.t3-admin-fieldset-desc + * + .t3-admin-form-legend{
border-top: 1px solid #ccc;
margin-top: 0;
}
.t3-admin-form-legend-desc {
display: block;
font-weight: normal;
font-size: 12px;
margin-top: 5px;
}
/* Group
---------- */
.t3-form-group {
background-color: whiteSmoke;
padding: 12px 20px 10px 290px;
margin-bottom: 0;
border-top: 1px solid #e6e6e6;
line-height: normal;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
font-size: 14px;
}
.t3-form-group strong {
color: #444;
}
.t3-form-group span {
display: none;
}
/* Form Controls
---------------*/
.t3-admin-form .form-horizontal .t3-control-group {
margin: 0;
padding: 0;
border-bottom: 1px solid #e6e6e6;
background: #fff;
}
.t3-admin-form .form-horizontal .t3-control-label {
width: 22%;
padding: 20px 20px 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
text-shadow: none;
text-align: right;
}
.t3-admin-form .form-horizontal .t3-control-label > label {
font-weight: bold;
display: inline-block;
}
.t3-admin-form .form-horizontal .t3-controls {
padding: 15px 20px;
text-align: left;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
margin-left: 22%;
background: #fff;
border-left: 1px solid #e6e6e6;
}
/* Clearfix for form coltrol */
.t3-admin-form .form-horizontal .controls {
*zoom: 1;
}
.t3-admin-form .form-horizontal .controls:before,
.t3-admin-form .form-horizontal .controls:after {
display: table;
content: "";
line-height: 0;
}
.t3-admin-form .form-horizontal .controls:after {
clear: both;
}
/* Header Form Control ---*/
.t3-admin-form .form-horizontal .t3-admin-header .control-group {
width: auto !important;
display: block;
float: left;
margin: 0;
padding: 15px 0 15px 20px;
border: 0;
background: none;
box-shadow: none;
height: 30px;
}
.t3-admin-form .form-horizontal .t3-admin-header .control-group.hide {
display: none;
}
.t3-admin-form .form-horizontal .t3-admin-header .control-label {
width: auto !important;
display: block;
float: left;
padding: 8px 0 0 0;
}
.t3-admin-form .form-horizontal .t3-admin-header .t3-control-label > label {
font-weight: normal;
}
.t3-admin-form .form-horizontal .t3-admin-header .controls {
margin: 0 0 0 10px;
width: auto !important;
display: block;
float: left;
padding: 0;
background: none;
}
.t3-admin-form .form-horizontal .t3-admin-header .inputbox,
.t3-admin-form .form-horizontal .t3-admin-header .input {
width: 250px;
font-weight: bold;
}
/* Radio
--------*/
/* Radio Button Groups ---*/
.t3onoff {
width: 90px;
height: 30px;
white-space: nowrap;
overflow: hidden;
display: block;
padding: 0 !important;
position: relative;
border: 1px solid #aaa;
border-radius: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.t3onoff input[type=radio] {
display: none;
}
.t3onoff label {
width: 90px;
height: 30px;
overflow: hidden;
display: block;
border-radius: 0;
position: absolute;
top: -1px;
left: -1px;
z-index: 1;
text-transform: uppercase;
background: url(../images/blank.gif) no-repeat transparent;
text-indent: -999em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* use before as background */
.t3onoff label:before {
content: "ON";
display: block;
position: absolute;
top: 0;
border-radius: 0;
width: 90px;
height: 30px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-indent: 0;
color: white;
padding: 6px 18px;
font-weight: normal;
}
/* use after as switch */
.t3onoff label:after {
content: "";
display: block;
position: absolute;
top: 0;
border-radius: 0;
border: 1px solid #aaa;
width: 34px;
height: 28px;
background: #fff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.t3onoff label.off:before {
content: "OFF";
text-align: right;
color: #555;
}
/* active label should be under => so inactive can be clickable */
.t3onoff label.active {
z-index: 0;
}
/* off background */
.t3onoff label.off:before {
background: #eee;
left: 100%;
}
.t3onoff label.off.active:before {
left: 0%;
}
/* on background */
.t3onoff label.on:before {
background: #690;
left: -100%;
}
.t3onoff label.on.active:before {
left: -0%;
}
/* off switch */
.t3onoff label.off:after {
left: 60%;
}
.t3onoff label.off.active:after {
left: 0%;
}
/* on switch */
.t3onoff label.on:after {
left: 0%;
}
.t3onoff label.on.active:after {
left: 60%;
}
/* btn group radio */
fieldset.radio.btn-group .btn {
min-width: 28px;
text-transform: uppercase;
}
fieldset.radio.btn-group .btn.active {
background: #690;
border-color: #5c8b00;
color: #fff;
}
/* Selectbox
--------------*/
fieldset select {
width: 220px;
}
/* Buttons
---------- */
.btn {
line-height: 22px;
background-image: none;
text-shadow: none;
outline: none !important;
background-color: #f2f2f2;
border-color: #ccc;
position: relative;
border-radius: 0 !important;
box-shadow: none;
}
.btn:hover, .btn:focus {
background-color: #e6e6e6;
border-color: #b1b1b1;
box-shadow: none;
}
.btn.active, .btn:active {
box-shadow: none;
background-color: #ccc;
border-color: #aaa;
}
.btn-group > .btn + .dropdown-toggle {
box-shadow: none;
}
.btn-primary,
button.btn-primary {
color: #fff;
text-shadow: none;
background-color: #07b;
border-color: #0067a2;
}
.btn-primary:hover,
button.btn-primary:hover,
.btn-primary:focus,
button.btn-primary:focus {
color: #fff;
background: #0067a2;
border-color: #005a8d;
}
.btn-primary:active,
.btn-primary.active,
button.btn-primary:active {
background: #0067a2;
}
.btn-success {
background: #690;
border-color: #5c8b00;
box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
border-color: #4b7100;
background: #5c8b00;
}
.btn-success.disabled,
.btn-success[disabled] {
opacity: .5;
}
.btn-group.open .btn-success.dropdown-toggle {
background: #5c8b00;
}
.btn-danger {
background: #ee372a;
border-color: #c62e23;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
background: #c62e23;
border-color: #b42a20;
}
/* Textarea
------------*/
.t3-admin-form .form-horizontal textarea {
width: 440px;
height: 80px;
}
/* Misc
------- */
.t3-admin-form .form-horizontal .media-preview .hasTipPreview {
position: relative;
z-index: 10;
}
/* Fixed control for fullscreen
------- */
.t3-admin-control-fixed {
position: absolute;
top: 73px;
left: 0;
right: 0;
padding: 20px !important;
margin: 0 !important;
z-index: 10;
}
/* USERS INTERACTION ELEMENTS
---------------------------------------------------*/
/* DESC
---------- */
.t3-admin-fieldset-desc {
padding: 12px 20px;
background: #f2f2f2;
}
/* MESSAGES
---------- */
#system-message-container {
margin: 0;
padding: 0;
}
#system-message-container dl {
margin: 0;
padding: 0;
}
/* System Messages */
#system-message {
margin-bottom: 0;
padding: 0;
}
#system-message > dt {
font-weight: bold;
display: none;
}
#system-message > dd {
margin: 0;
font-weight: bold;
text-indent: 30px;
}
#system-message > dd > ul {
color: #0055BB;
background-position: 4px top;
background-repeat: no-repeat;
margin-bottom: 10px;
list-style: none;
padding: 10px;
border-top: 3px solid #84A7DB;
border-bottom: 3px solid #84A7DB;
}
#system-message > dd > ul > li {
line-height: 1.5em;
}
/* System Standard Messages */
#system-message > .message > ul {
background-color: #C3D2E5;
background-image: url(../images/notice-info.png);
}
/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
color: #c00;
}
#system-message > .error > ul {
background-color: #E6C0C0;
background-image: url(../images/notice-alert.png);
border-color: #DE7A7B;
}
/* System Warning Messages */
#system-message > .warning > ul {
background-color: #E6C8A6;
background-image: url(../images/notice-note.png);
border-color: #FFBB00;
}
/* System Notice Messages */
#system-message > .notice > ul {
background-color: #EFE7B8;
background-image: url(../images/notice-note.png);
border-color: #F0DC7E;
}
/* TOOLTIP
--------- */
.tip-wrap {
z-index: 9999;
padding: 0;
text-align: left;
}
.tip-wrap .tip {
background: #555;
color: #fff;
border: 1px solid #000;
padding: 10px 20px;
max-width: 400px;
border-radius: 0;
box-shadow: 1px 2px 2px rgba(0,0,0,.25);
}
.tip-wrap .tip-title {
padding: 0;
margin: 0;
font-size: 14px;
font-weight: bold;
margin-top: -20px;
margin-bottom: 5px;
padding-top: 20px;
padding-bottom: 5px;
background: url(../images/selector-arrow.png) no-repeat;
}
.tip-wrap .tip-text {
font-size: 12px;
margin: 0;
}
/* PROGRESS BAR
--------------- */
.t3-progress {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 0%;
opacity: 0;
height: 4px;
background: #f80;
pointer-events: none;
}
.t3-progress.t3-anim-slow {
-webkit-transition: width 5s ease-in;
transition: width 5s ease-in;
opacity: 1;
z-index: 100;
}
.t3-progress.t3-anim-finish {
-webkit-transition: width 0.5s ease-in, opacity 0.5s 0.5s;
transition: width 0.5s ease-in, opacity 0.5s 0.5s;
width: 100% !important;
opacity: 0;
z-index: 100;
}
/* CHANGED INDICATOR
-------------------- */
.t3-control-group.t3-changed .t3-control-label label,
.t3-admin-nav .nav-tabs > .t3-changed > a {
color: #f80;
}
.t3-admin-nav .nav-tabs > .t3-changed > a {
border-bottom-color: #f80;
border-bottom-width: 1px;
padding-bottom: 14px;
}
.t3-admin-nav .nav-tabs > .t3-changed > a:hover,
.t3-admin-nav .nav-tabs > .t3-changed > a:active,
.t3-admin-nav .nav-tabs > .t3-changed > a:focus,
.t3-admin-nav .nav-tabs > .active.t3-changed > a {
border-bottom-width: 5px;
padding-bottom: 10px;
}
/* GLOBAL BAGDE
-------------------- */
.t3-control-label.t3-admin-global label::after {
display: inline-block;
content: "Global";
font-size: 10px;
font-weight: normal;
line-height: normal;
padding: 3px 5px;
border-radius: 2px;
background: #ddd;
color: #666;
text-shadow: none;
margin-left: 10px;
top: -2px;
position: relative;
}
/* PLUGINS STYLES
--------------------------------------------------*/
/* Choosen
----------*/
/* @group Base */
.chzn-container {
font-size: 14px;
}
.chzn-container .chzn-drop {
background: #fff;
border: 1px solid #aaa;
border-top: 0;
/*top: 32px;*/
/*left: 0;*/
box-shadow: none;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
border-radius: 0;
border: 1px solid #ccc;
box-shadow: none;
height: auto;
line-height: 24px;
padding: 4px 0 4px 8px;
color: #555;
background: #fff;
}
.chzn-container-single .chzn-default {
color: #999;
}
.chzn-container-single .chzn-single span {
margin-right: 26px;
}
.chzn-container-single .chzn-single abbr {
right: 26px;
top: 10px;
}
.chzn-container-single .chzn-single div {
width: 20px;
}
.chzn-container-single .chzn-single div b {
background-position: 0 4px;
}
.chzn-container-single .chzn-search {
padding: 5px 4px;
overflow: hidden;
}
.chzn-container-single .chzn-search input {
background-image: url(../images/search-invert.png);
background-position: 95% center;
margin: 0;
padding: 2px 20px 2px 5px;
border: 1px solid #eee;
float: none;
}
.chzn-container-single .chzn-search input:focus {
border: 1px solid rgba(82, 168, 236, .6);
}
.chzn-container-single .chzn-drop {
margin-top: -2px;
border-radius: 0;
box-shadow: 0 2px 3px rgba(0,0,0,.15);
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
clear: both;
}
.chzn-container .chzn-results .highlighted {
background: #07b;
color: #fff;
}
.chzn-container .chzn-results li em {
background: #feffde;
font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
background: transparent;
}
.chzn-container .chzn-results .no-results {
background: #f4f4f4;
display: list-item;
}
.chzn-container .chzn-results .group-result {
cursor: default;
color: #999;
font-weight: bold;
}
.chzn-container .chzn-results-scroll {
background: white;
margin: 0 4px;
position: absolute;
text-align: center;
width: 321px; /* This should by dynamic with js */
z-index: 1;
}
.chzn-container .chzn-results-scroll span {
display: inline-block;
height: 17px;
text-indent: -5000px;
width: 9px;
}
.chzn-container .chzn-results-scroll-down {
bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
background-position: -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
background-position: -22px -3px;
}
/* @end */
/* @group Active */
.chzn-container-active .chzn-single {
box-shadow: none;
border: 1px solid #07b;
}
.chzn-container-active .chzn-single-with-drop {
border: 1px solid #aaa;
background: #fff;
border-bottom-left-radius : 0;
border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div b,
.chzn-container-active.chzn-with-drop .chzn-single div b {
background-position: -18px 5px;
}
.chzn-container-active .chzn-choices {
box-shadow: none;
border: 1px solid #07b;
}
.chzn-container-active .chzn-choices .search-field input {
color: #555 !important;
}
/* @end */
/* T3 Custom Chosen default icon*/
#t3-admin-layout-tpl-positions {
width: 248px;
}
#t3-admin-layout-tpl-positions select {
margin-bottom: 5px;
}
.t3-admin-layout-defbtn,
.t3-admin-layout-rmvbtn {
cursor: pointer;
margin-right: 5px;
z-index: 10;
}
/* ------------------------------------------------*/
/* Special Contents
---------------------------------------------------*/
/* Overview
---------------------------------------------------*/
.t3-admin-overview {
overflow: hidden;
}
.t3-admin-overview .section {
padding: 40px;
}
.t3-admin-overview .t3-admin-form-legend {
padding-left: 20px;
}
/* t3-admin-overview-block ---*/
.t3-admin-overview-block {
background: #f2f2f2;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
padding: 20px;
margin-bottom: 20px;
border-radius: 0;
font-size: 12px;
}
.t3-admin-overview-block h3 {
margin: 0 0 10px;
font-size: 14px;
line-height: normal;
}
/* Info list ---*/
.info {
}
.info dt,
.info dd {
display: block;
float: left;
margin: 0;
padding: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
}
.info dt {
width: 35%;
clear: left;
}
.info dd {
width: 64%;
clear: right;
}
/* Preview IMG ---*/
.t3-admin-prd-preview,
.tpl-preview {
border: 1px solid #ccc;
border-radius: 0;
padding: 10px;
margin-bottom: 20px;
}
.t3-admin-prd-preview img {
width: 100%;
border-radius: 0;
}
/* Overview ---*/
.t3-admin-overview-header {
margin-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
}
.t3-admin-overview-header h2 {
margin-top: 0;
margin-bottom: 20px;
font-size: 30px;
line-height: 40px;
font-weight: normal;
}
.t3-admin-overview-header h2 small {
font-size: 18px;
display: block;
}
.t3-admin-overview-body {
padding-left: 20px;
padding-right: 20px;
}
.t3-admin-overview-body h4 {
font-size: 18px;
font-weight: normal;
color: #999;
}
.t3-admin-overview-features {
margin: 0;
padding: 0;
list-style: none;
}
.t3-admin-overview-features li {
display: block !important;
float: left;
margin: 0 10px 10px 0 !important;
padding: 0 !important;
line-height: normal !important;
}
.t3-admin-overview-features li a,
.t3-admin-overview-features li a:visited {
padding: 6px 12px;
background: #e6e6e6;
border: 0;
border-radius: 0;
color: #555;
display: block;
}
.t3-admin-overview-features li a:hover,
.t3-admin-overview-features li a:active,
.t3-admin-overview-features li a:focus {
background: #07b;
color: #fff;
text-decoration: none;
}
/* Updater ---*/
.updater {
border-left: 3px solid #690;
}
.updater h3 {
color: #690;
}
.updater.outdated {
border-left: 3px solid #ee372a;
}
.updater.outdated h3 {
color: #ee372a;
}
.updater .btn {
}
.updater .btn:hover,
.updater .btn:active,
.updater .btn:focus {
}
/* Menu Assignment
---------------------------------------------------*/
.t3-admin-assignment {
overflow: hidden;
padding: 0;
position: relative;
}
.t3-admin-assignment .btn-toolbar {
margin-top: 0;
margin-bottom: 20px;
}
.t3-admin-assignment [class*="span"] {
margin: 0;
}
.t3-admin-assignment #menu-assignment {
margin-left: -10px;
}
.t3-admin-assignment #menu-assignment .menu-links {
column-count: 1;
}
.t3-admin-assignment #menu-assignment .menu-links > li.span3 {
width: 22.9282%;
}
.t3-admin-assignment .thumbnail {
box-shadow: none;
border-radius: 0;
font-size: 14px;
border: 5px solid #f2f2f2;
background: #f2f2f2;
height: 200px;
overflow-y: auto;
overflow-x: hidden;
margin: 10px;
padding: 10px;
}
.t3-admin-assignment h5 {
font-size: 14px;
margin: 0 0 10px;
color: #333;
}
.t3-admin-assignment .small {
font-size: 12px;
padding: 3px 0;
}
.t3-admin-assignment input[type="checkbox"] {
margin: 3px 5px 0 0;
}
.t3-admin-assignment .level1 {
padding-left: 0px;
}
.t3-admin-assignment .level2 {
padding-left: 30px;
}
.t3-admin-assignment .level3 {
padding-left: 60px;
}
.t3-admin-assignment .level4 {
padding-left: 90px;
}
.t3-admin-assignment .level5 {
padding-left: 120px;
}
/* Fix for Joomla! Default Admin Template
--------------------------------------------------*/
.icon-out-2::before,
.icon-checkbox-partial::before {
}
#t3-admin-toolbar .btn .caret {
margin-bottom: 0;
}
.alert {
border-radius: 0;
margin-bottom: 0;
}
.btn-success .icon-save::before {
color: #fff !important;
}
/* Fix for Font Awesome */
[class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "FontAwesome";
}
.icon-eye-open:before,
.icon-eye:before {
content: "\f06e";
}
.icon-joomla::before {
font-family: 'IcoMoon';
}
/* Fix for new Off-canvas Button */
.fa-bars:before {
font-family: "FontAwesome";
content: "\F0C9";
font-style: normal;
font-weight: normal;
}
/* Tooltips font is too small */
.tooltip {
font-size: 12px;
text-shadow: none;
border-radius: 0;
}
.tooltip-inner {
max-width: 200px;
padding: 12px;
border-radius: 0;
}
.tooltip-inner > strong {
font-size: 12px;
display: block;
margin-bottom: 5px;
}
.tooltip-inner > strong + br {
display: none;
}
/* Popover */
.popover {
border-radius: 0;
}
#tpl_positions_list_chzn {
margin-bottom: 10px;
}
/* -------------------------------------------------
/* Responsive
---------------------------------------------------*/
@media (max-width: 767px) {
.t3-admin-overview .section {
padding: 20px;
}
.t3-admin-overview-block {
margin-top: 20px;
margin-bottom: 0;
}
.t3-admin-overview-header h2 {
font-size: 20px;
}
.t3-admin-overview-header h2 small {
font-size: 14px;
}
.t3-admin-overview-body h4 {
font-size: 14px;
}
.t3-admin-form-legend,
.t3-admin-overview .t3-admin-form-legend {
font-size: 16px;
padding-left: 20px;
}
.t3-admin-form-legend small {
font-size: 14px;
}
.t3-admin-nav .nav-tabs > li > a {
padding: 12px 20px;
width: auto;
}
#t3-admin-toolbar button {
margin-bottom: 5px;
}
.t3-admin-form .form-horizontal .t3-admin-header .control-group {
float: none;
}
.t3-admin-assignment #menu-assignment .menu-links > li.span3 {
width: 100%;
}
}
.field-media-wrapper .input-prepend .button-select,
.field-media-wrapper .input-prepend .button-clear{
height: auto;
}