/*
Admina Template
Author: Chris Mooney (http://themeforest.net/user/ChrisMooney)

forms.css - CSS for form components
*/

.form p {
    margin-bottom:15px;
}
.form fieldset, .fieldset {
    background:#f5f5f5;
    border:1px solid #d9d9d9;
    margin:0 0 20px;
    padding:10px 20px 15px;
    clear:both;
    position:relative;
    min-height:20px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
body.ie7 fieldset, body.ie8 fieldset, body.ie7 .fieldset, body.ie8 .fieldset {
    padding:25px 20px 05px;
    margin-top:10px;
}
.form fieldset.collapsed > *, .fieldset.collapsed > *, .form fieldset.collapsed .button, .form fieldset.collapsed .element.fluid {
    display:none;
}
.form fieldset.collapsed legend, .fieldset.collapsed .legend {
    display:block;
    margin-left:0;
}
.form fieldset.collapsed, .fieldset.collapsed {
    background:none !important;
    border:none;
    padding:0;
    box-shadow: 0 0 0 transparent !important;
}
.form fieldset.grey {
    background:#f7f7f7;
    box-shadow:0px 1px 0px #fff inset;
    -moz-box-shadow:0px 1px 0px #fff inset;
    -webkit-box-shadow:0px 1px 0px #fff inset;
}
.form legend, .legend {
    background:url("../img/boxheader.gif") repeat-x scroll center top #E2E2E2;
    border:1px solid #ccc;
    font-size:93%;
    padding:5px 8px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
body.ie7 legend, body.ie8 legend, body.ie7 .legend, body.ie8 .legend {
    position:absolute;
    left:0;
    top:-10px;
}
.form legend a {
    background:url("../img/icons/16/bullet_toggle_plus.png") no-repeat right center;
    text-decoration:none;
    display:block;
    color:#181818;
    padding-right:20px;
}
.form legend a.collapse {
    background:url("../img/icons/16/bullet_toggle_minus.png") no-repeat right center;
}
.form label {
    display:block;
    text-align:left;
    cursor:hand;
    margin-bottom:10px;
}
.inline label {
    display:inline-block !important;
    margin-right:15px;
}
.inline select {
    margin-right:15px;
}
.form input, .form textarea, .form .chzn-container-multi .chzn-choices {
    background:#fefefe url(../img/input-bg.gif) repeat-x top;
    border:1px solid #ccc;
    padding:5px;
    color:#4d4d4d;
    /* width:150px; */
    -moz-border-radius:3px;
    -webkit-border:3px;
    border-radius:3px;
}
.form textarea {
    width:98%;
    resize: none;
}
.form input.small {
    width:50px;
}
.form input.large {
    width:200px;
}
.form input.larger {
    width:260px;
}
.form select {
    background:#fefefe url(../img/input-bg.gif) repeat-x top;
    border:1px solid #ccc;
    padding:5px;
    color:#4d4d4d;
    -moz-border-radius:3px;
    -webkit-border:3px;
    border-radius:3px;
    /*width:150px;*/
}
.form input[type=checkbox], .form input[type=radio] {
    width:auto;
    border:0;
    background:none;
    margin:0 10px 0 0;
}
/* Input Validation */
.form span.required {
    color:#F45D43;
    font-weight:700;
    font-size:131%;
}
.form input.success, .success.csv {
    background:#F1FFBF url("../img/icons/16/success.png") no-repeat 140px center;
    border-color:#A6D50F;
}
.form input.error, .form textarea.error, select.error {
    background:#FECDC6 url("../img/icons/16/error_form.png") no-repeat right center;
    border-color:#F45D43;
}
select.error {
    background-image: none;
}
.form input.warning, .form textarea.warning, select.warning {
    background:#FFECB0 url("../img/icons/16/warning_form.png") no-repeat right center;
    border-color:#FFBC2A;
}
.form input.info {
    background:#D4E7F5 url("../img/icons/16/information.png") no-repeat 140px center;
    border-color:#589AD7;
}
.form input.tip {
    background:#FFECCD url("../img/icons/16/tip.png") no-repeat 140px center;
    border-color:#DD9854;
}
.form input.success, .form input.error, .form input.warning, .form input.info, .form input.tip {
    width:150px;
}
.form p img {
    vertical-align:middle;
    margin-left:5px;
}
.form label.strong {
    font-weight:700;
}
.form.col label {
    float:left;
    width:140px;
    margin-top:5px;
    clear:left;
}
.ui-datepicker-trigger {
    padding:8px;
    cursor:pointer;
    float:left;
}
/* Stylish Switches */
.switch-enable, .switch-disable {
    display: block;
    float: left;
    line-height: 30px;
    border:1px solid #ccc;
    padding: 0 10px;
    background: url("../img/input-bg.gif") repeat-x top #FEFEFE;
    font-weight: 700;
    color:#333333;
}
.switch-enable {
    border-right:0;
    border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
}
.switch-disable {
    border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0;
}
.switch-disable.selected, .switch-enable.selected {
    color: #fff;
    padding: 0 10px;
}
.switch-disable.selected {
    background: #b04d44 url(../img/grad.png) repeat-x bottom;
    border:1px solid #96413b;
    border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0;
}
.switch-enable.selected {
    background: #88bc1f url(../img/grad.png) repeat-x bottom;
    border:1px solid #4f810f;
    border-right:0;
    border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
}
.switch-wrapper span {
    cursor: pointer;
}
.switch-wrapper input {
    display: none;
}
.switch-wrapper {
    clear:both;
    padding-bottom:25px;
}
/* Stylish Switches (Small) */
.switch-wrapper.small .switch-disable, .switch-wrapper.small .switch-enable {
    padding: 0 5px;
}
.switch-wrapper.small .switch-disable.selected {
    background: #b04d44 url(../img/grad.png) repeat-x bottom;
    border:1px solid #96413b;
    border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0;
}
.switch-wrapper.small .switch-enable.selected {
    background: #88bc1f url(../img/grad.png) repeat-x bottom;
    border:1px solid #4f810f;
    border-right:0;
    border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
}
.switch-wrapper.small .switch-enable, .switch-wrapper.small .switch-disable {
    font-size:85%;
    line-height:25px;
}
/* Progress Bars */
.progress-bar {
    background:url("../img/grad.png") repeat-x center bottom #FFFFFF;
    border:1px solid #808080;
    display:inline-block;
    padding:0;
    height: 20px;
    position:relative;
    text-align:center;
    width:100px;
    vertical-align:middle;
    box-shadow:0 2px 4px #808080 inset;
    -moz-box-shadow:0 2px 4px #808080 inset;
    -webkit-box-shadow:0 2px 4px #808080 inset;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
body.ie7 .progress-bar, body.ie8 .progress-bar {
    zoom:1;
    display:inline;
}
.progress-bar span {
    background-image:url("../img/grad.png");
    background-repeat:repeat-x;
    background-position:bottom center;
    border:1px solid rgba(0, 0, 0, 0.3);
    color:#fff;
    font-size:93%;
    position:absolute;
    left:0;
    bottom:0;
    top:0;
    line-height: 19px;
    text-shadow:0 -1px 0px rgba(0, 0, 0, 0.5);
    box-shadow:0 0 2px rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow:0 0 2px rgba(255, 255, 255, 0.4) inset;
    -webkit-box-shadow:0 0 2px rgba(255, 255, 255, 0.4) inset;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.progress-bar.blue > span {
    background-color:#589AD7;
}
.progress-bar.red > span {
    background-color:#F00;
}
.progress-bar.green > span {
    background-color:#A6D50F;
}
/* Buttons */

button, .button, input.button, .form input.button {
    cursor:pointer;
    display:inline-block;
    font-size:108%;
    font-weight:700;
    margin:0 5px 15px 0;
    outline:none;
    padding:10px 15px;
    width:auto;
    text-align:center;
    text-decoration:none !important;
    vertical-align:middle;
    background:#404040 url('../img/grad.png') repeat-x bottom;
    color:#fff !important;
    border-width:2px;
    border-style:groove;
    border:1px solid rgba(0, 0, 0, 0.2);
    box-shadow:0px 1px 0px rgba(225, 225, 225, 0.5) inset;
    -moz-box-shadow:0px 1px 0px rgba(225, 225, 225, 0.5) inset;
    -webkit-box-shadow:0px 1px 0px rgba(225, 225, 225, 0.5) inset;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
body.ie7 button, body.ie8 button, body.ie7 .button, body.ie8 .button {
    zoom:1;
    display:inline;
    border-width:1px;
    border-style:solid;
}
button:hover, .button:hover, .form .button:hover {
    background-color:#595959;
    background-image: url('../img/grad.png');
    text-decoration:none;
    outline:none;
}
button:active, .button:active, .form .button:active {
    position:relative;
    top:1px;
    outline:none;
    background-image: url('../img/grad-rev.png');
    background-position:top;
}
button.blue, .button.blue {
    background-color:#00A1CD;
}
body.ie7 button.blue, body.ie8 button.blue {
    border-color:#0080a4;
}
button.blue:hover, .button.blue:hover {
    background-color:#00b4e5;
}
button.green, .button.green {
    background-color:#A6D50F;
}
body.ie7 button.green, body.ie8 button.green {
    border-color:#19990c;
}
button.green:hover, .button.green:hover {
    background-color:#96c500;
}
button.red, .button.red {
    background-color:#c00f0f !important;
}
body.ie7 button.red, body.ie8 button.red {
    border-color:#990c0c;
}
button.red:hover, .button.red:hover {
    background-color:#d91111 !important;
}
button.grey, .button.grey {
    background:url("../img/boxheader.gif") repeat-x center center #E2E2E2 !important;
    color:#4d4d4d !important;
    border:1px solid rgba(0, 0, 0, 0.1);
}
button.grey:hover, .button.grey:hover {
    background-color:#fff;
}
body.ie7 button.grey, body.ie8 button.grey {
    border-color:#d3d3d3;
}
button.large, .button.large {
    font-size:138.5%;
    padding:10px 30px;
}
button.small, .button.small, .form .button.small {
    font-size:93%;
    padding:4px 10px 5px;
}
button.disabled, button.disabled:hover, .button.disabled, .button.disabled:hover {
    background-color:#ccc !important;
    color:#666 !important;
    text-shadow:0 1px 0 #CCCCCC;
    cursor:default;
}
body.ie7 button.disabled, body.ie8 button.disabled {
    border-color:#a3a3a3;
}
button.disabled:active, .button.disabled:active {
    position:relative;
    top:0;
    background-image: url('../img/grad.png');
}
fieldset button, .button {
    margin:0 5px 10px 0;
}
button img, .button img {
    display:inline;
    height:16px;
    margin-right:10px;
    vertical-align:-3px;
    width:16px;
}
a.button {
    line-height: 1.2em;
}
.box-header .button {
    margin-bottom: 0;
    text-shadow: none;
}
/* notifications */
.notification.success {
    background:#f1ffbf url('../img/icons/16/success.png') no-repeat 10px 10px;
    border-color:#a6d50f;
}
.notification.success span.strong {
    color:#283304;
}
.notification.error, .notification.err, ul.errors, p.errors  {
    background:#fecdc6 url('../img/icons/16/exclamation.png') no-repeat 10px 10px;
    border-color:#f45d43 !important;
}
.notification.error span.strong, .notification.warn span.err {
    color:#33130e;
}
.notification.warning, .notification.warn {
    background:#ffecb0 url('../img/icons/16/warning.png') no-repeat 10px 10px;
    border-color:#ffbc2a;
}
.notification.warning span.strong, .notification.warn span.strong {
    color:#332508;
}
.notification.info {
    background:#d4e7f5 url('../img/icons/16/information.png') no-repeat 10px 10px;
    border-color:#589ad7;
}
.notification.info span.strong {
    color:#152433;
}
.notification.tip, .notification.notice {
    background:#ffeccd url('../img/icons/16/tip.png') no-repeat 10px 10px;
    border-color:#dd9854;
}
.notification.tip span.strong, .notification.notice span.strong {
    color:#332313;
}
.notification, ul.errors, p.errors {
    padding:10px 10px 10px 35px;
    border:1px solid #fff;
    margin-bottom:20px;
    position:relative;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.notification.no-margin {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin:0;
}
.notification .close {
    background:url("../img/icons/16/close.png") no-repeat scroll 0 0 transparent;
    cursor:pointer;
    display:block;
    height:16px;
    position:absolute;
    right:10px;
    top:10px;
    width:16px;
}
.notification .close:hover {
    opacity:1;
}
.notification.nopic {
    background-image:none;
    padding:10px;
}
.notification span.strong {
    margin-right:10px;
}
.systemlog .notification {
    margin-bottom: 0;
}

body.login .form.col label {
    font-weight: 700;
}
body.login .form.col div, body.login .form.col {
    position: relative;
}
body.login #username {
    margin-bottom: 15px;
}
body.login #login {
    margin-top: 10px;
    margin-bottom: 7px;
}
body.login .form .button {
    padding: 6px 10px 5px;
}
ul.errors li {
    list-style: none;
}
ul.errors, p.errors {
    background-position: 5px 5px;
    font-size: 85%;
    line-height: 1em;
    margin:0;
    padding: 8px 5px 7px 24px;
}
.process-row .progress-bar {
    width: 100%;
    display: block;
    min-width: 65px;
}
.process-row .progress-bar span {
    min-width: 25px;
    margin:-1px
}
table.form input {
    width: 98%;
}
.notification button.close {
    border: 0 none;
    padding: 0;
}
.form .element {
    margin-bottom: 15px;
    padding: 0 6px;
}
.form .element.half {
    width: 48%;
    float: left;
}
.form .element.fluid {
    display: inline-block;
    vertical-align: top;
}
.form .element input[type=password], .form .element textarea, .form .element select, .form .element label, .form .element input[type=text], .form .element input[type=file], .form .element .chzn-container, .form .element input[type=url], .form .element input[type=date] {
    margin-left: -6px;
}
.form .element .chzn-search input[type=text] {
    margin:1px 0;
}
.form .element input[type=text], .form .element input[type=password], .form .element input[type=url], .form .element input[type=date], .form .element textarea {
    width: 100%;
}
.form .element input[type=file] {
    width: auto;
}
.form .element .chzn-container {
    width: auto;
}
.form ul.errors {
    float: left;
    margin-bottom: 15px;
}
#csrf-label {
    display: none;
}
#csrf-element {
    margin-top: 7px;
}
.element.checkbox label {
    display: inline-block;
    margin:0;
    float: right;
}
.element.checkbox input {
    float: left;
    margin-left: -5px;
}
.box-header.languageTab .controls a {
    padding: 13px 6px 13px 5px;
}
#formtabs .mceLayout {
    width: 101% !important;
    margin-left: -6px;
}
.form .chzn-container-multi .chzn-choices, .form .chzn-choices {
    padding: 0 5px;
}
.mceLayout {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    background: url("../img/input-bg.gif") repeat-x scroll center top #FEFEFE;
}
body.login .form div input {
    width: 150px;
}

.element.inline:after {
    clear: both;
}
fieldset.box {
    background-color: #fcfcfc;
}
.flipName {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #333333;
    padding: 6px 10px;
}
.flipName div {
    height: 10px;
    padding: 0;
    position: relative;
    width: 20px;
}
.flipName span {
    border-top: 1px solid #CCCCCC;
    display: block;
    left: -38px;
    padding: 8px 10px 0 20px;
    position: absolute;
    text-align: left;
    top: -76px;
    -ms-transform: rotate(300deg); /* IE 9 */
    -webkit-transform: rotate(300deg); /* Safari and Chrome */
    -o-transform: rotate(300deg); /* Opera */
    -moz-transform: rotate(300deg); /* Firefox */
    transform: rotate(300deg);
    white-space: nowrap;
    font-size: 11px;
    width: 120px;
}
.table.role {
    margin-top: 102px;
    width: auto;
    margin-right: 45px;
}

/** ELEMENT FORM WIDTH **/
.contacts-form .element {
    padding:0 1%;
}
.element.street {
    width: 74%;
    float:left;
}
.element.streetnumber {
    width: 19%;
    float:right
}
.element.zip {
    float:left;
    width: 32%;
}
.element.city {
    float:right;
    width: 61%;
}
.element.name {
    float: left;
    width: 46%;
}
.element.firstname {
    float: right;
    width: 47%;
}
.phone_add, span.phone_remove {
    width: 16px;
    height: 16px;
}
#listanExport .button {
    margin: 30px 0 0 !important
}
#phone_number {
    margin-top: 27px;
}
.grid_8 div.phone_number {
    position: relative;
    padding-right: 31px !important;
    margin-right: 15px;
}
.contacts-form .checkbox {
    padding-top: 33px;
}
.phone_number .phone_add, .phone_number .phone_remove {
    bottom: 6px;
    position: absolute;
    right: 0;
    padding: 0;
}
.element._80 {
    width: 78%;
    float: left;
}
.element._20 {
    width: 16%;
    float:right;
}
.element._20:after {
    clear:both;
    content:''
}
.form .button.small.no-margin {
    margin-bottom: 6px !important;
}

/** REPORTING FORM **/
#reporting .chzn-choices {
    width: 100%;
    min-height: 54px;
}
#reporting #products_chzn, #reporting #country_chzn, #reporting #region_chzn , #reporting #productseries_chzn, #reporting #type_chzn, #reporting #excludeType_chzn {
    width: 100% !important;
}
.ui-datepicker-dateMonth .ui-datepicker-calendar {
    display: none;
}
#reporting .dateMonth input {
    width: auto;
}
#reporting .chzn-choices {
    padding: 5px;
}
#reporting .half {
    width: 44%;
}

#reporting .half.fr {
    float: right;
}
#ui-datepicker-div {
    width: auto;
}
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-header .ui-datepicker .ui-state-default {
    background: url("../img/grad.png") repeat-x scroll center bottom #404040 !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 3px 3px 3px 3px !important;
    box-shadow: 0 1px 0 rgba(225, 225, 225, 0.5) inset !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 93% !important;
    font-weight: 700 !important;
    outline: medium none !important;
    /*padding: 4px 10px 5px !important;*/
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    width: 30px !important;
}
#reporting ul.chzn-choices .default {
    width: 100% !important;
}
.box-footer .button.small {
    text-shadow: none;
}

/** Clipping Add Bugfix **/
ul.errors {
    display: block !important;
    margin: 0;
    padding: 0;
    width: 100%;
    background: 0 none;
    border: 0 none;
}
ul.errors li {
    background:#fecdc6 url('../img/icons/16/exclamation.png') no-repeat 10px 10px;
    border-color:#f45d43 !important;
    padding:10px 10px 10px 35px;
    border:1px solid #fff;
    margin-bottom:20px;
    position:relative;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.clipping-add-text ul.errors {
    margin-bottom: 0;
    margin-top: 10px;
}

/** Webwatch **/
.quickEdit .webwatchEditType, .quickEdit:hover .defaulValue {
    visibility: hidden;
    height: 0;
}
.quickEdit:hover .webwatchEditType {
    display: block;
    visibility: visible;
}
.quickEdit.edited .defaulValue {
    display: none !important;
}
.quickEdit.edited select {
    display: block !important;
    visibility: visible !important;
}
.quickEdit .webwatchEditType {
    margin: 0 -10px;
}
.box-header button.small, .box-header .button.small {
    margin-top: -4px !important;
}

#webwatch_add .success, #webwatch_add .error, #webwatch_add .warning {
    background-image: none;
}
.chzn-container.success .chzn-single {
    background-color: #F1FFBF !important;
    background-image: -moz-linear-gradient(center bottom , #d9e9a2 0%, #F1FFBF 50%) !important;
    background-image:-webkit-gradient(linear, 0 100%, 0 0%, from(#d9e9a2), color-stop(0.5, #F1FFBF)) !important;
    border-color: #A6D50F;
}

.ajaxLoading {
    background: url("../img/loading.gif") no-repeat scroll center center #FFFFFF;
}
.ajaxLoading > * {
    opacity: 0.3;
}

form#clipping #formtabs li a, form#clipping-submit #formtabs li a {
    margin-right: 5px;
}

#clipping_add .refresh {
    border: 0 none;
    background: url("../img/icons/refresh.png") no-repeat transparent;
    width: 17px;
    height: 21px;
    position: absolute;
    right: 21px;
    top:38px;
}

#clipping_add {
    position: relative;
}
.ui-autocomplete-loading {
    background: url("../img/ajax-loader.gif") no-repeat center right #ffffff !important;
}

.ui-helper-hidden-accessible {
    display: none;
}

.autoTranslate {
    margin-top: 20px;
}
#clipping.form input.success, #clipping-submit.form input.success {
    background-position: center right !important;
}
.notification.usagerights {
    padding-right: 35px;
}
.notification.usagerights:last-of-type {
    margin-bottom: 0;
}
.inline .switch-wrapper label {
    float: left;
    margin: 3px 10px 0 0;
}
.switch-wrapper.disabled span:not(.selected) {
    cursor: default;
}
.switch-wrapper.disabled {
    opacity: 0.3;
}
form.disabled #submit {
    display: none;
}
form.disabled {
    opacity: 0.5;
}
form.disabled .switch-wrapper.disabled {
    opacity: 1;
}
.jsaction {
    cursor: pointer;
}

#mediainput .element.checkbox label {
    float: none;
}
.table.zebra tbody tr:nth-child(2n+1).samples-attribute-row.highlight {
    background-color: #f2f2f2;
}
.table.zebra tbody tr:nth-child(2n+1).samples-attribute-row.highlight th {
    background-color: #ffd200;
}
.table.zebra tbody tr.samples-attribute-row.highlight th {
    background-color: yellow;
}
.table.zebra tbody tr.samples-attribute-row.highlight {

    background-color: inherit;
}
#sample .checkbox {
    margin-top: 33px;
}

form .box.loading {
    background-color: #fff;
    padding:55px 0;
}

.notification.arrow:after, .notification.arrow:before {
    top: 100%;
    left: 94%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.notification.arrow:after {
    border-color: rgba(255, 236, 176, 0);
    border-top-color: #ffecb0;
    border-width: 10px;
    margin-left: -10px;
}
.notification.arrow:before {
    border-color: rgba(255, 188, 42, 0);
    border-top-color: #ffbc2a;
    border-width: 11px;
    margin-left: -11px;
}

.notification.arrow.warning:after {
    border-color: rgba(255, 236, 176, 0);
    border-top-color: #ffecb0;
}
.notification.arrow.warning:before {
    border-color: rgba(255, 188, 42, 0);
    border-top-color: #ffbc2a;
}

.notification.arrow.info:after {
    border-color: rgba(212, 231, 245, 0);
    border-top-color: #d4e7f5;
}
.notification.arrow.info:before {
    border-color: rgba(88, 154, 215, 0);
    border-top-color: #589ad7;
}

.notification.arrow.error:after {
    border-color: rgba(254, 205, 198, 0);
    border-top-color: #fecdc6;
}
.notification.arrow.error:before {
    border-color: rgba(244, 93, 67, 0);
    border-top-color: #f45d43;
}

.notification.arrow.success:after {
    border-color: rgba(241, 255, 191, 0);
    border-top-color: #f1ffbf;
}
.notification.arrow.success:before {
    border-color: rgba(166, 213, 15, 0);
    border-top-color: #a6d50f;
}

#customer-form textarea { height: 70px; }

#clipping-submit .tabs li a {
    padding: 7px 6px 3px 6px;
}
label.disabled { opacity: .45 }

.notification h3 { margin-bottom: 5px; }

/** TIMEPICKER **/
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

.ui-timepicker-div { margin-top: 1em; }
.ui_tpicker_hour_slider, .ui_tpicker_minute_slider { font-size: 9px; position: relative; height:5px; width: 90%; }
.ui_tpicker_hour_slider a.ui-slider-handle, .ui_tpicker_minute_slider a.ui-slider-handle { position: absolute; top: -6px; height:15px; width: 15px !important; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { display: none !important;  }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close { width: auto !important;  }
.ui_tpicker_hour, .ui_tpicker_minute { min-height: 1.5em; }

#timepicker { width: 100px; }

#timepicker-queue #abort-queue { display:none; }
#timepicker-queue.queued #abort-queue { display:block; }

.success.csv {
    background-position: 5px center;
    display: inline-block;
    padding: 4px 4px 4px 25px;
    border: 1px solid #a6d50f;
    border-radius: 3px;
}

.reload-monthly-clippings.controls li a {
    padding: 5px 15px 6px 14px;
}
#Sediment {
    height: 23px;
    margin-top: -5px;
}