﻿.widget.red {
    border: 1px solid #DE577B;
}

.widget.green {
    border: 1px solid #74B749;
}

.widget.purple {
    border: 1px solid #9D4A9C;
}

    .widget.purple .widget-title {
        background: #9D4A9C;
    }

.widget.blue .widget-title {
    background: #4A8BC2;
}

.widget.blue {
    border: 1px solid #4A8BC2;
    border-top: 2px solid #fff;
}

.no-border-top {
    border-top: none !important;
}

.widget.green .widget-title {
    background: #74B749;
}

.widget.red .widget-title {
    background: #DE577B;
}

.widget-title > h4 i {
    font-size: 14px;
    margin-right: 2px;
}

.widget-title span.tools {
    float: right;
    margin: 2px 0 0;
    padding: 6px 5px 6px 10px;
}

    .widget-title span.tools > a {
        display: inline-block;
        margin-right: 5px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

.widget-body.form form {
    margin: 0px !important;
    padding: 0px !important;
}

.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline {
    color: #b94a48;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-width: 1px;
    border-color: #b94a48;
}

.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline {
    color: #c09853;
}

.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    border: 1px solid #c09853;
    border-color: #c09853;
}

.input-icon .input-success {
    color: #468847;
}

.input-icon .input-info, .input-icon .input-error, .input-icon .input-warning, .input-icon .input-success {
    display: inline-block !important;
    position: relative !important;
    top: 3px;
    right: 25px !important;
    font-size: 16px;
}

.input-icon .input-error {
    color: #B94A48;
}

input[type="text"], select {
    padding: 2px;
}

.input-icon .input-warning {
    color: #C09853;
}

.widget-body.form .form-actions {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: 20px !important;
    margin-bottom: -15px !important;
    margin-top: 20px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.form-actions {
    clear: both;
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.buttons-align-left {
    float: left;
}

.buttons-align-right {
    float: right;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 0px 0;
    margin: 2px 0 0;
    list-style: none;
    text-shadow: none;
    background-color: #fcfcfc;
    border: 1px solid rgba(0, 2, 1, 0.2);
    -webkit-box-shadow: 0 0px 0px rgba(0, 2, 1, 0.4);
    -moz-box-shadow: 0 0px 0px rgba(0, 2, 1, 0.4);
    box-shadow: 0 0px 0px rgba(0, 2, 1, 0.4);
    -webkit-background-clip: padding-box;
    -moz-background-clipp: padding;
    background-clip: padding-box;
    padding: 0px 0;
    margin: 0px;
    list-style: none;
    text-shadow: none;
}

.table-condensed th, .table-condensed td {
    padding: 4px 5px;
    font-size: 13px;
    color: gray;
}

.control-group {
    float: left;
    width: 40%;
}

    .control-group input[type="text"], .control-group select {
        width: 80%;
    }

.widget-body table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

.widget-body input, .widget-body select {
    width: 300px;
    font-size: 12px;
    border-collapse: collapse;
}

.job-container .widget {
    margin: 0;
}

.job-container textarea {
    width: 100%;
    height: 75px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    border: 1px solid #c3c3c3;
    cursor: not-allowed;
    background-color: #eee;
}

.icon-remove {
    display: none !important;
}

div.success h2 {
    background: #74B749;
    padding: 18px 5px;
    text-align: center;
    color: #fff;
}

div.error h2 {
    background: #e74955;
    padding: 18px 5px;
    text-align: center;
    color: #fff;
}

/*div.warning h2 {
    padding: 8px 5px 18px 20px;
    text-align: center;
    background-size: 40px;
    background-repeat: no-repeat;
}*/

div.warning h2 {
    background: #d14d02;
    padding: 18px 5px;
    text-align: center;
    color: #fff;
}

input.error, select.error {
    border: 1px solid #e74955 !important;
}

label.error {
    background-color: #dd514c;
    color: #fff;
    font-weight: bold;
    padding: 3px;
    margin-left: 5px;
}
