@font-face {
    font-family: Bahnschrift;
    src: url(../fonts/bahnschrift.ttf);
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12;
    background-color: #FFFFFF;
    margin: 0px;
}

header,
header p,
header button {
    font-family: 'Poppins', Verdana, Arial, Helvetica, sans-serif;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
    text-decoration: none;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
    text-decoration: none;
}


/* input{font-family : 'Oswald', Verdana, Arial, Helvetica, sans-serif;font-size : 11px;color : Black;text-decoration : none;} */

select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
    text-decoration: none;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
    text-decoration: none;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Black;
    text-decoration: underline;
}

a:hover {
    color: #64bf5d !important;
    text-decoration: underline
}

a:link {
    color: #347ab4;
    text-decoration: none;
}

a:visited {
    color: #245882;
    text-decoration: none;
}

.delivery-schedule-container a {
    text-decoration: underline;
    color: #000;
}

h1 {
    font-family: 'Poppins', Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: Black;
    text-decoration: none;
}

h2 {
    font-family: 'Poppins', Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: Black;
    text-decoration: none;
    font-weight: bold;
}

h3 {
    font-family: 'Poppins', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
    text-decoration: none;
    font-weight: bold;
}


/*input[type=checkbox] {display:none;}*/


/*input[type=checkbox] + label{background-image: url('../images/unchecked-2.png');height: 19px;width: 16px;display:inline-block;padding: 0 0 0 0px;vertical-align: middle;margin-left: 5px;margin-right:5px;}*/


/*input[type=checkbox]:checked + label{background-image: url('../images/checked.png');height: 19px;width: 16px;display:inline-block;padding: 0 0 0 0px;vertical-align: middle;margin-left: 5px;margin-right:5px;}*/

input[type=radio] {
    display: none;
}

input[type=radio]+label {
    background-image: url('../images/unchecked-2.png');
    background-repeat: no-repeat;
    height: 19px;
    ;
    display: inline-block;
    padding: 0 0 0 25px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

input[type=radio]:checked+label {
    background-image: url('../images/checked-radio.png');
    background-repeat: no-repeat;
    height: 19px;
    display: inline-block;
    padding: 0 0 0 25px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.main a.btn,
.main input[type=button],
.main input[type=submit],
.main button {
    font-family: 'Poppins';
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    padding: 5px 25px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 5px;
    margin-right: 5px;
}
.main select{
	
}

.main a.btn:hover,
.main input[type=button]:hover,
.main input[type=submit]:hover,
.main button:hover {
    font-family: 'Poppins';
    background-color: rgba(0, 0, 0, 255);
    color: #ffffff !important;
    transition: 0.3s;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
}

select {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000000;
    padding: 5px 25px 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 0px;
    margin-right: 5px;
}

[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../images/unchecked-2.png');
    height: 19px;
    width: 16px;
    display: inline-block;
    padding: 0 0 0 0px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0.25rem;
}

[type="checkbox"]:checked {
    background-image: url('../images/checked.png');
    background-repeat: no-repeat;
}

select:focus {
    border: 1px solid #8a8a8a;
}

.page-title {
    text-transform: uppercase;
    font-size: 36px;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.borderBlack {
    border: 1px solid #000000;
}

.borderSilver {
    border: 1px solid #999999;
}

.color--red,
.color--red span {
    color: red !important;
}

body#page__incident-edit [type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('../images/unchecked-2.png');
    height: 19px;
    width: 16px;
    display: inline-block;
    padding: 0 0 0 0px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0.25rem;
}

body#page__incident-edit [type="radio"]:checked {
    background-image: url('../images/checked.png');
    background-repeat: no-repeat;
}

body#page__truck_scheduler .ui-widget.ui-widget-content {
    z-index: 112 !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

body#page__truck_scheduler .ui-state-default .ui-icon {
    background-image: none;
    text-indent: 0;
}

body#page__truck_scheduler .ui-state-default .ui-icon::before {
    content: 'x';
    display: block;
    /*    color: #000;
    font-size: 16px;
    position: absolute;
    z-index: 10; */
    color: #4c4d4d;
    font-size: 14px;
    width: 16px;
    height: 16px;
}

body#page__truck_scheduler button .ui-button-text {
    display: none;
}

.icon::before {
    font-family: "FontAwesome";
}

.icon--md {
    font-size: 1rem;
}

main.grid {
    background-color: rgb(247, 247, 247);
    height: 100%;
    width: 100%;
    /*display: grid;
    grid-template-columns: 1fr 9fr 1fr;*/
}

main.grid .cont-body {
    padding: 2em;
    background-color: rgb(255, 255, 255);
    grid-column: 2;
    max-width: 100%;
    box-sizing: border-box;
}

main.grid .cont-body form,
main.grid .cont-body table {
    border: 1px solid rgb(234, 234, 234);
    padding: 2em;
    max-width: 100%;
    box-sizing: border-box;
    max-width: 100%;
}

main.grid .cont-body #rows-uploaded_wrapper {
    margin-top: 2em;
    box-sizing: border-box;
    max-width: 100%;
}

.nomap {
    background-color: #fff7f0
}

.nomap::before {
    content: '\f29c';
    font-family: 'fontawesome';
    margin-right: 0.3em;
    font-size: 1.05rem;
    opacity: 0.2;
}

.matched::before {
    content: '\f05d';
    font-family: 'fontawesome';
    margin-right: 0.3em;
    font-size: 1.05rem;
    opacity: 0.2;
}

.matched {
    background-color: rgb(206, 255, 200)
}

.mismatch::before {
    content: '\f05c';
    font-family: 'fontawesome';
    margin-right: 0.3em;
    font-size: 1.05rem;
    opacity: 0.2;
}

.mismatch {
    background-color: rgb(255, 151, 145)
}

.save_wrapper {
    display: inline-block;
    position: relative;
    top: 60px;
}

.portalTabsTable {
    margin: 0;
    table-layout: fixed;
    width: auto;
}

.portalTabs {
    padding: 0 !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* width: 1%;
    white-space: nowrap; */
}

.tdTabs {
    padding: 0;
    padding-top: 1em;
    padding-left: 1.82em
}

.tdNonGenericTab {
    padding-left: 0 !important;
}

.currentPortalTabs {
    background-color: #245882;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.portalTabs:hover {
    background-color: #1779ba;
}

.portalTabs a {
    padding: 0.5rem 0.625rem 0.625rem;
    font-size: 1.5em;
}

.portalTabs a:hover,
.portalTabs:hover {
    color: #ffffff !important;
    text-decoration: none;
}

.currentPortalTabs a,
.currentPortalTabs a:hover {
    color: #ffffff !important;
    font-size: 1.5em;
    text-decoration: none;
}

.ui-datepicker-header select {
    padding-top: 0px;
}

textarea[name="usNotes"] {
    font-size: 1rem;
}


.preNotificationMessage {
    margin-top: 10px;
}

.preNotificationMessage.success {
    color: #085e31;
}

.preNotificationMessage.error {
    color: #d61a1a;
}

.preNotificationMessage.pending {
    color: #df7c0b;
}