﻿.toggleEdit {
    width: 100%;
    float: none;
    padding-top: 15px;
}

.toggleEdit h2 {
    border-bottom: 8px solid #ECECEC;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 45px;
    margin-top: 0px;
}

.toggleEdit-actions {
    float: right;
}

.toggleEdit .toggle-edit {
    display: none;
}

.toggleEdit .row {
    margin-bottom: 10px;
    height: 30px;
}

.toggleEdit label {
    color: #098CCE;
}

.toggleEdit .edit-cancel {
    display: none;
}

.toggle-edit input[type="checkbox"].checkbox-slide + div.switch {
    margin: 0px;
}

.toggle-edit.toggle-number {
    text-align: right;
    padding-right: 5px;
}