/* This is a place to put commonly used styles for use throughout PLAT-WEB */

.disabled_input_label {
    color: #BDBDBD;
}

.error_msg, #yelp_content .error_msg {
    background: #FA5858;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #c74c4c;
    border-radius: 5px;
}

.success_msg, #yelp_content .success_msg {
    background: #088A08;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #086408;
    border-radius: 5px;
}

.warning_msg, #yelp_content .warning_msg {
    background: #fffaad;
    color: #000000;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ebe978;
    border-radius: 5px;
}

.ccbutton {
    font-weight: bold;
    display: inline-block;
    padding: 2px 8px 1px 8px;
    background: #0046FF;
    border: 1px solid #647581;
    color: white !important;
    box-shadow: 2px 2px 6px #aaa;
    text-decoration: none;
}

.ccbutton:hover {
    color: #fff;
}


.orderheader {
    font-size: 16px;
    text-align: center;
}

.ordererror {
    padding-left:10px;
    font-size: 14px;
    color:red;
}

.orderhubidtext {
    padding: 5px 20px; 
    line-height: 15px;
}

.orderhubsubmit {
    border-radius: .5em;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
    font: bold 14px lucida grande,arial,sans-serif;
    border: none;
    outline: none;
    margin: 0px;
    padding: 5px 12px 5px 12px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    background:-webkit-gradient(linear, left top, left bottom, from(#92C71D),to(#74A115));
}

.searchbox {
    margin:10px;
    width:100%;
    margin-top: 25px;
}

.noorders{
    font-size:12px;
    margin-top:10px;
}

.searchcolumn {
    font-size:12px;
    margin-top:10px;
}

.searchfields {
    padding-left:10px;
    font-size: 14px;
}

.createcampaign {
    border-radius: .5em;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
    font: bold 12px lucida grande,arial,sans-serif;
    border: none;
    outline: none;
    margin: 0px;
    padding: 1px 8px 1px 8px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    background:-webkit-gradient(linear, left top, left bottom, from(#92C71D),to(#74A115));
}

.renewcampaign {
    border-radius: .5em;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
    font: bold 12px lucida grande,arial,sans-serif;
    border: none;
    outline: none;
    margin: 0px;
    padding: 1px 8px 1px 8px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    background:-webkit-gradient(linear, left top, left bottom, from(#4DA6FF),to(#4D79FF));
}

.rebuildcampaign {
    border-radius: .5em;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
    font: bold 12px lucida grande,arial,sans-serif;
    border: none;
    outline: none;
    margin: 0px;
    padding: 1px 8px 1px 8px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    background:-webkit-gradient(linear, left top, left bottom, from(#E96464),to(#C31515));
}

.errormessage {
    float:left;
    text-align:center;
    font-size: 14px;
    color:red;
    width:100%;
    font-weight:bold;
    margin:10px;
}

.successmessage {
    float:left;
    text-align:center;
    font-size: 14px;
    color:green;
    width:100%;
    font-weight:bold;
    margin:10px;
}

.input_disabled {
    pointer-events:none;
    background: #ddd;
}