﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.field-validation-error {
    display: block;
}

#port-body .dropdown-menu li a {
    cursor: pointer;
}



#port-body .dl-horizontal dt {
    white-space: normal;
}

#port-body .dl-horizontal dd {
}

/* Make sure printing does not collapse Labels above Values for dl-horizontal */
@media print {
    #port-body .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
    }

    #port-body .dl-horizontal dd {
        margin-left: 180px;
    }
}

.port-dialog {
}

    .port-dialog input,
    .port-dialog select,
    .port-dialog textarea {
        max-width: none;
    }

    .port-dialog .row {
        margin-bottom: 10px;
    }

.port-dialog-dropdown {
    text-align: left;
    display: inline-block;
    min-width: 150px;
}

.port-form-checkbox, .port-form-radio {
    margin-top: 7px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 10000 !important;
    background-color: white
}

.ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
    background: #428BCA;
    color: white;
    border-radius: 0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #428BCA;
    border: none;
    color: white;
    border-radius: 0;
    font-weight: normal;
}

.ui-widget-content {
    background: white;
}

.bold {
    font-weight: bold;
}

.portal-required label:before {
    color: #e32;
    content: '*';
    display: inline;
}

input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.gm-style-cc {
    display: none;
}

.link-icon-combo {
    display: inline-block;
    padding-right: 3px;
    text-align: center;
}

.margin-top-none {
    margin-top: 0;
}

.padded-print-label {
    padding-left: 5px;
}

.portal-required:before {
    color: #e32;
    content: '*';
    display: inline;
}

.orangeText {
    color: #F8971D;
}

.red-text {
    color: #FF0000;
}

.phone-edit span {
    display: inline;
}

.phone-edit input {
    display: inline;
}

    /* Chrome, Safari, Edge, Opera */
    .phone-edit input::-webkit-outer-spin-button,
    .phone-edit input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    .phone-edit input[type=number] {
        -moz-appearance: textfield;
    }

.phone-area-code input {
    width: 60px;
}

.phone-prefix input {
    width: 60px;
}

.phone-local-exchange input {
    width: 75px;
}

.phone-decoration {
    font-weight: bold;
}

/* Tooltip container */
.tooltip1 {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #5C656D;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 160%;
    left: 50%;
    margin-left: -35px;
    margin-bottom: 6px;
}

.tooltip1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #5C656D transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext {
    visibility: visible;
    bottom: 100%;
    left: -50%;
}
