/**
 * Created with JetBrains PhpStorm.
 * User: Behruz Muyassarov
 * Date: 21.03.13
 * Time: 11:28
 */
.left_links {
    margin-top: 10px;
}
.center_text {
    text-align: center; margin-top: 10px
}
.f_link {
    font-size: 10px; color: #616161; display: inline-block; padding-left: 10px;
}
.right_text {
    text-align: right
}
.f10 {
    font-size: 10px;
}
.form-actions {
    position: relative;
}
.licence_notification {
    font-size: 11px;
    margin-top: 10px;
    left: 10px;
    line-height: normal !important;
}
.text-center {
    text-align: center;
}

/* Review page */
.edit_jumper,.delete_jumper {display: inline-block;cursor: pointer;}
.edit_jumper, .delete_jumper {font-size: 11px;margin-right: 15px;}
.small {font-size: small !important}
.text-center #jumper_selected_date {color: #297be1; font-size: 20px; line-height: normal; font-weight: bold}
.title_jump_date {font-size: 20px; line-height: normal !important; text-align: right; font-weight: bold}
.date_line {padding: 15px 10px 10px 10px; background-color: #f5f5f5; margin-top: 20px}
.title_jumpers_group {font-size: 16px; color: #297be1; font-weight: bold}
.table_fieldset {margin-top: 30px}

.calendar-notes {
    font-size: 14px;
    text-align: left;
    line-height: normal !important;
    display: inline-block;
    font-weight: bold;
}

@media (max-width: 770px) {
    .text-center #jumper_selected_date {font-size: 100% !important}
    .title_jump_date {font-size: 100% !important}
    #change_date_button {
        font-size: 100% !important;
        padding:  2px 6px !important;
    }
    .date_line .span3, .date_line .span6 {
        display: inline-block !important;
        width: 32% !important;
    }
}

/* Review page */
@media (max-width: 770px) {
    .footer .left_links,
    .footer .center_text,
    .footer .right_text {
        text-align: center !important;
    }
    .licence_notification {
        text-align: center;
    }
    .licence_notification.text-left {
        text-align: center !important;
    }
    .form-actions {
        margin: 10px 0 !important;
    }
    hr {
        margin: 10px 0 !important;
    }
    .left_links {
        margin: 0;
    }
    .center_text {
        margin-top: 0;
    }
    .form-actions .row-fluid [class*="span"] {
        width: auto;
        display: inline-block;
    }
    h4.center {
        font-size: medium;
    }
    #day, #month, #year {
        width: 32.2930203023% !important;
    }
}