/**
 * Created by PhpStorm.
 * User: STENDEL
 * Date: 19.01.2015
 * Time: 13:20
 * Description: Button Style definitions
 */

.greybutton, .greensubmitbutton {
    background: none repeat scroll 0 0 #cccccc !important;
}

.greenbutton, .greensubmitbutton {
    background: none repeat scroll 0 0 #36b71a !important;
}

.bluebutton, .bluesubmitbutton {
    background: none repeat scroll 0 0 #2980b9 !important;
}

.redbutton, .redsubmitbutton {
    background: none repeat scroll 0 0 #ee0031 !important;
}

.yellowbutton, .yellowsubmitbutton {
    background: none repeat scroll 0 0 #ffbd00 !important;
}

.darkbutton, .darksubmitbutton {
    background: none repeat scroll 0 0 #535f64 !important;
}

.greybutton, .greenbutton, .bluebutton, .redbutton, .yellowbutton, .darkbutton, .greysubmitbutton, .greensubmitbutton, .bluesubmitbutton, .redsubmitbutton, .yellowsubmitbutton, .darksubmitbutton {
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff !important;
    display: inline-block;
    letter-spacing: 1px;
    min-width: 8em;
    padding: 0 0.3em;
    text-align: center;
    text-decoration: none !important;
    transition: all 200ms cubic-bezier(0.6, 0, 0, 0.7) 0s;
    cursor: pointer;
}

.greybutton, .greenbutton, .bluebutton, .redbutton, .yellowbutton, .darkbutton {
    font: 700 11px/2.25em "Arial";
    height: 2.25em;
}

.greysubmitbutton, .greensubmitbutton, .bluesubmitbutton, .redsubmitbutton, .yellowsubmitbutton, .darksubmitbutton {
    font: 700 11px/1.25em "Arial";
    height: 2.25em;
}

.greybutton:hover, .greenbutton:hover, .bluebutton:hover, .redbutton:hover, .yellowbutton:hover, .darkbutton:hover, .checkoutbutton:hover, .greysubmitbutton:hover, .greensubmitbutton:hover, .bluesubmitbutton:hover, .redsubmitbutton:hover, .yellowsubmitbutton:hover, .darksubmitbutton:hover  {
    color: #ffffff !important;
    cursor: pointer;
    background-color: #333333 !important;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

.redbutton:hover, .redsubmitbutton:hover {
    color: #ffffff !important;
    cursor: pointer;
    background-color: #333333 !important;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

.checkoutbutton {
    background: none repeat scroll 0 0 #36b71a !important;
}

.checkoutbutton {
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(0, 0, 0, 0.3);
    color: White !important;
    cursor: pointer;
    display: inline-block;
    font: 700 16px/2.75em "Open Sans Condensed";
    height: 2.75em;
    letter-spacing: 1px;
    min-width: 8em;
    padding: 0 1.2em;
    text-align: center;
    text-decoration: none !important;
    transition: all 200ms cubic-bezier(0.6, 0, 0, 0.7) 0s;
}

body {
    font-family: Helvetica, Arial, "Sans Serif", "MS Sans Serif";
    font-size: 12px;
    color: #333333;
}

.multiselect-box {
    background-color: #efefef;
    border: 1px solid #c8c8c8;
    font-family: arial;
    font-size: 0.9em;
    padding: 5px 10px;
    width: 380px;
    border-radius: 4px;
    margin: 5px 0;
    box-shadow: 0 0 3px #aaa;
}

.multiselect-box-head {
    font-size: 1.1em;
    font-weight: bold;
    color: #555;
}

.multiselect-box-title {
    font-size: 1em;
    font-weight: bold;
    color: #555;
}

.multiselect-box-data {
    font-size: 1em;
    font-weight: bold;
}

.good {
    color: #008000;
    font-weight: bold;
    font-style: italic;
}

.bad {
    color: #800000;
    font-weight: bold;
    font-style: italic;
}

a, a:visited {
    color: #000060;
    text-decoration: none;
}

hr {
    border: none;
    border-top: 1px solid #aaa;
}

.opentooltip {
    cursor: pointer;
}

.logo {
    background: url("../images/logo.png") no-repeat;
    height: 69px;
    width: 600px;
}

.footer {
    margin: 20px 0;
    font-size: 11px;
}