﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    min-height: 100%;
    position: relative;
}
.row label {
    padding-left: 0 !important;
}

input {
    height: 30px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.nav-link {
    padding: 0.3rem 1rem !important;
}


select {
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    font-size: larger;
}

.disabled {
    pointer-events: none;
    opacity: 0.7;
    background-color: lightgray !important;
    color: black;
}

.container {
    max-width: 768px !important;
    height:70px;
}

ol, ul {
    padding-left: 1rem !important;
}

button {
    background-color: #CF8A2B;
    height: 30px;
    border-radius: 25px;
    color: white;
}

    button:hover {
        background-color: #b57926
    }

    button:active {
        background-color: #b57926;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

body {
    margin-bottom: 60px;
}

.debugMode::-webkit-scrollbar {
    width: 20px !important;
}

::-webkit-scrollbar {
    width: 1px;
    height: 1em;
}
::-webkit-scrollbar-button { /* 2 */
    display: none !important;
}

::-webkit-scrollbar-track-piece {
/*    background: lightgray;*/
    display: none;
}


::-webkit-scrollbar-thumb {
    background: #CF8A2B;
    border-radius: 10px;
    background-clip: content-box;
    border: solid transparent;
    width: 10px;
}

.hidden {
    display: none !important;
}

.settings {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}

    .settings label {
        text-align: end;
    }

    .settings input {
        height: 30px;
    }

    .settings button {
        height: 30px;
    }

.confirmationEmailArea {
    margin-top: 80px;
    padding-left: 0px;
    text-align: left;
}

    .confirmationEmailArea div {
        margin: 0px 0 5px 0;
    }

.scanAndSendBottomArea {
    padding-left: 0px;
    text-align: center;
}

    .scanAndSendBottomArea label {
        margin-top: 10px;
        font-weight: bold;
    }

    .scanAndSendBottomArea input {
        height: 30px;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .scanAndSendBottomArea button {
        margin-left: 10px;
        width: 90%;
    }

    .scanAndSendBottomArea div {
        margin: 0px 0 0px 0;
    }

.tableHeader {
    text-align: center
}



.mainFormManualDestinationColumn {
    padding-right: 15px;
    width: 250px;
    border-right-style: outset !important;
    border: 1px;
    vertical-align: top;
}

.mainFormDestinationListColumn {
    padding-right: 5px;
    width: 460px;
    padding-left: 0px;
    border-right-style: outset !important;
    border: 1px;
    vertical-align: top;
}

.mainFormScanAndSendColumn {
    width: 220px;
}

.scanAndSendArea {
    text-align: center;
    height: 110px;
    margin-bottom: 20px;
}

#scanAndSend {
    height: 100%
}

.scanAndSendArea button {
    border: 1px solid darkkhaki;
    border-radius: 50%;
    display: initial;
    font-size: x-large;
    text-align: center;
    width: 105px;
    height: 105px !important;
}

.scanAndSendAreaMiddleBorder {
    border-bottom: ridge;
    margin-left: 20px;
    margin-right: 20px;
}

.addressBookContactsSelectedOk {
    background-color: #CF8A2B;
    border: 1px solid darkkhaki;
    border-radius: 50%;
    display: initial;
    font-size: x-large;
    height: 100px;
    width: 100px;
}

.btn:hover {
    background-color: #b57926
}

.btn:active {
    background-color: #b57926;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.btn.processing {
    display: none !important;
}



.infoPanel {
    height: 20px;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: larger;
    font-weight: bolder;
}
.settingsInfoPanel {
    height: 20px;
    width: 100%;
    position: relative;
    text-align: center;
    font-size: larger;
    font-weight: bolder;
}

.logsList {
    position: relative;
    margin-top: 30px;
}

.logsList li {
    text-align: left;
}

.scanAndSendSpinner {
    position: absolute;
    right: 42%;
    top: 30%;
}

.addressBookSpinner {
    position: absolute;
    right: 42%;
    top: 30%;
}

li:hover {
    cursor: pointer;
}

ul.nav {
    padding-left: 0px !important;

    text-align: center;
}

    ul.nav > li {
        display: inline-block;
        padding: 0 20px;
        border-radius: 10px;
    }

        ul.nav > li > a {
            color: white;
            text-decoration: none;
        }

    ul.nav.menu {
        color: black;
        text-align: left;
    }

        ul.nav.menu li {
            background-color: #CF8A2B;
            color: black;
            font-size: large;
            margin: 1px;
        }

            ul.nav.menu li a {
                color: white !important;
                font-size: large;
            }

.manualEntryButtonArea button {
    margin: 5px 0 5px 0;
    width: 100%;
}


#manualContactFaxNumberEntry {
    margin-right: 20px;
}

.manualContactEntry {
    float: left;
    width: 100%;
    text-align: center;
}

    .manualContactEntry div {
        margin: 0px 0 5px 0;
        text-align: left;
    }

    .manualContactEntry label {
        padding-left: 0px;
    }

.MainFormSelectedAddressBookContacts {
    /* width: 50%;*/
        text-align: center;
    }

#selectedAddressBookContacts {
    height: 270px;
    overflow-y: auto;
    padding-left: 5px !important;
}
#selectedAddressBookContacts::-webkit-scrollbar {
    width: 1em;
    height: 1em;
}

.selectedAddressBookContactsDisabled li {
    background-color: lightgray !important;
    pointer-events: none;
}

.selectedAddressBookContactsDisabled li button {
    background-color: lightgrey !important;
    pointer-events: none;
}

.MainFormSelectedAddressBookContacts li {
    background-color: #AAF3CB;
    border-style: ridge;
    list-style: none;
    margin: 1px;
    text-align: left;
}

    .MainFormSelectedAddressBookContacts li button {
        float: right;
        height: 10px;
        width: 25px;
        margin: 10px;
        background-color: red;
    }

.MainFormSelectedAddressBookContacts label {
    height: 30px;
    width: 210px;
}

.formButtons {
    margin-top: 10px;
    text-align: left;
}

    .formButtons button {
        width: 170px;
    }
.additionalInfoFormButtons {
    margin-top: 10px;
    text-align: center;
}

    .additionalInfoFormButtons button {
        width: 170px;
    }

.addressBookSelected {
    background-color: #CD892A;
    color: white;
}

#eGoldFaxLogo {
    float: right;
    height: 35px;
    margin: auto;
    display: block;
}

.addressBookListColumn {
    width: 25%;
    height: 320px;
    overflow: auto;
    vertical-align: top;
    border: 1px;
    border-right-style: outset;
    padding-right: 10px;
}

.addressBookContactsListColumn {
    padding-right: 15px;
    width: 50%;
    height: 320px;
    overflow-y: auto;
    vertical-align: top;
    border: 1px;
    border-right-style: outset;
}
.addressBookContactsListColumn::-webkit-scrollbar {
    width: 1em;
    height: 1em;
}


.addressBookGoColumn {
    text-align: center;
    width: 25%;
}

.addressBookList {
    list-style: none;
    text-align: left;
    overflow-y: auto;
    height: 310px;
}

    .addressBookList::-webkit-scrollbar {
        display: none;
    }

    .addressBookList li {
        border-style: ridge;
        display: block;
        margin: 5px 0 0;
        /*     background-color: #f7d16d;*/
    }

        .addressBookList li:active {
            background-color: #cd892a;
            box-shadow: 0 5px #666;
            transform: translateY(4px);
        }

        .addressBookList li .selected {
            background-color: #cd892a;
        }

        .addressBookList li label {
            padding: 5px;
        }

.addressBookForm {
    text-align: center;
}

.addressBookContactForm {
    text-align: center;
}

    .addressBookContactForm input {
        text-align: left;
    }

.addressBookContactList {
    height: 310px;
    overflow-y: auto;
}

.addressBookContactList::-webkit-scrollbar {
        display: none;
    }

    .addressBookContactList li {
        display: block;
        list-style: none;
        /* background-color: lightcyan;*/
        margin: 10px 0 10px;
        text-align: left;
    }

        .addressBookContactList li label {
            margin-left: 10px;
            width: 300px;
        }

.contactCard {
    border-bottom-style: ridge;
}

    .contactCard input {
        display: none;
    }

.contactSelected {
    background-color: #AAF3CB !important;
}

input[type="checkbox"] {
    zoom: 1;
}

.confirmationEmailArea {
    margin-left: 10px;
}

.navMenuSelected {
    background-color: #b57926 !important;
    font-weight: bold;
}


/* The switch - the box around the slider */
.duplexSwitch {
    position: relative;
    display: block;
    width: 60px;
    height: 34px;
    margin-left: 35%;
    margin-bottom: 10px;
}

/* Hide default HTML checkbox */
    .duplexSwitch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.duplexSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .duplexSlider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .duplexSlider {
    background-color: #AAF3CB;
}

input:focus + .duplexSlider {
    box-shadow: 0 0 1px #AAF3CB;
}

input:checked + .duplexSlider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.duplexSlider.round {
    border-radius: 34px;
}

    .duplexSlider.round:before {
        border-radius: 50%;
    }

.AdditionalInfoWithData {
    background-color: #AAF3CB;
    color: black;
    height: 60px;
    font-weight: bold;
}
#usFaxNumberExample {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}
.editAddressBookLabels {
    text-align: right;
}
.linkDisabled {
    pointer-events: none;
}
#cachedConfirmationMailComboBox {
    font-size: medium;
}
#additionalInfoTextArea {
    border: none;
    text-align: center;
    padding: 20px;
}
#sendLogsInfoArea {
    border: none;
    text-align: center;
    padding: 10px;
}
