/* Base-CSS to contain basic variables and then to be included into all other css */
/*########## compass mixins ########## */
/*########## colors ##########*/
/* Base-CSS to contain basic variables and then to be included into all other css */
/*########## compass mixins ########## */
/*########## colors ##########*/
/** Contao Open Source CMS  Copyright (c) 2005-2014 Leo Feyer  @package Core @link    https://contao.org @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL */
/** Since fieldset borders are removed in the reset style sheet, adjust the legends accordingly */
legend { width: 100%; display: block; font-weight: bold; }

/** Text fields and textareas */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="month"], input[type="range"], input[type="week"], input[type="url"], textarea, select { width: 100%; display: inline-block; padding: 3px 6px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: inset 0 1px 1px #eee; -webkit-box-shadow: inset 0 1px 1px #eee; box-shadow: inset 0 1px 1px #eee; -moz-transition: all .15s linear; -webkit-transition: all .15s linear; -o-transition: all .15s linear; transition: all .15s linear; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="text"].error, input[type="password"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="email"].error, input[type="number"].error, input[type="search"].error, input[type="tel"].error, input[type="time"].error, input[type="month"].error, input[type="range"].error, input[type="week"].error, input[type="url"].error, textarea.error, select.error { border-color: #C43100; }

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="month"]:focus, input[type="range"]:focus, input[type="week"]:focus, input[type="url"]:focus, textarea:focus { outline: 0; background: #fcfcfc; border-color: #bbb; }

/** Fix some width and height settings */
input[type="file"] { cursor: pointer; }

select, input[type="file"] { display: block; }

input[type="file"], input[type="image"], input[type="submit"], input[type="upload"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] { width: auto; }

textarea, select[multiple], select[size] { height: auto; }

/** Checkboxes and radio buttons */
input[type="radio"], input[type="checkbox"] { margin: 0 3px 0 0; }

input[type="radio"], input[type="checkbox"], label { vertical-align: middle; }

/** Handle disabled and read-only */
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] { cursor: not-allowed; background: #eee; }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] { background: transparent; }

/** Buttons */
input[type="submit"], input[type="upload"], .button { display: inline-block; padding: 4px 15px 4px 14px; margin-bottom: 0; text-align: center; vertical-align: middle; line-height: 16px; font-size: 11px; color: #000; cursor: pointer; border: 1px solid #ccc; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: #ececec; background-image: -moz-linear-gradient(top, #fff, #ececec); background-image: -webkit-linear-gradient(top, #fff, #ececec); background-image: -ms-linear-gradient(top, #fff, #ececec); background-image: -o-linear-gradient(top, #fff, #ececec); background-image: linear-gradient(to bottom, #ffffff, #ececec); background-repeat: repeat-x; -moz-transition: background .15s linear; -webkit-transition: background .15s linear; -o-transition: background .15s linear; transition: background .15s linear; margin-top: 20px; }

input[type="submit"]:hover, .button:hover { text-decoration: none; background-position: 0 -15px !important; }

input[type="submit"]:active, .button:active { background-color: #e6e6e6; background-position: 0 -30px !important; }

#error_container { color: #C43100; }

.mce-tinymce { margin-top: 5px !important; }

.label { font-size: 0.85em; }

fieldset.boxed { border: 1px solid #222; background: #ffffff; border-radius: 3px; padding: 5px; }

fieldset.boxed > legend { background: #ffffff; color: #222; padding: 5px 10px; border-radius: 3px; box-shadow: 0 0 0 1px #222; margin-left: 20px; width: inherit; }

.radio_container .options span, .checkbox_container .options span { display: block; }

.form_float .options span { float: left; margin-right: 10px; }
