.reminderQuestion.btn-group.btn {
    border: 0;
    padding: 0;
}

.reminderQuestion.btn-group.btn > .btn {
    border-radius: 0
}

.reminderQuestion.btn-group.btn > .dropdown-menu {
    text-align: left;
}

.reminderQuestion.btn-group.btn:first-child > .btn {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.reminderQuestion.btn-group.btn:last-child > .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.margin-r-0 {
    margin-right: 0px !important;
}

.margin-l-r-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-t-b-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.padding-t-b-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dotted-line-b {
    border-bottom: 1px dotted black;
}

.reminderQuestion hr {
    width: 80%;
    border-color: #ccc !important;
    background-color: #ccc !important;
    color: #ccc !important;
}

.reminderQuestion select option {
    color: #0a0a0a;
}

.reminderQuestion .btn-default-sanoia {
    text-shadow: 0;
    background: #fff;
    border-color: #ccc;
    border-radius: 0px;
}

.reminderQuestion .btn-default-sanoia.active {
    background: #e0e0e0;
}

.reminderQuestion .btn-default-sanoia:active {
    text-shadow: 0;
    background: #e0e0e0;
    border-color: #ccc;
    border-radius: 0px;
}

.reminderQuestion .btn-default-sanoia:hover {
    text-shadow: 0;
    background: #e0e0e0;
    border-color: #ccc;
    border-radius: 0px;
}

.reminderQuestion .btn-default-sanoia:focus {
    text-shadow: 0;
    background: #e0e0e0;
    border-color: #ccc;
    border-radius: 0px;
}

.reminderQuestion .btn-sanoia-action, .reminderQuestion .btn-sanoia-action:active {
    background: #265a88;
    color: #fff;
    border-radius: 0px;
}

.reminderQuestion .btn-sanoia-action:hover {
    background: #254572;
    color: #fff;
    border-radius: 0px;
}

.reminderQuestion .btn-sanoia-action:focus {
    background: #337ab7;
    color: #fff;
    border-radius: 0px;
}

.reminderQuestion .btn-sanoia-action-light, .reminderQuestion .btn-sanoia-action-light:active {
    background: #d1e6de;
    color: #fff;
}

.reminderQuestion .btn-sanoia-action-light:hover {
    background: #778981;
    color: #fff;
}

.reminderQuestion .btn-sanoia-action-light:focus {
    background: #d1e6de;
    color: #fff;
}

.reminderQuestion .form-group {
    margin-bottom: 7px !important;
}

.reminderQuestion .xld-container .textareaWrapper label.btn-group {
    margin-right: 0px;
}

.reminderQuestion .sanoia-frequency-render select {
    margin: 0px;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../../fonts/glyphicons-halflings-regular.eot);
    src: url(../../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
