/* 
    Document   : slate2
    Created on : 09.01.2013., 22:32:55
    Author     : sanin.mujkic@gmail.com
    Description:
        Stylesheets added on slate default styles.
*/

form .required label{
    font-weight: 600;
}
form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}

/* Form errors */
form .error {
    background: #FFDACC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
}
form .error-message {
    -moz-border-radius: none;
    -webkit-border-radius: none;
    border-radius: none;
    border: none;
    background: none;
    margin: 0;
    padding-left: 4px;
    padding-right: 0;
}
form .error,
form .error-message {
    color: #9E2424;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

/** Notices and Errors **/
.message {
    clear: both;
    color: #fff;
    font-size: 110%;
    /*	font-weight: bold;*/
    margin: 0 0 1em 0;
    padding: 5px;
}

/** banner images, added by Berislav Zivkovic **/
.img-banner {
    border: 1px solid gray; 
    margin: 10px;
    padding: 0;
    box-shadow: 1px 1px 6px #555;
    clear: both;
    cursor: pointer;
    display: none;
}

.img-banner img {
    border: 0; 
    margin: 0;
    padding: 0; 
    max-width: 1024px;
}

#img-banner-remove-btn {
    border: 0; 
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    opacity: 0.8;
    cursor: pointer;
    height: 29px;
    width: 29px;
    background: url("./img/remove_btn.png") no-repeat;
}

/** dashboard statistics table, added by Berislav Zivkovic **/
.table-stat {
    font-size: 0.9em;
    width: 100%;
}
.table-stat tbody tr td {
    padding: 2px 2px;
    text-align: right;
}
.table-stat tbody tr:nth-child(2n) td {
    background-color: #FFFFFF;
}
.table-stat thead tr td {
    font-weight: bold;
}
.table-stat thead tr:first-child td {
    padding: 2px 2px;
    text-align: center;
}

/** area-chart diagrams, added by Berislav Zivkovic **/
.area-chart-period {
    padding: 1px 2px;
    margin: 0;
    text-align: right;
}
.area-chart-period a{
    padding: 1px 0px;
    color: #06C;
    text-decoration: none;
}
.area-chart-period a:hover{
    font-weight: bold;
    color: #9E2424;
    text-decoration: none;
}
.area-chart-period-a-click{
    font-weight: normal;
    color: #9E2424!important;
}
.area-chart-period-date {
    width: 6em;
    margin: 0 2px 0 0;
    display: inline;
    padding: 0;
}

/** data tables time periods, added by Berislav Zivkovic **/
.data-table-period-filter {
    margin: 0 10px 0 0;
    display: inline-block;
}
.data-table-period-filter input {
    width: 6em;
    margin-right: 10px;
    margin-left: 2px;
}

/** perid-date fields, added by Berislav Zivkovic **/
.period-date-content {
    font-size: 1.3em;
    font-weight: normal;
    margin: 0 2px 0 0;
    display: block;
    padding: 2px;
}

.period-date-content input {
    width: 6em;
    font-weight: normal;
    margin: 0 2px 0 0;
    display: inline;
    padding: 3px 3px 3px 10px;
}

.period-date-content-pdi {
    display: inline;
}

.period-date-content-pdi a{
    /*padding: 1px 0px;
    color: #06C;*/
    text-decoration: none;
}
.period-date-content-pdi a:hover{
    /*font-weight: bold;
    color: #9E2424;*/
    text-decoration: underline;
}
.period-date-content-a-click{
    font-weight: normal;
    color: #9E2424!important;
}

#period_from, #period_to {
    width: 130px;
}

.period-date-content div.controls {
    display:inline-block; 
    /*float: right; */
    padding-left: 5px;
}

.period-date-content .controls .chzn-container{
    padding-right: 2px;
}

.period-date-content #periodSubmit {
    float: right;
}

/** campaign content chooser(cci) & campaign value chooser(vci) **/
.cci, .vci {
    border-radius: 5px 5px 0 0;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
    padding: 5px;
    color: #FFFFFF;
    background-color: #CCCCCC;
    margin: 5px;
    position: relative;
}

.cci-active, .vci-active {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: none;
    color: #06C;
    background-color: #FFFFFF;
}

.cci-remove, .vci-remove {
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    opacity: 0.8;
    cursor: pointer;
    height: 29px;
    width: 29px;
    display: inline-block;
    top: 0;
    right: 0;
    background: url("./img/remove_btn.png") no-repeat;
}