@media (min-width: 768px) {
  .modal-lg {
    max-width: 900px;
  }
  .navbar-nav {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav > li.navbar-right {
    float: right !important;
  }

}

body {
    /* Varela Round', sans-serif */
    font: Rubik;
    color: #636363;
}

.btn {
    cursor: pointer !important;
}

button:disabled {
    cursor: not-allowed !important;
}

.main-container {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.main-container::after {
    content: "";
    /* background: url(../images/inky.jpg); */
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: 0% 20%;
    background-size: 100% auto;
    background-attachment: fixed;
}

.body-container {
    margin: auto;
    padding: 10px;
    width: 98%;

}

.input-group {
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-block-end: 0em !important;
}

.table td {
     vertical-align: middle !important;
     padding: 10px auto;
}

table.dataTable tbody tr.selected {
    color: #636363 !important;
    background-color: #B0BED9 !important;
}

.invent-header {
    height: 30px;
    line-height: 30px;
}

.vert-aligned {
    margin: 0;
    position:absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.read-only {
    width: 300px;
}

h3 {
    font-weight: bold;
}

.card h4 {
    /* color: #f98f1d; */
    color: white;
    font-weight: bold;
}

.nav-link, h5 {
    margin-bottom: 0px;
    color: #6a6a6a;
}

.bg-info {
    background-color: #009FE3 !important;
}

.card-icon {
    float: right;
    position: absolute;
    top:0;
    right:0;
    padding: 0.75rem 1.25rem;
}

.close-icon {
  cursor: pointer;
}

.job-details h5 {
    width: 500px;
    color: white;
    font-weight: bold;
    text-align: right;
    margin-right: 50px;
    /* text-shadow: black 0 0 1px; */
}

.verify-btn {
    margin: 10px 3px !important;
}

input.error {
    border: 1px solid #FF2323;
}

#go_btn {
    position: relative;
    margin: -38px -50px 0 230px;
}

label.error {
    color: red;
    padding-left: .5em;
    vertical-align: top;
    font-size: 12px;
}

#job-error.error {
    display: none;
    overflow: auto;
    background-color: #FFDDDD;
    border: 1px solid #FF2323;
    padding-top: 0;
}

#job-error label {
    float: none;
    width: auto;
}

.alert i {
    padding-right: 10px !important;
    vertical-align: middle;
}

#login-err.alert {
    padding-left: 30px;
}

.job-div {
    /* margin: 0 auto; */
    margin-top: 40px;
    width: 250px;
}

#nav-badge {
    position: relative;
    display: inline-block;
    vertical-align:middle;
}

#name_response {
    color: red;
    display: none;
    font-size: 12px;
}



table#prospectsTable.table .btn-link {
    height: 30px;
    width: 33px;
    /* padding: 5px 3px; */
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 5px;
}

div.card-header .btn-primary {
    padding: 5px;
    margin-left: 10px;
}

.badge {
    position: relative;
    top: 5px;
    right: 12px;
    border-radius: 50% !important;
    font-size: .8em;
    width: 25px;
    height: 25px;
}

.delete, .delete-contact {
    color: #c82333;
}

.mark-ready {
    color: green;
    cursor: pointer;
}

.rep-assigned-sent {
    background-color: rgba(17, 198, 17, 0.2);
}

.rel-confirmed {
    background-color: rgba(0, 159, 227, 0.2);
}

.rep-assigned {
    background-color: rgba(255, 182, 0, 0.2);
}

i.fa-check {
    color: #11c426;
}
i.fa-check:hover {
    color: green;
}
i.fa-square {
    color: grey;
}
i.fa-square:hover {
    color: black;
}

i.fa-plus {
    color: #007BFF;
}
i.fa-minus {
    color: orange;
}

.alert {
    display: none;
}