/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
*/

input {
    font: 400 100% Roboto, Arial, Helvetica, sans-serif;
    color: #443b38;
}

input[id^="dayrate_save"] {
    margin-top: 10px;
}

textarea {
    font: 400 100% Roboto, Arial, Helvetica, sans-serif;
    color: #443b38;
}

textarea:focus, input:focus {
    outline: none !important;
    border-color: #443b38;
    box-shadow: 0 0 10px #443b38;
}

div.form input,
div.form textarea,
div.form select
{
    margin: 0.2em 0 0.5em 0;
}

div.form fieldset
{
    border: 1px solid #443b38;
    padding: 10px;
    margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
    font-weight: bold;
    font-size: 0.9em;
    display: block;
}

div.form .row
{
    margin: 5px 0;
}

div.form .hint
{
    margin: 0;
    padding: 0;
    color: #999;
}

div.form .note
{
    font-style: italic;
}

div.form span.required
{
    color: red;
}

div.form div.error label,
div.form label.error,
div.form span.error
{
    color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
    background: #FEE;
    border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
    background: #E6EFC2;
    border-color: #C6D880;
}

div.form .errorSummary
{
    border: 2px solid #aa825e;
    padding: 7px 7px 12px 7px;
    margin: 0 0 20px 0;
    background: #ede5de;
    font-size: 0.9em;
}

div.form .errorSummary ul {
    list-style: none;
}

div.form .errorMessage
{
    color: red;
    font-size: 0.9em;
}

div.form .errorSummary p
{
    margin: 0;
    padding: 5px;
}

div.form .errorSummary ul
{
    margin: 0;
    padding: 0 0 0 20px;
}

div.wide.form label
{
    float: left;
    margin-right: 10px;
    position: relative;
    text-align: left;
    width: 220px;
}

div.wide.form .row .fullWidth {
	width: 100%;
}

div.wide.form .row .indented {
	margin-left: 30px;
	width: 190px;
}

div.wide.form .row .twolined {
	margin-top: 0px;
	margin-bottom: 8px;
}

div.wide.form .row
{
    clear: left;
}

div.wide.form .row .hiddenDiv {
    float: left;
    margin-left: -140px;
    margin-top: 70px;
    position: relative;
    display:none;
}

div div.wide.form .row div#Setcards_occupation_learned_container.hiddenDiv {
	margin-top: 0px;
}

div div.wide.form .row div#Setcards_assignment_sonstige_text_container.hiddenDiv {
	margin-top: 252px;
}


div.wide.form .row .hiddenDivWorkhours {
    float: left;
    margin-left: 250px;
    display:none;
}

div.wide.form .row #perfumeryIncorrectMessage {
    display: none;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
    display: inline;
    clear: left;
}

div.wide.form .list {
    float: left;
    margin-top: 6px;
}

div.wide.form .list label {
    width: 300px;
    float: right;
    text-align: left;
    margin-left: 10px;
}

div.wide.form .list .perfumery_correct_label {
    width: 40px;
}

div.wide.form .row > input,
div.wide.form .row > select,
div.wide.form .row > textarea {
    padding: 5px;
    border: 1px solid #443b38;
}

#reporting_table input {
    padding: 5px;
    border: 1px solid #443b38;
}

div.form .row .datepick {
    margin-left: -10px;
    background-color: inherit;
    color: inherit;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    border: 1px solid #443b38;
}

div.form .row .datepick-nav {
    background-color: inherit;
    font-weight: 400;
}

/*.datepick a.datepick-disabled {*/
    /*color: #888;*/
    /*cursor: auto;*/
/*}*/

/*div.form .row .datepick a {*/
    /*color: #443b38;*/
/*}*/

div.form .row .datepick-month {
    border: 1px solid black !important;
}

div.form .row .datepick-month table {
    margin-bottom: 0;
}

div.form .row .datepick-month a {
    background-color: #aa825e;
}

div.form .row .datepick-month-header {
    height: 2em;
    line-height: 25px;
    background-color: #443b38;
}

div.form .row .datepick-month-header {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    background-color: #443b38;
    font-weight: 400;
}

div.form .row .datepick-month-header select {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    background-color: #443b38;
    font-weight: 400;
}

div.form .row .datepick-month thead {
    border: none;
}

div.form .row .datepick-month th {
    border: none;
}

div.form .row .datepick-month td {
    border: none;
}

.datepick-cmd:hover {
    background-color: #aa825e;
}

button.datepick-cmd:hover {
    background-color: #aa825e;
}

div.wide.form .row > label {
    margin-top: 8px;
}

div.form .row.buttons input,
form input[type="submit"] {
    /* Disables default styling */
    border: none;
    background: #443b38;
    color: #fff;

    width: 100px;
    height: 30px;

    /* You need to set font, font size and cursor for buttons */
    font-size: 15px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    cursor: pointer;

    font-weight: bold;

    border-radius: 5px;
}

div.form .row.buttons input,
form input[type="submit"].big {
    width: 130px;
}

div.form .row .gallery {
    width: 480px;
    float: left;
    clear: right;
    padding-left: 48px;
}

div.form .row .gallery span {
    float: left;
    position: relative;
    margin-right: 3px;
    margin-bottom: 3px;
}

div.form .row #Media_portrait_upload_wrap_list {
    display: block;
    background: #E6EFC2;
    color: #264409;
    /*border-color: #C6D880;*/
    padding: .8em;
    border: 2px solid #ddd;
    margin: 10px 0 10px 208px;
    z-index: 100;
    left: 241px;
}

div.wide.form .errorMessage {
    display: block;
    width: 220px;
    font-size: 0.8em;
    float: left;
}

div.upload-form {
    padding: 10px;
    background: #eee;
}


#table_announcement tbody tr:nth-child(even) {
    background-color: #f6f2ef;
}

#table_announcement tbody tr:nth-child(odd) {
    background-color: #ecebeb;
}

#table_announcement .inCenter {
    text-align: center;
}