﻿#lnkToolOpen,
#divTool {
    background-color: #4186c9;
}

#btnViewHTML,
#btnAddSection {
    font-size: 12px;
    border-radius: 5px;
    background: none;
    padding: 4px 8px;
    min-width: 100px;
}

#btnViewHTML {
    border: 1px solid #6f6f6f;
    color: #6f6f6f;
}

#btnAddSection {
    background: #4d94d2;
    border: 1px solid #4d94d2;
    color: #fff;
}

#btnViewHTML:hover {
    background: #eeeeee;
}


#btnAddSection:hover {
    background: #3689d1;
    border: 1px solid #3689d1;
}

.bottomBar {
    height: 45px !important;
    padding: 5px 0 0 !important;
}

.xf-dialog-button {
    color: #ffffff !important;
    padding: 4px 6px;
}

b, strong {
    font-weight: bold;
}