﻿.rButton {
    margin: 6px 0 0 !important;
    margin-top: 1px \9;
    line-height: normal;
    width: 28px;
    height: 22px;
}
input[type=checkbox] {
    margin: -2px 0 0 !important;
    margin-top: 1px \9;
    line-height: normal;
    width: 25px;
    height: 22px;
}

/*Override*/
.nav-tabs {
    border-bottom: 0px solid #ddd !important;
    display: -webkit-flex;
    display: flex;
     -webkit-justify-content: left; 
     justify-content: left; 
}
.break_input {
    width: 62px;
}
.day_of_week_input {
    width: 132px;
}

.sched_type {
    background-color: rgb(254, 243, 212);
    border-radius: 2px;
    width: 108px;
    height: 26px;
    color: rgb(226, 152, 0);
    font-size: 14px;
    padding-top: 5px;
}

.sched_left {
    color: #0556CB;
    font-size: 14px;
}
.sched_right {
    color: #707070;
    font-size: 14px;
}

.opensans-font {
    font-family: 'Open Sans', sans-serif;
}