/*
    Base CSS used for buttons used in the whole site.
    Modification azambrano 4/25/2023 [5853] Removed radii from all buttons.
*/
.basicButton {
    height: 30px;
    /* width: 88px; */
    cursor: pointer;
    font-size: 15px;
    box-sizing: border-box;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 13px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 12px;
    border: 1px solid #009900;
    color: #009900;
    /* margin-top: 8px; */
    background-color: white;
    /* margin-left: 4px; */
    box-sizing: border-box;
}

.basicButton:disabled {
    background-color: #999999;
    color: white;
    cursor: default;
    border-color: #999999;
}

.basicButton:not([disabled]):hover {
    background-color: #F6F6F6;
}

.basicButtonShort {
    height: 22px;
    /* width: 88px; */
    cursor: pointer;
    font-size: 13px;
    box-sizing: border-box;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 13px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 12px;
    border: 1px solid #009900;
    /*border-radius: 4px;*/
    color: #009900;
    /* margin-top: 8px; */
    background-color: white;
    /* margin-left: 4px; */
    box-sizing: border-box;
}

.basicButtonShort:hover {
    background-color: #f6f6f6;
}

.basicButtonShort:disabled {
    background-color: #999999;
    color: white;
    cursor: default;
    border-color: #999999;
}

.basicButtonShortTest {
    height: 18px;
    /* width: 88px; */
    cursor: pointer;
    font-size: 13px;
    box-sizing: border-box;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 13px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 12px;
    border: 1px solid #009900;
    /*border-radius: 4px;*/
    color: #009900;
    /* margin-top: 8px; */
    background-color: white;
    /* margin-left: 4px; */
    box-sizing: content-box;
}

.basicButtonShortTest:not([disabled]):hover {
    border: 2px solid #009900;
}

.basicButtonShortTest:disabled {
    background-color: #999999;
    color: white;
    cursor: default;
    border-color: #999999;
}

.basicButtonShortTest2 {
    height: 22px;
    /* width: 88px; */
    cursor: pointer;
    font-size: 13px;
    box-sizing: border-box;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 13px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 12px;
    border: 1px solid #009900;
    /*border-radius: 4px;*/
    color: #009900;
    /* margin-top: 8px; */
    background-color: white;
    /* margin-left: 4px; */
    box-sizing: border-box;
}

.basicButtonShortTest2:not([disabled]):hover {
    border: 2px solid #009900;
}

.basicButtonShortTest2:disabled {
    background-color: #999999;
    color: white;
    cursor: default;
    border-color: #999999;
}

.emailIcon {
    float: left;
    height: 7px;
    margin-left: 1px;
    margin-top: 3px;
    width: 12px;
}

.areaAddPlus {
    box-shadow: none;
    line-height: 12px;
    font-size: 13px;
    color: white;
    text-shadow: 0 -1px #46484C;
}

.whiteArrow {
    border-bottom: 4px solid transparent;
    border-left: 5px solid white;
    border-top: 4px solid transparent;
    height: 0;
    margin-left: 5px;
    margin-top: 3px;
    width: 0;
}

.whiteArrowDown {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid white;
    height: 0;
    margin-left: 3px;
    margin-top: 5px;
    width: 0;
}

/* Large Buttons */
.blueWrapperLarge {
    width: 16px;
    height: 15px;
    background-color: #2D5E96;
    float: left;
    margin: 1px 7px 0 2px;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, -1px -1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, -1px -1px 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6) inset, -1px -1px 0 rgba(0, 0, 0, 0.2) inset;
    border-radius: 2px;
}

.whiteArrowLarge {
    border-bottom: 4px solid transparent;
    border-left: 6px solid white;
    border-top: 4px solid transparent;
    height: 0;
    margin-left: 6px;
    margin-top: 4px;
    width: 0;
}

.blueWrapperLarge.disabled {
    background-color: #999999;
}

.expressBasicButton {
    display: block;
    height: 15px;
    width: 58px;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 2px 2px 4px -1px #666666;
    background-color: white;
    font-size: 11px;
    border: 1px solid #999999;
    line-height: 15px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    cursor: default;
}

.newButton {
    cursor: pointer;
    vertical-align: top;
    background-color: white;
    border: 1px solid #999999;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    height: 17px;
}

.newButton.newBid,
.newButton.newEmployee,
.newButton.newVersion {
    color: white;
    background-color: #009900;
    /*border-radius: 4px;*/
    text-align: center;
    font-size: 15px;
    height: 18px;
    padding: 5px 11px;
    position: relative;
    left: 0;
    cursor: pointer;
}

.newButton.disabled {
    background-color: #EDEDED;
    color: #666666;
    cursor: default;
}

.newButton.disabled:hover {
    background-color: #EDEDED;
}

.newVersion {
    float: right;
}

.newCustomer, .newProspect {
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.areasButtons {
    height: 17px;
    width: 110px;
    font-size: 11px;
}

.enterMeasurements {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    height: 17px;
    width: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0px 15px; */
}

.enterMeasurements .blueWrapperLarge {
    margin-left: 1px;
}

/* End Large Buttons*/

.areaOptions, .areaAdd {
    width: 88px;
    height: 22px;
    margin-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    background-color: #009900;
    /*border-radius: 4px;*/
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    cursor: pointer;
}

.areaOptions .blueWrapper {
    margin-right: 0px;
}

.areaOptions {
    margin-bottom: 20px;
}

.areaReenter .blueWrapper {
    margin-right: 0px;
}

.areaSummary .blueWrapper {
    margin-right: 0px;
}

.areaDetails .blueWrapper {
    margin-right: 0px;
}

.areaAdd {
    width: 65px !important;
    margin-top: 58px;
    margin-left: 210px;
}

.areaAddLayout {
    width: 65px !important;
    margin-top: 160px !important;
    margin-left: 150px;
}

.areaAddPane {
    width: 65px !important;
    margin-top: 70px;
    margin-left: 210px;
}

.areaAddWindow {
    width: 43px;
    height: 14px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    margin-top: 8px;
    float: left;
}

.menu {
    height: 30px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #009900;
    /*border-radius: 5px;*/
    color: #009900;
    font-size: 16px;
    position: absolute;
    right: 0px;
    margin-top: 30px;
    cursor: pointer;
}

.bidNameMenu{
    margin-top: 12px;
}

.greenBorderButton {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #009900;
    /*border-radius: 5px;*/
    color: #009900;
    font-size: 15px;
    cursor: pointer;
    background-color: #FFFFFF;
    padding: 0px 12px;
}

.greenBorderButton:hover {
    background-color: #f6f6f6;
}

.greenBorderButton.disabled {
    background-color: #EDEDED;
    color: #666666;
    cursor: default;
}

/* Modification. tfulcher 6.30.2021 [4241] this logic was conflicting with angular changes for
    new bid and copy buttons, removed greenButton from those elements and gave them their own rules
    Modification azambrano 4/25/2023 [5853] Removed radii from all buttons.
*/
.greenButton {
    border: 0px;
    color: #FFFFFF;
    background-color: #009900;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 1px 12px;
    font-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 68px;
}

.greenButton:disabled {
    background-color: #999999;
    color: white;
    cursor: default;
}

.greenButton:not([disabled]):hover {
    background-color: #007E00;
}

.greenButtonShort {
    border: 0px;
    color: #FFFFFF;
    background-color: #009900;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    /*border-radius: 4px;*/
    padding: 1px 12px;
    font-size: 13px;
    box-sizing: border-box;
    cursor: pointer;
}

.greenButtonShort:disabled {
    background-color: #999999;
    color: white;
    cursor: default;
}

.greenButtonShort:not([disabled]):hover {
    background-color: #007E00;
}

.customerNewBid {
    width: 77px;
    height: 15px;
    float: left;
    margin-top: -27px;
    margin-left: 8px;
    cursor: pointer;
}

.customerTicketNew {
    height: 15px;
    width: 86px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    margin-top: 2px;
    float: left;
    cursor: pointer;
}

.customerTicketNew .blueWrapper {
    margin-right: 0px;
}

.inactiveButton, .inactiveButton:hover, .inactiveButton:active {
    background-color: #999999;
    color: white;
    cursor: pointer;
    pointer-events: none;
}

#enterMeasurementExpress {
    margin-right: 6px;
}

#invoicesTemp {
    margin-top: 0px;
    width: 97px;
}

#invoicesPay {
    margin-top: 0px;
    width: 95px;
}

#invoicesInv {
    margin-top: 0px;
    width: 87px;
}

#invoicesCred {
    margin-top: 0px;
    width: 80px;
}

#invoicesTemp .blueWrapper, #invoicesPay .blueWrapper,
#invoicesInv .blueWrapper, #invoicesCred .blueWrapper {
    margin-right: 6px;
}

.modalButtonOK {
    min-width: 72px;
    height: 33px;
    box-sizing: border-box;
    color: #3F3F3F;
    border :1px solid #CCCCCC;
    /*border-radius: 5px;*/
    background-color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    padding-top: 2px;
}

.modalButtonCancel {
    min-width: 72px;
    height: 33px;
    box-sizing: border-box;
    color: #3F3F3F;
    border :1px solid #CCCCCC;
    /*border-radius: 5px;*/
    background-color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    padding-top: 2px;
}

.modalButtonOK:hover, .modalButtonCancel:hover {
    background-color: #F6F6F6;
}

.editButton {
    height: 22px;
    min-width: 68px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CCC;
    color: #3F3F3F;
    background-color: #FFFFFF;
    padding: 0px 10px;
    box-sizing: border-box;
}

.editButton:hover {
    background-color: #F6F6F6;
}

.basicLink {
    color: #2D5E96;
    outline: none;
    text-decoration: none;
}

.basicLink:hover {
    color: #bb0d17;
    text-decoration: underline;
    cursor: pointer;
}

/* Customize the label (the checkboxContainer) */
.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 16px;
    width: fit-content;
    width: -moz-fit-content;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkboxContainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: white;
    border: 2px solid #8d9096;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 22px;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
    background-color: #F6F6F6;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
    background-color: #090;
    border: none;
}

.checkboxContainer input:disabled ~ .checkmark{
    background-color: #cdcbcd;
    cursor: not-allowed;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
    font-family: "Material Icons";
    content: '\e876';
    left: -2px;
    top: -3px;
    color: white;
    min-width: 0px;
    min-height: 0px;
    width: 16px;
    height: 16px;
    transform: scale(.7);
    border: none;
}

/*Custom Radio*/

.radioContainer {
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 16px;
    width: fit-content;
    width: -moz-fit-content;
}

.radioContainer.disabled {
    color: #cdcbcd;
}

/* Hide the browser's default radio button */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radioContainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #3f3f3f;
    box-sizing: border-box;
}

/* On mouse-over, add a grey background color */
.radioContainer:not([disabled]):hover input ~ .checkmark {
    background-color: #F6F6F6;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .checkmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioContainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked ~ .checkmark:after {
    display: block;
}

.radioContainer input:disabled ~ .checkmark:after {
    background-color: #cdcbcd;
}

.radioContainer input:disabled ~ .checkmark {
    border-color: #cdcbcd;
    cursor: not-allowed;
}

/* Style the indicator (dot/circle) */
.radioContainer .checkmark:after {
    top: 0px;
    left: 0px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #090;
    transform: scale(.7);
}