﻿/*#region Form Controls*/
.flatButtonWhiteWithBorder {
    text-align: center;
    width: 58px;
    background-color: #ffffff;
    color: #006699;
    cursor: pointer;
    font-weight: bold;
    border: solid 1px #1D70A8;
}
.flatButtonHover {
    text-align: center;
    width: 60px;
    background-color: #006699;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    border: solid 1px #006699;
}
.flatButton {
    text-align: center;
    width: 60px;
    background-color: #F1F6F7;
    color: #006699;
    cursor: pointer;
    border: none;
}
.flatButtonHoverWithBorder {
    text-align: center;
    min-width: 60px;
    background-color: #006699;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    border: solid 1px #1D70A8;
}
.filterBtnUpdate {
    border: solid 1px #1D70A8;
    background-color: #1D70A8;
    color: #FFFFFF;
    width: 60px;
    cursor: pointer;
}
.filterBtnClear {
    border: solid 1px #1D70A8;
    background-color: #FFFFFF;
    color: #1D70A8;
    width: 60px;
    cursor: pointer;
}
.mwsButton,
.mwsButtonWhite,
.button64,
.flatButtonHover,
.flatButtonHoverWithBorder,
.flatButtonWhiteWithBorder,
.flatBtnWhiteBorderNoBold,
.flatButtonHoverBlocked,
.flatButtonHoverNoBold,
.flatButtonHoverLight,
.filterBtnUpdate,
.filterBtnClear,
.mws-btn_aptem_blue,
.mws-btn,
.mws-btn_red,
.btn-blue,
.flatButton,
.buttonAssess {
    background-color: #006699!important;
    background: #006699!important;
    border: 1px solid #006699!important;
    box-sizing: border-box!important;
    cursor: pointer!important;
    color: white!important;
    font-size: 11pt!important;
    font-weight: normal!important;
    font-family: 'Trebuchet MS', Helvetica, sans-serif!important;
    text-align: center!important;
    padding: 0 7px 0 7px!important;
    min-width: 88px!important;
    height: 25px!important;
    line-height: 23px!important;
}
.mws-btn_red {
    background: #cc3333!important;
    background-color: #cc3333!important;
}
.mwsButtonWhite,
.flatButtonWhiteWithBorder,
.flatBtnWhiteBorderNoBold,
.flatButtonHoverBlocked,
.flatButton {
    background-color: white!important;
    background: white!important;
    border: 1px solid #006699!important;
    color: #006699!important;
}
div.mwsButtonWhite,
div.flatButtonWhiteWithBorder,
div.flatBtnWhiteBorderNoBold,
div.flatButtonHoverLight,
div.flatButton {
    height: 28px!important;
    line-height:28px!important;
}
a.flatButtonHover {
    display: inline-block!important;
}

.mainButtons .btn, .pb-com-editor .bottom .btn {
    font-size: 11pt!important;
    font-family: 'Trebuchet MS', Helvetica, sans-serif!important;
}

div.flatButtonHover,
div.flatButton {
    min-width: 78px!important;
}
.editbox_gr {
    border-top: solid 1px #9dbfcf;
    border-left: solid 1px #9dbfcf;
    border-right: solid 1px #b6def1;
    border-bottom: solid 1px #b6def1;
    background-image: url(../Content/bg_editbox.png);
}
/*#endregion Form Controls*/

